gdb/tui: asm window handles invalid memory and scrolls better
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 PR tui/9765
4 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5
6 2020-01-19 Tom Tromey <tom@tromey.com>
7
8 * gdb.tui/main.exp: Add check for plain "file".
9
10 2020-01-16 Christian Biesinger <cbiesinger@google.com>
11
12 * lib/gdb.exp: Fix spelling error (seperatelly).
13
14 2020-01-14 Tom Tromey <tom@tromey.com>
15
16 PR symtab/12535:
17 * gdb.python/python.exp: Test decode_line with empty string
18 argument.
19
20 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
21
22 * gdb.base/skip-inline.exp: Extend test.
23
24 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
27 * gdb.dwarf2/dw2-bad-elf.c: New file.
28 * gdb.dwarf2/dw2-bad-elf.exp: New file.
29
30 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
33 _line_saw_file.
34
35 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
38 border.
39
40 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
41
42 * gdb.multi/multi-target.exp (setup): Factor out "info
43 connections" and "info inferiors" tests to ...
44 (test_info_inferiors): ... this new procedure.
45 (top level): Run new "info-inferiors" tests.
46
47 2020-01-10 Pedro Alves <palves@redhat.com>
48
49 * gdb.server/bkpt-other-inferior.exp: New file.
50
51 2020-01-10 Pedro Alves <palves@redhat.com>
52
53 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
54 of "add-inferior".
55 * gdb.base/quit-live.exp: Likewise.
56 * gdb.base/remote-exec-file.exp: Likewise.
57 * gdb.guile/scm-progspace.exp: Likewise.
58 * gdb.linespec/linespec.exp: Likewise.
59 * gdb.mi/new-ui-mi-sync.exp: Likewise.
60 * gdb.mi/user-selected-context-sync.exp: Likewise.
61 * gdb.multi/multi-target.exp (setup): Add "info connection" and
62 "info inferiors" tests.
63 * gdb.multi/remove-inferiors.exp: Adjust expected output of
64 "add-inferior".
65 * gdb.multi/watchpoint-multi.exp: Likewise.
66 * gdb.python/py-inferior.exp: Likewise.
67 * gdb.server/extended-remote-restart.exp: Likewise.
68 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
69 "info inferiors".
70 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
71 * gdb.trace/report.exp: Likewise.
72
73 2020-01-10 Pedro Alves <palves@redhat.com>
74
75 * gdb.multi/multi-target.c: New file.
76 * gdb.multi/multi-target.exp: New file.
77 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
78 mode requested, but remote does not support non-stop".
79
80 2020-01-10 Pedro Alves <palves@redhat.com>
81
82 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
83 disconnect before reconnecting.
84
85 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
86 Pedro Alves <palves@redhat.com>
87
88 * gdb.server/connect-without-multi-process.exp: Also test
89 continuing to end.
90
91 2020-01-10 Pedro Alves <palves@redhat.com>
92
93 * gdb.base/remote-exec-file.exp: New file.
94
95 2020-01-10 Pedro Alves <palves@redhat.com>
96
97 * gdb.base/fork-running-state.exp (do_test): Adjust expected
98 output.
99 * gdb.threads/async.c: New.
100 * gdb.threads/async.exp: New.
101 * gdb.multi/tids-gid-reset.c: New.
102 * gdb.multi/tids-gid-reset.exp: New.
103
104 2020-01-10 George Barrett <bob@bob131.so>
105
106 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
107 to help in finding the image relocation offset.
108 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
109 options in arguments.
110 (stap_test_no_debuginfo): Likewise.
111 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
112 test variants.
113 (stap_test): Add null semaphore relocation test.
114
115 2020-01-10 George Barrett <bob@bob131.so>
116
117 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
118 * gdb.base/stap-probe.exp: Likewise.
119 (stap_test): Pass argument as an additional flag.
120 (stap_test_no_debuginfo): Likewise.
121 (stap_test): Check `info probes stap' output for semaphore
122 addresses if the test binary is supposed to have them.
123
124 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
125
126 * gdb.tui/basic.exp: Add more scrolling tests.
127
128 2020-01-09 Tom Tromey <tom@tromey.com>
129
130 PR tui/18932:
131 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
132 meangingful value.
133 (Term::command, Term::resize): Update.
134 * gdb.tui/basic.exp: Add scrolling test.
135
136 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * gdb.tui/tui-layout-asm.exp: New file.
139
140 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * lib/tuiterm.exp (Term::check_box_contents): New proc.
143
144 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
147 (Term::enter_tui): Use Term::prepare_for_tui.
148
149 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
152 called.
153
154 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * gdb.base/skip.exp: Fix race condition in test.
157
158 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.base/backtrace.c: New file.
161 * gdb.base/backtrace.exp: New file.
162
163 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
164
165 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
166
167 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
168
169 * gdb.base/style.exp: Test that warnings are styled.
170
171 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
172
173 * gdb.base/line65535.exp: New file.
174 * gdb.base/line65535.c: New file.
175
176 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
177
178 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
179 * lib/gnat_debug_info_test.adb: New file.
180 * gdb.ada/ptype_tagged_param.exp: Use
181 gnat_runtime_has_debug_info, expect a different output if
182 runtime does not have debug info.
183
184 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
185
186 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
187 (another) quote in test name.
188
189 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
190
191 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
192 Add quote in test name.
193
194 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
195
196 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
197 directory instead.
198 * gdb.cp/pass-by-ref.exp: Extend with more cases.
199 * gdb.cp/pass-by-ref-2.cc: New file.
200 * gdb.cp/pass-by-ref-2.exp: New file.
201
202 2019-12-20 Tom Tromey <tom@tromey.com>
203
204 * gdb.tui/list-before.exp: New file.
205
206 2019-12-20 Tom Tromey <tom@tromey.com>
207
208 * gdb.tui/list.exp: Check for source on initial listing.
209
210 2019-12-11 Tom Tromey <tromey@adacore.com>
211
212 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
213 Add crlf test.
214
215 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
216
217 * gdb.base/default.exp: Update value of $_gdb_major.
218
219 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
220
221 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
222
223 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
224
225 * gdb.base/skip.exp: Whitespace fix.
226
227 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
228
229 * gdb.base/skip-inline.c: New file.
230 * gdb.base/skip-inline.exp: New file.
231
232 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
233
234 * gdb.base/jit-reader.exp (jit_reader_test): Rename
235 jit_function_00 to jit_function_stack_mangle.
236 * gdb.base/jithost.c (jit_function_t): Rename to...
237 (jit_function_stack_mangle_t): ... this.
238 (jit_function_add_t): New typedef.
239 (jit_function_00_code): Rename to...
240 (jit_function_stack_mangle_code): ... this, make static.
241 (jit_function_add_code): New.
242 (main): Generate "add" function and call it. Adjust to changes
243 in jithost_abi.
244 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
245 (struct jithost_abi) <begin, end>: Remove fields.
246 <object, function_stack_mangle, function_add>: New fields.
247 * gdb.base/jitreader.c (struct reader_state) <code_begin,
248 code_end>: Remove fields.
249 <func_stack_mangle>: New field.
250 (read_debug_info): Adjust to renaming, create block for "add"
251 function.
252 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
253
254 2019-12-11 Tom Tromey <tom@tromey.com>
255
256 * gdb.tui/resize.exp: Fix regexp.
257 * gdb.tui/regs.exp: Fix regexps.
258 * gdb.tui/main.exp: Fix regexp.
259
260 2019-12-11 Tom Tromey <tom@tromey.com>
261
262 * gdb.tui/resize.exp: Update.
263 * gdb.tui/empty.exp (layouts): Update.
264
265 2019-12-11 Tom Tromey <tom@tromey.com>
266
267 * gdb.tui/regs.exp: Update.
268 * gdb.tui/empty.exp (layouts): Update.
269 * gdb.tui/basic.exp: Update.
270 * lib/tuiterm.exp (_check_box): Don't check bottom border.
271
272 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
273
274 * gdb.base/options.exp: Add -raw-values in the print completion list.
275 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
276
277 2019-12-10 Kevin Buettner <kevinb@redhat.com>
278
279 * gdb.threads/omp-par-scope.c: New file.
280 * gdb/threads/omp-par-scope.exp: New file.
281
282 2019-12-10 Kevin Buettner <kevinb@redhat.com>
283
284 * lib/gdb.exp (support_nested_function_tests): New proc.
285
286 2019-12-10 Kevin Buettner <kevinb@redhat.com>
287
288 * lib/gdb.exp (gdb_compile_openmp): New proc.
289 (build_executable_from_specs): Add an "openmp" option.
290 (gdb_compile_pthreads): Add non-executable case.
291
292 2019-12-10 Tom Tromey <tromey@adacore.com>
293
294 * gdb.ada/unchecked_union.exp: New file.
295 * gdb.ada/unchecked_union/pck.adb: New file.
296 * gdb.ada/unchecked_union/pck.ads: New file.
297 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
298 * gdb-utils.exp (string_to_regexp): Also quote "?".
299
300 2019-12-10 George Barrett <bob@bob131.so>
301
302 Test scripted probe breakpoints.
303 * gdb.guile/scm-breakpoint.c (main): Add probe point.
304 * gdb.python/py-breakpoint.c (main): Likewise.
305 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
306 specifier test.
307 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
308
309 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
310
311 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
312 an rvalue parameter.
313 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
314 parameter.
315
316 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
317
318 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
319 modules.
320
321 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
324 broken version of GCC.
325
326 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
327
328 * gdb.fortran/info-modules.exp: Rewrite to make use of new
329 sym-info-cmds library.
330 * gdb.fortran/info-types.exp: Likewise.
331 * lib/sym-info-cmds.exp: New file.
332
333 2019-12-08 Tom de Vries <tdevries@suse.de>
334
335 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
336
337 2019-12-07 Keith Seitz <keiths@redhat.com>
338
339 * gdb.base/corefile-buildid-shlib-shr.c: New file.
340 * gdb.base/corefile-buildid-shlib.c: New file.
341 * gdb.base/corefile-buildid.c: New file.
342 * gdb.base/corefile-buildid.exp: New file.
343
344 2019-12-06 Tom de Vries <tdevries@suse.de>
345
346 * gdb.dwarf2/varval.exp: Add decl before def test.
347
348 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
349
350 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
351
352 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
353
354 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
355 CV and reference conversion for overload resolution.
356 * gdb.cp/rvalue-ref-overload.exp: Test it.
357
358 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
359
360 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
361 * gdb.base/frameapply.exp: Test faas without command.
362
363 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
364
365 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
366 Fortran tests.
367 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
368 order.
369
370 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
371
372 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
373 casting to type with no kind specified.
374 (test_basic_parsing_of_type_kinds): Additional tests for types
375 with no kind specified, and add tests for single/double
376 precision/complex types.
377
378 2019-12-04 Tom Tromey <tromey@adacore.com>
379
380 * gdb.base/endianity.c (struct other) <x>: New field.
381 (main): Initialize it.
382 * gdb.base/endianity.exp: Update.
383
384 2019-12-04 Tom Tromey <tromey@adacore.com>
385
386 * gdb.ada/scalar_storage/storage.adb: New file.
387 * gdb.ada/scalar_storage/pck.adb: New file.
388 * gdb.ada/scalar_storage/pck.ads: New file.
389 * gdb.ada/scalar_storage.exp: New file.
390
391 2019-12-04 Tom Tromey <tromey@adacore.com>
392
393 * gdb.base/endianity.c (struct otherendian) <f>: New field.
394 (main): Initialize it.
395 * gdb.base/endianity.exp: Update.
396
397 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
398
399 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
400
401 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
404 -symbol-info-module-functions and -symbol-info-module-variables.
405
406 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
407
408 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
409
410 2019-12-01 Richard Bunt <richard.bunt@arm.com>
411 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 * gdb.fortran/derived-type-striding.exp: New file.
414 * gdb.fortran/derived-type-striding.f90: New file.
415 * gdb.fortran/array-slices.exp: New file.
416 * gdb.fortran/array-slices.f90: New file.
417
418 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
419
420 * gdb.base/define.exp: Test . in command names.
421 * gdb.base/setshow.exp: Update test, as . is now part of
422 command name.
423
424 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
425
426 * gdb.base/define-prefix.exp: New file.
427
428 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
431 compile.
432 (skip_btrace_pt_tests): Likewise.
433
434 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
435
436 * gdb.fortran/info-modules.exp: Compile source files in correct
437 order.
438
439 2019-11-27 Kevin Buettner <kevinb@redhat.com>
440
441 * gdb.dwarf2/imported-unit.exp: New file.
442 * gdb.dwarf2/imported-unit.c: New file.
443
444 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
445
446 * gdb.mi/mi-fortran-modules-2.f90: New file.
447 * gdb.mi/mi-fortran-modules.exp: New file.
448 * gdb.mi/mi-fortran-modules.f90: New file.
449
450 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
451
452 * gdb.mi/mi-sym-info-1.c: New file.
453 * gdb.mi/mi-sym-info-2.c: New file.
454 * gdb.mi/mi-sym-info.exp: New file.
455
456 2019-11-22 Tom Tromey <tromey@adacore.com>
457
458 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
459 * gdb.ada/tasks/foo.adb: Add another stopping location.
460
461 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
462
463 * gdb.base/endianity.c: New test.
464 * gdb.base/endianity.exp: New file.
465
466 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
467
468 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
469
470 2019-11-21 Tom de Vries <tdevries@suse.de>
471
472 PR gdb/24956
473 * gdb.base/ui-redirect.exp: Test output of user-defined command.
474
475 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
476
477 * gdb.python/py-progspace.exp: Add missing parentheses on some
478 'print' commands.
479
480 2019-11-19 Tom Tromey <tom@tromey.com>
481
482 * gdb.tui/winheight.exp: New file.
483
484 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * gdb.base/ctf-whatis.c: Delete.
487 * gdb.base/ctf-whatis.exp: Delete.
488 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
489
490 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
491
492 * gdb.base/ctf-cvexpr.exp: Delete.
493 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
494
495 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
496
497 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
498 the compiler. Clean up header comment a little.
499 * gdb.base/ctf-ptype.exp: Likewise.
500 * gdb.base/ctf-whatis.exp: Likewise.
501 * lib/gdb.exp (skip_ctf_tests): New proc.
502
503 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
504
505 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
506 * gdb.tui/corefile-run.exp: New file.
507
508 2019-11-14 Tom Tromey <tromey@adacore.com>
509
510 * gdb.base/gdbvars.exp (test_convenience_variables): Add
511 regression tests.
512
513 2019-11-12 Tom Tromey <tom@tromey.com>
514
515 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
516 after any command. Expect prompt after WAIT_FOR is seen.
517 (enter_tui): Enable resize messages.
518 (command): Expect command in output.
519 (get_line): Avoid error when cursor appears to be off-screen.
520 (dump_screen): Include screen size in title.
521 (_do_resize): New proc, from "resize".
522 (resize): Rewrite. Do resize in two steps.
523 * gdb.tui/empty.exp (layouts): Fix entries.
524 (check_boxes): Remove xfail.
525 (check_text): Dump screen on failure.
526
527 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.python/py-symbol.exp: Add test for
530 gdb.lookup_static_symbols.
531
532 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
533
534 * gdb.python/py-symbol.c: Declare and call function from new
535 py-symbol-2.c file.
536 * gdb.python/py-symbol.exp: Compile both source files, and add new
537 tests for gdb.lookup_static_symbol.
538 * gdb.python/py-symbol-2.c: New file.
539
540 2019-11-02 Tom de Vries <tdevries@suse.de>
541
542 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
543 * gdb.base/anon.exp: Same.
544 * gdb.base/auto-connect-native-target.exp: Same.
545 * gdb.base/call-ar-st.exp: Same.
546 * gdb.base/catch-syscall.exp: Same.
547 * gdb.base/commands.exp: Same.
548 * gdb.base/default.exp: Same.
549 * gdb.base/display.exp: Same.
550 * gdb.base/float.exp: Same.
551 * gdb.base/foll-fork.exp: Same.
552 * gdb.base/help.exp: Same.
553 * gdb.base/info-macros.exp: Same.
554 * gdb.base/info-proc.exp: Same.
555 * gdb.base/info-target.exp: Same.
556 * gdb.base/long_long.exp: Same.
557 * gdb.base/macscp.exp: Same.
558 * gdb.base/memattr.exp: Same.
559 * gdb.base/nofield.exp: Same.
560 * gdb.base/pointers.exp: Same.
561 * gdb.base/printcmds.exp: Same.
562 * gdb.base/ptype.exp: Same.
563 * gdb.base/restore.exp: Same.
564 * gdb.base/return.exp: Same.
565 * gdb.base/scope.exp: Same.
566 * gdb.base/set-noassign.exp: Same.
567 * gdb.base/setshow.exp: Same.
568 * gdb.base/shlib-call.exp: Same.
569 * gdb.base/signals.exp: Same.
570 * gdb.base/sigstep.exp: Same.
571 * gdb.base/skip.exp: Same.
572 * gdb.base/solib-symbol.exp: Same.
573 * gdb.base/stap-probe.exp: Same.
574 * gdb.base/step-line.exp: Same.
575 * gdb.base/step-test.exp: Same.
576 * gdb.base/style.exp: Same.
577 * gdb.base/varargs.exp: Same.
578 * gdb.base/vla-datatypes.exp: Same.
579 * gdb.base/vla-ptr.exp: Same.
580 * gdb.base/vla-sideeffect.exp: Same.
581 * gdb.base/volatile.exp: Same.
582 * gdb.base/watch-cond-infcall.exp: Same.
583 * gdb.base/watchpoint.exp: Same.
584
585 2019-11-02 Tom de Vries <tdevries@suse.de>
586
587 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
588 * gdb.cp/cpexprs.exp: Same.
589 * gdb.cp/except-multi-location.exp: Same.
590 * gdb.cp/exceptprint.exp: Same.
591 * gdb.cp/gdb2384.exp: Same.
592 * gdb.cp/inherit.exp: Same.
593 * gdb.cp/m-static.exp: Same.
594 * gdb.cp/meth-typedefs.exp: Same.
595 * gdb.cp/misc.exp: Same.
596 * gdb.cp/namespace.exp: Same.
597 * gdb.cp/non-trivial-retval.exp: Same.
598 * gdb.cp/overload.exp: Same.
599 * gdb.cp/pr17132.exp: Same.
600 * gdb.cp/re-set-overloaded.exp: Same.
601 * gdb.cp/rvalue-ref-types.exp: Same.
602 * gdb.cp/templates.exp: Same.
603
604 2019-11-01 Luis Machado <luis.machado@linaro.org>
605
606 PR gdb/25124
607
608 * gdb.arch/pr25124.S: New file.
609 * gdb.arch/pr25124.exp: New file.
610
611 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * gdb.fortran/info-modules.exp: Update expected results, and add
614 additional tests for 'info module functinos', and 'info module
615 variables'.
616 * gdb.fortran/info-types.exp: Update expected results.
617 * gdb.fortran/info-types.f90: Extend testcase with additional
618 module variables and functions.
619
620 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
621
622 * gdb.fortran/info-modules.exp: New file.
623 * gdb.fortran/info-types.exp: Build with new file.
624 * gdb.fortran/info-types.f90: Include and use new module.
625 * gdb.fortran/info-types-2.f90: New file.
626
627 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
628
629 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
630 * gdb.base/settings.exp: Test all settings types using
631 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
632 that now verifies that the value of "maint show" is the same as
633 returned by the settings functions. Test the type of the
634 maintenance settings.
635 * gdb.base/default.exp: Update show_conv_list.
636
637 2019-10-31 Tom de Vries <tdevries@suse.de>
638
639 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
640 gdb_test.
641 * gdb.arch/amd64-disp-step.exp: Same.
642 * gdb.asm/asm-source.exp: Same.
643 * gdb.btrace/buffer-size.exp: Same.
644 * gdb.btrace/cpu.exp: Same.
645 * gdb.btrace/enable.exp: Same.
646 * gdb.dwarf2/count.exp: Same.
647 * gdb.dwarf2/dw2-ranges-func.exp: Same.
648 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
649 * gdb.fortran/vla-datatypes.exp: Same.
650 * gdb.fortran/vla-history.exp: Same.
651 * gdb.fortran/vla-ptype.exp: Same.
652 * gdb.fortran/vla-value.exp: Same.
653 * gdb.fortran/whatis_type.exp: Same.
654 * gdb.guile/guile.exp: Same.
655 * gdb.multi/tids.exp: Same.
656 * gdb.python/py-finish-breakpoint.exp: Same.
657 * gdb.python/py-framefilter.exp: Same.
658 * gdb.python/py-pp-registration.exp: Same.
659 * gdb.python/py-xmethods.exp: Same.
660 * gdb.python/python.exp: Same.
661 * gdb.server/connect-with-no-symbol-file.exp: Same.
662 * gdb.server/no-thread-db.exp: Same.
663 * gdb.server/run-without-local-binary.exp: Same.
664 * gdb.stabs/weird.exp: Same.
665 * gdb.threads/attach-many-short-lived-threads.exp: Same.
666 * gdb.threads/thread-find.exp: Same.
667 * gdb.threads/tls-shared.exp: Same.
668 * gdb.threads/tls.exp: Same.
669 * gdb.threads/wp-replication.exp: Same.
670 * gdb.trace/ax.exp: Same.
671 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
672
673 2019-10-31 Tom de Vries <tdevries@suse.de>
674
675 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
676 * gdb.ada/array_subscript_addr.exp: Same.
677 * gdb.ada/arrayidx.exp: Same.
678 * gdb.ada/arrayparam.exp: Same.
679 * gdb.ada/arrayptr.exp: Same.
680 * gdb.ada/boolean_expr.exp: Same.
681 * gdb.ada/call_pn.exp: Same.
682 * gdb.ada/complete.exp: Same.
683 * gdb.ada/fixed_cmp.exp: Same.
684 * gdb.ada/fun_addr.exp: Same.
685 * gdb.ada/funcall_param.exp: Same.
686 * gdb.ada/interface.exp: Same.
687 * gdb.ada/mod_from_name.exp: Same.
688 * gdb.ada/null_array.exp: Same.
689 * gdb.ada/packed_array.exp: Same.
690 * gdb.ada/packed_tagged.exp: Same.
691 * gdb.ada/print_chars.exp: Same.
692 * gdb.ada/print_pc.exp: Same.
693 * gdb.ada/ptype_arith_binop.exp: Same.
694 * gdb.ada/ptype_field.exp: Same.
695 * gdb.ada/ptype_tagged_param.exp: Same.
696 * gdb.ada/rec_return.exp: Same.
697 * gdb.ada/ref_tick_size.exp: Same.
698 * gdb.ada/str_ref_cmp.exp: Same.
699 * gdb.ada/taft_type.exp: Same.
700 * gdb.ada/tagged.exp: Same.
701 * gdb.ada/type_coercion.exp: Same.
702 * gdb.ada/uninitialized_vars.exp: Same.
703
704 2019-10-30 Tom de Vries <tdevries@suse.de>
705
706 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
707
708 2019-10-26 Tom de Vries <tdevries@suse.de>
709
710 * gdb.base/bigcore.c: Fix typos in comments.
711 * gdb.base/ctf-ptype.c: Same.
712 * gdb.base/long_long.c: Same.
713 * gdb.dwarf2/dw2-op-out-param.S: Same.
714 * gdb.python/py-evthreads.c: Same.
715 * gdb.reverse/i387-stack-reverse.c: Same.
716 * gdb.trace/tfile.c: Same.
717 * lib/compiler.c: Same.
718 * lib/compiler.cc: Same.
719
720 2019-10-25 Tom de Vries <tdevries@suse.de>
721
722 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
723 gdb_test_multiple calls.
724 * gdb.reverse/sigall-reverse.exp: Same.
725 * gdb.reverse/solib-precsave.exp: Same.
726 * gdb.reverse/solib-reverse.exp: Same.
727 * gdb.reverse/until-precsave.exp: Same.
728 * gdb.reverse/until-reverse.exp: Same.
729
730 2019-10-24 Tom de Vries <tdevries@suse.de>
731
732 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
733 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
734 kfail using -wrap pattern flag and convenience variable
735 gdb_test_name.
736
737 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
738
739 * gdb.python/py-progspace.exp: Add tests for the
740 Progspace.block_for_pc method.
741
742 2019-10-23 Tom Tromey <tom@tromey.com>
743
744 * configure: Rebuild.
745 * aclocal.m4: Use m4_include, not sinclude.
746
747 2019-10-21 Tom de Vries <tdevries@suse.de>
748
749 * gdb.base/infcall-nested-structs.c: Add
750 __attribute__((noinline,noclone)) to all functions.
751 (call_all): Add missing variable initialization. Simplify return value.
752 (breakpt): Increment volatile variable, to prevent call from being
753 optimized out.
754 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
755
756 2019-10-17 Tom de Vries <tdevries@suse.de>
757
758 * gdb.fortran/module.exp: Allow info variables to print info for files
759 other than module.f90.
760
761 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
762
763 * gdb.fortran/module.exp: Extend with 'info variables' test.
764
765 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
766
767 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
768 F77_FOR_TARGET.
769
770 2019-10-16 Tom de Vries <tdevries@suse.de>
771
772 PR tdep/25096
773 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
774
775 2019-10-16 Tom de Vries <tdevries@suse.de>
776
777 PR tdep/24104
778 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
779 Add KFAIL for PR tdep/25096.
780
781 2019-10-16 Tom de Vries <tdevries@suse.de>
782
783 PR testsuite/25059
784 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
785
786 2019-10-16 Tom de Vries <tdevries@suse.de>
787
788 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
789 as signed.
790
791 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
792
793 * gdb.mi/list-thread-groups-available.exp: Read entries one by
794 one instead of increasing timeout.
795
796 2019-10-13 Tom de Vries <tdevries@suse.de>
797
798 PR record/25038
799 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
800 * gdb.reverse/sigall-reverse.exp: Same.
801 * gdb.reverse/solib-precsave.exp: Same.
802 * gdb.reverse/solib-reverse.exp: Same.
803 * gdb.reverse/step-precsave.exp: Same.
804 * gdb.reverse/until-precsave.exp: Same.
805 * gdb.reverse/until-reverse.exp: Same.
806 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
807
808 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
809
810 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
811 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
812 (cmp_struct_05_01, cmp_struct_static_02_01)
813 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
814 comparisons.
815
816 2019-10-10 Tom de Vries <tdevries@suse.de>
817
818 PR testsuite/24888
819 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
820 gnatlink.
821
822 2019-10-09 Tom de Vries <tdevries@suse.de>
823
824 PR testsuite/25048
825 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
826
827 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
828
829 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
830 exceptions due to missing debug information.
831
832 2019-10-07 Tom de Vries <tdevries@suse.de>
833
834 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
835
836 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
839 * gdb.base/annota1.exp: Update to use gdb_test_name.
840
841 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
842
843 * gdb.base/ctf-whatis.exp: New file.
844 * gdb.base/ctf-whatis.c: New file.
845 * gdb.base/ctf-ptype.exp: New file.
846 * gdb.base/ctf-ptype.c: New file.
847 * gdb.base/ctf-constvars.exp: New file.
848 * gdb.base/ctf-constvars.c: New file.
849 * gdb.base/ctf-cvexpr.exp: New file.
850
851 2019-10-04 Tom de Vries <tdevries@suse.de>
852
853 * gdb.cp/local-static.c (main): Move declaration of int i out of the
854 for loop.
855
856 2019-10-03 Tom Tromey <tom@tromey.com>
857
858 PR rust/24976:
859 * gdb.rust/simple.rs (Union2): New type.
860 (main): Use Union2.
861 * gdb.rust/simple.exp: Add test.
862
863 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
864
865 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
866 nested function prefix.
867
868 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
869 Richard Bunt <richard.bunt@arm.com>
870 Andrew Burgess <andrew.burgess@embecosm.com>
871
872 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
873 nested functions.
874 * gdb.fortran/nested-funcs.f90: Update expected results.
875 * gdb.fortran/nested-funcs-2.exp: New file.
876 * gdb.fortran/nested-funcs-2.f90: New file.
877
878 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
879
880 * gdb.python/py-parameter.exp: Make test names unique.
881 * gdb.python/py-template.exp: Likewise.
882 * gdb.python/py-value.exp: Likewise.
883
884 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
885
886 * gdb.base/break-interp.exp: Reduce test name duplication.
887 * gdb.base/call-sc.exp: Likewise.
888 * gdb.base/callfuncs.exp: Likewise.
889 * gdb.base/charset.exp: Likewise.
890 * gdb.base/dump.exp: Likewise.
891 * gdb.base/ena-dis-br.exp: Likewise.
892 * gdb.base/relational.exp: Likewise.
893 * gdb.base/step-over-syscall.exp: Likewise.
894 * gdb.base/structs.exp: Likewise.
895
896 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
897
898 * gdb.linespec/explicit.exp: Make test names unique.
899 * gdb.linespec/ls-errs.exp: Likewise.
900
901 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
902
903 * gdb.reverse/break-precsave.exp: Make test names unique.
904 * gdb.reverse/break-reverse.exp: Likewise.
905 * gdb.reverse/finish-precsave.exp: Likewise.
906 * gdb.reverse/finish-reverse.exp: Likewise.
907 * gdb.reverse/machinestate-precsave.exp: Likewise.
908 * gdb.reverse/machinestate.exp: Likewise.
909 * gdb.reverse/readv-reverse.exp: Likewise.
910 * gdb.reverse/recvmsg-reverse.exp: Likewise.
911 * gdb.reverse/sigall-precsave.exp: Likewise.
912 * gdb.reverse/sigall-reverse.exp: Likewise.
913 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
914 * gdb.reverse/watch-precsave.exp: Likewise.
915 * gdb.reverse/watch-reverse.exp: Likewise.
916
917 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
918
919 * gdb.threads/stop-with-handle.c: New file.
920 * gdb.threads/stop-with-handle.exp: New file.
921
922 2019-10-03 Tom de Vries <tdevries@suse.de>
923
924 PR testsuite/25059
925 * gdb.base/list-missing-source.exp: Allowing the "Compilation
926 directory" line to be missing.
927
928 2019-10-03 Tom de Vries <tdevries@suse.de>
929
930 PR testsuite/25059
931 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
932 type optional.
933
934 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
935
936 * gdb.python/py-format-string.c (string.h): New include.
937 (main): Fill a_struct_with_union.the_union.an_int with bytes of
938 the same value, for endianness-independence.
939 * gdb.python/py-format-string.exp (default_regexp_dict)
940 (test_pretty_structs, test_format): Adjust expected output to the
941 changed initialization.
942
943 2019-10-02 Tom Tromey <tromey@adacore.com>
944
945 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
946
947 2019-10-02 Pedro Alves <palves@redhat.com>
948 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
951 "print-file-var.h".
952 (this_version_id) Use ATTRIBUTE_VISIBILITY.
953 (get_version_1): Print this_version_id and its address.
954 Add extern "C" wrappers around interface functions.
955 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
956 "print-file-var.h".
957 (this_version_id) Use ATTRIBUTE_VISIBILITY.
958 (get_version_2): Print this_version_id and its address.
959 Add extern "C" wrappers around interface functions.
960 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
961 <stddef.h> and "print-file-var.h".
962 Add extern "C" wrappers around interface functions.
963 [VERSION_ID_MAIN] (this_version_id): Define.
964 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
965 * gdb.base/print-file-var.h: Add some #defines to simplify setting
966 up extern "C" blocks.
967 * gdb.base/print-file-var.exp (test): New, factored out from top
968 level.
969 (top level): Test all combinations of attribute hidden or not,
970 dlopen or not, and this_version_id symbol in main file or not.
971 Compile tests as both C++ and C, make test names unique.
972
973 2019-10-01 Tom Tromey <tom@tromey.com>
974
975 * gdb.base/style.exp: Test "show logging filename".
976
977 2019-10-01 Tom Tromey <tom@tromey.com>
978
979 * lib/gdb-utils.exp (style): Handle "metadata" argument.
980 * gdb.base/style.exp: Add metadata style test.
981
982 2019-10-01 Tom Tromey <tom@tromey.com>
983
984 * gdb.base/style.exp: Test "pwd".
985
986 2019-10-01 Tom Tromey <tom@tromey.com>
987
988 * gdb.base/style.exp: Update tests.
989
990 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
991
992 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
993 'six' to unsigned.
994 (s1): Initialize fields 'four' and 'six' instead of 'three' and
995 'five'. Use an all-ones bit pattern for each.
996 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
997 to its changed values.
998
999 2019-09-30 Tom Tromey <tromey@adacore.com>
1000
1001 * gdb.rust/traits.rs: Disable all warnings.
1002
1003 2019-09-29 Tom de Vries <tdevries@suse.de>
1004
1005 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1006
1007 2019-09-29 Tom de Vries <tdevries@suse.de>
1008
1009 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1010
1011 2019-09-27 Tom de Vries <tdevries@suse.de>
1012
1013 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1014
1015 2019-09-27 Tom de Vries <tdevries@suse.de>
1016
1017 PR record/23188
1018 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1019
1020 2019-09-26 Tom Tromey <tromey@adacore.com>
1021
1022 * gdb.ada/py_taft.exp: New file.
1023 * gdb.ada/py_taft/main.adb: New file.
1024 * gdb.ada/py_taft/pkg.adb: New file.
1025 * gdb.ada/py_taft/pkg.ads: New file.
1026
1027 2019-09-24 Tom de Vries <tdevries@suse.de>
1028
1029 PR gdb/24598
1030 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1031
1032 2019-09-22 Tom de Vries <tdevries@suse.de>
1033
1034 * gdb.base/restore.exp: Allow register variables to be optimized out at
1035 -O0.
1036
1037 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1038
1039 * gdb.arch/spu-info.exp: Remove file.
1040 * gdb.arch/spu-info.c: Remove file.
1041 * gdb.arch/spu-ls.exp: Remove file.
1042 * gdb.arch/spu-ls.c: Remove file.
1043
1044 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1045 * gdb.asm/spu.inc: Remove file.
1046
1047 * gdb.base/dump.exp: Remove support for spu*-*-*.
1048 * gdb.base/stack-checking.exp: Likewise.
1049 * gdb.base/overlays.exp: Likewise.
1050 * gdb.base/ovlymgr.c: Likewise.
1051 * gdb.base/spu.ld: Remove file.
1052
1053 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1054 * gdb.cp/cpexprs.exp: Likewise.
1055 * gdb.cp/exception.exp: Likewise.
1056 * gdb.cp/gdb2495.exp: Likewise.
1057 * gdb.cp/mb-templates.exp: Likewise.
1058 * gdb.cp/pr9167.exp: Likewise.
1059 * gdb.cp/userdef.exp: Likewise.
1060
1061 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1062
1063 * gdb.cell: Remove directory.
1064 * lib/cell.exp: Remove file.
1065
1066 2019-09-19 Tom de Vries <tdevries@suse.de>
1067
1068 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1069
1070 2019-09-19 Tom de Vries <tdevries@suse.de>
1071
1072 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1073
1074 2019-09-19 Tom de Vries <tdevries@suse.de>
1075
1076 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1077 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1078 (gdb_target_cmd): ... here.
1079 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1080 value 2.
1081
1082 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1083
1084 * gdb.base/source-dir.exp: Avoid having directory names in test
1085 names.
1086
1087 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1088
1089 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1090 directory.
1091
1092 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1093
1094 * gdb.base/list-missing-source.exp: New file.
1095
1096 2019-09-14 Tom de Vries <tdevries@suse.de>
1097
1098 PR teststuite/24599
1099 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1100 * lib/ada.exp (gnatmake_version_at_least): New proc.
1101
1102 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * gdb.base/maint.exp: Use exec_has_index_section.
1105
1106 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1107
1108 * gdb.base/maint.exp: Add test for 'maint info sections'.
1109
1110 2019-09-12 Tom de Vries <tdevries@suse.de>
1111
1112 * gdb.base/store.exp: Allow register variables to be optimized out at
1113 -O0.
1114
1115 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1116
1117 * gdb.ada/rdv_wait.exp: Update to new task names.
1118 * gdb.base/task_switch_in_core.exp: Likewise.
1119 * gdb.base/info_sources_base.c: Likewise.
1120
1121 2019-09-10 Tom Tromey <tromey@adacore.com>
1122
1123 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1124
1125 2019-09-10 Tom Tromey <tromey@adacore.com>
1126
1127 * gdb.ada/dgopt.exp: New file.
1128 * gdb.ada/dgopt/x.adb: New file.
1129
1130 2019-09-08 Tom Tromey <tom@tromey.com>
1131
1132 * gdb.tui/resize.exp: Remove setup_xfail.
1133 * gdb.tui/regs.exp: Remove setup_xfail.
1134 * gdb.tui/basic.exp: Remove setup_xfail.
1135
1136 2019-09-06 David Blaikie <dblaikie@gmail.com>
1137
1138 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1139 * gdb.cp/cplabel.exp: Ditto.
1140 * gdb.linespec/ls-errs.exp: Ditto.
1141
1142 2019-09-05 Tom de Vries <tdevries@suse.de>
1143
1144 * lib/gdb.exp (cmp_file_string): New proc.
1145 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1146 runto_main. Verify save breakpoints output.
1147
1148 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1149
1150 * gdb.base/info-var.exp: Test info variables without running
1151 to main, to avoid expect's buffer overflow.
1152
1153 2019-09-03 Tom Tromey <tromey@adacore.com>
1154
1155 * gdb.ada/bias.exp: New file.
1156 * gdb.ada/bias/bias.adb: New file.
1157 * gdb.ada/print_chars.exp: Add regression test.
1158 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1159 (MC): New variable.
1160
1161 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1162
1163 * gdb.base/argv0-symlink.exp: Run only on native target
1164 and local host.
1165
1166 2019-08-29 Tom de Vries <tdevries@suse.de>
1167
1168 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1169 diverse debug info.
1170 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1171
1172 2019-08-28 Tom de Vries <tdevries@suse.de>
1173
1174 * gdb.base/info-var.exp: Allow info variables to print info for files
1175 other than info-var-f1.c and info-var-f2.c.
1176
1177 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * gdb.fortran/info-types.exp: Add module.
1180 * gdb.fortran/info-types.f90: Update expected results.
1181
1182 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1183
1184 * gdb.fortran/info-types.exp: New file.
1185 * gdb.fortran/info-types.f90: New file.
1186 * lib/fortran.exp (fortran_character1): New proc.
1187
1188 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1189
1190 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1191 functions'. Reindent as needed.
1192 * gdb.base/info-var-f1.c: New file.
1193 * gdb.base/info-var-f2.c: New file.
1194 * gdb.base/info-var.exp: New file.
1195 * gdb.base/info-var.h: New file.
1196
1197 2019-08-26 Tom de Vries <tdevries@suse.de>
1198
1199 PR c++/24852
1200 * gdb.cp/no-libstdcxx-probe.exp: New test.
1201
1202 2019-08-26 Tom de Vries <tdevries@suse.de>
1203
1204 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1205 * tests need to be skipped.
1206 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1207 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1208 mi_skip_libstdcxx_probe_tests.
1209
1210 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1211
1212 * gdb.python/py-xmethods.exp: Use raw strings when passing
1213 arguments to SimpleXMethodMatcher.
1214
1215 2019-08-22 Tom de Vries <tdevries@suse.de>
1216
1217 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1218 more informative.
1219
1220 2019-08-21 Pedro Alves <palves@redhat.com>
1221
1222 * gdb.base/with.exp: Test "with" with no arguments.
1223
1224 2019-08-21 Tom de Vries <tdevries@suse.de>
1225
1226 * gdb.base/gdb-caching-proc.exp: Sort files.
1227
1228 2019-08-20 Tom de Vries <tdevries@suse.de>
1229
1230 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1231 compilation.
1232
1233 2019-08-16 Tom de Vries <tdevries@suse.de>
1234
1235 * gdb.base/compare-sections.exp ("after run to main"): Allow
1236 mismatched read-only sections for PIE executables.
1237
1238 2019-08-16 Tom Tromey <tom@tromey.com>
1239
1240 * lib/tuiterm.exp (_csi_Z): New proc.
1241 * gdb.tui/basic.exp: Update window positions.
1242 * gdb.tui/empty.exp: Update window positions.
1243
1244 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1245
1246 * gdb.base/examine-backward.exp: Correct regexp for
1247 "examine 3 bytes backward from ${address_zero}".
1248
1249 2019-08-15 Tom Tromey <tom@tromey.com>
1250
1251 * gdb.tui/empty.exp: Enable resizing tests.
1252
1253 2019-08-15 Tom Tromey <tromey@adacore.com>
1254
1255 * gdb.ada/char_enum.exp: Add regression tests.
1256 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1257 and '0'.
1258 (Char, Gchar): Update.
1259 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1260
1261 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1262
1263 * gdb.python/python.exp: Expect a leading underscore on
1264 GdbOutput{,Error}File.
1265
1266 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1267
1268 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1269 Windows host.
1270
1271 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1272
1273 * gdb.base/batch-preserve-term-settings.exp
1274 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1275
1276 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1277
1278 * lib/gdb.exp: When running on a mingw target, replace
1279 /x/ with x:/.
1280
1281 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1282
1283 * gdb.arch/aarch64-prologue.c: New test.
1284 * gdb.arch/aarch64-prologue.exp: New file.
1285
1286 2019-08-13 Tom de Vries <tdevries@suse.de>
1287
1288 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1289 Thread.
1290
1291 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1292
1293 * gdb.python/py-completion.exp: Download the .py file to the host
1294 and use its host pathname. Conditionalize tests that use
1295 tab completion and manipulate files on the build machine.
1296 * gdb.python/py-events.exp: Download the .py file to the host
1297 and use its host pathname.
1298 * gdb.python/py-evsignal.exp: Likewise.
1299 * gdb.python/py-evthreads.exp: Likewise.
1300 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1301 pathname syntax.
1302 * gdb.python/py-framefilter.exp: Download the .py file to the right
1303 place on the host. Match Windows pathname syntax.
1304 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1305 .py file to the host and use its host pathname.
1306 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1307 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1308 build pathname. Skip symlink test on Windows host. Add missing
1309 newline at end of file.
1310 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1311 and use its host pathname.
1312 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1313 * gdb.python/py-section-script.exp: Use host location of binfile
1314 on safe-path. Use correct path separator on Windows host.
1315 Reorder alternatives in gdb_test_multiple to prevent matching
1316 the wrong alternative on success.
1317 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1318
1319 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1320
1321 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1322 expect the GDB inferior to no longer immediately stop after
1323 being resumed with "signal SIGINT".
1324
1325 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1326
1327 * gdb.linespec/break-ask.exp: Generalize regexps to match
1328 Windows pathnames too.
1329
1330 2019-08-08 Tom de Vries <tdevries@suse.de>
1331
1332 PR testsuite/24862
1333 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1334
1335 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1336
1337 * gdb.base/style.exp: Update tests for help doc new invariants.
1338 * gdb.base/help.exp: Likewise.
1339
1340 2019-08-06 Tom Tromey <tom@tromey.com>
1341
1342 * gdb.base/style.exp: Add disassemble test.
1343 * gdb.base/style.c (some_called_function): New function.
1344 (main): Use it.
1345
1346 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1347
1348 * gdb.python/py-block.exp: Test dictionary access on blocks.
1349
1350 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1351
1352 PR gdb/24863
1353 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1354 -list-thread-groups --available test when running under
1355 check-read1.
1356
1357 2019-08-05 Tom de Vries <tdevries@suse.de>
1358
1359 PR testsuite/24863
1360 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1361 * gdb.base/help.exp: Use with_read1_timeout_factor.
1362 * gdb.base/info-macros.exp: Same.
1363 * gdb.cp/nested-types.exp: Same.
1364
1365 2019-08-05 Tom de Vries <tdevries@suse.de>
1366
1367 * lib/gdb.exp (version_at_least): Factor out of ...
1368 (tcl_version_at_least): ... here.
1369 (gdb_compile): Fail if pie results in non-PIE executable.
1370 (readelf_version, readelf_prints_pie): New proc.
1371 (exec_is_pie): Return -1 if unknown.
1372
1373 2019-08-05 Tom de Vries <tdevries@suse.de>
1374
1375 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1376
1377 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1378
1379 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1380
1381 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1382
1383 * lib/completion-support.exp (test_gdb_complete_none): Skip
1384 tab completion tests if no readline support.
1385 (test_gdb_complete_unique_re): Likewise.
1386 (test_gdb_complete_multiple): Likewise.
1387
1388 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1389
1390 * gdb.base/info_sources.exp: New file.
1391 * gdb.base/info_sources.c: New file.
1392 * gdb.base/info_sources_base.c: New file.
1393
1394 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1395
1396 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1397 prefix argument.
1398 (test_exit_status): Add prefix argument.
1399
1400 2019-08-01 Tom de Vries <tdevries@suse.de>
1401
1402 PR testsuite/24863
1403 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1404 calling exp_continue for new thread and thread exited messages.
1405
1406 2019-08-01 Tom de Vries <tdevries@suse.de>
1407
1408 PR testsuite/24863
1409 * gdb.base/structs.exp: Fix check-read1 timeout using
1410 gdb_test_sequence.
1411 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1412
1413 2019-08-01 Tom de Vries <tdevries@suse.de>
1414
1415 PR testsuite/24863
1416 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1417 line.
1418
1419 2019-08-01 Tom de Vries <tdevries@suse.de>
1420
1421 PR testsuite/24863
1422 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1423
1424 2019-07-30 Tom Tromey <tromey@adacore.com>
1425
1426 * gdb.ada/display_nested.exp: New file.
1427 * gdb.ada/display_nested/foo.adb: New file.
1428 * gdb.ada/display_nested/pack.adb: New file.
1429 * gdb.ada/display_nested/pack.ads: New file.
1430
1431 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1432
1433 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1434 namespace.
1435 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1436
1437 2019-07-30 Tom de Vries <tdevries@suse.de>
1438
1439 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1440 instead.
1441
1442 2019-07-30 Tom de Vries <tdevries@suse.de>
1443
1444 PR testsuite/24834
1445 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1446 (exec_is_pie): New proc.
1447
1448 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1449
1450 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1451
1452 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1453
1454 * gdb.python/py-objfile.c: Add global and static vars.
1455 * gdb.python/py-objfile.exp: Test new functions Objfile.
1456 lookup_global_symbol and lookup_static_symbol.
1457
1458 2019-07-29 Tom Tromey <tom@tromey.com>
1459
1460 * lib/tuiterm.exp (Term::_csi_@): New proc.
1461 (Term::_csi_X): Don't move cursor.
1462
1463 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1464
1465 * gdb.base/options.exp: Update backtrace - completion to
1466 new option -frame-info.
1467 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1468 Test new 'set print frame-info'. Test backtrace -frame-info
1469 overriding 'set print frame-info'.
1470 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1471 Test new 'set print frame-info'.
1472 Verify consistency of backtrace with and without filters, with and
1473 without -no-filters.
1474 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1475 default.
1476
1477 2019-07-29 Tom de Vries <tdevries@suse.de>
1478
1479 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1480 no arguments".
1481
1482 2019-07-29 Tom de Vries <tdevries@suse.de>
1483
1484 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1485 is a substring of the first for "complete non-unique file name".
1486
1487 2019-07-29 Tom de Vries <tdevries@suse.de>
1488
1489 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1490 with ".*".
1491
1492 2019-07-29 Tom de Vries <tdevries@suse.de>
1493
1494 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1495 Pass prompt_regexp parameter to gdb_test_multiple calls.
1496
1497 2019-07-29 Tom de Vries <tdevries@suse.de>
1498
1499 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1500 print registers" regexps.
1501
1502 2019-07-29 Tom de Vries <tdevries@suse.de>
1503
1504 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1505
1506 2019-07-29 Tom de Vries <tdevries@suse.de>
1507
1508 PR gdb/24855
1509 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1510 (skip_python_tests_prompt): Add prompt_regexp argument to
1511 gdb_test_multiple calls.
1512
1513 2019-07-27 Tom Tromey <tom@tromey.com>
1514
1515 * gdb.tui/main.exp: New file.
1516
1517 2019-07-27 Tom Tromey <tom@tromey.com>
1518
1519 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1520 optional.
1521 * gdb.tui/empty.exp: New file.
1522
1523 2019-07-27 Tom Tromey <tom@tromey.com>
1524
1525 * lib/tuiterm.exp (spawn): New proc.
1526 (Term::resize): New proc.
1527 * gdb.tui/resize.exp: New file.
1528
1529 2019-07-27 Tom Tromey <tom@tromey.com>
1530
1531 * gdb.tui/list.exp: New file.
1532
1533 2019-07-27 Tom Tromey <tom@tromey.com>
1534
1535 * gdb.tui/regs.exp: New file.
1536
1537 2019-07-27 Tom Tromey <tom@tromey.com>
1538
1539 * gdb.tui/basic.exp: Add "layout split" test.
1540
1541 2019-07-27 Tom Tromey <tom@tromey.com>
1542
1543 * gdb.tui/basic.exp: Add "layout asm" test.
1544
1545 2019-07-27 Tom Tromey <tom@tromey.com>
1546
1547 * lib/tuiterm.exp: New file.
1548 * gdb.tui/basic.exp: New file.
1549
1550 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1551
1552 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1553 Enable tests associated with this flag. Adjust regex
1554 referencing "foo_low" to now refer to "foo_cold" instead.
1555
1556 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1557
1558 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1559 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1560 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1561 foo_cold. Revise comments to match.
1562 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1563 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1564 were wrapped into this proc; Call do_test in loop from outermost
1565 level.
1566 (foo_low): Rename all occurrences to "foo_cold".
1567 (backtrace from baz): New test.
1568 (x2/i foo_cold): New test.
1569 (info line *foo_cold): New test.
1570
1571 2019-07-26 Tom de Vries <tdevries@suse.de>
1572
1573 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1574
1575 2019-07-25 Tom de Vries <tdevries@suse.de>
1576
1577 PR testsuite/24830
1578 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1579 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1580 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1581 (skip_libstdcxx_probe_tests): ... here.
1582 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1583
1584 2019-07-24 Tom de Vries <tdevries@suse.de>
1585
1586 PR testsuite/24807
1587 * gdb.objc/basicclass.m: Include stdio.h.
1588 * gdb.objc/nondebug.m: Same.
1589 * gdb.objc/objcdecode.m: Same.
1590
1591 2019-07-24 Tom de Vries <tdevries@suse.de>
1592
1593 PR testsuite/24612
1594 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1595 additional_flags.
1596
1597 2019-07-24 Tom de Vries <tdevries@suse.de>
1598
1599 PR testsuite/24831
1600 * gdb.multi/tids.exp: Update error messages for info threads.
1601
1602 2019-07-24 Tom de Vries <tdevries@suse.de>
1603
1604 * gdb.base/info-types.exp: Allow info types to print info for more than
1605 one file.
1606
1607 2019-07-23 Tom de Vries <tdevries@suse.de>
1608
1609 PR testsuite/24842
1610 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1611 gdb_spawn_with_cmdline_opts.
1612
1613 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1614
1615 * gdb.arch/arm-cmse-sgstubs.c: New test.
1616 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1617
1618 2019-07-23 Tom de Vries <tdevries@suse.de>
1619
1620 PR testsuite/24711
1621 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1622 issuing next command.
1623
1624 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1625
1626 * gdb.ada/info_auto_lang.exp: Update expected results.
1627 * gdb.base/info-types.c: Add additional types to check.
1628 * gdb.base/info-types.exp: Update expected results.
1629
1630 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1631
1632 * gdb.base/info-types.c: New file.
1633 * gdb.base/info-types.exp: New file.
1634
1635 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1636
1637 * gdb.arch/riscv-bp-infcall.c: New file.
1638 * gdb.arch/riscv-bp-infcall.exp: New file.
1639
1640 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1641
1642 PR breakpoints/24541
1643 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1644
1645 2019-07-14 Tom de Vries <tdevries@suse.de>
1646
1647 PR testsuite/24760
1648 * gdb.objc/basicclass.exp: Fix unterminated string.
1649
1650 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1651 Andrew Burgess <andrew.burgess@embecosm.com>
1652
1653 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1654 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1655 negative bounds.
1656 * gdb.fortran/vla-value.exp: Print elements of an array with
1657 negative bounds.
1658 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1659 testing.
1660
1661 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1662
1663 * gdb.base/options.exp (expect_string): Dequote strings in
1664 results.
1665 (test-string): Test strings with different quoting and reindent.
1666
1667 2019-07-10 Tom Tromey <tromey@adacore.com>
1668
1669 * gdb.ada/mi_ex_cond.exp: Update expected results.
1670 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1671 * gdb.ada/mi_catch_ex.exp: Update expected results.
1672 * gdb.ada/mi_catch_assert.exp: Update expected results.
1673 * gdb.ada/catch_ex.exp (catch_exception_info)
1674 (catch_exception_entry, catch_assert_entry)
1675 (catch_unhandled_entry): Update.
1676 * gdb.ada/catch_assert_if.exp: Update expected results.
1677
1678 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1679 Stephen Roberts <stephen.roberts@arm.com>
1680
1681 * gdb.base/define.exp: Restore original prompt.
1682
1683 2019-07-09 Pedro Alves <palves@redhat.com>
1684
1685 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1686 breakpoints" output.
1687 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1688 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1689 throw" creates breakpoint.
1690 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1691 'type="catchpoint"'.
1692
1693 2019-07-09 Pedro Alves <palves@redhat.com>
1694
1695 PR c++/15468
1696 * gdb.cp/except-multi-location-lib.cc: New.
1697 * gdb.cp/except-multi-location-main.cc: New.
1698 * gdb.cp/except-multi-location.exp: New.
1699
1700 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1701
1702 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1703 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1704 argument and update callers.
1705
1706 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1707
1708 * gdb.arch/amd64-break-on-asm-line.S: New file.
1709 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1710
1711 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1712
1713 * gdb.base/printcmds.exp: Test printing C string and
1714 C wide string convenience vars without transiting via the inferior.
1715 Also make test names unique.
1716
1717 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1718
1719 PR breakpoints/25011
1720 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1721
1722 2019-07-04 Pedro Alves <palves@redhat.com>
1723
1724 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1725 body returned ok(0), break(3) or continue(4).
1726 * gdb.testsuite/foreach_with_prefix.exp: New file.
1727
1728 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1729
1730 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1731
1732 2019-07-03 Pedro Alves <palves@redhat.com>
1733
1734 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1735 "return -code".
1736
1737 2019-07-03 Pedro Alves <palves@redhat.com>
1738
1739 PR cli/24732
1740 * gdb.base/shell.exp: Load completion-support.exp.
1741 Adjust expected error output. Add completion tests.
1742
1743 2019-07-03 Pedro Alves <palves@redhat.com>
1744
1745 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1746 string_to_regexp.
1747
1748 2019-07-03 Pedro Alves <palves@redhat.com>
1749
1750 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1751 (expect_integer): Adjust to expect "-string".
1752 (expect_string): New.
1753 (all_options): Expect "-string".
1754 (test-flag, test-boolean): Adjust to expect "-string".
1755 (test-string): New proc.
1756 (top level): Call it.
1757
1758 2019-07-03 Pedro Alves <palves@redhat.com>
1759
1760 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1761 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1762 the expected output in the success.
1763
1764 2019-07-03 Pedro Alves <palves@redhat.com>
1765
1766 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1767 Split one gdb_test_multiple call in two to avoid a race.
1768
1769 2019-07-03 Pedro Alves <palves@redhat.com>
1770
1771 * gdb.base/with.c: New file.
1772 * gdb.base/with.exp: New file.
1773
1774 2019-07-03 Pedro Alves <palves@redhat.com>
1775
1776 * gdb.base/settings.exp: Replace all references to "maint
1777 test-settings set" with references to "maint set test-settings",
1778 and all references to "maint test-settings show" with references
1779 to "maint show test-settings".
1780
1781 2019-07-03 Pedro Alves <palves@redhat.com>
1782
1783 * gdb.base/settings.exp (test-string): Adjust expected out when
1784 testing "maint test-settings show filename"
1785
1786 2019-07-02 Pedro Alves <palves@redhat.com>
1787
1788 * gdb.base/options.exp (test-info-threads): New procedure.
1789 (top level): Call it.
1790
1791 2019-06-28 Tom Tromey <tromey@adacore.com>
1792
1793 * gdb.dwarf2/ada-linkage-name.c: New file.
1794 * gdb.dwarf2/ada-linkage-name.exp: New file.
1795
1796 2019-06-27 Tom Tromey <tromey@adacore.com>
1797
1798 PR c++/20020:
1799 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1800
1801 2019-06-26 Tom de Vries <tdevries@suse.de>
1802
1803 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1804
1805 2019-06-26 Tom de Vries <tdevries@suse.de>
1806
1807 * gdb.base/index-cache.exp: Add back missing debug option.
1808
1809 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1810
1811 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1812
1813 2019-06-25 Tom de Vries <tdevries@suse.de>
1814
1815 PR testsuite/24727
1816 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1817
1818 2019-06-24 Tom de Vries <tdevries@suse.de>
1819
1820 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1821
1822 2019-06-24 Tom de Vries <tdevries@suse.de>
1823
1824 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1825 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1826 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1827
1828 2019-06-24 Tom de Vries <tdevries@suse.de>
1829
1830 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1831
1832 2019-06-21 Tom de Vries <tdevries@suse.de>
1833
1834 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1835
1836 2019-06-21 Tom de Vries <tdevries@suse.de>
1837
1838 PR testsuite/24518
1839 PR ada/24713
1840 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1841 index.
1842
1843 2019-06-19 Tom Tromey <tromey@adacore.com>
1844
1845 * gdb.ada/length_cond.exp: Add intro comment.
1846
1847 2019-06-19 Tom Tromey <tromey@adacore.com>
1848
1849 * gdb.ada/length_cond.exp: New file.
1850 * gdb.ada/length_cond/length_cond.adb: New file.
1851 * gdb.ada/length_cond/pck.adb: New file.
1852 * gdb.ada/length_cond/pck.ads: New file.
1853
1854 2019-06-18 Tom de Vries <tdevries@suse.de>
1855
1856 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1857
1858 2019-06-18 Tom Tromey <tromey@adacore.com>
1859
1860 * gdb.base/list0.h: Add comment explaining control character.
1861
1862 2019-06-18 Tom de Vries <tdevries@suse.de>
1863
1864 * boards/fission.exp: Break up long debug_flags line.
1865
1866 2019-06-16 Tom de Vries <tdevries@suse.de>
1867
1868 PR gdb/24445
1869 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1870 generated index.
1871
1872 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1873
1874 PR gdb/24686
1875 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1876 improve detection of bug gdb/24541.
1877
1878 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1879
1880 PR gdb/24669
1881 * gdb.base/index-cache.exp (uses_readnow,
1882 expecting_index_cache_use): Define global variable.
1883 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1884 expecting_index_cache_use.
1885
1886 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1887 Andrew Burgess <andrew.burgess@embecosm.com>
1888
1889 * gdb.fortran/pointers.f90: New file.
1890 * gdb.fortran/print_type.exp: New file.
1891 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1892 * gdb.fortran/vla-type.exp: Likewise.
1893 * gdb.fortran/vla-value.exp: Likewise.
1894 * gdb.mi/mi-vla-fortran.exp: Likewise.
1895
1896 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1897
1898 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1899 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1900 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1901 as a stop reason.
1902
1903 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1904
1905 * gdb.base/annota1.exp: Update expected results.
1906 * gdb.cp/annota2.exp: Likewise.
1907 * gdb.cp/annota3.exp: Likewise.
1908
1909 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1910
1911 * gdb.base/style-logging.exp: Remove path from test name.
1912
1913 2019-06-14 Tom Tromey <tromey@adacore.com>
1914
1915 PR gdb/24502:
1916 * gdb.base/style-logging.exp: New file.
1917
1918 2019-06-14 Tom Tromey <tromey@adacore.com>
1919
1920 * gdb.base/symfile-warn.exp: New file.
1921 * gdb.base/symfile-warn.c: New file.
1922
1923 2019-06-14 Tom Tromey <tromey@adacore.com>
1924
1925 * gdb.base/annotate-symlink.exp: New file.
1926
1927 2019-06-14 Tom Tromey <tromey@adacore.com>
1928
1929 * gdb.ada/set_wstr.exp: Add reassignment test.
1930
1931 2019-06-14 Tom Tromey <tromey@adacore.com>
1932
1933 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1934 'unchecked_access and 'unrestricted_access as well.
1935
1936 2019-06-14 Tom Tromey <tromey@adacore.com>
1937
1938 PR ada/24539:
1939 * gdb.ada/vla.exp: Update tests.
1940 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1941 pragma.
1942
1943 2019-06-13 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.base/settings.exp (test-integer): Test junk after
1946 "unlimited".
1947
1948 2019-06-13 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.base/options.exp (test-thread-apply): New.
1951 (top level): Call it.
1952
1953 2019-06-13 Pedro Alves <palves@redhat.com>
1954
1955 * gdb.base/options.exp (test-frame-apply): New.
1956 (top level): Test print commands with different "frame apply"
1957 prefixes.
1958
1959 2019-06-13 Pedro Alves <palves@redhat.com>
1960
1961 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1962 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1963 'max_completions' parameter and handle it.
1964 (test_gdb_completion_offers_commands): New.
1965
1966 2019-06-13 Pedro Alves <palves@redhat.com>
1967
1968 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1969
1970 2019-06-13 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.base/options.exp (test-backtrace): New.
1973 (top level): Call it.
1974
1975 2019-06-13 Pedro Alves <palves@redhat.com>
1976
1977 * gdb.guile/scm-frame-args.exp: Use "set print
1978 raw-frame-arguments" instead of "set print raw frame-arguments".
1979 * gdb.python/py-frame-args.exp: Likewise.
1980
1981 2019-06-13 Pedro Alves <palves@redhat.com>
1982
1983 * gdb.compile/compile.exp: Adjust expected output to option
1984 processing changes.
1985
1986 2019-06-13 Pedro Alves <palves@redhat.com>
1987
1988 * gdb.base/options.exp: Build executable.
1989 (test-print): New procedure.
1990 (top level): Call it, once for "print" and another for "compile
1991 print".
1992
1993 2019-06-13 Pedro Alves <palves@redhat.com>
1994
1995 * gdb.base/options.c: New file.
1996 * gdb.base/options.exp: New file.
1997
1998 2019-06-13 Pedro Alves <palves@redhat.com>
1999
2000 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2001 that "o" is ambiguous.
2002
2003 2019-06-13 Pedro Alves <palves@redhat.com>
2004
2005 * gdb.base/settings.c: New file.
2006 * gdb.base/settings.exp: New file.
2007
2008 2019-06-13 Pedro Alves <palves@redhat.com>
2009
2010 * gdb.base/completion.exp: Fix comment typo.
2011
2012 2019-06-13 Pedro Alves <palves@redhat.com>
2013
2014 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2015 foo --1" test.
2016
2017 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2018
2019 * gdb.fortran/block-data.f: New.
2020 * gdb.fortran/block-data.exp: New.
2021
2022 2019-06-11 Tom de Vries <tdevries@suse.de>
2023
2024 PR testsuite/24521
2025 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2026 message.
2027
2028 2019-06-11 Tom de Vries <tdevries@suse.de>
2029
2030 PR testsuite/24521
2031 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2032
2033 2019-06-11 Tom de Vries <tdevries@suse.de>
2034
2035 * boards/readnow.exp: New file.
2036
2037 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2038
2039 * gdb.fortran/vla-sizeof.exp: Update expected results.
2040
2041 2019-06-06 Amos Bird <amosbird@gmail.com>
2042
2043 * gdb.base/annota1.exp (thread_switch): Add test for
2044 thread-exited annotation.
2045
2046 2019-06-06 Tom Tromey <tromey@adacore.com>
2047
2048 * gdb.base/maint.exp: Expect command started/finished output.
2049
2050 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2051
2052 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2053 comment.
2054 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2055
2056 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2057
2058 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2059 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2060 * gdb.arch/riscv-unwind-long-insn.c: New file.
2061 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2062
2063 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2064
2065 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2066
2067 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2068
2069 * lib/gdb.exp (help_list_trailer): New regexp variable
2070 factorizing the help trailer message.
2071 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2072 arg to allow to better factorize various tests.
2073 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2074 (test_prefix_command_help): Use help_list_trailer.
2075 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2076 * gdb.guile/scm-cmd.exp: Likewise.
2077 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2078 * gdb.base/help.exp: Use test_user_defined_class_help.
2079 * gdb.base/style.exp: Add tests for styling of help and apropos.
2080 * lib/gdb-utils.exp (style): Add title and highlight styles.
2081
2082 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2083
2084 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2085 $_shell_exitsignal.
2086 * gdb.base/default.exp: Update for new convenience variables.
2087
2088 2019-05-29 Tom Tromey <tromey@adacore.com>
2089
2090 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2091 to "break complete ada" test case's regexp.
2092
2093 2019-05-29 Tom Tromey <tromey@adacore.com>
2094
2095 PR c++/20020:
2096 * gdb.cp/constexpr-field.exp: New file.
2097 * gdb.cp/constexpr-field.cc: New file.
2098
2099 2019-05-29 Tom Tromey <tromey@adacore.com>
2100
2101 * gdb.base/finish.exp (finish_no_print): New proc.
2102 (finish_tests): Call it.
2103
2104 2019-05-24 Tom de Vries <tdevries@suse.de>
2105
2106 * gdb.dwarf2/gdb-add-index.exp: New file.
2107
2108 2019-05-22 Tom Tromey <tromey@adacore.com>
2109
2110 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2111 * gdb.base/style.exp: Use "style".
2112 * lib/gdb-utils.exp (style): New proc.
2113
2114 2019-05-22 Tom de Vries <tdevries@suse.de>
2115
2116 * gdb.base/align.exp: Require c++11.
2117
2118 2019-05-22 Tom de Vries <tdevries@suse.de>
2119
2120 PR testsuite/24586
2121 * gdb.python/py-mi-var-info-path-expression.exp: Call
2122 mi_skip_python_tests to check if python is supported.
2123
2124 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2125
2126 * gdb.arch/aarch64-pauth.c: New test.
2127 * gdb.arch/aarch64-pauth.exp: New file.
2128
2129 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2130
2131 * README (Re-running Tests Outside The Testsuite): New section.
2132
2133 2019-05-21 Tom de Vries <tdevries@suse.de>
2134
2135 * gdb.arch/amd64-eval.exp: Require c++11.
2136 * gdb.base/max-depth.exp: Same.
2137 * gdb.compile/compile-cplus-array-decay.exp: Same.
2138 * gdb.cp/meth-typedefs.exp: Same.
2139 * gdb.cp/subtypes.exp: Same.
2140 * gdb.cp/temargs.exp: Same.
2141
2142 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2143
2144 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2145
2146 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2147
2148 PR gdb/18644
2149 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2150 * gdb.fortran/printing-types.exp: Add new test.
2151 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2152 testing.
2153 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2154 setup_kfail call.
2155
2156 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2157
2158 * README (Running the Testsuite): Change example.
2159 (Testsuite Parameters): Remove TRANSCRIPT.
2160 * lib/gdb.exp: Remove TRANSCRIPT check.
2161
2162 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2163
2164 * README (Testsuite Parameters): Add replay logging to
2165 GDBSERVER_DEBUG.
2166 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2167 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2168 as a comma separated list.
2169 (gdb_debug_init): Override procedure.
2170
2171 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2172
2173 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2174 (gdb_write_cmd_file): New procedure.
2175 * lib/gdbserver-support.exp (gdbserver_start): Call
2176 gdbserver_write_cmd_file.
2177 (gdbserver_write_cmd_file): New procedure.
2178
2179 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2180
2181 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2182 (delete_breakpoints): Likewise.
2183 (gdb_run_cmd): Likewise.
2184 (gdb_start_cmd): Likewise.
2185 (gdb_starti_cmd): Likewise.
2186 (gdb_internal_error_resync): Likewise.
2187 (gdb_test_multiple): Likewise.
2188 (gdb_reinitialize_dir): Likewise.
2189 (default_gdb_exit): Likewise.
2190 (gdb_file_cmd): Mark kill as optional.
2191 (default_gdb_start): Call gdb_stdin_log_init.
2192 (send_gdb): Call gdb_stdin_log_write.
2193 (rerun_to_main): Mark Y as an answer.
2194 (gdb_stdin_log_init): New function.
2195 (gdb_stdin_log_write): Likewise.
2196
2197 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2198
2199 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2200 * gdb.base/debug-expr.exp: Likewise.
2201 * gdb.base/foll-fork.exp: Likewise.
2202 * gdb.base/foll-vfork.exp: Likewise.
2203 * gdb.base/fork-print-inferior-events.exp: Likewise.
2204 * gdb.base/gdb-sigterm.exp: Likewise.
2205 * gdb.base/gdbinit-history.exp: Likewise.
2206 * gdb.base/osabi.exp: Likewise.
2207 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2208 * gdb.base/ui-redirect.exp: Likewise.
2209 * gdb.gdb/unittest.exp: Likewise.
2210 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2211 * gdb.mi/mi-watch.exp: Likewise.
2212 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2213 * gdb.mi/user-selected-context-sync.exp: Likewise.
2214 * gdb.python/python.exp: Disable debug test when debugging.
2215 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2216 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2217 Likewise.
2218 * gdb.threads/stepi-random-signal.exp: 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 * Makefile.in: Pass through GDB_DEBUG.
2232 * README (Testsuite Parameters): Add GDB_DEBUG.
2233 (gdb,debug): Add board setting.
2234 * lib/gdb.exp (default_gdb_start): Start debugging.
2235 (gdb_debug_enabled): New procedure.
2236 (gdb_debug_init): Likewise.
2237
2238 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2239
2240 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2241
2242 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2243
2244 * gdb.base/ui-redirect.exp: Test redirection.
2245
2246 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2247
2248 * gdb.mi/mi-complete.exp: New file.
2249 * gdb.mi/mi-complete.cc: Likewise.
2250
2251 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2252
2253 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2254 indexed and sliced arrays, and pointers to arrays.
2255
2256 2019-05-14 Tom Tromey <tromey@adacore.com>
2257
2258 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2259 styling test.
2260
2261 2019-05-14 Tom de Vries <tdevries@suse.de>
2262
2263 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2264 selection entry encoding.
2265
2266 2019-05-10 Tom Tromey <tromey@adacore.com>
2267
2268 * gdb.ada/info_exc.exp: Add "complete" test.
2269
2270 2019-05-09 Tom de Vries <tdevries@suse.de>
2271
2272 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2273 CU-relative.
2274
2275 2019-05-09 Tom de Vries <tdevries@suse.de>
2276
2277 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2278 CU-relative.
2279
2280 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2281
2282 * gdb.ada/frame_arg_lang.exp: New testcase.
2283 * gdb.ada/frame_arg_lang/bla.adb: New file.
2284 * gdb.ada/frame_arg_lang/pck.ads: New file.
2285 * gdb.ada/frame_arg_lang/pck.adb: New file.
2286 * gdb.ada/frame_arg_lang/foo.c: New file.
2287
2288 2019-05-08 Tom Tromey <tromey@adacore.com>
2289
2290 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2291
2292 2019-05-08 Tom Tromey <tromey@adacore.com>
2293
2294 * gdb.base/ptype-offsets.exp: Update tests.
2295
2296 2019-05-08 Tom Tromey <tromey@adacore.com>
2297
2298 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2299 cases.
2300 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2301 "short".
2302
2303 2019-05-08 Tom Tromey <tromey@adacore.com>
2304
2305 * gdb.ada/vla.exp: New file.
2306 * gdb.ada/vla/vla.adb: New file.
2307
2308 2019-05-07 Tom de Vries <tdevries@suse.de>
2309
2310 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2311
2312 2019-05-07 Tom de Vries <tdevries@suse.de>
2313
2314 PR testsuite/24522
2315 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2316 section.
2317
2318 2019-05-07 Tom de Vries <tdevries@suse.de>
2319
2320 PR testsuite/24522
2321 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2322 .debug_aranges section.
2323
2324 2019-05-07 Tom de Vries <tdevries@suse.de>
2325
2326 PR testsuite/24159
2327 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2328
2329 2019-05-06 Tom de Vries <tdevries@suse.de>
2330
2331 * lib/gdb.exp (exec_has_index_section): New proc.
2332 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2333 section.
2334
2335 2019-05-04 Tom de Vries <tdevries@suse.de>
2336
2337 * boards/cc-with-debug-names.exp: New file.
2338
2339 2019-05-03 Tom Tromey <tromey@adacore.com>
2340
2341 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2342 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2343 * gdb.ada/char_enum.exp: Add test.
2344
2345 2019-05-03 Tom de Vries <tdevries@suse.de>
2346
2347 * boards/cc-with-gdb-index.exp: New file.
2348
2349 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2350
2351 * gdb.rust/simple.exp: Add new test case.
2352 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2353 (main): Initialise an instance of the new struct.
2354
2355 2019-05-01 Tom Tromey <tromey@adacore.com>
2356
2357 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2358 record.
2359 (NPR): New variable.
2360 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2361 test.
2362
2363 2019-05-01 Tom Tromey <tromey@adacore.com>
2364
2365 * gdb.ada/packed_array_assign.exp: Add packed assignment
2366 regression test.
2367
2368 2019-05-01 Tom de Vries <tdevries@suse.de>
2369
2370 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2371
2372 2019-05-01 Tom de Vries <tdevries@suse.de>
2373
2374 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2375
2376 2019-04-30 Ali Tamur <tamur@google.com>
2377
2378 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2379
2380 2019-04-30 Tom Tromey <tromey@adacore.com>
2381
2382 * lib/ada.exp (find_ada_tool): New proc.
2383 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2384 * gdb.ada/catch_ex_std.exp: New file.
2385 * gdb.ada/catch_ex_std/foo.adb: New file.
2386 * gdb.ada/catch_ex_std/some_package.adb: New file.
2387 * gdb.ada/catch_ex_std/some_package.ads: New file.
2388
2389 2019-04-30 Tom Tromey <tromey@adacore.com>
2390
2391 PR c++/24470:
2392 * gdb.cp/temargs.cc: Add test code from PR.
2393
2394 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2395
2396 * gdb.fortran/vla-datatypes.exp: Update expected results.
2397 * gdb.fortran/vla-ptype.exp: Likewise.
2398 * gdb.fortran/vla-type.exp: Likewise.
2399 * gdb.fortran/vla-value.exp: Likewise.
2400
2401 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2402
2403 * gdb.fortran/ptr-indentation.exp: Update expected results.
2404 * gdb.fortran/ptype-on-functions.exp: Likewise.
2405 * gdb.fortran/vla-ptr-info.exp: Likewise.
2406 * gdb.fortran/vla-value.exp: Likewise.
2407
2408 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 * gdb.fortran/ptype-on-functions.exp: New file.
2411 * gdb.fortran/ptype-on-functions.f90: New file.
2412
2413 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2414
2415 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2416 case void string.
2417
2418 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2419
2420 * gdb.fortran/complex.exp: Expand.
2421 * gdb.fortran/complex.f: Renamed to...
2422 * gdb.fortran/complex.f90: ...this, and extended to add more
2423 complex values.
2424
2425 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2426
2427 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2428 MODULO, CMPLX.
2429
2430 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2431 Richard Bunt <richard.bunt@arm.com>
2432
2433 * gdb.base/max-depth.c: New file.
2434 * gdb.base/max-depth.exp: New file.
2435 * gdb.python/py-nested-maps.c: New file.
2436 * gdb.python/py-nested-maps.exp: New file.
2437 * gdb.python/py-nested-maps.py: New file.
2438 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2439 (test_all_common): Call test_max_depth.
2440 * gdb.fortran/max-depth.exp: New file.
2441 * gdb.fortran/max-depth.f90: New file.
2442 * gdb.go/max-depth.exp: New file.
2443 * gdb.go/max-depth.go: New file.
2444 * gdb.modula2/max-depth.exp: New file.
2445 * gdb.modula2/max-depth.c: New file.
2446 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2447
2448 2019-04-29 Tom de Vries <tdevries@suse.de>
2449
2450 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2451
2452 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2453
2454 * gdb.base/callexit.exp: Test may-call-functions off.
2455
2456 2019-04-25 Keith Seitz <keiths@redhat.com>
2457
2458 PR c++/24367
2459 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2460 (another_incomplete_struct, test_incomplete): New definitions.
2461 (main): Use new definitions.
2462 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2463 functions.
2464
2465 2019-04-25 Ali Tamur <tamur@google.com>
2466
2467 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2468
2469 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2470
2471 PR corefiles/11608
2472 PR corefiles/18187
2473 * gdb.base/coredump-filter-build-id.exp: New file.
2474
2475 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2476
2477 * Makefile.in: Pass through GDBSERVER_DEBUG.
2478 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2479 (gdbserver,debug): Add board setting.
2480 * gdb.trace/tspeed.exp: Skip when debugging.
2481 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2482 * lib/gdbserver-support.exp: Likewise
2483
2484 2019-04-24 Tom Tromey <tromey@adacore.com>
2485
2486 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2487 Rust.
2488
2489 2019-04-24 Tom Tromey <tromey@adacore.com>
2490
2491 * gdb.arch/amd64-eval.exp: Test bitfield return.
2492 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2493 (class Foo) <return_bitfields>: New method.
2494 (main): Call it.
2495
2496 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2497
2498 * gdb.cp/many-args.cc: New file.
2499 * gdb.cp/many-args.exp: New file.
2500
2501 2019-04-23 Tom de Vries <tdevries@suse.de>
2502
2503 PR gdb/24433
2504 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2505
2506 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2507
2508 * gdb.trace/backtrace.exp: Use nopie flag.
2509 * gdb.trace/circ.exp: Likewise.
2510 * gdb.trace/collection.exp: Likewise.
2511 * gdb.trace/ftrace.exp: Likewise.
2512 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2513 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2514 * gdb.trace/qtro.exp: Likewise.
2515 * gdb.trace/read-memory.exp: Likewise.
2516 * gdb.trace/report.exp: Likewise.
2517 * gdb.trace/tfile.exp: Likewise.
2518 * gdb.trace/tfind.exp: Likewise.
2519 * gdb.trace/unavailable.exp: Likewise.
2520
2521 2019-04-22 Pedro Alves <palves@redhat.com>
2522
2523 * gdb.base/solib-probes-nosharedlibrary.c,
2524 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2525
2526 2019-04-19 Tom Tromey <tromey@adacore.com>
2527
2528 * gdb.ada/ptype_union.c: New file.
2529 * gdb.ada/ptype_union.exp: New file.
2530
2531 2019-04-19 Tom Tromey <tromey@adacore.com>
2532
2533 PR symtab/24423:
2534 * gdb.base/list0.h (foo): Add a control-l character.
2535
2536 2019-04-18 Tom de Vries <tdevries@suse.de>
2537
2538 PR gdb/24433
2539 * boards/local-board.exp: Set sysroot to "".
2540
2541 2019-04-18 Tom de Vries <tdevries@suse.de>
2542 Pedro Alves <palves@redhat.com>
2543
2544 PR gdb/24454
2545 * gdb.threads/vfork-follow-child-exec.c: New file.
2546 * gdb.threads/vfork-follow-child-exec.exp: New file.
2547 * gdb.threads/vfork-follow-child-exit.c: New file.
2548 * gdb.threads/vfork-follow-child-exit.exp: New file.
2549
2550 2019-04-15 Leszek Swirski <leszeks@google.com>
2551
2552 * gdb.arch/amd64-eval.cc: New file.
2553 * gdb.arch/amd64-eval.exp: New file.
2554
2555 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2556
2557 * gdb.server/sysroot.c: New test.
2558 * gdb.server/sysroot.exp: New file.
2559 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2560 matching param.
2561
2562 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2563
2564 * gdb.base/align.exp: Extend test to cover structures containing
2565 only static fields.
2566
2567 2019-04-11 Tom de Vries <tdevries@suse.de>
2568
2569 * boards/cc-with-dwz-m.exp: New file.
2570 * boards/cc-with-dwz.exp: New file.
2571 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2572
2573 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2574
2575 * gdb.base/start-cpp.exp: New file.
2576 * gdb.base/start-cpp.cc: New file.
2577
2578 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2579
2580 * gdb.python/py-thrhandle.exp: Adjust tests to call
2581 thread_from_handle instead of thread_from_thread_handle.
2582
2583 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2584
2585 * gdb.python/py-thrhandle.exp: Add tests for
2586 gdb.InferiorThread.handle.
2587
2588 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2589
2590 * gdb.python/py-function.exp: Check calling helper function from
2591 all languages.
2592 * lib/gdb.exp (gdb_supported_languages): New proc.
2593
2594 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2595
2596 * gdb.base/complex-parts.c: New file.
2597 * gdb.base/complex-parts.exp: New file.
2598
2599 2019-04-01 Tom Tromey <tromey@adacore.com>
2600
2601 PR symtab/23331:
2602 * gdb.dwarf2/dw2-ranges-main.c: New file.
2603 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2604 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2605
2606 2019-03-30 Simon Marchi <simark@simark.ca>
2607
2608 * gdb.base/default.exp: Add values for $_gdb_major and
2609 $_gdb_minor.
2610
2611 2019-03-29 Tom Tromey <tromey@adacore.com>
2612
2613 * gdb.base/help.exp: Tighten apropos regexp.
2614
2615 2019-03-29 Keith Seitz <keiths@redhat.com>
2616
2617 * gdb.fortran/array-bounds.exp: New file.
2618 * gdb.fortran/array-bounds.f90: New file.
2619
2620 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2621
2622 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2623
2624 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2625
2626 * gdb.multi/hello.c (main): Increase alarm timer.
2627
2628 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2629
2630 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2631 factor when no hardware watchpoint support.
2632
2633 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2634 Pedro Alves <palves@redhat.com>
2635
2636 * boards/local-board.exp: set sysroot to /.
2637
2638 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2639
2640 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2641 in child.
2642
2643 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2646 field.
2647 (make_container): Initialise new field.
2648 * gdb.python/py-prettyprint.exp: Add new tests.
2649 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2650 <display_hint>: New method.
2651
2652 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2653
2654 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2655 gdb_continue_to_breakpoint more throughout this test.
2656 (run_lang_tests) Supply unique test names, and use
2657 gdb_test_no_output.
2658
2659 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2660
2661 * gdb.base/finish-pretty.exp: Update expected results.
2662 * gdb.base/pretty-print.c: New file.
2663 * gdb.base/pretty-print.exp: New file.
2664
2665 2019-03-25 Pedro Alves <palves@redhat.com>
2666
2667 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2668 move comments outside list. Append '-i "" eof' section.
2669
2670 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2671
2672 PR testsuite/25016
2673 * README: Add pie options.
2674 * gdb.base/break-interp.exp: Ensure pie is disabled.
2675 * gdb.base/dump.exp: Likewise.
2676 * lib/gdb.exp (gdb_compile): Add pie option.
2677
2678 2019-03-19 Tom Tromey <tromey@adacore.com>
2679
2680 * gdb.mi/mi2-cli-display.c: New file.
2681 * gdb.mi/mi2-cli-display.exp: New file.
2682
2683 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2684 Tom Tromey <tromey@adacore.com>
2685
2686 * gdb.ada/ptype_array/pck.adb: New file.
2687 * gdb.ada/ptype_array/pck.ads: New file.
2688 * gdb.ada/ptype_array/foo.adb: New file.
2689 * gdb.ada/ptype_array.exp: New file.
2690
2691 2019-03-14 Tom Tromey <tromey@adacore.com>
2692
2693 * gdb.base/style.exp: Add "set style sources" test.
2694
2695 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2696
2697 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2698 * mi-breakpoint-multiple-locations.exp: ... this.
2699 (make_breakpoints_pattern): New proc.
2700 (do_test): Add mi_version parameter, test -break-insert,
2701 -break-info and =breakpoint-created.
2702
2703 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2704
2705 * config/default.exp: Remove 'load_lib gdb.exp'.
2706 * config/monitor.exp: Likewise.
2707 * config/sid.exp: Likewise.
2708 * config/sim.exp: Likewise.
2709 * config/slite.exp: Likewise.
2710 * config/unix.exp: Likewise.
2711 * gdb.base/default.exp: Remove unhelpful comment.
2712
2713 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2714
2715 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2716
2717 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2718
2719 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2720
2721 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2722
2723 * gdb.fortran/type-kinds.exp: Update expected results.
2724
2725 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2726
2727 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2728
2729 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2730
2731 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2732 function.
2733 (test_basic_parsing_of_type_kinds): Expand types tested.
2734 (test_parsing_invalid_type_kinds): New function.
2735
2736 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2737
2738 * gdb.fortran/intrinsics.exp: New file.
2739 * gdb.fortran/intrinsics.f90: New file.
2740 * gdb.fortran/type-kinds.exp: New file.
2741
2742 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2743
2744 * gdb.fortran/dot-ops.exp: New file.
2745
2746 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2747
2748 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2749 Check upper and lower case logical literals.
2750
2751 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2752
2753 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2754 Remove duplicate tests.
2755
2756 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2757
2758 * lib/gdb.exp (builtin_cd): rename of cd.
2759 (cd): Override builtin.
2760
2761 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2762
2763 * gdb.fortran/function-calls.exp: New file.
2764 * gdb.fortran/function-calls.f90: New test.
2765
2766 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2767
2768 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2769 on user program standard output.
2770 * gdb.fortran/short-circuit-argument-list.f90: Record function
2771 calls.
2772
2773 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2774
2775 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2776 failure.
2777
2778 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2779
2780 PR gdb/8527
2781 * gdb.base/interrupt-daemon-attach.c,
2782 gdb.base/interrupt-daemon-attach.exp: New test.
2783
2784 2019-02-27 Pedro Alves <palves@redhat.com>
2785
2786 * gdb.base/page.exp: Add tests for "set width/height -1".
2787
2788 2019-02-27 Pedro Alves <palves@redhat.com>
2789
2790 * gdb.base/page.exp: Add tests for "set/show width/height" with
2791 "infinite" values.
2792
2793 2019-02-27 Tom Tromey <tromey@adacore.com>
2794
2795 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2796 2.4.
2797 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2798 workaround.
2799
2800 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2801
2802 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2803 tests for structs with static members.
2804
2805 2019-02-26 Tom Tromey <tromey@adacore.com>
2806
2807 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2808 ValueError, not TypeError.
2809
2810 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2811
2812 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2813 call from main program.
2814
2815 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2816
2817 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2818 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2819 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2820 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2821 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2822
2823 2019-02-22 Keith Seitz <keiths@redhat.com>
2824
2825 PR symtab/23853
2826 * gdb.base/symlink-sourcefile.c: New file.
2827 * gdb.base/symlink-sourcefile.exp: New file.
2828
2829 2019-02-20 Tom Tromey <tom@tromey.com>
2830
2831 * gdb.base/info_qt.exp: Update.
2832
2833 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2834
2835 * gdb.base/source.exp: Move "error in sourced script" code to
2836 the end.
2837 * gdb.base/source-error.gdb: Move contents to
2838 source-error-1.gdb. Add new code to source source-error-1.gdb.
2839 * gdb.base/source-error-1.gdb: New file, from previous
2840 source-error.gdb.
2841
2842 2019-02-17 Tom Tromey <tom@tromey.com>
2843
2844 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2845 for macro styling.
2846 * gdb.base/style.c (SOME_MACRO): New macro.
2847
2848 2019-02-17 Tom Tromey <tom@tromey.com>
2849
2850 * gdb.base/style.exp: Add line-wrapping tests.
2851 * gdb.base/page.exp: Add test for quitting during pagination.
2852
2853 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2854
2855 * gdb.ada/big_packed_array: New testcase.
2856 * gdb.ada/homonym.exp: Fix incorrect expected output for
2857 "break <homonym__get_value>" test.
2858
2859 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2860
2861 PR breakpoints/21870
2862 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2863 and prepare_for_testing. Add comment.
2864 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2865 redundant cleanup call. Clean up comment.
2866
2867 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2868
2869 PR breakpoints/21870
2870 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2871 * gdb.arch/aarch64-dbreg-contents.c: New file.
2872
2873 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2874
2875 * gdb.ada/mi_ref_changeable: New testcase.
2876
2877 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2878
2879 * gdb.base/attach.exp: Add double attach test.
2880
2881 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2882
2883 * lib/gdb.exp (default_gdb_start): Don't match pagination
2884 prompt.
2885 (gdb_init): Set stty_init.
2886
2887 2019-01-27 Tom Tromey <tom@tromey.com>
2888
2889 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2890 skip_python_tests.
2891
2892 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2893
2894 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2895 New structure.
2896 (struct struct_static_02_02): Likewise.
2897 (struct struct_static_02_03): Likewise.
2898 (struct struct_static_02_04): Likewise.
2899 (struct struct_static_04_01): Likewise.
2900 (struct struct_static_04_02): Likewise.
2901 (struct struct_static_04_03): Likewise.
2902 (struct struct_static_04_04): Likewise.
2903 (struct struct_static_06_01): Likewise.
2904 (struct struct_static_06_02): Likewise.
2905 (struct struct_static_06_03): Likewise.
2906 (struct struct_static_06_04): Likewise.
2907 (cmp_struct_static_02_01): Likewise.
2908 (cmp_struct_static_02_02): Likewise.
2909 (cmp_struct_static_02_03): Likewise.
2910 (cmp_struct_static_02_04): Likewise.
2911 (cmp_struct_static_04_01): Likewise.
2912 (cmp_struct_static_04_02): Likewise.
2913 (cmp_struct_static_04_03): Likewise.
2914 (cmp_struct_static_04_04): Likewise.
2915 (cmp_struct_static_06_01): Likewise.
2916 (cmp_struct_static_06_02): Likewise.
2917 (cmp_struct_static_06_03): Likewise.
2918 (cmp_struct_static_06_04): Likewise.
2919 (call_all): Test new structs.
2920 * gdb.base/infcall-nested-structs.exp: Likewise.
2921
2922 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2923 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2924
2925 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2926 * gdb.base/stack-protector.c: New test.
2927 * gdb.base/stack-protector.exp: New file.
2928 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2929 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2930 option.
2931 (gdb_compile): Remove stack protector for GCC and prevent
2932 recursion.
2933
2934 2019-01-16 Keith Seitz <keiths@redhat.com>
2935
2936 PR gdb/23773
2937 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2938
2939 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2940
2941 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2942 aliases.
2943 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2944 tests.
2945 * gdb.arch/powerpc-vector-regs.c: New file.
2946 * gdb.arch/powerpc-vector-regs.exp: New file.
2947
2948 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2949
2950 * gdb.arch/altivec-regs.exp: Fix the list passed to
2951 gdb_expect_list when testing "info vector".
2952
2953 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2954
2955 * gdb.base/style.exp: Don't include path in testname.
2956
2957 2019-01-10 Keith Seitz <keiths@redhat.com>
2958
2959 PR gdb/23712
2960 PR symtab/23010
2961 * gdb.dwarf2/multidictionary.exp: New file.
2962
2963 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2964
2965 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2966 (test_gnuv3_style_demangling): ... this.
2967 (test_lucid_style_demangling): Remove.
2968 (test_arm_style_demangling): Remove.
2969 (test_hp_style_demangling): Remove.
2970 (do_tests): Remove calls to the above.
2971
2972 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2973
2974 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2975 case.
2976
2977 2019-01-06 Tom Tromey <tom@tromey.com>
2978
2979 PR gdb/28155:
2980 * gdb.dwarf2/typedef-void-finish.exp: New file.
2981
2982 2018-12-28 Tom Tromey <tom@tromey.com>
2983 Simon Marchi <simark@simark.ca>
2984
2985 * gdb.base/jit-exec.exp: New file.
2986 * gdb.base/jit-exec.c: New file.
2987 * gdb.base/jit-execd.c: New file.
2988
2989 2018-12-28 Tom Tromey <tom@tromey.com>
2990
2991 * gdb.base/style.exp: Update test to check for address styling.
2992
2993 2018-12-28 Tom Tromey <tom@tromey.com>
2994
2995 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2996 message.
2997
2998 2018-12-28 Tom Tromey <tom@tromey.com>
2999
3000 * gdb.base/style.exp: Add test for version number styling.
3001
3002 2018-12-28 Tom Tromey <tom@tromey.com>
3003
3004 * gdb.base/style.exp: Add test for print_address_symbolic.
3005
3006 2018-12-28 Tom Tromey <tom@tromey.com>
3007
3008 * gdb.base/style.exp: Add test for breakpoint setting.
3009
3010 2018-12-28 Tom Tromey <tom@tromey.com>
3011
3012 * gdb.base/style.exp: Add test for variable names.
3013
3014 2018-12-28 Tom Tromey <tom@tromey.com>
3015
3016 * gdb.base/style.exp: New file.
3017 * gdb.base/style.c: New file.
3018
3019 2018-12-28 Tom Tromey <tom@tromey.com>
3020
3021 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3022 "dumb".
3023 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3024 the TERM environment variable.
3025
3026 2018-12-27 Tom Tromey <tom@tromey.com>
3027
3028 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3029 pagination test.
3030
3031 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3032
3033 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3034 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3035
3036 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3037
3038 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3039 Filename a.adb changed to bp_fun_addr.adb.
3040 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3041
3042 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3043
3044 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3045 non-PIE executables.
3046 * README: Mention the gdb,nopie_flag board setting.
3047 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3048 non-PIE executable.
3049 * gdb.arch/amd64-entry-value.exp: Likewise.
3050 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3051 * gdb.arch/i386-float.exp: Likewise.
3052 * gdb.arch/i386-signal.exp: Likewise.
3053 * gdb.mi/mi-reg-undefined.exp: Likewise.
3054
3055 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3056
3057 PR gdb/23974
3058 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3059
3060 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3061
3062 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3063 Update order of results accordingly.
3064
3065 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3066
3067 * gdb.base/annota1.exp: Update a test regexp.
3068
3069 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3070
3071 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3072
3073 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3074
3075 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3076 (reuse_time): Initialize to REUSE_TIME_CAP.
3077 (check_rc): New function.
3078 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3079 Check pthread_create rc.
3080 (spawner_thread_func): Check pthread_create and pthread_join rc.
3081
3082 2018-12-08 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.base/list.exp (test_forward_search): Rename to ...
3085 (test_forward_reverse_search): ... this. Also test reverse-search
3086 and the forward-search alias.
3087
3088 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3089
3090 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3091 local timeout variable before return, and remove all local timeout
3092 variable entirely.
3093 (gdb_load): Likewise.
3094
3095 2018-12-01 Tom de Vries <tdevries@suse.de>
3096
3097 * gdb.base/gdb-caching-proc.exp: New file.
3098
3099 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3100
3101 * Makefile.in (TIMESTAMP): New variable.
3102 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3103 command.
3104 (check-single-racy): Likewise.
3105 (check/%.exp): Likewise.
3106 (check-racy/%.exp): Likewise.
3107 (workers/%.worker): Likewise.
3108 (build-perf): Likewise.
3109 (check-perf): Likewise.
3110 * README: Describe new "TS" and "TS_FORMAT" variables.
3111 * print-ts.py: New file.
3112
3113 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3114
3115 PR python/23714
3116 * gdb.python/python.exp: Test command repetition after
3117 gdb.execute.
3118
3119 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3120
3121 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3122 is correctly aligned.
3123
3124 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3125
3126 * gdb.ada/info_auto_lang.exp: New testcase.
3127 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3128 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3129 * gdb.ada/info_auto_lang/some_c.c: New file.
3130
3131 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3132
3133 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3134 FUNC_lang language syntax.
3135
3136 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3137
3138 * gdb.base/info_minsym.c: New file.
3139 * gdb.base/info_minsym.exp: New file.
3140
3141 2018-11-19 Tom Tromey <tom@tromey.com>
3142
3143 PR rust/23625:
3144 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3145 * gdb.rust/expr.exp: Update expected output. Change one test.
3146
3147 2018-11-19 Tom Tromey <tom@tromey.com>
3148
3149 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3150
3151 2018-11-19 Pedro Alves <palves@redhat.com>
3152
3153 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3154 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3155 see the expected warning.
3156
3157 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3158
3159 PR gdb/22736:
3160 * gdb.cp/infcall-nodebug-lib.c: New test.
3161 * gdb.cp/infcall-nodebug-main.c: New test.
3162 * gdb.cp/infcall-nodebug.exp: New file.
3163
3164 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3165
3166 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3167 completer tests.
3168
3169 2018-11-09 Tom de Vries <tdevries@suse.de>
3170
3171 * gdb.base/msym-lang.c: New test.
3172 * gdb.base/msym-lang.exp: New file.
3173 * gdb.base/msym-lang-main.c: New test.
3174
3175 2018-11-08 Tom Tromey <tom@tromey.com>
3176
3177 PR gdb/23555:
3178 PR gdb/23838:
3179 * gdb.base/warning.exp: New file.
3180
3181 2018-11-08 Jan Beulich <jbeulich@suse.com>
3182
3183 * testsuite/gdb.arch/i386-avx512.c,
3184 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3185
3186 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3187
3188 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3189 point hardware.
3190
3191 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3192
3193 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3194 * gdb.dwarf2/missing-type-name.exp: New file.
3195
3196 2018-11-06 Tom de Vries <tdevries@suse.de>
3197
3198 * gdb.base/many-headers.c: New test.
3199 * gdb.base/many-headers.exp: New file.
3200
3201 2018-11-06 Jim Wilson <jimw@sifive.com>
3202
3203 * gdb.base/code_elim.exp: For riscv, set additional_flags
3204 to include -msmall-data-limit=0.
3205
3206 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3207
3208 * gdb.ada/watch_minus_l: New testcase.
3209
3210 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3211
3212 * gdb.arch/aix-sighandle.c: New file.
3213 * gdb.arch/aix-sighandle.exp: New file.
3214
3215 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3216
3217 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3218 registers being unions.
3219
3220 2018-10-31 Tom de Vries <tdevries@suse.de>
3221
3222 * lib/valgrind.exp: New file.
3223 (vgdb_start, vgdb_stop): New procs, factored out of ...
3224 * gdb.base/valgrind-bt.exp: ... here, ...
3225 * gdb.base/valgrind-disp-step.exp: ... here and ...
3226 * gdb.base/valgrind-infcall.exp: ... here.
3227
3228 2018-10-31 Tom de Vries <tdevries@suse.de>
3229
3230 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3231
3232 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3233
3234 * gdb.dwarf2/void-type.c: New file.
3235 * gdb.dwarf2/void-type.exp: New file.
3236
3237 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3238
3239 * gdb.base/info_qt.c: New file.
3240 * gdb.base/info_qt.exp: New file.
3241
3242 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3243
3244 * gdb.arch/powerpc-htm-regs.c: New file.
3245 * gdb.arch/powerpc-htm-regs.exp: New file.
3246
3247 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3248
3249 * gdb.arch/powerpc-tar.c: New file.
3250 * gdb.arch/powerpc-tar.exp: New file.
3251
3252 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3253
3254 * gdb.arch/powerpc-ppr-dscr.c: New file.
3255 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3256
3257 2018-10-25 Tom de Vries <tdevries@suse.de>
3258
3259 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3260
3261 2018-10-24 Tom de Vries <tdevries@suse.de>
3262
3263 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3264 longer exists error.
3265
3266 2018-10-24 Tom de Vries <tdevries@suse.de>
3267
3268 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3269
3270 2018-10-24 Tom de Vries <tdevries@suse.de>
3271
3272 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3273 --db-attach in valgrind.
3274
3275 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3276
3277 * gdb.arch/riscv-reg-aliases.c: New file.
3278 * gdb.arch/riscv-reg-aliases.exp: New file.
3279
3280 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3281
3282 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3283
3284 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3285
3286 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3287
3288 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3289
3290 * gdb.cp/ovldbreak.exp: Fix regexps.
3291
3292 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3293
3294 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3295
3296 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3297
3298 PR cli/23785
3299 * gdb.base/restore.exp: New test to check if "restore" with an
3300 invalid file doesn't segfault.
3301
3302 2018-10-18 Tom de Vries <tdevries@suse.de>
3303
3304 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3305 * gdb.ada/excep_handle.exp: Same.
3306 * gdb.ada/mi_string_access.exp: Same.
3307 * gdb.ada/mi_var_union.exp: Same.
3308 * gdb.arch/arc-analyze-prologue.exp: Same.
3309 * gdb.arch/arc-decode-insn.exp: Same.
3310 * gdb.base/readnever.exp: Same.
3311 * gdb.fortran/printing-types.exp: Same.
3312 * gdb.guile/scm-lazy-string.exp: Same.
3313
3314 2018-10-16 Tom de Vries <tdevries@suse.de>
3315
3316 PR gdb/23730
3317 * gdb.base/catch-follow-exec.c: Add copyright notice.
3318 * gdb.base/catch-follow-exec.exp: Rewrite to use
3319 gdb_spawn_with_cmdline_opts. Require gdb-native.
3320
3321 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3322
3323 * gdb.trace/actions-changed.exp: Check for arch support.
3324 * gdb.trace/actions.exp: Likewise.
3325 * gdb.trace/ax.exp: Likewise.
3326 * gdb.trace/backtrace.exp: Likewise.
3327 * gdb.trace/change-loc.exp: Likewise.
3328 * gdb.trace/deltrace.exp: Likewise.
3329 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3330 * gdb.trace/ftrace.exp: Likewise.
3331 * gdb.trace/infotrace.exp: Check for arch support.
3332 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3333 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3334 * gdb.trace/mi-tsv-changed.exp: Likewise.
3335 * gdb.trace/packetlen.exp: Likewise.
3336 * gdb.trace/passc-dyn.exp: Likewise.
3337 * gdb.trace/passcount.exp: Likewise.
3338 * gdb.trace/pending.exp: Likewise.
3339 * gdb.trace/range-stepping.exp: Check for shlib support.
3340 * gdb.trace/report.exp: Check for arch support.
3341 * gdb.trace/save-trace.exp: Likewise.
3342 * gdb.trace/signal.exp: Check for signal support.
3343 * gdb.trace/tfind.exp: Check for arch support.
3344 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3345 * gdb.trace/trace-common.h: Add comment.
3346 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3347 * gdb.trace/trace-enable-disable.exp: Likewise.
3348 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3349 * gdb.trace/tracecmd.exp: Check for arch support.
3350 * gdb.trace/tspeed.exp: Check for shlib and target support.
3351 * gdb.trace/tstatus.exp: Check for arch support.
3352 * gdb.trace/tsv.exp: Likewise.
3353 * gdb.trace/while-dyn.exp: Likewise.
3354 * gdb.trace/while-stepping.exp: Likewise.
3355 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3356
3357 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3358
3359 * gdb.trace/tspeed.exp: Remove nowarnings.
3360 (prepare_for_trace_test): Declare "global ipalib".
3361 * gdb.trace/tspeed.c: Include unistd.h.
3362 (main): Remove superfluous printf argument.
3363
3364 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3365
3366 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3367 directory prefix on the filename.
3368
3369 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3370
3371 * gdb.gdb/unittest.exp: Update expected message informing that
3372 selftests have been disabled.
3373 * gdb.server/unittest.exp: Likewise.
3374
3375 2018-10-09 Tom de Vries <tdevries@suse.de>
3376
3377 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3378 with runto_main.
3379
3380 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3381
3382 PR c++/16841
3383 * gdb.cp/virtbase2.cc: New file.
3384 * gdb.cp/virtbase2.exp: New file.
3385
3386 2018-10-06 Tom Tromey <tom@tromey.com>
3387
3388 PR python/19399:
3389 * gdb.python/py-inferior.exp: Add architecture test.
3390
3391 2018-10-06 Tom Tromey <tom@tromey.com>
3392
3393 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3394 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3395
3396 2018-10-06 Tom Tromey <tom@tromey.com>
3397
3398 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3399 of a "throw" catchpoint.
3400
3401 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3402
3403 * gdb.base/info-proc.exp: Update string expected from "help info
3404 proc".
3405
3406 2018-10-04 Tom Tromey <tom@tromey.com>
3407
3408 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3409 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3410 (test_initial_complaints, test_empty_complaints): Update.
3411 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3412
3413 2018-10-04 Tom Tromey <tom@tromey.com>
3414
3415 PR cli/19551:
3416 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3417 * lib/gdb.exp (gdb_file_cmd): Update.
3418 * gdb.stabs/weird.exp (print_weird_var): Update.
3419 * gdb.server/solib-list.exp: Update.
3420 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3421 * gdb.mi/mi-cli.exp: Update.
3422 * gdb.linespec/linespec.exp: Update.
3423 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3424 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3425 * gdb.cp/cp-relocate.exp: Update.
3426 * gdb.base/sym-file.exp: Update.
3427 * gdb.base/relocate.exp: Update.
3428 * gdb.base/readnever.exp: Update.
3429 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3430 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3431 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3432 * gdb.base/code_elim.exp: Update.
3433 * gdb.base/break-unload-file.exp (test_break): Update.
3434 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3435 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3436 Update.
3437 * gdb.base/attach.exp (do_attach_tests): Update.
3438 * gdb.base/sepdebug.exp: Update.
3439 * gdb.python/py-section-script.exp: Update.
3440
3441 2018-10-04 Tom Tromey <tom@tromey.com>
3442
3443 PR cli/22234:
3444 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3445 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3446 output.
3447
3448 2018-10-04 Tom Tromey <tom@tromey.com>
3449
3450 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3451 set width and height to 0.
3452 (test_command_line_attach_run): Use -quiet.
3453
3454 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3455
3456 * lib/gdb.exp (skip_ifunc_tests): New.
3457 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3458 other compile failures.
3459 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3460
3461 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3462
3463 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3464 is_amd64_regs_target.
3465
3466 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3467
3468 * gdb.arch/aarch64-sighandler-regs.c: New test.
3469 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3470 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3471
3472 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3473
3474 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3475 assembly.
3476
3477 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3478
3479 * gdb.base/frame-selection.exp: New file.
3480 * gdb.base/frame-selection.c: New file.
3481
3482 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3483
3484 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3485 pthread barrier.
3486 (main): Likewise.
3487
3488 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3489
3490 * gdb.base/large-frame-1.c: New file.
3491 * gdb.base/large-frame-2.c: New file.
3492 * gdb.base/large-frame.exp: New file.
3493 * gdb.base/large-frame.h: New file.
3494
3495 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3496
3497 PR gdb/20948
3498 * gdb.base/write_mem.exp: New test.
3499 * gdb.base/write_mem.c: Likewise.
3500
3501 2018-09-23 Tom Tromey <tom@tromey.com>
3502
3503 PR python/18852:
3504 * gdb.python/py-parameter.exp: Add test for parameter that throws
3505 on "set".
3506
3507 2018-09-23 Tom Tromey <tom@tromey.com>
3508
3509 PR python/17284:
3510 * gdb.python/py-template.exp (test_template_arg): Add test for
3511 negative template argument number.
3512
3513 2018-09-23 Tom Tromey <tom@tromey.com>
3514
3515 PR python/14062:
3516 * gdb.python/python.exp: Add test for post_event error.
3517
3518 2018-09-23 Tom Tromey <tom@tromey.com>
3519
3520 PR python/18170:
3521 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3522 convert pointers to int and long.
3523
3524 2018-09-23 Tom Tromey <tom@tromey.com>
3525
3526 PR python/20126:
3527 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3528 signed-ness conversion tests.
3529
3530 2018-09-23 Tom Tromey <tom@tromey.com>
3531
3532 PR python/18352;
3533 * gdb.python/py-value.exp (test_float_conversion): New proc.
3534 Use it.
3535
3536 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3537
3538 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3539
3540 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3541
3542 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3543 no readline.
3544 * gdb.base/utf8-identifiers.exp: Likewise.
3545 * gdb.cp/cpcompletion.exp: Likewise.
3546 * gdb.linespec/cpcompletion.exp: Likewise.
3547 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3548 * gdb.linespec/cpls-ops.exp: Likewise.
3549
3550 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3551 Chris January <chris.january@arm.com>
3552
3553 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3554 * gdb.fortran/short-circuit-argument-list.exp: New file.
3555 * gdb.fortran/short-circuit-argument-list.f90: New test.
3556
3557 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3558
3559 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3560 "arch=" keyword when executing "-stack-list-frames".
3561
3562 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3563
3564 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3565 "arch=" keyword when executing "-stack-list-frames".
3566
3567 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3568
3569 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3570 break ada".
3571
3572 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3573
3574 PR python/23669
3575 * gdb.python/python.exp: Test gdb.execute("show commands").
3576
3577 2018-09-16 Tom Tromey <tom@tromey.com>
3578
3579 * gdb.base/new-ui.exp (do_execution_tests): Update.
3580 * gdb.base/dbx.exp (test_breakpoints): Update.
3581
3582 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3583
3584 * lib/gdb.exp (gdb_simple_compile): Add proc.
3585 (is_elf_target): Use gdb_simple_compile.
3586 (skip_altivec_tests): Likewise.
3587 (skip_vsx_tests): Likewise.
3588 (skip_tsx_tests): Likewise.
3589 (skip_btrace_tests): Likewise.
3590 (skip_btrace_pt_tests): Likewise.
3591 (gdb_can_simple_compile): Likewise.
3592 (gdb_has_argv0): Likewise.
3593 (gdb_target_symbol_prefix): Likewise.
3594 (target_supports_scheduler_locking): Likewise.
3595
3596 2018-09-13 Tom Tromey <tom@tromey.com>
3597
3598 * Makefile.in (TAGS): Recognize proc_with_prefix and
3599 gdb_caching_proc.
3600
3601 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3602
3603 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3604 method.
3605
3606 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3607
3608 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3609 and a few other Inferior properties when the Inferior is no
3610 longer valid.
3611
3612 2018-09-13 Tom Tromey <tom@tromey.com>
3613
3614 PR rust/23650:
3615 * gdb.rust/simple.exp: Add test for enum field access error.
3616
3617 2018-09-13 Tom Tromey <tom@tromey.com>
3618
3619 PR rust/23626:
3620 * gdb.rust/simple.rs (EmptyEnum): New type.
3621 (main): Use it.
3622 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3623
3624 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3625
3626 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3627 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3628 * gdb.python/py-symtab.exp: Update test printing an objfile.
3629
3630 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3631
3632 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3633 object.
3634
3635 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3636
3637 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3638 (support_complex_tests): Use gdb_can_simple_compile.
3639 (is_ilp32_target): Likewise.
3640 (is_lp64_target): Likewise.
3641 (is_64_target): Likewise.
3642 (is_amd64_regs_target): Likewise.
3643 (is_aarch32_target): Likewise.
3644 (gdb_int128_helper): Likewise.
3645
3646 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3647
3648 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3649
3650 2018-09-10 Jerome Guitton <guitton@adacore.com>
3651
3652 * gdb.ada/same_component_name: Add test for case of tagged record
3653 with variable-length fields.
3654
3655 2018-09-10 Xavier Roirand <roirand@adacore.com>
3656
3657 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3658 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3659 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3660 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3661
3662 2018-09-10 Xavier Roirand <roirand@adacore.com>
3663
3664 * gdb.ada/mi_string_access.exp: New testcase.
3665 * gdb.ada/mi_string_access/bar.adb: New file.
3666 * gdb.ada/mi_string_access/pck.adb: New file.
3667 * gdb.ada/mi_string_access/pck.asd: New file.
3668
3669 2018-09-10 Xavier Roirand <roirand@adacore.com>
3670
3671 * gdb.ada/mi_var_union.exp: New testcase.
3672 * gdb.ada/mi_var_union/bar.adb: New file.
3673 * gdb.ada/mi_var_union/pck.adb: New file.
3674 * gdb.ada/mi_var_union/pck.asd: New file.
3675
3676 2018-09-08 Tom Tromey <tom@tromey.com>
3677
3678 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3679
3680 2018-09-08 Tom Tromey <tom@tromey.com>
3681
3682 PR python/16047:
3683 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3684 (register_pretty_printers): Register new printer.
3685 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3686 test.
3687 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3688 (an_int_type3): New global.
3689
3690 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3691
3692 * gdb.ada/expr_with_funcall: New testcase.
3693
3694 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3695
3696 * gdb.ada/packed_array_assign: New testcase.
3697
3698 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3699
3700 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3701 names, and add test prefixes to make test names unique.
3702
3703 2018-09-05 Tom de Vries <tdevries@suse.de>
3704
3705 * gdb.dwarf2/varval.exp: Add test.
3706
3707 2018-09-04 Gary Benson <gbenson@redhat.com>
3708
3709 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3710 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3711
3712 2018-08-31 Tom Tromey <tom@tromey.com>
3713
3714 * gdb.rust/simple.rs: Rename second variable "v".
3715
3716 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3717
3718 * gdb.base/funcargs.c (use_a): New function.
3719 (recurse): Call use_a.
3720
3721 2018-08-29 Keith Seitz <keiths@redhat.com>
3722
3723 * gdb.compile/compile-cplus-anonymous.cc: New file.
3724 * gdb.compile/compile-cplus-anonymous.exp: New file.
3725 * gdb.compile/compile-cplus-array-decay.cc: New file.
3726 * gdb.compile/compile-cplus-array-decay.exp: New file.
3727 * gdb.compile/compile-cplus-inherit.cc: New file.
3728 * gdb.compile/compile-cplus-inherit.exp: New file.
3729 * gdb.compile/compile-cplus-member.cc: New file.
3730 * gdb.compile/compile-cplus-member.exp: New file.
3731 * gdb.compile/compile-cplus-method.cc: New file.
3732 * gdb.compile/compile-cplus-method.exp: New file.
3733 * gdb.compile/compile-cplus-mod.c: "New" file.
3734 * gdb.compile/compile-cplus-namespace.cc: New file.
3735 * gdb.compile/compile-cplus-namespace.exp: New file.
3736 * gdb.compile/compile-cplus-nested.cc: New file.
3737 * gdb.compile/compile-cplus-nested.exp: New file.
3738 * gdb.compile/compile-cplus-print.c: "New" file.
3739 * gdb.compile/compile-cplus-print.exp: "New" file.
3740 * gdb.compile/compile-cplus-virtual.cc: New file.
3741 * gdb.compile/compile-cplus-virtual.exp: New file.
3742 * gdb.compile/compile-cplus.c: "New" file.
3743 * gdb.compile/compile-cplus.exp: "New" file.
3744 * lib/compile-support.exp: New file.
3745
3746 2018-08-16 Gary Benson <gbenson@redhat.com>
3747
3748 PR gdb/13000:
3749 * gdb.base/batch-exit-status.exp: New file.
3750 * gdb.base/batch-exit-status.good-commands: Likewise.
3751 * gdb.base/batch-exit-status.bad-commands: Likewise.
3752
3753 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3754
3755 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3756 (struct struct02): Likewise.
3757 (struct struct03): Likewise.
3758 (struct struct04): Likewise.
3759 (struct struct_01_01): New struct.
3760 (struct struct_01_02): Likewise.
3761 (struct struct_01_03): Likewise.
3762 (struct struct_01_04): Likewise.
3763 (struct struct_02_01): Likewise.
3764 (struct struct_02_02): Likewise.
3765 (struct struct_02_03): Likewise.
3766 (struct struct_02_04): Likewise.
3767 (struct struct_04_01): Likewise.
3768 (struct struct_04_02): Likewise.
3769 (struct struct_04_03): Likewise.
3770 (struct struct_04_04): Likewise.
3771 (struct struct_05_01): Likewise.
3772 (struct struct_05_02): Likewise.
3773 (struct struct_05_03): Likewise.
3774 (struct struct_05_04): Likewise.
3775 (cmp_struct01): Remove function.
3776 (cmp_struct02): Likewise.
3777 (cmp_struct03): Likewise.
3778 (cmp_struct04): Likewise.
3779 (cmp_struct_01_01): Add Function.
3780 (cmp_struct_01_02): Likewise.
3781 (cmp_struct_01_03): Likewise.
3782 (cmp_struct_01_04): Likewise.
3783 (cmp_struct_02_01): Likewise.
3784 (cmp_struct_02_02): Likewise.
3785 (cmp_struct_02_03): Likewise.
3786 (cmp_struct_02_04): Likewise.
3787 (cmp_struct_04_01): Likewise.
3788 (cmp_struct_04_02): Likewise.
3789 (cmp_struct_04_03): Likewise.
3790 (cmp_struct_04_04): Likewise.
3791 (cmp_struct_05_01): Likewise.
3792 (cmp_struct_05_02): Likewise.
3793 (cmp_struct_05_03): Likewise.
3794 (cmp_struct_05_04): Likewise.
3795 (call_all): Add new structs.
3796 * gdb.base/infcall-nested-structs.exp: Likewise.
3797
3798 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3799
3800 * gdb.python/py-framefilter-mi.exp: Update regexp to
3801 check for "arch" field in frame output.
3802
3803 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3804
3805 * gdb.dwarf2/dw2-ranges-func.c: New file.
3806 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3807
3808 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3809
3810 * gdb.base/term.exp: Compare terminal settings with values from
3811 the inferior.
3812 * gdb.base/term.c: Get and set terminal settings.
3813
3814 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3815
3816 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3817 accommodate new "arch" field in frame output.
3818 * gdb.mi/mi-return.exp: Likewise.
3819 * gdb.mi/mi-stack.exp: Likewise.
3820 * gdb.mi/mi-syn-frame.exp: Likewise.
3821 * gdb.mi/user-selected-context-sync.exp: Likewise.
3822
3823 2018-08-19 Michael Spang <spang@google.com>
3824
3825 PR gdb/11786
3826 * gdb.base/gcore-tls-pie.c: New file.
3827 * gdb.base/gcore-tls-pie.exp: New file.
3828
3829 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3830
3831 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3832 * gdb.dwarf2/varval.c: New file.
3833 * gdb.dwarf2/varval.exp: New file.
3834
3835 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3836
3837 PR gdb/18931
3838 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3839
3840 2018-08-16 Keith Seitz <keiths@redhat.com>
3841
3842 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3843 tests expected to pass.
3844
3845 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3846
3847 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3848 -data-disassemble -a.
3849 (test_disassembly_bogus_args): Likewise.
3850
3851 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3852
3853 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3854
3855 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3856
3857 * gdb.base/vla-optimized-out.exp: Add new test.
3858
3859 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3860
3861 * gdb.base/vla-optimized-out-o3.exp: Delete.
3862 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3863 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3864 deleted tests.
3865
3866 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3867
3868 PR gdb/18050:
3869 * gdb.server/extended-remote-restart.c: New file.
3870 * gdb.server/extended-remote-restart.exp: New file.
3871
3872 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3873
3874 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3875 "set variable index = 42".
3876
3877 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3878
3879 * boards/index-cache-gdb.exp: New file.
3880 * gdb.dwarf2/index-cache.exp: New file.
3881 * gdb.dwarf2/index-cache.c: New file.
3882 * gdb.base/maint.exp: Check if we are using the index cache.
3883
3884 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3885
3886 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3887 MAKEFLAGS.
3888
3889 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3890
3891 * dg-extract-results.sh: Move to toplevel contrib.
3892 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3893 * Makefile.in (check-parallel-racy): Likewise.
3894
3895 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3896
3897 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3898 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3899 tests if the target supports scheduler locking.
3900
3901 2018-08-04 Tom de Vries <tdevries@suse.de>
3902
3903 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3904
3905 2018-08-02 Tom Tromey <tom@tromey.com>
3906
3907 PR symtab/16842.
3908 * gdb.cp/temargs.exp: Test "info address" of a template
3909 parameter.
3910
3911 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3912
3913 * gdb.python/py-mi-var-info-path-expression.c: New file.
3914 * gdb.python/py-mi-var-info-path-expression.py: New file.
3915 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3916
3917 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3918
3919 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3920 error after "cannot resolve name" string.
3921
3922 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3923
3924 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3925 started.
3926 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3927
3928 2018-07-28 Tom de Vries <tdevries@suse.de>
3929
3930 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3931
3932 2018-07-26 Tom de Vries <tdevries@suse.de>
3933
3934 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3935
3936 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3937
3938 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3939 is visible.
3940
3941 2018-07-26 Tom de Vries <tdevries@suse.de>
3942
3943 PR breakpoints/23366
3944 * gdb.base/catch-follow-exec.c: New test.
3945 * gdb.base/catch-follow-exec.exp: New file.
3946
3947 2018-07-25 Tom de Vries <tdevries@suse.de>
3948
3949 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3950 vla-optimized-out.c.
3951
3952 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3953
3954 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3955 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3956
3957 2018-07-20 Tom de Vries <tdevries@suse.de>
3958
3959 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3960 NOCLONE macro.
3961 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3962
3963 2018-07-19 Tom de Vries <tdevries@suse.de>
3964
3965 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3966 regular expression.
3967
3968 2018-07-18 Tom de Vries <tdevries@suse.de>
3969
3970 * gdb.base/vla-optimized-out.c: New test.
3971 * gdb.base/vla-optimized-out.exp: New file.
3972
3973 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3974
3975 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3976 message "No address associated with hostname" when gdbserver
3977 cannot resolve the hostname.
3978
3979 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3980
3981 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3982 Add some test prefixes to make tests unique.
3983
3984 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3985
3986 * gdb.base/frameapply.c: New file.
3987 * gdb.base/frameapply.exp: New file.
3988
3989 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3990
3991 * gdb.base/skip.exp: Update expected error message.
3992
3993 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3994 Jan Kratochvil <jan.kratochvil@redhat.com>
3995 Paul Fertser <fercerpav@gmail.com>
3996 Tsutomu Seki <sekiriki@gmail.com>
3997
3998 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3999 parameter.
4000 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4001 by default.
4002 * boards/native-gdbserver.exp: Likewise.
4003 * gdb.server/run-without-local-binary.exp: Improve regexp used
4004 for detecting when a remote debugging connection succeeds.
4005 * gdb.server/server-connect.exp: New file.
4006 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4007 Do not prefix the port number with ":".
4008 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4009 support for detecting and using it. Add '$debughost_gdbserver'
4010 to the list of arguments used to start gdbserver. Handle case
4011 when gdbserver cannot resolve a network name.
4012
4013 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4014
4015 PR c++/23373
4016 * gdb.base/ptype-offsets.cc (struct static_member): New
4017 struct.
4018 (main) <stmember>: New variable.
4019 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4020 with a static member in it.
4021
4022 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4023
4024 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4025 watchpoints enabled and disabled.
4026
4027 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4028
4029 * gdb.base/examine-backward.exp: Still run tests around address
4030 0x0, even if address 0x0 is not readable. Update the pattern for
4031 matching address 0x0 in expected output.
4032
4033 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4034
4035 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4036 malloc/free.
4037
4038 2018-07-04 Tom de Vries <tdevries@suse.de>
4039
4040 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4041
4042 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4043
4044 PR tdep/8282
4045 * gdb.arch/mips-disassembler-options.exp: New test.
4046 * gdb.arch/mips-disassembler-options.s: New test source.
4047
4048 2018-06-29 Pedro Alves <palves@redhat.com>
4049
4050 * gdb.threads/names.exp: Adjust expected "info threads" output.
4051
4052 2018-06-29 Pedro Alves <palves@redhat.com>
4053
4054 * gdb.opt/inline-break.exp (line number, address): Add "info
4055 break" tests.
4056
4057 2018-06-29 Pedro Alves <palves@redhat.com>
4058
4059 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4060 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4061 number and address and running to them.
4062
4063 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4064
4065 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4066
4067 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4068
4069 * lib/compiler.c: Remove executable permission flag.
4070
4071 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4072
4073 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4074 code.
4075 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4076
4077 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4078
4079 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4080
4081 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4082
4083 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4084 address argument is omitted.
4085
4086 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4087
4088 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4089
4090 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4091
4092 PR gdb/21695
4093 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4094 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4095
4096 2018-06-26 Tom Tromey <tom@tromey.com>
4097
4098 PR rust/22574:
4099 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4100 * gdb.rust/simple.rs (struct SimpleLayout): New.
4101
4102 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4103
4104 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4105 "info registers" output.
4106
4107 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4108
4109 * gdb.base/watchpoint-hw-attach.c: New test.
4110 * gdb.base/watchpoint-hw-attach.exp: New file.
4111
4112 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4113
4114 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4115 through /bin/sh.
4116 * boards/dwarf4-gdb-index.exp: Likewise.
4117 * boards/fission-dwp.exp: Likewise.
4118
4119 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4120
4121 * gdb.base/float128.exp: Add comment and improved fail message
4122 to the failure case of "print large128" test.
4123
4124 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4125
4126 * configure.ac: Remove AC_PREREQ.
4127 * configure: Re-generate.
4128
4129 2018-06-19 Pedro Alves <palves@redhat.com>
4130
4131 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4132 (func_extern_caller): New.
4133 (main): Call func_extern_caller.
4134 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4135 logic change.
4136
4137 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4138
4139 PR gdb/16841
4140 * gdb.cp/typedef-base.cc: New file.
4141 * gdb.cp/typedef-base.exp: New file.
4142
4143 2018-06-18 Tom de Vries <tdevries@suse.de>
4144
4145 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4146
4147 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4148 Richard Bunt <Richard.Bunt@arm.com>
4149
4150 * gdb.threads/attach-slow-waitpid.c: New file.
4151 * gdb.threads/attach-slow-waitpid.exp: New file.
4152 * gdb.threads/slow-waitpid.c: New file.
4153
4154 2018-06-14 Pedro Alves <palves@redhat.com>
4155
4156 * gdb.base/fork-running-state.c: Include <errno.h>.
4157 (exit_if_relative_exits): New.
4158 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4159 exits.
4160 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4161 child exits.
4162
4163 2018-06-14 Tom de Vries <tdevries@suse.de>
4164
4165 PR cli/22573
4166 * gdb.base/finish-pretty.c: New test.
4167 * gdb.base/finish-pretty.exp: New file.
4168
4169 2018-06-14 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4172 gdb's expected startup output.
4173
4174 2018-06-14 Pedro Alves <palves@redhat.com>
4175
4176 * lib/selftest-support.exp (selftest_setup): Remove inlined
4177 function handling.
4178
4179 2018-06-14 Tom de Vries <tdevries@suse.de>
4180
4181 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4182 matching of breakpoint printing.
4183
4184 2018-06-13 Tom de Vries <tdevries@suse.de>
4185
4186 PR testsuite/23269
4187 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4188 (fork_child): ... here, and ...
4189 (fork_parent): ... here.
4190
4191 2018-06-12 Tom de Vries <tdevries@suse.de>
4192
4193 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4194
4195 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4196 Stephen Roberts <stephen.roberts@arm.com>
4197
4198 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4199 rewrite test to describe action performed, rather than possible
4200 failure.
4201
4202 2018-06-08 Gary Benson <gbenson@redhat.com>
4203
4204 * gdb.threads/check-libthread-db.exp: New file.
4205 * gdb.threads/check-libthread-db.c: Likewise.
4206
4207 2018-06-05 Tom Tromey <tom@tromey.com>
4208
4209 * gdb.base/default.exp: Update expected "show version" output.
4210
4211 2018-06-05 Tom Tromey <tom@tromey.com>
4212
4213 PR cli/12326:
4214 * gdb.cp/static-print-quit.exp: Update.
4215 * lib/gdb.exp (pagination_prompt): Update.
4216 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4217 * gdb.python/python.exp: Update.
4218
4219 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4220
4221 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4222
4223 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4224
4225 * gdb.ada/bp_fun_addr: New testcase.
4226
4227 2018-06-01 Tom Tromey <tom@tromey.com>
4228
4229 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4230 results.
4231 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4232 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4233 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4234 * gdb.base/maint.exp (maint_pass_if): Update.
4235
4236 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4237
4238 * gdb.base/endian.exp: New test.
4239 * gdb.base/endian.c: New test source.
4240
4241 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4242
4243 PR gdb/23203
4244 * gdb.base/bt-selected-frame.c: New file.
4245 * gdb.base/bt-selected-frame.exp: New file.
4246 * lib/gdb.exp (get_current_frame_number): New function.
4247
4248 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4249 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.threads/tls-core.c: Include <stdlib.h>
4252 (thread_proc): Call `abort'.
4253 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4254 (tls_core_test): New procedure, bits factored out from ...
4255 (top level): ... here. Test both native cores and gcore cores.
4256
4257 2018-05-23 Tom Tromey <tom@tromey.com>
4258
4259 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4260
4261 2018-05-23 Tom Tromey <tom@tromey.com>
4262
4263 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4264 symfile_complaints.
4265 (test_short_complaints): Likewise.
4266 (test_empty_complaints): Likewise.
4267 (test_initial_complaints): Update.
4268
4269 2018-05-23 Tom Tromey <tom@tromey.com>
4270
4271 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4272
4273 2018-05-23 Tom Tromey <tom@tromey.com>
4274
4275 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4276 (test_short_complaints): Update.
4277
4278 2018-05-22 Pedro Alves <palves@redhat.com>
4279
4280 * gdb.base/remote.exp: Only gdb_start after compiling the
4281 testcase. Issue "disconnect" before testing "set remote" command
4282 defaults. Issue clean_restart before running to main.
4283
4284 2018-05-22 Pedro Alves <palves@redhat.com>
4285
4286 * gdb.base/remote.exp: Adjust expected output of "show remote
4287 memory-write-packet-size". Add tests for "set remote
4288 memory-write-packet-size 0" and "set remote
4289 memory-write-packet-size fixed/limit".
4290
4291 2018-05-22 Pedro Alves <palves@redhat.com>
4292
4293 PR gdb/22973
4294 * gdb.base/utf8-identifiers.c: New file.
4295 * gdb.base/utf8-identifiers.exp: New file.
4296
4297 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4298
4299 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4300
4301 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4302
4303 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4304
4305 2018-05-18 Tom Tromey <tom@tromey.com>
4306
4307 * gdb.base/ptype-offsets.exp: Update.
4308
4309 2018-05-17 Keith Seitz <keiths@redhat.com>
4310
4311 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4312 in expected breakpoint stop locations.
4313 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4314 move to proper scope to test variable values.
4315 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4316 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4317 New functions.
4318 (main): Call not_inline_func3.
4319 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4320 inline_func1, inline_func2, and inline_func3. Test that when each
4321 breakpoint is hit, GDB properly reports both the stop location
4322 and the backtrace. Repeat tests for temporary breakpoints.
4323
4324 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4325
4326 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4327 rather then trying to access it in determining whether the PID
4328 of `gdbserver' could have been retrieved.
4329
4330 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4331
4332 * gdb.arch/amd64-init-x87-values.S: New file.
4333 * gdb.arch/amd64-init-x87-values.exp: New file.
4334
4335 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4336
4337 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4338
4339 2018-05-04 Tom Tromey <tom@tromey.com>
4340
4341 PR python/22730:
4342 * gdb.python/python.exp: Test multi-line execute.
4343
4344 2018-05-04 Tom Tromey <tom@tromey.com>
4345
4346 PR python/22731:
4347 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4348
4349 2018-05-04 Tom Tromey <tom@tromey.com>
4350
4351 PR gdb/11750:
4352 * gdb.base/define.exp: Test defining a user command inside a user
4353 command.
4354 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4355
4356 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4357 Pedro Alves <palves@redhat.com>
4358
4359 PR breakpoints/19806 and support for PR external/20207.
4360 * gdb.base/watchpoint-unaligned.c: New file.
4361 * gdb.base/watchpoint-unaligned.exp: New file.
4362
4363 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4364
4365 * gdb.base/maint.exp: Make test names unique, use
4366 test_prefix_command_help to test 'help maint info', and remove
4367 repeated test of 'help maint'.
4368
4369 2018-05-04 Tom Tromey <tom@tromey.com>
4370
4371 PR gdb/22619:
4372 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4373 behavior.
4374
4375 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4376
4377 * gdb.base/maint.exp: Process output from 'maint print registers'
4378 line at a time.
4379
4380 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4381
4382 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4383 timeout.
4384
4385 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4386
4387 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4388 filter pattern.
4389
4390 2018-05-02 Pedro Alves <palves@redhat.com>
4391
4392 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4393 to_log_command renames.
4394 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4395
4396 2018-05-02 Tom Tromey <tom@tromey.com>
4397
4398 * gdb.python/py-parameter.exp: Set test message.
4399
4400 2018-05-02 Tom Tromey <tom@tromey.com>
4401
4402 PR python/20084:
4403 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4404 PARAM_ZUINTEGER_UNLIMITED tests.
4405
4406 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4407
4408 PR rust/23124
4409 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4410 when casting.
4411
4412 2018-04-30 Tom Tromey <tom@tromey.com>
4413
4414 * gdb.python/py-type.exp: Check align attribute.
4415 * gdb.python/py-type.c: New "aligncheck" global.
4416
4417 2018-04-30 Tom Tromey <tom@tromey.com>
4418
4419 PR exp/17095:
4420 * gdb.dwarf2/dw2-align.exp: New file.
4421 * gdb.cp/align.exp: New file.
4422 * gdb.base/align.exp: New file.
4423 * lib/gdb.exp (gdb_int128_helper): New proc.
4424 (has_int128_c, has_int128_cxx): New caching procs.
4425
4426 2018-04-27 Tom Tromey <tom@tromey.com>
4427
4428 PR rust/22545:
4429 * gdb.rust/simple.exp: Add inclusive range tests.
4430
4431 2018-04-26 Pedro Alves <palves@redhat.com>
4432
4433 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4434 ifunc breakpoint locations correctly of ifunc breakpoints set
4435 while the program resolves the ifunc.
4436
4437 2018-04-26 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.base/gnu-ifunc-final.c: New file.
4440 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4441 * gdb.base/gnu-ifunc.exp (executable): Delete.
4442 (staticexecutable): Adjust.
4443 (lib_opts, exec_opts): Delete.
4444 (make_binsuffix, build, set-break): New procedures.
4445 (misc_tests): New, with tests factored out from the top level.
4446 (top level): Test different combinations of ifunc resolver name,
4447 resolver with and with debug info, and ifunc target with and
4448 without debug info. Wrap static tests with with_target_prefix.
4449
4450 2018-04-26 Pedro Alves <palves@redhat.com>
4451
4452 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4453 return type" warnings.
4454
4455 2018-04-25 Pedro Alves <palves@redhat.com>
4456
4457 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4458 killed".
4459 * gdb.base/kill-after-signal.exp: Likewise.
4460 * gdb.threads/kill.exp: Likewise.
4461
4462 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4463 Sergio Durigan Junior <sergiodj@redhat.com>
4464 Pedro Alves <palves@redhat.com>
4465
4466 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4467 regexps to expect for '[Inferior ... detached]' as well.
4468 * gdb.base/attach.exp: Likewise.
4469 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4470 "gdb_continue_to_end".
4471 (test_catch_syscall_with_wrong_args): Likewise.
4472 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4473 ']'. Don't set 'verbose' on.
4474 * gdb.base/foll-vfork.exp: Likewise.
4475 * gdb.base/fork-print-inferior-events.c: New file.
4476 * gdb.base/fork-print-inferior-events.exp: New file.
4477 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4478 '[Inferior ... has been killed]' message.
4479 * gdb.base/kill-after-signal.exp: Likewise.
4480 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4481 detach message.
4482 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4483 message.
4484 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4485 regexps to expect for '[Inferior ... detached]' as well.
4486 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4487
4488 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4489
4490 PR gdb/23104
4491 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4492
4493 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4494
4495 PR gdb/23095
4496 * gdb.base/break-probes.exp: Pass shlib_load to
4497 prepare_for_testing. Set normal_bp to r_debug_state if target is
4498 bsd.
4499
4500 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4501
4502 * gdb.threads/multiple-successive-infcall.c: New test.
4503 * gdb.threads/multiple-successive-infcall.exp: New file.
4504
4505 2018-04-17 Tom Tromey <tom@tromey.com>
4506
4507 * gdb.rust/simple.rs (Union): New type.
4508 (main): New local "u".
4509 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4510
4511 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4512
4513 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4514 number information in output of "whereis" command.
4515 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4516
4517 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4518
4519 * gdb.ada/info_types.exp: Adjust expected output to the line
4520 numbers now printed by "info var/func/type".
4521 * gdb.base/completion.exp: Likewise.
4522 * gdb.base/included.exp: Likewise.
4523 * gdb.cp/cp-relocate.exp: Likewise.
4524 * gdb.cp/cplusfuncs.exp: Likewise.
4525 * gdb.cp/namespace.exp: Likewise.
4526 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4527
4528 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4529
4530 * gdb.btrace/cpu.exp: New.
4531
4532 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4533
4534 * gdb.base/step-indirect-call-thunk.exp: New.
4535 * gdb.base/step-indirect-call-thunk.c: New.
4536 * gdb.reverse/step-indirect-call-thunk.exp: New.
4537 * gdb.reverse/step-indirect-call-thunk.c: New.
4538
4539 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4540
4541 * gdb.base/pie-fork.c: New file.
4542 * gdb.base/pie-fork.exp: New file.
4543
4544 2018-04-11 Tom Tromey <tom@tromey.com>
4545
4546 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4547
4548 2018-04-10 Pedro Alves <palves@redhat.com>
4549
4550 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4551 exits. Instead loop running forever.
4552 (fork_parent): Run forever too.
4553
4554 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4555
4556 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4557 mi_continue_to_line.
4558 * gdb.mi/mi-stack.c (callee4): Add comment.
4559
4560 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4561
4562 * gdb.mi/mi-stack.exp: Fix indentation.
4563
4564 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4565
4566 PR gdb/22979
4567 * gdb.arch/amd64-osabi.exp: New file.
4568
4569 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4570
4571 PR gdb/22980
4572 * gdb.base/osabi.exp: New file.
4573
4574 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4575
4576 * gdb.cp/static-typedef-print.exp: New file.
4577 * gdb.cp/static-typedef-print.cc: New file.
4578
4579 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4580
4581 * gdb.ada/varsize_limit: New testcase.
4582
4583 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4584
4585 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4586
4587 * gdb.ada/notcplusplus: New testcase.
4588
4589 * gdb.base/c-linkage-name.c: New file.
4590 * gdb.base/c-linkage-name.exp: New testcase.
4591
4592 2018-03-26 Tom Tromey <tom@tromey.com>
4593
4594 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4595 * gdb.python/py-framefilter.py (name_error): New global.
4596 (ErrorInName.function): Use name_error.
4597
4598 2018-03-26 Tom Tromey <tom@tromey.com>
4599
4600 PR backtrace/15582:
4601 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4602
4603 2018-03-23 Keith Seitz <keiths@redhat.com>
4604
4605 PR c++/22968
4606 * gdb.cp/subtypes.exp: New file.
4607 * gdb.cp/subtypes.h: New file.
4608 * gdb.cp/subtypes.cc: New file.
4609 * gdb.cp/subtypes-2.cc: New file.
4610
4611 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4612
4613 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4614 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4615 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4616 -nostartfiles when compiling the test. Confirm that all registers
4617 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4618
4619 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4620
4621 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4622 option, syntax was wrong anyway.
4623 * gdb.arch/arm-disp-step.exp: Likewise.
4624 * gdb.arch/sparc64-regs.exp: Likewise.
4625 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4626 option, syntax was wrong anyway, switch to use
4627 prepare_for_testing.
4628 * gdb.arch/i386-disp-step.exp: Likewise.
4629
4630 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4631
4632 * gdb.ada/exec_changed.exp: Replace "target_info exists
4633 use_gdb_stub" by "use_gdb_stub".
4634 * gdb.ada/start.exp: Likewise.
4635 * gdb.base/async-shell.exp: Likewise.
4636 * gdb.base/attach-pie-misread.exp: Likewise.
4637 * gdb.base/attach-wait-input.exp: Likewise.
4638 * gdb.base/break-entry.exp: Likewise.
4639 * gdb.base/break-interp.exp: Likewise.
4640 * gdb.base/dprintf-detach.exp: Likewise.
4641 * gdb.base/nostdlib.exp: Likewise.
4642 * gdb.base/solib-nodir.exp: Likewise.
4643 * gdb.base/statistics.exp: Likewise.
4644 * gdb.base/testenv.exp: Likewise.
4645 * gdb.mi/mi-exec-run.exp: Likewise.
4646 * gdb.mi/mi-start.exp: Likewise.
4647 * gdb.multi/dummy-frame-restore.exp: Likewise.
4648 * gdb.multi/multi-arch-exec.exp: Likewise.
4649 * gdb.multi/multi-arch.exp: Likewise.
4650 * gdb.multi/tids.exp: Likewise.
4651 * gdb.multi/watchpoint-multi.exp: Likewise.
4652 * gdb.python/py-events.exp: Likewise.
4653 * gdb.threads/attach-into-signal.exp: Likewise.
4654 * gdb.threads/attach-stopped.exp: Likewise.
4655 * gdb.threads/threadapply.exp: Likewise.
4656 * lib/selftest-support.exp: Likewise.
4657
4658 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4659
4660 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4661
4662 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4663
4664 * gdb.perf/template-breakpoints.cc: New file.
4665 * gdb.perf/template-breakpoints.exp: New file.
4666 * gdb.perf/template-breakpoints.py: New file.
4667
4668 2018-03-19 Tom Tromey <tom@tromey.com>
4669
4670 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4671 y0.
4672 * gdb.rust/simple.exp: Test bare identifier form of struct
4673 initializer.
4674
4675 2018-03-19 Tom Tromey <tom@tromey.com>
4676
4677 * gdb.gdb/observer.exp: Remove.
4678
4679 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4680
4681 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4682 "qualified" option when setting breakpoints.
4683 * gdb.trace/backtrace.exp: Likewise.
4684 * gdb.trace/circ.exp: Likewise.
4685 * gdb.trace/collection.exp: Likewise.
4686 * gdb.trace/disconnected-tracing.exp: Likewise.
4687 * gdb.trace/ftrace-lock.exp: Likewise.
4688 * gdb.trace/ftrace.exp: Likewise.
4689 * gdb.trace/infotrace.exp: Likewise.
4690 * gdb.trace/packetlen.exp: Likewise.
4691 * gdb.trace/passc-dyn.exp: Likewise.
4692 * gdb.trace/qtro.exp: Likewise.
4693 * gdb.trace/read-memory.exp: Likewise.
4694 * gdb.trace/report.exp: Likewise.
4695 * gdb.trace/signal.exp: Likewise.
4696 * gdb.trace/status-stop.exp: Likewise.
4697 * gdb.trace/strace.exp: Likewise.
4698 * gdb.trace/tfind.exp: Likewise.
4699 * gdb.trace/trace-break.exp: Likewise.
4700 * gdb.trace/trace-condition.exp: Likewise.
4701 * gdb.trace/trace-mt.exp: Likewise.
4702 * gdb.trace/tstatus.exp: Likewise.
4703 * gdb.trace/tsv.exp: Likewise.
4704 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4705 * gdb.trace/unavailable.exp: Likewise.
4706 * gdb.trace/while-dyn.exp: Likewise.
4707
4708 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4709
4710 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4711 that libinproctrace is copied to the target.
4712
4713 2018-03-14 Tom Tromey <tom@tromey.com>
4714
4715 PR cli/14977:
4716 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4717 a null pointer.
4718 * gdb.base/wchar.exp: Likewise.
4719
4720 2018-03-14 Tom Tromey <tom@tromey.com>
4721
4722 PR cli/19918:
4723 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4724 flag.
4725
4726 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4727
4728 PR gdb/22841
4729 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4730 "target" to remote_exec.
4731
4732 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4733
4734 PR gdb/22841
4735 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4736 ${board}_upload): Remove.
4737
4738 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4739
4740 * gdb.cp/watch-cp.cc: New test.
4741 * gdb.cp/watch-cp.exp: New file.
4742
4743 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4744
4745 * gdb.base/infcall-nested-structs.exp: New file.
4746 * gdb.base/infcall-nested-structs.c: New file.
4747 * gdb.base/float.exp: Add riscv support.
4748
4749 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4750
4751 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4752 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4753
4754 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4755
4756 * gdb.server/abspath.exp: New file.
4757 * lib/gdb.exp (with_cwd): New procedure.
4758
4759 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4760
4761 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4762 use it.
4763 (gdb_is_target_remote_prompt): New proc.
4764 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4765 (gdb_is_target_native): Pass prompt parameter to
4766 gdb_is_target_1.
4767
4768 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4769
4770 * gdb.base/load-command.c: New file.
4771 * gdb.base/load-command.exp: New file.
4772 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4773 (gdb_is_target_1): ...this, and generalize for other targets
4774 than just remote.
4775 (gdb_is_target_remote): Use gdb_is_target_1.
4776 (gdb_is_target_native): use gdb_is_target_1.
4777
4778 2018-02-26 Tom Tromey <tom@tromey.com>
4779
4780 PR python/16497:
4781 * gdb.python/py-framefilter.exp: Update test.
4782
4783 2018-02-26 Tom Tromey <tom@tromey.com>
4784
4785 * gdb.dwarf2/variant.c: New file.
4786 * gdb.dwarf2/variant.exp: New file.
4787
4788 2018-02-26 Tom Tromey <tom@tromey.com>
4789
4790 * gdb.rust/simple.exp: Accept more possible results in enum test.
4791
4792 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4793
4794 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4795 parentheses.
4796
4797 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4798
4799 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4800 name of a variable: $actual_linejj -> $actual_line.
4801
4802 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4803
4804 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4805
4806 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4807
4808 * gdb.btrace/buffer-size.exp: Do not force BTS.
4809
4810 2018-02-14 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4813 getting a "Quit".
4814
4815 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4816
4817 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4818 Fix test name.
4819
4820 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4821
4822 * gdb.cp/m-static.exp: Check type of optimized out static
4823 member.
4824
4825 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4826
4827 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4828 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4829
4830 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4831 Leszek Swirski <leszeks@google.com>
4832
4833 * gdb.python/py-prettyprint.c
4834 (struct to_string_returns_value_inner,
4835 struct to_string_returns_value_wrapper): New.
4836 (main): Add tsrvw variable.
4837 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4838 ToStringReturnsValueWrapper): New classes.
4839 (register_pretty_printers): Register new pretty-printers.
4840 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4841 recursive pretty printer.
4842 * gdb.python/py-mi.exp: Likewise.
4843
4844 2018-02-01 Leszek Swirski <leszeks@google.com>
4845
4846 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4847 functions with the same name as an include file are parsed
4848 correctly.
4849
4850 2018-02-01 Yao Qi <yao.qi@linaro.org>
4851
4852 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4853 "\[^\r\n\]*".
4854
4855 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4856
4857 * gdb.arch/powerpc-prologue-frame.s: New file.
4858 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4859 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4860
4861 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4862
4863 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4864
4865 2018-01-30 Pedro Alves <palves@redhat.com>
4866
4867 PR gdb/13211
4868 * gdb.base/interrupt-daemon.c: New.
4869 * gdb.base/interrupt-daemon.exp: New.
4870 * gdb.multi/multi-term-settings.c: New.
4871 * gdb.multi/multi-term-settings.exp: New.
4872
4873 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4874
4875 * gdb.base/break.exp: Save the location where the breakpoint
4876 on break.c:47 was actually inserted when debugging the version
4877 compiled at -O2 and use it in the expected output of the "info
4878 break" test performed soon after.
4879
4880 2018-01-22 Pedro Alves <palves@redhat.com>
4881 Sergio Durigan Junior <sergiodj@redhat.com>
4882
4883 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4884 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4885
4886 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4887
4888 * gdb.base/break-include.c, gdb.base/break-include.inc,
4889 gdb.base/break-include.exp: New files.
4890 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4891 line number now being the actual line number where the breakpoint
4892 was inserted.
4893 * gdb.mi/mi-break.exp: Likewise.
4894 * gdb.mi/mi-reverse.exp: Likewise.
4895 * gdb.mi/mi-simplerun.exp: Ditto.
4896
4897 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4898
4899 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4900 varobj.
4901 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4902
4903 2018-01-21 Don Breazeal <donb@codesourcery.com>
4904 Andrew Burgess <andrew.burgess@embecosm.com>
4905
4906 * gdb.mi/basics.c: Add new global.
4907 * gdb.mi/mi-frame-regs.exp: New file.
4908 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4909 case.
4910
4911 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4912
4913 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4914 non-parameter, and on an unknown symbol.
4915
4916 2018-01-19 Tom Tromey <tom@tromey.com>
4917
4918 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4919 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4920
4921 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4922
4923 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4924 setrlimit and chdir to int.
4925
4926 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4927
4928 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4929 function.
4930 (my_tend): Likewise.
4931 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4932 rationale of avoiding FP- and vector instructions.
4933
4934 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4935
4936 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4937 "info reg" with "\[ \t\]*".
4938 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4939 "\[ \t\]+".
4940 * gdb.arch/s390-multiarch.exp: Ditto.
4941 * gdb.base/pc-fp.exp: Ditto.
4942 * gdb.reverse/i386-precsave.exp: Ditto.
4943 * gdb.reverse/i386-reverse.exp: Ditto.
4944 * gdb.reverse/i387-env-reverse.exp: Ditto.
4945 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4946
4947 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4948
4949 * lib/gdb.exp (gdb_compile): Re-enable use of
4950 universal_compile_options for languages other than Rust.
4951
4952 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4953
4954 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4955
4956 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4957
4958 PR gdb/16577
4959 * gdb.base/solib-vanish.exp: New.
4960 * gdb.base/solib-vanish-main.c: New.
4961 * gdb.base/solib-vanish-lib1.c: New.
4962 * gdb.base/solib-vanish-lib2.c: New.
4963
4964 2018-01-17 Yao Qi <yao.qi@linaro.org>
4965
4966 * gdb.compile/compile.exp: Match the address printed for
4967 frame in the output of command "bt".
4968
4969 2018-01-15 Tom Tromey <tom@tromey.com>
4970
4971 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4972 compute sp_reg.
4973
4974 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4975
4976 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4977 to prepare.
4978 (prepare): Return 0 on error, 1 on success.
4979
4980 2018-01-12 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.base/continue-after-aborted-step-over.c: New.
4983 * gdb.base/continue-after-aborted-step-over.exp: New.
4984
4985 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4986
4987 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4988 options when not creating an executable.
4989
4990 2018-01-11 Pedro Alves <palves@redhat.com>
4991
4992 PR remote/22597
4993 * gdb.server/stop-reply-no-thread.c: New file.
4994 * gdb.server/stop-reply-no-thread.exp: New file.
4995
4996 2018-01-10 Pedro Alves <palves@redhat.com>
4997
4998 PR gdb/22670
4999 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5000 functions too. Test setting breakpoints and printing C functions
5001 with no debug info too.
5002 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5003
5004 2018-01-10 Pedro Alves <palves@redhat.com>
5005
5006 PR gdb/22670
5007 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5008 a fail.
5009
5010 2018-01-10 Pedro Alves <palves@redhat.com>
5011
5012 PR gdb/22670
5013 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5014
5015 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5016
5017 * gdb.server/unittest.exp: Match the output in non-development
5018 mode.
5019
5020 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5021
5022 * gdb.gdb/unittest.exp: Match output in non-development mode.
5023
5024 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5025
5026 * gdb.ada/access_tagged_param.exp: Relax expected output
5027 for value of "ObjL" in "continue" to pck.inspect breakpoint
5028 test.
5029
5030 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5031
5032 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5033 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5034
5035 2018-01-05 Pedro Alves <palves@redhat.com>
5036
5037 PR gdb/18653
5038 * gdb.base/libsegfault.exp: New.
5039
5040 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5041
5042 PR gdb/22670
5043 * gdb.ada/access_tagged_param.exp: New file.
5044 * gdb.ada/access_tagged_param/foo.adb: New file.
5045
5046 2018-01-05 Pedro Alves <palves@redhat.com>
5047
5048 PR gdb/22670
5049 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5050 exercise lower case too, and to exercise both full matching and
5051 wild matching.
5052
5053 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5054
5055 * gdb.ada/rename_subscript_param: New testcase.
5056
5057 2018-01-05 Jerome Guitton <guitton@adacore.com>
5058
5059 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5060
5061 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5062
5063 * gdb.ada/convvar_comp: New testcase.
5064
5065 2018-01-05 Xavier Roirand <roirand@adacore.com>
5066
5067 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5068 (My_Table): New global variable.
5069 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5070
5071 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5072
5073 PR gdb/22670
5074 * gdb.ada/maint_with_ada: New testcase.
5075
5076 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5077
5078 PR gdb/22670
5079 * gdb.ada/bp_c_mixed_case: New testcase.
5080
5081 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5082
5083 PR gdb/22670
5084 * gdb.ada/complete.exp: Add "complete break ada" test.
5085
5086 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5087
5088 PR gdb/22670
5089 * gdb.ada/info_addr_mixed_case: New testcase.
5090
5091 2018-01-03 Xavier Roirand <roirand@adacore.com>
5092
5093 * gdb.ada/excep_handle.exp: New testcase.
5094 * gdb.ada/excep_handle/foo.adb: New file.
5095 * gdb.ada/excep_handle/pck.ads: New file.
5096
5097 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5098
5099 * gdb.base/step-line.c: Add extra empty line in copyright header.
5100 * gdb.base/step-line.inp: Likewise.
5101
5102 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5103
5104 * gdb.ada/dyn_stride.exp: Add slice test.
5105
5106 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5107
5108 * gdb.ada/dyn_stride: New testcase.
5109
5110 2017-12-27 Stafford Horne <shorne@gmail.com>
5111
5112 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5113 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5114
5115 2017-12-27 Stafford Horne <shorne@gmail.com>
5116
5117 * gdb.base/reggroups.c: New file.
5118 * gdb.base/reggroups.exp: New file.
5119
5120 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5121
5122 * gdb.dwarf2/ada-valprint-error.c: New file.
5123 * gdb.dwarf2/ada-valprint-error.exp: New file.
5124
5125 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5126
5127 * gdb.ada/assign_arr: New testcase.
5128
5129 2017-12-18 Xavier Roirand <roirand@adacore.com>
5130
5131 * gdb.ada/funcall_ptr: New testcase.
5132
5133 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5134
5135 PR cli/16224
5136 * gdb.base/ptype-offsets.cc: New file.
5137 * gdb.base/ptype-offsets.exp: New file.
5138
5139 2017-12-15 Yao Qi <yao.qi@linaro.org>
5140
5141 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5142 if XML is disabled.
5143
5144 2017-12-15 Xavier Roirand <roirand@adacore.com>
5145
5146 * gdb.ada/same_component_name: New testcase.
5147
5148 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5149
5150 * gdb.ada/str_binop_equal: New testcase.
5151
5152 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5153
5154 * gdb.ada/task_switch_in_core: New testcase.
5155
5156 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5157
5158 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5159 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5160 call test_bkpt_qualified.
5161 (test_bkpt_qualified): New proc.
5162
5163 2017-12-13 Pedro Alves <palves@redhat.com>
5164
5165 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5166 Tighten regexp by matching with an anchor.
5167
5168 2017-12-13 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5171 ("expression with namespace"): New set of tests.
5172 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5173 (Nested::Test_NS::qux): New.
5174 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5175 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5176
5177 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5178
5179 * gdb.base/server-del-break.c: New file.
5180 * gdb.base/server-del-break.exp: New file.
5181
5182 2017-12-12 Stafford Horne <shorne@gmail.com>
5183
5184 * gdb.xml/tdesc-regs.exp: Add or1k support.
5185
5186 2017-12-12 Stafford Horne <shorne@gmail.com>
5187
5188 * gdb.base/bp-permanent.c: Define nop of or1k.
5189
5190 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5191
5192 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5193 output with components being reordered.
5194
5195 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5196
5197 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5198 output with components being reordered.
5199
5200 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5201 Pedro Alves <palves@redhat.com>
5202
5203 * gdb.base/maint.exp (check for .gdb_index): Check also for
5204 .debug_names.
5205 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5206 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5207 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5208 (.gdb_index used after symbol reloading): Support also .debug_names.
5209 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5210
5211 2017-12-08 Yao Qi <yao.qi@linaro.org>
5212
5213 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5214 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5215
5216 2017-12-08 Yao Qi <yao.qi@linaro.org>
5217
5218 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5219 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5220
5221 2017-12-08 Yao Qi <yao.qi@linaro.org>
5222
5223 * gdb.arch/aarch64-tagged-pointer.c: New file.
5224 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5225
5226 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5227
5228 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5229 "int".
5230
5231 2017-12-07 Keith Seitz <keiths@redhat.com>
5232
5233 PR breakpoints/22569
5234 * gdb.linespec/ls-errs.exp: Change expected result of "break
5235 -source this file has spaces.c -line 3".
5236 Check that an explicit source file followed by whitespace is
5237 identified as an invalid explicit location.
5238
5239 2017-12-07 Keith Seitz <keiths@redhat.com>
5240
5241 * gdb.cp/nested-types.cc: New file.
5242 * gdb.cp/nested-types.exp: New file.
5243 * lib/cp-support.exp: Load data-structures.exp library.
5244 (debug_cp_test_ptype_class): New global.
5245 (cp_ptype_class_verbose, next_line): New procedures.
5246 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5247 Add and document new return value.
5248 Switch the list of lines to a queue.
5249 Add support for new `type' key for nested type definitions.
5250 Add debugging/troubleshooting messages.
5251 * lib/data-structures.exp: New file.
5252
5253 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5254
5255 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5256 with proc_with_prefix, don't use with_test_prefix.
5257
5258 2017-12-07 Tom Tromey <tom@tromey.com>
5259
5260 * gdb.base/break.exp: Add test for empty "commands".
5261
5262 2017-12-07 Yao Qi <yao.qi@linaro.org>
5263
5264 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5265 malloc and catch syscall.
5266
5267 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5268
5269 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5270 tests for explicit locations.
5271
5272 2017-12-06 Pedro Alves <palves@redhat.com>
5273
5274 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5275 force-disabling XML descriptions.
5276
5277 2017-12-04 Pedro Alves <palves@redhat.com>
5278
5279 PR gdb/22499
5280 * gdb.arch/amd64-disp-step-avx.S: New file.
5281 * gdb.arch/amd64-disp-step-avx.exp: New file.
5282
5283 2017-12-03 Pedro Alves <palves@redhat.com>
5284
5285 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5286 and <string.h>.
5287 (parent_function): Print distinct messages when waitpid fails, or
5288 the child exits with a signal, or the child exits for an unhandled
5289 reason.
5290 * gdb.threads/process-dies-while-detaching.exp
5291 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5292 it. Wait for both inferior output and GDB's prompt. Use an
5293 indirect spawn id list.
5294 (do_detach): New parameter 'child_exit'. Use it to compute
5295 expected inferior output.
5296 (test_detach, test_detach_watch, test_detach_killed_outside):
5297 Adjust to pass down the expected child exit kind.
5298
5299 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5300 Sergio Durigan Junior <sergiodj@redhat.com>
5301 Pedro Alves <palves@redhat.com>
5302
5303 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5304
5305 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5306
5307 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5308 to 'symbol-file' and 'add-symbol-file' can be
5309 position-independent.
5310
5311 2017-12-01 Yao Qi <yao.qi@linaro.org>
5312
5313 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5314 the URL in copyright header.
5315 * gdb.arch/aarch64-fp.exp: Likewise.
5316 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5317 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5318 * gdb.base/expand-psymtabs.exp: Likewise.
5319 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5320 * gdb.fortran/common-block.exp: Likewise.
5321 * gdb.fortran/common-block.f90: Likewise.
5322 * gdb.fortran/logical.exp: Likewise.
5323 * gdb.fortran/vla-datatypes.f90: Likewise.
5324 * gdb.fortran/vla-sub.f90: Likewise.
5325
5326 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5327
5328 * gdb.ada/repeat_dyn: New testcase.
5329
5330 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5331
5332 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5333 Update for changed thread numbering.
5334 * gdb.cell/bt.exp: Update for changed GDB output.
5335
5336 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5337
5338 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5339 setting isremote by hand.
5340 * boards/dwarf4-gdb-index.exp: Likewise.
5341 * boards/fission.exp: Likewise.
5342 * boards/stabs.exp: Likewise.
5343
5344 2017-11-30 Pedro Alves <palves@redhat.com>
5345
5346 * gdb.linespec/cpls-ops.exp
5347 (check_explicit_skips_function_argument): Extract the underlying
5348 type of size_t instead of hardcoding it.
5349
5350 2017-11-29 Pedro Alves <palves@redhat.com>
5351
5352 PR c++/19436
5353 * gdb.linespec/cpls-abi-tag.cc: New file.
5354 * gdb.linespec/cpls-abi-tag.exp: New file.
5355
5356 2017-11-29 Pedro Alves <palves@redhat.com>
5357
5358 * gdb.base/langs.exp: Use -qualified.
5359 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5360 it.
5361 * gdb.cp/namespace.exp: Use -qualified.
5362 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5363 (overload-3, template-overload, template-ret-type, const-overload)
5364 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5365 procedures.
5366 (test_driver): Call them.
5367 * gdb.cp/save-bp-qualified.cc: New.
5368 * gdb.cp/save-bp-qualified.exp: New.
5369 * gdb.linespec/explicit.exp: Test -qualified.
5370 * lib/completion-support.exp (completion::explicit_opts_list): Add
5371 "-qualified".
5372 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5373
5374 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5375
5376 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5377
5378 2017-11-29 Tom Tromey <tom@tromey.com>
5379
5380 * gdb.base/relocate.exp: Update invalid argument test.
5381 Add new tests for invalid arguments.
5382
5383 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5384
5385 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5386 Return 0 as a long.
5387 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5388
5389 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5390
5391 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5392 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5393 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5394 func ().
5395 * gdb.cp/shadow.cc (B.func): Return 0.
5396
5397 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5398
5399 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5400 expected output in gdb_expect call to allow the exception
5401 message to be present as well. Fix syntax confusion to avoid
5402 TCL thinking that exception_name is an array.
5403
5404 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5405
5406 * gdb.arch/spu-info.c: Include <unistd.h>.
5407 (do_signal_test): Fix broken calls to write.
5408 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5409 Fix checks for empty mailboxes. Update signal tests for corrected
5410 do_signal_test routine. Allow nonzero event status.
5411 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5412 * gdb.cell/arch.exp: Use standard_output_file.
5413 * gdb.cell/break.exp: Likewise.
5414 * gdb.cell/bt.exp: Likewise.
5415 * gdb.cell/core.exp: Likewise.
5416 * gdb.cell/dwarfaddr.exp: Likewise.
5417 * gdb.cell/ea-cache.exp: Likewise.
5418 * gdb.cell/ea-standalone.exp: Likewise.
5419 * gdb.cell/f-regs.exp: Likewise.
5420 * gdb.cell/fork.exp: Likewise.
5421 * gdb.cell/gcore.exp: Likewise.
5422 * gdb.cell/mem-access.exp: Likewise.
5423 * gdb.cell/ptype.exp: Likewise.
5424 * gdb.cell/registers.exp: Likewise.
5425 * gdb.cell/sizeof.exp: Likewise.
5426 * gdb.cell/solib-symbol.exp: Likewise.
5427 * gdb.cell/solib.exp: Likewise.
5428
5429 2017-11-25 Pedro Alves <palves@redhat.com>
5430
5431 * gdb.base/complete-empty.exp: New file.
5432 * gdb.base/completion.exp: Adjust.
5433
5434 2017-11-25 Pedro Alves <palves@redhat.com>
5435
5436 * gdb.linespec/cpls-ops.cc: New file.
5437 * gdb.linespec/cpls-ops.exp: New file.
5438 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5439 factored out from ...
5440 (test_complete_prefix_range): ... this.
5441
5442 2017-11-24 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.linespec/cpcompletion.exp: New file.
5445 * gdb.linespec/cpls-hyphen.cc: New file.
5446 * gdb.linespec/cpls.cc: New file.
5447 * gdb.linespec/cpls2.cc: New file.
5448 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5449 test to use test_gdb_complete_unique. Add label completion,
5450 keyword completion and explicit location completion tests.
5451 * lib/completion-support.exp: New file.
5452
5453 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5454
5455 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5456 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5457 when hitting an exception catchpoint.
5458
5459 2017-11-22 Yao Qi <yao.qi@linaro.org>
5460
5461 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5462
5463 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5464
5465 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5466 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5467 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5468
5469 2017-11-22 Yao Qi <yao.qi@linaro.org>
5470
5471 * gdb.base/info-os.exp: Pass pthreads.
5472 * gdb.multi/multi-attach.exp: Likewise.
5473
5474 2017-11-22 Yao Qi <yao.qi@linaro.org>
5475
5476 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5477 compiler.
5478
5479 2017-11-22 Yao Qi <yao.qi@linaro.org>
5480
5481 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5482 * gdb.base/break-interp.exp: Likewise.
5483 * gdb.base/jit-attach-pie.exp: Likewise.
5484
5485 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5486
5487 * gdb.base/float128.c (large128): New variable.
5488 * gdb.base/float128.exp: Add test to print largest __float128 value.
5489
5490 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5491
5492 * gdb.arch/vsx-regs.exp: Update register content checks.
5493
5494 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5495
5496 * gdb.arch/ppc-longdouble.exp: New file.
5497 * gdb.arch/ppc-longdouble.c: Likewise.
5498
5499 2017-11-21 Pedro Alves <palves@redhat.com>
5500
5501 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5502
5503 2017-11-20 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5506 (long_double_typedef): New typedefs.
5507 Use DEF on double and long double.
5508 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5509 cases.
5510 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5511 and 'long_double_ptr_same_size' locals. Use them to decide
5512 whether cast from array/function to float is valid/invalid.
5513
5514 2017-11-17 Tom Tromey <tom@tromey.com>
5515
5516 * gdb.rust/traits.rs: New file.
5517 * gdb.rust/traits.exp: New file.
5518
5519 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5520
5521 * gdb.ada/minsyms: New testcase.
5522
5523 2017-11-16 Pedro Alves <palves@redhat.com>
5524
5525 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5526 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5527
5528 2017-11-16 Pedro Alves <palves@redhat.com>
5529
5530 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5531 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5532
5533 2017-11-16 Pedro Alves <palves@redhat.com>
5534
5535 * gdb.server/reconnect-ctrl-c.c: New file.
5536 * gdb.server/reconnect-ctrl-c.exp: New file.
5537
5538 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5539
5540 * gdb.python/py-rbreak.exp: New file.
5541 * gdb.python/py-rbreak.c: New file.
5542 * gdb.python/py-rbreak-func2.c: New file.
5543
5544 2017-11-16 Pedro Alves <palves@redhat.com>
5545
5546 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5547 pattern.
5548 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5549 GDB.
5550
5551 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5552
5553 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5554 regex.
5555
5556 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5557
5558 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5559 test names.
5560
5561 2017-11-09 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5564 factored out from ...
5565 (top level): ... here, and adjusted to avoid expecting beyond the
5566 prompt in a single gdb_test_multiple.
5567
5568 2017-11-09 Pedro Alves <palves@redhat.com>
5569
5570 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5571 output.
5572 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5573 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5574 * gdb.server/ext-run.exp ("kill" test): Likewise.
5575 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5576
5577 2017-11-09 Pedro Alves <palves@redhat.com>
5578
5579 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5580 match till end of line.
5581
5582 2017-11-09 Pedro Alves <palves@redhat.com>
5583
5584 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5585
5586 2017-11-09 Pedro Alves <palves@redhat.com>
5587
5588 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5589 New procedures, factored out from ...
5590 (top level): ... here, and adjusted to avoid expecting beyond the
5591 prompt in one go.
5592
5593 2017-11-09 Pedro Alves <palves@redhat.com>
5594
5595 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5596 output. Fix '?' match.
5597
5598 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5599
5600 * gdb.ada/scoped_watch: New testcase.
5601 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5602 which is actually correct.
5603 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5604 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5605
5606 2017-11-08 Pedro Alves <palves@redhat.com>
5607
5608 * gdb.gdb/complaints.exp (test_initial_complaints)
5609 (test_serial_complaints, test_short_complaints): Call
5610 complaint_internal instead of complaint.
5611
5612 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5613
5614 * gdb.threads/tls-core.c: New file.
5615 * gdb.threads/tls-core.exp: Likewise.
5616
5617 2017-11-08 Pedro Alves <palves@redhat.com>
5618
5619 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5620 (p Exported_Capitalized): New test.
5621 (p exported_capitalized): New test.
5622
5623 2017-11-07 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5626
5627 2017-11-07 Pedro Alves <palves@redhat.com>
5628
5629 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5630 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5631 (disable_invalid, disable_inverted, disable_negative): New
5632 procedures.
5633 ("bad numbers"): New set of tests.
5634
5635 2017-11-07 Pedro Alves <palves@redhat.com>
5636
5637 * gdb.cp/ena-dis-br-range.exp: Add tests.
5638
5639 2017-11-07 Pedro Alves <palves@redhat.com>
5640
5641 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5642
5643 2017-11-07 Xavier Roirand <roirand@adacore.com>
5644 Pedro Alves <palves@redhat.com>
5645
5646 * gdb.base/ena-dis-br.exp: Add reference to
5647 gdb.cp/ena-dis-br-range.exp.
5648 * gdb.cp/ena-dis-br-range.exp: New file.
5649 * gdb.cp/ena-dis-br-range.cc: New file.
5650
5651 2017-11-06 Pedro Alves <palves@redhat.com>
5652
5653 * gdb.base/attach-non-pgrp-leader.c: New.
5654 * gdb.base/attach-non-pgrp-leader.exp: New.
5655
5656 2017-11-06 Pedro Alves <palves@redhat.com>
5657
5658 * configure.ac: No longer check for termio.h and sgtty.h.
5659 * configure: Regenerate.
5660 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5661 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5662 Remove termio and sgtty code.
5663
5664 2017-11-03 Yao Qi <yao.qi@linaro.org>
5665
5666 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5667 in GDB is disabled.
5668
5669 2017-11-03 Yao Qi <yao.qi@linaro.org>
5670
5671 * gdb.python/py-thrhandle.exp: Skip it if python is not
5672 enabled.
5673
5674 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5675
5676 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5677 as a breakpoint command.
5678
5679 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5680
5681 PR python/21213
5682 * gdb.python/py-infthread.exp: Test calling
5683 InferiorThread.inferior () multiple times in a row.
5684
5685 2017-10-27 Keith Seitz <keiths@redhat.com>
5686
5687 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5688 Test "info break" for every inlined function breakpoint.
5689
5690 2017-10-27 Yao Qi <yao.qi@linaro.org>
5691
5692 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5693
5694 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5695
5696 * gdb.cp/classes.exp (test_static_members): Test printing
5697 Outer::instance.
5698 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5699 (Inner::instance, Outer::instance): New.
5700
5701 2017-10-24 Pedro Alves <palves@redhat.com>
5702
5703 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5704 extra console" test in two stages.
5705
5706 2017-10-24 Pedro Alves <palves@redhat.com>
5707
5708 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5709
5710 2017-10-24 Pedro Alves <palves@redhat.com>
5711
5712 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5713 loop.
5714
5715 2017-10-24 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5718 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5719
5720 2017-10-24 Pedro Alves <palves@redhat.com>
5721
5722 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5723 parameter and handle it. Don't output read value in test name.
5724
5725 2017-10-24 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5728 custom test name.
5729
5730 2017-10-24 Pedro Alves <palves@redhat.com>
5731
5732 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5733 include the unstable output directory name in the test's name.
5734 (initial_setup_simple) <'set args'>: Use custom test name.
5735
5736 2017-10-24 Pedro Alves <palves@redhat.com>
5737
5738 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5739 with explicit test name.
5740
5741 2017-10-20 Pedro Alves <palves@redhat.com>
5742
5743 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5744 'wait -i'. Use gdb_assert and remote_close.
5745
5746 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5747
5748 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5749 number from variable rather than hard-coded.
5750
5751 2017-10-19 Pedro Alves <palves@redhat.com>
5752
5753 * gdb.base/long-inferior-output.c: New file.
5754 * gdb.base/long-inferior-output.exp: New file.
5755
5756 2017-11-18 Keith Seitz <keiths@redhat.com>
5757
5758 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5759 method.
5760 (main): Call it.
5761 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5762 Add additional user-defined conversion operator tests.
5763
5764 2017-10-17 Pedro Alves <palves@redhat.com>
5765
5766 * boards/native-stdio-gdbserver.exp: Load "local-board".
5767
5768 2017-10-17 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.base/quit-live.c: New file.
5771 * gdb.base/quit-live.exp: New file.
5772
5773 2017-10-16 Keith Seitz <keiths@redhat.com>
5774
5775 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5776 (class_with_protected_typedef, class_with_private_typedef)
5777 (struct_with_public_typedef, struct_with_protected_typedef)
5778 (struct_with_private_typedef): New classes/structs.
5779 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5780 typedefs and access specifiers.
5781
5782 2017-10-16 Pedro Alves <palves@redhat.com>
5783 Simon Marchi <simon.marchi@polymtl.ca>
5784
5785 * README (Local vs Remote vs Native): New section.
5786 * boards/local-board.exp: New file, with bits factored out from
5787 ...
5788 * boards/native-extended-gdbserver.exp: ... here. Load
5789 "local-board".
5790 * boards/native-gdbserver.exp: Load "local-board".
5791 (${board}_spawn, ${board}_exec): Delete.
5792 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5793 ...
5794 * boards/stdio-gdbserver-base.exp: ... this new file.
5795 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5796 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5797 procedure.
5798 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5799 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5800 stdio_gdbserver_command.
5801 (${board}_get_remote_address, ${board}_get_comm_port)
5802 (${board}_download, ${board}_upload): Delete.
5803 (get_target_remote_pipe_cmd): New.
5804
5805 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5806
5807 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5808 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5809 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5810 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5811 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5812 remove with_test_prefix.
5813
5814 2017-10-13 Pedro Alves <palves@redhat.com>
5815
5816 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5817 * gdb.base/annota1.exp: Use it instead of is_remote.
5818 * gdb.base/annota3.exp: Use it instead of is_remote.
5819 * gdb.cp/annota2.exp: Use it instead of is_remote.
5820 * gdb.cp/annota3.exp: Use it instead of is_remote.
5821 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5822
5823 2017-10-13 Pedro Alves <palves@redhat.com>
5824
5825 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5826 (test_num_test_vars, run_and_count_vars, find_env)
5827 (test_set_unset_env, test_inherit_env_var): New procedures.
5828 (top level): Use them.
5829
5830 2017-10-13 Pedro Alves <palves@redhat.com>
5831
5832 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5833 also skip on stub-like targets.
5834
5835 2017-10-13 Pedro Alves <palves@redhat.com>
5836
5837 PR gdb/22293
5838 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5839 (top level): Move some tests to ...
5840 (test_not_found): ... this new procedure.
5841 (top level): Call it.
5842
5843 2017-10-13 Pedro Alves <palves@redhat.com>
5844
5845 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5846 expect different "info terminal" output if testing with a
5847 non-native target.
5848
5849 2017-10-13 Pedro Alves <palves@redhat.com>
5850 Simon Marchi <simon.marchi@polymtl.ca>
5851
5852 PR python/12966
5853 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5854
5855 2017-10-13 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5858 already.
5859
5860 2017-10-13 Pedro Alves <palves@redhat.com>
5861
5862 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5863 is_remote.
5864
5865 2017-10-13 Pedro Alves <palves@redhat.com>
5866
5867 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5868 is_remote.
5869
5870 2017-10-13 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5873 is set.
5874 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5875 instead of is_remote.
5876
5877 2017-10-13 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5880 (top level): Add comment.
5881
5882 2017-10-13 Pedro Alves <palves@redhat.com>
5883
5884 * gdb.base/remote.exp (top level): Fix comment typo and add
5885 missing return.
5886
5887 2017-10-13 Pedro Alves <palves@redhat.com>
5888 Simon Marchi <simon.marchi@polymtl.ca>
5889
5890 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5891 calls and add comments. Skip test if use_gdb_stub is set.
5892 (top level): Use "set cwd" command instead of "cd" command.
5893
5894 2017-10-13 Pedro Alves <palves@redhat.com>
5895
5896 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5897 is_remote target check.
5898
5899 2017-10-13 Pedro Alves <palves@redhat.com>
5900
5901 * gdb.base/scope.exp: Use build_executable + clean_restart +
5902 gdb_file_cmd instead of prepare_for_testing and no longer skip
5903 "before run" tests on is_remote target boards. Update comments.
5904 * boards/native-extended-gdbserver.exp
5905 (extended_gdbserver_load_last_file): New, factored out from ...
5906 (gdb_load): ... this. Move further below and add comment.
5907 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5908
5909 2017-10-12 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/attach.exp: Remove references to gdb64.
5912 * gdb.base/dbx.exp: Remove references to gdb64.
5913
5914 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5915 Pedro Alves <palves@redhat.com>
5916
5917 * gdb.base/label.exp: Remove is_remote target check.
5918
5919 2017-10-12 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.base/auvx.exp (coredir): Update comment.
5922 (top level) <core_works>: Use "set cwd" command instead of "cd"
5923 command.
5924
5925 2017-10-12 Pedro Alves <palves@redhat.com>
5926 Simon Marchi <simon.marchi@polymtl.ca>
5927
5928 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5929 target boards.
5930
5931 2017-10-12 Pedro Alves <palves@redhat.com>
5932 Simon Marchi <simon.marchi@polymtl.ca>
5933
5934 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5935 Instead skip if there's any gdb_protocol set.
5936
5937 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5938 Pedro Alves <palves@redhat.com>
5939
5940 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5941
5942 2017-10-12 Pedro Alves <palves@redhat.com>
5943 Simon Marchi <simon.marchi@polymtl.ca>
5944
5945 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5946 instead of on dejagnu remote boards.
5947
5948 2017-10-12 Pedro Alves <palves@redhat.com>
5949 Simon Marchi <simon.marchi@polymtl.ca>
5950
5951 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5952 checks. Use build_executable + clean_restart instead of
5953 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5954 of enabling non-stop after starting gdb.
5955
5956 2017-10-12 Pedro Alves <palves@redhat.com>
5957
5958 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5959 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5960 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5961 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5962
5963 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5964
5965 * gdb.arch/arc-tdesc-cpu.exp: New file.
5966 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5967
5968 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5969
5970 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5971
5972 2017-10-10 Pedro Alves <palves@redhat.com>
5973
5974 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5975 expect CLI output.
5976
5977 2017-10-10 Pedro Alves <palves@redhat.com>
5978
5979 * lib/selftest-support.exp (selftest_setup): Update for
5980 captured_command_loop's prototype change.
5981
5982 2017-10-09 Pedro Alves <palves@redhat.com>
5983
5984 Test both arch1=>arch2 and arch2=>arch1.
5985
5986 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5987 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5988 factored out to...
5989 (append_arch1_options, append_arch2_options, append_arch_options)
5990 (build_executables): New procedures.
5991 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5992 local.
5993 (top level): Add new 'first_arch' testing axis.
5994
5995 2017-10-09 Pedro Alves <palves@redhat.com>
5996
5997 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5998 (barrier): New.
5999 (thread_start, all_started): New functions.
6000 (main): Spawn new thread and wait until it is scheduled.
6001 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6002 option.
6003 (do_test): Add 'selected_thread' parameter. Run to all_started
6004 instead of main. Explicitly set the breakpoint at main. Switch
6005 to the SELECTED_THREAD thread.
6006 (top level): Test handling the exec event with either the main
6007 thread or the second thread selected.
6008
6009 2017-10-09 Pedro Alves <palves@redhat.com>
6010
6011 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6012 logic. Move STOP marker after the value checks.
6013 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6014 regexp.
6015
6016 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6017
6018 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6019
6020 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6021
6022 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6023 integer-to-dfp conversion.
6024 * gdb.base/dfp-test.exp: Likewise.
6025
6026 2017-10-04 Pedro Alves <palves@redhat.com>
6027
6028 * gdb.multi/hangout.c: Include <unistd.h>.
6029 (hangout_loop): New function.
6030 (main): Call alarm. Call hangout_loop in a loop.
6031 * gdb.multi/hello.c: Include <unistd.h>.
6032 (hello_loop): New function.
6033 (main): Call alarm. Call hangout_loop in a loop.
6034 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6035 inferior with the other selected.
6036
6037 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6038
6039 * gdb.mi/list-thread-groups-available.exp: New file.
6040 * gdb.mi/list-thread-groups-available.c: New file.
6041
6042 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6043
6044 * gdb.base/set-cwd.exp: Make it available on
6045 native-extended-gdbserver.
6046
6047 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6048
6049 * gdb.base/set-cwd.c: New file.
6050 * gdb.base/set-cwd.exp: Likewise.
6051
6052 2017-10-02 Tom Tromey <tom@tromey.com>
6053
6054 PR rust/22236:
6055 * gdb.rust/simple.rs (main): New variable "fslice".
6056 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6057
6058 2017-10-02 Tom Tromey <tom@tromey.com>
6059
6060 * gdb.rust/simple.exp: Test ptype of a slice.
6061
6062 2017-10-02 Tom Tromey <tom@tromey.com>
6063
6064 * gdb.rust/simple.exp: Test index of slice.
6065
6066 2017-09-27 Tom Tromey <tom@tromey.com>
6067
6068 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6069
6070 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6071 Pedro Alves <palves@redhat.com>
6072
6073 * gdb.base/compare-sections.exp (get value of read-only section): Read
6074 as unsigned value.
6075 (corrupt read-only section): Likewise and don't set written if patching
6076 failed.
6077
6078 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6079
6080 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6081 files.
6082
6083 2017-09-20 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6086 symbol names in gdb's output.
6087 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6088
6089 2017-09-20 Pedro Alves <palves@redhat.com>
6090
6091 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6092 Rename to ...
6093 (test_list_ambiguous_symbol): ... this and add a symbol name
6094 parameter. Adjust.
6095 (test_list_ambiguous_function): Reimplement on top of
6096 test_list_ambiguous_symbol and also test listing ambiguous
6097 variables.
6098 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6099 (ambiguous_fun): ... this.
6100 (ambiguous_var): New.
6101 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6102 (ambiguous_fun): ... this.
6103 (ambiguous_var): New.
6104
6105 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6106
6107 * gdb.base/starti.c: New file.
6108 * gdb.base/starti.exp: New file.
6109 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6110
6111 2017-09-14 Pedro Alves <palves@redhat.com>
6112
6113 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6114 (top level): Use it instead of runto.
6115
6116 2017-09-11 Tom Tromey <tom@tromey.com>
6117
6118 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6119
6120 2017-09-11 Tom Tromey <tom@tromey.com>
6121
6122 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6123 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6124
6125 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6126
6127 * gdb.fortran/printing-types.exp: New file.
6128 * gdb.fortran/printing-types.exp: New file.
6129
6130 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6131
6132 * gdb.fortran/vla-ptype.exp: Fix typos.
6133 * gdb.fortran/vla-value.exp: Same.
6134
6135 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6136
6137 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6138 * gdb.mi/mi-var-child-f.exp: Likewise.
6139 * gdb.mi/mi-vla-fortran.exp: Likewise.
6140
6141 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6142 Christoph Weinmann <christoph.t.weinmann@intel.com>
6143 Bernhard Heckel <bernhard.heckel@intel.com>
6144
6145 * gdb.fortran/ptr-indentation.f90: New file.
6146 * gdb.fortran/ptr-indentation.exp: New file.
6147
6148 2017-09-05 Tom Tromey <tom@tromey.com>
6149
6150 PR gdb/22010:
6151 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6152
6153 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6154
6155 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6156
6157 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6158
6159 * gdb.threads/tls-nodebug-pie.c: New file.
6160 * gdb.threads/tls-nodebug-pie.exp: New file.
6161
6162 2017-09-05 Tom Tromey <tom@tromey.com>
6163
6164 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6165 for rust.
6166
6167 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6168
6169 * gdb.multi/multi-arch-exec.exp: Test with different
6170 "follow-exec-mode" settings.
6171 (do_test): New procedure.
6172
6173 2017-09-04 Pedro Alves <palves@redhat.com>
6174
6175 * gdb.base/func-static.c (S::method const, S::method volatile)
6176 (S::method volatile const): New methods.
6177 (c_s, v_s, cv_s): New instances.
6178 (main): Call method() on them.
6179 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6180 (cannot_resolve): New procedure.
6181 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6182 print-quote-unquoted columns.
6183 (do_test): Test printing each scope too.
6184
6185 2017-09-04 Pedro Alves <palves@redhat.com>
6186
6187 * gdb.base/local-static.exp: Also test with
6188 class::method::variable wholly quoted.
6189 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6190
6191 2017-09-04 Pedro Alves <palves@redhat.com>
6192
6193 * gdb.base/local-static.c: New.
6194 * gdb.base/local-static.cc: New.
6195 * gdb.base/local-static.exp: New.
6196
6197 2017-09-04 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.asm/asm-source.exp: Add casts to int.
6200 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6201 (dataglobal64_1, dataglobal64_2): New globals.
6202 * gdb.base/nodebug.exp: Test different expressions involving the
6203 new globals, with print, whatis and ptype. Add casts to int.
6204 * gdb.base/solib-display.exp: Add casts to int.
6205 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6206 * gdb.cp/m-static.exp: Add cast to int.
6207 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6208 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6209 tls variable with no debug info without a cast. Test with a cast
6210 to int too.
6211 * gdb.trace/entry-values.exp: Add casts.
6212
6213 2017-09-04 Pedro Alves <palves@redhat.com>
6214
6215 * gdb.base/nodebug.exp: Test that ptype's error about functions
6216 with unknown return type includes the function name too.
6217
6218 2017-09-04 Pedro Alves <palves@redhat.com>
6219
6220 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6221 return type of munmap in infcall.
6222 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6223 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6224 type of ftell in infcall.
6225 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6226 type of getpid in infcall.
6227 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6228 infcall.
6229 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6230 Bail on failure to extract the pid.
6231 * gdb.base/nodebug.c: #include <stdint.h>.
6232 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6233 New functions.
6234 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6235 Change expected output of print/whatis/ptype with functions with
6236 no debug info. Test all supported languages. Call
6237 test_call_promotion.
6238 * gdb.compile/compile.exp: Adjust expected output to expect
6239 warning.
6240 * gdb.threads/siginfo-threads.exp: Likewise.
6241
6242 2017-09-04 Pedro Alves <palves@redhat.com>
6243
6244 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6245 "prototypes". Test calling float functions via prototyped and
6246 unprototyped function pointers.
6247 (perform_all_tests): New parameter "prototypes". Pass it down.
6248 (top level): Pass down "prototypes" parameter to
6249 perform_all_tests.
6250
6251 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6252
6253 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6254 Test with nested loops.
6255
6256 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6257
6258 * gdb.base/commands.exp: Call the new procedures.
6259 (loop_break_test, loop_continue_test): New procedures.
6260
6261 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6262
6263 * gdb.base/commands.exp: Call new procedure.
6264 (define_if_without_arg_test): New procedure.
6265
6266 2017-09-04 Pedro Alves <palves@redhat.com>
6267
6268 * gdb.base/list-ambiguous.exp: New file.
6269 * gdb.base/list-ambiguous0.c: New file.
6270 * gdb.base/list-ambiguous1.c: New file.
6271 * gdb.base/list.exp (test_list_range): Adjust expected output.
6272
6273 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6274
6275 * gdb.base/share-env-with-gdbserver.c: New file.
6276 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6277
6278 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6279
6280 * gdb.base/commands.exp (gdbvar_simple_if_test,
6281 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6282 progvar_simple_if_test, progvar_simple_while_test,
6283 progvar_complex_if_while_test, user_defined_command_test,
6284 user_defined_command_args_eval,
6285 user_defined_command_args_stack_test,
6286 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6287 temporary_breakpoint_commands,
6288 gdb_test_no_prompt, redefine_hook_test,
6289 redefine_backtrace_test): Remove "global gdb_prompt".
6290
6291 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6292
6293 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6294 New proc, call it from toplevel.
6295
6296 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6297
6298 PR remote/21852
6299 * gdb.server/normal.c: New file, copied from gdb.base.
6300 * gdb.server/run-without-local-binary.exp: New file.
6301
6302 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6303
6304 * gdb.arch/sparc64-adi.exp: New file.
6305 * gdb.arch/sparc64-adi.c: New file.
6306
6307 2017-08-22 Pedro Alves <palves@redhat.com>
6308
6309 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6310 (top level): Add "list all overloads" tests.
6311
6312 2017-08-22 Tom Tromey <tom@tromey.com>
6313
6314 * gdb.gdb/xfullpath.exp: Remove.
6315
6316 2017-08-21 Pedro Alves <palves@redhat.com>
6317
6318 PR gdb/19487
6319 * gdb.base/symbol-alias.c: New.
6320 * gdb.base/symbol-alias2.c: New.
6321 * gdb.base/symbol-alias.exp: New.
6322
6323 2017-08-21 Pedro Alves <palves@redhat.com>
6324
6325 * gdb.base/dfp-test.c
6326 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6327 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6328 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6329 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6330 * gdb.base/whatis-ptype-typedefs.c: New.
6331 * gdb.base/whatis-ptype-typedefs.exp: New.
6332 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6333 (an_int, an_int_type, an_int_type2): New globals.
6334 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6335 involving typedefs and cast expressions.
6336 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6337 (lookup_typedefs_function): New.
6338 (typedefs_pretty_printers_dict): New.
6339 (top level): Register lookup_typedefs_function in
6340 gdb.pretty_printers.
6341
6342 2017-08-18 Yao Qi <yao.qi@linaro.org>
6343
6344 * gdb.server/unittest.exp: New.
6345
6346 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6347
6348 PR gdb/21954
6349 * gdb.base/environ.exp: Add test to check if 'unset environment'
6350 works.
6351
6352 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6353
6354 * lib/gdb.exp (universal_compile_options): New caching proc.
6355 (gdb_compile): Suppress GCC's coloring of messages.
6356
6357 2017-08-14 Tom Tromey <tom@tromey.com>
6358
6359 PR gdb/21675:
6360 * gdb.base/printcmds.exp (test_radices): New function.
6361 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6362 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6363 * lib/gdb.exp (get_integer_valueof): Use p/d.
6364
6365 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6366
6367 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6368 characters.
6369
6370 2017-08-05 Tom Tromey <tom@tromey.com>
6371
6372 * gdb.rust/simple.exp: Allow String to appear in a different
6373 namespace.
6374
6375 2017-07-26 Yao Qi <yao.qi@linaro.org>
6376
6377 * gdb.gdb/unittest.exp: Invoke command
6378 "maintenance check xml-descriptions".
6379
6380 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6381
6382 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6383 calling context.
6384 (hex128): Drop erroneous calculation of parameters.
6385
6386 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6387
6388 * gdb.python/py-unwind.exp: Disable stack protection when
6389 building test file.
6390
6391 2017-07-20 Pedro Alves <palves@redhat.com>
6392
6393 * gdb.base/default.exp (set language): Adjust expected output.
6394
6395 2017-07-20 Pedro Alves <palves@redhat.com>
6396
6397 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6398 (test_minsym): ... this, and make static.
6399 (get_pck__foo__bar__minsym): Rename to ...
6400 (get_test_minsym): ... this.
6401 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6402 symbol names and comments.
6403 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6404 (get_test_minsym): ... this.
6405 (pck__foo__bar__minsym__2): Rename to ...
6406 (test_minsym): ... this.
6407 (main): Adjust.
6408
6409 2017-07-17 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.base/completion.exp: Adjust expected output.
6412 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6413 the completer works.
6414
6415 2017-07-17 Pedro Alves <palves@redhat.com>
6416
6417 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6418
6419 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6420
6421 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6422
6423 2017-07-14 Tom Tromey <tom@tromey.com>
6424
6425 PR rust/21764:
6426 * gdb.rust/simple.exp: Add tests.
6427
6428 2017-07-14 Tom Tromey <tom@tromey.com>
6429
6430 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6431
6432 2017-07-14 Pedro Alves <palves@redhat.com>
6433
6434 * gdb.linespec/base/one/thefile.cc (z1): New function.
6435 * gdb.linespec/base/two/thefile.cc (z2): New function.
6436 * gdb.linespec/linespec.exp: Add tests.
6437
6438 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6439
6440 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6441 to mi_create_breakpoint.
6442
6443 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6444
6445 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6446 mi_create_breakpoint.
6447
6448 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6449
6450 * gdb.dlang/demangle.exp: Update for demangling changes.
6451
6452 2017-07-09 Tom Tromey <tom@tromey.com>
6453
6454 * gdb.dwarf2/shortpiece.exp: New file.
6455
6456 2017-07-06 David Blaikie <dblaikie@gmail.com>
6457
6458 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6459 built from fissiont-multi-cu{1,2}.c.
6460 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6461 except putting 'main' and 'func' in separate CUs in the same DWO file.
6462 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6463 test.
6464 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6465 test.
6466
6467 2017-07-06 Pedro Alves <palves@redhat.com>
6468
6469 * gdb.python/py-unwind.exp: Test flushregs.
6470
6471 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6472
6473 PR cli/21688
6474 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6475 tests for alias commands and trailing whitespace.
6476
6477 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6478
6479 PR cli/21688
6480 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6481 procedure. Call it.
6482
6483 2017-06-29 Pedro Alves <palves@redhat.com>
6484
6485 * gdb.base/printcmds.exp: Add tests.
6486
6487 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6488
6489 PR gdb/21337
6490 * gdb.base/reread-readsym.exp: New file.
6491 * gdb.base/reread-readsym.c: New file.
6492
6493 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6494
6495 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6496 subpattern.
6497
6498 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6499
6500 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6501 extended mnemonic.
6502 * gdb.arch/powerpc-power9.s: Likewise.
6503
6504 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6505
6506 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6507 on 32-bit x86 targets. Exploit is_*_target macros where
6508 appropriate.
6509
6510 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6511
6512 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6513 register pieces.
6514
6515 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6516
6517 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6518 located in one or more DWARF pieces.
6519
6520 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6521
6522 * lib/gdb.exp (get_endianness): New proc.
6523 * gdb.arch/aarch64-fp.exp: Use it.
6524 * gdb.arch/altivec-regs.exp: Likewise.
6525 * gdb.arch/e500-regs.exp: Likewise.
6526 * gdb.arch/vsx-regs.exp: Likewise.
6527 * gdb.base/dump.exp: Likewise.
6528 * gdb.base/funcargs.exp: Likewise.
6529 * gdb.base/gnu_vector.exp: Likewise.
6530 * gdb.dwarf2/formdata16.exp: Likewise.
6531 * gdb.dwarf2/implptrpiece.exp: Likewise.
6532 * gdb.dwarf2/nonvar-access.exp: Likewise.
6533 * gdb.python/py-inferior.exp: Likewise.
6534 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6535
6536 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6537
6538 PR gdb/21226
6539 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6540 stack value pieces are taken from the LSB end.
6541
6542 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6543
6544 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6545 variable at nonzero offset.
6546
6547 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6548
6549 * gdb.dwarf2/var-access.c: New file.
6550 * gdb.dwarf2/var-access.exp: New test.
6551 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6552
6553 2017-06-12 Tom Tromey <tom@tromey.com>
6554
6555 * gdb.dwarf2/formdata16.exp: Add tests.
6556
6557 2017-06-12 Tom Tromey <tom@tromey.com>
6558
6559 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6560
6561 2017-06-12 Tom Tromey <tom@tromey.com>
6562
6563 PR exp/16225:
6564 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6565 * gdb.arch/vsx-regs.exp: Update tests.
6566 * gdb.arch/s390-vregs.exp (hex128): New proc.
6567 Update test.
6568 * gdb.arch/altivec-regs.exp: Update tests.
6569
6570 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6571
6572 * gdb.base/startup-with-shell.c: New file.
6573 * gdb.base/startup-with-shell.exp: Likewise.
6574
6575 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6576
6577 * gdb.server/non-existing-program.exp: Update regex in order to
6578 reflect the fact that gdbserver is now using fork_inferior (with a
6579 shell) to startup the inferior.
6580
6581 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6582
6583 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6584 support function calls from GDB.
6585
6586 2017-05-21 Tom Tromey <tom@tromey.com>
6587
6588 PR rust/21466:
6589 * gdb.rust/unsized.exp: New file.
6590 * gdb.rust/unsized.rs: New file.
6591
6592 2017-05-19 Tom Tromey <tom@tromey.com>
6593
6594 PR rust/21484:
6595 * gdb.rust/watch.exp: New file.
6596 * gdb.rust/watch.rs: New file.
6597
6598 2017-05-18 Tom Tromey <tom@tromey.com>
6599
6600 * gdb.rust/simple.exp: Allow Box to be qualified.
6601
6602 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6603
6604 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6605
6606 2017-05-18 Pedro Alves <palves@redhat.com>
6607
6608 * gdb.base/fileio.c (test_write, test_read, test_close)
6609 (test_fstat): Don't print 'ret' in the fail path.
6610
6611 2017-05-18 Pedro Alves <palves@redhat.com>
6612
6613 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6614 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6615 (test_system, test_rename, test_unlink, test_time): Change
6616 prototypes.
6617 * gdb.base/fileio.exp (stop_msg): Adjust.
6618
6619 2017-05-18 Pedro Alves <palves@redhat.com>
6620
6621 * gdb.base/fileio.c (null_str): New global.
6622 (test_stat): Use it.
6623 * gdb.base/fileio.exp: Remove nowarnings.
6624
6625 2017-05-17 Yao Qi <yao.qi@linaro.org>
6626
6627 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6628
6629 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6630
6631 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6632 argument command.
6633 (top-level): Invoke test_set_inferior_tty.
6634
6635 2017-05-04 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6638 Add parens to print call for Python 3.
6639
6640 2017-05-03 Keith Seitz <keiths@redhat.com>
6641
6642 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6643 (main): Call it.
6644
6645 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6646
6647 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6648 to prev and next.
6649
6650 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6651
6652 * gdb.python/py-record-btrace.exp: Remove test for
6653 gdb.BtraceInstruction.error.
6654
6655 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6656
6657 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6658
6659 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6660
6661 * gdb.python/py-record-btrace-threads.c: New file.
6662 * gdb.python/py-record-btrace-threads.exp: New file.
6663
6664 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6665
6666 PR testsuite/8595
6667 * gdb.base/environ.exp: Make test available in all architectures.
6668 Move bits related to "info program" testing to
6669 gdb.base/info-program.exp. Rewrite tests to use the two new
6670 procedures mentione below.
6671 (test_set_show_env_var) New procedure.
6672 (test_set_show_env_var_equal): Likewise.
6673 * gdb.base/info-program.exp: New file.
6674
6675 2017-04-27 Keith Seitz <keiths@redhat.com>
6676
6677 * gdb.cp/oranking.cc (test15): New function.
6678 (main): Call test15 and declare additional variables for testing.
6679 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6680 "p foo101('abc')" tests.
6681 Add tests for cv qualifier overloads.
6682 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6683 "lvalue reference overload" test.
6684 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6685 "print value of f1 on Child&& in f2" test.
6686
6687 2017-04-19 Pedro Alves <palves@redhat.com>
6688
6689 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6690 procedure.
6691 (top level): Call it.
6692 * lib/gdb.exp (gdb_define_cmd): New procedure.
6693
6694 2017-04-12 Pedro Alves <palves@redhat.com>
6695
6696 PR gdb/21323
6697 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6698 (wchar): New global.
6699 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6700 (do_test_wide_char, wide_char_types_no_program, top level): Add
6701 wchar_t testing.
6702
6703 2017-04-12 Pedro Alves <palves@redhat.com>
6704
6705 PR c++/21323
6706 * gdb.cp/wide_char_types.c: New file.
6707 * gdb.cp/wide_char_types.exp: New file.
6708
6709 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6710
6711 PR gdb/21352
6712 * gdb.trace/tsv.exp: Add test for "tsave -r".
6713
6714 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6715
6716 * gdb.dlang/watch-loc.c: New file.
6717 * gdb.dlang/watch-loc.exp: New file.
6718
6719 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6720
6721 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6722
6723 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6724
6725 * gdb.arch/arc-analyze-prologue.S: New file.
6726 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6727
6728 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6729
6730 * gdb.arch/arc-decode-insn.S: New file.
6731 * gdb.arch/arc-decode-insn.exp: Likewise.
6732
6733 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6734
6735 PR tdep/20928
6736 * gdb.arch/sparc64-regs.exp: New file.
6737 * gdb.arch/sparc64-regs.S: Likewise.
6738
6739 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6740
6741 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6742 and memory view on Python 3.
6743
6744 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6745 Keith Seitz <keiths@redhat.com>
6746
6747 PR gdb/14441
6748 * gdb.cp/demangle.exp: Add rvalue reference tests.
6749 * gdb.cp/rvalue-ref-casts.cc: New file.
6750 * gdb.cp/rvalue-ref-casts.exp: New file.
6751 * gdb.cp/rvalue-ref-overload.cc: New file.
6752 * gdb.cp/rvalue-ref-overload.exp: New file.
6753 * gdb.cp/rvalue-ref-params.cc: New file.
6754 * gdb.cp/rvalue-ref-params.exp: New file.
6755 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6756 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6757 * gdb.cp/rvalue-ref-types.cc: New file.
6758 * gdb.cp/rvalue-ref-types.exp: New file.
6759 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6760 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6761
6762 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6763
6764 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6765 New procedure.
6766
6767 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6768
6769 * lib/mi-support.exp (mi_gdb_test): Add additional message
6770 for unexpected output.
6771
6772 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6773
6774 * gdb.base/examine-backward.c (Barrier): New character array
6775 constant, to ensure that TestStrings is preceded by a string
6776 terminator.
6777
6778 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6779
6780 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6781 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6782 and implicit pointer into such a location.
6783
6784 2017-03-16 Doug Evans <dje@google.com>
6785
6786 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6787
6788 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6789
6790 * gdb.cp/m-static.exp: Fix expectation for prototype of
6791 test5.single_constructor and single_constructor::single_constructor.
6792
6793 2017-03-16 Doug Evans <dje@google.com>
6794
6795 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6796 * gdb.guile/scm-lazy-string.c: New file.
6797 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6798 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6799 for pointer, array, typedef lazy strings.
6800
6801 2017-03-16 Doug Evans <dje@google.com>
6802
6803 PR python/17728, python/18439, python/18779
6804 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6805 * gdb.python/py-lazy-string.c (pointer): New typedef.
6806 (main): New locals ptr, array, typedef_ptr.
6807 * gdb.python/py-value.exp: Move lazy string tests to ...
6808 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6809 array, typedef lazy strings.
6810
6811 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6812
6813 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6814 Add optional 'test' parameter.
6815
6816 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6817
6818 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6819 Skip for versions of DejaGnu < 1.5.
6820
6821 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6822
6823 * lib/gdb.exp (dejagnu_version): New proc.
6824 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6825 Use dejagnu_version.
6826
6827 2017-03-10 Keith Seitz <keiths@redhat.com>
6828
6829 PR c++/8128
6830 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6831 type from destructor regexps.
6832 Add a branch which actually passes the test.
6833 Adjust "ptype t5i" test names.
6834
6835 2017-03-08 Pedro Alves <palves@redhat.com>
6836
6837 * gdb.base/step-over-exit.exp: Add explicit test message.
6838
6839 2017-03-08 Pedro Alves <palves@redhat.com>
6840
6841 PR gdb/18360
6842 * gdb.threads/interrupt-while-step-over.c: New file.
6843 * gdb.threads/interrupt-while-step-over.exp: New file.
6844
6845 2017-03-08 Pedro Alves <palves@redhat.com>
6846
6847 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6848 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6849
6850 2017-03-08 Pedro Alves <palves@redhat.com>
6851
6852 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6853 PKRU as not supported as a PASS.
6854
6855 2017-03-08 Pedro Alves <palves@redhat.com>
6856
6857 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6858 prefix instead of $binfile1/$binfile2.
6859 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6860 in test message.
6861 * gdb.python/py-completion.exp: Use "load python file" as test
6862 messages instead of unstable path names.
6863
6864 2017-03-08 Pedro Alves <palves@redhat.com>
6865 Jan Kratochvil <jan.kratochvil@redhat.com>
6866
6867 PR cli/21218
6868 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6869 New proc.
6870 (top level): Call it.
6871
6872 2017-03-08 Pedro Alves <palves@redhat.com>
6873
6874 PR tui/21216
6875 * gdb.tui/tui-nl-filtered-output.exp: New file.
6876
6877 2017-03-08 Pedro Alves <palves@redhat.com>
6878
6879 * gdb.base/completion.exp: Move TUI completion tests to ...
6880 * gdb.tui/completion.exp: ... this new file.
6881
6882 2017-03-08 Pedro Alves <palves@redhat.com>
6883
6884 * gdb.base/tui-disasm-long-lines.c,
6885 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6886 gdb.base/tui-layout.exp: Move to ...
6887 * gdb.tui/: ... this new directory.
6888
6889 2017-03-07 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/tui-layout.c: New file.
6892 * gdb.base/tui-layout.exp: New file.
6893
6894 2017-03-07 Pedro Alves <palves@redhat.com>
6895
6896 * gdb.base/tui-layout.c: Rename to ...
6897 * gdb.base/tui-disasm-long-lines.c: ... this.
6898 * gdb.base/tui-layout.exp: Rename to ...
6899 * gdb.base/tui-disasm-long-lines.exp: ... this.
6900
6901 2017-03-07 Pedro Alves <palves@redhat.com>
6902
6903 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6904
6905 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6906
6907 * i386-mpx-call.c: New file.
6908 * i386-mpx-call.exp: New file.
6909
6910 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6911
6912 * gdb.arch/powerpc-power.exp: Delete test.
6913 * gdb.arch/powerpc-power.s: Likewise.
6914 * gdb.disasm/disassembler-options.exp: New test.
6915 * gdb.arch/powerpc-altivec.exp: Likewise.
6916 * gdb.arch/powerpc-altivec.s: Likewise.
6917 * gdb.arch/powerpc-altivec2.exp: Likewise.
6918 * gdb.arch/powerpc-altivec2.s: Likewise.
6919 * gdb.arch/powerpc-altivec3.exp: Likewise.
6920 * gdb.arch/powerpc-altivec3.s: Likewise.
6921 * gdb.arch/powerpc-power7.exp: Likewise.
6922 * gdb.arch/powerpc-power7.s: Likewise.
6923 * gdb.arch/powerpc-power8.exp: Likewise.
6924 * gdb.arch/powerpc-power8.s: Likewise.
6925 * gdb.arch/powerpc-power9.exp: Likewise.
6926 * gdb.arch/powerpc-power9.s: Likewise.
6927 * gdb.arch/powerpc-vsx.exp: Likewise.
6928 * gdb.arch/powerpc-vsx.s: Likewise.
6929 * gdb.arch/powerpc-vsx2.exp: Likewise.
6930 * gdb.arch/powerpc-vsx2.s: Likewise.
6931 * gdb.arch/powerpc-vsx3.exp: Likewise.
6932 * gdb.arch/powerpc-vsx3.s: Likewise.
6933 * gdb.arch/arm-disassembler-options.exp: Likewise.
6934 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6935 * gdb.arch/s390-disassembler-options.exp: Likewise.
6936
6937 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6938
6939 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6940 (check_supported_features): ... this. Changed return type to void.
6941 (supports_rdseed): New static global.
6942 (rdseed): Check supports_rdseed.
6943 (initialize): Call check_supported_features.
6944
6945 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6946
6947 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6948 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6949 and lqarx/stqcx.
6950 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6951 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6952
6953 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6954
6955 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6956 uppercase.
6957
6958 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6959
6960 * gdb.dwarf2/formdata16.c: New file.
6961 * gdb.dwarf2/formdata16.exp: New file.
6962 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6963
6964 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6965
6966 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6967 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6968 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6969 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6970 DW_AT_GNU_*.
6971
6972 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6973
6974 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6975
6976 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6977
6978 PR gdb/21164
6979 * gdb.base/maint.exp: Add testcases for when the commands do
6980 not have arguments.
6981
6982 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6983
6984 * gdb.cp/chained-calls.exp: Use p instead of P.
6985
6986 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6987
6988 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6989 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6990
6991 2017-02-14 Tom Tromey <tom@tromey.com>
6992
6993 PR python/13598:
6994 * gdb.python/py-events.exp: Add before_prompt event tests.
6995
6996 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6997
6998 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6999
7000 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7001
7002 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7003 (main): Call my_unique_function_name.
7004 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7005 completion of patterns with a single match.
7006 Add missing -re switches to gdb_test_multiple calls.
7007
7008 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7009
7010 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7011 return if core file is not recognized.
7012
7013 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7014
7015 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7016 and extra UIs.
7017
7018 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7019
7020 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7021 proc_with_prefix.
7022
7023 2017-02-10 Tom Tromey <tom@tromey.com>
7024
7025 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7026
7027 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7028
7029 PR gdb/21122
7030 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7031
7032 2017-02-08 Jerome Guitton <guitton@adacore.com>
7033
7034 * gdb.base/define.exp: Add test for command abbreviations
7035 in define.
7036
7037 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7038
7039 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7040 * gdb.reverse/insn-reverse-x86.c: New file.
7041
7042 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7043
7044 PR tdep/20936
7045 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7046
7047 2017-02-03 Tom Tromey <tom@tromey.com>
7048
7049 PR rust/21097:
7050 * gdb.rust/simple.exp: Add new tests.
7051
7052 2017-02-02 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7055 tests.
7056
7057 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7058
7059 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7060 taking a 2-byte value out of a 4-byte DWARF implicit value on
7061 big-endian targets.
7062 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7063 logic. Add test cases for DW_OP_implicit.
7064
7065 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7066
7067 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7068
7069 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7070
7071 * gdb.btrace/enable.exp: Call gdb_exit before
7072 skip_gdbserver_tests.
7073
7074 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7075
7076 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7077 GDBFLAGS.
7078
7079 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7080
7081 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7082 the test is skipped.
7083 * gdb.btrace/data.exp: Likewise.
7084 * gdb.btrace/delta.exp: Likewise.
7085 * gdb.btrace/dlopen.exp: Likewise.
7086 * gdb.btrace/enable-running.exp: Likewise.
7087 * gdb.btrace/enable.exp: Likewise.
7088 * gdb.btrace/exception.exp: Likewise.
7089 * gdb.btrace/function_call_history.exp: Likewise.
7090 * gdb.btrace/gcore.exp: Likewise.
7091 * gdb.btrace/instruction_history.exp: Likewise.
7092 * gdb.btrace/multi-thread-step.exp: Likewise.
7093 * gdb.btrace/nohist.exp: Likewise.
7094 * gdb.btrace/non-stop.exp: Likewise.
7095 * gdb.btrace/reconnect.exp: Likewise.
7096 * gdb.btrace/record_goto-step.exp: Likewise.
7097 * gdb.btrace/record_goto.exp: Likewise.
7098 * gdb.btrace/rn-dl-bind.exp: Likewise.
7099 * gdb.btrace/segv.exp: Likewise.
7100 * gdb.btrace/step.exp: Likewise.
7101 * gdb.btrace/stepi.exp: Likewise.
7102 * gdb.btrace/tailcall-only.exp: Likewise.
7103 * gdb.btrace/tailcall.exp: Likewise.
7104 * gdb.btrace/tsx.exp: Likewise.
7105 * gdb.btrace/unknown_functions.exp: Likewise.
7106 * gdb.btrace/vdso.exp: Likewise.
7107
7108 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7109
7110 * gdb.btrace/enable-running.c: New.
7111 * gdb.btrace/enable-running.exp: New.
7112
7113 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7114
7115 * gdb.arch/amd64-gs_base.c: New file.
7116 * gdb.arch/amd64-gs_base.exp: New file.
7117
7118 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7119
7120 * lib/memory.exp: Remove spurious empty newlines.
7121
7122 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7123
7124 * gdb.python/py-bad-printers.exp: Load python file using "source".
7125 * gdb.python/py-events.exp: Likewise.
7126 * gdb.python/py-evsignal.exp: Likewise.
7127 * gdb.python/py-evthreads.exp: Likewise.
7128 * gdb.python/py-frame-args.exp: Likewise.
7129 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7130 * gdb.python/py-framefilter-mi.exp: Likewise.
7131 * gdb.python/py-framefilter.exp: Likewise.
7132 * gdb.python/py-mi.exp: Likewise.
7133 * gdb.python/py-pp-maint.exp: Likewise.
7134 * gdb.python/py-pp-registration.exp: Likewise.
7135 * gdb.python/py-prettyprint.exp: Likewise.
7136 (run_lang_tests): Likewise.
7137 * gdb.python/py-typeprint.exp: Likewise.
7138
7139 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7140
7141 * lib/memory.exp: New file.
7142 * lib/gdb.exp: Load memory.exp.
7143 * gdb.base/memattr.exp (delete_memory): Move proc to
7144 lib/memory.exp and rename to delete_memory_regions.
7145 Replace delete_memory with delete_memory_regions.
7146 Cleanup memory regions before tests.
7147 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7148 before tests.
7149
7150 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7151
7152 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7153 files.
7154 (initialize): New function conditionally defined.
7155 (testcases): Move within conditional block.
7156 (main): Call initialize.
7157 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7158 of gdb.reverse/insn-reverse.c.
7159 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7160 gdb.reverse/insn-reverse.c.
7161
7162 2017-01-26 Yao Qi <yao.qi@linaro.org>
7163
7164 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7165 disassemble on address 0.
7166
7167 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7168 Yao Qi <yao.qi@linaro.org>
7169
7170 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7171 * gdb.dwarf2/implptr-64bit.S: Remove.
7172 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7173 variables in caller's context. Add DW_OP_implicit_value.
7174
7175 2017-01-25 Yao Qi <yao.qi@linaro.org>
7176
7177 * lib/dwarf.exp (Dwarf::_location): Handle
7178 DW_OP_GNU_implicit_pointer with proper size.
7179
7180 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7181
7182 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7183 and add untested calls.
7184
7185 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7186
7187 * gdb.python/python.exp: Check line number against what GDB thinks
7188 the line number is for func1.
7189
7190 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7191
7192 * gdb.dlang/debug-expr.exp: New file.
7193
7194 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7195
7196 Fix test names for the following files:
7197
7198 * gdb.ada/exec_changed.exp
7199 * gdb.ada/info_types.exp
7200 * gdb.arch/aarch64-atomic-inst.exp
7201 * gdb.arch/aarch64-fp.exp
7202 * gdb.arch/altivec-abi.exp
7203 * gdb.arch/altivec-regs.exp
7204 * gdb.arch/amd64-byte.exp
7205 * gdb.arch/amd64-disp-step.exp
7206 * gdb.arch/amd64-dword.exp
7207 * gdb.arch/amd64-entry-value-inline.exp
7208 * gdb.arch/amd64-entry-value-param.exp
7209 * gdb.arch/amd64-entry-value-paramref.exp
7210 * gdb.arch/amd64-entry-value.exp
7211 * gdb.arch/amd64-i386-address.exp
7212 * gdb.arch/amd64-invalid-stack-middle.exp
7213 * gdb.arch/amd64-invalid-stack-top.exp
7214 * gdb.arch/amd64-optimout-repeat.exp
7215 * gdb.arch/amd64-prologue-skip.exp
7216 * gdb.arch/amd64-prologue-xmm.exp
7217 * gdb.arch/amd64-stap-special-operands.exp
7218 * gdb.arch/amd64-stap-wrong-subexp.exp
7219 * gdb.arch/amd64-tailcall-cxx.exp
7220 * gdb.arch/amd64-tailcall-noret.exp
7221 * gdb.arch/amd64-tailcall-ret.exp
7222 * gdb.arch/amd64-tailcall-self.exp
7223 * gdb.arch/amd64-word.exp
7224 * gdb.arch/arm-bl-branch-dest.exp
7225 * gdb.arch/arm-disp-step.exp
7226 * gdb.arch/arm-neon.exp
7227 * gdb.arch/arm-single-step-kernel-helper.exp
7228 * gdb.arch/avr-flash-qualifier.exp
7229 * gdb.arch/disp-step-insn-reloc.exp
7230 * gdb.arch/e500-abi.exp
7231 * gdb.arch/e500-regs.exp
7232 * gdb.arch/ftrace-insn-reloc.exp
7233 * gdb.arch/i386-avx512.exp
7234 * gdb.arch/i386-bp_permanent.exp
7235 * gdb.arch/i386-byte.exp
7236 * gdb.arch/i386-cfi-notcurrent.exp
7237 * gdb.arch/i386-disp-step.exp
7238 * gdb.arch/i386-dr3-watch.exp
7239 * gdb.arch/i386-float.exp
7240 * gdb.arch/i386-gnu-cfi.exp
7241 * gdb.arch/i386-mpx-map.exp
7242 * gdb.arch/i386-mpx-sigsegv.exp
7243 * gdb.arch/i386-mpx-simple_segv.exp
7244 * gdb.arch/i386-mpx.exp
7245 * gdb.arch/i386-permbkpt.exp
7246 * gdb.arch/i386-prologue.exp
7247 * gdb.arch/i386-signal.exp
7248 * gdb.arch/i386-size-overlap.exp
7249 * gdb.arch/i386-unwind.exp
7250 * gdb.arch/i386-word.exp
7251 * gdb.arch/mips-fcr.exp
7252 * gdb.arch/powerpc-d128-regs.exp
7253 * gdb.arch/powerpc-stackless.exp
7254 * gdb.arch/ppc64-atomic-inst.exp
7255 * gdb.arch/s390-stackless.exp
7256 * gdb.arch/s390-tdbregs.exp
7257 * gdb.arch/s390-vregs.exp
7258 * gdb.arch/sparc-sysstep.exp
7259 * gdb.arch/thumb-bx-pc.exp
7260 * gdb.arch/thumb-singlestep.exp
7261 * gdb.arch/thumb2-it.exp
7262 * gdb.arch/vsx-regs.exp
7263 * gdb.asm/asm-source.exp
7264 * gdb.base/a2-run.exp
7265 * gdb.base/advance.exp
7266 * gdb.base/all-bin.exp
7267 * gdb.base/anon.exp
7268 * gdb.base/args.exp
7269 * gdb.base/arithmet.exp
7270 * gdb.base/async-shell.exp
7271 * gdb.base/async.exp
7272 * gdb.base/attach-pie-noexec.exp
7273 * gdb.base/attach-twice.exp
7274 * gdb.base/auto-load.exp
7275 * gdb.base/bang.exp
7276 * gdb.base/bitfields.exp
7277 * gdb.base/break-always.exp
7278 * gdb.base/break-caller-line.exp
7279 * gdb.base/break-entry.exp
7280 * gdb.base/break-inline.exp
7281 * gdb.base/break-on-linker-gcd-function.exp
7282 * gdb.base/break-probes.exp
7283 * gdb.base/break.exp
7284 * gdb.base/breakpoint-shadow.exp
7285 * gdb.base/call-ar-st.exp
7286 * gdb.base/call-sc.exp
7287 * gdb.base/call-signal-resume.exp
7288 * gdb.base/call-strs.exp
7289 * gdb.base/callfuncs.exp
7290 * gdb.base/catch-fork-static.exp
7291 * gdb.base/catch-gdb-caused-signals.exp
7292 * gdb.base/catch-load.exp
7293 * gdb.base/catch-signal-fork.exp
7294 * gdb.base/catch-signal.exp
7295 * gdb.base/catch-syscall.exp
7296 * gdb.base/charset.exp
7297 * gdb.base/checkpoint.exp
7298 * gdb.base/chng-syms.exp
7299 * gdb.base/code-expr.exp
7300 * gdb.base/code_elim.exp
7301 * gdb.base/commands.exp
7302 * gdb.base/completion.exp
7303 * gdb.base/complex.exp
7304 * gdb.base/cond-expr.exp
7305 * gdb.base/condbreak.exp
7306 * gdb.base/consecutive.exp
7307 * gdb.base/continue-all-already-running.exp
7308 * gdb.base/coredump-filter.exp
7309 * gdb.base/corefile.exp
7310 * gdb.base/dbx.exp
7311 * gdb.base/debug-expr.exp
7312 * gdb.base/define.exp
7313 * gdb.base/del.exp
7314 * gdb.base/disabled-location.exp
7315 * gdb.base/disasm-end-cu.exp
7316 * gdb.base/disasm-optim.exp
7317 * gdb.base/display.exp
7318 * gdb.base/duplicate-bp.exp
7319 * gdb.base/ena-dis-br.exp
7320 * gdb.base/ending-run.exp
7321 * gdb.base/enumval.exp
7322 * gdb.base/environ.exp
7323 * gdb.base/eu-strip-infcall.exp
7324 * gdb.base/eval-avoid-side-effects.exp
7325 * gdb.base/eval-skip.exp
7326 * gdb.base/exitsignal.exp
7327 * gdb.base/expand-psymtabs.exp
7328 * gdb.base/filesym.exp
7329 * gdb.base/find-unmapped.exp
7330 * gdb.base/finish.exp
7331 * gdb.base/float.exp
7332 * gdb.base/foll-exec-mode.exp
7333 * gdb.base/foll-exec.exp
7334 * gdb.base/foll-fork.exp
7335 * gdb.base/fortran-sym-case.exp
7336 * gdb.base/freebpcmd.exp
7337 * gdb.base/func-ptr.exp
7338 * gdb.base/func-ptrs.exp
7339 * gdb.base/funcargs.exp
7340 * gdb.base/gcore-buffer-overflow.exp
7341 * gdb.base/gcore-relro-pie.exp
7342 * gdb.base/gcore-relro.exp
7343 * gdb.base/gcore.exp
7344 * gdb.base/gdb1090.exp
7345 * gdb.base/gdb11530.exp
7346 * gdb.base/gdb11531.exp
7347 * gdb.base/gdb1821.exp
7348 * gdb.base/gdbindex-stabs.exp
7349 * gdb.base/gdbvars.exp
7350 * gdb.base/hbreak.exp
7351 * gdb.base/hbreak2.exp
7352 * gdb.base/included.exp
7353 * gdb.base/infcall-input.exp
7354 * gdb.base/inferior-died.exp
7355 * gdb.base/infnan.exp
7356 * gdb.base/info-macros.exp
7357 * gdb.base/info-os.exp
7358 * gdb.base/info-proc.exp
7359 * gdb.base/info-shared.exp
7360 * gdb.base/info-target.exp
7361 * gdb.base/infoline.exp
7362 * gdb.base/interp.exp
7363 * gdb.base/interrupt.exp
7364 * gdb.base/jit-reader.exp
7365 * gdb.base/jit-simple.exp
7366 * gdb.base/kill-after-signal.exp
7367 * gdb.base/kill-detach-inferiors-cmd.exp
7368 * gdb.base/label.exp
7369 * gdb.base/langs.exp
7370 * gdb.base/ldbl_e308.exp
7371 * gdb.base/line-symtabs.exp
7372 * gdb.base/linespecs.exp
7373 * gdb.base/list.exp
7374 * gdb.base/long_long.exp
7375 * gdb.base/longest-types.exp
7376 * gdb.base/maint.exp
7377 * gdb.base/max-value-size.exp
7378 * gdb.base/memattr.exp
7379 * gdb.base/mips_pro.exp
7380 * gdb.base/morestack.exp
7381 * gdb.base/moribund-step.exp
7382 * gdb.base/multi-forks.exp
7383 * gdb.base/nested-addr.exp
7384 * gdb.base/nextoverexit.exp
7385 * gdb.base/noreturn-finish.exp
7386 * gdb.base/noreturn-return.exp
7387 * gdb.base/nostdlib.exp
7388 * gdb.base/offsets.exp
7389 * gdb.base/opaque.exp
7390 * gdb.base/pc-fp.exp
7391 * gdb.base/permissions.exp
7392 * gdb.base/print-symbol-loading.exp
7393 * gdb.base/prologue-include.exp
7394 * gdb.base/psymtab.exp
7395 * gdb.base/ptype.exp
7396 * gdb.base/random-signal.exp
7397 * gdb.base/randomize.exp
7398 * gdb.base/range-stepping.exp
7399 * gdb.base/readline-ask.exp
7400 * gdb.base/recpar.exp
7401 * gdb.base/recurse.exp
7402 * gdb.base/relational.exp
7403 * gdb.base/restore.exp
7404 * gdb.base/return-nodebug.exp
7405 * gdb.base/return.exp
7406 * gdb.base/run-after-attach.exp
7407 * gdb.base/save-bp.exp
7408 * gdb.base/scope.exp
7409 * gdb.base/sect-cmd.exp
7410 * gdb.base/set-lang-auto.exp
7411 * gdb.base/set-noassign.exp
7412 * gdb.base/setvar.exp
7413 * gdb.base/sigall.exp
7414 * gdb.base/sigbpt.exp
7415 * gdb.base/siginfo-addr.exp
7416 * gdb.base/siginfo-infcall.exp
7417 * gdb.base/siginfo-obj.exp
7418 * gdb.base/siginfo.exp
7419 * gdb.base/signals-state-child.exp
7420 * gdb.base/signest.exp
7421 * gdb.base/sigstep.exp
7422 * gdb.base/sizeof.exp
7423 * gdb.base/skip.exp
7424 * gdb.base/solib-corrupted.exp
7425 * gdb.base/solib-nodir.exp
7426 * gdb.base/solib-search.exp
7427 * gdb.base/stack-checking.exp
7428 * gdb.base/stale-infcall.exp
7429 * gdb.base/stap-probe.exp
7430 * gdb.base/start.exp
7431 * gdb.base/step-break.exp
7432 * gdb.base/step-bt.exp
7433 * gdb.base/step-line.exp
7434 * gdb.base/step-over-exit.exp
7435 * gdb.base/step-over-syscall.exp
7436 * gdb.base/step-resume-infcall.exp
7437 * gdb.base/step-test.exp
7438 * gdb.base/store.exp
7439 * gdb.base/structs3.exp
7440 * gdb.base/sym-file.exp
7441 * gdb.base/symbol-without-target_section.exp
7442 * gdb.base/term.exp
7443 * gdb.base/testenv.exp
7444 * gdb.base/ui-redirect.exp
7445 * gdb.base/until.exp
7446 * gdb.base/unwindonsignal.exp
7447 * gdb.base/value-double-free.exp
7448 * gdb.base/vla-datatypes.exp
7449 * gdb.base/vla-ptr.exp
7450 * gdb.base/vla-sideeffect.exp
7451 * gdb.base/volatile.exp
7452 * gdb.base/watch-cond-infcall.exp
7453 * gdb.base/watch-cond.exp
7454 * gdb.base/watch-non-mem.exp
7455 * gdb.base/watch-read.exp
7456 * gdb.base/watch-vfork.exp
7457 * gdb.base/watchpoint-cond-gone.exp
7458 * gdb.base/watchpoint-delete.exp
7459 * gdb.base/watchpoint-hw-hit-once.exp
7460 * gdb.base/watchpoint-hw.exp
7461 * gdb.base/watchpoint-stops-at-right-insn.exp
7462 * gdb.base/watchpoints.exp
7463 * gdb.base/wchar.exp
7464 * gdb.base/whatis-exp.exp
7465 * gdb.btrace/buffer-size.exp
7466 * gdb.btrace/data.exp
7467 * gdb.btrace/delta.exp
7468 * gdb.btrace/dlopen.exp
7469 * gdb.btrace/enable.exp
7470 * gdb.btrace/exception.exp
7471 * gdb.btrace/function_call_history.exp
7472 * gdb.btrace/gcore.exp
7473 * gdb.btrace/instruction_history.exp
7474 * gdb.btrace/nohist.exp
7475 * gdb.btrace/reconnect.exp
7476 * gdb.btrace/record_goto-step.exp
7477 * gdb.btrace/record_goto.exp
7478 * gdb.btrace/rn-dl-bind.exp
7479 * gdb.btrace/segv.exp
7480 * gdb.btrace/step.exp
7481 * gdb.btrace/stepi.exp
7482 * gdb.btrace/tailcall-only.exp
7483 * gdb.btrace/tailcall.exp
7484 * gdb.btrace/tsx.exp
7485 * gdb.btrace/unknown_functions.exp
7486 * gdb.btrace/vdso.exp
7487 * gdb.compile/compile-ifunc.exp
7488 * gdb.compile/compile-ops.exp
7489 * gdb.compile/compile-print.exp
7490 * gdb.compile/compile-setjmp.exp
7491 * gdb.cp/abstract-origin.exp
7492 * gdb.cp/ambiguous.exp
7493 * gdb.cp/annota2.exp
7494 * gdb.cp/annota3.exp
7495 * gdb.cp/anon-ns.exp
7496 * gdb.cp/anon-struct.exp
7497 * gdb.cp/anon-union.exp
7498 * gdb.cp/arg-reference.exp
7499 * gdb.cp/baseenum.exp
7500 * gdb.cp/bool.exp
7501 * gdb.cp/breakpoint.exp
7502 * gdb.cp/bs15503.exp
7503 * gdb.cp/call-c.exp
7504 * gdb.cp/casts.exp
7505 * gdb.cp/chained-calls.exp
7506 * gdb.cp/class2.exp
7507 * gdb.cp/classes.exp
7508 * gdb.cp/cmpd-minsyms.exp
7509 * gdb.cp/converts.exp
7510 * gdb.cp/cp-relocate.exp
7511 * gdb.cp/cpcompletion.exp
7512 * gdb.cp/cpexprs.exp
7513 * gdb.cp/cplabel.exp
7514 * gdb.cp/cplusfuncs.exp
7515 * gdb.cp/cpsizeof.exp
7516 * gdb.cp/ctti.exp
7517 * gdb.cp/derivation.exp
7518 * gdb.cp/destrprint.exp
7519 * gdb.cp/dispcxx.exp
7520 * gdb.cp/enum-class.exp
7521 * gdb.cp/exception.exp
7522 * gdb.cp/exceptprint.exp
7523 * gdb.cp/expand-psymtabs-cxx.exp
7524 * gdb.cp/expand-sals.exp
7525 * gdb.cp/extern-c.exp
7526 * gdb.cp/filename.exp
7527 * gdb.cp/formatted-ref.exp
7528 * gdb.cp/fpointer.exp
7529 * gdb.cp/gdb1355.exp
7530 * gdb.cp/gdb2495.exp
7531 * gdb.cp/hang.exp
7532 * gdb.cp/impl-this.exp
7533 * gdb.cp/infcall-dlopen.exp
7534 * gdb.cp/inherit.exp
7535 * gdb.cp/iostream.exp
7536 * gdb.cp/koenig.exp
7537 * gdb.cp/local.exp
7538 * gdb.cp/m-data.exp
7539 * gdb.cp/m-static.exp
7540 * gdb.cp/mb-ctor.exp
7541 * gdb.cp/mb-inline.exp
7542 * gdb.cp/mb-templates.exp
7543 * gdb.cp/member-name.exp
7544 * gdb.cp/member-ptr.exp
7545 * gdb.cp/meth-typedefs.exp
7546 * gdb.cp/method.exp
7547 * gdb.cp/method2.exp
7548 * gdb.cp/minsym-fallback.exp
7549 * gdb.cp/misc.exp
7550 * gdb.cp/namelessclass.exp
7551 * gdb.cp/namespace-enum.exp
7552 * gdb.cp/namespace-nested-import.exp
7553 * gdb.cp/namespace.exp
7554 * gdb.cp/nextoverthrow.exp
7555 * gdb.cp/no-dmgl-verbose.exp
7556 * gdb.cp/non-trivial-retval.exp
7557 * gdb.cp/noparam.exp
7558 * gdb.cp/nsdecl.exp
7559 * gdb.cp/nsimport.exp
7560 * gdb.cp/nsnested.exp
7561 * gdb.cp/nsnoimports.exp
7562 * gdb.cp/nsrecurs.exp
7563 * gdb.cp/nsstress.exp
7564 * gdb.cp/nsusing.exp
7565 * gdb.cp/operator.exp
7566 * gdb.cp/oranking.exp
7567 * gdb.cp/overload-const.exp
7568 * gdb.cp/overload.exp
7569 * gdb.cp/ovldbreak.exp
7570 * gdb.cp/ovsrch.exp
7571 * gdb.cp/paren-type.exp
7572 * gdb.cp/parse-lang.exp
7573 * gdb.cp/pass-by-ref.exp
7574 * gdb.cp/pr-1023.exp
7575 * gdb.cp/pr-1210.exp
7576 * gdb.cp/pr-574.exp
7577 * gdb.cp/pr10687.exp
7578 * gdb.cp/pr12028.exp
7579 * gdb.cp/pr17132.exp
7580 * gdb.cp/pr17494.exp
7581 * gdb.cp/pr9067.exp
7582 * gdb.cp/pr9167.exp
7583 * gdb.cp/pr9631.exp
7584 * gdb.cp/printmethod.exp
7585 * gdb.cp/psmang.exp
7586 * gdb.cp/psymtab-parameter.exp
7587 * gdb.cp/ptype-cv-cp.exp
7588 * gdb.cp/ptype-flags.exp
7589 * gdb.cp/re-set-overloaded.exp
7590 * gdb.cp/ref-types.exp
7591 * gdb.cp/rtti.exp
7592 * gdb.cp/scope-err.exp
7593 * gdb.cp/shadow.exp
7594 * gdb.cp/smartp.exp
7595 * gdb.cp/static-method.exp
7596 * gdb.cp/static-print-quit.exp
7597 * gdb.cp/temargs.exp
7598 * gdb.cp/templates.exp
7599 * gdb.cp/try_catch.exp
7600 * gdb.cp/typedef-operator.exp
7601 * gdb.cp/typeid.exp
7602 * gdb.cp/userdef.exp
7603 * gdb.cp/using-crash.exp
7604 * gdb.cp/var-tag.exp
7605 * gdb.cp/virtbase.exp
7606 * gdb.cp/virtfunc.exp
7607 * gdb.cp/virtfunc2.exp
7608 * gdb.cp/vla-cxx.exp
7609 * gdb.disasm/t01_mov.exp
7610 * gdb.disasm/t02_mova.exp
7611 * gdb.disasm/t03_add.exp
7612 * gdb.disasm/t04_sub.exp
7613 * gdb.disasm/t05_cmp.exp
7614 * gdb.disasm/t06_ari2.exp
7615 * gdb.disasm/t07_ari3.exp
7616 * gdb.disasm/t08_or.exp
7617 * gdb.disasm/t09_xor.exp
7618 * gdb.disasm/t10_and.exp
7619 * gdb.disasm/t11_logs.exp
7620 * gdb.disasm/t12_bit.exp
7621 * gdb.disasm/t13_otr.exp
7622 * gdb.dlang/circular.exp
7623 * gdb.dwarf2/arr-stride.exp
7624 * gdb.dwarf2/arr-subrange.exp
7625 * gdb.dwarf2/atomic-type.exp
7626 * gdb.dwarf2/bad-regnum.exp
7627 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7628 * gdb.dwarf2/callframecfa.exp
7629 * gdb.dwarf2/clztest.exp
7630 * gdb.dwarf2/corrupt.exp
7631 * gdb.dwarf2/data-loc.exp
7632 * gdb.dwarf2/dup-psym.exp
7633 * gdb.dwarf2/dw2-anon-mptr.exp
7634 * gdb.dwarf2/dw2-anonymous-func.exp
7635 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7636 * gdb.dwarf2/dw2-bad-unresolved.exp
7637 * gdb.dwarf2/dw2-basic.exp
7638 * gdb.dwarf2/dw2-canonicalize-type.exp
7639 * gdb.dwarf2/dw2-case-insensitive.exp
7640 * gdb.dwarf2/dw2-common-block.exp
7641 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7642 * gdb.dwarf2/dw2-compressed.exp
7643 * gdb.dwarf2/dw2-const.exp
7644 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7645 * gdb.dwarf2/dw2-cu-size.exp
7646 * gdb.dwarf2/dw2-dup-frame.exp
7647 * gdb.dwarf2/dw2-entry-value.exp
7648 * gdb.dwarf2/dw2-icycle.exp
7649 * gdb.dwarf2/dw2-ifort-parameter.exp
7650 * gdb.dwarf2/dw2-inline-break.exp
7651 * gdb.dwarf2/dw2-inline-param.exp
7652 * gdb.dwarf2/dw2-intercu.exp
7653 * gdb.dwarf2/dw2-intermix.exp
7654 * gdb.dwarf2/dw2-lexical-block-bare.exp
7655 * gdb.dwarf2/dw2-linkage-name-trust.exp
7656 * gdb.dwarf2/dw2-minsym-in-cu.exp
7657 * gdb.dwarf2/dw2-noloc.exp
7658 * gdb.dwarf2/dw2-op-call.exp
7659 * gdb.dwarf2/dw2-op-out-param.exp
7660 * gdb.dwarf2/dw2-opt-structptr.exp
7661 * gdb.dwarf2/dw2-param-error.exp
7662 * gdb.dwarf2/dw2-producer.exp
7663 * gdb.dwarf2/dw2-ranges-base.exp
7664 * gdb.dwarf2/dw2-ref-missing-frame.exp
7665 * gdb.dwarf2/dw2-reg-undefined.exp
7666 * gdb.dwarf2/dw2-regno-invalid.exp
7667 * gdb.dwarf2/dw2-restore.exp
7668 * gdb.dwarf2/dw2-restrict.exp
7669 * gdb.dwarf2/dw2-single-line-discriminators.exp
7670 * gdb.dwarf2/dw2-strp.exp
7671 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7672 * gdb.dwarf2/dw2-unresolved.exp
7673 * gdb.dwarf2/dw2-var-zero-addr.exp
7674 * gdb.dwarf2/dw4-sig-types.exp
7675 * gdb.dwarf2/dwz.exp
7676 * gdb.dwarf2/dynarr-ptr.exp
7677 * gdb.dwarf2/enum-type.exp
7678 * gdb.dwarf2/gdb-index.exp
7679 * gdb.dwarf2/implptr-64bit.exp
7680 * gdb.dwarf2/implptr-optimized-out.exp
7681 * gdb.dwarf2/implptr.exp
7682 * gdb.dwarf2/implref-array.exp
7683 * gdb.dwarf2/implref-const.exp
7684 * gdb.dwarf2/implref-global.exp
7685 * gdb.dwarf2/implref-struct.exp
7686 * gdb.dwarf2/mac-fileno.exp
7687 * gdb.dwarf2/main-subprogram.exp
7688 * gdb.dwarf2/member-ptr-forwardref.exp
7689 * gdb.dwarf2/method-ptr.exp
7690 * gdb.dwarf2/missing-sig-type.exp
7691 * gdb.dwarf2/nonvar-access.exp
7692 * gdb.dwarf2/opaque-type-lookup.exp
7693 * gdb.dwarf2/pieces-optimized-out.exp
7694 * gdb.dwarf2/pieces.exp
7695 * gdb.dwarf2/pr10770.exp
7696 * gdb.dwarf2/pr13961.exp
7697 * gdb.dwarf2/staticvirtual.exp
7698 * gdb.dwarf2/subrange.exp
7699 * gdb.dwarf2/symtab-producer.exp
7700 * gdb.dwarf2/trace-crash.exp
7701 * gdb.dwarf2/typeddwarf.exp
7702 * gdb.dwarf2/valop.exp
7703 * gdb.dwarf2/watch-notconst.exp
7704 * gdb.fortran/array-element.exp
7705 * gdb.fortran/charset.exp
7706 * gdb.fortran/common-block.exp
7707 * gdb.fortran/complex.exp
7708 * gdb.fortran/derived-type-function.exp
7709 * gdb.fortran/derived-type.exp
7710 * gdb.fortran/logical.exp
7711 * gdb.fortran/module.exp
7712 * gdb.fortran/multi-dim.exp
7713 * gdb.fortran/nested-funcs.exp
7714 * gdb.fortran/print-formatted.exp
7715 * gdb.fortran/subarray.exp
7716 * gdb.fortran/vla-alloc-assoc.exp
7717 * gdb.fortran/vla-datatypes.exp
7718 * gdb.fortran/vla-history.exp
7719 * gdb.fortran/vla-ptr-info.exp
7720 * gdb.fortran/vla-ptype-sub.exp
7721 * gdb.fortran/vla-ptype.exp
7722 * gdb.fortran/vla-sizeof.exp
7723 * gdb.fortran/vla-type.exp
7724 * gdb.fortran/vla-value-sub-arbitrary.exp
7725 * gdb.fortran/vla-value-sub-finish.exp
7726 * gdb.fortran/vla-value-sub.exp
7727 * gdb.fortran/vla-value.exp
7728 * gdb.fortran/whatis_type.exp
7729 * gdb.go/chan.exp
7730 * gdb.go/handcall.exp
7731 * gdb.go/hello.exp
7732 * gdb.go/integers.exp
7733 * gdb.go/methods.exp
7734 * gdb.go/package.exp
7735 * gdb.go/strings.exp
7736 * gdb.go/types.exp
7737 * gdb.go/unsafe.exp
7738 * gdb.guile/scm-arch.exp
7739 * gdb.guile/scm-block.exp
7740 * gdb.guile/scm-breakpoint.exp
7741 * gdb.guile/scm-cmd.exp
7742 * gdb.guile/scm-disasm.exp
7743 * gdb.guile/scm-equal.exp
7744 * gdb.guile/scm-frame-args.exp
7745 * gdb.guile/scm-frame-inline.exp
7746 * gdb.guile/scm-frame.exp
7747 * gdb.guile/scm-iterator.exp
7748 * gdb.guile/scm-math.exp
7749 * gdb.guile/scm-objfile.exp
7750 * gdb.guile/scm-ports.exp
7751 * gdb.guile/scm-symbol.exp
7752 * gdb.guile/scm-symtab.exp
7753 * gdb.guile/scm-value-cc.exp
7754 * gdb.guile/types-module.exp
7755 * gdb.linespec/break-ask.exp
7756 * gdb.linespec/cpexplicit.exp
7757 * gdb.linespec/explicit.exp
7758 * gdb.linespec/keywords.exp
7759 * gdb.linespec/linespec.exp
7760 * gdb.linespec/ls-dollar.exp
7761 * gdb.linespec/ls-errs.exp
7762 * gdb.linespec/skip-two.exp
7763 * gdb.linespec/thread.exp
7764 * gdb.mi/mi-async.exp
7765 * gdb.mi/mi-basics.exp
7766 * gdb.mi/mi-break.exp
7767 * gdb.mi/mi-catch-load.exp
7768 * gdb.mi/mi-cli.exp
7769 * gdb.mi/mi-cmd-param-changed.exp
7770 * gdb.mi/mi-console.exp
7771 * gdb.mi/mi-detach.exp
7772 * gdb.mi/mi-disassemble.exp
7773 * gdb.mi/mi-eval.exp
7774 * gdb.mi/mi-file-transfer.exp
7775 * gdb.mi/mi-file.exp
7776 * gdb.mi/mi-fill-memory.exp
7777 * gdb.mi/mi-inheritance-syntax-error.exp
7778 * gdb.mi/mi-linespec-err-cp.exp
7779 * gdb.mi/mi-logging.exp
7780 * gdb.mi/mi-memory-changed.exp
7781 * gdb.mi/mi-read-memory.exp
7782 * gdb.mi/mi-record-changed.exp
7783 * gdb.mi/mi-reg-undefined.exp
7784 * gdb.mi/mi-regs.exp
7785 * gdb.mi/mi-return.exp
7786 * gdb.mi/mi-reverse.exp
7787 * gdb.mi/mi-simplerun.exp
7788 * gdb.mi/mi-solib.exp
7789 * gdb.mi/mi-stack.exp
7790 * gdb.mi/mi-stepi.exp
7791 * gdb.mi/mi-syn-frame.exp
7792 * gdb.mi/mi-until.exp
7793 * gdb.mi/mi-var-block.exp
7794 * gdb.mi/mi-var-child.exp
7795 * gdb.mi/mi-var-cmd.exp
7796 * gdb.mi/mi-var-cp.exp
7797 * gdb.mi/mi-var-display.exp
7798 * gdb.mi/mi-var-invalidate.exp
7799 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7800 * gdb.mi/mi-vla-fortran.exp
7801 * gdb.mi/mi-watch.exp
7802 * gdb.mi/mi2-var-child.exp
7803 * gdb.mi/user-selected-context-sync.exp
7804 * gdb.modula2/unbounded-array.exp
7805 * gdb.multi/dummy-frame-restore.exp
7806 * gdb.multi/multi-arch-exec.exp
7807 * gdb.multi/multi-arch.exp
7808 * gdb.multi/tids.exp
7809 * gdb.multi/watchpoint-multi.exp
7810 * gdb.opencl/callfuncs.exp
7811 * gdb.opencl/convs_casts.exp
7812 * gdb.opencl/datatypes.exp
7813 * gdb.opencl/operators.exp
7814 * gdb.opencl/vec_comps.exp
7815 * gdb.opt/clobbered-registers-O2.exp
7816 * gdb.opt/inline-break.exp
7817 * gdb.opt/inline-bt.exp
7818 * gdb.opt/inline-cmds.exp
7819 * gdb.opt/inline-locals.exp
7820 * gdb.pascal/case-insensitive-symbols.exp
7821 * gdb.pascal/floats.exp
7822 * gdb.pascal/gdb11492.exp
7823 * gdb.python/lib-types.exp
7824 * gdb.python/py-arch.exp
7825 * gdb.python/py-as-string.exp
7826 * gdb.python/py-bad-printers.exp
7827 * gdb.python/py-block.exp
7828 * gdb.python/py-breakpoint-create-fail.exp
7829 * gdb.python/py-breakpoint.exp
7830 * gdb.python/py-caller-is.exp
7831 * gdb.python/py-cmd.exp
7832 * gdb.python/py-explore-cc.exp
7833 * gdb.python/py-explore.exp
7834 * gdb.python/py-finish-breakpoint.exp
7835 * gdb.python/py-finish-breakpoint2.exp
7836 * gdb.python/py-frame-args.exp
7837 * gdb.python/py-frame-inline.exp
7838 * gdb.python/py-frame.exp
7839 * gdb.python/py-framefilter-mi.exp
7840 * gdb.python/py-infthread.exp
7841 * gdb.python/py-lazy-string.exp
7842 * gdb.python/py-linetable.exp
7843 * gdb.python/py-mi-events.exp
7844 * gdb.python/py-mi-objfile.exp
7845 * gdb.python/py-mi.exp
7846 * gdb.python/py-objfile.exp
7847 * gdb.python/py-pp-integral.exp
7848 * gdb.python/py-pp-maint.exp
7849 * gdb.python/py-pp-re-notag.exp
7850 * gdb.python/py-pp-registration.exp
7851 * gdb.python/py-recurse-unwind.exp
7852 * gdb.python/py-strfns.exp
7853 * gdb.python/py-symbol.exp
7854 * gdb.python/py-symtab.exp
7855 * gdb.python/py-sync-interp.exp
7856 * gdb.python/py-typeprint.exp
7857 * gdb.python/py-unwind-maint.exp
7858 * gdb.python/py-unwind.exp
7859 * gdb.python/py-value-cc.exp
7860 * gdb.python/py-xmethods.exp
7861 * gdb.reverse/amd64-tailcall-reverse.exp
7862 * gdb.reverse/break-precsave.exp
7863 * gdb.reverse/break-reverse.exp
7864 * gdb.reverse/consecutive-precsave.exp
7865 * gdb.reverse/consecutive-reverse.exp
7866 * gdb.reverse/finish-precsave.exp
7867 * gdb.reverse/finish-reverse-bkpt.exp
7868 * gdb.reverse/finish-reverse.exp
7869 * gdb.reverse/fstatat-reverse.exp
7870 * gdb.reverse/getresuid-reverse.exp
7871 * gdb.reverse/i386-precsave.exp
7872 * gdb.reverse/i386-reverse.exp
7873 * gdb.reverse/i386-sse-reverse.exp
7874 * gdb.reverse/i387-env-reverse.exp
7875 * gdb.reverse/i387-stack-reverse.exp
7876 * gdb.reverse/insn-reverse.exp
7877 * gdb.reverse/machinestate-precsave.exp
7878 * gdb.reverse/machinestate.exp
7879 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7880 * gdb.reverse/pipe-reverse.exp
7881 * gdb.reverse/readv-reverse.exp
7882 * gdb.reverse/recvmsg-reverse.exp
7883 * gdb.reverse/rerun-prec.exp
7884 * gdb.reverse/s390-mvcle.exp
7885 * gdb.reverse/step-precsave.exp
7886 * gdb.reverse/step-reverse.exp
7887 * gdb.reverse/time-reverse.exp
7888 * gdb.reverse/until-precsave.exp
7889 * gdb.reverse/until-reverse.exp
7890 * gdb.reverse/waitpid-reverse.exp
7891 * gdb.reverse/watch-precsave.exp
7892 * gdb.reverse/watch-reverse.exp
7893 * gdb.rust/generics.exp
7894 * gdb.rust/methods.exp
7895 * gdb.rust/modules.exp
7896 * gdb.rust/simple.exp
7897 * gdb.server/connect-with-no-symbol-file.exp
7898 * gdb.server/ext-attach.exp
7899 * gdb.server/ext-restart.exp
7900 * gdb.server/ext-wrapper.exp
7901 * gdb.server/file-transfer.exp
7902 * gdb.server/server-exec-info.exp
7903 * gdb.server/server-kill.exp
7904 * gdb.server/server-mon.exp
7905 * gdb.server/wrapper.exp
7906 * gdb.stabs/exclfwd.exp
7907 * gdb.stabs/gdb11479.exp
7908 * gdb.threads/clone-new-thread-event.exp
7909 * gdb.threads/corethreads.exp
7910 * gdb.threads/current-lwp-dead.exp
7911 * gdb.threads/dlopen-libpthread.exp
7912 * gdb.threads/gcore-thread.exp
7913 * gdb.threads/sigstep-threads.exp
7914 * gdb.threads/watchpoint-fork.exp
7915 * gdb.trace/actions-changed.exp
7916 * gdb.trace/backtrace.exp
7917 * gdb.trace/change-loc.exp
7918 * gdb.trace/circ.exp
7919 * gdb.trace/collection.exp
7920 * gdb.trace/disconnected-tracing.exp
7921 * gdb.trace/ftrace.exp
7922 * gdb.trace/mi-trace-frame-collected.exp
7923 * gdb.trace/mi-trace-unavailable.exp
7924 * gdb.trace/mi-traceframe-changed.exp
7925 * gdb.trace/mi-tsv-changed.exp
7926 * gdb.trace/no-attach-trace.exp
7927 * gdb.trace/passc-dyn.exp
7928 * gdb.trace/qtro.exp
7929 * gdb.trace/range-stepping.exp
7930 * gdb.trace/read-memory.exp
7931 * gdb.trace/save-trace.exp
7932 * gdb.trace/signal.exp
7933 * gdb.trace/status-stop.exp
7934 * gdb.trace/tfile.exp
7935 * gdb.trace/trace-break.exp
7936 * gdb.trace/trace-buffer-size.exp
7937 * gdb.trace/trace-condition.exp
7938 * gdb.trace/tracefile-pseudo-reg.exp
7939 * gdb.trace/tstatus.exp
7940 * gdb.trace/unavailable.exp
7941 * gdb.trace/while-dyn.exp
7942 * gdb.trace/while-stepping.exp
7943
7944 2016-12-22 Doug Evans <xdje42@gmail.com>
7945
7946 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7947 and msymbols.
7948
7949 2016-12-19 Yao Qi <yao.qi@linaro.org>
7950
7951 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7952 (test_with_self): Don't call do_steps_and_nexts, and remove
7953 code about stepping into xmalloc.
7954
7955 2016-12-09 Yao Qi <yao.qi@linaro.org>
7956
7957 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7958
7959 2016-12-09 Yao Qi <yao.qi@linaro.org>
7960
7961 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7962
7963 2016-12-09 Pedro Alves <palves@redhat.com>
7964
7965 * gdb.base/all-architectures-0.exp: New file.
7966 * gdb.base/all-architectures-1.exp: New file.
7967 * gdb.base/all-architectures-2.exp: New file.
7968 * gdb.base/all-architectures-3.exp: New file.
7969 * gdb.base/all-architectures-4.exp: New file.
7970 * gdb.base/all-architectures-5.exp: New file.
7971 * gdb.base/all-architectures-6.exp: New file.
7972 * gdb.base/all-architectures-7.exp: New file.
7973 * gdb.base/all-architectures.exp.in: New file.
7974
7975 2016-12-09 Yao Qi <yao.qi@linaro.org>
7976
7977 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7978
7979 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7980
7981 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7982 possible.
7983 Remove useless pattern-matching code.
7984
7985 2016-12-02 Pedro Alves <palves@redhat.com>
7986
7987 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7988 procedure.
7989 (top level): Call it.
7990
7991 2016-12-02 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7994 New procedure.
7995 (top level): Call it.
7996
7997 2016-12-02 Pedro Alves <palves@redhat.com>
7998
7999 PR cli/20559
8000 * gdb.base/commands.exp (user_defined_command_args_eval): New
8001 procedure.
8002 (top level): Call it.
8003
8004 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8005
8006 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8007 timeout handling.
8008
8009 2016-12-02 Tom Tromey <tom@tromey.com>
8010
8011 * gdb.dwarf2/main-subprogram.c: New file.
8012 * gdb.dwarf2/main-subprogram.exp: New file.
8013
8014 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8015
8016 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8017 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8018 gdb_test_no_output for a couple of cases.
8019 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8020
8021 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8022
8023 Fix test names and standardize compilation error messages throughout
8024 the following files:
8025
8026 * gdb.ada/start.exp
8027 * gdb.arch/alpha-step.exp
8028 * gdb.arch/e500-prologue.exp
8029 * gdb.arch/ftrace-insn-reloc.exp
8030 * gdb.arch/gdb1291.exp
8031 * gdb.arch/gdb1431.exp
8032 * gdb.arch/gdb1558.exp
8033 * gdb.arch/i386-dr3-watch.exp
8034 * gdb.arch/i386-sse-stack-align.exp
8035 * gdb.arch/ia64-breakpoint-shadow.exp
8036 * gdb.arch/pa-nullify.exp
8037 * gdb.arch/powerpc-aix-prologue.exp
8038 * gdb.arch/thumb-bx-pc.exp
8039 * gdb.base/annota1.exp
8040 * gdb.base/annota3.exp
8041 * gdb.base/arrayidx.exp
8042 * gdb.base/assign.exp
8043 * gdb.base/attach.exp
8044 * gdb.base/auxv.exp
8045 * gdb.base/bang.exp
8046 * gdb.base/bfp-test.exp
8047 * gdb.base/bigcore.exp
8048 * gdb.base/bitfields2.exp
8049 * gdb.base/break-fun-addr.exp
8050 * gdb.base/break-probes.exp
8051 * gdb.base/call-rt-st.exp
8052 * gdb.base/callexit.exp
8053 * gdb.base/catch-fork-kill.exp
8054 * gdb.base/charset.exp
8055 * gdb.base/checkpoint.exp
8056 * gdb.base/comprdebug.exp
8057 * gdb.base/constvars.exp
8058 * gdb.base/coredump-filter.exp
8059 * gdb.base/cursal.exp
8060 * gdb.base/cvexpr.exp
8061 * gdb.base/detach.exp
8062 * gdb.base/display.exp
8063 * gdb.base/dmsym.exp
8064 * gdb.base/dprintf-pending.exp
8065 * gdb.base/dso2dso.exp
8066 * gdb.base/dtrace-probe.exp
8067 * gdb.base/dump.exp
8068 * gdb.base/enum_cond.exp
8069 * gdb.base/exe-lock.exp
8070 * gdb.base/exec-invalid-sysroot.exp
8071 * gdb.base/execl-update-breakpoints.exp
8072 * gdb.base/exprs.exp
8073 * gdb.base/fileio.exp
8074 * gdb.base/find.exp
8075 * gdb.base/finish.exp
8076 * gdb.base/fixsection.exp
8077 * gdb.base/foll-vfork.exp
8078 * gdb.base/frame-args.exp
8079 * gdb.base/gcore.exp
8080 * gdb.base/gdb1250.exp
8081 * gdb.base/global-var-nested-by-dso.exp
8082 * gdb.base/gnu-ifunc.exp
8083 * gdb.base/hashline1.exp
8084 * gdb.base/hashline2.exp
8085 * gdb.base/hashline3.exp
8086 * gdb.base/hbreak-in-shr-unsupported.exp
8087 * gdb.base/huge.exp
8088 * gdb.base/infcall-input.exp
8089 * gdb.base/info-fun.exp
8090 * gdb.base/info-shared.exp
8091 * gdb.base/jit-simple.exp
8092 * gdb.base/jit-so.exp
8093 * gdb.base/jit.exp
8094 * gdb.base/jump.exp
8095 * gdb.base/label.exp
8096 * gdb.base/lineinc.exp
8097 * gdb.base/logical.exp
8098 * gdb.base/longjmp.exp
8099 * gdb.base/macscp.exp
8100 * gdb.base/miscexprs.exp
8101 * gdb.base/new-ui-echo.exp
8102 * gdb.base/new-ui-pending-input.exp
8103 * gdb.base/new-ui.exp
8104 * gdb.base/nodebug.exp
8105 * gdb.base/nofield.exp
8106 * gdb.base/offsets.exp
8107 * gdb.base/overlays.exp
8108 * gdb.base/pending.exp
8109 * gdb.base/pointers.exp
8110 * gdb.base/pr11022.exp
8111 * gdb.base/printcmds.exp
8112 * gdb.base/prologue.exp
8113 * gdb.base/ptr-typedef.exp
8114 * gdb.base/realname-expand.exp
8115 * gdb.base/relativedebug.exp
8116 * gdb.base/relocate.exp
8117 * gdb.base/remote.exp
8118 * gdb.base/reread.exp
8119 * gdb.base/return2.exp
8120 * gdb.base/savedregs.exp
8121 * gdb.base/sep.exp
8122 * gdb.base/sepdebug.exp
8123 * gdb.base/sepsymtab.exp
8124 * gdb.base/set-inferior-tty.exp
8125 * gdb.base/setshow.exp
8126 * gdb.base/shlib-call.exp
8127 * gdb.base/sigaltstack.exp
8128 * gdb.base/siginfo-addr.exp
8129 * gdb.base/signals.exp
8130 * gdb.base/signull.exp
8131 * gdb.base/sigrepeat.exp
8132 * gdb.base/so-impl-ld.exp
8133 * gdb.base/solib-display.exp
8134 * gdb.base/solib-overlap.exp
8135 * gdb.base/solib-search.exp
8136 * gdb.base/solib-symbol.exp
8137 * gdb.base/structs.exp
8138 * gdb.base/structs2.exp
8139 * gdb.base/symtab-search-order.exp
8140 * gdb.base/twice.exp
8141 * gdb.base/unload.exp
8142 * gdb.base/varargs.exp
8143 * gdb.base/watchpoint-solib.exp
8144 * gdb.base/watchpoint.exp
8145 * gdb.base/whatis.exp
8146 * gdb.base/wrong_frame_bt_full.exp
8147 * gdb.btrace/dlopen.exp
8148 * gdb.cell/ea-standalone.exp
8149 * gdb.cell/ea-test.exp
8150 * gdb.cp/dispcxx.exp
8151 * gdb.cp/gdb2384.exp
8152 * gdb.cp/method2.exp
8153 * gdb.cp/nextoverthrow.exp
8154 * gdb.cp/pr10728.exp
8155 * gdb.disasm/am33.exp
8156 * gdb.disasm/h8300s.exp
8157 * gdb.disasm/mn10300.exp
8158 * gdb.disasm/sh3.exp
8159 * gdb.dwarf2/dw2-dir-file-name.exp
8160 * gdb.fortran/complex.exp
8161 * gdb.fortran/library-module.exp
8162 * gdb.guile/scm-pretty-print.exp
8163 * gdb.guile/scm-symbol.exp
8164 * gdb.guile/scm-type.exp
8165 * gdb.guile/scm-value.exp
8166 * gdb.linespec/linespec.exp
8167 * gdb.mi/gdb701.exp
8168 * gdb.mi/gdb792.exp
8169 * gdb.mi/mi-breakpoint-changed.exp
8170 * gdb.mi/mi-dprintf-pending.exp
8171 * gdb.mi/mi-dprintf.exp
8172 * gdb.mi/mi-exit-code.exp
8173 * gdb.mi/mi-pending.exp
8174 * gdb.mi/mi-solib.exp
8175 * gdb.mi/new-ui-mi-sync.exp
8176 * gdb.mi/pr11022.exp
8177 * gdb.mi/user-selected-context-sync.exp
8178 * gdb.opt/solib-intra-step.exp
8179 * gdb.python/py-events.exp
8180 * gdb.python/py-finish-breakpoint.exp
8181 * gdb.python/py-mi.exp
8182 * gdb.python/py-prettyprint.exp
8183 * gdb.python/py-shared.exp
8184 * gdb.python/py-symbol.exp
8185 * gdb.python/py-template.exp
8186 * gdb.python/py-type.exp
8187 * gdb.python/py-value.exp
8188 * gdb.reverse/solib-precsave.exp
8189 * gdb.reverse/solib-reverse.exp
8190 * gdb.server/solib-list.exp
8191 * gdb.stabs/weird.exp
8192 * gdb.threads/reconnect-signal.exp
8193 * gdb.threads/stepi-random-signal.exp
8194 * gdb.trace/actions.exp
8195 * gdb.trace/ax.exp
8196 * gdb.trace/backtrace.exp
8197 * gdb.trace/change-loc.exp
8198 * gdb.trace/deltrace.exp
8199 * gdb.trace/ftrace-lock.exp
8200 * gdb.trace/ftrace.exp
8201 * gdb.trace/infotrace.exp
8202 * gdb.trace/mi-tracepoint-changed.exp
8203 * gdb.trace/packetlen.exp
8204 * gdb.trace/passcount.exp
8205 * gdb.trace/pending.exp
8206 * gdb.trace/range-stepping.exp
8207 * gdb.trace/report.exp
8208 * gdb.trace/stap-trace.exp
8209 * gdb.trace/tfind.exp
8210 * gdb.trace/trace-break.exp
8211 * gdb.trace/trace-condition.exp
8212 * gdb.trace/trace-enable-disable.exp
8213 * gdb.trace/trace-mt.exp
8214 * gdb.trace/tracecmd.exp
8215 * gdb.trace/tspeed.exp
8216 * gdb.trace/tsv.exp
8217 * lib/perftest.exp
8218
8219 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8220
8221 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8222 with gdb_test_no_output.
8223 Use command as test name.
8224
8225 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8226
8227 Fix test names starting with uppercase throughout the files.
8228
8229 * gdb.ada/assign_1.exp
8230 * gdb.ada/boolean_expr.exp
8231 * gdb.base/arrayidx.exp
8232 * gdb.base/del.exp
8233 * gdb.base/gcore-buffer-overflow.exp
8234 * gdb.base/testenv.exp
8235 * gdb.compile/compile.exp
8236 * gdb.python/py-framefilter-invalidarg.exp
8237 * gdb.python/py-framefilter.exp
8238
8239 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8240
8241 Fix test names starting with uppercase throughout the files.
8242
8243 * gdb.ada/array_return.exp
8244 * gdb.ada/expr_delims.exp
8245 * gdb.ada/mi_dyn_arr.exp
8246 * gdb.ada/mi_interface.exp
8247 * gdb.ada/mi_var_array.exp
8248 * gdb.ada/watch_arg.exp
8249 * gdb.arch/alpha-step.exp
8250 * gdb.arch/altivec-regs.exp
8251 * gdb.arch/e500-regs.exp
8252 * gdb.arch/powerpc-d128-regs.exp
8253 * gdb.base/arrayidx.exp
8254 * gdb.base/break.exp
8255 * gdb.base/checkpoint.exp
8256 * gdb.base/debug-expr.exp
8257 * gdb.base/dmsym.exp
8258 * gdb.base/radix.exp
8259 * gdb.base/sepdebug.exp
8260 * gdb.base/testenv.exp
8261 * gdb.base/watch_thread_num.exp
8262 * gdb.base/watchpoint-cond-gone.exp
8263 * gdb.cell/break.exp
8264 * gdb.cell/ea-cache.exp
8265 * gdb.compile/compile.exp
8266 * gdb.cp/gdb2495.exp
8267 * gdb.gdb/selftest.exp
8268 * gdb.gdb/xfullpath.exp
8269 * gdb.go/hello.exp
8270 * gdb.go/integers.exp
8271 * gdb.objc/basicclass.exp
8272 * gdb.pascal/hello.exp
8273 * gdb.pascal/integers.exp
8274 * gdb.python/py-breakpoint.exp
8275 * gdb.python/py-cmd.exp
8276 * gdb.python/py-linetable.exp
8277 * gdb.python/py-xmethods.exp
8278 * gdb.python/python.exp
8279 * gdb.reverse/consecutive-precsave.exp
8280 * gdb.reverse/finish-precsave.exp
8281 * gdb.reverse/i386-precsave.exp
8282 * gdb.reverse/machinestate-precsave.exp
8283 * gdb.reverse/sigall-precsave.exp
8284 * gdb.reverse/solib-precsave.exp
8285 * gdb.reverse/step-precsave.exp
8286 * gdb.reverse/until-precsave.exp
8287 * gdb.reverse/watch-precsave.exp
8288 * gdb.threads/leader-exit.exp
8289 * gdb.threads/pthreads.exp
8290 * gdb.threads/wp-replication.exp
8291 * gdb.trace/actions.exp
8292 * gdb.trace/mi-tsv-changed.exp
8293 * gdb.trace/tsv.exp
8294
8295 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8296
8297 Fix test names starting with uppercase throughout the files.
8298
8299 * gdb.arch/i386-bp_permanent.exp
8300 * gdb.arch/i386-gnu-cfi.exp
8301 * gdb.base/disasm-end-cu.exp
8302 * gdb.base/macscp.exp
8303 * gdb.base/pending.exp
8304 * gdb.base/watch_thread_num.exp
8305 * gdb.cp/exception.exp
8306 * gdb.cp/gdb2495.exp
8307 * gdb.cp/local.exp
8308 * gdb.python/py-evsignal.exp
8309 * gdb.python/python.exp
8310 * gdb.trace/tracecmd.exp
8311
8312 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8313
8314 Fix test names starting with uppercase throughout the files.
8315
8316 * gdb.base/charset.exp
8317 * gdb.base/eval.exp
8318 * gdb.base/multi-forks.exp
8319 * gdb.guile/scm-progspace.exp
8320 * gdb.opencl/datatypes.exp
8321 * gdb.python/py-block.exp
8322 * gdb.python/py-function.exp
8323 * gdb.python/py-symbol.exp
8324 * gdb.python/py-symtab.exp
8325 * gdb.python/py-xmethods.exp
8326 * gdb.reverse/break-precsave.exp
8327 * gdb.reverse/break-reverse.exp
8328 * gdb.reverse/consecutive-precsave.exp
8329 * gdb.reverse/consecutive-reverse.exp
8330 * gdb.reverse/finish-precsave.exp
8331 * gdb.reverse/finish-reverse-bkpt.exp
8332 * gdb.reverse/finish-reverse.exp
8333 * gdb.reverse/fstatat-reverse.exp
8334 * gdb.reverse/getresuid-reverse.exp
8335 * gdb.reverse/i386-precsave.exp
8336 * gdb.reverse/i386-reverse.exp
8337 * gdb.reverse/i386-sse-reverse.exp
8338 * gdb.reverse/i387-stack-reverse.exp
8339 * gdb.reverse/insn-reverse.exp
8340 * gdb.reverse/machinestate-precsave.exp
8341 * gdb.reverse/machinestate.exp
8342 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8343 * gdb.reverse/pipe-reverse.exp
8344 * gdb.reverse/readv-reverse.exp
8345 * gdb.reverse/recvmsg-reverse.exp
8346 * gdb.reverse/rerun-prec.exp
8347 * gdb.reverse/s390-mvcle.exp
8348 * gdb.reverse/sigall-precsave.exp
8349 * gdb.reverse/sigall-reverse.exp
8350 * gdb.reverse/solib-precsave.exp
8351 * gdb.reverse/solib-reverse.exp
8352 * gdb.reverse/step-precsave.exp
8353 * gdb.reverse/step-reverse.exp
8354 * gdb.reverse/time-reverse.exp
8355 * gdb.reverse/until-precsave.exp
8356 * gdb.reverse/until-reverse.exp
8357 * gdb.reverse/waitpid-reverse.exp
8358 * gdb.reverse/watch-precsave.exp
8359 * gdb.reverse/watch-reverse.exp
8360
8361 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8362
8363 Fix test names starting with uppercase throughout the files.
8364
8365 * gdb.arch/i386-mpx-simple_segv.exp
8366 * gdb.arch/i386-mpx.exp
8367 * gdb.arch/i386-permbkpt.exp
8368 * gdb.arch/pa-nullify.exp
8369 * gdb.arch/powerpc-d128-regs.exp
8370 * gdb.arch/vsx-regs.exp
8371 * gdb.base/bfp-test.exp
8372 * gdb.base/break.exp
8373 * gdb.base/breakpoint-shadow.exp
8374 * gdb.base/callfuncs.exp
8375 * gdb.base/charset.exp
8376 * gdb.base/commands.exp
8377 * gdb.base/completion.exp
8378 * gdb.base/dfp-test.exp
8379 * gdb.base/echo.exp
8380 * gdb.base/ending-run.exp
8381 * gdb.base/eval.exp
8382 * gdb.base/expand-psymtabs.exp
8383 * gdb.base/float128.exp
8384 * gdb.base/floatn.exp
8385 * gdb.base/foll-exec-mode.exp
8386 * gdb.base/gdb1056.exp
8387 * gdb.base/gdb11531.exp
8388 * gdb.base/kill-after-signal.exp
8389 * gdb.base/multi-forks.exp
8390 * gdb.base/overlays.exp
8391 * gdb.base/pending.exp
8392 * gdb.base/sepdebug.exp
8393 * gdb.base/testenv.exp
8394 * gdb.base/valgrind-db-attach.exp
8395 * gdb.base/watch_thread_num.exp
8396 * gdb.base/watchpoint-cond-gone.exp
8397 * gdb.base/watchpoint.exp
8398 * gdb.base/watchpoints.exp
8399 * gdb.cp/arg-reference.exp
8400 * gdb.cp/baseenum.exp
8401 * gdb.cp/operator.exp
8402 * gdb.cp/shadow.exp
8403 * gdb.dwarf2/dw2-op-out-param.exp
8404 * gdb.dwarf2/dw2-reg-undefined.exp
8405 * gdb.go/chan.exp
8406 * gdb.go/hello.exp
8407 * gdb.go/integers.exp
8408 * gdb.go/methods.exp
8409 * gdb.go/package.exp
8410 * gdb.guile/scm-parameter.exp
8411 * gdb.guile/scm-progspace.exp
8412 * gdb.guile/scm-value.exp
8413 * gdb.mi/mi-pending.exp
8414 * gdb.mi/user-selected-context-sync.exp
8415 * gdb.multi/multi-attach.exp
8416 * gdb.multi/tids.exp
8417 * gdb.opt/clobbered-registers-O2.exp
8418 * gdb.pascal/floats.exp
8419 * gdb.pascal/integers.exp
8420 * gdb.python/py-block.exp
8421 * gdb.python/py-events.exp
8422 * gdb.python/py-parameter.exp
8423 * gdb.python/py-symbol.exp
8424 * gdb.python/py-symtab.exp
8425 * gdb.python/py-type.exp
8426 * gdb.python/py-value.exp
8427 * gdb.python/py-xmethods.exp
8428 * gdb.python/python.exp
8429 * gdb.reverse/break-precsave.exp
8430 * gdb.reverse/consecutive-precsave.exp
8431 * gdb.reverse/finish-precsave.exp
8432 * gdb.reverse/i386-precsave.exp
8433 * gdb.reverse/machinestate-precsave.exp
8434 * gdb.reverse/sigall-precsave.exp
8435 * gdb.reverse/solib-precsave.exp
8436 * gdb.reverse/step-precsave.exp
8437 * gdb.reverse/until-precsave.exp
8438 * gdb.reverse/watch-precsave.exp
8439 * gdb.server/ext-attach.exp
8440 * gdb.server/ext-restart.exp
8441 * gdb.server/ext-run.exp
8442 * gdb.server/ext-wrapper.exp
8443 * gdb.stabs/gdb11479.exp
8444 * gdb.stabs/weird.exp
8445 * gdb.threads/attach-many-short-lived-threads.exp
8446 * gdb.threads/kill.exp
8447 * gdb.threads/watchpoint-fork.exp
8448
8449 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8450
8451 Fix test names starting with uppercase throughout all the files below.
8452
8453 * gdb.ada/array_return.exp
8454 * gdb.ada/catch_ex.exp
8455 * gdb.ada/info_exc.exp
8456 * gdb.ada/mi_catch_ex.exp
8457 * gdb.ada/mi_dyn_arr.exp
8458 * gdb.ada/mi_ex_cond.exp
8459 * gdb.ada/mi_exc_info.exp
8460 * gdb.ada/mi_interface.exp
8461 * gdb.ada/mi_task_arg.exp
8462 * gdb.ada/mi_task_info.exp
8463 * gdb.ada/mi_var_array.exp
8464 * gdb.arch/alpha-step.exp
8465 * gdb.arch/amd64-disp-step.exp
8466 * gdb.arch/arm-disp-step.exp
8467 * gdb.arch/disp-step-insn-reloc.exp
8468 * gdb.arch/e500-prologue.exp
8469 * gdb.arch/ftrace-insn-reloc.exp
8470 * gdb.arch/gdb1558.exp
8471 * gdb.arch/i386-bp_permanent.exp
8472 * gdb.arch/i386-disp-step.exp
8473 * gdb.arch/i386-float.exp
8474 * gdb.arch/i386-gnu-cfi.exp
8475 * gdb.arch/ia64-breakpoint-shadow.exp
8476 * gdb.arch/mips16-thunks.exp
8477 * gdb.arch/pa-nullify.exp
8478 * gdb.arch/powerpc-aix-prologue.exp
8479 * gdb.arch/powerpc-power.exp
8480 * gdb.arch/ppc-dfp.exp
8481 * gdb.arch/s390-tdbregs.exp
8482 * gdb.arch/spu-info.exp
8483 * gdb.arch/spu-ls.exp
8484 * gdb.arch/thumb-bx-pc.exp
8485 * gdb.base/advance.exp
8486 * gdb.base/annota-input-while-running.exp
8487 * gdb.base/arrayidx.exp
8488 * gdb.base/asmlabel.exp
8489 * gdb.base/async.exp
8490 * gdb.base/attach-wait-input.exp
8491 * gdb.base/auto-connect-native-target.exp
8492 * gdb.base/batch-preserve-term-settings.exp
8493 * gdb.base/bfp-test.exp
8494 * gdb.base/bigcore.exp
8495 * gdb.base/bp-permanent.exp
8496 * gdb.base/break-always.exp
8497 * gdb.base/break-fun-addr.exp
8498 * gdb.base/break-idempotent.exp
8499 * gdb.base/break-main-file-remove-fail.exp
8500 * gdb.base/break-probes.exp
8501 * gdb.base/break-unload-file.exp
8502 * gdb.base/break.exp
8503 * gdb.base/call-ar-st.exp
8504 * gdb.base/call-rt-st.exp
8505 * gdb.base/call-sc.exp
8506 * gdb.base/call-signal-resume.exp
8507 * gdb.base/call-strs.exp
8508 * gdb.base/callexit.exp
8509 * gdb.base/callfuncs.exp
8510 * gdb.base/catch-gdb-caused-signals.exp
8511 * gdb.base/catch-signal-siginfo-cond.exp
8512 * gdb.base/catch-syscall.exp
8513 * gdb.base/compare-sections.exp
8514 * gdb.base/cond-eval-mode.exp
8515 * gdb.base/condbreak-call-false.exp
8516 * gdb.base/consecutive-step-over.exp
8517 * gdb.base/cursal.exp
8518 * gdb.base/disabled-location.exp
8519 * gdb.base/disasm-end-cu.exp
8520 * gdb.base/display.exp
8521 * gdb.base/double-prompt-target-event-error.exp
8522 * gdb.base/dprintf-bp-same-addr.exp
8523 * gdb.base/dprintf-detach.exp
8524 * gdb.base/dprintf-next.exp
8525 * gdb.base/dprintf-non-stop.exp
8526 * gdb.base/dprintf-pending.exp
8527 * gdb.base/dso2dso.exp
8528 * gdb.base/ending-run.exp
8529 * gdb.base/enum_cond.exp
8530 * gdb.base/examine-backward.exp
8531 * gdb.base/exe-lock.exp
8532 * gdb.base/exec-invalid-sysroot.exp
8533 * gdb.base/execl-update-breakpoints.exp
8534 * gdb.base/execution-termios.exp
8535 * gdb.base/fileio.exp
8536 * gdb.base/fixsection.exp
8537 * gdb.base/foll-exec-mode.exp
8538 * gdb.base/foll-exec.exp
8539 * gdb.base/fork-running-state.exp
8540 * gdb.base/frame-args.exp
8541 * gdb.base/fullpath-expand.exp
8542 * gdb.base/func-ptr.exp
8543 * gdb.base/gcore-relro-pie.exp
8544 * gdb.base/gdb1090.exp
8545 * gdb.base/gdb1555.exp
8546 * gdb.base/global-var-nested-by-dso.exp
8547 * gdb.base/gnu-ifunc.exp
8548 * gdb.base/hbreak-in-shr-unsupported.exp
8549 * gdb.base/hbreak-unmapped.exp
8550 * gdb.base/hook-stop.exp
8551 * gdb.base/infcall-input.exp
8552 * gdb.base/info-fun.exp
8553 * gdb.base/info-shared.exp
8554 * gdb.base/interrupt-noterm.exp
8555 * gdb.base/jit-so.exp
8556 * gdb.base/jit.exp
8557 * gdb.base/line-symtabs.exp
8558 * gdb.base/list.exp
8559 * gdb.base/longjmp.exp
8560 * gdb.base/macscp.exp
8561 * gdb.base/max-value-size.exp
8562 * gdb.base/nodebug.exp
8563 * gdb.base/nofield.exp
8564 * gdb.base/overlays.exp
8565 * gdb.base/paginate-after-ctrl-c-running.exp
8566 * gdb.base/paginate-bg-execution.exp
8567 * gdb.base/paginate-inferior-exit.exp
8568 * gdb.base/pending.exp
8569 * gdb.base/pr11022.exp
8570 * gdb.base/printcmds.exp
8571 * gdb.base/ptr-typedef.exp
8572 * gdb.base/ptype.exp
8573 * gdb.base/randomize.exp
8574 * gdb.base/range-stepping.exp
8575 * gdb.base/realname-expand.exp
8576 * gdb.base/relativedebug.exp
8577 * gdb.base/remote.exp
8578 * gdb.base/savedregs.exp
8579 * gdb.base/sepdebug.exp
8580 * gdb.base/set-noassign.exp
8581 * gdb.base/shlib-call.exp
8582 * gdb.base/shreloc.exp
8583 * gdb.base/sigaltstack.exp
8584 * gdb.base/sigbpt.exp
8585 * gdb.base/siginfo-addr.exp
8586 * gdb.base/siginfo-obj.exp
8587 * gdb.base/siginfo-thread.exp
8588 * gdb.base/signest.exp
8589 * gdb.base/signull.exp
8590 * gdb.base/sigrepeat.exp
8591 * gdb.base/skip.exp
8592 * gdb.base/so-impl-ld.exp
8593 * gdb.base/solib-corrupted.exp
8594 * gdb.base/solib-disc.exp
8595 * gdb.base/solib-display.exp
8596 * gdb.base/solib-overlap.exp
8597 * gdb.base/solib-search.exp
8598 * gdb.base/solib-symbol.exp
8599 * gdb.base/source-execution.exp
8600 * gdb.base/sss-bp-on-user-bp-2.exp
8601 * gdb.base/sss-bp-on-user-bp.exp
8602 * gdb.base/stack-checking.exp
8603 * gdb.base/stale-infcall.exp
8604 * gdb.base/step-break.exp
8605 * gdb.base/step-line.exp
8606 * gdb.base/step-over-exit.exp
8607 * gdb.base/step-test.exp
8608 * gdb.base/structs.exp
8609 * gdb.base/sym-file.exp
8610 * gdb.base/symtab-search-order.exp
8611 * gdb.base/term.exp
8612 * gdb.base/type-opaque.exp
8613 * gdb.base/unload.exp
8614 * gdb.base/until-nodebug.exp
8615 * gdb.base/until.exp
8616 * gdb.base/unwindonsignal.exp
8617 * gdb.base/watch-cond.exp
8618 * gdb.base/watch-non-mem.exp
8619 * gdb.base/watch_thread_num.exp
8620 * gdb.base/watchpoint-reuse-slot.exp
8621 * gdb.base/watchpoint-solib.exp
8622 * gdb.base/watchpoint.exp
8623 * gdb.btrace/dlopen.exp
8624 * gdb.cell/arch.exp
8625 * gdb.cell/break.exp
8626 * gdb.cell/bt.exp
8627 * gdb.cell/core.exp
8628 * gdb.cell/data.exp
8629 * gdb.cell/dwarfaddr.exp
8630 * gdb.cell/ea-cache.exp
8631 * gdb.cell/ea-standalone.exp
8632 * gdb.cell/ea-test.exp
8633 * gdb.cell/f-regs.exp
8634 * gdb.cell/fork.exp
8635 * gdb.cell/gcore.exp
8636 * gdb.cell/mem-access.exp
8637 * gdb.cell/ptype.exp
8638 * gdb.cell/registers.exp
8639 * gdb.cell/sizeof.exp
8640 * gdb.cell/solib-symbol.exp
8641 * gdb.cell/solib.exp
8642 * gdb.compile/compile-tls.exp
8643 * gdb.cp/exception.exp
8644 * gdb.cp/gdb2495.exp
8645 * gdb.cp/local.exp
8646 * gdb.cp/mb-inline.exp
8647 * gdb.cp/mb-templates.exp
8648 * gdb.cp/pr10687.exp
8649 * gdb.cp/pr9167.exp
8650 * gdb.cp/scope-err.exp
8651 * gdb.cp/templates.exp
8652 * gdb.cp/virtfunc.exp
8653 * gdb.dwarf2/dw2-dir-file-name.exp
8654 * gdb.dwarf2/dw2-single-line-discriminators.exp
8655 * gdb.fortran/complex.exp
8656 * gdb.fortran/library-module.exp
8657 * gdb.guile/guile.exp
8658 * gdb.guile/scm-cmd.exp
8659 * gdb.guile/scm-frame-inline.exp
8660 * gdb.guile/scm-objfile.exp
8661 * gdb.guile/scm-pretty-print.exp
8662 * gdb.guile/scm-symbol.exp
8663 * gdb.guile/scm-type.exp
8664 * gdb.guile/scm-value.exp
8665 * gdb.linespec/keywords.exp
8666 * gdb.linespec/ls-errs.exp
8667 * gdb.linespec/macro-relative.exp
8668 * gdb.linespec/thread.exp
8669 * gdb.mi/mi-breakpoint-changed.exp
8670 * gdb.mi/mi-dprintf-pending.exp
8671 * gdb.mi/mi-fullname-deleted.exp
8672 * gdb.mi/mi-logging.exp
8673 * gdb.mi/mi-pending.exp
8674 * gdb.mi/mi-solib.exp
8675 * gdb.mi/new-ui-mi-sync.exp
8676 * gdb.mi/user-selected-context-sync.exp
8677 * gdb.multi/dummy-frame-restore.exp
8678 * gdb.multi/multi-arch-exec.exp
8679 * gdb.multi/remove-inferiors.exp
8680 * gdb.multi/watchpoint-multi-exit.exp
8681 * gdb.opt/solib-intra-step.exp
8682 * gdb.perf/backtrace.exp
8683 * gdb.perf/single-step.exp
8684 * gdb.perf/skip-command.exp
8685 * gdb.perf/skip-prologue.exp
8686 * gdb.perf/solib.exp
8687 * gdb.python/lib-types.exp
8688 * gdb.python/py-as-string.exp
8689 * gdb.python/py-bad-printers.exp
8690 * gdb.python/py-block.exp
8691 * gdb.python/py-breakpoint.exp
8692 * gdb.python/py-cmd.exp
8693 * gdb.python/py-events.exp
8694 * gdb.python/py-evthreads.exp
8695 * gdb.python/py-finish-breakpoint.exp
8696 * gdb.python/py-finish-breakpoint2.exp
8697 * gdb.python/py-frame-inline.exp
8698 * gdb.python/py-frame.exp
8699 * gdb.python/py-inferior.exp
8700 * gdb.python/py-infthread.exp
8701 * gdb.python/py-mi.exp
8702 * gdb.python/py-objfile.exp
8703 * gdb.python/py-pp-maint.exp
8704 * gdb.python/py-pp-registration.exp
8705 * gdb.python/py-prettyprint.exp
8706 * gdb.python/py-recurse-unwind.exp
8707 * gdb.python/py-shared.exp
8708 * gdb.python/py-symbol.exp
8709 * gdb.python/py-symtab.exp
8710 * gdb.python/py-template.exp
8711 * gdb.python/py-type.exp
8712 * gdb.python/py-unwind-maint.exp
8713 * gdb.python/py-unwind.exp
8714 * gdb.python/py-value.exp
8715 * gdb.python/python.exp
8716 * gdb.reverse/finish-reverse-bkpt.exp
8717 * gdb.reverse/insn-reverse.exp
8718 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8719 * gdb.reverse/solib-precsave.exp
8720 * gdb.reverse/solib-reverse.exp
8721 * gdb.stabs/gdb11479.exp
8722 * gdb.stabs/weird.exp
8723 * gdb.threads/fork-child-threads.exp
8724 * gdb.threads/fork-plus-threads.exp
8725 * gdb.threads/fork-thread-pending.exp
8726 * gdb.threads/forking-threads-plus-breakpoint.exp
8727 * gdb.threads/hand-call-in-threads.exp
8728 * gdb.threads/interrupted-hand-call.exp
8729 * gdb.threads/linux-dp.exp
8730 * gdb.threads/local-watch-wrong-thread.exp
8731 * gdb.threads/next-while-other-thread-longjmps.exp
8732 * gdb.threads/non-ldr-exit.exp
8733 * gdb.threads/pending-step.exp
8734 * gdb.threads/print-threads.exp
8735 * gdb.threads/process-dies-while-detaching.exp
8736 * gdb.threads/process-dies-while-handling-bp.exp
8737 * gdb.threads/pthreads.exp
8738 * gdb.threads/queue-signal.exp
8739 * gdb.threads/reconnect-signal.exp
8740 * gdb.threads/signal-command-handle-nopass.exp
8741 * gdb.threads/signal-command-multiple-signals-pending.exp
8742 * gdb.threads/signal-delivered-right-thread.exp
8743 * gdb.threads/signal-sigtrap.exp
8744 * gdb.threads/sigthread.exp
8745 * gdb.threads/staticthreads.exp
8746 * gdb.threads/stepi-random-signal.exp
8747 * gdb.threads/thread-unwindonsignal.exp
8748 * gdb.threads/thread_check.exp
8749 * gdb.threads/thread_events.exp
8750 * gdb.threads/tid-reuse.exp
8751 * gdb.threads/tls-nodebug.exp
8752 * gdb.threads/tls-shared.exp
8753 * gdb.threads/tls-so_extern.exp
8754 * gdb.threads/tls.exp
8755 * gdb.threads/wp-replication.exp
8756 * gdb.trace/actions-changed.exp
8757 * gdb.trace/actions.exp
8758 * gdb.trace/backtrace.exp
8759 * gdb.trace/change-loc.exp
8760 * gdb.trace/collection.exp
8761 * gdb.trace/deltrace.exp
8762 * gdb.trace/disconnected-tracing.exp
8763 * gdb.trace/entry-values.exp
8764 * gdb.trace/ftrace-lock.exp
8765 * gdb.trace/ftrace.exp
8766 * gdb.trace/infotrace.exp
8767 * gdb.trace/mi-trace-frame-collected.exp
8768 * gdb.trace/mi-trace-unavailable.exp
8769 * gdb.trace/mi-traceframe-changed.exp
8770 * gdb.trace/mi-tracepoint-changed.exp
8771 * gdb.trace/mi-tsv-changed.exp
8772 * gdb.trace/no-attach-trace.exp
8773 * gdb.trace/packetlen.exp
8774 * gdb.trace/passc-dyn.exp
8775 * gdb.trace/passcount.exp
8776 * gdb.trace/pending.exp
8777 * gdb.trace/pr16508.exp
8778 * gdb.trace/qtro.exp
8779 * gdb.trace/range-stepping.exp
8780 * gdb.trace/read-memory.exp
8781 * gdb.trace/report.exp
8782 * gdb.trace/save-trace.exp
8783 * gdb.trace/signal.exp
8784 * gdb.trace/stap-trace.exp
8785 * gdb.trace/status-stop.exp
8786 * gdb.trace/strace.exp
8787 * gdb.trace/tfile.exp
8788 * gdb.trace/tfind.exp
8789 * gdb.trace/trace-break.exp
8790 * gdb.trace/trace-condition.exp
8791 * gdb.trace/trace-enable-disable.exp
8792 * gdb.trace/trace-mt.exp
8793 * gdb.trace/tracecmd.exp
8794 * gdb.trace/tracefile-pseudo-reg.exp
8795 * gdb.trace/tspeed.exp
8796 * gdb.trace/tstatus.exp
8797 * gdb.trace/tsv.exp
8798 * gdb.trace/unavailable.exp
8799 * gdb.trace/while-dyn.exp
8800 * gdb.trace/while-stepping.exp
8801 * lib/gdb-guile.exp
8802 * lib/gdb.exp
8803 * lib/mi-support.exp
8804 * lib/pascal.exp
8805 * lib/perftest.exp
8806 * lib/prelink-support.exp
8807 * lib/selftest-support.exp
8808
8809 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8810
8811 * Makefile.in: Include disable-implicit-rules.mk.
8812
8813 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8814
8815 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8816 non-byte-aligned bit fields.
8817
8818 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8819
8820 PR gdb/12616
8821 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8822 respects the DW_AT_data_bit_offset attribute.
8823
8824 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8825
8826 * gdb.base/default.exp: Fix output of "set language".
8827
8828 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8829
8830 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8831 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8832 make.
8833 * configure.ac: Remove checks for the make program.
8834 * configure: Re-generate.
8835
8836 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8837
8838 * gdb.python/py-recurse-unwind.c (main): Add loop.
8839 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8840 to read_register() and gdb.parse_and_eval(). Make each code
8841 call a separate case that can be individually tested.
8842 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8843 proc. Call cont_and_backtrace for each of the code paths that
8844 we want to test in the unwinder.
8845
8846 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8847
8848 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8849 the definition of struct S.
8850
8851 2016-11-11 Catherine Moore <clm@codesourcery.com>
8852
8853 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8854
8855 2016-11-09 Pedro Alves <palves@redhat.com>
8856
8857 * gdb.base/commands.exp (runto_or_return): New procedure.
8858 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8859 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8860 (progvar_simple_while_test, progvar_complex_if_while_test)
8861 (if_while_breakpoint_command_test)
8862 (infrun_breakpoint_command_test, breakpoint_command_test)
8863 (user_defined_command_test, watchpoint_command_test)
8864 (test_command_prompt_position, redefine_hook_test)
8865 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8866 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8867 multi_line_input and multi_line. Remove gdb_expect and
8868 gdb_stop_suppressing_tests uses.
8869 * lib/gdb.exp (valnum_re): New global.
8870 (multi_line_input): New procedure.
8871
8872 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8873
8874 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8875 Remove.
8876 (test_setup): Define with proc_with_prefix.
8877 (test_cli_inferior): Likewise.
8878 (test_cli_thread): Likewise.
8879 (test_cli_frame): Likewise.
8880 (test_cli_select_frame): Likewise.
8881 (test_cli_up_down): Likewise.
8882 (test_mi_thread_select): Likewise.
8883 (test_mi_stack_select_frame): Likewise.
8884 (test_cli_in_mi_inferior): Likewise.
8885 (test_cli_in_mi_thread): Likewise.
8886 (test_cli_in_mi_frame): Likewise.
8887 (top level): Do not use with_test_prefix_procname.
8888
8889 2016-11-09 Pedro Alves <palves@redhat.com>
8890
8891 * gdb.base/commands.exp (gdbvar_simple_if_test)
8892 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8893 (progvar_simple_if_test, progvar_simple_while_test)
8894 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8895 (infrun_breakpoint_command_test, breakpoint_command_test)
8896 (user_defined_command_test, watchpoint_command_test)
8897 (test_command_prompt_position, deprecated_command_test)
8898 (bp_deleted_in_command, temporary_breakpoint_commands)
8899 (stray_arg0_test, source_file_with_indented_comment)
8900 (recursive_source_test, if_commands_test)
8901 (error_clears_commands_left, redefine_hook_test)
8902 (redefine_backtrace_test): Use proc_with_prefix.
8903 * lib/gdb.exp (proc_with_prefix): New proc.
8904
8905 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8906
8907 * gdb.base/tui-layout.c: New file.
8908 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8909 disassembly window contains very long lines.
8910
8911 2016-11-08 Tom Tromey <tom@tromey.com>
8912
8913 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8914 depend on Python 2.
8915
8916 2016-11-08 Tom Tromey <tom@tromey.com>
8917
8918 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8919 New method.
8920
8921 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8922
8923 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8924
8925 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8926
8927 * gdb.rust/simple.rs: Add test for univariant enums without
8928 discriminants and for encoded struct-like enums.
8929
8930 2016-10-28 Pedro Alves <palves@redhat.com>
8931
8932 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8933 gdb_test_multiple, tighten regexps and match symtabs and line
8934 tables incrementally.
8935
8936 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8937
8938 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8939 general.
8940
8941 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8942
8943 * gdb.base/exec-invalid-sysroot.exp: New file.
8944
8945 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8946
8947 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8948
8949 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8950
8951 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8952
8953 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8954
8955 * gdb.base/killed-outside.exp: Remove $options from a call to
8956 `prepare_for_testing'.
8957
8958 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8959
8960 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8961 Change test message.
8962
8963 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8964
8965 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8966 Update comment.
8967
8968 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8969
8970 * gdb.trace/mi-trace-save.exp: New file.
8971
8972 2016-10-13 Yao Qi <yao.qi@linaro.org>
8973
8974 * gdb.base/code_elim.exp (get_var_address): Remove.
8975 * gdb.base/relocate.exp: Likewise.
8976 * gdb.base/shreloc.exp: Likewise.
8977 * lib/gdb.exp (get_var_address): New.
8978
8979 2016-10-13 Yao Qi <yao.qi@linaro.org>
8980
8981 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8982 floating point tests if $skip_float_test is false.
8983
8984 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8985
8986 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8987 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8988 argc values.
8989 Add 1 to argc so we guarantee distinct initial/modified argc values.
8990
8991 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8992
8993 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8994
8995 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8996
8997 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8998 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8999 * gdb.arch/vsx-regs.exp: Likewise.
9000
9001 2016-10-07 Yao Qi <yao.qi@linaro.org>
9002
9003 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9004
9005 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9006
9007 * gdb.python/python.exp: Test decode_line("*0").
9008
9009 2016-10-06 Doug Evans <dje@google.com>
9010
9011 * gdb.python/py-value.exp (test_value_creation): Add test for large
9012 unsigned 64-bit value.
9013
9014 2016-10-06 Tom Tromey <tom@tromey.com>
9015
9016 * gdb.compile/compile.exp: Change java tests to rust.
9017 * gdb.base/setshow.exp: Change java tests to rust.
9018 * gdb.base/default.exp: Remove java from language list.
9019 * README (Examples): Update language example.
9020 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9021 test.
9022 * lib/gdb.exp (skip_java_tests): Remove.
9023 * lib/java.exp: Remove.
9024 * gdb.java: Remove.
9025
9026 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9027
9028 * gdb.arch/mips-fcr.exp: New test.
9029 * gdb.arch/mips-fcr.c: Source for the new test.
9030
9031 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9032
9033 * gdb.base/solib-disc.exp: Use `standard_output_file'
9034 throughout.
9035
9036 2016-10-06 Pedro Alves <palves@redhat.com>
9037
9038 * gdb.base/jit-simple-dl.c: New file.
9039 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9040 * gdb.base/jit-simple.c: ... this.
9041 * gdb.base/jit-simple.exp (jit_run): Delete.
9042 (build_jit): New proc.
9043 (jit_test_reread): Recompile either the main program or the shared
9044 library, depending on what is being tested. Skip changing address
9045 if caller wants to. Compare before/after addresses. If testing
9046 standalone, explicitly load the binary. Test "maint info
9047 breakpoints".
9048 (top level): Add "standalone vs shared lib" and "change address"
9049 vs "same address" axes.
9050
9051 2016-10-06 Pedro Alves <palves@redhat.com>
9052
9053 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9054 call.
9055 (jit_run): Delete.
9056 (jit_test_reread): Use with_test_prefix. Reload the main binary
9057 explicitly. Compare the before/after addresses of the JIT
9058 descriptor.
9059
9060 2016-08-15 Doug Evans <dje@google.com>
9061
9062 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9063 for single bitfields is bool.
9064 * gdb.xml/tdesc-regs.exp: Ditto.
9065
9066 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9067
9068 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9069
9070 2016-10-05 Yao Qi <yao.qi@linaro.org>
9071
9072 * lib/gdb.exp (support_complex_tests): Return zero if
9073 gdb_skip_float_test return true.
9074
9075 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9076 Simon Marchi <simon.marchi@ericsson.com>
9077
9078 PR gdb/20487
9079 * gdb.mi/user-selected-context-sync.exp: New file.
9080 * gdb.mi/user-selected-context-sync.c: New file.
9081
9082 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9083 Simon Marchi <simon.marchi@ericsson.com>
9084
9085 PR gdb/20487
9086 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9087 =thread-select-event check.
9088
9089 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9090
9091 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9092 the compulsory L operand changes.
9093 * gdb.arch/powerpc-power.s: Likewise.
9094
9095 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9096
9097 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9098 * gdb.base/jit-attach-pie.c: New file.
9099 * gdb.base/jit-attach-pie.exp: New file.
9100
9101 2016-09-28 Pedro Alves <palves@redhat.com>
9102
9103 * gdb.base/infcall-input.c: New file.
9104 * gdb.base/infcall-input.exp: New file.
9105
9106 2016-09-22 Yao Qi <yao.qi@linaro.org>
9107
9108 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9109 (gdb_exit): Rename it to ...
9110 (gdbserver_gdb_exit): ... Close GDBserver.
9111 (gdb_exit): New proc, call gdbserver_gdb_exit.
9112 (mi_gdb_exit): Likewise.
9113
9114 2016-09-22 Yao Qi <yao.qi@linaro.org>
9115
9116 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9117 path.
9118 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9119 Remove duplication.
9120
9121 2016-09-22 Yao Qi <yao.qi@linaro.org>
9122
9123 * lib/gdbserver-support.exp: Check the existence of
9124 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9125
9126 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9127
9128 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9129
9130 2016-09-21 Tom Tromey <tom@tromey.com>
9131
9132 PR gdb/20604:
9133 * gdb.base/quit.exp: New file.
9134
9135 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9136
9137 * .gitignore: New file.
9138
9139 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9140
9141 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9142 throughout.
9143
9144 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9145
9146 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9147
9148 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9149
9150 * gdb.cp/casts.cc (decltype): Move it ...
9151 (main): ... with its call to ...
9152 * gdb.cp/casts03.cc: ... a new file.
9153 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9154
9155 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9156
9157 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9158
9159 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9160
9161 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9162 and sync up the test with tests in gas/testsuite/gas/ppc.
9163 * gdb.arch/powerpc-power.exp: Likewise.
9164
9165 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9166
9167 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9168
9169 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9170 Jan Kratochvil <jan.kratochvil@redhat.com>
9171
9172 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9173 make m1's definition to be different from m2's. Use 'dummy' as an
9174 argument for probe 'two'.
9175
9176 2016-09-10 Jon Beniston <jon@beniston.com>
9177
9178 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9179 for sim target.
9180
9181 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9182
9183 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9184 variable declaration.
9185 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9186 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9187 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9188 received HWCAP as its argument.
9189
9190 2016-09-06 Pedro Alves <palves@redhat.com>
9191
9192 * gdb.base/new-ui-pending-input.c: New file.
9193 * gdb.base/new-ui-pending-input.exp: New file.
9194 * gdb.exp (clear_gdb_spawn_id): New procedure.
9195 (with_spawn_id): Check whether gdb_spawn_id exists before
9196 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9197 on exit.
9198
9199 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9200
9201 * gdb.base/float128.c: New file.
9202 * gdb.base/float128.exp: Likewise.
9203 * gdb.base/floatn.c: Likewise.
9204 * gdb.base/floatn.exp: Likewise.
9205
9206 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9207
9208 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9209
9210 2016-09-05 Pedro Alves <palves@redhat.com>
9211
9212 PR backtrace/19927
9213 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9214 unwinders are immediately called as side effect of "source" or
9215 "disable unwinder" commands.
9216 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9217
9218 2016-09-02 Yao Qi <yao.qi@linaro.org>
9219
9220 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9221 is true and $type is "float" or "double".
9222
9223 2016-09-02 Yao Qi <yao.qi@linaro.org>
9224
9225 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9226 true.
9227 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9228 * gdb.base/call-rt-st.exp: Likewise.
9229 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9230 return value instead of gdb,skip_float_test.
9231 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9232 (do_function_calls): Use its return value instead of
9233 gdb,skip_float_test.
9234 * gdb.base/finish.exp: Likewise.
9235 * gdb.base/funcargs.exp: Likewise.
9236 * gdb.base/return.exp: Likewise.
9237 * gdb.base/return2.exp: Likewise.
9238 * gdb.base/varargs.exp: Likewise.
9239 * lib/gdb.exp (gdb_skip_float_test): Change it to
9240 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9241
9242 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9243
9244 * gdb.multi/tids.exp: Test "thread apply all".
9245
9246 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9247
9248 * gdb.base/default.exp (tty): Remove.
9249
9250 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9251
9252 * gdb.python/py-recurse-unwind.c: New file.
9253 * gdb.python/py-recurse-unwind.py: New file.
9254 * gdb.python/py-recurse-unwind.exp: New file.
9255
9256 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9257
9258 * gdb.base/set-inferior-tty.exp: New file.
9259 * gdb.base/set-inferior-tty.c: New file.
9260
9261 2016-08-23 Pedro Alves <palves@redhat.com>
9262
9263 PR gdb/20494
9264 * gdb.base/new-ui-echo.c: New file.
9265 * gdb.base/new-ui-echo.exp: New file.
9266
9267 2016-08-23 Yao Qi <yao.qi@linaro.org>
9268
9269 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9270 gdbserver_spawn.
9271 * gdb.server/connect-without-multi-process.exp (do_test):
9272 Likewise.
9273
9274 2016-08-23 Yao Qi <yao.qi@linaro.org>
9275
9276 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9277 standalone_txt. Delete gdb_txt and standalone_txt on host
9278 and target. Spawn the binary on target. Copy files from
9279 target to host.
9280
9281 2016-08-22 Pedro Alves <palves@redhat.com>
9282
9283 PR gdb/20505
9284 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9285 with_test_prefix. Factor out bits to ...
9286 (test_no_vdso): ... this new procedure.
9287
9288 2016-08-19 Carl Love <cel@us.ibm.com>
9289
9290 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9291 maintaining separate logic for constructing the output path.
9292 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9293 * gdb.arch/ppc-dfp.exp: Likewise.
9294 * gdb.arch/ppc-fp.exp: Likewise.
9295 * gdb.arch/vsx-regs.exp: Likewise.
9296 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9297 binprefix for generating the additional binary files.
9298
9299 2016-08-19 Pedro Alves <palves@redhat.com>
9300
9301 * gdb.trace/mi-trace-frame-collected.exp
9302 (test_trace_frame_collected): On x32, expect two registers.
9303
9304 2016-08-18 Carl Love <cel@us.ibm.com>
9305
9306 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9307 and sync up the test with tests in gas/testsuite/gas/ppc.
9308 * gdb.arch/powerpc-power.exp: Likewise.
9309
9310 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9311
9312 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9313 expected error message.
9314
9315 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9316
9317 * gdb.multi/remove-inferiors.exp: New file.
9318 * gdb.multi/remove-inferiors.c: New file.
9319
9320 2016-08-12 Yao Qi <yao.qi@linaro.org>
9321
9322 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9323 argument list.
9324
9325 2016-08-10 Pedro Alves <palves@redhat.com>
9326
9327 PR gdb/19187
9328 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9329 setup_kfails.
9330
9331 2016-08-09 Pedro Alves <palves@redhat.com>
9332 Simon Marchi <simon.marchi@ericsson.com>
9333
9334 PR gdb/20418
9335 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9336 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9337
9338 2016-08-09 Pedro Alves <palves@redhat.com>
9339
9340 PR mi/20431
9341 * gdb.mi/mi-cmd-error.exp: New file.
9342
9343 2016-08-09 Pedro Alves <palves@redhat.com>
9344
9345 PR gdb/18653
9346 * gdb.base/signals-state-child.c: New file.
9347 * gdb.base/signals-state-child.exp: New file.
9348 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9349
9350 2016-08-09 Pedro Alves <palves@redhat.com>
9351
9352 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9353
9354 2016-08-03 Tom Tromey <tom@tromey.com>
9355
9356 PR python/18565:
9357 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9358
9359 2016-08-01 Yao Qi <yao.qi@linaro.org>
9360
9361 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9362 variable mode to "multi-process" if $multi_process is 1, otherwise
9363 set it to "single-process".
9364
9365 2016-08-01 Yao Qi <yao.qi@linaro.org>
9366
9367 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9368 * gdb.cp/cpexprs.exp: Likewise.
9369 * gdb.cp/m-static.exp: Likewise.
9370
9371 2016-07-26 Tom Tromey <tom@tromey.com>
9372
9373 PR python/20190:
9374 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9375 test.
9376
9377 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9378
9379 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9380 selecting assembly source files.
9381 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9382 assembly source files.
9383 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9384 assembly source files.
9385 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9386 selecting assembly source files.
9387
9388 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9389
9390 * gdb.base/new-ui.exp (do_test_invalid_args): New
9391 procedure.
9392
9393 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9394
9395 * gdb.btrace/reconnect.c: New file.
9396 * gdb.btrace/reconnect.exp: New file.
9397
9398 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9399
9400 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9401 to test_catch_syscall_group.
9402 (test_catch_syscall_group): New.
9403
9404 2016-07-21 Tom Tromey <tom@tromey.com>
9405
9406 * gdb.rust/simple.rs (main): Use empty struct expression.
9407 * gdb.rust/simple.exp: Add tests for empty struct expression.
9408
9409 2016-07-21 Yao Qi <yao.qi@linaro.org>
9410
9411 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9412 if gdb_skip_xml_test is true on some targets.
9413
9414 2016-07-21 Yao Qi <yao.qi@linaro.org>
9415
9416 * gdb.server/solib-list.exp: Unset last_loaded_file.
9417
9418 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9419
9420 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9421 "step into captured_main (args)".
9422
9423 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9424
9425 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9426
9427 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9428
9429 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9430
9431 2016-07-19 Pedro Alves <palves@redhat.com>
9432
9433 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9434 * gdb.opt/inline-bt.exp: Likewise.
9435 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9436 additional_flags=-Winline.
9437 * gdb.opt/inline-locals.exp: Likewise.
9438 * gdb.opt/inline-markers.c (ATTR): Define.
9439 (inlined_fn): Use it.
9440
9441 2016-07-19 Yao Qi <yao.qi@linaro.org>
9442
9443 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9444 (test_with_self): Remove some code. Remove argument executable.
9445 (top-level): Use do_self_tests.
9446
9447 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9448 Don Breazeal <donb@codesourcery.com>
9449
9450 * gdb.base/maint.exp: Escape paths used in regular expressions.
9451 * gdb.stabs/weird.exp: Likewise.
9452
9453 2016-07-13 Tom Tromey <tom@tromey.com>
9454
9455 PR python/15620, PR python/18620:
9456 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9457 (test_bkpt_events): New procs.
9458
9459 2016-07-13 Tom Tromey <tom@tromey.com>
9460
9461 PR python/17698:
9462 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9463 test.
9464 (test_watchpoints): Likewise.
9465 (test_bkpt_pending): New proc.
9466
9467 2016-07-13 Tom Tromey <tom@tromey.com>
9468
9469 PR cli/18053:
9470 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9471 completion test.
9472
9473 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9474
9475 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9476 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9477 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9478 f_label.
9479 (g): Rename g_end_lbl to g_label.
9480 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9481 low_pc and high_pc.
9482 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9483
9484 2016-07-12 Tom Tromey <tom@tromey.com>
9485
9486 PR python/19293:
9487 * gdb.python/py-unwind-maint.exp: Update tests.
9488
9489 2016-07-12 Yao Qi <yao.qi@linaro.org>
9490
9491 * lib/selftest-support.exp (selftest_setup): Match the output
9492 when captured_main is inlined.
9493
9494 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9495
9496 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9497 New variables.
9498 (print this%a, print this%b, print this): New tests.
9499 * gdb.fortran/derived-types.f90 (this): New object and
9500 initialization.
9501
9502 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9503
9504 * gdb.ada/arraydim.exp: Remove extra directory level in build
9505 directory.
9506
9507 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9508
9509 * lib/ada.exp: Remove extra directory level in build directory.
9510 * gdb.ada/cond_lang.exp: Likewise.
9511 * gdb.ada/exec_changed.exp: Likewise.
9512 * gdb.ada/lang_switch.exp: Likewise.
9513
9514 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9515
9516 * simple.rs: Add test for raw pointer subscripting.
9517 * simple.exp: Add test expectations.
9518
9519 2016-07-05 Yao Qi <yao.qi@linaro.org>
9520
9521 * gdb.mi/mi-reverse.exp: Match =record-started output.
9522
9523 2016-07-01 Pedro Alves <palves@redhat.com>
9524
9525 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9526 procedure.
9527 (jit_reader_test): Test the jit reader's unwinder.
9528 * gdb.base/jithost.c (jit_function_00_code): New global.
9529 (main): Use memcpy to fill in the mmapped code, instead of poking
9530 bytes manually here.
9531 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9532 value.
9533 (read_debug_info): Save the function's range.
9534 (read_sp): New function.
9535 (unwind_frame): Use it. Also unwind RBP.
9536 (get_frame_id): Use read_sp.
9537 (gdb_init_reader): Use calloc instead of malloc.
9538 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9539 parameter. Use gdb_test_multiple.
9540
9541 2016-07-01 Pedro Alves <palves@redhat.com>
9542 Antoine Tremblay <antoine.tremblay@ericsson.com>
9543
9544 * gdb.threads/process-dies-while-detaching.c: New file.
9545 * gdb.threads/process-dies-while-detaching.exp: New file.
9546
9547 2016-07-01 Pedro Alves <palves@redhat.com>
9548
9549 * gdb.multi/watchpoint-multi-exit.c: New file.
9550 * gdb.multi/watchpoint-multi-exit.exp: New file.
9551
9552 2016-06-30 Pedro Alves <palves@redhat.com>
9553
9554 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9555 unset inferior_spawn_id.
9556
9557 2016-06-30 Pedro Alves <palves@redhat.com>
9558
9559 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9560 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9561
9562 2016-06-29 Yao Qi <yao.qi@linaro.org>
9563
9564 * gdb.base/return.c: Add copyright header.
9565
9566 2016-06-29 Tom Tromey <tom@tromey.com>
9567
9568 PR python/20129:
9569 * gdb.python/py-framefilter.exp: Add tests for setting priority
9570 and disabling of non-existent frame filter.
9571
9572 2016-06-29 Yao Qi <yao.qi@linaro.org>
9573
9574 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9575 0x0f07ff.
9576
9577 2016-06-28 Yao Qi <yao.qi@linaro.org>
9578
9579 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9580 triplets. Start gdb, execute catch syscall, and continue. Check
9581 gdb's output to determine catch syscall is supported.
9582
9583 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9584
9585 * gdb.rust/simple.rs: Add test for returning unit in a function.
9586 * gdb.rust/simple.exp: Add expectation for functions returning
9587 unit.
9588
9589 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9590
9591 * gdb.python/py-breakpoint-create-fail.c,
9592 gdb.python/py-breakpoint-create-fail.exp,
9593 gdb.python/py-breakpoint-create-fail.py: New testcase.
9594
9595 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9596
9597 PR gdb/20239
9598 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9599 * gdb.rust/simple.exp: Add test expectations for new NonZero
9600 tests.
9601
9602 2016-06-24 David Taylor <dtaylor@emc.com>
9603
9604 * gdb.base/offsets.exp: New file.
9605 * gdb.base/offsets.c: New file.
9606
9607 2016-06-23 Tom Tromey <tom@tromey.com>
9608
9609 PR gdb/16483:
9610 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9611 before any filters are loaded.
9612
9613 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9614
9615 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9616 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9617 structs.
9618 * gdb.fortran/derived-type-function.exp: New file.
9619 * gdb.fortran/derived-type-function.f90: New file.
9620
9621
9622 2016-06-21 Pedro Alves <palves@redhat.com>
9623
9624 * gdb.base/new-ui.exp: New file.
9625 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9626 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9627 (with_spawn_id): New procedure.
9628
9629 2016-06-21 Pedro Alves <palves@redhat.com>
9630
9631 * gdb.mi/mi-exec-run.exp: New file.
9632
9633 2016-06-21 Pedro Alves <palves@redhat.com>
9634
9635 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9636 breakpoint command's output on the main UI.
9637 (test_break): New procedure, factored out from calls in the top
9638 level.
9639 (top level): Use foreach_with_prefix to test MI as main UI and as
9640 separate UI.
9641
9642 2016-06-21 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9645 (test_awatch_creation_and_listing)
9646 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9647 Remove 'type' parameter.
9648 (test_watchpoint_all): New parameter mi_mode. Remove
9649 with_test_prefix.
9650 (top level): Use foreach_with_prefix, and add main/separate UI MI
9651 testing axis.
9652
9653 2016-06-21 Pedro Alves <palves@redhat.com>
9654
9655 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9656 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9657 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9658 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9659 (gdb_main_spawn_id, mi_spawn_id): Declare and
9660 comment.
9661 (mi_create_inferior_pty): New procedure,
9662 factored out from default_mi_gdb_start.
9663 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9664 procedures.
9665 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9666 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9667 Use mi_create_inferior_pty.
9668 (mi_gdb_start): Use eval to pass down args list.
9669
9670 2016-06-21 Pedro Alves <palves@redhat.com>
9671
9672 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9673 * gdb.opt/inline-cmds.exp: Add MI tests.
9674
9675 2016-06-21 Pedro Alves <palves@redhat.com>
9676
9677 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9678
9679 2016-06-21 Pedro Alves <palves@redhat.com>
9680
9681 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9682 (top level): Use it instead of mi_execute_to.
9683
9684 2016-06-21 Pedro Alves <palves@redhat.com>
9685
9686 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9687 (cont_handler_str): New.
9688 (signal_stop_handler): Set stop_handler_str instead of printing to
9689 stdout.
9690 (continue_handler): Set cont_handler_str instead of printing to
9691 stdout.
9692 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9693 mi_send_resuming_command. Print stop_handler_str and
9694 cont_handler_str instead of expecting the python events print
9695 directly.
9696
9697 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9698
9699 * gdb.base/jit-reader.exp: New file.
9700 * gdb.base/jithost.c: New file.
9701 * gdb.base/jithost.h: New file.
9702 * gdb.base/jitreader.c : New file.
9703 * gdb.base/jit-protocol.h: New file.
9704
9705 2016-06-17 Yao Qi <yao.qi@linaro.org>
9706
9707 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9708 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9709 and detach-on-fork. Adjust tests.
9710 (top level): Invoke break_cond_on_syscall with combinations of
9711 syscall, follow-fork-mode and detach-on-fork.
9712
9713 2016-06-17 Yao Qi <yao.qi@linaro.org>
9714
9715 * gdb.base/step-over-exit.c: New.
9716 * gdb.base/step-over-exit.exp: New.
9717
9718 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9719
9720 * gdb.base/float.exp: Add target check for nds32*-*-*.
9721 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9722
9723 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9724
9725 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9726 for unsupported target features.
9727 * gdb.base/call-rt-st.exp: Likewise.
9728 * gdb.base/call-sc.exp: Likewise.
9729 * gdb.base/call-signal-resume.exp: Likewise.
9730 * gdb.base/call-strs.exp: Likewise.
9731 * gdb.base/callexit.exp: Likewise.
9732 * gdb.base/callfuncs.exp: Likewise.
9733 * gdb.base/nodebug.exp: Likewise.
9734 * gdb.base/printcmds.exp: Likewise.
9735 * gdb.base/ptype.exp: Likewise.
9736 * gdb.base/structs.exp: Likewise.
9737 * gdb.base/unwindonsignal.exp: Likewise.
9738 * gdb.cp/gdb2495.exp: Likewise.
9739 * gdb.cp/templates.exp: Likewise.
9740 * gdb.cp/virtfunc.exp: Likewise.
9741 * gdb.threads/hand-call-in-threads.exp: Likewise.
9742 * gdb.threads/interrupted-hand-call.exp: Likewise.
9743 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9744
9745 2016-06-10 Tom Tromey <tom@tromey.com>
9746
9747 PR rust/20110:
9748 * gdb.rust/expr.exp: Add test for integer constant larger than
9749 i32.
9750
9751 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9752
9753 * gdb.fortran/nested-funcs.exp: New.
9754 * gdb.fortran/nested-funcs.f90: New.
9755
9756 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9757
9758 * gdb.base/examine-backward.c: New file.
9759 * gdb.base/examine-backward.exp: New file.
9760
9761 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9762
9763 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9764 matching.
9765
9766 2016-06-02 Tom Tromey <tom@tromey.com>
9767
9768 PR python/18984:
9769 * gdb.python/py-shared.exp: Add solib_name test.
9770
9771 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9772
9773 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9774
9775 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9776
9777 PR c++/19893
9778 * gdb.dwarf2/implref.exp: Rename to...
9779 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9780 * gdb.dwarf2/implref-array.c: New file.
9781 * gdb.dwarf2/implref-array.exp: Likewise.
9782 * gdb.dwarf2/implref-global.c: Likewise.
9783 * gdb.dwarf2/implref-global.exp: Likewise.
9784 * gdb.dwarf2/implref-struct.c: Likewise.
9785 * gdb.dwarf2/implref-struct.exp: Likewise.
9786
9787 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9788
9789 * gdb.trace/trace-condition.exp: Add 64bit tests.
9790
9791 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9792
9793 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9794 bits types.
9795 (main): Adapt to 8 to 64 bits types.
9796 * gdb.trace/trace-condition.exp: Add new tests.
9797
9798 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9799
9800 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9801
9802 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9803
9804 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9805 Move condition tests...
9806 * gdb.trace/trace-condition.exp: Here.
9807
9808 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9809
9810 * gdb.trace/trace-condition.exp: Add counter-case tests.
9811
9812 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9813
9814 PR c++/15231
9815 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9816 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9817
9818 2016-05-27 Pedro Alves <palves@redhat.com>
9819
9820 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9821 New procedure.
9822 (top level): Call it, and bail out of DejaGnu is known to be bad.
9823
9824 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9825
9826 * gdb.base/whatis.c: Extend the test case.
9827 * gdb.base/whatis.exp: Add additional tests.
9828
9829 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9830
9831 * gdb.fortran/type.f90: Add pointer variable.
9832 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9833
9834 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9835
9836 * gdb.fortran/vla-type.exp: Fix testcase name.
9837
9838 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9839
9840 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9841
9842 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9843
9844 * gdb.fortran/type.f90: Add nested structures.
9845 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9846 * gdb.fortran/derived-type.exp: Adapt expected output.
9847 * gdb.fortran/vla-type.exp: Adapt expected output.
9848
9849 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9850
9851 * gdb.fortran/whatis_type.exp: Adapt expected output.
9852
9853 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9854
9855 * gdb.fortran/print_type.exp: Fix expected output.
9856 * gdb.fortran/whatis_type.exp: Fix expected output.
9857
9858 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9859
9860 * gdb.fortran/whatis_type.exp: Use multi_line.
9861
9862 2016-05-24 Tom Tromey <tom@tromey.com>
9863
9864 PR python/17386:
9865 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9866 use value as an index.
9867
9868 2016-05-23 Tom Tromey <tom@tromey.com>
9869
9870 PR python/17981:
9871 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9872 no-breakpoint case.
9873
9874 2016-05-24 Pedro Alves <palves@redhat.com>
9875
9876 PR gdb/19828
9877 * gdb.threads/clone-attach-detach.c: New file.
9878 * gdb.threads/clone-attach-detach.exp: New file.
9879
9880 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9881
9882 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9883
9884 2016-05-23 Tom Tromey <tom@tromey.com>
9885
9886 PR python/19438, PR python/18393:
9887 * gdb.python/py-progspace.exp: Add "dir" test.
9888 * gdb.python/py-objfile.exp: Add "dir" test.
9889
9890 2016-05-23 Yao Qi <yao.qi@linaro.org>
9891
9892 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9893 * gdb.arch/thumb2-it.exp: Likewise.
9894
9895 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9896
9897 * gdb.mi/mi-threads-interrupt.c: New file.
9898 * gdb.mi/mi-threads-interrupt.exp: New file.
9899
9900 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9901
9902 PR gdb/18077
9903 * gdb.mi/mi-async-run.exp: New file.
9904 * gdb.mi/mi-async-run.c: New file.
9905
9906 2016-05-17 Tom Tromey <tom@tromey.com>
9907 Manish Goregaokar <manishsmail@gmail.com>
9908
9909 * lib/rust-support.exp: New file.
9910 * lib/gdb.exp (skip_rust_tests): New proc.
9911 (build_executable_from_specs): Handle rust.
9912 * lib/future.exp (gdb_find_rustc): New proc.
9913 (gdb_default_target_compile): Handle rust.
9914 * gdb.rust/expr.exp: New file.
9915 * gdb.rust/generics.exp: New file.
9916 * gdb.rust/generics.rs: New file.
9917 * gdb.rust/methods.exp: New file.
9918 * gdb.rust/methods.rs: New file.
9919 * gdb.rust/modules.exp: New file.
9920 * gdb.rust/modules.rs: New file.
9921 * gdb.rust/simple.exp: New file.
9922 * gdb.rust/simple.rs: New file.
9923
9924 2016-05-17 Tom Tromey <tom@tromey.com>
9925
9926 * gdb.base/default.exp (set language): Add rust.
9927
9928 2016-05-17 Tom Tromey <tom@tromey.com>
9929
9930 * gdb.gdb/unittest.exp: New file.
9931
9932 2016-05-16 Yao Qi <yao.qi@linaro.org>
9933
9934 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9935 shell_prompt. Update shell_prompt_re.
9936
9937 2016-05-12 Doug Evans <dje@google.com>
9938
9939 PR symtab/19999
9940 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9941 $options when building executable.
9942 * gdb.dwarf2/fission-loclists-pie.S: New file.
9943 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9944
9945 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9946
9947 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9948 of [is_remote target],
9949
9950 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9951
9952 * lib/gdb.exp (use_gdb_stub): New procedure.
9953
9954 2016-05-03 Yunlian Jiang <yunlian@google.com>
9955 Doug Evans <dje@google.com>
9956
9957 PR symtab/19914
9958 * gdb.dwarf2/dwp-sepdebug.c: New file.
9959 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9960
9961 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9962
9963 * gdb.base/detach.exp: Remove is_remote check.
9964
9965 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9966
9967 * gdb.base/annota-input-while-running.exp: Don't check for
9968 [is_remote target]. Enable annotations after running to main.
9969 Remove unused "set test..." line.
9970
9971 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9972
9973 * gdb.trace/trace-enable-disable.exp: New file.
9974 * gdb.trace/trace-enable-disable.c: New file.
9975
9976 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9977
9978 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9979 use it in info sharedlibrary test.
9980 * gdb.trace/ftrace-lock.exp: Likewise.
9981 * gdb.trace/ftrace.exp: Likewise.
9982 * gdb.trace/range-stepping.exp: Likewise.
9983 * gdb.trace/trace-break.exp: Likewise.
9984 * gdb.trace/trace-condition.exp: Likewise.
9985 * gdb.trace/trace-mt.exp: Likewise.
9986
9987 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9988
9989 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9990 (gdb_load_shlib): ... this.
9991 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9992 gdb_load_shlib.
9993 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9994 * gdb.base/ctxobj.exp: Likewise.
9995 * gdb.base/dprintf-pending.exp: Likewise.
9996 * gdb.base/dso2dso.exp: Likewise.
9997 * gdb.base/fixsection.exp: Likewise.
9998 * gdb.base/gcore-relro.exp: Likewise.
9999 * gdb.base/gdb1555.exp: Likewise.
10000 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10001 * gdb.base/gnu-ifunc.exp: Likewise.
10002 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10003 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10004 * gdb.base/pending.exp: Likewise.
10005 * gdb.base/print-file-var.exp: Likewise.
10006 * gdb.base/print-symbol-loading.exp: Likewise.
10007 * gdb.base/shlib-call.exp: Likewise.
10008 * gdb.base/shreloc.exp: Likewise.
10009 * gdb.base/so-impl-ld.exp: Likewise.
10010 * gdb.base/solib-disc.exp: Likewise.
10011 * gdb.base/solib-nodir.exp: Likewise.
10012 * gdb.base/solib-overlap.exp: Likewise.
10013 * gdb.base/solib-symbol.exp: Likewise.
10014 * gdb.base/solib-weak.exp (do_test): Likewise.
10015 * gdb.base/sym-file.exp: Likewise.
10016 * gdb.base/symtab-search-order.exp: Likewise.
10017 * gdb.base/type-opaque.exp: Likewise.
10018 * gdb.base/unload.exp: Likewise.
10019 * gdb.base/watchpoint-solib.exp: Likewise.
10020 * gdb.compile/compile.exp: Likewise.
10021 * gdb.cp/gdb2384.exp: Likewise.
10022 * gdb.cp/infcall-dlopen.exp: Likewise.
10023 * gdb.cp/re-set-overloaded.exp: Likewise.
10024 * gdb.fortran/library-module.exp: Likewise.
10025 * gdb.opt/solib-intra-step.exp: Likewise.
10026 * gdb.python/py-finish-breakpoint.exp: Likewise.
10027 * gdb.python/py-shared.exp: Likewise.
10028 * gdb.reverse/solib-precsave.exp: Likewise.
10029 * gdb.reverse/solib-reverse.exp: Likewise.
10030 * gdb.server/solib-list.exp: Likewise.
10031 * gdb.threads/dlopen-libpthread.exp: Likewise.
10032 * gdb.threads/tls-shared.exp: Likewise.
10033 * gdb.threads/tls-so_extern.exp: Likewise.
10034 * gdb.trace/change-loc.exp: Likewise.
10035 * gdb.trace/ftrace-lock.exp: Likewise.
10036 * gdb.trace/ftrace.exp: Likewise.
10037 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10038 * gdb.trace/pending.exp: Likewise.
10039 * gdb.trace/range-stepping.exp: Likewise.
10040 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10041 (strace_info_marker): Likewise.
10042 (strace_probe_marker): Likewise.
10043 (strace_trace_on_same_addr): Likewise.
10044 (strace_trace_on_diff_addr): Likewise.
10045 * gdb.trace/trace-break.exp: Likewise.
10046 * gdb.trace/trace-condition.exp: Likewise.
10047 * gdb.trace/trace-mt.exp: Likewise.
10048
10049 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10050
10051 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10052 result of gdb_remote_download.
10053 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10054 * gdb.base/dso2dso.exp: Likewise.
10055 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10056 * gdb.base/print-file-var.exp: Likewise.
10057 * gdb.base/shlib-call.exp: Likewise.
10058 * gdb.base/shreloc.exp: Likewise.
10059 * gdb.base/solib-overlap.exp: Likewise.
10060 * gdb.base/solib-weak.exp (do_test): Likewise.
10061 * gdb.base/unload.exp: Likewise.
10062
10063 2016-04-27 Yao Qi <yao.qi@linaro.org>
10064
10065 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10066 exists.
10067
10068 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10069
10070 * vla-type.exp: Print structure from toplevel.
10071
10072 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10073
10074 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10075 of dynamic types.
10076 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10077 of dynamic types.
10078
10079 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10080
10081 * gdb.fortran/vla-type.f90: New file.
10082 * gdb.fortran/vla-type.exp: New file.
10083
10084 2016-04-25 Yao Qi <yao.qi@linaro.org>
10085
10086 * gdb.base/branch-to-self.c: New file.
10087 * gdb.base/branch-to-self.exp: New file.
10088
10089 2016-04-22 Yao Qi <yao.qi@linaro.org>
10090
10091 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10092 more after $hex.
10093
10094 2016-04-22 Yao Qi <yao.qi@linaro.org>
10095
10096 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10097 * gdb.base/annota3.exp: Likewise.
10098
10099 2016-04-22 Yao Qi <yao.qi@linaro.org>
10100
10101 * gdb.reverse/step-precsave.exp: Do one step and test program
10102 stops in "callee" and do multiple steps until program goes out
10103 of "callee".
10104 * gdb.reverse/step-reverse.exp: Likewise.
10105
10106 2016-04-22 Yao Qi <yao.qi@linaro.org>
10107
10108 * gdb.trace/signal.exp: Also pass if
10109 $tracepoint_hits($i) > $iterations.
10110
10111 2016-04-22 Yao Qi <yao.qi@linaro.org>
10112
10113 * gdb.trace/signal.c: New file.
10114 * gdb.trace/signal.exp: New file.
10115
10116 2016-04-19 Doug Evans <xdje42@gmail.com>
10117
10118 * gdb.base/bad-file.exp: New file.
10119
10120 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10121
10122 * gdb.dwarf2/implref.exp: New file.
10123
10124 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10125
10126 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10127 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10128 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10129 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10130 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10131 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10132 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10133 * lib/fortran.exp (fortran_int4): New procedure.
10134 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10135 (fortran_logical4): Likewise.
10136
10137 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10138
10139 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10140
10141 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10142
10143 * lib/compiler.c: Add Intel specific preprocessor macros.
10144 * lib/compiler.cc: Likewise.
10145
10146 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10147
10148 * gdb.server/connect-with-no-symbol-file.c: New file.
10149 * gdb.server/connect-with-no-symbol-file.exp: New file.
10150
10151 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10152
10153 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10154
10155 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10156
10157 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10158 standard output directory.
10159
10160 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10161
10162 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10163
10164 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10165
10166 * gdb.btrace/instruction_history.c (loop): Add declaration.
10167
10168 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10169
10170 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10171
10172 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10173
10174 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10175 parentheses to print.
10176 (continue_handler): Likewise.
10177
10178 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10179
10180 * gdb.server/solib-list.exp: Remove is_remote check.
10181 Pass shlib= to gdb_compile. Don't link shared library with
10182 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10183 Run binary filename through "readlink -f" on the target.
10184
10185 2016-04-08 Pedro Alves <palves@redhat.com>
10186
10187 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10188 interpreter filename as argument to gdbserver_spawn.
10189 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10190 Return empty if $last_loaded_file does not exist.
10191
10192 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10193
10194 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10195 * gdb.base/jit-main.c: Use exit after usage.
10196
10197 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10198
10199 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10200 GDBHISTSIZE prior to the tests.
10201 * gdb.base/gdbinit-history.exp: Likewise.
10202
10203 2016-04-07 Pedro Alves <palves@redhat.com>
10204
10205 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10206 instead of build_executable. Use gdb_load_shlibs.
10207
10208 2016-04-07 Yao Qi <yao.qi@linaro.org>
10209
10210 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10211 Execute "si" command.
10212
10213 2016-04-07 Yao Qi <yao.qi@linaro.org>
10214
10215 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10216 number instead of the comments on some line.
10217
10218 2016-04-06 Don Breazeal <donb@codesourcery.com>
10219
10220 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10221 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10222
10223 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10224
10225 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10226 standard_output_file. Remove unused binfile variable.
10227
10228 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10229
10230 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10231 * gdb.python/py-mi-objfile.exp: Match "list main" output
10232 in console format.
10233
10234 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10235
10236 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10237 absolute.
10238
10239 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10240
10241 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10242 absolute.
10243 * gdb.trace/ftrace.exp: Likewise.
10244 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10245 targets as well.
10246 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10247 (gdb_load_shlibs): Copy libraries to test directory when testing
10248 natively. Only set solib-search-path if testing remotely.
10249 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10250
10251 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10252
10253 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10254 gdb_download. Use it even if the target is not remote.
10255 * gdb.base/jit.exp (compile_jit_test): Likewise.
10256 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10257 output directory if the destination board is local, otherwise use
10258 the standard remote_download from DejaGnu.
10259 (gdb_download): Remove.
10260 (gdb_load_shlibs): Use gdb_remote_download instead of
10261 gdb_download.
10262 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10263 Use gdb_remote_download instead of gdb_download. Use it even if
10264 the target is not remote.
10265 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10266 instead of gdb_download.
10267
10268 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10269
10270 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10271 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10272 run.
10273
10274 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10275
10276 PR gdb/19820
10277 * gdb.base/printcmds.exp: Add artificial arrays tests.
10278
10279 2016-03-31 Pedro Alves <palves@redhat.com>
10280
10281 PR gdb/19858
10282 * gdb.base/jit-main.c: Include unistd.h.
10283 (ATTACH): Define to 0 if not already defined.
10284 (wait_for_gdb, mypid): New globals.
10285 (WAIT_FOR_GDB): New macro.
10286 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10287 some breakpoint locations.
10288 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10289 New procedures.
10290 (one_jit_test): Add REATTACH parameter, and handle it. Use
10291 continue_to_test_location.
10292 (top level): Test attach, and adjusts calls to one_jit_test.
10293
10294 2016-03-31 Pedro Alves <palves@redhat.com>
10295
10296 PR gdb/19858
10297 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10298 BINSUFFIX parameter, and handle it.
10299 (top level): Adjust calls compile_jit_test.
10300
10301 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10302
10303 PR python/19743
10304 * gdb.python/py-mi-events-gdb.py: New file.
10305 * gdb.python/py-mi-events.c: New file.
10306 * gdb.python/py-mi-events.exp: New file.
10307
10308 2016-03-30 Yao Qi <yao.qi@linaro.org>
10309
10310 * gdb.reverse/until-precsave.exp: Match function name only.
10311 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10312 Move malloc to a condition block.
10313 * gdb.reverse/until-reverse.exp: Match function name only.
10314
10315 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10316
10317 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10318 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10319 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10320 variable for GPR 0 instead of assuming it is register 0.
10321 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10322 * lib/trace-support.exp: Add s390 registers.
10323
10324 2016-03-29 Yao Qi <yao.qi@linaro.org>
10325
10326 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10327
10328 2016-03-24 Yao Qi <yao.qi@linaro.org>
10329
10330 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10331 test message.
10332
10333 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10334
10335 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10336 maintaining separate logic for constructing the output path.
10337
10338 2016-03-16 Don Breazeal <donb@codesourcery.com>
10339
10340 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10341 Retry fork and waitpid on interrupted system call errors.
10342 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10343 Use with_timeout_factor to increase timeout by factor of 10.
10344
10345 2016-03-15 Don Breazeal <donb@codesourcery.com>
10346
10347 * gdb.cp/scope-err.cc: New test program.
10348 * gdb.cp/scope-err.exp: New test script.
10349 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10350 lines and "set breakpoint here" comment.
10351 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10352 Fixed some whitespace and format issues.
10353 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10354 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10355
10356 2016-03-15 Doug Evans <dje@google.com>
10357
10358 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10359 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10360 All callers updated. Add tests for enums, mixed flags register.
10361
10362 2016-03-15 Doug Evans <dje@google.com>
10363
10364 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10365 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10366
10367 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10368
10369 * gdb.base/default.exp: Add $_as_string to the list of expected
10370 convenience functions.
10371
10372 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10373
10374 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10375
10376 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10377
10378 * gdb.python/py-as-string.exp: New file.
10379 * gdb.python/py-as-string.c: New file.
10380
10381 2016-03-09 Pedro Alves <palves@redhat.com>
10382
10383 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10384 signal" -> "Thread NN received signal" output change.
10385 * gdb.threads/ia64-sigill.exp: Likewise.
10386 * gdb.threads/linux-dp.exp: Likewise.
10387 * gdb.threads/manythreads.exp: Likewise.
10388 * gdb.threads/pending-step.exp: Likewise.
10389 * gdb.threads/print-threads.exp: Likewise.
10390 * gdb.threads/sigstep-threads.exp: Likewise.
10391 * gdb.threads/staticthreads.exp: Likewise.
10392 * gdb.threads/tls.exp: Likewise.
10393
10394 2016-03-09 Pedro Alves <palves@redhat.com>
10395
10396 * gdb.base/command-line-input.exp: New file.
10397
10398 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10399
10400 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10401 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10402 * gdb.trace/pending.exp: Accept leading dot before function name.
10403 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10404 * lib/trace-support.exp: Set registers for ppc.
10405
10406 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10407
10408 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10409 use it for disassembly; accept .main in addition to main in backtrace.
10410
10411 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10412 Marcin Kościelnicki <koriakin@0x04.net>
10413
10414 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10415 (gdb_recursion_test_ptr): New global variable.
10416 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10417 gdb_recursion_test.
10418 (gdb_c_test): Ditto.
10419
10420 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10421
10422 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10423 ordering.
10424
10425 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10426
10427 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10428 (bar): Add bar_start_lbl label.
10429 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10430 of foo/bar for emitting DWARF and tracing.
10431
10432 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10433
10434 * analyze-racy-logs.py: Set executable bit.
10435
10436 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10437
10438 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10439 (CHECK_TARGET_TMP): Likewise.
10440 (check-single-racy): New rule.
10441 (check-parallel-racy): Likewise.
10442 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10443 (do-check-parallel-racy): New rule.
10444 (check-racy/%.exp): Likewise.
10445 * README (Racy testcases): New section.
10446 * analyze-racy-logs.py: New file.
10447
10448 2016-03-03 Doug Evans <dje@google.com>
10449
10450 * gdb.base/skip.exp: Use with_test_prefix.
10451
10452 2016-03-03 Yao Qi <yao.qi@linaro.org>
10453
10454 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10455 Invoke step_over_syscall "clone" and break_cond_on_syscall
10456 "clone".
10457 * gdb.base/step-over-clone.c: New file.
10458
10459 2016-03-03 Yao Qi <yao.qi@linaro.org>
10460
10461 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10462 code format.
10463
10464 2016-03-03 Yao Qi <yao.qi@linaro.org>
10465
10466 * gdb.base/disp-step-fork.c: Rename to ...
10467 * gdb.base/step-over-fork.c: ... it. New file.
10468 * gdb.base/disp-step-vfork.c: Rename to ...
10469 * gdb.base/step-over-vfork.c: ... it. New file.
10470 * gdb.base/disp-step-syscall.exp: Rename to ...
10471 * gdb.base/step-over-syscall.exp: ... it. New file.
10472 (disp_step_cross_syscall): Rename to ...
10473 (step_over_syscall): ... it.
10474
10475 2016-03-03 Yao Qi <yao.qi@linaro.org>
10476
10477 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10478 If target supports condition evaluation on target, invoke
10479 break_cond_on_syscall for fork and vfork.
10480
10481 2016-03-03 Yao Qi <yao.qi@linaro.org>
10482
10483 * gdb.base/disp-step-syscall.exp: Don't invoke
10484 support_displaced_stepping.
10485 (disp_step_cross_syscall): Test with displaced stepping off and
10486 on if supported.
10487
10488 2016-03-03 Yao Qi <yao.qi@linaro.org>
10489
10490 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10491 proc.
10492 (setup): New proc.
10493 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10494 and setup.
10495
10496 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10497
10498 * gdb.fortran/vla-history.exp: Remove breakpoint.
10499
10500 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10501
10502 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10503 exceeds timeout.
10504
10505 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10506
10507 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10508 breakpoint.
10509
10510 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10511
10512 * gdb.mi/vla.f90: Nullify pointer after declaration.
10513
10514 2016-03-01 Pedro Alves <palves@redhat.com>
10515
10516 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10517
10518 2016-03-01 Pedro Alves <palves@redhat.com>
10519
10520 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10521 before anything else.
10522 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10523 _GNU_SOURCE here.
10524 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10525 before anything else.
10526 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10527
10528 2016-03-01 Pedro Alves <palves@redhat.com>
10529
10530 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10531
10532 2016-03-01 Yao Qi <yao.qi@linaro.org>
10533
10534 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10535 prepare_for_testing.
10536
10537 2016-03-01 Yao Qi <yao.qi@linaro.org>
10538
10539 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10540
10541 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10542
10543 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10544 manually constructing the output path.
10545
10546 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10547
10548 * gdb.arch/s390-stackless.S: New.
10549 * gdb.arch/s390-stackless.exp: New.
10550
10551 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10552
10553 * gdb.dlang/circular.c: New file.
10554 * gdb.dlang/circular.exp: New file.
10555
10556 2016-02-26 Yao Qi <yao.qi@linaro.org>
10557
10558 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10559 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10560 (testcases): Update.
10561
10562 2016-02-26 Yao Qi <yao.qi@linaro.org>
10563
10564 * gdb.reverse/aarch64.c: Rename to ...
10565 * gdb.reverse/insn-reverse.c: ... it.
10566 * gdb.reverse/aarch64.exp: Rename to ...
10567 * gdb.reverse/insn-reverse.exp: ... it.
10568
10569 2016-02-26 Yao Qi <yao.qi@linaro.org>
10570
10571 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10572 (testcase_ftype): New.
10573 (testcases): New array.
10574 (n_testcases): New.
10575 (main): Call each element in testcases.
10576 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10577 (read_testcase): New.
10578 Do the tests in a loop.
10579
10580 2016-02-25 Yao Qi <yao.qi@linaro.org>
10581
10582 * gdb.base/branches.c: Remove.
10583
10584 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10585
10586 PR gdb/13808
10587 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10588
10589 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10590
10591 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10592
10593 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10594
10595 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10596 change x86_64 call_insn to 'callq'.
10597
10598 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10599
10600 * gdb.trace/tfile-avx.c: Move to...
10601 * gdb.trace/tracefile-pseudo-reg.c: Here.
10602 * gdb.trace/tfile-avx.exp: Move to...
10603 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10604
10605 2016-02-24 Gary Benson <gbenson@redhat.com>
10606
10607 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10608 message on attach.
10609
10610 2016-02-23 Doug Evans <dje@google.com>
10611
10612 * gdb.base/skip.c (test_skip): New function.
10613 (end_test_skip_file_and_function): New function.
10614 (test_skip_file_and_function): New function.
10615 * gdb.base/skip1.c (test_skip): New function.
10616 (skip1_test_skip_file_and_function): New function.
10617 * gdb.base/skip.exp: Add tests for new skip options.
10618 * gdb.base/skip-solib.exp: Update expected output.
10619 * gdb.perf/skip-command.cc: New file.
10620 * gdb.perf/skip-command.exp: New file.
10621 * gdb.perf/skip-command.py: New file.
10622
10623 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10624
10625 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10626 info registers pattern.
10627
10628 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10629
10630 * lib/future.exp: Add D support.
10631 (gdb_find_gdc): New proc.
10632 (gdb_default_target_compile): Add D support.
10633
10634 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10635
10636 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10637 user+system time.
10638 (trace_speed_test): Determine the iteration count for a time
10639 between 15..30 seconds.
10640
10641 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10642
10643 * gdb.arch/i386-mpx-sigsegv.c: New file.
10644 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10645 * gdb.arch/i386-mpx-simple_segv.c: New file.
10646 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10647
10648 2016-02-18 Yao Qi <yao.qi@linaro.org>
10649
10650 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10651 Don't call setup_kfail.
10652
10653 2016-02-18 Yao Qi <yao.qi@linaro.org>
10654
10655 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10656 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10657
10658 2016-02-16 Doug Evans <dje@google.com>
10659
10660 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10661 * gdb.base/skip1.c: Ditto.
10662 * gdb.base/skip.exp: Whitespace cleanup.
10663
10664 2016-02-16 Don Breazeal <donb@codesourcery.com>
10665
10666 PR remote/19496
10667 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10668 Remove kfail for PR remote/19496.
10669
10670 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10671
10672 * lib/gdb.exp (standard_temp_file): Return a path specific to
10673 the runtest invocation.
10674
10675 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10676
10677 * gdb.trace/save-trace.exp: Change relative path to be in the
10678 standard output directory.
10679
10680 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10681
10682 * gdb.arch/i386-prologue.c: Add missing prototypes.
10683
10684 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10685
10686 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10687 * gdb.arch/i386-prologue.exp: Likewise.
10688 * gdb.arch/i386-size.exp: Likewise.
10689
10690 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10691
10692 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10693 define object file path.
10694 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10695 file path.
10696 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10697 standard_output_file to define binfile.
10698
10699 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10700
10701 Fix compatibility with recent gfortran-5.3.1.
10702 * gdb.fortran/vla-history.exp (print vla1 allocated)
10703 (print vla2 allocated, print $2, print $3): Remove
10704 (print $4): Rename to ...
10705 (print $2): ... here.
10706 (print $9): Rename to ...
10707 (print $5): ... here.
10708 (print $10): Rename to ...
10709 (print $6): ... here.
10710 * gdb.fortran/vla.f90: Add pvla initialization.
10711
10712 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10713
10714 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10715 New test.
10716 * gdb.fortran/vla-value-sub.exp: Likewise.
10717
10718 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10719
10720 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10721
10722 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10723
10724 * i386-biarch-core.exp: Define corefile using
10725 standard_output_file.
10726
10727 2016-02-12 Yao Qi <yao.qi@linaro.org>
10728
10729 * gdb.arch/arm-single-step-kernel-helper.c: New.
10730 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10731
10732 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10733
10734 * gdb.btrace/tailcall-only.exp: New.
10735 * gdb.btrace/tailcall-only.c: New.
10736 * gdb.btrace/x86_64-tailcall-only.S: New.
10737 * gdb.btrace/i686-tailcall-only.S: New.
10738
10739 2016-02-11 Pedro Alves <palves@redhat.com>
10740
10741 * README (Parallel testing): Add missing double quotes.
10742
10743 2016-02-11 Pedro Alves <palves@redhat.com>
10744
10745 * README (Parallel testing): New section.
10746 (GDB_PARALLEL): Rewrite.
10747 (FORCE_PARALLEL): Document.
10748
10749 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10750
10751 * gdb.trace/tfile-avx.c: New test.
10752 * gdb.trace/tfile-avx.exp: New test.
10753
10754 2016-02-09 Keith Seitz <keiths@redhat.com>
10755
10756 PR breakpoints/19546
10757 * gdb.base/infcall-exec.c: New file.
10758 * gdb.base/infcall-exec2.c: New file.
10759 * gdb.base/infcall-exec.exp: New file.
10760
10761 2016-02-09 Keith Seitz <keiths@redhat.com>
10762
10763 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10764 (toplevel): Call test_bkpt_address.
10765
10766 2016-02-09 Keith Seitz <keiths@redhat.com>
10767
10768 PR python/19506
10769 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10770 (toplevel): Call test_bkpt_address.
10771
10772 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10773
10774 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10775 to AC_OUTPUT.
10776 * configure: Regenerate.
10777
10778 2016-02-09 Pedro Alves <palves@redhat.com>
10779
10780 PR breakpoints/19548
10781 * gdb.base/execl-update-breakpoints.c (some_function): New
10782 function.
10783 (main): Call it.
10784 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10785 Tighten expected GDB output.
10786
10787 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10788
10789 * Makefile.in (ALL_SUBDIRS): Remove.
10790 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10791 (distclean maintainer-clean realclean): Likewise.
10792 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10793 * configure: Regenerate.
10794 * gdb.ada/Makefile.in: Delete.
10795 * gdb.arch/Makefile.in: Likewise.
10796 * gdb.asm/Makefile.in: Likewise.
10797 * gdb.base/Makefile.in: Likewise.
10798 * gdb.btrace/Makefile.in: Likewise.
10799 * gdb.cell/Makefile.in: Likewise.
10800 * gdb.compile/Makefile.in: Likewise.
10801 * gdb.cp/Makefile.in: Likewise.
10802 * gdb.disasm/Makefile.in: Likewise.
10803 * gdb.dlang/Makefile.in: Likewise.
10804 * gdb.dwarf2/Makefile.in: Likewise.
10805 * gdb.fortran/Makefile.in: Likewise.
10806 * gdb.gdb/Makefile.in: Likewise.
10807 * gdb.go/Makefile.in: Likewise.
10808 * gdb.guile/Makefile.in: Likewise.
10809 * gdb.java/Makefile.in: Likewise.
10810 * gdb.linespec/Makefile.in: Likewise.
10811 * gdb.mi/Makefile.in: Likewise.
10812 * gdb.modula2/Makefile.in: Likewise.
10813 * gdb.multi/Makefile.in: Likewise.
10814 * gdb.objc/Makefile.in: Likewise.
10815 * gdb.opencl/Makefile.in: Likewise.
10816 * gdb.opt/Makefile.in: Likewise.
10817 * gdb.pascal/Makefile.in: Likewise.
10818 * gdb.perf/Makefile.in: Likewise.
10819 * gdb.python/Makefile.in: Likewise.
10820 * gdb.reverse/Makefile.in: Likewise.
10821 * gdb.server/Makefile.in: Likewise.
10822 * gdb.stabs/Makefile.in: Likewise.
10823 * gdb.threads/Makefile.in: Likewise.
10824 * gdb.trace/Makefile.in: Likewise.
10825 * gdb.xml/Makefile.in: Likewise.
10826 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10827 GDB_PARALLEL.
10828 (standard_output_file): Remove check for GDB_PARALLEL, always
10829 return path in outputs/$subdir/$testname.
10830
10831 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10832
10833 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10834 (site.exp): Assign abs_srcdir to tcl's srcdir.
10835
10836 2016-02-04 Yao Qi <yao.qi@linaro.org>
10837
10838 * gdb.base/foll-exec-mode.c: Include limits.h.
10839 (main): Add parameters argc and argv. Get directory from
10840 argv[0].
10841 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10842 compilation.
10843 * gdb.base/foll-exec.c: Include limits.h.
10844 (main): Add parameters argc and argv.
10845 Get directory from argv[0].
10846 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10847 Adjust tests on the number of lines as source code changed.
10848 * gdb.base/foll-vfork-exit.c: Include limits.h.
10849 (main): Add one line of statement before vfork.
10850 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10851 (main): Add parameters argc and argv. Get directory from
10852 argv[0].
10853 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10854 (setup_gdb): Set tbreak to skip some source lines.
10855 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10856 (main): Add parameters argc and argv. Get directory from
10857 argv[0].
10858 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10859 compilation.
10860 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10861 (main): Add parameters argc and argv. Get directory from
10862 argv[0].
10863 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10864 compilation.
10865
10866 2016-02-01 Doug Evans <dje@google.com>
10867
10868 * gdb.base/skip.exp: Clean up multiple references to same test name.
10869
10870 2016-02-01 Pedro Alves <palves@redhat.com>
10871
10872 PR remote/19496
10873 * gdb.threads/forking-threads-plus-breakpoint.exp
10874 (displaced_stepping_supported): New global.
10875 (probe_displaced_stepping_support): New procedure.
10876 (do_test): Add 'displaced' parameter, and use it.
10877 (top level): Check for displaced stepping support. Add displaced
10878 stepping on/off testing axis.
10879
10880 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10881
10882 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10883 pointer. Don't perform further tests on the unassociated pointer
10884 if the first test fails.
10885
10886 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10887
10888 * gdb.base/max-value-size.c: New file.
10889 * gdb.base/max-value-size.exp: New file.
10890 * gdb.base/huge.exp: Disable max-value-size for this test.
10891
10892 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10893
10894 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10895
10896 2016-01-28 Yao Qi <yao.qi@linaro.org>
10897
10898 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10899
10900 2016-01-25 Pedro Alves <palves@redhat.com>
10901
10902 PR threads/19461
10903 * gdb.base/fork-running-state.c: New file.
10904 * gdb.base/fork-running-state.exp: New file.
10905
10906 2016-01-25 Pedro Alves <palves@redhat.com>
10907
10908 PR gdb/19494
10909 * gdb.base/catch-fork-kill.c: New file.
10910 * gdb.base/catch-fork-kill.exp: New file.
10911
10912 2016-01-25 Pedro Alves <palves@redhat.com>
10913
10914 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10915 Delete, moved to lib/gdb.exp.
10916 * gdb.threads/forking-threads-plus-breakpoint.exp
10917 (foreach_with_prefix): Likewise.
10918 * gdb.threads/process-dies-while-handling-bp.exp
10919 (foreach_with_prefix): Likewise.
10920 * lib/gdb.exp (foreach_with_prefix): New procedure.
10921
10922 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10923
10924 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10925 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10926
10927 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10928
10929 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10930 endian targets.
10931
10932 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10933 Pedro Alves <palves@redhat.com>
10934
10935 Fix testsuite compatibility with Guile.
10936 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10937 number.
10938
10939 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10940
10941 Fix testsuite compatibility with Guile.
10942 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10943 (thread 1): New test for backtrace through signal handler.
10944
10945 2016-01-22 Yao Qi <yao.qi@linaro.org>
10946
10947 PR testsuite/19491
10948 * gdb.base/multi-forks.c: Include
10949 ../lib/unbuffer_output.c
10950 (main): Call gdb_unbuffer_output.
10951
10952 2016-01-21 Doug Evans <dje@google.com>
10953
10954 * lib/ada.exp (gdb_compile_ada): Fix typo.
10955
10956 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10957
10958 * gdb.base/break-fun-addr.exp: New file.
10959 * gdb.base/break-fun-addr1.c: New file.
10960 * gdb.base/break-fun-addr2.c: New file.
10961
10962 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10963
10964 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10965 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10966 enum flag values.
10967
10968 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10969
10970 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10971 when GDB can not set the vector return value. Add more comments
10972 for clarification.
10973
10974 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10975
10976 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10977 command.
10978
10979 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10980
10981 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10982
10983 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10984
10985 * Makefile.in (check-single): Pass --status to runtest.
10986 (check/%.exp): Likewise.
10987
10988 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10989
10990 * Makefile.in (check-parallel): Propagate return code from make
10991 do-check-parallel.
10992
10993 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10994
10995 * gdb.trace/ftrace.exp: Fix expected message on continue.
10996 * gdb.trace/pending.exp: Fix expected message on continue.
10997 * gdb.trace/trace-break.exp: Fix expected message on continue.
10998
10999 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11000
11001 * lib/gdb.exp (gdb_test): Remove unused global references.
11002
11003 2016-01-18 Pedro Alves <palves@redhat.com>
11004
11005 * gdb.base/async-shell.exp: Adjust expected output.
11006 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11007 * gdb.base/siginfo-thread.exp: Adjust expected output.
11008 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11009 * gdb.java/jnpe.exp: Adjust expected output.
11010 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11011 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11012 * gdb.threads/leader-exit.exp: Adjust expected output.
11013 * gdb.threads/manythreads.exp: Adjust expected output.
11014 * gdb.threads/pthreads.exp: Adjust expected output.
11015 * gdb.threads/schedlock.exp: Adjust expected output.
11016 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11017 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11018 expected output.
11019 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11020 output.
11021 * gdb.threads/sigthread.exp: Adjust expected output.
11022 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11023
11024 2016-01-18 Yao Qi <yao.qi@linaro.org>
11025
11026 * gdb.guile/scm-section-script.c: Replace @progbits with
11027 %progbits.
11028 * gdb.python/py-section-script.c: Likewise.
11029
11030 2016-01-15 Pedro Alves <palves@redhat.com>
11031
11032 * gdb.multi/tids.exp: Test star wildcard ranges.
11033
11034 2016-01-15 Pedro Alves <palves@redhat.com>
11035
11036 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11037 command from "thread apply" invocation.
11038 (thr_apply_info_thr_invalid): Default the expected output to the
11039 input tid list.
11040 (top level): Add tests that use convenience variables. Add tests
11041 for "thread apply" with a valid TID list, but missing the command.
11042
11043 2016-01-13 Pedro Alves <palves@redhat.com>
11044
11045 * gdb.base/default.exp: Expect $_gthread as well.
11046 * gdb.multi/tids.exp: Test $_gthread.
11047 * gdb.threads/thread-specific.exp: Test $_gthread.
11048
11049 2016-01-13 Pedro Alves <palves@redhat.com>
11050
11051 * gdb.multi/tids.exp: Test "info threads -gid".
11052
11053 2016-01-13 Pedro Alves <palves@redhat.com>
11054
11055 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11056 Breakpoint.thread.
11057 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11058
11059 2016-01-07 Pedro Alves <palves@redhat.com>
11060
11061 * gdb.base/break.exp: Adjust to output changes.
11062 * gdb.base/hbreak2.exp: Likewise.
11063 * gdb.base/sepdebug.exp: Likewise.
11064 * gdb.base/watch_thread_num.exp: Likewise.
11065 * gdb.linespec/keywords.exp: Likewise.
11066 * gdb.multi/info-threads.exp: Likewise.
11067 * gdb.threads/thread-find.exp: Likewise.
11068 * gdb.multi/tids.c: New file.
11069 * gdb.multi/tids.exp: New file.
11070
11071 2016-01-13 Pedro Alves <palves@redhat.com>
11072
11073 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11074
11075 2016-01-13 Pedro Alves <palves@redhat.com>
11076
11077 * gdb.base/default.exp: Expect $_inferior as well.
11078 * gdb.multi/base.exp: Test $_inferior.
11079
11080 2016-01-13 Pedro Alves <palves@redhat.com>
11081
11082 PR breakpoints/19388
11083 * gdb.base/catch-signal-siginfo-cond.c: New file.
11084 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11085
11086 2016-01-12 Josh Stone <jistone@redhat.com>
11087 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11088
11089 * gdb.base/catch-syscall.c (do_execve): New variable.
11090 (main): Conditionally trigger an execve.
11091 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11092 (test_catch_syscall_execve): New, check entry/return across execve.
11093 (do_syscall_tests): Call test_catch_syscall_execve.
11094
11095 2016-01-12 Pedro Alves <palves@redhat.com>
11096
11097 * gdb.base/random-signal.exp (do_test): New procedure, with body
11098 of testcase moved in.
11099
11100 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11101 Pedro Alves <palves@redhat.com>
11102
11103 * gdb.base/funcargs.exp (finish from indirectly called function):
11104 Reintroduce the case for 'First'.
11105
11106 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11107 Pedro Alves <palves@redhat.com>
11108
11109 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11110 (tcatch_vfork_then_child_follow_exec)
11111 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11112 identification.
11113
11114 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11115
11116 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11117 and repeats to unlimited.
11118 * gdb.python/py-value.exp: Likewise.
11119 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11120 and repeats to unlimited.
11121
11122 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11123
11124 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11125 and reordering the functions.
11126 * gdb.multi/hangout.c: Likewise.
11127 * gdb.multi/hello.c: Likewise.
11128
11129 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11130
11131 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11132 absolute.
11133 (SingleStatisticTestResult.report): Use dict.keys instead of
11134 dict.iterkeys.
11135
11136 2016-01-06 Pedro Alves <palves@redhat.com>
11137
11138 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11139
11140 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11141
11142 * gdb.btrace/dlopen.exp: New.
11143 * gdb.btrace/dlopen.c: New.
11144 * gdb.btrace/dlopen-dso.c: New.
11145
11146 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11147
11148 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11149 PATTERN argument is optional.
11150
11151 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11152
11153 * lib/ada.exp (target_compile_ada_from_dir): New function.
11154 (gdb_compile_ada): Reimplement avoiding the use of project files.
11155 * gdb.ada/gnat_ada.gpr: Delete.
11156 * gdb.ada/cond_lang.exp: Adjust test to make path before
11157 filename optional.
11158 * gdb.ada/small_reg_param.exp: Likewise.
11159
11160 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11161
11162 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11163
11164 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11165
11166 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11167 case.
11168
11169 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11170
11171 * gdb.base/break.exp: Remove dead code.
11172 * gdb.base/sepdebug.exp: Likewise.
11173
11174 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11175
11176 * gdb.asm/asm-source.exp: Remove HP-UX references.
11177 * gdb.base/annota1.exp: Likewise.
11178 * gdb.base/annota3.exp: Likewise.
11179 * gdb.base/attach.exp: Likewise.
11180 * gdb.base/bigcore.exp: Likewise.
11181 * gdb.base/break.exp: Likewise.
11182 * gdb.base/call-ar-st.exp: Likewise.
11183 * gdb.base/callfuncs.exp: Likewise.
11184 * gdb.base/catch-fork-static.exp: Likewise.
11185 * gdb.base/display.exp: Likewise.
11186 * gdb.base/foll-exec-mode.exp: Likewise.
11187 * gdb.base/foll-exec.exp: Likewise.
11188 * gdb.base/foll-fork.exp: Likewise.
11189 * gdb.base/foll-vfork.exp: Likewise.
11190 * gdb.base/funcargs.exp: Likewise.
11191 * gdb.base/hbreak2.exp: Likewise.
11192 * gdb.base/inferior-died.exp: Likewise.
11193 * gdb.base/interrupt.exp: Likewise.
11194 * gdb.base/multi-forks.exp: Likewise.
11195 * gdb.base/nodebug.exp: Likewise.
11196 * gdb.base/sepdebug.exp: Likewise.
11197 * gdb.base/solib1.c: Likewise.
11198 * gdb.base/step-test.exp: Likewise.
11199 * gdb.mi/non-stop.c: Likewise.
11200 * gdb.mi/pthreads.c: Likewise.
11201 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11202 * gdb.threads/pthreads.c: Likewise.
11203 * gdb.threads/staticthreads.exp: Likewise.
11204 * lib/future.exp: Likewise.
11205 * lib/gdb.exp: Likewise.
11206 * gdb.base/so-indr-cl.c: Remove.
11207 * gdb.base/so-indr-cl.exp: Likewise.
11208 * gdb.base/solib.c: Likewise.
11209 * gdb.base/solib.exp: Likewise.
11210 * gdb.base/solib2.c: Likewise.
11211
11212 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11213
11214 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11215 * gdb.base/call-ar-st.exp: Likewise.
11216 * gdb.base/callfuncs.exp: Likewise.
11217 * gdb.base/condbreak.exp: Likewise.
11218 * gdb.base/constvars.exp: Likewise.
11219 * gdb.base/hbreak2.exp: Likewise.
11220 * gdb.base/langs.exp: Likewise.
11221 * gdb.base/list.exp: Likewise.
11222 * gdb.base/long_long.exp: Likewise.
11223 * gdb.base/ptype.exp: Likewise.
11224 * gdb.base/scope.exp: Likewise.
11225 * gdb.base/signals.exp: Likewise.
11226 * gdb.base/so-impl-ld.exp: Likewise.
11227 * gdb.base/varargs.exp: Likewise.
11228 * gdb.base/volatile.exp: Likewise.
11229 * gdb.base/whatis.exp: Likewise.
11230 * gdb.cp/cplusfuncs.exp: Likewise.
11231 * gdb.cp/inherit.exp: Likewise.
11232 * gdb.cp/local.exp: Likewise.
11233 * gdb.cp/member-ptr.exp: Likewise.
11234 * gdb.cp/method.exp: Likewise.
11235 * gdb.cp/overload.exp: Likewise.
11236 * gdb.cp/templates.exp: Likewise.
11237 * gdb.stabs/weird.exp: Likewise.
11238 * lib/compiler.c: Likewise.
11239 * lib/compiler.cc: Likewise.
11240 * lib/cp-support.exp: Likewise.
11241 * lib/gdb.exp: Likewise.
11242
11243 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11244
11245 * configure.ac: Remove HP-UX case.
11246 * configure: Regenerate.
11247
11248 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11249
11250 * lib/gdb.exp (gdb_compile): Add function doc.
11251
11252 2015-12-17 Pedro Alves <palves@redhat.com>
11253
11254 PR threads/19354
11255 * gdb.multi/info-threads.exp: New file.
11256
11257 2015-12-15 Yao Qi <yao.qi@linaro.org>
11258
11259 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11260 is aarch64*-*-*.
11261
11262 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11263
11264 * gdb.base/history-duplicates.exp: Skip if no readline support.
11265
11266 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11267
11268 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11269
11270 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11271
11272 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11273
11274 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11275
11276 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11277 ctrl-C if nointerrupts target property is set.
11278 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11279 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11280 * gdb.base/paginate-bg-execution.exp: Likewise.
11281 * gdb.base/paginate-execution-startup.exp: Likewise.
11282 * gdb.base/random-signal.exp: Likewise.
11283 * gdb.base/range-stepping.exp: Likewise.
11284 * gdb.cp/annota2.exp: Likewise.
11285 * gdb.cp/annota3.exp: Likewise.
11286 * gdb.gdb/selftest.exp: Likewise.
11287 * gdb.threads/continue-pending-status.exp: Likewise.
11288 * gdb.threads/leader-exit.exp: Likewise.
11289 * gdb.threads/manythreads.exp: Likewise.
11290 * gdb.threads/pthreads.exp: Likewise.
11291 * gdb.threads/schedlock.exp: Likewise.
11292 * gdb.threads/sigthread.exp: Likewise.
11293
11294 2015-12-11 Don Breazeal <donb@codesourcery.com>
11295
11296 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11297 remote.
11298 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11299 * gdb.base/foll-exec.exp (main): Enable for target remote.
11300 * gdb.base/foll-fork.exp (main): Likewise.
11301 * gdb.base/foll-vfork.exp (main): Likewise.
11302 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11303 (proc continue_to_exit_bp_loc): Use clean_restart.
11304 * gdb.base/pie-execl.exp (main): Disable for target remote.
11305 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11306 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11307 * gdb.threads/execl.exp (main): Likewise.
11308 * gdb.threads/fork-child-threads.exp (main): Likewise.
11309 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11310 remote.
11311 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11312 remote.
11313 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11314 pid.tid style ptids, instead of just tid.
11315 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11316 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11317 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11318 ptids, instead of just tid.
11319
11320 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11321
11322 * gdb.base/list.exp (test_list_forward): Add end of file error
11323 test.
11324 (test_repeat_list_command): Add end of file error test.
11325 (test_list_backwards): Add beginning of file error test.
11326
11327 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11328
11329 * gdb.base/list.exp (test_list_invalid_args): New function,
11330 defined, and called.
11331
11332 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11333
11334 * gdb.base/list.exp (test_list): Make test names unique.
11335
11336 2015-12-11 Yao Qi <yao.qi@linaro.org>
11337
11338 * gdb.base/coremaker2.c: Remove.
11339
11340 2015-12-10 Pedro Alves <palves@redhat.com>
11341
11342 * gdb.multi/base.exp: Remove stale "spaces" references.
11343
11344 2015-12-10 Pedro Alves <palves@redhat.com>
11345
11346 * gdb.multi/base.exp: Don't use nowarnings.
11347 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11348 * gdb.multi/hangout.c: Include stdio.h.
11349 * gdb.multi/hello.c: Include stdlib.h.
11350 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11351 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11352 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11353
11354 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11355
11356 * gdb.dwarf2/dw2-ranges-base.c: New file.
11357 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11358 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11359 support additional line table, and debug ranges generation.
11360 (Dwarf::ranges): New function, generate .debug_ranges.
11361 (Dwarf::lines): Support generating simple line table programs.
11362 (Dwarf::assemble): Initialise new namespace variables.
11363
11364 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11365
11366 * gdb.base/async.exp (proc test_background): Add case for
11367 asynchronous execution not supported.
11368
11369 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11370
11371 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11372 format and change test names to make them unique.
11373
11374 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11375 Pedro Alves <pedro@redhat.com>
11376
11377 PR gdb/18702
11378 Add checking of floatformats setup on x86_64 hosts.
11379 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11380 (smallval, bigval): New labels/constants.
11381 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11382 float" after loading bigval and smallval.
11383
11384 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11385
11386 * gdb.ada/fun_overload_menu.exp: New testcase.
11387 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11388
11389 2015-12-04 Josh Stone <jistone@redhat.com>
11390
11391 * gdb.base/catch-fork-static.exp: New.
11392
11393 2015-12-03 Yao Qi <yao.qi@linaro.org>
11394
11395 * gdb.base/sizeof.c: Don't include stdio.h and
11396 ../lib/unbuffer_output.c.
11397 (main): New variable 'size' and 'value'. Remove printf and
11398 gdb_unbuffer_output. Assign return value to size and value.
11399 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11400 at the beginning.
11401 (check_sizeof): Check the result by printing variable 'size'.
11402 (check_valueof): Check the result by printing variable 'value'.
11403
11404 2015-12-01 Yao Qi <yao.qi@linaro.org>
11405
11406 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11407 for aarch64*-*-linux* target.
11408
11409 2015-11-30 Pedro Alves <palves@redhat.com>
11410
11411 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11412
11413 2015-11-30 Pedro Alves <palves@redhat.com>
11414
11415 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11416 Handle non-stop mode vCont replies.
11417
11418 2015-11-30 Pedro Alves <palves@redhat.com>
11419
11420 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11421 prepare_for_testing. Start gdb with "set non-stop on" appended to
11422 GDBFLAGS. Lax expected stop output.
11423
11424 2015-11-27 Yao Qi <yao.qi@linaro.org>
11425
11426 * gdb.arch/arm-neon.exp: New.
11427 * gdb.arch/arm-neon.c: New.
11428
11429 2015-11-27 Yao Qi <yao.qi@linaro.org>
11430
11431 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11432
11433 2015-11-27 Yao Qi <yao.qi@linaro.org>
11434
11435 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11436 frames-invalid annotation.
11437
11438 2015-11-27 Yao Qi <yao.qi@linaro.org>
11439
11440 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11441
11442 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11443
11444 * gdb.threads/names.exp: New file.
11445 * gdb.threads/names.c: New file.
11446 * README: Mention gdb,no_thread_names.
11447
11448 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11449
11450 PR 19297
11451 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11452 support" error.
11453
11454 2015-11-24 Pedro Alves <palves@redhat.com>
11455
11456 PR 17539
11457 * gdb.base/display.exp: Expect displays to be sorted in ascending
11458 order. Use multi_line.
11459 * gdb.base/solib-display.exp: Likewise.
11460
11461 2015-11-24 Pedro Alves <palves@redhat.com>
11462
11463 PR 17539
11464 * gdb.base/display.exp: Expect displays to be sorted in ascending
11465 order. Use multi_line.
11466 * gdb.base/solib-display.exp: Likewise.
11467
11468 2015-11-24 Pedro Alves <palves@redhat.com>
11469
11470 PR 17539
11471 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11472 threads in ascending order.
11473 * gdb.base/foll-fork.exp: Likewise.
11474 * gdb.base/foll-vfork.exp: Likewise.
11475 * gdb.base/multi-forks.exp: Likewise.
11476 * gdb.mi/mi-nonstop.exp: Likewise.
11477 * gdb.mi/mi-nsintrall.exp: Likewise.
11478 * gdb.multi/base.exp: Likewise.
11479 * gdb.multi/multi-arch.exp: Likewise.
11480 * gdb.python/py-inferior.exp: Likewise.
11481 * gdb.threads/break-while-running.exp: Likewise.
11482 * gdb.threads/execl.exp: Likewise.
11483 * gdb.threads/gcore-thread.exp: Likewise.
11484 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11485 * gdb.threads/kill.exp: Likewise.
11486 * gdb.threads/linux-dp.exp: Likewise.
11487 * gdb.threads/multiple-step-overs.exp: Likewise.
11488 * gdb.threads/next-bp-other-thread.exp: Likewise.
11489 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11490 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11491 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11492 * gdb.threads/thread-find.exp: Likewise.
11493 * gdb.threads/tls.exp: Likewise.
11494 * lib/mi-support.exp (mi_reverse_list): Delete.
11495 (mi_check_thread_states): No longer reverse list.
11496
11497 2015-11-24 Pedro Alves <palves@redhat.com>
11498
11499 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11500 use lowercase.
11501
11502 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11503
11504 * gdb.trace/actions.c: Include trace-common.h.
11505 (main): Add a location for a fast tracepoint.
11506 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11507 the normal tracepoints.
11508 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11509
11510 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11511
11512 * save-trace.exp: Factor out code to these...
11513 (gdb_save_tracepoints): New.
11514 (gdb_load_tracepoints): New.
11515 (do_save_load_test): New.
11516
11517 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11518
11519 * gdb.base/asmlabel.exp: New test.
11520 * gdb.base/asmlabel.c: New test case.
11521
11522 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11523
11524 * gdb.base/wrong_frame_bt_full-main.c: New file.
11525 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11526 * gdb.base/wrong_frame_bt_full.exp: New file.
11527
11528 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11529
11530 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11531
11532 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11533
11534 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11535 pstate register when comparing registers values in
11536 sparc64-*-linux-gnu targets to avoid spurious differences.
11537
11538 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11539
11540 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11541
11542 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11543
11544 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11545 as type argument to gdb_compile.
11546 * gdb.base/nested-subp2.exp: Likewise.
11547 * gdb.base/nested-subp3.exp: Likewise.
11548
11549 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11550
11551 * lib/dwarf.exp (_note): Fix left shift of negative value.
11552 * gdb.trace/trace-condition.exp: Likewise.
11553
11554 2015-11-13 Yao Qi <yao.qi@linaro.org>
11555
11556 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11557 comments about d10v.
11558 (test_scalar_returns): Likewise.
11559 * gdb.base/d10v.ld: Remove.
11560 * gdb.base/overlays.exp: Remove the target triplet checking for
11561 d10v-*-*.
11562 * gdb.base/structs.exp (test_struct_returns): Remove the
11563 comments about d10v.
11564 (test_struct_calls): Likewise.
11565
11566 2015-11-13 Yao Qi <yao.qi@linaro.org>
11567
11568 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11569 * gdb.base/gnu_vector.c: Don't include stdio.h.
11570 (main): Don't print res and call add_some_intvecs.
11571
11572 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11573
11574 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11575 macro.
11576 (func5): Removed.
11577 (func4): Use FAST_TRACEPOINT_LABEL.
11578 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11579 macro.
11580 (func): Removed.
11581 (thread_function): Use FAST_TRACEPOINT_LABEL.
11582 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11583 (func): Remove.
11584 (marker): Use FAST_TRACEPOINT_LABEL.
11585 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11586 (pendfunc1): Remove.
11587 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11588 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11589 (foo): Remove.
11590 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11591 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11592 macro.
11593 (func): Remove.
11594 (marker): Use FAST_TRACEPOINT_LABEL.
11595 * gdb.trace/trace-common.h: New header.
11596 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11597 macro.
11598 (func): Remove.
11599 (marker): Use FAST_TRACEPOINT_LABEL.
11600 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11601 (func): Remove.
11602 (thread_function): Use FAST_TRACEPOINT_LABEL.
11603
11604 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11605
11606 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11607 in front.
11608 * gdb.trace/change-loc.exp: Use global pcreg definition.
11609 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11610 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11611 in front.
11612 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11613 * gdb.trace/pending.exp: Likewise.
11614 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11615 * gdb.trace/trace-break.exp: Likewise.
11616 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11617 in front.
11618 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11619 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11620 in front.
11621 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11622
11623 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11624
11625 * gdb.ada/fin_fun_out: New testcase.
11626
11627 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11628
11629 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11630 value associated with DW_AT_byte_size.
11631 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11632 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11633 DW_AT_upper_bound.
11634
11635 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11636
11637 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11638 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11639 version.
11640 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11641 gdb.dwarf2/dw2-canonicalize-type.exp,
11642 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11643 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11644 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11645 provided by gdb_target_symbol_prefix_flags_asm.
11646 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11647 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11648 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11649 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11650 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11651 macros where needed). Use this macro for symbols which require
11652 the prefix provided by SYMBOL_PREFIX.
11653
11654 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11655
11656 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11657 New procs.
11658 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11659 representing expressions, of more than one list element.
11660 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11661 to prepend linker symbol prefix to f.
11662 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11663 table_1 and table_2.
11664 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11665 Likewise, for f and g.
11666 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11667 for ptr.
11668 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11669 for main.
11670 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11671 table_1_ptr and table_2_ptr.
11672
11673 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11674 Joel Brobecker <brobecker@adacore.com>
11675
11676 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11677
11678 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11679
11680 * gdb.reverse/s390-mvcle.c: New test.
11681 * gdb.reverse/s390-mvcle.exp: New file.
11682 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11683
11684 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11685
11686 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11687
11688 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11689
11690 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11691 reaching marker2.
11692 * gdb.reverse/getresuid-reverse.exp: Likewise.
11693 * gdb.reverse/pipe-reverse.exp: Likewise.
11694 * gdb.reverse/readv-reverse.exp: Likewise.
11695 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11696 * gdb.reverse/time-reverse.exp: Likewise.
11697 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11698
11699 2015-10-30 Yao Qi <yao.qi@linaro.org>
11700
11701 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11702 (empty_cycle): Remove.
11703 (main): Don't call empty_cycle. Don't use watch_count_done.
11704 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11705 empty_cycle. Rewrite the code counting HW watchpoints.
11706
11707 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11708
11709 * gdb.reverse/fstatat-reverse.c: New test.
11710 * gdb.reverse/fstatat-reverse.exp: New file.
11711 * gdb.reverse/getresuid-reverse.c: New test.
11712 * gdb.reverse/getresuid-reverse.exp: New file.
11713 * gdb.reverse/pipe-reverse.c: New test.
11714 * gdb.reverse/pipe-reverse.exp: New file.
11715 * gdb.reverse/readv-reverse.c: New test.
11716 * gdb.reverse/readv-reverse.exp: New file.
11717 * gdb.reverse/recvmsg-reverse.c: New test.
11718 * gdb.reverse/recvmsg-reverse.exp: New file.
11719 * gdb.reverse/time-reverse.c: New test.
11720 * gdb.reverse/time-reverse.exp: New file.
11721 * gdb.reverse/waitpid-reverse.c: New test.
11722 * gdb.reverse/waitpid-reverse.exp: New file.
11723
11724 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11725
11726 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11727
11728 2015-10-26 Doug Evans <dje@google.com>
11729
11730 PR symtab/17391
11731 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11732 * gdb.dwarf2/bad-regnum.c: New file.
11733 * gdb.dwarf2/bad-regnum.exp: New file.
11734
11735 2015-10-26 Doug Evans <dje@google.com>
11736
11737 PR python/18938
11738 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11739 file.
11740
11741 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11742
11743 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11744 for a change by "Mention language in compile error message".
11745
11746 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11747
11748 PR python/18073
11749 * gdb.python/py-type.c (C::a_method): New.
11750 (C::a_const_method): New.
11751 (C::a_static_method): New.
11752 (a_function): New.
11753 * gdb.python/py-type.exp (test_fields): Test getting fields
11754 from function and method.
11755
11756 2015-10-21 Keven Boell <keven.boell@intel.com>
11757
11758 * gdb.fortran/vla-alloc-assoc.exp: New file.
11759 * gdb.fortran/vla-datatypes.exp: New file.
11760 * gdb.fortran/vla-datatypes.f90: New file.
11761 * gdb.fortran/vla-history.exp: New file.
11762 * gdb.fortran/vla-ptype-sub.exp: New file.
11763 * gdb.fortran/vla-ptype.exp: New file.
11764 * gdb.fortran/vla-sizeof.exp: New file.
11765 * gdb.fortran/vla-sub.f90: New file.
11766 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11767 * gdb.fortran/vla-value-sub-finish.exp: New file.
11768 * gdb.fortran/vla-value-sub.exp: New file.
11769 * gdb.fortran/vla-value.exp: New file.
11770 * gdb.fortran/vla-ptr-info.exp: New file.
11771 * gdb.mi/mi-vla-fortran.exp: New file.
11772 * gdb.mi/vla.f90: New file.
11773
11774 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11775
11776 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11777 of hardwired timeout value.
11778
11779 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11780 Pedro Alves <palves@redhat.com>
11781
11782 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11783 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11784
11785 2015-10-19 Josh Stone <jistone@redhat.com>
11786
11787 * gdb.base/catch-syscall.c: Include <sched.h>.
11788 (unknown_syscall): New variable.
11789 (main): Trigger a vfork and an unknown syscall.
11790 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11791 (unknown_syscall_number): Likewise.
11792 (check_call_to_syscall): Accept an optional syscall pattern.
11793 (check_return_from_syscall): Likewise.
11794 (check_continue): Likewise.
11795 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11796 (test_catch_syscall_skipping_return): New test toggling off 'catch
11797 syscall' to step over the syscall return, then toggling back on.
11798 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11799 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11800 (do_syscall_tests): Call test_catch_syscall_without_args and
11801 test_catch_syscall_mid_vfork.
11802 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11803 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11804
11805 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11806
11807 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11808 print g_vE): Add new pass patterns.
11809 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11810 print various symbol names for vptr fields.
11811
11812 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11813
11814 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11815 results.
11816
11817 2015-10-12 Yao Qi <yao.qi@linaro.org>
11818
11819 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11820
11821 2015-10-12 Yao Qi <yao.qi@linaro.org>
11822
11823 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11824 is aarch64*-*-linux*.
11825
11826 2015-10-12 Yao Qi <yao.qi@linaro.org>
11827
11828 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11829 (can_relocate_bcond_true): ... it.
11830 (can_relocate_bcond_false): New function.
11831 (foo): Likewise.
11832 (can_relocate_bl): Likewise.
11833 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11834 can_relocate_bl.
11835
11836 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11837
11838 * gdb.base/nested-addr.c: New file.
11839 * gdb.base/nested-addr.exp: New testcase.
11840
11841 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11842
11843 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11844 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11845 its output. Ignore the output of "record goto begin" and instead
11846 check that GDB is replaying.
11847
11848 2015-10-09 Pedro Alves <palves@redhat.com>
11849
11850 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11851 (top level): Use it in the run with no args test.
11852
11853 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11854
11855 * gdb.dlang/properties.exp: New file.
11856
11857 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11858
11859 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11860 whether or not address 0x1000 is mapped on the target.
11861
11862 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11863
11864 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11865 build.
11866
11867 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11868
11869 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11870 instruction-history test.
11871
11872 2015-09-28 Doug Evans <dje@google.com>
11873
11874 * gdb.base/gcore.c (array_func): Add reference to static_array.
11875
11876 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11877
11878 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11879 source line.
11880
11881 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11882
11883 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11884 short or char as base type.
11885
11886 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11887
11888 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11889 to allow any size enum.
11890
11891 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11892
11893 * gdb.ada/array_ptr_renaming.exp: New testcase.
11894 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11895 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11896
11897 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11898
11899 * gdb.trace/ftrace-lock.c: New file.
11900 * gdb.trace/ftrace-lock.exp: New file.
11901
11902 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11903
11904 * gdb.arch/insn-reloc.c: New file.
11905 * gdb.arch/ftrace-insn-reloc.exp: New file.
11906
11907 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11908
11909 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11910 instruction.
11911 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11912 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11913 * gdb.trace/range-stepping.c: Likewise.
11914 * gdb.trace/trace-break.c: Likewise.
11915 * gdb.trace/trace-mt.c (thread_function): Likewise.
11916 * gdb.trace/ftrace.c (marker): Likewise.
11917 * gdb.trace/trace-condition.c (marker): Likewise.
11918 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11919 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11920 is_aarch64_target.
11921
11922 2015-09-18 Doug Evans <xdje42@gmail.com>
11923
11924 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11925 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11926
11927 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11928
11929 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11930 the breakpoint.
11931
11932 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11933
11934 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11935 the pending breakpoint. Remove timeout override for "Run till
11936 MI pending breakpoint on pendfunc3 on thread 2" test.
11937
11938 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11939
11940 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11941 filename pattern.
11942
11943 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11944
11945 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11946 in breakpoint filename pattern.
11947
11948 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11949
11950 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11951
11952 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11953
11954 * gdb.linespec/explicit.exp: Check for readline support for
11955 tab-completion tests. Fix obvious typo.
11956
11957 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11958
11959 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11960 and replay.
11961
11962 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11963
11964 * gdb.btrace/non-stop.c: New.
11965 * gdb.btrace/non-stop.exp: New.
11966
11967 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11968 Yao Qi <yao.qi@linaro.org>
11969
11970 * gdb.trace/trace-condition.c: New file.
11971 * gdb.trace/trace-condition.exp: New file.
11972
11973 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11974
11975 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11976 for testing bytecode compilation.
11977
11978 2015-09-16 Pedro Alves <palves@redhat.com>
11979 Sandra Loosemore <sandra@codesourcery.com>
11980
11981 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11982 (SECONDS): Redefine.
11983 (main): Call pthread_kill and alarm early.
11984 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11985 support.
11986 (test): If the target can't hardware step and doesn't support
11987 displaced stepping, increase the timeout.
11988
11989 2015-09-16 Pedro Alves <palves@redhat.com>
11990
11991 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11992 (enable_debug): New procedures.
11993 (test): Use them. Bail out if waiting for threads fails.
11994 (top level): Bail out if a test fails.
11995
11996 2015-09-16 Yao Qi <yao.qi@linaro.org>
11997
11998 * gdb.asm/asm-source.exp: Set asm-arch for
11999 aarch64*-*-* target.
12000 * gdb.asm/aarch64.inc: New file.
12001
12002 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12003
12004 * gdb.ada/array_of_variable_length.exp: New testcase.
12005 * gdb.ada/array_of_variable_length/foo.adb: New file.
12006 * gdb.ada/array_of_variable_length/pck.adb: New file.
12007 * gdb.ada/array_of_variable_length/pck.ads: New file.
12008
12009 2015-09-15 Doug Evans <dje@google.com>
12010
12011 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12012 of function static local variable.
12013
12014 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12015
12016 * gdb.threads/tls-so_extern.exp: New test file.
12017 * gdb.threads/tls-so_extern.c: New test file.
12018 * gdb.threads/tls-so_extern_main.c: New test file.
12019
12020 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12021
12022 * gdb.opt/solib-intra-step-lib.c: New file.
12023 * gdb.opt/solib-intra-step-main.c: New file.
12024 * gdb.opt/solib-intra-step.exp: New file.
12025
12026 2015-09-15 Pedro Alves <palves@redhat.com>
12027
12028 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12029 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12030
12031 2015-09-14 Pedro Alves <palves@redhat.com>
12032
12033 * gdb.base/hook-stop-continue.c: Delete.
12034 * gdb.base/hook-stop-continue.exp: Delete.
12035 * gdb.base/hook-stop-frame.c: Delete.
12036 * gdb.base/hook-stop-frame.exp: Delete.
12037 * gdb.base/hook-stop.c: New file.
12038 * gdb.base/hook-stop.exp: New file.
12039
12040 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12041
12042 * gdb.ada/access_to_packed_array.exp: New testcase.
12043 * gdb.ada/access_to_packed_array/foo.adb: New file.
12044 * gdb.ada/access_to_packed_array/pack.adb: New file.
12045 * gdb.ada/access_to_packed_array/pack.ads: New file.
12046
12047 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12048
12049 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12050 buffer size test.
12051
12052 2015-09-11 Don Breazeal <donb@codesourcery.com>
12053
12054 * gdb.base/foll-exec.c: Add copyright header. Fix
12055 formatting issues.
12056 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12057 (do_exec_tests): Use clean_restart in place of zap_session,
12058 and for test initialization. Fix formatting issues. Use
12059 fail in place of perror.
12060 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12061 an expect statement to match an expression with output from
12062 the program under debug.
12063 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12064 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12065 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12066 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12067 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12068
12069 2015-09-09 Doug Evans <dje@google.com>
12070
12071 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12072
12073 2015-09-09 Doug Evans <dje@google.com>
12074
12075 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12076
12077 2015-09-09 Doug Evans <dje@google.com>
12078
12079 * gdb.base/savedregs.exp: Fix typo.
12080
12081 2015-09-09 Pedro Alves <palves@redhat.com>
12082
12083 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12084
12085 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12086
12087 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12088 command actually switches threads. Give up on remaining
12089 tests if target fails to stop at breakpoint.
12090
12091 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12092
12093 * gdb.ada/funcall_char.exp: New testcase.
12094 * gdb.ada/funcall_char/foo.adb: New file.
12095
12096 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12097
12098 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12099 expected outputs. Add two testcases for completing ambiguous
12100 functions.
12101 * gdb.ada/complete/aux_pck.adb: New file.
12102 * gdb.ada/complete/aux_pck.ads: New file.
12103 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12104 Ambiguous_Func functions.
12105 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12106 * gdb.ada/complete/pck.adb: Likewise.
12107
12108 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12109
12110 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12111 failures to run the test program under GDB.
12112
12113 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12114
12115 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12116 to C.
12117
12118 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12119
12120 * gdb.base/run-after-attach.exp: New test file.
12121 * gdb.base/run-after-attach.c: New test file.
12122
12123 2015-08-26 Don Breazeal <donb@codesourcery.com>
12124
12125 * gdb.base/foll-exec-2.c: New test program.
12126 * gdb.base/foll-exec-2.exp: New test.
12127
12128 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12129
12130 * gdb.base/nested-subp1.exp: New file.
12131 * gdb.base/nested-subp1.c: New file.
12132 * gdb.base/nested-subp2.exp: New file.
12133 * gdb.base/nested-subp2.c: New file.
12134 * gdb.base/nested-subp3.exp: New file.
12135 * gdb.base/nested-subp3.c: New file.
12136
12137 2015-08-24 Pedro Alves <palves@redhat.com>
12138
12139 * gdb.server/connect-without-multi-process.c: New file.
12140 * gdb.server/connect-without-multi-process.exp: New file.
12141
12142 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12143
12144 * gdb.opt/inline-markers.c: Make z int.
12145
12146 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12147
12148 * gdb.opt/inline-markers.c: Make z volatile.
12149
12150 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12151
12152 * gdb.opt/inline-bt.c: New volatile global z.
12153 * gdb.opt/inline-cmds.c: Likewise.
12154 * gdb.opt/inline-locals.c: Likewise.
12155 * gdb.opt/inline-markers.c: New extern global z.
12156 (marker): Use z.
12157 (inline_fn): Likewise.
12158
12159 2015-08-24 Pedro Alves <palves@redhat.com>
12160
12161 * config/m32r-stub.exp: Remove file.
12162 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12163 * gdb.base/call-rt-st.exp: Likewise.
12164 * gdb.base/call-strs.exp: Likewise.
12165 * gdb.base/default.exp: Remove references to h8300-*-hms and
12166 *-*-udi*.
12167 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12168
12169 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12170
12171 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12172 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12173 and "return" use KFAIL when GDB can not read/write the vector
12174 return value.
12175
12176 2015-08-21 Gary Benson <gbenson@redhat.com>
12177
12178 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12179
12180 2015-08-20 Pedro Alves <palves@redhat.com>
12181
12182 * gdb.server/solib-list.exp: No longer expect an interior stop in
12183 non-stop mode.
12184
12185 2015-08-20 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.server/connect-stopped-target.c: New file.
12188 * gdb.server/connect-stopped-target.exp: New file.
12189
12190 2015-08-20 Pedro Alves <palves@redhat.com>
12191
12192 * gdb.dwarf2/comp-unit-lang.exp: New file.
12193 * gdb.dwarf2/comp-unit-lang.c: New file.
12194
12195 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12196
12197 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12198 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12199
12200 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12201
12202 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12203 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12204
12205 2015-08-18 Doug Evans <dje@google.com>
12206 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12207
12208 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12209 skip_python_tests. New arg prompt_regexp.
12210 (skip_python_tests): New function.
12211 * lib/mi-support.exp (mi_skip_python_tests): New function.
12212 * gdb.python/py-mi-objfile-gdb.py: New file.
12213 * gdb.python/py-mi-objfile.c: New file.
12214 * gdb.python/py-mi-objfile.exp: New file.
12215
12216 2015-08-17 Keith Seitz <keiths@redhat.com>
12217
12218 * gdb.linespec/explicit.exp: Move strace test from here ...
12219 * gdb.trace/strace.exp: ... to here.
12220
12221 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12222
12223 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12224 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12225
12226 2015-08-14 Doug Evans <xdje42@gmail.com>
12227
12228 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12229 inferior before selecting a new file.
12230
12231 2015-08-14 Doug Evans <xdje42@gmail.com>
12232
12233 * gdb.mi/mi-disassemble.exp: Update.
12234 * gdb.base/disasm-optim.S: New file.
12235 * gdb.base/disasm-optim.c: New file.
12236 * gdb.base/disasm-optim.h: New file.
12237 * gdb.base/disasm-optim.exp: New file.
12238
12239 2015-08-14 Keith Seitz <keiths@redhat.com>
12240
12241 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12242 "evaluated-by".
12243
12244 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12245
12246 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12247
12248 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12249
12250 * gdb.ada/fun_renaming.exp: New testcase.
12251 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12252 * gdb.ada/fun_renaming/pack.adb: New file.
12253 * gdb.ada/fun_renaming/pack.ads: New file.
12254
12255 2015-08-12 Keith Seitz <keiths@redhat.com>
12256
12257 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12258 gdb_get_line_number.
12259
12260 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12261
12262 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12263 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12264 gdb.base/dso2dso.exp: New files.
12265
12266 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12267 Pedro Alves <palves@redhat.com>
12268 Keith Seitz <keiths@redhat.com>
12269
12270 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12271 GDBFLAGS.
12272
12273 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12274
12275 * gdb.base/gdbhistsize-history.exp
12276 (test_histsize_history_setting): Use save_vars.
12277 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12278 Use save_vars.
12279 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12280 * gdb.base/readline.exp: Use save_vars.
12281
12282 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12283
12284 * lib/gdb.exp (save_vars): New proc.
12285
12286 2015-08-11 Keith Seitz <keiths@redhat.com>
12287
12288 * gdb.base/help.exp: Update help_breakpoint_text.
12289
12290 2015-08-11 Keith Seitz <keiths@redhat.com>
12291
12292 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12293 (at toplevel): Call test_explicit_breakpoints.
12294 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12295 breakpoints.
12296 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12297 breakpoint conditions, "-cond".
12298
12299 2015-08-11 Keith Seitz <keiths@redhat.com>
12300
12301 * gdb.linespec/3explicit.c: New file.
12302 * gdb.linespec/cpexplicit.cc: New file.
12303 * gdb.linespec/cpexplicit.exp: New file.
12304 * gdb.linespec/explicit.c: New file.
12305 * gdb.linespec/explicit.exp: New file.
12306 * gdb.linespec/explicit2.c: New file.
12307 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12308 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12309 before using in the matching pattern.
12310 Clarify that `prefix' is a regular expression.
12311
12312 2015-08-11 Keith Seitz <keiths@redhat.com>
12313
12314 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12315 test.
12316 Add tests for missing ",FMT" and ",".
12317
12318 2015-08-10 Doug Evans <dje@google.com>
12319 Keith Seitz <keiths@redhat.com>
12320
12321 PR gdb/17960
12322 * gdb.base/completion.exp: Add location completer tests.
12323
12324 2015-08-07 Pedro Alves <palves@redhat.com>
12325
12326 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12327 tests here.
12328 (top level): Run do_test with and without displaced stepping.
12329
12330 2015-08-07 Pedro Alves <palves@redhat.com>
12331
12332 * gdb.base/valgrind-disp-step.c: New file.
12333 * gdb.base/valgrind-disp-step.exp: New file.
12334
12335 2015-08-07 Pedro Alves <palves@redhat.com>
12336
12337 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12338 Delete function.
12339 (main): Add alarm. Run an infinite loop instead of calling
12340 wait_threads.
12341 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12342 comment.
12343 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12344 Delete function.
12345 (main): Add alarm. Run an infinite loop instead of calling
12346 wait_threads.
12347 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12348 comment.
12349
12350 2015-08-07 Pedro Alves <palves@redhat.com>
12351
12352 * gdb.base/checkpoint-ns.exp: New file.
12353 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12354 standard_testfile.
12355
12356 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12357
12358 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12359 * gdb.btrace/instruction_history.exp: Update.
12360 * gdb.btrace/tsx.exp: New.
12361 * gdb.btrace/tsx.c: New.
12362
12363 2015-08-06 Pedro Alves <palves@redhat.com>
12364
12365 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12366 increase timeout.
12367 * gdb.reverse/until-precsave.exp: Bump timeouts.
12368
12369 2015-08-06 Pedro Alves <palves@redhat.com>
12370
12371 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12372
12373 2015-08-06 Pedro Alves <palves@redhat.com>
12374
12375 PR gdb/18749
12376 * gdb.threads/process-dies-while-handling-bp.c: New file.
12377 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12378
12379 2015-08-06 Pedro Alves <palves@redhat.com>
12380
12381 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12382 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12383
12384 2015-08-05 Pedro Alves <palves@redhat.com>
12385
12386 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12387 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12388
12389 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12390
12391 * gdb.base/bp-permanent.exp: Report test as unsupported if
12392 the target cannot stop at the permanent breakpoint.
12393
12394 2015-08-03 Doug Evans <dje@google.com>
12395
12396 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12397 10000.
12398
12399 2015-08-03 Doug Evans <dje@google.com>
12400
12401 * Makefile.in (workers/%.worker, build-perf): New rule.
12402 (GDB_PERFTEST_MODE): New variable.
12403 (check-perf): Use it.
12404 (clean): Clean up gdb.perf parallel build subdirs.
12405 * lib/build-piece.exp: New file.
12406 * lib/gdb.exp (make_gdb_parallel_path): New function
12407 (standard_output_file, standard_temp_file): Call it.
12408 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12409 of $GDB_PARALLEL.
12410 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12411
12412 2015-08-03 Doug Evans <dje@google.com>
12413
12414 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12415 (LOG_FILE_NAME): New global.
12416 (TextReporter.__init__): Initialize self.txt_sum.
12417 (TextReporter.report): Add support for multiple data-points.
12418 Move report to perftest.sum, put raw data in perftest.log.
12419 (TextReporter.start): Open sum and log files.
12420 (TextReporter.end): Close sum and log files.
12421 * gdb.perf/lib/perftest/testresult.py
12422 (SingleStatisticTestResult.record): Handle multiple data-points.
12423
12424 2015-07-31 Pedro Alves <palves@redhat.com>
12425
12426 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12427 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12428 kill_wait_spawned_process instead of explicit "kill -9".
12429 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12430 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12431 kill_wait_spawned_process.
12432 * gdb.base/attach-twice.exp: Likewise.
12433 * gdb.base/attach.exp: Likewise.
12434 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12435 gdb_test_multiple.
12436 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12437 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12438 kill_wait_spawned_process.
12439 * gdb.base/valgrind-infcall.exp: Likewise.
12440 * gdb.multi/multi-attach.exp: Likewise.
12441 * gdb.python/py-prompt.exp: Likewise.
12442 * gdb.python/py-sync-interp.exp: Likewise.
12443 * gdb.server/ext-attach.exp: Likewise.
12444 * gdb.threads/attach-into-signal.exp (corefunc): Use
12445 spawn_wait_for_attach, spawn_id_get_pid and
12446 kill_wait_spawned_process.
12447 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12448 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12449 spawn_id_get_pid and kill_wait_spawned_process.
12450 * gdb.threads/attach-stopped.exp (corefunc): Use
12451 spawn_wait_for_attach, spawn_id_get_pid and
12452 kill_wait_spawned_process.
12453 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12454 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12455 kill_wait_spawned_process instead of explicit "kill -9".
12456 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12457 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12458 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12459 processes. Don't map cygwin/windows pids here. Now returns a
12460 spawn id list.
12461
12462 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12463
12464 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12465 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12466 correct patch.
12467
12468 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12469
12470 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12471
12472 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12473
12474 Reapply:
12475 2014-05-21 Mark Wielaard <mjw@redhat.com>
12476
12477 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12478
12479 2015-07-30 Pedro Alves <palves@redhat.com>
12480
12481 * linux-low.c (handle_extended_wait): Set the child's last
12482 reported status to TARGET_WAITKIND_STOPPED.
12483
12484 2015-07-30 Pedro Alves <palves@redhat.com>
12485
12486 PR threads/18600
12487 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12488 only shows inferior 1.
12489
12490 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12491 Pedro Alves <palves@redhat.com>
12492
12493 PR threads/18600
12494 * gdb.threads/fork-plus-threads.c: New file.
12495 * gdb.threads/fork-plus-threads.exp: New file.
12496
12497 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12498
12499 * gdb.base/batch-preserve-term-settings.exp
12500 (test_terminal_settings_preserved_after_cli_exit): Use
12501 send_quit_command.
12502
12503 2015-07-29 Pedro Alves <palves@redhat.com>
12504 Don Breazeal <donb@codesourcery.com>
12505
12506 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12507 output from both inferior_spawn_id and gdb_spawn_id.
12508
12509 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12510
12511 * gdb.threads/attach-into-signal.exp (corefunc): Use
12512 with_test_prefix on nested loops, uniquefying the test messages.
12513
12514 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12515
12516 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12517 commit.
12518
12519 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12520
12521 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12522 New proc.
12523 (test_terminal_settings_preserved_after_sigterm): New test.
12524
12525 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12526
12527 * gdb.base/batch-preserve-term-settings.exp
12528 (test_terminal_settings_preserved_after_cli_exit): New test.
12529
12530 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12531
12532 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12533 manipulation of saved_gdbflags.
12534 (test_terminal_settings_preserved): Remove global declaration of
12535 the unused variable pagination_prompt. Remove manipulation of
12536 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12537 GDBFLAGS.
12538
12539 2015-07-29 Pedro Alves <palves@redhat.com>
12540
12541 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12542
12543 2015-07-29 Pedro Alves <palves@redhat.com>
12544
12545 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12546 at the top.
12547
12548 2015-07-29 Pedro Alves <palves@redhat.com>
12549
12550 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12551 (main): Call gdb_unbuffer_output.
12552 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12553 (main): Call gdb_unbuffer_output.
12554 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12555 (main): Call gdb_unbuffer_output.
12556 * gdb.base/call-strs.exp: Adjust to step over the
12557 gdb_unbuffer_output call.
12558 * gdb.base/catch-gdb-caused-signals.c: Include
12559 "../lib/unbuffer_output.c".
12560 (main): Call gdb_unbuffer_output.
12561 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12562 (main): Call gdb_unbuffer_output.
12563 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12564 (main): Call gdb_unbuffer_output.
12565 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12566 (main): Call gdb_unbuffer_output.
12567 * gdb.base/shlib-call.exp: Adjust to step over the
12568 gdb_unbuffer_output call.
12569 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12570 (main): Call gdb_unbuffer_output.
12571 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12572 (main): Call gdb_unbuffer_output.
12573 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12574 (main): Rename to ...
12575 (test): ... this.
12576 (main): Reimplement.
12577 * gdb.base/varargs.exp: Run to test instead of to main.
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 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12584 factore out from mi_continue_dprintf. For call-style dprintfs,
12585 expect dprintf output out of $inferior_spawn_id.
12586 (mi_continue_dprintf): Use mi_expect_dprintf.
12587 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12588 (main): Call gdb_unbuffer_output.
12589
12590 2015-07-29 Pedro Alves <palves@redhat.com>
12591
12592 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12593 (default_mi_gdb_start): Set inferior_spawn_id instead of
12594 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12595 gdb_spawn_id.
12596 (mi_gdb_test): Always expect inferior output from both
12597 $inferior_spawn_id and $gdb_spawn_id.
12598
12599 2015-07-29 Pedro Alves <palves@redhat.com>
12600
12601 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12602 send_inferior and $inferior_spawn_id.
12603
12604 2015-07-29 Pedro Alves <palves@redhat.com>
12605
12606 * gdb.gdb/complaints.exp (test_initial_complaints)
12607 (test_serial_complaints, test_short_complaints): Use
12608 gdb_test_stdio.
12609 (test_empty_complaint): Handle $inferior_spawn_id !=
12610 $gdb_spawn_id.
12611
12612 2015-07-29 Pedro Alves <palves@redhat.com>
12613
12614 * gdb.base/varargs.exp: Use gdb_test_stdio.
12615
12616 2015-07-29 Pedro Alves <palves@redhat.com>
12617
12618 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12619
12620 2015-07-29 Pedro Alves <palves@redhat.com>
12621
12622 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12623
12624 2015-07-29 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12627 parameter into two new parameters, "inf_result" and "gdb_result".
12628 Expect inferior output and gdb output from $inferior_spawn_id and
12629 $gdb_spawn_id, respectively. Adjust all callers.
12630
12631 2015-07-29 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12634 of gdb_test_sequence.
12635
12636 2015-07-29 Pedro Alves <palves@redhat.com>
12637
12638 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12639 (saw_spurious_output): Expect inferior output from
12640 $inferior_spawn_id. Use gdb_test_stdio.
12641
12642 2015-07-29 Pedro Alves <palves@redhat.com>
12643
12644 * gdb.base/dprintf.exp: Use standard_testfile. Change
12645 prepare_for_testing call.
12646 (srcfile): Don't set.
12647 (restart): New procedure.
12648 (test_dprintf): New procecure, use to continue over dprintfs.
12649 (test_call, test_agent): New procedures, tests moved here.
12650 Restart gdb and recreate dprintfs. Adjust expected output.
12651
12652 2015-07-29 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12655
12656 2015-07-29 Pedro Alves <palves@redhat.com>
12657
12658 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12659
12660 2015-07-29 Pedro Alves <palves@redhat.com>
12661
12662 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12663 gdb_test_stdio.
12664
12665 2015-07-29 Pedro Alves <palves@redhat.com>
12666
12667 * lib/gdb.exp (gdb_test_stdio): New procedure.
12668
12669 2015-07-29 Pedro Alves <palves@redhat.com>
12670
12671 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12672
12673 2015-07-29 Pedro Alves <palves@redhat.com>
12674
12675 * gdb.base/call-signal-resume.exp: Remove check for
12676 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12677 * gdb.base/unwindonsignal.exp: Likewise.
12678 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12679 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12680
12681 2015-07-29 Pedro Alves <palves@redhat.com>
12682
12683 * gdb.base/siginfo-addr.c (pass): New function.
12684 (handler): Call it iff si_addr is correct.
12685 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12686 Set a breakpoint at "pass" and continue to it.
12687
12688 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12689
12690 * gdb.python/py-objfile.exp: Make some tests have unique names.
12691 * gdb.python/py-pp-registration.exp: Likewise.
12692
12693 2015-07-28 Pedro Alves <palves@redhat.com>
12694
12695 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12696
12697 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12698
12699 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12700
12701 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12702
12703 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12704
12705 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12706
12707 * gdb.base/gdb-sigterm-2.exp: New test.
12708
12709 2015-07-25 Doug Evans <xdje42@gmail.com>
12710
12711 Revert:
12712 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12713 (workers/%.worker, build-perf): New rule.
12714 (GDB_PERFTEST_MODE): New variable.
12715 (check-perf): Use it.
12716 (clean): Clean up gdb.perf parallel build subdirs.
12717 * lib/build-piece.exp: New file.
12718 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12719 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12720 name.
12721 (standard_temp_file): Ditto.
12722 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12723 of $GDB_PARALLEL.
12724
12725 2015-07-24 Doug Evans <dje@google.com>
12726
12727 * gdb.perf/lib/perftest/utils.py: New file.
12728 * gdb.perf/gm-hello.cc: New file.
12729 * gdb.perf/gm-pervasive-typedef.cc: New file.
12730 * gdb.perf/gm-pervasive-typedef.h: New file.
12731 * gdb.perf/gm-std.cc: New file.
12732 * gdb.perf/gm-std.h: New file.
12733 * gdb.perf/gm-use-cerr.cc: New file.
12734 * gdb.perf/gm-utils.h: New file.
12735 * gdb.perf/gmonster-null-lookup.py: New file.
12736 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12737 * gdb.perf/gmonster-print-cerr.py: New file.
12738 * gdb.perf/gmonster-ptype-string.py: New file.
12739 * gdb.perf/gmonster-runto-main.py: New file.
12740 * gdb.perf/gmonster-select-file.py: New file.
12741 * gdb.perf/gmonster1-null-lookup.exp: New file.
12742 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12743 * gdb.perf/gmonster1-print-cerr.exp: New file.
12744 * gdb.perf/gmonster1-ptype-string.exp: New file.
12745 * gdb.perf/gmonster1-runto-main.exp: New file.
12746 * gdb.perf/gmonster1-select-file.exp: New file.
12747 * gdb.perf/gmonster1.cc: New file.
12748 * gdb.perf/gmonster1.exp: New file.
12749 * gdb.perf/gmonster2-null-lookup.exp: New file.
12750 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12751 * gdb.perf/gmonster2-print-cerr.exp: New file.
12752 * gdb.perf/gmonster2-ptype-string.exp: New file.
12753 * gdb.perf/gmonster2-runto-main.exp: New file.
12754 * gdb.perf/gmonster2-select-file.exp: New file.
12755 * gdb.perf/gmonster2.cc: New file.
12756 * gdb.perf/gmonster2.exp: New file.
12757
12758 2015-07-24 Doug Evans <dje@google.com>
12759
12760 * gdb.perf/README: New file.
12761 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12762 * lib/gen-perf-test.exp: New file.
12763
12764 2015-07-24 Doug Evans <dje@google.com>
12765
12766 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12767 (PerfTest::startup): New function.
12768 (PerfTest::run): Return result of calling body.
12769 (PerfTest::assemble): Rewrite.
12770 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12771 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12772 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12773 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12774 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12775
12776 2015-07-24 Doug Evans <dje@google.com>
12777
12778 * lib/gdb.exp (clean_restart): Make executable optional.
12779
12780 2015-07-24 Doug Evans <dje@google.com>
12781
12782 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12783 compiler_info references.
12784 * gdb.cp/temargs.exp: Ditto.
12785 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12786 (get_compiler_info): Early exit if already computed. Set compiler_info
12787 to "unknown" if there was a problem.
12788 (test_compiler_info): Add function comment. Call get_compiler_info.
12789
12790 2015-07-24 Doug Evans <dje@google.com>
12791
12792 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12793 (workers/%.worker, build-perf): New rule.
12794 (GDB_PERFTEST_MODE): New variable.
12795 (check-perf): Use it.
12796 (clean): Clean up gdb.perf parallel build subdirs.
12797 * lib/build-piece.exp: New file.
12798 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12799 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12800 name.
12801 (standard_temp_file): Ditto.
12802 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12803 of $GDB_PARALLEL.
12804
12805 2015-07-24 Doug Evans <dje@google.com>
12806
12807 * lib/future.exp (gdb_default_target_compile): New option
12808 "early_flags".
12809 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12810 --as-needed.
12811
12812 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12813
12814 * gdb.base/catch-syscall.exp: Call gdb_exit before
12815 gdb_skip_xml_test.
12816
12817 2015-07-24 Pedro Alves <palves@redhat.com>
12818
12819 * gdb.python/py-events.exp: Accept output between the stop event
12820 and the prompt.
12821 * gdb.python/py-evsignal.exp: Likewise.
12822 * gdb.python/py-evthreads.exp: Likewise.
12823
12824 2015-07-24 Pedro Alves <palves@redhat.com>
12825
12826 PR gdb/18717
12827 * gdb.threads/non-ldr-exit.c: New file.
12828 * gdb.threads/non-ldr-exit.exp: New file.
12829
12830 2015-07-24 Yao Qi <yao.qi@linaro.org>
12831
12832 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12833 restarting process.
12834
12835 2015-07-24 Yao Qi <yao.qi@linaro.org>
12836
12837 * gdb.server/ext-restart.exp: New file.
12838
12839 2015-07-24 Yao Qi <yao.qi@linaro.org>
12840
12841 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12842 argument options.
12843 * gdb.server/ext-wrapper.exp: New file.
12844
12845 2015-07-23 Doug Evans <dje@google.com>
12846
12847 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12848 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12849
12850 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12851
12852 * gdb.ada/var_arr_typedef.exp: New testcase.
12853 * gdb.ada/var_arr_typedef/pack.adb: New file.
12854 * gdb.ada/var_arr_typedef/pack.ads: New file.
12855 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12856
12857 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12858
12859 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12860
12861 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12862
12863 * gdb.arch/i386-biarch-core.exp: Replace istarget
12864 by "complete set gnutarget". Remove expectation for the "core-file"
12865 command.
12866
12867 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12868
12869 Revert the previous commit:
12870 Tests for validate symbol file using build-id.
12871
12872 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12873
12874 Tests for validate symbol file using build-id.
12875 * gdb.base/solib-mismatch-lib.c: New file.
12876 * gdb.base/solib-mismatch-libmod.c: New file.
12877 * gdb.base/solib-mismatch.c: New file.
12878 * gdb.base/solib-mismatch.exp: New file.
12879
12880 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12881
12882 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12883 nios2-*-linux*.
12884 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12885 * gdb.base/siginfo.exp: Likewise.
12886 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12887
12888 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12889
12890 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12891 Move it to ...
12892 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12893 ... here.
12894 * gdb.trace/range-stepping.exp: Check that the target supports
12895 range stepping.
12896
12897 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12898
12899 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12900
12901 2015-07-14 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.base/killed-outside.exp: New file.
12904 * gdb.base/killed-outside.c: New file.
12905
12906 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12907
12908 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12909 (n at main): New.
12910 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12911
12912 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12913
12914 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12915 infcall tests instead of setting up for KFAIL.
12916
12917 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12918
12919 * gdb.btrace/record_goto-step.exp: New.
12920
12921 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12922
12923 PR compile/18484
12924 * gdb.compile/compile.c (struct struct_type): Add volatile to
12925 selffield's type.
12926 * gdb.compile/compile.exp
12927 (compile code struct_object.selffield = &struct_object): Skip further
12928 struct_object tests if this one xfails.
12929
12930 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12931
12932 PR exp/18617
12933 * gdb.trace/ax.exp: Add test.
12934
12935 2015-07-07 Yao Qi <yao.qi@linaro.org>
12936
12937 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12938 instead of istarget "aarch64*-*-*".
12939 * gdb.arch/aarch64-fp.exp: Likewise.
12940 * gdb.base/float.exp: Likewise.
12941 * gdb.reverse/aarch64.exp: Likewise.
12942 * lib/gdb.exp (is_aarch64_target): New proc.
12943
12944 2015-07-07 Yao Qi <yao.qi@linaro.org>
12945
12946 * lib/gdb.exp (is_aarch32_target): New proc.
12947 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12948 instead of "istarget "arm*-*-*"".
12949 * gdb.arch/arm-disp-step.exp: Likewise.
12950 * gdb.arch/thumb-bx-pc.exp: Likewise.
12951 * gdb.arch/thumb-prologue.exp: Likewise.
12952 * gdb.arch/thumb-singlestep.exp: Likewise.
12953 * gdb.base/disp-step-syscall.exp: Likewise.
12954 * gdb.base/float.exp: Likewise.
12955
12956 2015-07-07 Yao Qi <yao.qi@linaro.org>
12957
12958 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12959 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12960
12961 2015-07-07 Yao Qi <yao.qi@linaro.org>
12962
12963 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12964 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12965 if it exists.
12966 * gdb.multi/multi-arch.exp: Likewise.
12967
12968 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12969
12970 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12971 print.
12972
12973 2015-07-07 Yao Qi <yao.qi@linaro.org>
12974
12975 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12976
12977 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12978
12979 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12980 '[' and ']' characters.
12981
12982 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12983
12984 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12985
12986 2015-06-29 Pedro Alves <palves@redhat.com>
12987
12988 PR threads/18127
12989 * gdb.threads/hand-call-new-thread.c: New file.
12990 * gdb.threads/hand-call-new-thread.c: New file.
12991
12992 2015-06-26 Keith Seitz <keiths@redhat.com>
12993 Doug Evans <dje@google.com>
12994
12995 PR 16253
12996 * gdb.cp/var-tag-2.cc: New file.
12997 * gdb.cp/var-tag-3.cc: New file.
12998 * gdb.cp/var-tag-4.cc: New file.
12999 * gdb.cp/var-tag.cc: New file.
13000 * gdb.cp/var-tag.exp: New file.
13001
13002 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13003
13004 * gdb.base/history-duplicates.exp: New test.
13005
13006 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13007
13008 * gdb.base/completion.exp: Test the completion of the "focus"
13009 command.
13010
13011 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13012
13013 * gdb.arch/amd64-prologue-skip.S: New file.
13014 * gdb.arch/amd64-prologue-skip.exp: New file.
13015
13016 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13017
13018 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13019 is_address_zero_readable check.
13020
13021 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13022
13023 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13024 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13025
13026 2015-06-24 Yao Qi <yao.qi@linaro.org>
13027
13028 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13029 linux targets.
13030
13031 2015-06-24 Yao Qi <yao.qi@linaro.org>
13032
13033 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13034 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13035 * gdb.base/siginfo-thread.exp: Likewise.
13036
13037 2015-06-22 Yao Qi <yao.qi@linaro.org>
13038
13039 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13040
13041 2015-06-22 Yao Qi <yao.qi@linaro.org>
13042
13043 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13044 aarch64*-*-*.
13045 (skip_hw_watchpoint_tests): Likewise.
13046
13047 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13048
13049 * gdb.base/gdbinit-history.exp: Test the interaction between
13050 setting GDBHISTSIZE and setting the history size via .gdbinit.
13051
13052 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13053
13054 PR gdb/16999
13055 * gdb.base/gdbhistsize-history.exp: New test.
13056
13057 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13058
13059 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13060 with GDBHISTSIZE.
13061 * gdb.base/readline.exp: Likewise.
13062
13063 2015-06-17 Yao Qi <yao.qi@linaro.org>
13064
13065 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13066 line.
13067
13068 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13069
13070 * gdb.base/gdbinit-history.exp: Add test case to check that
13071 an unlimited history file does not get truncated on exit.
13072
13073 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13074
13075 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13076 (VECTOR): New macro. Use it...
13077 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13078 ...for these typedefs.
13079 (int8, char1, int1, double1): New typedefs.
13080 (struct just_int2, struct two_int2): New structures.
13081 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13082 (add_structvecs, add_singlevecs): New functions.
13083 (main): Call add_some_intvecs twice.
13084 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13085 the compile and exit upon failure. Try compiling for the "native"
13086 architecture. Test inferior function calls with vector arguments
13087 and vector return value handling with "finish" and "return".
13088
13089 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13090
13091 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13092 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13093 PE file.
13094 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13095
13096 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13097
13098 PR breakpoints/16465
13099 * gdb.mi/mi-dprintf-pending.c: New file.
13100 * gdb.mi/mi-dprintf-pending.exp: New test.
13101 * gdb.mi/mi-dprintf-pendshr.c: New file.
13102
13103 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13104 Mircea Gherzan <mircea.gherzan@intel.com>
13105
13106 * gdb.arch/i386-mpx-map.c: New file.
13107 * gdb.arch/i386-mpx-map.exp: New File.
13108
13109 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13110
13111 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13112 * gdb.arch/i386-mpx.exp: Indentation fixed.
13113
13114 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13115
13116 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13117 function and improved indentation.
13118 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13119 gdb_test_multiple. Added additional tests to skip the test.
13120
13121 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13122
13123 * gdb.arch/i386-avx512.c: Change path in include file.
13124 * gdb.arch/i386-avx512.exp: Change include dir path
13125 compilation flag.
13126 * gdb.arch/i386-mpx.c: Change path in include file.
13127 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13128 flag.
13129
13130 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13131
13132 * gdb.compile/compile-print.exp (compile print *vararray@3)
13133 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13134
13135 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13136
13137 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13138 (do not keep jit in memory): ... this.
13139 (expect 5): Change it to ...
13140 (expect no 5): ... this.
13141
13142 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13143
13144 PR gdb/15564
13145 * gdb.mi/mi-detach.exp: New file.
13146
13147 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13148
13149 PR symtab/18392
13150 * gdb.arch/amd64-tailcall-self.S: New file.
13151 * gdb.arch/amd64-tailcall-self.c: New file.
13152 * gdb.arch/amd64-tailcall-self.exp: New file.
13153
13154 2015-05-28 Don Breazeal <donb@codesourcery.com>
13155
13156 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13157 tests for remote targets by checking is_target_gdbserver.
13158
13159 2015-05-27 Doug Evans <dje@google.com>
13160
13161 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13162 * gdb.dwarf2/opaque-type-lookup.c: New file.
13163 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13164
13165 2015-05-26 Doug Evans <dje@google.com>
13166
13167 * gdb.cp/iostream.cc: New file.
13168 * gdb.cp/iostream.exp: New file.
13169
13170 2015-05-26 Doug Evans <dje@google.com>
13171
13172 * gdb.dwarf2/dw2-op-call.exp: Update.
13173 * gdb.dwarf2/dw4-sig-types.exp: Update.
13174 * gdb.dwarf2/implptr.exp: Update.
13175 * gdb.mi/mi-cmd-param-changed.exp: Update.
13176
13177 2015-05-26 Doug Evans <dje@google.com>
13178
13179 * gdb.python/py-lazy-string.c: New file.
13180 * gdb.python/py-lazy-string.exp: New file.
13181 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13182 (main): Update. Add estring3.
13183 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13184 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13185
13186 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13187 Yao Qi <yao.qi@linaro.org>
13188
13189 * gdb.reverse/aarch64.c: New.
13190 * gdb.reverse/aarch64.exp: New.
13191
13192 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13193
13194 * lib/gdb.exp (supports_process_record): Return true for
13195 aarch64*-linux*.
13196 (supports_reverse): Likewise.
13197
13198 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13199
13200 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13201 Use with_test_prefix.
13202
13203 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13204
13205 * gdb.base/completion.exp: Add test for completion of layout
13206 names.
13207
13208 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13209
13210 * lib/gdb.exp (skip_tui_tests): New proc.
13211 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13212
13213 2015-05-19 Pedro Alves <palves@redhat.com>
13214
13215 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13216 Save the whole env array instead of just HOME. Unset HISTSIZE in
13217 the environment while testing. Restore whole environment
13218 afterwards.
13219
13220 2015-05-16 Doug Evans <xdje42@gmail.com>
13221
13222 * gdb.guile/scm-ports.c: New file.
13223 * gdb.guile/scm-ports.exp: Add memory port tests.
13224
13225 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13226
13227 * gdb.compile/compile-print.c: New file.
13228 * gdb.compile/compile-print.exp: New file.
13229
13230 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13231
13232 * gdb.compile/compile-ops.exp: Cast param to void.
13233 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13234 (compile code struct_object.selffield = &struct_object): Add xfail.
13235
13236 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13237
13238 * gdb.ada/arr_enum_with_gap: New testcase.
13239
13240 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13241
13242 * gdb.ada/byte_packed_arr: New testcase.
13243
13244 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13245
13246 * gdb.ada/pckd_neg: New testcase.
13247
13248 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13249
13250 PR gdb/17820
13251 * gdb.base/gdbinit-history.exp: New test.
13252 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13253 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13254
13255 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13256
13257 * gdb.python/py-xmethods.cc: Enhance test case.
13258 * gdb.python/py-xmethods.exp: New tests.
13259 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13260 function.
13261 (B_indexoper): Likewise.
13262 (global_dm_list) : Add new xmethod worker functions.
13263
13264 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13265
13266 * gdb.base/coredump-filter.exp: Correctly unset
13267 "coredump_var_addr" array.
13268
13269 2015-05-08 Pedro Alves <palves@redhat.com>
13270
13271 * gdb.server/non-existing-program.exp: Unset spawn_id.
13272
13273 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13274
13275 PR python/18291
13276 * gdb.python/py-xmethods.exp: Add tests.
13277
13278 2015-05-08 Yao Qi <yao.qi@linaro.org>
13279
13280 PR gdb/18208
13281 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13282 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13283 function set_coredump_filter, and remove remote_exec call.
13284 Remove argument ipid. Callers update.
13285 (top level): Don't get inferior's PID.
13286
13287 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13288
13289 * gdb.base/watch_thread_num.exp: Skip test on targets without
13290 access watchpoints.
13291
13292 2015-05-06 Pedro Alves <palves@redhat.com>
13293
13294 PR server/18081
13295 * gdb.server/non-existing-program.exp: New file.
13296
13297 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13298
13299 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13300
13301 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13302
13303 * gdb.ada/out_of_line_in_inlined: New testcase.
13304
13305 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13306
13307 * gdb.ada/var_rec_arr: New testcase.
13308
13309 2015-04-30 Yao Qi <yao.qi@linaro.org>
13310
13311 * gdb.base/break-idempotent.exp: If
13312 skip_hw_watchpoint_multi_tests returns true, skip the tests
13313 on "rwatch" and "awatch".
13314
13315 2015-04-30 Yao Qi <yao.qi@linaro.org>
13316
13317 * gdb.base/relativedebug.exp: Invoke gdb command
13318 "info sharedlibrary", and if libc.so doesn't have debug info,
13319 skip the test.
13320
13321 2015-04-29 Doug Evans <dje@google.com>
13322
13323 * gdb.python/py-xmethods.exp: Add ptype tests.
13324 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13325 get_result_type method.
13326
13327 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13328
13329 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13330 the target does not support hardware watchpoints.
13331
13332 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13333
13334 * gdb.base/break-always.exp: Abort testing if writing to memory
13335 causes an error.
13336
13337 2015-04-28 Doug Evans <dje@google.com>
13338
13339 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13340 * gdb.python/py-pp-registration.exp: ... here. New file.
13341 * gdb.python/py-pp-registration.c: New file.
13342 * gdb.python/py-pp-registration.py: New file.
13343
13344 2015-04-28 Doug Evans <dje@google.com>
13345
13346 * gdb.python/py-bad-printers.c: New file.
13347 * gdb.python/py-bad-printers.py: New file.
13348 * gdb.python/py-bad-printers.exp: New file.
13349
13350 2015-04-28 Sasha Smundak <asmundak@google.com>
13351
13352 * gdb.python/py-type.exp: New test.
13353
13354 2015-04-28 Andy Wingo <wingo@igalia.com>
13355
13356 * gdb.python/py-parameter.exp:
13357 * gdb.guile/scm-parameter.exp: Escape the path that we are
13358 matching against, as it might contain characters that are special
13359 to regular expressions.
13360
13361 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13362
13363 * gdb.ada/rec_comp: New testcase.
13364
13365 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13366
13367 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13368 before using it.
13369
13370 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13371
13372 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13373 new tests for verilog output.
13374
13375 2015-04-24 Yao Qi <yao.qi@linaro.org>
13376
13377 * boards/remote-gdbserver-on-localhost.exp: New file.
13378
13379 2015-04-23 Pedro Alves <palves@redhat.com>
13380
13381 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13382 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13383 "end of file", remove $inferior_spawn_id from the indirect list.
13384
13385 2015-04-23 Pedro Alves <palves@redhat.com>
13386
13387 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13388
13389 2015-04-23 Pedro Alves <palves@redhat.com>
13390
13391 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13392 on $any_spawn_id instead of only on $gdb_spawn_id.
13393
13394 2015-04-21 Pierre Muller <muller@sourceware.org>
13395
13396 PR pascal/17815
13397 * lib/pascal.exp (gpc_compile): Add new option "class".
13398 (fpc_compile): Likewise.
13399 * gdb.pascal/case-insensitive-symbols.pas: New file.
13400 * gdb.pascal/case-insensitive-symbols.exp: New file.
13401
13402 2015-04-20 Gary Benson <gbenson@redhat.com>
13403
13404 * gdb.base/attach.exp: Fix three extended remote failures.
13405
13406 2015-04-17 Gary Benson <gbenson@redhat.com>
13407
13408 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13409 the main executable over the remote protocol.
13410
13411 2015-04-16 Pedro Alves <palves@redhat.com>
13412
13413 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13414 a new gdbserver if gdbserver_reconnect_p is set.
13415
13416 2015-04-16 Pedro Alves <palves@redhat.com>
13417
13418 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13419 is set, don't exit gdbserver.
13420
13421 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13422
13423 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13424 appropriate .insn, such that an older assembler can be used.
13425 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13426 the z/Architecture instruction set on 31-bit targets as well.
13427
13428 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13429
13430 * gdb.go/handcall.exp: Remove all logic related to the first
13431 breakpoint and rely on go_runto_main instead.
13432 * gdb.go/strings.exp: Likewise.
13433 * gdb.go/unsafe.exp: Likewise.
13434 * gdb.go/hello.exp: Likewise. Also rename the remaining
13435 breakpoint marker to "breakpoint 1".
13436 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13437 * gdb.go/strings.go: Likewise.
13438 * gdb.go/unsafe.go: Likewise.
13439 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13440 "set breakpoint 2 here" and rename the remaining breakpoint marker
13441 to "breakpoint 1".
13442
13443 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13444
13445 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13446 if itertools.imap is not present.
13447 * gdb.python/py-objfile.exp: Add parentheses.
13448 * gdb.python/py-type.exp: Same.
13449 * gdb.python/py-unwind-maint.py: Same.
13450
13451 2015-04-15 Yao Qi <yao.qi@linaro.org>
13452
13453 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13454 of ":$ptr_size" and set its form explicitly.
13455
13456 2015-04-15 Pedro Alves <palves@redhat.com>
13457 Yao Qi <yao.qi@linaro.org>
13458
13459 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13460 timeout by factor of 4.
13461 (test_regular_watch): Likewise.
13462 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13463 * gdb.reverse/sigall-reverse.exp: Likewise.
13464 * gdb.reverse/until-precsave.exp: Likewise.
13465 * lib/gdb.exp (with_timeout_factor): New proc.
13466 (gdb_expect): Move some code to ...
13467 (get_largest_timeout): ... here. New procedure.
13468
13469 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13470
13471 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13472
13473 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13474
13475 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13476 to write to the .text section.
13477
13478 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13479
13480 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13481 Handle the case of targets that do not provide PID information.
13482
13483 2015-04-13 Yao Qi <yao.qi@linaro.org>
13484
13485 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13486 and use expect instead of gdb_expect.
13487
13488 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13489
13490 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13491 "coredump_var_addr" to avoid naming conflict with other testcases.
13492
13493 2015-04-10 Pedro Alves <palves@redhat.com>
13494
13495 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13496 gdb_test_sequence and gdb_assert.
13497
13498 2015-04-10 Pedro Alves <palves@redhat.com>
13499
13500 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13501 test messages that don't include the breakpoint address.
13502
13503 2015-04-10 Yao Qi <yao.qi@linaro.org>
13504
13505 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13506 false for some offset and width combinations which aren't
13507 supported by linux kernel.
13508
13509 2015-04-10 Pedro Alves <palves@redhat.com>
13510
13511 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13512 procedure, factored out from ...
13513 (top level): ... here. Add "set displaced-stepping" testing axis.
13514 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13515 parameter "displaced". Use it.
13516 (top level): Use foreach and add "set displaced-stepping" testing
13517 axis.
13518
13519 2015-04-10 Pedro Alves <palves@redhat.com>
13520
13521 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13522 Remove comment.
13523 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13524 both the address of the instruction that triggers the watchpoint
13525 and the address of the instruction immediately after, and use
13526 those addresses for the test. Fix comment.
13527
13528 2015-04-10 Pedro Alves <palves@redhat.com>
13529
13530 * gdb.base/sigstep.exp (breakpoint_to_handler)
13531 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13532 Test "backtrace" in handler.
13533 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13534 (top level): Add new "displaced" test axis to
13535 breakpoint_to_handler, breakpoint_to_handler_entry and
13536 breakpoint_over_handler.
13537
13538 2015-04-10 Pedro Alves <palves@redhat.com>
13539
13540 PR gdb/18216
13541 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13542
13543 2015-04-10 Yao Qi <yao.qi@linaro.org>
13544
13545 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13546 (test_add_rn_pc): New function.
13547 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13548 (top level): Invoke test_add_rn_pc.
13549
13550 2015-04-10 Pedro Alves <palves@redhat.com>
13551
13552 PR gdb/13858
13553 * gdb.base/step-over-no-symbols.exp: New file.
13554
13555 2015-04-09 Andy Wingo <wingo@igalia.com>
13556
13557 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13558 after the Python tests.
13559
13560 2015-04-08 Keith Seitz <keiths@redhat.com>
13561
13562 PR python/16699
13563 * gdb.python/py-completion.exp: New tests for completion.
13564 * gdb.python/py-completion.py (CompleteLimit1): New class.
13565 (CompleteLimit2): Likewise.
13566 (CompleteLimit3): Likewise.
13567 (CompleteLimit4): Likewise.
13568 (CompleteLimit5): Likewise.
13569 (CompleteLimit6): Likewise.
13570 (CompleteLimit7): Likewise.
13571
13572 2015-04-08 Pedro Alves <palves@redhat.com>
13573
13574 PR gdb/18214
13575 PR gdb/18216
13576 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13577 function.
13578 (main): Install it as SIGUSR1 handler.
13579 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13580 parameter. Always use "setup" as prefix. Toggle "set
13581 displaced-stepping" off/on depending on global. Don't switch to
13582 thread 1 here.
13583 (top level): Add displaced stepping "off/on" test axis. Update
13584 "setup" calls. Wrap each subtest with with_test_prefix. Test
13585 continuing with a queued signal in each thread.
13586
13587 2015-04-08 Pedro Alves <palves@redhat.com>
13588
13589 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13590 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13591 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13592 Return early if running to main fails.
13593 * gdb.trace/while-stepping.exp: Likewise.
13594
13595 2015-04-07 Pedro Alves <palves@redhat.com>
13596
13597 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13598 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13599 interact with inferior program.
13600
13601 2015-04-07 Pedro Alves <palves@redhat.com>
13602
13603 * lib/gdb.exp (inferior_spawn_id): New global.
13604 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13605 spawn id after processing the user code.
13606 (default_gdb_start): Set inferior_spawn_id.
13607 (send_inferior): New procedure.
13608 * lib/gdbserver-support.exp (gdbserver_start): Set
13609 inferior_spawn_id.
13610 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13611
13612 2015-04-07 Pedro Alves <palves@redhat.com>
13613
13614 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13615 * lib/gdbserver-support.exp (gdbserver_start): Make
13616 $server_spawn_id global.
13617 (gdbserver_start): Don't wait for gdbserver's spawn id with
13618 expect_background.
13619 (close_gdbserver): New procedure.
13620 (gdb_exit): Rename the default version and reimplement.
13621
13622 2015-04-07 Pedro Alves <palves@redhat.com>
13623
13624 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13625 append the substituted item, not the original item.
13626
13627 2015-04-07 Pedro Alves <palves@redhat.com>
13628
13629 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13630 gdb_expect.
13631
13632 2015-04-07 Pedro Alves <palves@redhat.com>
13633
13634 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13635 output appearing once only.
13636
13637 2015-04-07 Pedro Alves <palves@redhat.com>
13638
13639 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13640 that doesn't expect anything. Return early if running to main
13641 fails.
13642
13643 2015-04-07 Yao Qi <yao.qi@linaro.org>
13644
13645 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13646 (child_function): Call alarm.
13647 (main): Move call to alarm into the loop.
13648 * gdb.threads/non-stop-fair-events.exp: Build program with
13649 -DTIMEOUT=$timeout.
13650
13651 2015-04-06 Doug Evans <xdje42@gmail.com>
13652
13653 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13654 Fix dest parameter to board_info.
13655 (fpc_compile): Ditto.
13656 (gdb_compile_pascal): Rename dest arg to destfile.
13657
13658 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13659
13660 * gdb.ada/funcall_ref.exp: New file.
13661 * gdb.ada/funcall_ref/foo.adb: New file.
13662
13663 2015-04-02 Yao Qi <yao.qi@linaro.org>
13664
13665 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13666 is remote.
13667
13668 2015-04-02 Gary Benson <gbenson@redhat.com>
13669
13670 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13671
13672 2015-04-01 Sasha Smundak <asmundak@google.com>
13673
13674 * gdb.python/py-unwind-maint.c: New file.
13675 * gdb.python/py-unwind-maint.exp: New test.
13676 * gdb.python/py-unwind-maint.py: New file.
13677 * gdb.python/py-unwind.c: New file.
13678 * gdb.python/py-unwind.exp: New test.
13679 * gdb.python/py-unwind.py: New test.
13680
13681 2015-04-01 Pedro Alves <palves@redhat.com>
13682
13683 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13684 to fail instead of non-existent $test.
13685
13686 2015-04-01 Pedro Alves <palves@redhat.com>
13687
13688 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13689 GDBFLAGS if not empty.
13690
13691 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13692
13693 * gdb.ada/complete.exp: Remove "multi_line".
13694 * gdb.ada/info_exc.exp: Remove "multi_line".
13695 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13696 * gdb.ada/ptype_field.exp: Remove "multi_line".
13697 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13698 * gdb.ada/tagged.exp: Remove "multi_line".
13699 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13700 [multi_line ...]
13701 * gdb.btrace/delta.exp: Likewise.
13702 * gdb.btrace/exception.exp: Likewise.
13703 * gdb.btrace/function_call_history.exp: Likewise.
13704 * gdb.btrace/instruction_history.exp: Likewise.
13705 * gdb.btrace/nohist.exp: Likewise.
13706 * gdb.btrace/record_goto.exp: Likewise.
13707 * gdb.btrace/segv.exp: Likewise.
13708 * gdb.btrace/stepi.exp: Likewise.
13709 * gdb.btrace/tailcall.exp: Likewise.
13710 * gdb.btrace/unknown_functions.exp: Likewise.
13711 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13712 * lib/gdb.exp: Add the "multi_line" helper.
13713
13714 2015-04-01 Pedro Alves <palves@redhat.com>
13715
13716 * gdb.threads/tid-reuse.c: New file.
13717 * gdb.threads/tid-reuse.exp: New file.
13718
13719 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13720
13721 PR corefiles/16092
13722 * gdb.base/coredump-filter.c: New file.
13723 * gdb.base/coredump-filter.exp: Likewise.
13724
13725 2015-03-27 Petr Machata <pmachata@redhat.com>
13726
13727 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13728 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13729 (Dwarf::assemble): Initialize them.
13730 (Dwarf::lines): New function.
13731
13732 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13733
13734 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13735 SYMBOL_PREFIX for x86_64-*-cygwin.
13736
13737 2015-03-26 Andy Wingo <wingo@igalia.com>
13738
13739 PR symtab/18148
13740 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13741 const_value but not a location.
13742 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13743 location defined in non-main CUs are visible.
13744
13745 2015-03-26 Yao Qi <yao.qi@linaro.org>
13746
13747 PR testsuite/18139
13748 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13749 Add a line number entry for the same line.
13750 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13751 Add a line number entry for the same line.
13752
13753 2015-03-26 Yao Qi <yao.qi@linaro.org>
13754
13755 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13756 .int 0.
13757 (func): Likewise. Add .Lfunc_1 label.
13758 Use .Lfunc_1 label.
13759 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13760 .int 0.
13761 (func): Likewise.
13762 Use .Lfunc_1 label.
13763
13764 2015-03-26 Yao Qi <yao.qi@linaro.org>
13765
13766 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13767 Call gdb_compile instead to compile each .s files without debug
13768 information.
13769
13770 2015-03-26 Yao Qi <yao.qi@linaro.org>
13771
13772 * gdb.base/savedregs.exp (process_saved_regs): Make
13773 "Saved registers:" optional in the pattern.
13774
13775 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13776
13777 * gdb.btrace/next.exp: Merged into step.exp.
13778 * gdb.btrace/finish.exp: Merged into step.exp.
13779 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13780 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13781 "record goto" and checking the exact replay position.
13782 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13783 check for "Recording format" in "info record" output.
13784 * gdb.btrace/record_goto.exp: Choose test file based on target.
13785 * gdb.btrace/x86-record_goto.S: Renamed into ...
13786 * gdb.btrace/x86_64-record_goto.S: ... this.
13787 * gdb.btrace/i686-record_goto.S: New.
13788 * gdb.btrace/x86-tailcall.S: Renamed into ...
13789 * gdb.btrace/x86_64-tailcall.S: ... this.
13790 * gdb.btrace/i686-tailcall.S: New.
13791 * gdb.btrace/x86-tailcall.c: Renamed into ...
13792 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13793 separate statements. Update test.
13794 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13795 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13796 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13797 * gdb.btrace/tailcall.exp: Choose test file based on target.
13798 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13799
13800 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13801
13802 * gdb.btrace/exception.exp: Increase BTS buffer size.
13803
13804 2015-03-24 Pedro Alves <palves@redhat.com>
13805
13806 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13807
13808 2015-03-24 Pedro Alves <palves@redhat.com>
13809
13810 * gdb.threads/schedlock.exp (test_step): No longer expect that
13811 "set scheduler-locking step" with "next" over a function call runs
13812 threads unlocked.
13813
13814 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13815
13816 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13817
13818 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13819
13820 PR breakpoints/16466
13821 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13822 * gdb.mi/mi-pending.c (thread_func): New function.
13823 (int main): Add threading support required.
13824 * gdb.mi/mi-pending.exp: Add tests for this issue.
13825 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13826 (pendfunc2): Remove stdio dependency.
13827 * gdb.mi/mi-pendshr2.c: New file.
13828
13829 2015-03-23 Keith Seitz <keiths@redhat.com>
13830
13831 * gdb.linespec/keywords.c: New file.
13832 * gdb.linespec/keywords.exp: New file.
13833
13834 2015-03-23 Keith Seitz <keiths@redhat.com>
13835
13836 PR gdb/18021
13837 * gdb.dwarf2/staticvirtual.exp: New test.
13838
13839 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13840
13841 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13842 * README: Remove HP-UX and gdb.hp.
13843 (configuration):
13844 * configure: Regenerate.
13845 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13846 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13847 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13848 gdb.hp/gdb.defects/Makefile.
13849 * gdb.hp/Makefile.in: File deleted.
13850 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13851 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13852 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13853 * gdb.hp/gdb.aCC/run.c: File deleted.
13854 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13855 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13856 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13857 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13858 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13859 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13860 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13861 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13862 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13863 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13864 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13865 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13866 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13867 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13868 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13869 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13870 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13871 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13872 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13873 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13874 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13875 * gdb.hp/gdb.compat/average.c: File deleted.
13876 * gdb.hp/gdb.compat/sum.c: File deleted.
13877 * gdb.hp/gdb.compat/xdb.c: File deleted.
13878 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13879 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13880 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13881 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13882 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13883 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13884 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13885 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13886 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13887 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13888 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13889 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13890 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13891 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13892 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13893 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13894 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13895 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13896 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13897 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13898 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13899 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13900 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13901 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13902 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13903 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13904 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13905 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13906 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13907 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13908 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13909 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13910 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13911 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13912 * gdb.hp/tools/odump: File deleted.
13913
13914 2015-03-19 Pedro Alves <palves@redhat.com>
13915
13916 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13917 (saw_thread_3): New globals.
13918 (top level): Increment them when an event for the corresponding
13919 thread is seen.
13920 (no thread starvation): New test.
13921
13922 2015-03-19 Pedro Alves <palves@redhat.com>
13923
13924 * gdb.threads/continue-pending-status.c: New file.
13925 * gdb.threads/continue-pending-status.exp: New file.
13926
13927 2015-03-18 Pedro Alves <palves@redhat.com>
13928
13929 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13930 Use gdb_is_target_remote instead of is_remote. Use
13931 gdb_test_multiple instead of gdb_expect. Exit early if
13932 gdb_test_multiple hits its internal matches. Tighten stepi tests
13933 expected output. Fail on exit with any signal, instead of just
13934 SIGILL.
13935
13936 2015-03-18 Yao Qi <yao.qi@linaro.org>
13937
13938 PR tdep/18107
13939 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13940 variable.
13941 * gdb.base/catch-syscall.exp: Don't skip it on
13942 aarch64*-*-linux* target. Remove elements in all_syscalls.
13943 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13944 target.
13945 (setup_all_syscalls): New proc.
13946
13947 2015-03-16 Yao Qi <yao.qi@linaro.org>
13948
13949 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13950 (top level): Skip tests if valid_addr_p returns false for
13951 $cmd1 or $cmd2.
13952
13953 2015-03-11 Andy Wingo <wingo@igalia.com>
13954
13955 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13956
13957 2015-03-11 Yao Qi <yao.qi@linaro.org>
13958
13959 * gdb.base/catch-syscall.exp: Fix typo in comments.
13960
13961 2015-03-11 Yao Qi <yao.qi@linaro.org>
13962
13963 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13964
13965 2015-03-09 Pedro Alves <palves@redhat.com>
13966
13967 * dg-extract-results.py: Delete.
13968
13969 2015-03-09 Pedro Alves <palves@redhat.com>
13970
13971 Merge dg-extract-results.sh from GCC upstream (r218843).
13972
13973 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13974 * dg-extract-results.sh: Use --text with grep to avoid issues with
13975 binary files. Fall back to cat -v, if that doesn't work.
13976
13977 2015-03-05 Pedro Alves <palves@redhat.com>
13978
13979 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13980
13981 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13982
13983 * lib/mi-support.exp (mi_expect_interrupt): Accept
13984 alternative event for when in all-stop mode.
13985
13986 2015-03-04 Pedro Alves <palves@redhat.com>
13987
13988 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13989
13990 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13991
13992 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13993
13994 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13995
13996 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13997 regexps for GDB's current line display, accept a hex address
13998 preceding the line number.
13999
14000 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14001
14002 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14003 the 'arch1' variable for "s390*-linux*" targets.
14004
14005 2015-03-04 Pedro Alves <palves@redhat.com>
14006
14007 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14008 (main): Pass missing retval argument to pthread_join call.
14009
14010 2015-03-02 Pedro Alves <palves@redhat.com>
14011
14012 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14013 (top level): Call do_test with non-stop as well.
14014
14015 2015-03-02 Pedro Alves <palves@redhat.com>
14016
14017 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14018 -1.
14019
14020 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14021
14022 * gdb.arch/s390-vregs.exp: New test.
14023 * gdb.arch/s390-vregs.S: New file.
14024
14025 2015-02-27 Pedro Alves <palves@redhat.com>
14026
14027 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14028 call to catch_command_errors.
14029 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14030 catch_command_errors.
14031
14032 2015-02-27 Pedro Alves <palves@redhat.com>
14033
14034 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14035 "true" for boolean result.
14036 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14037 prototype of main.
14038
14039 2015-02-27 Pedro Alves <palves@redhat.com>
14040
14041 * lib/unbuffer_output.c: New file.
14042 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14043 (main): Call gdb_unbuffer_output.
14044
14045 2015-02-27 Yao Qi <yao.qi@linaro.org>
14046
14047 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14048 target.
14049
14050 2015-02-26 Doug Evans <dje@google.com>
14051
14052 * gdb.cp/class2.cc (Dbase, D): New classes.
14053 (main): New local delta.
14054 * gdb.cp/class2.exp: Test printing delta.
14055 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14056 (dynbar): New global.
14057 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14058
14059 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14060
14061 * gdb.compile/compile-ifunc.c: New file.
14062 * gdb.compile/compile-ifunc.exp: New file.
14063
14064 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14065
14066 * gdb.base/structs.exp: Check for correct struct on finish.
14067
14068 2015-02-26 Yao Qi <yao.qi@linaro.org>
14069
14070 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14071 is zero.
14072
14073 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14074
14075 * gdb.arch/cordic.ko.bz2: New file.
14076 * gdb.arch/cordic.ko.debug.bz2: New file.
14077 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14078
14079 2015-02-25 Yao Qi <yao.qi@linaro.org>
14080
14081 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14082 aarch64*-*-* target.
14083
14084 2015-02-23 Pedro Alves <palves@redhat.com>
14085
14086 * lib/gdb.exp (delete_breakpoints): Rewrite using
14087 gdb_test_multiple.
14088
14089 2015-02-23 Pedro Alves <palves@redhat.com>
14090
14091 * gdb.base/info-os.c: Include stdlib.h.
14092
14093 2015-02-22 Doug Evans <xdje42@gmail.com>
14094
14095 PR symtab/17855
14096 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14097 is read after symbols have been re-read.
14098 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14099 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14100
14101 2015-02-21 Doug Evans <dje@google.com>
14102
14103 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14104
14105 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14106
14107 PR corefiles/17808
14108 * gdb.arch/i386-biarch-core.core.bz2: New file.
14109 * gdb.arch/i386-biarch-core.exp: New file.
14110
14111 2015-02-21 Pedro Alves <palves@redhat.com>
14112
14113 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14114 runto_main fails.
14115
14116 2015-02-20 Pedro Alves <palves@redhat.com>
14117
14118 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14119 info probes.
14120
14121 2015-02-20 Pedro Alves <palves@redhat.com>
14122
14123 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14124
14125 2015-02-20 Pedro Alves <palves@redhat.com>
14126
14127 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14128 clean_restart before gdb_target_supports_trace.
14129
14130 2015-02-20 Pedro Alves <palves@redhat.com>
14131
14132 PR threads/18006
14133 * gdb.threads/clone-thread_db.c: New file.
14134 * gdb.threads/clone-thread_db.exp: New file.
14135
14136 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14137
14138 PR breakpoints/16812
14139 * gdb.base/catch-gdb-caused-signals.c: New file.
14140 * gdb.base/catch-gdb-caused-signals.exp: New file.
14141
14142 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14143
14144 * configure: Regenerated.
14145 * configure.ac: Use GDB_AC_TRANSFORM.
14146 * aclocal.m4: sinclude ../transform.m4.
14147
14148 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14149
14150 * lib/dtrace.exp: New file.
14151 * gdb.base/dtrace-probe.exp: Likewise.
14152 * gdb.base/dtrace-probe.d: Likewise.
14153 * gdb.base/dtrace-probe.c: Likewise.
14154 * lib/pdtrace.in: Likewise.
14155 * configure.ac: Output variables with the transformed names of
14156 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14157 * configure: Regenerated.
14158
14159 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14160
14161 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14162 expected message when trying to access $_probe_* convenience
14163 variables while not on a probe.
14164
14165 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14166
14167 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14168
14169 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14170
14171 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14172 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14173
14174 2015-02-10 Doug Evans <xdje42@gmail.com>
14175
14176 * lib/gdb.exp (gdb_load): Always return a result.
14177
14178 2015-02-10 Pedro Alves <palves@redhat.com>
14179
14180 * gdb.threads/signal-sigtrap.c: New file.
14181 * gdb.threads/signal-sigtrap.exp: New file.
14182
14183 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14184
14185 * gdb.trace/no-attach-trace.c: New file.
14186 * gdb.trace/no-attach-trace.exp: New file.
14187
14188 2015-02-09 Mark Wielaard <mjw@redhat.com>
14189
14190 * gdb.dwarf2/atomic.c: New file.
14191 * gdb.dwarf2/atomic-type.exp: Likewise.
14192
14193 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14194
14195 * gdb.btrace/buffer-size.exp: Update "info record" output.
14196 * gdb.btrace/delta.exp: Update "info record" output.
14197 * gdb.btrace/enable.exp: Update "info record" output.
14198 * gdb.btrace/finish.exp: Update "info record" output.
14199 * gdb.btrace/instruction_history.exp: Update "info record" output.
14200 * gdb.btrace/next.exp: Update "info record" output.
14201 * gdb.btrace/nexti.exp: Update "info record" output.
14202 * gdb.btrace/step.exp: Update "info record" output.
14203 * gdb.btrace/stepi.exp: Update "info record" output.
14204 * gdb.btrace/nohist.exp: Update "info record" output.
14205
14206 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14207
14208 * gdb.btrace/buffer-size: New.
14209
14210 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14211
14212 * gdb.btrace/delta.exp: Update "info record" output.
14213 * gdb.btrace/enable.exp: Update "info record" output.
14214 * gdb.btrace/finish.exp: Update "info record" output.
14215 * gdb.btrace/instruction_history.exp: Update "info record" output.
14216 * gdb.btrace/next.exp: Update "info record" output.
14217 * gdb.btrace/nexti.exp: Update "info record" output.
14218 * gdb.btrace/step.exp: Update "info record" output.
14219 * gdb.btrace/stepi.exp: Update "info record" output.
14220 * gdb.btrace/nohist.exp: Update "info record" output.
14221
14222 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14223
14224 PR gdb/15678
14225 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14226
14227 2015-02-06 Pedro Alves <palves@redhat.com>
14228
14229 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14230 macro.
14231 (seconds_left, again): New globals.
14232 (main): Wait seconds_left in a 1-second sleep loop instead of
14233 sleeping 180 seconds. If 'again' is set, reset the seconds
14234 counter.
14235 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14236 'again' in the inferior before detaching. Print the seconds left.
14237 (options): New global.
14238 (top level): Build program with -DTIMEOUT=$timeout.
14239
14240 2015-02-06 Pedro Alves <palves@redhat.com>
14241
14242 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14243 determine how many seconds to pass to 'alarm'.
14244 * gdb.base/gdb-sigterm.exp (top level): Build program with
14245 -DTIMEOUT=$timeout.
14246 (do_test): Return success/failure indication. Add more verbose
14247 logging. Don't fail if 200 single steps are seen. Instead, fail
14248 when the test times out.
14249 (passes): New global.
14250 (top level): Break the testing loop if testing fails on any
14251 iteration. Use gdb_assert.
14252
14253 2015-02-04 Don Breazeal <donb@codesourcery.com>
14254
14255 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14256 and initialize them.
14257 (ipc_cleanup): New function.
14258 (main): Don't declare shmid, semid, and msqid. Add a call to
14259 atexit so that we call ipc_cleanup on exit.
14260
14261 2015-02-04 Pedro Alves <palves@redhat.com>
14262
14263 * boards/native-extended-gdbserver.exp: Remove any target variant
14264 specifications from the board name before clearing the isremote
14265 flag from board_info.
14266
14267 2015-01-31 Doug Evans <xdje42@gmail.com>
14268
14269 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14270
14271 2015-01-31 Gary Benson <gbenson@redhat.com>
14272
14273 * gdb.base/completion.exp: Disable completion limiting for
14274 existing tests. Add new tests to check completion limiting.
14275 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14276
14277 2015-01-31 Doug Evans <xdje42@gmail.com>
14278
14279 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14280
14281 2015-01-31 Doug Evans <xdje42@gmail.com>
14282
14283 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14284 entries. Duplicate file section script entries.
14285 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14286 inlined entries. Add test for safe-path rejection.
14287 * gdb.python/py-section-script.c: Add duplicate inlined section script
14288 entries. Duplicate file section script entries.
14289 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14290 inlined entries. Add test for safe-path rejection.
14291
14292 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14293
14294 * gdb.ada/disc_arr_bound: New testcase.
14295
14296 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14297
14298 * gdb.ada/mi_var_array: New testcase.
14299
14300 2015-01-27 Doug Evans <dje@google.com>
14301
14302 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14303 Add test for objfile.filename, objfile.username after objfile
14304 has been unloaded.
14305
14306 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14307
14308 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14309 the second test to print the name attribute of value
14310 returned by the call to gdb.lookup_type, and adjust
14311 the expected output accordingly.
14312
14313 2015-01-25 Mark Wielaard <mjw@redhat.com>
14314
14315 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14316 * gdb.base/disp-step-fork.c: Include unistd.h.
14317 * gdb.base/siginfo-obj.c: Include stdio.h.
14318 * gdb.base/siginfo-thread.c: Likewise.
14319 * gdb.mi/non-stop.c: Include unistd.h.
14320 * gdb.mi/nsthrexec.c: Include stdio.h.
14321 * gdb.mi/pthreads.c: Include unistd.h.
14322 * gdb.modula2/unbounded1.c (main): Declare returns int.
14323 * gdb.reverse/consecutive-reverse.c: Likewise.
14324 * gdb.threads/create-fail.c: Include unistd.h.
14325 * gdb.threads/killed.c: Likewise.
14326 * gdb.threads/linux-dp.c: Likewise.
14327 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14328 * gdb.threads/non-ldr-exc-2.c: Likewise.
14329 * gdb.threads/non-ldr-exc-3.c: Likewise.
14330 * gdb.threads/non-ldr-exc-4.c: Likewise.
14331 * gdb.threads/pthreads.c: Include unistd.h.
14332 (main): Declare returns int.
14333 * gdb.threads/tls-main.c (foo): New declaration.
14334 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14335
14336 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14337
14338 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14339 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14340
14341 2015-01-15 Mark Wielaard <mjw@redhat.com>
14342
14343 * gdb.base/noreturn-return.c: New file.
14344 * gdb.base/noreturn-return.exp: New file.
14345 * gdb.base/noreturn-finish.c: New file.
14346 * gdb.base/noreturn-finish.exp: New file.
14347
14348 2015-01-23 Pedro Alves <palves@redhat.com>
14349
14350 * gdb.threads/continue-pending-after-query.c: New file.
14351 * gdb.threads/continue-pending-after-query.exp: New file.
14352
14353 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14354 Simon Marchi <simon.marchi@ericsson.com>
14355
14356 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14357 * gdb.base/valgrind-db-attach.exp: Same.
14358 * gdb.base/valgrind-infcall.exp: Same.
14359 * lib/mi-support.exp (default_mi_gdb_start): Same.
14360 * lib/prompt.exp (default_prompt_gdb_start): Same.
14361 * lib/gdb.exp (default_gdb_spawn): Same.
14362 (gdb_interact): New.
14363
14364
14365 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14366
14367 * gdb.compile/compile.exp (pointer to jit function): New test.
14368
14369 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14370
14371 * lib/gdb.exp (supports_process_record): Return true for
14372 powerpc*-*-linux*.
14373 (supports_reverse): Likewise.
14374
14375 2015-01-15 Don Breazeal <donb@codesourcery.com>
14376
14377 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14378 instead of checking whether the target board is remote and
14379 use spawn_wait_for_attach instead of exec/sleep.
14380 * gdb.base/attach-twice.exp: Likewise.
14381
14382 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14383
14384 * gdb.ada/var_arr_attrs: New testcase.
14385
14386 2015-01-14 Pedro Alves <palves@redhat.com>
14387 Joel Brobecker <brobecker@adacore.com>
14388
14389 PR gdb/17525
14390 * gdb.base/bp-cmds-execution-x-script.c: New file.
14391 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14392 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14393
14394 2015-01-14 Pedro Alves <palves@redhat.com>
14395
14396 PR cli/17828
14397 * gdb.base/batch-preserve-term-settings.c: New file.
14398 * gdb.base/batch-preserve-term-settings.exp: New file.
14399
14400 2015-01-13 Doug Evans <dje@google.com>
14401
14402 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14403 binary.
14404
14405 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14406
14407 * Makefile.in (clean mostlyclean): Do not delete *.py.
14408
14409 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14410
14411 * gdb.python/py-lookup-type.exp: New file.
14412
14413 2015-01-12 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14416 restore GDBFLAGS before returning.
14417
14418 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14419
14420 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14421 is_amd64_regs_target and is_x86_like_target.
14422
14423 2015-01-11 Doug Evans <xdje42@gmail.com>
14424
14425 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14426 is given without an explicit form.
14427 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14428 attributes.
14429 * gdb.dwarf/corrupt.exp: Ditto.
14430 * gdb.dwarf2/enum-type.exp: Ditto.
14431 * gdb.trace/entry-values.exp: Ditto.
14432 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14433
14434 2015-01-11 Doug Evans <xdje42@gmail.com>
14435
14436 PR gdb/15830
14437 * gdb.base/maint.exp: Remove references to "maint demangle".
14438 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14439 Add tests for explicitly specifying language to demangle.
14440 * gdb.dlang/demangle.exp: Ditto.
14441
14442 2015-01-09 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.threads/non-stop-fair-events.c: New file.
14445 * gdb.threads/non-stop-fair-events.exp: New file.
14446
14447 2015-01-09 Pedro Alves <palves@redhat.com>
14448
14449 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14450 the global scope. Set a breakpoint after all threads are started
14451 rather than stepping over two source lines. Expect the prompt.
14452 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14453 global.
14454 (NUM): Now 15.
14455 (main): Use threads_started_barrier to wait for all threads to
14456 start. Main thread no longer calls thread_function. Exit after
14457 180 seconds.
14458 (loop): New function.
14459 (thread_function): Wait on threads_started_barrier barrier. Call
14460 'loop' at each iteration.
14461 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14462 threads have started, instead of hardcoding number of "next"
14463 steps. Use an access watchpoint instead of a write watchpoint.
14464
14465 2015-01-09 Pedro Alves <palves@redhat.com>
14466
14467 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14468 (thread_func): Wait on barrier.
14469 (main): Wait for all threads to start before stopping GDB.
14470 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14471 global.
14472 (thread1_func, thread2_func): Wait on barrier.
14473 (main): Wait for all threads to start before stopping GDB.
14474 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14475 New global.
14476 (thread1_func, thread2_func): Wait on barrier.
14477 (main): Wait for all threads to start before stopping GDB.
14478
14479 2015-01-09 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.threads/attach-many-short-lived-threads.c: New file.
14482 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14483
14484 2014-01-09 Pedro Alves <palves@redhat.com>
14485
14486 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14487 instead of to thread 2.
14488 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14489 Add barrier around each pthread_create call instead of around all
14490 calls.
14491 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14492 Set a break on thread_function and have the child threads hit it
14493 one at at a time.
14494
14495 2015-01-09 Pedro Alves <palves@redhat.com>
14496
14497 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14498 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14499 false.
14500 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14501 checking whether the target board is remote.
14502 * gdb.multi/multi-attach.exp: Likewise.
14503 * gdb.python/py-sync-interp.exp: Likewise.
14504 * gdb.server/ext-attach.exp: Likewise.
14505 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14506 tests that need to attach, instead of checking whether the target
14507 board is remote at the top of the file.
14508
14509 2015-01-08 Yao Qi <yao@codesourcery.com>
14510
14511 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14512
14513 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14514
14515 Fix testcase compilation.
14516 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14517
14518 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14519
14520 * gdb.python/py-type.exp: Add a couple test about empty
14521 array creation, and negative-length array creation.
14522
14523 2015-01-02 Doug Evans <xdje42@gmail.com>
14524
14525 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14526
14527 2015-01-02 Doug Evans <dje@google.com>
14528
14529 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14530
14531 2014-12-29 Yao Qi <yao@codesourcery.com>
14532
14533 * gdb.trace/entry-values.exp: Update comments. Rename variable
14534 bar_call_foo to returned_from_foo.
14535
14536 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14537
14538 PR gdb/17394
14539 * gdb.linespec/break-asm-file.c: New file.
14540 * gdb.linespec/break-asm-file.exp: New file.
14541 * gdb.linespec/break-asm-file0.s: New file.
14542 * gdb.linespec/break-asm-file1.s: New file.
14543
14544 2014-12-18 Nigel Stephens <nigel@mips.com>
14545 Maciej W. Rozycki <macro@codesourcery.com>
14546
14547 * gdb.base/float.exp: Handle the new output from "info float" on
14548 MIPS targets.
14549
14550 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14551
14552 Fix MinGW compilation.
14553 * gdb.compile/compile-ops.exp: Update untested message if
14554 !skip_compile_feature_tests.
14555 * gdb.compile/compile-setjmp.exp: Likewise.
14556 * gdb.compile/compile-tls.exp: Likewise.
14557 * gdb.compile/compile.exp: Likewise.
14558 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14559 supported on this host".
14560
14561 2014-12-16 Doug Evans <xdje42@gmail.com>
14562
14563 * boards/stabs.exp: New file.
14564
14565 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14566
14567 * gdb.base/completion.exp: Adjust to format changes of "maint
14568 print user-registers".
14569
14570 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14571
14572 PR server/17457
14573 * gdb.arch/aarch64-fp.c: New file.
14574 * gdb.arch/aarch64-fp.exp: New file.
14575
14576 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14577
14578 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14579 r210637, r210913, r211666, r215400, r215817).
14580
14581 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14582 * dg-extract-results.py: New file.
14583 * dg-extract-results.sh: Use it if the environment seems
14584 suitable.
14585
14586 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14587
14588 * dg-extract-results.py (parse_run): Handle warnings that
14589 are printed before a test harness is run.
14590
14591 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14592
14593 * dg-extract-results.py (Named): Remove __cmp__ method.
14594 (output_variation): Use a key to sort variation.harnesses.
14595
14596 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14597
14598 * dg-extract-results.py: For Python 3, force sys.stdout to
14599 handle surrogate escape sequences.
14600 (safe_open): New function.
14601 (output_segment, main): Use it.
14602
14603 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14604
14605 * dg-extract-results.py (Prog.result_re): Include options
14606 in test name.
14607
14608 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14609
14610 * dg-extract-results.py (output_variation): Always sort if
14611 do_sum.
14612
14613 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14614
14615 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14616 as long as we get pagination notifications.
14617
14618 2014-12-15 Jason Merrill <jason@redhat.com>
14619
14620 * Makefile.in (check-gdb.%): Restore.
14621 * README: Mention it.
14622
14623 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14624
14625 * gdb.ada/str_uninit: New testcase.
14626
14627 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14628
14629 PR symtab/17642
14630 * gdb.base/vla-stub-define.c: New file.
14631 * gdb.base/vla-stub.c: New file.
14632 * gdb.base/vla-stub.exp: New file.
14633
14634 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14635 Jan Kratochvil <jan.kratochvil@redhat.com>
14636 Tom Tromey <tromey@redhat.com>
14637
14638 * configure.ac: Add gdb.compile/.
14639 * configure: Regenerate.
14640 * gdb.compile/Makefile.in: New file.
14641 * gdb.compile/compile-ops.exp: New file.
14642 * gdb.compile/compile-ops.c: New file.
14643 * gdb.compile/compile-tls.c: New file.
14644 * gdb.compile/compile-tls.exp: New file.
14645 * gdb.compile/compile-constvar.S: New file.
14646 * gdb.compile/compile-constvar.c: New file.
14647 * gdb.compile/compile-mod.c: New file.
14648 * gdb.compile/compile-nodebug.c: New file.
14649 * gdb.compile/compile-setjmp-mod.c: New file.
14650 * gdb.compile/compile-setjmp.c: New file.
14651 * gdb.compile/compile-setjmp.exp: New file.
14652 * gdb.compile/compile-shlib.c: New file.
14653 * gdb.compile/compile.c: New file.
14654 * gdb.compile/compile.exp: New file.
14655 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14656
14657 2014-12-12 Tom Tromey <tromey@redhat.com>
14658
14659 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14660 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14661
14662 2014-12-12 Doug Evans <dje@google.com>
14663
14664 * lib/gdb-python.exp (get_python_valueof): New function.
14665 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14666
14667 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14668
14669 * gdb.base/completion.exp: Add test for completion of "info
14670 registers ".
14671
14672 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14673
14674 * gdb.base/func-ptrs.c: New file.
14675 * gdb.base/func-ptrs.exp: New file.
14676
14677 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14678
14679 PR breakpoints/17012
14680 * gdb.base/dprintf-detach.c: New file.
14681 * gdb.base/dprintf-detach.exp: New file.
14682
14683 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14684
14685 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14686 * lib/gdb.exp (target_is_gdbserver): New procedure.
14687
14688 2014-12-08 Doug Evans <dje@google.com>
14689
14690 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14691
14692 2014-12-05 Yao Qi <yao@codesourcery.com>
14693
14694 * gdb.guile/scm-error.exp: Remove the third argument to
14695 gdb_remote_download.
14696 * gdb.guile/scm-frame-args.exp: Likewise.
14697 * gdb.guile/scm-section-script.exp: Likewise.
14698
14699 2014-12-05 Yao Qi <yao@codesourcery.com>
14700
14701 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14702
14703 2014-12-04 Doug Evans <dje@google.com>
14704
14705 * gdb.python/py-objfile.exp: Add tests for
14706 objfile.add_separate_debug_file.
14707
14708 2014-12-04 Doug Evans <dje@google.com>
14709
14710 * lib/gdb.exp (get_build_id): New function.
14711 (build_id_debug_filename_get): Rewrite to use it.
14712 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14713
14714 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14715
14716 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14717 `method(long)', not just 0x0.
14718 * gdb.cp/nsalias.exp: Align code labels to 4.
14719 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14720 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14721 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14722 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14723 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14724 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14725
14726 2014-12-02 Doug Evans <dje@google.com>
14727
14728 PR symtab/17602
14729 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14730 * gdb.cp/anon-ns2.cc: ... here. New file.
14731 * gdb.cp/anon-ns.exp: Update.
14732
14733 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14734
14735 * gdb.python/py-events.py (inferior_call_handler): New.
14736 (register_changed_handler, memory_changed_handler): New.
14737 (test_events.invoke): Register new handlers.
14738 * gdb.python/py-events.exp: Add tests for inferior call,
14739 memory_changed and register_changed events.
14740
14741 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14742
14743 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14744 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14745 if the linker doesn't understand this.
14746
14747 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14748
14749 * gdb.python/python.exp: Change expected reply to help().
14750
14751 2014-12-01 Yao Qi <yao@codesourcery.com>
14752
14753 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14754 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14755 * configure: Re-generated.
14756
14757 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14758
14759 * gdb.cp/chained-calls.cc: New file.
14760 * gdb.cp/chained-calls.exp: New file.
14761 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14762
14763 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14764
14765 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14766 * gdb.dwarf2/symtab-producer.exp: Same.
14767 * gdb.gdb/python-interrupts.exp: Same.
14768 * gdb.gdb/python-selftest.exp: Same.
14769 * gdb.python/py-linetable.exp: Same.
14770 * gdb.python/py-type.exp: Same.
14771 * gdb.python/py-value-cc.exp: Same.
14772 * gdb.python/py-value.exp: Same.
14773
14774 2014-11-28 Yao Qi <yao@codesourcery.com>
14775
14776 * gdb.base/break-probes.exp: Match library name prefixed with
14777 sysroot.
14778
14779 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14780
14781 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14782 test expected output. Add parentheses for the call to print.
14783 Remove L suffix from integers.
14784
14785 2014-11-26 Doug Evans <dje@google.com>
14786
14787 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14788
14789 2014-11-22 Yao Qi <yao@codesourcery.com>
14790
14791 * gdb.trace/entry-values.c: Remove asms.
14792 (foo): Add foo_label.
14793 (bar): Add bar_label.
14794 * gdb.trace/entry-values.exp: Remove code computing foo's
14795 length and bar's length.
14796 (Dwarf::assemble): Invoke function_range for bar and use
14797 MACRO_AT_func for foo.
14798
14799 2014-11-22 Yao Qi <yao@codesourcery.com>
14800
14801 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14802 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14803 Use .Lgcc43_procstart instead of gcc43.
14804
14805 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14806
14807 * gdb.ada/n_arr_bound: New testcase.
14808
14809 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14810
14811 PR breakpoints/10737
14812 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14813 test_catch_syscall_multi_arch.
14814 (test_catch_syscall_multi_arch): New function.
14815
14816 2014-11-20 Doug Evans <xdje42@gmail.com>
14817
14818 * gdb.base/maint.exp: Update expected output.
14819
14820 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14821
14822 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14823 4-byte instruction on S390.
14824
14825 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14826
14827 * gdb.ada/arr_arr: New testcase.
14828
14829 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14830
14831 * gdb.ada/pkd_arr_elem: New Testcase.
14832
14833 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14834
14835 * gdb.reverse/break-precsave: Expect completion message for
14836 core file reads.
14837 * gdb.reverse/consecutive-precsave.exp: Likewise.
14838 * gdb.reverse/finish-precsave.exp: Likewise.
14839 * gdb.reverse/i386-precsave.exp: Likewise.
14840 * gdb.reverse/machinestate-precsave.exp: Likewise.
14841 * gdb.reverse/sigall-precsave.exp: Likewise.
14842 * gdb.reverse/solib-precsave.exp: Likewise.
14843 * gdb.reverse/step-precsave.exp: Likewise.
14844 * gdb.reverse/until-precsave.exp: Likewise.
14845 * gdb.reverse/watch-precsave.exp: Likewise.
14846
14847 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14848
14849 * gdb.base/bp-permanent.c: Include unistd.h.
14850 * gdb.python/py-framefilter-mi.c (main): Add return type.
14851 * gdb.python/py-framefilter.c (main): Likewise.
14852 * gdb.trace/actions-changed.c (main): Likewise.
14853
14854 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14855
14856 * gdb.mi/until.c: Add eye-catchers.
14857 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14858 line numbers.
14859
14860 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14861
14862 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14863 function header variants in break1.c.
14864 * gdb.base/ena-dis-br.exp: Likewise.
14865 * gdb.base/hbreak2.exp: Likewise.
14866 * gdb.reverse/until-precsave.exp: Drop references to removed
14867 non-prototype function header variants in ur1.c.
14868 * gdb.reverse/until-reverse.exp: Likewise.
14869
14870 2014-11-17 Petr Machata <pmachata@redhat.com>
14871
14872 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14873 ${_cu_offset_size} bytes abbrev offset.
14874
14875 2014-11-15 Doug Evans <xdje42@gmail.com>
14876
14877 PR symtab/17559
14878 * gdb.base/line-symtabs.exp: New file.
14879 * gdb.base/line-symtabs.c: New file.
14880 * gdb.base/line-symtabs.h: New file.
14881
14882 2014-11-14 Yao Qi <yao@codesourcery.com>
14883
14884 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14885 (func): Add label func_label.
14886 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14887 Replace low_pc and high_pc with MACRO_AT_range.
14888 Replace name, low_pc and high_pc with MACRO_AT_func.
14889
14890 2014-11-14 Yao Qi <yao@codesourcery.com>
14891
14892 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14893 Replace name, low_pc and high_pc with MACRO_AT_func.
14894
14895 2014-11-14 Yao Qi <yao@codesourcery.com>
14896
14897 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14898 produce debug information.
14899 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14900
14901 2014-11-14 Yao Qi <yao@codesourcery.com>
14902
14903 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14904 object and get function length.
14905 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14906 with MACRO_AT_func.
14907 (top-level): Replace gdb_compile and clean_restart with
14908 prepare_for_testing.
14909 * gdb.dwarf2/main.c (main): Add label main_label.
14910
14911 2014-11-14 Yao Qi <yao@codesourcery.com>
14912
14913 * lib/dwarf.exp (function_range): New procedure.
14914 (Dwarf::_handle_macro_at_func): New procedure.
14915 (Dwarf::_handle_macro_at_range): New procedure.
14916 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14917
14918 2014-11-14 Yao Qi <yao@codesourcery.com>
14919
14920 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14921 (_handle_attribute): New procedure.
14922
14923 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14924
14925 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14926 * gdb.base/call-sc.c (zed): Likewise.
14927 * gdb.base/checkpoint.c (main): Likewise.
14928 * gdb.base/dump.c (main): Likewise.
14929 * gdb.base/gcore.c (main): Likewise.
14930 * gdb.base/huge.c (main): Likewise.
14931 * gdb.base/multi-forks.c (main): Likewise.
14932 * gdb.base/pr10179-a.c (main): Likewise.
14933 * gdb.base/savedregs.c (main): Likewise.
14934 * gdb.base/sigaltstack.c (main): Likewise.
14935 * gdb.base/siginfo.c (main): Likewise.
14936 * gdb.base/structs.c (zed): Likewise.
14937 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14938 * gdb.mi/mi-syn-frame.c (main): Likewise.
14939 * gdb.mi/until.c (foo, main): Likewise.
14940 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14941 * gdb.base/solib-weak.c (foo): Declare.
14942 * gdb.base/attach-twice.c: Include stdio.h.
14943 * gdb.base/weaklib1.c: Likewise.
14944 * gdb.base/weaklib2.c: Likewise.
14945 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14946 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14947 unistd.h.
14948 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14949 * gdb.mi/mi-exit-code.c: Likewise.
14950 * gdb.base/break-interp-lib.c: Include string.h.
14951 * gdb.base/coremaker.c: Likewise.
14952 * gdb.base/testenv.c: Likewise.
14953 * gdb.python/py-finish-breakpoint.c: Likewise.
14954 * gdb.base/inferior-died.c: Include sys/wait.h.
14955 * gdb.base/fileio.c: Include time.h.
14956 * gdb.base/async-shell.c: Include unistd.h.
14957 * gdb.base/dprintf-non-stop.c: Likewise.
14958 * gdb.base/info-os.c: Likewise.
14959 * gdb.mi/mi-console.c: Likewise.
14960 * gdb.mi/watch-nonstop.c: Likewise.
14961 * gdb.python/py-events.c: Likewise.
14962 * gdb.base/async.c (baz): Move up before its invocation.
14963 * gdb.base/code_elim2.c (my_global_func): Likewise.
14964 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14965 * gdb.base/advance.c (func2): Likewise.
14966
14967 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14968
14969 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14970 variant.
14971 * gdb.base/annota3.c: Likewise.
14972 * gdb.base/async.c: Likewise.
14973 * gdb.base/average.c: Likewise.
14974 * gdb.base/call-ar-st.c: Likewise.
14975 * gdb.base/call-rt-st.c: Likewise.
14976 * gdb.base/call-sc.c: Likewise.
14977 * gdb.base/call-strs.c: Likewise.
14978 * gdb.base/ending-run.c: Likewise.
14979 * gdb.base/execd-prog.c: Likewise.
14980 * gdb.base/exprs.c: Likewise.
14981 * gdb.base/foll-exec.c: Likewise.
14982 * gdb.base/foll-fork.c: Likewise.
14983 * gdb.base/foll-vfork.c: Likewise.
14984 * gdb.base/funcargs.c: Likewise.
14985 * gdb.base/gcore.c: Likewise.
14986 * gdb.base/jump.c: Likewise.
14987 * gdb.base/langs0.c: Likewise.
14988 * gdb.base/langs1.c: Likewise.
14989 * gdb.base/langs2.c: Likewise.
14990 * gdb.base/mips_pro.c: Likewise.
14991 * gdb.base/nodebug.c: Likewise.
14992 * gdb.base/opaque0.c: Likewise.
14993 * gdb.base/opaque1.c: Likewise.
14994 * gdb.base/recurse.c: Likewise.
14995 * gdb.base/run.c: Likewise.
14996 * gdb.base/scope0.c: Likewise.
14997 * gdb.base/scope1.c: Likewise.
14998 * gdb.base/setshow.c: Likewise.
14999 * gdb.base/setvar.c: Likewise.
15000 * gdb.base/shmain.c: Likewise.
15001 * gdb.base/shr1.c: Likewise.
15002 * gdb.base/shr2.c: Likewise.
15003 * gdb.base/sigall.c: Likewise.
15004 * gdb.base/signals.c: Likewise.
15005 * gdb.base/so-indr-cl.c: Likewise.
15006 * gdb.base/solib2.c: Likewise.
15007 * gdb.base/structs.c: Likewise.
15008 * gdb.base/sum.c: Likewise.
15009 * gdb.base/vforked-prog.c: Likewise.
15010 * gdb.base/watchpoint.c: Likewise.
15011 * gdb.reverse/shr2.c: Likewise.
15012 * gdb.reverse/until-reverse.c: Likewise.
15013 * gdb.reverse/ur1.c: Likewise.
15014 * gdb.reverse/watch-reverse.c: Likewise.
15015
15016 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15017
15018 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15019 variant.
15020 * gdb.base/sepdebug.exp: Drop references to removed code.
15021
15022 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15023
15024 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15025 variant. Preserve original line numbering.
15026 * gdb.base/list1.c: Likewise.
15027
15028 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15029
15030 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15031 variant.
15032 * gdb.base/break1.c: Likewise.
15033 * gdb.base/break.exp: Drop references to removed code.
15034
15035 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15036
15037 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15038 variant.
15039
15040 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15041
15042 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15043
15044 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15045
15046 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15047 logic into perform_all_tests() and invoke it with and without
15048 function header prototypes.
15049 (do_function_calls): Remove conditional XFAIL for PR 5318.
15050 (rerun_and_prepare): Remove duplicate code.
15051 (perform_all_tests): New. Main logic moved here.
15052
15053 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15054
15055 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15056 code guarded by #ifdef NO_PROTOTYPES.
15057 (t_double_many_args): Likewise.
15058 (DEF_FUNC_MANY_ARGS_1): Likewise.
15059 (DEF_FUNC_VALUES_1): Likewise.
15060 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15061 guarded by #ifdef PROTOTYPES.
15062
15063 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15064
15065 * gdb.mi/mi-console.c: Add eye-catcher.
15066 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15067 instead of literal line number.
15068
15069 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15070
15071 * gdb.base/shr2.c: Add eye-catcher.
15072 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15073 line number.
15074
15075 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15076
15077 * gdb.base/jump.c: Add eye-catchers.
15078 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15079 numbers.
15080
15081 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15082
15083 * gdb.base/execd-prog.c: Add eye-catchers.
15084 * gdb.base/foll-exec.c: Likewise.
15085 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15086 line numbers.
15087
15088 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15089
15090 * gdb.base/ending-run.c: Add eye-catchers.
15091 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15092 literal line numbers.
15093
15094 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15095
15096 * gdb.base/call-rt-st.c: Add eye-catchers.
15097 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15098 literal line numbers.
15099
15100 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15101
15102 * gdb.base/call-ar-st.c: Add eye-catchers.
15103 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15104 literal line numbers.
15105
15106 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15107
15108 * gdb.base/average.c: Add eye-catchers.
15109 * gdb.base/sum.c: Likewise.
15110 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15111 regexps dynamically.
15112
15113 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15114
15115 * gdb.base/solib1.c: Add eye-catchers.
15116 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15117 literal line numbers.
15118
15119 2014-11-12 Pedro Alves <palves@redhat.com>
15120
15121 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15122 leader has exited.
15123
15124 2014-11-12 Pedro Alves <palves@redhat.com>
15125
15126 * gdb.arch/i386-bp_permanent.c: New file.
15127 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15128 (srcfile): Set to i386-bp_permanent.c.
15129 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15130 that stepi does not execute the 'leave' instruction, instead of
15131 testing it does execute.
15132 * gdb.base/bp-permanent.c: New file.
15133 * gdb.base/bp-permanent.exp: New file.
15134
15135 2014-11-10 Doug Evans <xdje42@gmail.com>
15136
15137 PR symtab/17564
15138 * gdb.base/symtab-search-order.exp: New file.
15139 * gdb.base/symtab-search-order.c: New file.
15140 * gdb.base/symtab-search-order-1.c: New file.
15141 * gdb.base/symtab-search-order-shlib-1.c: New file.
15142
15143 2014-11-07 Pedro Alves <palves@redhat.com>
15144
15145 PR gdb/17511
15146 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15147 i?86-*-linux*.
15148
15149 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15150
15151 PR c++/17494
15152 * gdb.cp/pr17494.cc: New file.
15153 * gdb.cp/pr17494.exp: New file.
15154
15155 2014-11-02 Yao Qi <yao@codesourcery.com>
15156
15157 * gdb.python/python.exp: Get working directory and match the
15158 output of "set extended-prompt \\w " with it.
15159
15160 2014-10-30 Doug Evans <dje@google.com>
15161
15162 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15163 in objfiles.
15164 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15165 in progspaces.
15166
15167 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15168
15169 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15170 * gdb.base/realname-expand.exp: Likewise.
15171 * gdb.linespec/macro-relative.exp: Likewise.
15172
15173 2014-10-29 Pedro Alves <palves@redhat.com>
15174
15175 PR gdb/17408
15176 * gdb.threads/schedlock.c (some_function): New function.
15177 (call_function): New global.
15178 (MAYBE_CALL_SOME_FUNCTION): New macro.
15179 (thread_function): Call it.
15180 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15181 and use it instead of a global counter. Adjust all callers.
15182 (get_current_thread): Use "find current thread" for test message
15183 here rather than having all callers pass down the same string.
15184 (goto_loop): New procedure, factored out from ...
15185 (my_continue): ... this.
15186 (step_ten_loops): Change parameter from test message to command to
15187 use. Adjust.
15188 (list_count): Delete global.
15189 (check_result): New procedure, factored out from duplicate top
15190 level code.
15191 (continue tests): Wrap in with_test_prefix.
15192 (test_step): New procedure, factored out from duplicate top level
15193 code.
15194 (top level): Test "step" in combination with all scheduler-locking
15195 modes. Test "next" in combination with all scheduler-locking
15196 modes, and in combination with stepping over a function call or
15197 not.
15198 * gdb.threads/next-bp-other-thread.c: New file.
15199 * gdb.threads/next-bp-other-thread.exp: New file.
15200
15201 2014-10-29 Pedro Alves <palves@redhat.com>
15202
15203 PR python/17372
15204 * gdb.python/python.exp: Test a multi-line command that spawns
15205 interactive Python.
15206 * gdb.base/multi-line-starts-subshell.exp: New file.
15207
15208 2014-10-29 Yao Qi <yao@codesourcery.com>
15209
15210 * gdb.base/fileio.exp: Make directories on host.
15211
15212 2014-10-29 Yao Qi <yao@codesourcery.com>
15213
15214 * gdb.base/fileio.c (test_write): Close the file.
15215
15216 2014-10-28 Pedro Alves <palves@redhat.com>
15217
15218 PR gdb/12623
15219 * gdb.base/sigstep.c (no_handler): New global.
15220 (main): If 'no_handler is true, set the signal handlers to
15221 SIG_IGN.
15222 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15223 with_sw_watch and no_handler parameters. Handle them.
15224 (top level) <stepping over handler when stopped at a breakpoint
15225 test>: Add a test axis for testing with a software watchpoint, and
15226 another for testing with the signal handler set to SIG_IGN.
15227 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15228 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15229
15230 2014-10-28 Pedro Alves <palves@redhat.com>
15231
15232 PR gdb/17511
15233 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15234 * gdb.base/sigstep.exp (other_handler_location): New global.
15235 (advance): Support stepping into the signal handler, and running
15236 commands while in the handler.
15237 (in_handler_map): New global.
15238 (top level): In the advance test, add combinations for getting
15239 into the handler with stepping commands, and for running commands
15240 in the handler. Add comment descripting the advancei tests.
15241
15242 2014-10-28 Pedro Alves <palves@redhat.com>
15243
15244 * gdb.base/sigstep.exp: Use build_executable instead of
15245 prepare_for_testing.
15246 (top level): Move code that starts GDB, runs to main and creates a
15247 display to ...
15248 (restart): ... this new procedure.
15249 (top level): Move backtrace from signal handler test to ...
15250 (validate_backtrace): ... this new procedure.
15251 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15252 with_test_prefix. Always restart GDB.
15253 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15254 with_test_prefix. Always restart GDB. No need to delete
15255 breakpoints after the test.
15256 (test_skip_handler): Remove prefix parameter.
15257 (skip_over_handler, breakpoint_to_handler)
15258 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15259 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15260 restart GDB. No need to delete breakpoints after the test.
15261 (top level): Use foreach to call the test procedures with
15262 different commands.
15263
15264 2014-10-28 Pedro Alves <palves@redhat.com>
15265
15266 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15267 instead of GNATS numbers.
15268 * gdb.base/sigbpt.exp: Likewise.
15269 * gdb.base/siginfo.exp: Likewise.
15270 * gdb.base/sigstep.exp: Likewise.
15271
15272 2014-10-27 Pedro Alves <palves@redhat.com>
15273
15274 * gdb.base/sigstep.c (dummy): New global.
15275 (main): Issue a couple writes to the new global.
15276 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15277 procedures.
15278 (skip_over_handler): Use test_skip_handler.
15279 (top level): Call skip_over_handler for stepi and nexti too.
15280 (breakpoint_over_handler): Use test_skip_handler.
15281 (top level): Call breakpoint_over_handler for stepi and nexti too.
15282
15283 2014-10-27 Yao Qi <yao@codesourcery.com>
15284
15285 * gdb.trace/tfile.c (adjust_function_address)
15286 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15287 function descriptor.
15288
15289 2014-10-24 Don Breazeal <donb@codesourcery.com>
15290
15291 * gdb.base/foll-fork.exp (test_follow_fork,
15292 catch_fork_child_follow): Check for updated fork messages emitted
15293 from infrun.c.
15294 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15295 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15296 vfork_and_exec_child_follow_through_step): Check for updated vfork
15297 messages emitted from infrun.c.
15298
15299 2014-10-24 Pedro Alves <palves@redhat.com>
15300
15301 * gdb.base/corefile.exp: Remove references to ultrix.
15302 * gdb.base/interrupt.exp: Likewise.
15303 * gdb.base/whatis.exp: Likewise.
15304 * gdb.gdb/selftest.exp: Likewise.
15305 * gdb.threads/manythreads.exp: Likewise.
15306 * gdb.threads/print-threads.exp: Likewise.
15307 * gdb.threads/pthreads.exp:: Likewise.
15308 * gdb.threads/schedlock.exp: Likewise.
15309
15310 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15311
15312 * gdb.cp/non-trivial-retval.cc: Add a test case.
15313 * gdb.cp/non-trivial-retval.exp: Add a test.
15314
15315 2014-10-20 Yao Qi <yao@codesourcery.com>
15316
15317 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15318 * gdb.python/py-objfile-script-gdb.py: New file.
15319 * gdb.python/py-objfile-script.exp: Update reference to
15320 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15321 of remote_download. Remove the dest file.
15322
15323 2014-10-20 Yao Qi <yao@codesourcery.com>
15324
15325 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15326 * gdb.base/step-line.exp: Likewise.
15327 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15328 * gdb.dwarf2/dw2-basic.exp: Likewise.
15329 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15330 * gdb.dwarf2/dw2-filename.exp: Likewise.
15331 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15332 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15333 * gdb.dwarf2/dw2-producer.exp: Likewise.
15334 * gdb.dwarf2/mac-fileno.exp: Likewise.
15335 * gdb.python/py-frame-args.exp: Likewise.
15336 * gdb.python/py-framefilter.exp: Likewise.
15337 * gdb.python/py-mi.exp: Likewise.
15338 * gdb.python/py-objfile-script.exp: Likewise
15339 * gdb.python/py-pp-integral.exp: Likewise.
15340 * gdb.python/py-pp-re-notag.exp: Likewise.
15341 * gdb.python/py-prettyprint.exp: Likewise.
15342 * gdb.python/py-section-script.exp: Likewise.
15343 * gdb.python/py-typeprint.exp: Likewise.
15344 * gdb.python/py-xmethods.exp: Likewise.
15345 * gdb.stabs/weird.exp: Likewise.
15346 * gdb.xml/tdesc-regs.exp: Likewise.
15347
15348 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15349
15350 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15351 (out_cu): Use addr_len for the size of addresses.
15352 (out_line): Likewise. Size DW_LNE_set_address instruction
15353 according to addr_len.
15354 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15355 (FUNC): Add START_INSNS to definition.
15356
15357 2014-10-18 Yao Qi <yao@codesourcery.com>
15358
15359 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15360 gdb_has_argv0 return true.
15361 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15362 check [target_info exists noargs], check [gdb_has_argv0]
15363 instead.
15364 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15365 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15366 procedures.
15367
15368 2014-10-17 Doug Evans <dje@google.com>
15369
15370 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15371 event.
15372 * gdb.python/py-events.py: Add clear_objfiles event.
15373
15374 2014-10-17 Doug Evans <dje@google.com>
15375
15376 * gdb.python/py-objfile.exp: Test progspace attribute.
15377
15378 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15379
15380 * gdb.guile/scm-breakpoint.exp: Do not assume any
15381 directory separators when matching source file paths.
15382 * gdb.python/py-breakpoint.exp: Likewise.
15383 * gdb.reverse/break-precsave.exp: Likewise.
15384 * gdb.reverse/break-reverse.exp: Likewise.
15385 * gdb.reverse/consecutive-precsave.exp: Likewise.
15386 * gdb.reverse/finish-precsave.exp: Likewise.
15387 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15388 * gdb.reverse/finish-reverse.exp: Likewise.
15389 * gdb.reverse/i386-precsave.exp: Likewise.
15390 * gdb.reverse/i387-env-reverse.exp: Likewise.
15391 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15392 * gdb.reverse/machinestate-precsave.exp: Likewise.
15393 * gdb.reverse/machinestate.exp: Likewise.
15394 * gdb.reverse/sigall-precsave.exp: Likewise.
15395 * gdb.reverse/solib-precsave.exp: Likewise.
15396 * gdb.reverse/step-precsave.exp: Likewise.
15397 * gdb.reverse/until-precsave.exp: Likewise.
15398 * gdb.reverse/watch-precsave.exp: Likewise.
15399 * gdb.reverse/watch-reverse.exp: Likewise.
15400
15401 2014-10-17 Yao Qi <yao@codesourcery.com>
15402
15403 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15404 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15405
15406 2014-10-17 Pedro Alves <palves@redhat.com>
15407
15408 PR gdb/17471
15409 * gdb.base/bg-execution-repeat.c: New file.
15410 * gdb.base/bg-execution-repeat.exp: New file.
15411
15412 2014-10-17 Pedro Alves <palves@redhat.com>
15413
15414 PR gdb/17300
15415 * gdb.base/continue-all-already-running.c: New file.
15416 * gdb.base/continue-all-already-running.exp: New file.
15417
15418 2014-10-17 Pedro Alves <palves@redhat.com>
15419
15420 PR gdb/17472
15421 * gdb.base/annota-input-while-running.c: New file.
15422 * gdb.base/annota-input-while-running.exp: New file.
15423
15424 2014-10-17 Pedro Alves <palves@redhat.com>
15425
15426 * gdb.base/callfuncs.exp: emove references to osf.
15427 * gdb.base/sigall.exp: Likewise.
15428 * gdb.gdb/selftest.exp: Likewise.
15429 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15430 * gdb.mi/non-stop.c: Likewise.
15431 * gdb.mi/pthreads.c: Likewise.
15432 * gdb.reverse/sigall-precsave.exp: Likewise.
15433 * gdb.reverse/sigall-reverse.exp: Likewise.
15434 * gdb.threads/pthreads.c: Likewise.
15435 * gdb.threads/pthreads.exp: Likewise.
15436
15437 2014-10-17 Yao Qi <yao@codesourcery.com>
15438
15439 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15440 check 'target_info exists noargs'.
15441 (test_command_prompt_position): Likewise.
15442 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15443 Remove "set args".
15444 (progvar_simple_while_test): Likewise.
15445 (progvar_complex_if_while_test): Likewise.
15446 (if_while_breakpoint_command_test): Likewise.
15447 (infrun_breakpoint_command_test): Likewise.
15448 (breakpoint_command_test): Likewise.
15449 (watchpoint_command_test): Likewise.
15450 (bp_deleted_in_command_test): Likewise.
15451 (temporary_breakpoint_commands): Likewise.
15452
15453 2014-10-16 Yao Qi <yao@codesourcery.com>
15454
15455 * gdb.base/remotetimeout.exp: Remove noargs checking.
15456
15457 2014-10-15 Pedro Alves <palves@redhat.com>
15458
15459 PR breakpoints/9649
15460 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15461 * gdb.base/breakpoint-in-ro-region.exp
15462 (probe_target_hardware_step): New procedure.
15463 (top level): Probe hardware stepping and hardware breakpoint
15464 support. Test stepping through a read-only region, with both
15465 "breakpoint auto-hw" on and off and both "always-inserted" on and
15466 off.
15467
15468 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15469
15470 * gdb.dlang/demangle.exp: Update for demangling changes.
15471
15472 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15473
15474 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15475 * gdb.cp/non-trivial-retval.exp: Add new tests.
15476
15477 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15478
15479 PR c++/13403
15480 PR c++/15154
15481 * gdb.cp/non-trivial-retval.cc: New file.
15482 * gdb.cp/non-trivial-retval.exp: New file.
15483
15484 2014-10-15 Yao Qi <yao@codesourcery.com>
15485
15486 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15487 remote host.
15488
15489 2014-10-15 Yao Qi <yao@codesourcery.com>
15490
15491 * gdb.python/py-symbol.exp: Match file base name if host is
15492 remote, otherwise match file name with dir name.
15493 * gdb.python/py-symtab.exp: Likewise.
15494 * gdb.python/python.exp: Likewise.
15495
15496 2014-10-15 Yao Qi <yao@codesourcery.com>
15497
15498 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15499 pattern.
15500 * gdb.python/py-symtab.exp: Likewise.
15501 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15502 locationn.
15503
15504 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15505
15506 * gdb.ada/addr_arith: New testcase.
15507
15508 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15509
15510 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15511 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15512 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15513 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15514
15515 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15516
15517 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15518 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15519 * gdb.arch/stap-eval-lang-ada.exp: New file.
15520
15521 2014-10-14 Yao Qi <yao@codesourcery.com>
15522
15523 * gdb.mi/mi-var-child.c (nothing1): New function.
15524 (nothing2): New function.
15525 (do_children_tests): Set function pointers by nothing1 and
15526 nothing2.
15527 * gdb.mi/mi-var-child.exp: Step over new added statements.
15528 Update test to match the new output.
15529 * gdb.mi/var-cmd.c (nothing1): New function.
15530 (nothing2): New function.
15531 (do_children_tests): Set function pointers by nothing1 and
15532 nothing2.
15533 * gdb.mi/mi-var-display.exp: Update test to match output.
15534 Step to the line specified by $line_dct_nothing.
15535 Increase the number of lines to step.
15536
15537 2014-10-14 Yao Qi <yao@codesourcery.com>
15538
15539 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15540 tests.
15541 * gdb.mi/mi2-var-child.exp: Likewise.
15542
15543 2014-10-13 Doug Evans <dje@google.com>
15544
15545 * gdb.python/py-objfile.exp: Change name of file name test.
15546
15547 2014-10-13 Doug Evans <dje@google.com>
15548
15549 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15550 from the start of the CU.
15551
15552 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15553 Yao Qi <yao@codesourcery.com>
15554
15555 Fix "save breakpoints" for "catch" command.
15556 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15557 Remove -nonewline. Match also the added "main" line.
15558
15559 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15560
15561 Fix "save breakpoints" for "disable $bpnum" command.
15562 * gdb.base/save-bp.c (main): Add label.
15563 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15564
15565 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15566
15567 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15568
15569 2014-10-11 Yao Qi <yao@codesourcery.com>
15570
15571 * gdb.server/server-kill.exp: Execute command
15572 "set remote trace-status-packet on" before "tstatus".
15573
15574 2014-10-11 Yao Qi <yao@codesourcery.com>
15575
15576 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15577 (main): Call getppid.
15578 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15579 and continue to it. Read variable "server_pid".
15580
15581 2014-10-11 Yao Qi <yao@codesourcery.com>
15582
15583 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15584
15585 2014-10-11 Yao Qi <yao@codesourcery.com>
15586
15587 * gdb.threads/thread-find.exp: Don't execute command
15588 "info threads".
15589 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15590 * gdb.threads/linux-dp.exp: Don't check the condition
15591 $threads_created equals to zero.
15592
15593 2014-10-10 Pedro Alves <palves@redhat.com>
15594
15595 * gdb.base/bigcore.exp: Remove references to IRIX.
15596 * gdb.base/funcargs.exp: Likewise.
15597 * gdb.base/interrupt.exp: Likewise.
15598 * gdb.base/mips_pro.exp: Likewise.
15599 * gdb.base/nodebug.exp: Likewise.
15600 * gdb.base/setvar.exp: Likewise.
15601 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15602
15603 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15604 Pedro Alves <palves@redhat.com>
15605
15606 PR symtab/14466
15607 * gdb.base/vdso-warning.c: New file.
15608 * gdb.base/vdso-warning.exp: New file.
15609
15610 2014-10-02 Doug Evans <dje@google.com>
15611
15612 * gdb.base/structs.c (main): Don't run forever.
15613
15614 2014-10-02 Pedro Alves <palves@redhat.com>
15615
15616 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15617 (top level) <stop threads 1, stop threads 2>: Use it.
15618
15619 2014-10-02 Pedro Alves <palves@redhat.com>
15620
15621 * gdb.threads/break-while-running.exp (test): Add new
15622 'update_thread_list' argument. Skip "info threads" if false.
15623 (top level): Add new 'update_thread_list' axis.
15624
15625 2014-10-02 Pedro Alves <palves@redhat.com>
15626
15627 PR breakpoints/17431
15628 * gdb.base/execl-update-breakpoints.c: New file.
15629 * gdb.base/execl-update-breakpoints.exp: New file.
15630
15631 2014-10-01 Pedro Alves <palves@redhat.com>
15632
15633 * gdb.base/breakpoint-in-ro-region.c: New file.
15634 * gdb.base/breakpoint-in-ro-region.exp: New file.
15635
15636 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15637
15638 * gdb.mi/mi-exit-code.exp: New file.
15639 * gdb.mi/mi-exit-code.c: New file.
15640
15641 2014-09-30 Yao Qi <yao@codesourcery.com>
15642
15643 * lib/prelink-support.exp (build_executable_own_libs): Error if
15644 the target isn't native.
15645
15646 2014-09-30 Yao Qi <yao@codesourcery.com>
15647
15648 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15649 false.
15650
15651 2014-09-22 Pedro Alves <palves@redhat.com>
15652
15653 * gdb.threads/break-while-running.exp: New file.
15654 * gdb.threads/break-while-running.c: New file.
15655
15656 2014-09-19 Yao Qi <yao@codesourcery.com>
15657
15658 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15659 Invoke test. Restart GDB with --readnow and invoke test again.
15660
15661 2014-09-19 Yao Qi <yao@codesourcery.com>
15662
15663 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15664 proc set_breakpoint_on_gcd_function. Invoke
15665 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15666 invoke set_breakpoint_on_gcd_function again.
15667
15668 2014-09-18 Doug Evans <dje@google.com>
15669
15670 * gdb.dwarf2/symtab-producer.exp: New file.
15671
15672 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15673
15674 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15675 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15676 * gdb.base/global-var-nested-by-dso.c: Likewise.
15677 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15678
15679 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15680 Pedro Alves <palves@redhat.com>
15681
15682 * gdb.base/watch-bitfields.exp: Pass string other than test file
15683 name to prepare_for_testing.
15684 (watch): New procedure.
15685 (expect_watchpoint): Use with_test_prefix.
15686 (top level): Factor out tests to ...
15687 (test_watch_location, test_regular_watch): ... these new
15688 procedures, and use with_test_prefix and gdb_continue_to_end.
15689
15690 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15691
15692 PR breakpoints/12526
15693 * gdb.base/watch-bitfields.exp: New file.
15694 * gdb.base/watch-bitfields.c: New file.
15695
15696 2014-09-16 Pedro Alves <palves@redhat.com>
15697
15698 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15699 software and hardware addresses, not software address against
15700 itself.
15701
15702 2014-09-16 Pedro Alves <palves@redhat.com>
15703
15704 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15705 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15706
15707 2014-09-16 Pedro Alves <palves@redhat.com>
15708
15709 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15710 files.
15711 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15712 "*-*-vxworks*" throughout.
15713 * gdb.base/break.exp: Likewise.
15714 * gdb.base/default.exp: Likewise.
15715 * gdb.base/scope.exp: Likewise.
15716 * gdb.base/sepdebug.exp: Likewise.
15717 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15718 throughout.
15719 * gdb.base/run.c: Likewise.
15720 * gdb.base/sepdebug.c: Likewise.
15721 * gdb.hp/gdb.aCC/run.c: Likewise.
15722 * gdb.reverse/until-reverse.c: Likewise.
15723 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15724
15725 2014-09-16 Yao Qi <yao@codesourcery.com>
15726
15727 * boards/local-remote-host-native.exp: New file.
15728
15729 2014-09-14 Doug Evans <xdje42@gmail.com>
15730
15731 * gdb.threads/queue-signal.c (thread_count): New variable.
15732 (thread_count_mutex, thread_count_condvar): New variables.
15733 (incr_thread_count, wait_all_threads_running): New functions.
15734 (main): Wait for all threads to be in their thread functions.
15735
15736 2014-09-13 Doug Evans <xdje42@gmail.com>
15737
15738 * gdb.threads/queue-signal.c: New file.
15739 * gdb.threads/queue-signal.exp: New file.
15740
15741 2014-09-13 Doug Evans <xdje42@gmail.com>
15742
15743 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15744 be consistent with what default_gdb_init uses.
15745 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15746 the plain text of the prompt. Add some logging printfs.
15747 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15748
15749 2014-09-12 Pedro Alves <palves@redhat.com>
15750
15751 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15752 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15753 * gdb.arch/i386-size-overlap.exp: Likewise.
15754 * gdb.arch/i386-size.exp: Likewise.
15755 * gdb.arch/i386-unwind.exp: Likewise.
15756 * gdb.base/a2-run.exp: Likewise.
15757 * gdb.base/break.exp: Likewise.
15758 * gdb.base/charset.exp: Likewise.
15759 * gdb.base/chng-syms.exp: Likewise.
15760 * gdb.base/commands.exp: Likewise.
15761 * gdb.base/dbx.exp: Likewise.
15762 * gdb.base/find.exp: Likewise.
15763 * gdb.base/funcargs.exp: Likewise.
15764 * gdb.base/jit-simple.exp: Likewise.
15765 * gdb.base/reread.exp: Likewise.
15766 * gdb.base/sepdebug.exp: Likewise.
15767 * gdb.base/step-bt.exp: Likewise.
15768 * gdb.cp/mb-inline.exp: Likewise.
15769 * gdb.cp/mb-templates.exp: Likewise.
15770 * gdb.objc/basicclass.exp: Likewise.
15771 * gdb.threads/killed.exp: Likewise.
15772
15773 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15774
15775 PR tdep/17379
15776 * gdb.arch/powerpc-stackless.S: New file.
15777 * gdb.arch/powerpc-stackless.exp: New file.
15778
15779 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15780
15781 * gdb.base/attach.c: Include unistd.h.
15782 (main): Call alarm. Add label postloop.
15783 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15784 gdb_breakpoint, gdb_continue_to_breakpoint.
15785 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15786
15787 2014-09-11 Pedro Alves <palves@redhat.com>
15788
15789 PR gdb/17347
15790 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15791 * gdb.base/attach.exp (test_command_line_attach_run): New
15792 procedure.
15793 (top level): Call it.
15794
15795 2014-09-11 Pedro Alves <palves@redhat.com>
15796
15797 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15798 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15799 (do_command_attach_tests): Use spawn_wait_for_attach.
15800 * gdb.base/solib-overlap.exp: Likewise.
15801 * gdb.multi/multi-attach.exp: Likewise.
15802 * gdb.python/py-prompt.exp: Likewise.
15803 * gdb.python/py-sync-interp.exp: Likewise.
15804 * gdb.server/ext-attach.exp: Likewise.
15805
15806 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15807
15808 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15809 command in testcase. Simplify testcase.
15810
15811 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15812
15813 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15814
15815 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15816
15817 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15818
15819 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15820
15821 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15822
15823 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15824
15825 * gdb.dwarf2/dynarr-ptr.c: New file.
15826 * gdb.dwarf2/dynarr-ptr.exp: New file.
15827
15828 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15829
15830 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15831 of 30 rather than hardcoding 120 for a slow test case. Take the
15832 `gdb,timeout' target setting into account for this calculation.
15833 Don't extend the timeout for the test cases that don't need it.
15834
15835 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15836
15837 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15838 a factor of 2 for a slow test case. Take the `gdb,timeout'
15839 target setting into account for this calculation.
15840 * gdb.reverse/until-precsave.exp: Increase the timeout by
15841 a factor of 15 and 3 respectively rather than adding 120
15842 for a pair of slow test cases. Take the `gdb,timeout'
15843 target setting into account for this calculation.
15844
15845 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15846
15847 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15848 timeout, don't pass one down to gdb_expect.
15849 (gdb_expect): Rework timeout selection.
15850
15851 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15852
15853 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15854 exception on timeout.
15855 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15856 (gdbserver_start_extended): Catch any `gdbserver_start' error
15857 exceptions.
15858 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15859 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15860 `gdbserver_gdb_load' error exceptions.
15861
15862 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15863
15864 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15865 120 on waiting for the TCP socket to open.
15866
15867 2014-09-09 Doug Evans <xdje42@gmail.com>
15868
15869 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15870 _caller_matches, _any_caller_is, _any_caller_matches.
15871
15872 2014-09-09 Doug Evans <xdje42@gmail.com>
15873
15874 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15875
15876 2014-09-09 Yao Qi <yao@codesourcery.com>
15877
15878 * gdb.mi/mi-var-display.exp: Set print symbol off.
15879
15880 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15881
15882 PR gdb/17035
15883 * gdb.base/commands.exp: Add tests to verify user-defined
15884 commands with empty bodies.
15885 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15886 python commands in `show user command`.
15887 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15888 scheme commands in `show user command`.
15889
15890 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15891
15892 PR python/17355
15893 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15894 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15895 * gdb.python/py-framefilter-invalidarg.exp: New file.
15896 * gdb.python/py-framefilter-invalidarg.py: New file.
15897
15898 2014-09-06 Doug Evans <xdje42@gmail.com>
15899
15900 PR 15276
15901 * gdb.python/py-caller-is.c: New file.
15902 * gdb.python/py-caller-is.exp: New file.
15903
15904 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15905
15906 PR gdb/17235
15907 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15908 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15909
15910 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15911
15912 PR fortran/17237
15913 * gdb.fortran/print-formatted.exp: New file.
15914 * gdb.fortran/print-formatted.f90: Likewise.
15915
15916 2014-09-03 Sasha Smundak <asmundak@google.com>
15917
15918 * gdb.python/py-frame.exp: Test Frame.read_register.
15919
15920 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15921
15922 PR python/16699
15923 * gdb.python/py-completion.exp: New file.
15924 * gdb.python/py-completion.py: Likewise.
15925
15926 2014-08-28 Doug Evans <dje@google.com>
15927
15928 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15929 eax,etc. are live with values set by gdb and thus the compiler can't
15930 use them.
15931 * gdb.arch/i386-pseudo.c (main): Ditto.
15932
15933 2014-08-27 Doug Evans <dje@google.com>
15934
15935 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15936
15937 2014-08-25 Doug Evans <dje@google.com>
15938
15939 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15940 (main): Ditto.
15941
15942 2014-08-25 Doug Evans <dje@google.com>
15943
15944 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15945
15946 2014-08-24 Yao Qi <yao@codesourcery.com>
15947
15948 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15949 symbol off.
15950 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15951
15952 2014-08-22 Doug Evans <dje@google.com>
15953
15954 PR 17276
15955 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15956 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15957 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15958
15959 2014-08-22 Yao Qi <yao@codesourcery.com>
15960
15961 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15962 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15963 * gdb.python/python.exp: Likewise. Use .py file on the host
15964 instead of the build.
15965
15966 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15967
15968 * gdb.threads/gcore-stale-thread.c: New file.
15969 * gdb.threads/gcore-stale-thread.exp: New file.
15970
15971 2014-08-21 Pedro Alves <palves@redhat.com>
15972
15973 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15974 * gdb.base/gcore-relro-pie.exp: Likewise.
15975 * gdb.base/gcore-relro.exp: Likewise.
15976 * gdb.base/gcore.exp: Likewise.
15977 * gdb.base/print-symbol-loading.exp: Likewise.
15978 * gdb.threads/gcore-thread.exp: Likewise.
15979 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15980
15981 2014-08-20 Pedro Alves <palves@redhat.com>
15982 Jan Kratochvil <jan.kratochvil@redhat.com>
15983
15984 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15985 configure.
15986 (EXPECT): Handle READ1 being set.
15987 (all): Depend on EXTRA_RULES.
15988 (check-read1, expect-read1, read1.so, read1): New rules.
15989 * README (Testsuite Parameters): Document the READ1 make variable.
15990 (Race detection): New section.
15991 * configure: Regenerate.
15992 * configure.ac: If build==host==target, and running under a
15993 GNU/glibc system, add read1 to the extra Makefile rules.
15994 (EXTRA_RULES): AC_SUBST it.
15995 * lib/read1.c: New file.
15996
15997 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15998
15999 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16000 the handling of variables declared as a typedef to an array
16001 which a DW_AT_data_location attribute.
16002
16003 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16004 Pedro Alves <palves@redhat.com>
16005
16006 PR symtab/14604
16007 PR symtab/14605
16008 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16009 gdb_test.
16010
16011 2014-08-19 Pedro Alves <palves@redhat.com>
16012
16013 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16014
16015 2014-08-19 Yao Qi <yao@codesourcery.com>
16016
16017 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16018 right line.
16019
16020 2014-08-18 David Blaikie <dblaikie@gmail.com>
16021
16022 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16023
16024 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16025
16026 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16027 attribute in array range.
16028
16029 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16030
16031 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16032
16033 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16034
16035 PR c++/17132
16036 * gdb.cp/pr17132.cc: New file.
16037 * gdb.cp/pr17132.exp: New file.
16038
16039 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16040
16041 * gdb.python/py-xmethods.py (A_getarrayind)
16042 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16043 Use 'print' with function call syntax.
16044 (E_method_matcher.match): Fix tab vs space indentation mixup.
16045
16046 2014-08-15 Yao Qi <yao@codesourcery.com>
16047
16048 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16049 false.
16050
16051 2014-08-15 Yao Qi <yao@codesourcery.com>
16052
16053 * gdb.cp/casts.exp: Set print symbol off.
16054 * gdb.cp/class2.exp: Likewise.
16055 * gdb.cp/overload.exp: Likewise.
16056 * gdb.cp/templates.exp: Likewise.
16057
16058 2014-08-11 Doug Evans <dje@google.com>
16059
16060 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16061 (test_load_shlib): Update.
16062
16063 2014-08-09 Yao Qi <yao@codesourcery.com>
16064
16065 * gdb.base/display.exp: Invoke is_address_zero_readable.
16066 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16067 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16068 * gdb.base/hbreak-unmapped.exp: Return if
16069 is_address_zero_readable returns true.
16070 * gdb.base/signest.exp: Likewise.
16071 * gdb.base/signull.exp: Likewise.
16072 * gdb.base/sigbpt.exp: Likewise.
16073 * gdb.guile/scm-disasm.exp: Do the test if
16074 is_address_zero_readable returns false.
16075 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16076 * gdb.python/py-arch.exp: Likewise.
16077 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16078 * lib/gdb.exp (is_address_zero_readable): New proc.
16079
16080 2014-08-09 Yao Qi <yao@codesourcery.com>
16081
16082 PR testsuite/13443
16083 * gdb.mi/mi-var-display.exp: Make test messages unique.
16084
16085 2014-08-04 Tom Tromey <tromey@redhat.com>
16086
16087 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16088 target 0".
16089
16090 2014-08-04 Tom Tromey <tromey@redhat.com>
16091
16092 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16093 "target_resume".
16094
16095 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16096
16097 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16098 inner_vla_struct_object_size.
16099 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16100 as xfail.
16101
16102 2014-07-30 Pedro Alves <palves@redhat.com>
16103
16104 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16105 comment.
16106
16107 2014-07-29 Yao Qi <yao@codesourcery.com>
16108
16109 PR gdb/17206
16110 * gdb.base/until-nodebug.exp: New.
16111
16112 2014-07-28 Doug Evans <xdje42@gmail.com>
16113
16114 PR guile/17203
16115 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16116 previously existing parameter, and previously ambiguously spelled
16117 parameter.
16118
16119 2014-07-28 Will Newton <will.newton@linaro.org>
16120
16121 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16122
16123 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16124 Doug Evans <xdje42@gmail.com>
16125
16126 PR guile/17146
16127 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16128
16129 2014-07-25 Pedro Alves <palves@redhat.com>
16130
16131 * gdb.threads/signal-command-handle-nopass.c: New file.
16132 * gdb.threads/signal-command-handle-nopass.exp: New file.
16133 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16134 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16135 * gdb.threads/signal-delivered-right-thread.c: New file.
16136 * gdb.threads/signal-delivered-right-thread.exp: New file.
16137
16138 2014-07-25 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.base/double-prompt-target-event-error.exp
16141 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16142 match.
16143 (cancel_pagination_in_target_event): Rework double prompt
16144 detection.
16145 * gdb.base/paginate-after-ctrl-c-running.exp
16146 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16147 <return>' match.
16148 * gdb.base/paginate-bg-execution.exp
16149 (test_bg_execution_pagination_return)
16150 (test_bg_execution_pagination_cancel): Remove '-notransfer
16151 <return>' matches.
16152 * gdb.base/paginate-execution-startup.exp
16153 (test_fg_execution_pagination_return)
16154 (test_fg_execution_pagination_cancel): Remove '-notransfer
16155 <return>' matches.
16156 * gdb.base/paginate-inferior-exit.exp
16157 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16158 match.
16159 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16160 * lib/gdb.exp (pagination_prompt): Run text through
16161 string_to_regexp.
16162 (gdb_test_multiple): Match $pagination_prompt instead of
16163 "<return>".
16164 (string_to_regexp): Move to lib/gdb-utils.exp.
16165
16166 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16167
16168 * gdb.arch/amd64-entry-value-paramref.S: New file.
16169 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16170 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16171 * gdb.arch/amd64-optimout-repeat.S: New file.
16172 * gdb.arch/amd64-optimout-repeat.c: New file.
16173 * gdb.arch/amd64-optimout-repeat.exp: New file.
16174
16175 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16176
16177 PR gdb/17170
16178 * gdb.base/statistics.exp: New file.
16179
16180 2014-07-17 Doug Evans <dje@google.com>
16181
16182 PR gdb/17170
16183 * gdb.base/maint.exp: Update testing of per-command stats.
16184
16185 2014-07-16 Pedro Alves <palves@redhat.com>
16186
16187 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16188 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16189 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16190 (tfile_write_buf): New functions.
16191 (add_memory_block): Rewrite using the above.
16192 (adjust_function_address): New function.
16193 (FUNCTION_ADDRESS): New macro.
16194 (write_basic_trace_file): Remove short_x local, and use
16195 tfile_write_16. Change type of func_addr local to unsigned long
16196 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16197 here. Cast argument of add_memory_block to char pointer.
16198 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16199 (main): Remove parameters.
16200 * gdb.trace/tfile.exp: Remove nowarnings.
16201
16202 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16203
16204 * gdb.base/debug-expr.exp: Test string evaluation with
16205 "debug expression" on.
16206
16207 2014-07-15 Pedro Alves <palves@redhat.com>
16208
16209 * gdb.base/reread.exp: Use clean_restart.
16210
16211 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16212
16213 * gdb.arch/avr-flash-qualifer.c: New.
16214 * gdb.arch/avr-flash-qualifer.exp: New.
16215
16216 2014-07-14 Pedro Alves <palves@redhat.com>
16217
16218 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16219 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16220
16221 2014-07-14 Pedro Alves <palves@redhat.com>
16222
16223 * gdb.base/double-prompt-target-event-error.c: New file.
16224 * gdb.base/double-prompt-target-event-error.exp: New file.
16225
16226 2014-07-14 Pedro Alves <palves@redhat.com>
16227
16228 PR gdb/17072
16229 * gdb.base/paginate-inferior-exit.c: New file.
16230 * gdb.base/paginate-inferior-exit.exp: New file.
16231
16232 2014-07-14 Pedro Alves <palves@redhat.com>
16233
16234 PR gdb/17072
16235 * gdb.base/paginate-bg-execution.c: New file.
16236 * gdb.base/paginate-bg-execution.exp: New file.
16237
16238 2014-07-14 Pedro Alves <palves@redhat.com>
16239
16240 PR gdb/17072
16241 * gdb.base/paginate-execution-startup.c: New file.
16242 * gdb.base/paginate-execution-startup.exp: New file.
16243 * lib/gdb.exp (pagination_prompt): New global.
16244 (default_gdb_spawn): New procedure, factored out from
16245 default_gdb_spawn.
16246 (default_gdb_start): Adjust to call default_gdb_spawn.
16247 (gdb_spawn): New procedure.
16248
16249 2014-07-14 Pedro Alves <palves@redhat.com>
16250
16251 * lib/gdb.exp (gdb_assert): New procedure.
16252 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16253
16254 2014-07-14 Pedro Alves <palves@redhat.com>
16255
16256 * gdb.base/execution-termios.c: New file.
16257 * gdb.base/execution-termios.exp: New file.
16258
16259 2014-07-14 Tom Tromey <tromey@redhat.com>
16260
16261 * gdb.cp/vla-cxx.cc: New file.
16262 * gdb.cp/vla-cxx.exp: New file.
16263
16264 2014-07-14 Tom Tromey <tromey@redhat.com>
16265
16266 * gdb.reverse/rerun-prec.c: New file.
16267 * gdb.reverse/rerun-prec.exp: New file.
16268
16269 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16270 Maciej W. Rozycki <macro@codesourcery.com>
16271
16272 * lib/gdb-utils.exp: New file.
16273 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16274 inline `gdb_init_command' processing.
16275 (gdb_start_cmd): Likewise.
16276 * lib/mi-support.exp (mi_run_cmd): Likewise.
16277 * README: Document `gdb_init_command' and `gdb_init_commands'.
16278
16279 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16280
16281 Fix false FAIL running under a very long directory name.
16282 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16283 and "set print elements 10000". Twice.
16284
16285 2014-07-11 Yao Qi <yao@codesourcery.com>
16286
16287 * gdb.base/exprs.exp: "set print symbol off".
16288
16289 2014-07-11 Pedro Alves <palves@redhat.com>
16290
16291 * gdb.threads/kill.c: New file.
16292 * gdb.threads/kill.exp: New file.
16293
16294 2014-07-10 Yao Qi <yao@codesourcery.com>
16295
16296 * gdb.trace/tfile.c (write_basic_trace_file)
16297 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16298 address written to trace file.
16299
16300 2014-07-09 Pedro Alves <palves@redhat.com>
16301
16302 * gdb.base/attach-wait-input.exp: New file.
16303 * gdb.base/attach-wait-input.c: New file.
16304
16305 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16306
16307 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16308 setting up test structures.
16309 (main): Call new test function.
16310 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16311 test function, continue into test function and walk test
16312 structures.
16313
16314 2014-07-02 Yao Qi <yao@codesourcery.com>
16315
16316 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16317 'bar_start' at the beginning of functions 'foo' and 'bar'
16318 respectively.
16319 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16320 instead of 'foo' and 'bar'.
16321
16322 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16323
16324 * gdb.btrace/segv.exp: New.
16325 * gdb.btrace/segv.c: New.
16326
16327 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16328
16329 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16330 instruction.
16331
16332 2014-06-30 Mark Wielaard <mjw@redhat.com>
16333
16334 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16335 vulture, vilify, villar): New volatile array constants.
16336 (vindictive, vegetation): New const volatile array constants.
16337 * gdb.base/volatile.exp: Test volatile and const volatile array
16338 types.
16339
16340 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16341
16342 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16343 target lacks support for awatch, rwatch, or hbreak.
16344
16345 2014-06-27 Yao Qi <yao@codesourcery.com>
16346
16347 * gdb.multi/dummy-frame-restore.exp: New.
16348 * gdb.multi/dummy-frame-restore.c: New.
16349
16350 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16351
16352 * gdb.btrace/gcore.exp: New.
16353
16354 2014-06-23 Pedro Alves <palves@redhat.com>
16355
16356 * gdb.base/watchpoint-reuse-slot.c: New file.
16357 * gdb.base/watchpoint-reuse-slot.exp: New file.
16358
16359 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16360
16361 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16362 progspace's filename in 'info', 'enable' and 'disable' command
16363 tests.
16364
16365 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16366
16367 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16368 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16369 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16370
16371 2014-06-20 Gary Benson <gbenson@redhat.com>
16372
16373 * gdb.arch/i386-avx.exp: Fix include file location.
16374 * gdb.arch/i386-sse.exp: Likewise.
16375
16376 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16377
16378 * gdb.dlang/expression.exp: New file.
16379
16380 2014-06-19 Pedro Alves <palves@redhat.com>
16381
16382 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16383 out from ...
16384 (top level): ... here. Iterate running tests under different
16385 scheduler-locking settings.
16386
16387 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16388
16389 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16390 to DW_FORM_addr and use non-zero addresses.
16391
16392 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16393
16394 PR gdb/17017
16395 * gdb.python/py-xmethods.cc: Add global function call counters and
16396 increment them in their respective functions. Remove "cout"
16397 statements.
16398 * gdb.python/py-xmethods.exp: Make tests check the global function
16399 call counters instead of depending on inferior IO.
16400
16401 2014-06-18 Don Breazeal <donb@codesourcery.com>
16402
16403 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16404 Deleted procedure.
16405 (explicit_fork_parent_follow): Deleted procedure.
16406 (explicit_fork_child_follow): Deleted procedure.
16407 (test_follow_fork): New procedure.
16408 (do_fork_tests): Replace calls to deleted procedures with
16409 calls to test_follow_fork and reset GDB for subsequent
16410 procedure calls.
16411
16412 2014-06-17 Yao Qi <yao@codesourcery.com>
16413
16414 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16415 CP1252.
16416
16417 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16418
16419 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16420 Initialize ptr and S explicitly.
16421 (skip_type_update_when_not_use_rtti_test): Likewise.
16422
16423 2014-06-16 Keith Seitz <keiths@redhat.com>
16424
16425 PR mi/15863
16426 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16427 the inferior is started.
16428
16429 2014-06-16 Pedro Alves <palves@redhat.com>
16430
16431 * gdb.base/break-main-file-remove-fail.c: New file.
16432 * gdb.base/break-main-file-remove-fail.exp: New file.
16433 * gdb.base/break-unload-file.exp: Use build_executable instead of
16434 prepare_for_testing.
16435 (test_break): New parameter "initial_load". Handle it.
16436 (top level): Add initial_load cmdline/file axis.
16437
16438 2014-06-12 Tom Tromey <tromey@redhat.com>
16439
16440 * gdb.base/completion.exp: Don't use directory name in test.
16441
16442 2014-06-09 Gary Benson <gbenson@redhat.com>
16443
16444 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16445 separate the always-available ANSI-standard signals from the
16446 signals that require checking.
16447 (main): Likewise.
16448 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16449 Likewise.
16450 (main): Likewise.
16451
16452 2014-06-07 Keith Seitz <keiths@redhat.com>
16453
16454 Revert:
16455 PR c++/16253
16456 * gdb.cp/var-tag.cc: New file.
16457 * gdb.cp/var-tag.exp: New file.
16458 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16459 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16460 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16461 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16462
16463 2014-06-06 Doug Evans <xdje42@gmail.com>
16464
16465 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16466
16467 2014-06-06 Pedro Alves <palves@redhat.com>
16468
16469 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16470 in target debug output instead of looking at RSP packets,
16471 disabling the test on any target that uses hardware stepping.
16472 Update comments.
16473
16474 2014-06-06 Pedro Alves <palves@redhat.com>
16475
16476 * gdb.base/break-unload-file.exp: Fix typo.
16477
16478 2014-06-06 Yao Qi <yao@codesourcery.com>
16479
16480 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16481 from "jit_function" to "^jit_function".
16482
16483 2014-06-06 Yao Qi <yao@codesourcery.com>
16484
16485 * gdb.base/async.c (foo): Add one statement.
16486 * gdb.base/async.exp: Get the next instruction address and
16487 match the output of "nexti" by instruction address. Match
16488 the hex address in the output of "finish".
16489
16490 2014-06-06 Gary Benson <gbenson@redhat.com>
16491
16492 * gdb.base/call-signals.c: Remove preprocessor conditionals
16493 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16494 SIGSEGV and SIGTERM.
16495 * gdb.base/sigall.c: Likewise.
16496 * gdb.base/unwindonsignal.c: Likewise.
16497 * gdb.reverse/sigall-reverse.c: Likewise.
16498
16499 2014-06-06 Yao Qi <yao@codesourcery.com>
16500
16501 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16502 readable, skip the test.
16503
16504 2014-06-06 Yao Qi <yao@codesourcery.com>
16505
16506 * gdb.threads/staticthreads.c (thread_function): Move the line
16507 setting breakpoint on forward.
16508 * gdb.threads/staticthreads.exp: Update comments.
16509
16510 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16511
16512 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16513 "history-append! type error".
16514
16515 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16516
16517 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16518 erroneous dprintf expected input.
16519
16520 2014-06-04 Doug Evans <xdje42@gmail.com>
16521
16522 * gdb.guile/scm-generics.exp: Delete.
16523
16524 2014-06-04 Doug Evans <xdje42@gmail.com>
16525
16526 * gdb.guile/scm-breakpoint.exp: Update.
16527 Add tests for breakpoint registration.
16528
16529 2014-06-04 Tom Tromey <tromey@redhat.com>
16530
16531 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16532 VLA-in-union.
16533 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16534 inner_vla_struct, vla_union types. Initialize objects of those
16535 types and compute their sizes.
16536
16537 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16538 Hui Zhu <hui@codesourcery.com>
16539
16540 * gdb.base/fileio.exp: Add test for shell not available as well as
16541 available.
16542 * gdb.base/fileio.c (test_system): Check for shell twice.
16543
16544 2014-06-04 Yao Qi <yao@codesourcery.com>
16545
16546 * gdb.base/auto-connect-native-target.exp: Remove redundant
16547 space from the regexp pattern.
16548
16549 2014-06-04 Yao Qi <yao@codesourcery.com>
16550
16551 * gdb.base/default.exp: Replace "child" with "native" in
16552 regexp pattern.
16553
16554 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16555
16556 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16557 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16558 * gdb.python/py-xmethods.py: Python script supporting the
16559 new testcase and tests.
16560
16561 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16562 Pedro Alves <palves@redhat.com>
16563
16564 PR breakpoints/17000
16565 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16566 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16567
16568 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16569
16570 * gdb.base/subst.exp: Add tests to verify partial path matching
16571 output.
16572
16573 2014-06-03 Pedro Alves <palves@redhat.com>
16574
16575 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16576 target that doesn't use software single-stepping.
16577
16578 2014-06-03 Pedro Alves <palves@redhat.com>
16579
16580 PR breakpoints/17000
16581 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16582 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16583
16584 2014-06-02 Doug Evans <xdje42@gmail.com>
16585
16586 * gdb.guile/scm-parameter.exp: New file.
16587
16588 2014-06-02 Doug Evans <xdje42@gmail.com>
16589
16590 * gdb.guile/scm-cmd.c: New file.
16591 * gdb.guile/scm-cmd.exp: New file.
16592
16593 2014-06-02 Doug Evans <xdje42@gmail.com>
16594
16595 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16596 pretty-printer lookup.
16597 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16598 (make-pp_s-printer): Call it.
16599 (make-pretty-printer-from-dict): New function.
16600 (lookup-pretty-printer-maker-from-dict): New function.
16601 (*pretty-printer*): Simplify.
16602 (make-objfile-pp_s-printer): New function.
16603 (install-objfile-pretty-printers!): New function.
16604 (make-progspace-pp_s-printer): New function.
16605 (install-progspace-pretty-printers!): New function.
16606 * gdb.guile/scm-progspace.c: New file.
16607 * gdb.guile/scm-progspace.exp: New file.
16608
16609 2014-06-02 Pedro Alves <palves@redhat.com>
16610
16611 * gdb.base/dprintf-bp-same-addr.c: New file.
16612 * gdb.base/dprintf-bp-same-addr.exp: New file.
16613
16614 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16615
16616 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16617 * gdb.arch/powerpc-power.s: Likewise.
16618
16619 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16620
16621 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16622
16623 2014-06-01 Yao Qi <yao@codesourcery.com>
16624
16625 * gdb.base/watchpoint.exp (test_watch_location): Check null
16626 pointer can be dereferenced. If not, do the test, otherwise
16627 skip it.
16628
16629 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16630
16631 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16632 results.
16633 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16634
16635 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16636
16637 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16638 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16639 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16640 * gdb.arch/amd64-invalid-stack-top.c: New file.
16641 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16642
16643 2014-05-30 Pedro Alves <palves@redhat.com>
16644
16645 PR breakpoints/17000
16646 * gdb.base/sss-bp-on-user-bp.c: New file.
16647 * gdb.base/sss-bp-on-user-bp.exp: New file.
16648
16649 2014-05-30 David Blaikie <dblaikie@gmail.com>
16650
16651 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16652 gnu_inline semantics via attribute.
16653 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16654 source explicitly specifies the required semantics.
16655
16656 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16657
16658 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16659
16660 2014-05-29 Pedro Alves <palves@redhat.com>
16661 Tom Tromey <tromey@redhat.com>
16662
16663 * gdb.base/async-shell.exp: Don't enable target-async.
16664 * gdb.base/async.exp
16665 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16666 parameter. Adjust.
16667 (top level): Don't test with "target-async".
16668 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16669 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16670 * gdb.base/inferior-died.exp: Don't enable target-async.
16671 * gdb.base/interrupt-noterm.exp: Likewise.
16672 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16673 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16674 * gdb.mi/mi-nonstop.exp: Likewise.
16675 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16676 * gdb.mi/mi-nsintrall.exp: Likewise.
16677 * gdb.mi/mi-nsmoribund.exp: Likewise.
16678 * gdb.mi/mi-nsthrexec.exp: Likewise.
16679 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16680 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16681 * gdb.python/py-evsignal.exp: Don't enable target-async.
16682 * gdb.python/py-evthreads.exp: Likewise.
16683 * gdb.python/py-prompt.exp: Likewise.
16684 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16685 * gdb.server/solib-list.exp: Don't enable target-async.
16686 * gdb.threads/thread-specific-bp.exp: Likewise.
16687 * lib/mi-support.exp: Adjust to use mi-async.
16688
16689 2014-05-29 Pedro Alves <palves@redhat.com>
16690
16691 PR gdb/13860
16692 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16693 reason, even in sync mode.
16694
16695 2014-05-29 Pedro Alves <palves@redhat.com>
16696 Hui Zhu <hui@codesourcery.com>
16697
16698 PR PR15693
16699 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16700 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16701 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16702 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16703
16704 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16705
16706 * config/monitor.exp (gdb_target_monitor): Replace use of
16707 "set remotebaud" by "set serial baud".
16708
16709 2014-05-26 Andy Wingo <wingo@igalia.com>
16710
16711 * gdb.guile/scm-breakpoint.exp:
16712 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16713 properties instead of gdb-object-properties.
16714
16715 2014-05-26 Yao Qi <yao@codesourcery.com>
16716
16717 * gdb.server/no-thread-db.exp: Specify source file name
16718 explicitly when setting a breakpoint.
16719
16720 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16721
16722 * gdb.btrace/vdso.c: New.
16723 * gdb.btrace/vdso.exp: New.
16724
16725 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16726
16727 * gdb.base/gcore.exp (capture_command_output): Move ...
16728 * lib/gdb.exp (capture_command_output): ... here.
16729
16730 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16731
16732 * gdb.btrace/data.exp: Test memory access during btrace replay.
16733
16734 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16735
16736 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16737
16738 2014-05-21 Pedro Alves <palves@redhat.com>
16739
16740 PR gdb/13860
16741 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16742 (top level): Test that output related to execution commands is
16743 sent to the console with CLI commands, but not with MI commands.
16744 Test that breakpoint events are always mirrored to the console.
16745 Also expect the new source line to be output after a "next" in
16746 async mode too. Make it a pass/fail test.
16747 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16748 output.
16749 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16750
16751 2014-05-21 Pedro Alves <palves@redhat.com>
16752
16753 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16754 Use them to test variations of "list" after reaching a breakpoint.
16755 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16756 Test "list" with listsize 10 after reaching a breakpoint.
16757 * gdb.python/python.exp (decode_line current location line
16758 number): Adjust expected line number.
16759
16760 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16761
16762 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16763 behavior for $args, pass it directly to "run".
16764
16765 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16766
16767 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16768 30000 to 65536.
16769
16770 2014-05-21 Pedro Alves <palves@redhat.com>
16771
16772 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16773 auto-connect-native-target off".
16774 * gdb.base/auto-connect-native-target.c: New file.
16775 * gdb.base/auto-connect-native-target.exp: New file.
16776
16777 2014-05-21 Pedro Alves <palves@redhat.com>
16778
16779 * gdb.base/default.exp: Test "target native" instead of "target
16780 child".
16781
16782 2014-05-21 Mark Wielaard <mjw@redhat.com>
16783
16784 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16785
16786 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16787
16788 Fix TLS access for -static -pthread.
16789 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16790 <HAVE_TLS> (thread_function, main): Initialize it.
16791 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16792 Add clean_restart.
16793 <$have_tls != "">: Check TLSVAR.
16794
16795 2014-05-21 Pedro Alves <palves@redhat.com>
16796
16797 * gdb.base/dcache-line-read-error.c: New.
16798 * gdb.base/dcache-line-read-error.exp: New.
16799
16800 2014-05-20 Pedro Alves <palves@redhat.com>
16801
16802 * gdb.base/compare-sections.c: New file.
16803 * gdb.base/compare-sections.exp: New file.
16804
16805 2014-05-20 Pedro Alves <palves@redhat.com>
16806
16807 * gdb.base/break-idempotent.c: New file.
16808 * gdb.base/break-idempotent.exp: New file.
16809
16810 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16811
16812 * gdb.btrace/nohist.exp: New.
16813
16814 2014-05-20 Yao Qi <yao@codesourcery.com>
16815
16816 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16817 gdb.reverse directory and gdb_reverse_timeout exists in board
16818 setting.
16819 * README: Document gdb_reverse_timeout.
16820
16821 2014-05-20 Yao Qi <yao@codesourcery.com>
16822
16823 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16824 'test_file_name'. Treat args as a string instead of a list.
16825 (gdb_init): Rename argument 'args' by 'test_file_name'.
16826
16827 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16828
16829 * gdb.arch/powerpc-power.exp: New file.
16830 * gdb.arch/powerpc-power.s: New file.
16831
16832 2014-05-16 Doug Evans <dje@google.com>
16833
16834 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16835 * gdb.base/completion.exp: Check that all expected files exist
16836 before doing file completion.
16837
16838 2014-05-16 Doug Evans <dje@google.com>
16839
16840 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16841 Update.
16842 (do_syscall_tests_without_xml): Update.
16843
16844 2014-05-16 Pedro Alves <palves@redhat.com>
16845
16846 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16847 instead of "unknown output after running".
16848
16849 2014-05-16 Yao Qi <yao@codesourcery.com>
16850
16851 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16852 file1.txt from host at the end.
16853 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16854
16855 2014-05-15 Doug Evans <dje@google.com>
16856
16857 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16858 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16859 loading file. Add test for TU lookup.
16860
16861 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16862
16863 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16864 calling "-exec-arguments" or "set args" before running the
16865 inferior.
16866
16867 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16868
16869 * lib/mi-support.exp (mi_expect_stop): Expect message for
16870 inferiors that exit with non-zero exit code.
16871
16872 2014-05-14 Yao Qi <yao@codesourcery.com>
16873
16874 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16875 match absolute path on remote host.
16876 (test_file_list_exec_source_files): Remove "/" from the
16877 pattern.
16878
16879 2014-05-14 Yao Qi <yao@codesourcery.com>
16880
16881 * boards/local-remote-host-notty.exp (${board}_file): New
16882 proc.
16883
16884 2014-05-07 Kyle McMartin <kyle@redhat.com>
16885
16886 Pushed by Joel Brobecker <brobecker@adacore.com>.
16887 * gdb.arch/aarch64-atomic-inst.c: New file.
16888 * gdb.arch/aarch64-atomic-inst.exp: New file.
16889
16890 2014-05-07 Yao Qi <yao@codesourcery.com>
16891
16892 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16893 in current context" too.
16894
16895 2014-05-05 Keith Seitz <keiths@redhat.com>
16896
16897 * gdb.linespec/ls-dollar.exp: Add test for linespec
16898 file:convenience_variable.
16899
16900 2014-05-05 Yao Qi <yao@codesourcery.com>
16901
16902 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16903 traceframes into tfile and ctf trace files. Read data from
16904 trace file and test collected data.
16905 (gdb_collect_locals_test): Likewise.
16906 (gdb_unavailable_registers_test): Likewise.
16907 (gdb_unavailable_floats): Likewise.
16908 (gdb_collect_globals_test): Likewise.
16909 (top-level): Append "ctf" to trace_file_targets if GDB
16910 supports.
16911
16912 2014-05-05 Yao Qi <yao@codesourcery.com>
16913
16914 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16915 code to ...
16916 (gdb_collect_args_test_1): ... it. New proc.
16917 (gdb_collect_locals_test): Move some code to ...
16918 (gdb_collect_locals_test_1): ... it. New proc.
16919 (gdb_unavailable_registers_test): Move some code to ...
16920 (gdb_unavailable_registers_test_1): ... it. New proc.
16921 (gdb_unavailable_floats): Move some code to ...
16922 (gdb_unavailable_floats_1): ... it. New proc.
16923
16924 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16925
16926 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16927 probes to test for bitness recognition.
16928 * gdb.arch/amd64-stap-optional-prefix.exp
16929 (test_probe_value_without_reg): New procedure.
16930 Add code to test for different kinds of bitness.
16931
16932 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16933
16934 PR breakpoints/16889
16935 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16936 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16937
16938 2014-05-01 Pedro Alves <palves@redhat.com>
16939
16940 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16941 gdb_file_cmd if no file is specified.
16942 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16943 last_loaded_file to set the remote exec-file.
16944
16945 2014-05-01 Pedro Alves <palves@redhat.com>
16946
16947 * boards/local-remote-host.exp: New file.
16948
16949 2014-05-01 Pedro Alves <palves@redhat.com>
16950
16951 * boards/local-remote-host.exp: Rename to ...
16952 * boards/local-remote-host-notty.exp: ... this.
16953
16954 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16955
16956 * gdb.ada/dyn_arrayidx: New testcase.
16957
16958 2014-04-26 Yao Qi <yao@codesourcery.com>
16959
16960 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16961 and compute the length of function main. Save it in
16962 $main_length.
16963 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16964 (top-level): Use gdb_compile to compile objects into
16965 executable and restart GDB. Remove invocation to
16966 prepare_for_testing.
16967
16968 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16969 Pedro Alves <palves@redhat.com>
16970
16971 PR server/16255
16972 * gdb.multi/multi-attach.c: New file.
16973 * gdb.multi/multi-attach.exp: New file.
16974
16975 2014-04-25 Pedro Alves <palves@redhat.com>
16976
16977 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16978 user.
16979 (top level): Test that "set remote conditional-breakpoints-packet
16980 off" works as intended.
16981 * gdb.base/dprintf.exp: Test that "set remote
16982 breakpoint-commands-packet off" works as intended.
16983 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16984 New function.
16985 (top level): Call it.
16986 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16987 remote fast-tracepoints-packet off" works as intended.
16988 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16989 * lib/gdb.exp (gdb_is_target_remote): ... here.
16990
16991 2014-04-24 David Blaikie <dblaikie@gmail.com>
16992
16993 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16994 ensure clang would not discard them.
16995 * gdb.base/gdbvars.c: Ditto.
16996 * gdb.base/memattr.c: Ditto.
16997 * gdb.base/whatis.c: Ditto.
16998 * gdb.python/py-prettyprint.c: Ditto.
16999 * gdb.trace/actions.c: Ditto.
17000 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17001 ensure clang would not discard it.
17002
17003 2014-04-24 David Blaikie <dblaikie@gmail.com>
17004
17005 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17006 clang to emit the full definition of type required by the test
17007 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17008
17009 2014-04-24 David Blaikie <dblaikie@gmail.com>
17010
17011 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17012 coax Clang into emitting the definition of the type.
17013 * gdb.cp/pr10728-x.h (y): Ditto.
17014 * gdb.cp/pr10728-y.cc (y): Ditto.
17015
17016 2014-04-24 David Blaikie <dblaikie@gmail.com>
17017
17018 * gdb.base/label.exp: XFAIL label related tests under Clang.
17019 * gdb.cp/cplabel.exp: Ditto.
17020 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17021 under Clang those using labels.
17022
17023 2014-04-25 Yao Qi <yao@codesourcery.com>
17024
17025 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17026 double_label.
17027 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17028 partial_label and double_label.
17029
17030 2014-04-24 David Blaikie <dblaikie@gmail.com>
17031
17032 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17033
17034 2014-04-24 David Blaikie <dblaikie@gmail.com>
17035
17036 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17037 of the function to work across GCC and Clang.
17038 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17039 pointer types (const void ** const V void **).
17040
17041 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17042 Walfred Tedeschi <walfred.tedeschi@intel.com>
17043
17044 * Makefile.in (EXECUTABLES): Added i386-avx512.
17045 * gdb.arch/i386-avx512.c: New file.
17046 * gdb.arch/i386-avx512.exp: Likewise.
17047
17048 2014-04-23 Keith Seitz <keiths@redhat.com>
17049
17050 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17051 (mi_make_breakpoint_table): New procedure.
17052 (mi_create_breakpoint): Use mi_make_breakpoint
17053 and return the result.
17054 (mi_make_breakpoint): New procedure.
17055 (mi_build_kv_pairs): New procedure.
17056
17057 * gdb.mi/mi-break.exp: Remove unused globals,
17058 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17059 All callers updated.
17060 * gdb.mi/mi-dprintf.exp: Use variable to track command
17061 number.
17062 Update all callers of mi_create_breakpoint and use
17063 mi_make_breakpoint_table.
17064 Remove any unused global variables.
17065 * gdb.mi/mi-nonstop.exp: Likewise.
17066 * gdb.mi/mi-nsintrall.exp: Likewise.
17067 * gdb.mi/mi-nsmoribund.exp: Likewise.
17068 * gdb.mi/mi-nsthrexec.exp: Likewise.
17069 * gdb.mi/mi-reverse.exp: Likewise.
17070 * gdb.mi/mi-simplerun.exp: Likewise.
17071 * gdb.mi/mi-stepn.exp: Likewise.
17072 * gdb.mi/mi-syn-frame.exp: Likewise.
17073 * gdb.mi/mi-until.exp: Likewise.
17074 * gdb.mi/mi-var-cp.exp: Likewise.
17075 * gdb.mi/mi-var-display.exp: Likewise.
17076 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17077 * gdb.mi/mi2-var-child.exp: Likewise.
17078 * gdb.mi/mi-vla-c99.exp: Likewise.
17079 * lib/mi-support.exp: Likewise.
17080
17081 From Ian Lance Taylor <iant@cygnus.com>:
17082 * lib/gdb.exp (parse_args): New procedure.
17083
17084 2014-04-23 Pedro Alves <palves@redhat.com>
17085
17086 * gdb.base/break-unload-file.c: New file.
17087 * gdb.base/break-unload-file.exp: New file.
17088 * gdb.base/sym-file-lib.c (baz): New function.
17089 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17090 field.
17091 (load): Store the segment's mapped size.
17092 (unload): New function.
17093 (unload_shlib): New function.
17094 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17095 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17096 set a breakpoint at baz, and call it.
17097 * gdb.base/sym-file.exp: New tests for stale breakpoint
17098 instructions.
17099
17100 2014-04-23 Pedro Alves <palves@redhat.com>
17101
17102 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17103 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17104 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17105 * gdb.base/hbreak-unmapped.c: New file.
17106 * gdb.base/hbreak-unmapped.exp: New file.
17107 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17108 * lib/gdb.exp (gdb_is_target_remote): ... here.
17109
17110 2014-04-22 Pedro Alves <palves@redhat.com>
17111
17112 * gdb.base/consecutive-step-over.c: New file.
17113 * gdb.base/consecutive-step-over.exp: New file.
17114
17115 2014-04-22 Pedro Alves <palves@redhat.com>
17116
17117 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17118 instead of send_gdb/gdb_expect.
17119
17120 2014-04-22 Yao Qi <yao@codesourcery.com>
17121
17122 * lib/trace-support.exp (generate_tracefile): New procedure.
17123 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17124 return 0.
17125 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17126 if generate_tracefile returns 1.
17127
17128 2014-04-18 Tom Tromey <palves@redhat.com>
17129 Pedro alves <tromey@redhat.com>
17130
17131 PR backtrace/15558
17132 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17133 with a backtrace limit.
17134 * gdb.python/py-frame-inline.exp: Test running to an inline
17135 function with a backtrace limit, and printing the newest frame.
17136 * gdb.python/py-frame-inline.c (main): Call f.
17137
17138 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17139
17140 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17141
17142 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17143
17144 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17145 Drop prefix from unsupported source file path.
17146
17147 2014-04-17 Yao Qi <yao@codesourcery.com>
17148
17149 * lib/gdb.exp (with_target_charset): New proc.
17150 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17151 with_target_charset.
17152 (test_print_strings): Likewise.
17153 (test_repeat_bytes): Likewise.
17154 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17155 for some tests.
17156
17157 2014-04-16 Keith Seitz <keiths@redhat.com>
17158
17159 PR gdb/15827
17160 * gdb.dwarf2/corrupt.c: New file.
17161 * gdb.dwarf2/corrupt.exp: New file.
17162
17163 2014-04-16 Keith Seitz <keiths@redhat.com>
17164
17165 PR c++/16597
17166 * gdb.cp/namelessclass.cc: New file.
17167 * gdb.cp/namelessclass.exp: New file.
17168 * gdb.cp/namelessclass.S: New file.
17169
17170 2014-04-16 Doug Evans <dje@google.com>
17171
17172 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17173 Add comment.
17174 (gdbserver_default_get_comm_port): New function.
17175 (gdbserver_start): Check if board file provided
17176 "gdbserver,get_comm_port" and use it if so.
17177 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17178 (gdb,socketport): Set to "stdio".
17179 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17180 (stdio_gdbserver_template): Delete.
17181 (${board}_get_remote_address): Update.
17182 (${board}_build_remote_cmd): Delete.
17183 (${board}_get_comm_port): New function.
17184 (${board}_spawn): Update.
17185 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17186 Delete.
17187 (${board}_get_remote_address): Update.
17188 (${board}_get_comm_port): New function.
17189
17190 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17191
17192 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17193 appearing in any order.
17194
17195 2014-04-15 Doug Evans <dje@google.com>
17196
17197 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17198 uninitialized value of "description".
17199
17200 2014-04-15 Keith Seitz <keiths@redhat.com>
17201
17202 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17203 Remove unused globals.
17204 (test_running_the_program): Likewise.
17205 (test_controlled_execution): Likewise.
17206 (test_controlling_breakpoints): Likewise.
17207 (test_program_termination): Likewise.
17208
17209 2014-04-15 Keith Seitz <keiths@redhat.com>
17210
17211 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17212 unused globals.
17213 (test_rbreak_creation_and_listing): Likewise.
17214 (test_ignore_count): Likewise.
17215 (test_error): Likewise.
17216
17217 2014-04-15 Pedro Alves <palves@redhat.com>
17218
17219 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17220 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17221 sym-file-loader.c.
17222 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17223 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17224 to sym-file-loader.c.
17225 (struct library): Forward declare.
17226 (load_shlib, lookup_function): Change prototypes.
17227 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17228 (translate_offset): Remove declarations.
17229 (get_text_addr): New declaration.
17230 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17231 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17232 sym-file-loader.h.
17233 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17234 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17235 here from sym-file-loader.h.
17236 (struct library): New structure.
17237 (load_shlib, lookup_function): Change prototypes and adjust to
17238 work with a struct library.
17239 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17240 (translate_offset): Make static.
17241 (get_text_addr): New function.
17242 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17243
17244 2014-04-15 Pedro Alves <palves@redhat.com>
17245
17246 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17247
17248 2014-04-15 Pedro Alves <palves@redhat.com>
17249
17250 * gdb.base/sym-file-loader.c: Include <limits.h>.
17251 (SELF_LINK): New define.
17252 (get_origin): New function.
17253 (load_shlib): Use it.
17254 * gdb.base/sym-file.exp: Don't early return if the target is
17255 remote. Use runto_main, and issue fail is that fails. Use
17256 gdb_load_shlibs.
17257 (shlib_name): Delete.
17258 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17259
17260 2014-04-15 Pedro Alves <palves@redhat.com>
17261
17262 * gdb.base/sym-file.exp: Remove regex characters from test
17263 message. Don't refer to breakpoint numbers in test messages.
17264
17265 2014-04-14 Keith Seitz <keiths@redhat.com>
17266
17267 PR c++/16253
17268 * gdb.cp/var-tag.cc: New file.
17269 * gdb.cp/var-tag.exp: New file.
17270 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17271 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17272 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17273 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17274
17275 2014-04-14 Tom Tromey <tromey@redhat.com>
17276
17277 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17278 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17279 type.
17280 * gdb.cp/enum-class.exp: New file.
17281 * gdb.cp/enum-class.cc: New file.
17282
17283 2014-04-14 Tom Tromey <tromey@redhat.com>
17284
17285 * gdb.dwarf2/enum-type.exp: New file.
17286
17287 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17288
17289 * gdb.mi/mi-vla-c99.exp: New file.
17290 * gdb.mi/vla.c: New file.
17291
17292 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17293
17294 * gdb.base/vla-datatypes.c: New file.
17295 * gdb.base/vla-datatypes.exp: New file.
17296
17297 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17298
17299 * gdb.base/vla-ptr.c: New file.
17300 * gdb.base/vla-ptr.exp: New file.
17301
17302 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17303
17304 * gdb.dwarf2/count.exp: New file.
17305
17306 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17307
17308 * gdb.base/vla-sideeffect.c: New file.
17309 * gdb.base/vla-sideeffect.exp: New file.
17310
17311 2014-04-14 David Blaikie <dblaikie@gmail.com>
17312
17313 * gdb.mi/non-stop.c: Add return value for non-void function return
17314 statement.
17315 * gdb.threads/staticthreads.c: Ditto.
17316
17317 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17318 Doug Evans <xdje42@gmail.com>
17319
17320 * gdb.guile/scm-value.c: Improve test case.
17321 * gdb.guile/scm-value.exp: Add new test.
17322
17323 2014-04-11 David Blaikie <dblaikie@gmail.com>
17324
17325 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17326 override Clang's default.
17327
17328 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17329
17330 Revert the following changes (regressions):
17331
17332 * gdb.base/vla-sideeffect.c: New file.
17333 * gdb.base/vla-sideeffect.exp: New file.
17334
17335 * gdb.dwarf2/count.exp: New file.
17336
17337 * gdb.base/vla-multi.c: New file.
17338 * gdb.base/vla-multi.exp: New file.
17339
17340 * gdb.base/vla-ptr.c: New file.
17341 * gdb.base/vla-ptr.exp: New file.
17342
17343 * gdb.base/vla-datatypes.c: New file.
17344 * gdb.base/vla-datatypes.exp: New file.
17345
17346 * gdb.mi/mi-vla-c99.exp: New file.
17347 * gdb.mi/vla.c: New file.
17348
17349 2014-04-11 Keith Seitz <keiths@redhat.com>
17350
17351 PR c++/16675
17352 * gdb.cp/cpsizeof.exp: New file.
17353 * gdb.cp/cpsizeof.cc: New file.
17354
17355 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17356
17357 * gdb.mi/mi-vla-c99.exp: New file.
17358 * gdb.mi/vla.c: New file.
17359
17360 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17361
17362 * gdb.base/vla-datatypes.c: New file.
17363 * gdb.base/vla-datatypes.exp: New file.
17364
17365 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17366
17367 * gdb.base/vla-ptr.c: New file.
17368 * gdb.base/vla-ptr.exp: New file.
17369
17370 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17371
17372 * gdb.base/vla-multi.c: New file.
17373 * gdb.base/vla-multi.exp: New file.
17374
17375 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17376
17377 * gdb.dwarf2/count.exp: New file.
17378
17379 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17380
17381 * gdb.base/vla-sideeffect.c: New file.
17382 * gdb.base/vla-sideeffect.exp: New file.
17383
17384 2014-04-11 Yao Qi <yao@codesourcery.com>
17385
17386 * gdb.base/completion.exp: Check file exists before running tests
17387 on file completion.
17388
17389 2014-04-10 Pedro Alves <palves@redhat.com>
17390
17391 * gdb.base/cond-eval-mode.c: New file.
17392 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17393 prepare_for_testing to build the new file. Check result of
17394 runto_main.
17395 (test_break, test_watch): New procedures.
17396 (top level): Use them.
17397
17398 2014-04-08 Pierre Muller <muller@sourceware.org>
17399
17400 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17401 Ctrl-V use for mingw hosts.
17402
17403 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17404
17405 * gdb.python/py-value.c: Improve test case.
17406 * gdb.python/py-value.exp: Add new test.
17407
17408 2014-04-07 David Blaikie <dblaikie@gmail.com>
17409
17410 * lib/compiler.c: Identify the clang compiler.
17411 * lib/compiler.cc: Ditto.
17412
17413 2014-04-03 Yao Qi <yao@codesourcery.com>
17414
17415 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17416
17417 2014-04-01 Anton Blanchard <anton@samba.org>
17418
17419 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17420 messages unique.
17421
17422 2014-04-01 Anton Blanchard <anton@samba.org>
17423
17424 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17425 prepare_for_testing.
17426
17427 2014-04-01 Anton Blanchard <anton@samba.org>
17428
17429 * gdb.arch/ppc64-atomic-inst.c: Remove.
17430 * gdb.arch/ppc64-atomic-inst.S: New file.
17431 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17432
17433 2014-03-31 Doug Evans <dje@google.com>
17434
17435 * gdb.base/print-symbol-loading-lib.c: New file.
17436 * gdb.base/print-symbol-loading-main.c: New file.
17437 * gdb.base/print-symbol-loading.exp: New file.
17438
17439 2014-03-31 Yao Qi <yao@codesourcery.com>
17440
17441 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17442
17443 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17444
17445 * gdb.ada/mi_dyn_arr: New testcase.
17446
17447 2014-03-27 Doug Evans <dje@google.com>
17448
17449 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17450
17451 2014-03-27 Yao Qi <yao@codesourcery.com>
17452
17453 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17454 if target is nios2-*-*.
17455
17456 2014-03-26 Yao Qi <yao@codesourcery.com>
17457
17458 * lib/gdb.exp (readline_is_used): New proc.
17459 * gdb.base/completion.exp: Move tests on command complete up.
17460 Skip the rest of tests if readline is not used.
17461 * gdb.ada/complete.exp: Skp the test if readline is not
17462 used.
17463 * gdb.base/filesym.exp: Likewise.
17464 * gdb.base/macscp.exp: Likewise.
17465 * gdb.base/readline-ask.exp: Likewise.
17466 * gdb.base/readline.exp: Likewise.
17467 * gdb.python/py-cmd.exp: Likewise.
17468 * gdb.trace/tfile.exp: Likewise.
17469
17470 2014-03-26 Yao Qi <yao@codesourcery.com>
17471
17472 * gdb.base/macscp.exp: Fix code format issues.
17473
17474 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17475
17476 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17477 * gdb.asm/powerpc64le.inc: New file.
17478
17479 2014-03-25 Pedro Alves <palves@redhat.com>
17480 Doug Evans <dje@google.com>
17481
17482 * gdb.base/source-execution.c: New file.
17483 * gdb.base/source-execution.exp: New file.
17484 * gdb.base/source-execution.gdb: New file.
17485
17486 2014-03-24 Doug Evans <dje@google.com>
17487
17488 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17489 using fission.
17490
17491 2014-03-24 Hui Zhu <hui@codesourcery.com>
17492 Pedro Alves <palves@redhat.com>
17493
17494 PR breakpoints/16101
17495 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17496 test pass/fail messages. Detect missing support for dprintf when
17497 breakpoints are actually inserted.
17498 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17499 breakpoints are actually inserted.
17500 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17501 fails.
17502
17503 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17504
17505 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17506
17507 2014-03-22 Doug Evans <xdje42@gmail.com>
17508
17509 * gdb.python/python.exp (python not supported): Verify multi-line
17510 python command issues an error.
17511 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17512 guile command issues an error.
17513
17514 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17515
17516 * gdb.threads/thread-specific.exp: Handle the lack of usable
17517 $this_breakpoint and $this_thread.
17518
17519 2014-03-21 Hui Zhu <hui@codesourcery.com>
17520
17521 * gdb.base/attach.exp (do_command_attach_tests): New.
17522
17523 2014-03-20 Tom Tromey <tromey@redhat.com>
17524 Pedro Alves <palves@redhat.com>
17525
17526 PR cli/15718
17527 * gdb.base/condbreak-call-false.c: New file.
17528 * gdb.base/condbreak-call-false.exp: New file.
17529
17530 2014-03-20 Pedro Alves <palves@redhat.com>
17531
17532 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17533 Delete.
17534 (block_signals, unblock_signals): Delete.
17535 (child_function_2, main): Remove references to deleted variable
17536 and functions.
17537
17538 2014-03-20 Pedro Alves <palves@redhat.com>
17539
17540 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17541 Use pthread_kill to signal thread 2.
17542 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17543 Adjust to make the test send itself a signal rather than using the
17544 host's "kill" command.
17545
17546 2014-03-20 Pedro Alves <palves@redhat.com>
17547
17548 * gdb.threads/multiple-step-overs.c: New file.
17549 * gdb.threads/multiple-step-overs.exp: New file.
17550 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17551 Adjust expected infrun debug output.
17552
17553 2014-03-20 Pedro Alves <palves@redhat.com>
17554
17555 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17556 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17557
17558 2014-03-20 Pedro Alves <palves@redhat.com>
17559
17560 PR breakpoints/7143
17561 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17562 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17563 of gdb_test_multiple.
17564 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17565 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17566
17567 2014-03-20 Pedro Alves <palves@redhat.com>
17568
17569 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17570 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17571
17572 2014-03-19 Pedro Alves <palves@redhat.com>
17573
17574 * gdb.base/async.exp: Remove early return.
17575
17576 2014-03-19 Pedro Alves <palves@redhat.com>
17577
17578 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17579
17580 2014-03-19 Pedro Alves <palves@redhat.com>
17581
17582 * gdb.base/async.exp (test_background): Expect \r\n after
17583 "completed." in the fail pattern.
17584
17585 2014-03-19 Pedro Alves <palves@redhat.com>
17586
17587 * gdb.base/async.exp (test_background): New procedure.
17588 Use it for all background execution command tests.
17589
17590 2014-03-19 Pedro Alves <palves@redhat.com>
17591
17592 * gdb.base/async.exp: Use prepare_for_testing.
17593
17594 2014-03-19 Pedro Alves <palves@redhat.com>
17595
17596 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17597 the same line.
17598
17599 2014-03-19 Pedro Alves <palves@redhat.com>
17600
17601 * gdb.base/async.c (main): Add "jump here" and "until here" line
17602 marker comments.
17603 * gdb.base/async.exp (jump_here): New global.
17604 (jump& test): Use it.
17605 (until_here): New global.
17606 (until& test): Use it.
17607
17608 2014-03-19 Pedro Alves <palves@redhat.com>
17609
17610 * gdb.base/async.exp: Don't frob gdb_protocol.
17611
17612 2014-03-18 Doug Evans <xdje42@gmail.com>
17613
17614 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17615 Fix spelling of exec-done-display.
17616
17617 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17618
17619 PR gdb/15358
17620 * gdb.base/gdb-sigterm.c: New file.
17621 * gdb.base/gdb-sigterm.exp: New file.
17622
17623 2014-03-18 Pedro Alves <palves@redhat.com>
17624
17625 PR gdb/13860
17626 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17627 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17628 solib-event.
17629
17630 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17631
17632 * gdb.ada/pckd_arr_ren: New testcase.
17633
17634 2014-03-13 Doug Evans <xdje42@gmail.com>
17635
17636 PR guile/16612
17637 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17638 collect after discarding symbols.
17639
17640 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17641 Doug Evans <xdje42@gmail.com>
17642
17643 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17644 to history survives a gc.
17645
17646 2014-03-13 Pedro Alves <palves@redhat.com>
17647
17648 * gdb.base/default.exp: Don't test "target procfs".
17649
17650 2014-03-13 Pedro Alves <palves@redhat.com>
17651
17652 * gdb.base/default.exp: Update "target child" and "target procfs"
17653 tests to not expect "Unix".
17654
17655 2014-03-12 Tom Tromey <tromey@redhat.com>
17656
17657 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17658 New procs. Add target-async tests.
17659 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17660 Add target-async tests.
17661
17662 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17663
17664 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17665 'func_start' and 'func_end' for the beginning and end of the
17666 function code, respectively.
17667 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17668 'func_end' instead of 'func' and 'main'.
17669
17670 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17671
17672 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17673 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17674 generate the debug info assembler source.
17675
17676 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17677
17678 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17679 * gdb.dwarf2/arr-subrange.exp: Likewise.
17680 * gdb.dwarf2/dwz.exp: Likewise.
17681 * gdb.dwarf2/method-ptr.exp: Likewise.
17682 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17683 * gdb.dwarf2/subrange.exp: Likewise.
17684 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17685 * gdb.dwarf2/implptrpiece.exp: Likewise.
17686 * gdb.dwarf2/nostaticblock.exp: Likewise.
17687
17688 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17689
17690 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17691 directory to absolute path name arguments.
17692
17693 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17694
17695 * gdb.ada/tagged_access: New testcase.
17696
17697 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17698
17699 * gdb.btrace/data.exp: Update expected output.
17700
17701 2014-03-06 Yao Qi <yao@codesourcery.com>
17702
17703 * gdb.trace/pr16508.exp: New file.
17704
17705 2014-03-05 Pedro Alves <palves@redhat.com>
17706
17707 PR gdb/16575
17708 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17709 procedure.
17710 (top level): Adjust to use it. Add tests that exercise breakpoint
17711 interaction with the code-cache.
17712
17713 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17714
17715 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17716 test for 'history-append!'.
17717
17718 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17719
17720 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17721 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17722 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17723 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17724 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17725 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17726
17727 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17728
17729 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17730 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17731 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17732
17733 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17734
17735 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17736
17737 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17738
17739 * gdb.dwarf2/arr-stride.c: New file.
17740 * gdb.dwarf2/arr-stride.exp: New file.
17741
17742 2014-02-26 Pedro Alves <palves@redhat.com>
17743
17744 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17745 that won't ever trigger. Make sure that GDB reports the correct
17746 breakpoint that caused the stop.
17747
17748 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17749
17750 PR gdb/16626
17751 * gdb.base/auto-load-script: New file.
17752 * gdb.base/auto-load.c: New file.
17753 * gdb.base/auto-load.exp: New file.
17754
17755 PR gdb/16626
17756 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17757
17758 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17759
17760 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17761 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17762
17763 2014-02-24 Doug Evans <dje@google.com>
17764
17765 * lib/gdb.exp (run_on_host): Log error output if program fails.
17766
17767 2014-02-21 Pedro Alves <palves@redhat.com>
17768
17769 * gdb.threads/step-after-sr-lock.c: Rename to ...
17770 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17771 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17772 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17773 ... this.
17774
17775 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17776
17777 PR tdep/16397
17778 * gdb.arch/amd64-stap-special-operands.exp: New file.
17779 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17780 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17781 * gdb.arch/amd64-stap-triplet.S: Likewise.
17782 * gdb.arch/amd64-stap-triplet.c: Likewise.
17783
17784 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17785
17786 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17787 in .section pseudo-op.
17788
17789 2014-02-20 lin zuojian <manjian2006@gmail.com>
17790 Joel Brobecker <brobecker@adacore.com>
17791 Doug Evans <xdje42@gmail.com>
17792
17793 PR symtab/16581
17794 * gdb.dwarf2/dw2-icycle.S: New file.
17795 * gdb.dwarf2/dw2-icycle.c: New file.
17796 * gdb.dwarf2/dw2-icycle.exp: New file.
17797
17798 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17799
17800 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17801 operations on gdb.Value objects.
17802 * gdb.python/py-value-cc.exp: Add new test to test operations on
17803 gdb.Value objects.
17804
17805 2014-02-18 Doug Evans <dje@google.com>
17806
17807 * Makefile.in (TESTS): New variable.
17808 (expanded_tests, expanded_tests_or_none): New variables
17809 (check-single): Pass $(expanded_tests_or_none) to runtest.
17810 (check-parallel): Only run tests in $(TESTS) if non-empty.
17811 (check/no-matching-tests-found): New rule.
17812 * README: Document TESTS makefile variable.
17813
17814 2014-02-18 Doug Evans <dje@google.com>
17815
17816 * Makefile.in (check-parallel): rm -rf outputs temp.
17817
17818 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17819
17820 Fix "ERROR: no fileid for" in the testsuite.
17821 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17822
17823 2014-02-12 Doug Evans <dje@google.com>
17824
17825 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17826 (MISCELLANEOUS): New variable.
17827 (clean): rm -rf $(MISCELLANEOUS).
17828 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17829 dwp live in the same directory as symlinks, with each symlink pointed
17830 to a differently named file in a different directory.
17831
17832 2014-02-11 Doug Evans <dje@google.com>
17833
17834 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17835 of Tcl file commands.
17836
17837 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17838
17839 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17840 "kill -SIGUSR1 -1".
17841
17842 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17843
17844 * gdb.ada/tick_length_array_enum_idx: New testcase.
17845
17846 2014-02-10 Doug Evans <xdje42@gmail.com>
17847
17848 * configure.ac (AC_OUTPUT): Add gdb.guile.
17849 * configure: Regenerate.
17850 * lib/gdb-guile.exp: New file.
17851 * lib/gdb.exp (get_target_charset): New function.
17852 * gdb.base/help.exp: Update expected output from "apropos apropos".
17853 * gdb.guile/Makefile.in: New file.
17854 * gdb.guile/guile.exp: New file.
17855 * gdb.guile/scm-arch.c: New file.
17856 * gdb.guile/scm-arch.exp: New file.
17857 * gdb.guile/scm-block.c: New file.
17858 * gdb.guile/scm-block.exp: New file.
17859 * gdb.guile/scm-breakpoint.c: New file.
17860 * gdb.guile/scm-breakpoint.exp: New file.
17861 * gdb.guile/scm-disasm.c: New file.
17862 * gdb.guile/scm-disasm.exp: New file.
17863 * gdb.guile/scm-equal.c: New file.
17864 * gdb.guile/scm-equal.exp: New file.
17865 * gdb.guile/scm-error.exp: New file.
17866 * gdb.guile/scm-error.scm: New file.
17867 * gdb.guile/scm-frame-args.c: New file.
17868 * gdb.guile/scm-frame-args.exp: New file.
17869 * gdb.guile/scm-frame-args.scm: New file.
17870 * gdb.guile/scm-frame-inline.c: New file.
17871 * gdb.guile/scm-frame-inline.exp: New file.
17872 * gdb.guile/scm-frame.c: New file.
17873 * gdb.guile/scm-frame.exp: New file.
17874 * gdb.guile/scm-generics.exp: New file.
17875 * gdb.guile/scm-gsmob.exp: New file.
17876 * gdb.guile/scm-iterator.c: New file.
17877 * gdb.guile/scm-iterator.exp: New file.
17878 * gdb.guile/scm-math.c: New file.
17879 * gdb.guile/scm-math.exp: New file.
17880 * gdb.guile/scm-objfile-script-gdb.in: New file.
17881 * gdb.guile/scm-objfile-script.c: New file.
17882 * gdb.guile/scm-objfile-script.exp: New file.
17883 * gdb.guile/scm-objfile.c: New file.
17884 * gdb.guile/scm-objfile.exp: New file.
17885 * gdb.guile/scm-ports.exp: New file.
17886 * gdb.guile/scm-pretty-print.c: New file.
17887 * gdb.guile/scm-pretty-print.exp: New file.
17888 * gdb.guile/scm-pretty-print.scm: New file.
17889 * gdb.guile/scm-section-script.c: New file.
17890 * gdb.guile/scm-section-script.exp: New file.
17891 * gdb.guile/scm-section-script.scm: New file.
17892 * gdb.guile/scm-symbol.c: New file.
17893 * gdb.guile/scm-symbol.exp: New file.
17894 * gdb.guile/scm-symtab-2.c: New file.
17895 * gdb.guile/scm-symtab.c: New file.
17896 * gdb.guile/scm-symtab.exp: New file.
17897 * gdb.guile/scm-type.c: New file.
17898 * gdb.guile/scm-type.exp: New file.
17899 * gdb.guile/scm-value-cc.cc: New file.
17900 * gdb.guile/scm-value-cc.exp: New file.
17901 * gdb.guile/scm-value.c: New file.
17902 * gdb.guile/scm-value.exp: New file.
17903 * gdb.guile/source2.scm: New file.
17904 * gdb.guile/types-module.cc: New file.
17905 * gdb.guile/types-module.exp: New file.
17906
17907 2014-02-10 Yao Qi <yao@codesourcery.com>
17908
17909 PR testsuite/16543
17910 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17911 * configure: Regenerated.
17912 * Makefile.in: New file.
17913
17914 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17915
17916 * gdb.python/py-framefilter.exp: Fix typo.
17917
17918 2014-02-08 Yao Qi <yao@codesourcery.com>
17919
17920 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17921 that no =breakpoint-modified is emitted when breakpoints are
17922 modified through MI commands.
17923
17924 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17925 Pedro Alves <palves@redhat.com>
17926
17927 * gdb.threads/step-after-sr-lock.c: New file.
17928 * gdb.threads/step-after-sr-lock.exp: New file.
17929
17930 2014-02-07 Pedro Alves <palves@redhat.com>
17931
17932 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17933
17934 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17935
17936 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17937 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17938
17939 2014-02-06 Doug Evans <xdje42@gmail.com>
17940
17941 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17942 output.
17943
17944 * gdb.gdb/python-interrupts.exp: New file.
17945
17946 2014-02-05 Yao Qi <yao@codesourcery.com>
17947
17948 * gdb.trace/report.exp (use_collected_data): Test the output
17949 of "info threads" and "info inferiors".
17950
17951 2014-02-05 Yao Qi <yao@codesourcery.com>
17952
17953 Revert this patch:
17954
17955 2013-05-24 Yao Qi <yao@codesourcery.com>
17956
17957 * gdb.trace/tfile.exp: Test inferior and thread.
17958
17959 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17960
17961 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17962 on a function.
17963 * gdb.base/step-bt.c: Call hello via function pointer to make
17964 sure its first instruction is executed on powerpc64le-linux.
17965
17966 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17967
17968 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17969
17970 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17971
17972 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17973 of the test patterns for use on little-endian systems.
17974
17975 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17976
17977 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17978 (decimal_vector): Fix for little-endian.
17979
17980 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17981
17982 * gdb.arch/sparc-sysstep.exp: New file.
17983 * gdb.arch/sparc-sysstep.c: Likewise.
17984
17985 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17986
17987 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17988
17989 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17990
17991 2014-01-23 Tom Tromey <tromey@redhat.com>
17992
17993 * gdb.ada/array_char_idx: New testcase.
17994
17995 2014-01-23 Tom Tromey <tromey@redhat.com>
17996
17997 PR python/16487:
17998 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17999 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18000 classes.
18001
18002 2014-01-23 Tom Tromey <tromey@redhat.com>
18003
18004 PR python/16491:
18005 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18006 string from an inferior frame.
18007 * gdb.python/py-framefilter-mi.exp: Update.
18008
18009 2014-01-22 Doug Evans <dje@google.com>
18010
18011 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18012
18013 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18014
18015 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18016
18017 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18018
18019 * gdb.trace/entry-values.exp: Remove excess space character from
18020 regex patterns. Handle s390 call instruction.
18021
18022 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18023
18024 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18025 define "*_start" label. Make "name" static.
18026 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18027 ${name} by references to ${name}_start.
18028
18029 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18030
18031 * gdb.base/info-macros.exp: Remove "debug" from the compile
18032 options.
18033
18034 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18035
18036 * gdb.dlang/demangle.exp: New file.
18037
18038 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18039
18040 * gdb.dlang/primitive-types.exp: New file.
18041
18042 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18043
18044 * configure.ac: Create gdb.dlang/Makefile.
18045 * configure: Regenerate.
18046 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18047 * gdb.dlang/Makefile.in: New file.
18048 * lib/d-support.exp: New file.
18049 * lib/gdb.exp (skip_d_tests): New proc.
18050
18051 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18052
18053 * gdb.btrace/delta.exp: Check reverse stepi.
18054 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18055 * gdb.btrace/finish.exp: New.
18056 * gdb.btrace/next.exp: New.
18057 * gdb.btrace/nexti.exp: New.
18058 * gdb.btrace/record_goto.c: Add comments.
18059 * gdb.btrace/step.exp: New.
18060 * gdb.btrace/stepi.exp: New.
18061 * gdb.btrace/multi-thread-step.c: New.
18062 * gdb.btrace/multi-thread-step.exp: New.
18063 * gdb.btrace/rn-dl-bind.c: New.
18064 * gdb.btrace/rn-dl-bind.exp: New.
18065 * gdb.btrace/data.c: New.
18066 * gdb.btrace/data.exp: New.
18067 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18068
18069 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18070
18071 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18072 * gdb.btrace/exception.exp: Update.
18073 * gdb.btrace/instruction_history.exp: Update.
18074 * gdb.btrace/record_goto.exp: Update.
18075 * gdb.btrace/tailcall.exp: Update.
18076 * gdb.btrace/unknown_functions.exp: Update.
18077 * gdb.btrace/delta.exp: New.
18078
18079 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18080
18081 * gdb.btrace/record_goto.exp: Add backtrace test.
18082 * gdb.btrace/tailcall.exp: Add backtrace test.
18083
18084 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18085
18086 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18087 * gdb.btrace/record_goto.c: New.
18088 * gdb.btrace/record_goto.exp: New.
18089 * gdb.btrace/x86-record_goto.S: New.
18090
18091 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18092
18093 * gdb.btrace/function_call_history.exp: Update tests.
18094 * gdb.btrace/instruction_history.exp: Update tests.
18095
18096 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18097
18098 * gdb.btrace/function_call_history.exp: Fix expected field
18099 order for "record function-call-history".
18100 Add new tests for "record function-call-history /c".
18101 * gdb.btrace/exception.cc: New.
18102 * gdb.btrace/exception.exp: New.
18103 * gdb.btrace/tailcall.exp: New.
18104 * gdb.btrace/x86-tailcall.S: New.
18105 * gdb.btrace/x86-tailcall.c: New.
18106 * gdb.btrace/unknown_functions.c: New.
18107 * gdb.btrace/unknown_functions.exp: New.
18108 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18109
18110 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18111
18112 * gdb.btrace/instruction_history.exp: Update.
18113 * gdb.btrace/function_call_history.exp: Update.
18114
18115 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18116
18117 * gdb.btrace/function_call_history.exp: Fix expected function
18118 trace.
18119 * gdb.btrace/instruction_history.exp: Initialize traced.
18120 Remove traced_functions.
18121
18122 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18123
18124 * gdb.btrace/function_call_history.exp: Update
18125 * gdb.btrace/instruction_history.exp: Update.
18126
18127 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18128
18129 * gdb.btrace/enable.exp: Update expected text.
18130
18131 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18132
18133 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18134 bytes.
18135
18136 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18137
18138 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18139
18140 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18141
18142 * lib/gdb.exp (supports_process_record): Return true for
18143 arm*-linux*. (supports_reverse): Likewise.
18144
18145 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18146
18147 PR python/15464
18148 PR python/16113
18149 * gdb.python/py-type.c: Enhance test case.
18150 * gdb.python/py-value-cc.cc: Likewise
18151 * gdb.python/py-type.exp: Add new tests.
18152 * gdb.python/py-value-cc.exp: Likewise
18153
18154 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18155 Pedro Alves <palves@redhat.com>
18156
18157 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18158 Make "name" extern.
18159 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18160 references to ${name}_start by references to ${name}.
18161
18162 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18163
18164 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18165
18166 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18167
18168 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18169
18170 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18171 Pedro Alves <palves@redhat.com>
18172
18173 * gdb.mi/mi-info-os.exp: Connect to the target with
18174 mi_gdb_target_load.
18175
18176 2014-01-08 Pedro Alves <palves@redhat.com>
18177
18178 * gdb.threads/reconnect-signal.c: New file.
18179 * gdb.threads/reconnect-signal.exp: New file.
18180
18181 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18182
18183 * gdb.base/source-dir.exp: New file.
18184
18185 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18186
18187 * gdb.ada/mi_interface: New testcase.
18188
18189 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18190
18191 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18192 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18193 gdb.ada/pp-rec-component/pck.ads: New files.
18194
18195 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18196
18197 * gdb.python/py-pp-integral.c: New file.
18198 * gdb.python/py-pp-integral.py: New file.
18199 * gdb.python/py-pp-integral.exp: New file.
18200
18201 For older changes see ChangeLog-1993-2013.
18202 \f
18203 ;; Local Variables:
18204 ;; mode: change-log
18205 ;; left-margin: 8
18206 ;; fill-column: 74
18207 ;; version-control: never
18208 ;; End:
18209
18210 Copyright 2014-2020 Free Software Foundation, Inc.
18211 Copying and distribution of this file, with or without modification,
18212 are permitted provided the copyright notice and this notice are preserved.
This page took 0.385765 seconds and 5 git commands to generate.