gdb: Enable stdin on exception in execute_gdb_command
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 PR gdb/23718
4 * gdb.server/server-kill-python.exp: New file.
5
6 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.server/multi-ui-errors.c: New file.
9 * gdb.server/multi-ui-errors.exp: New file.
10
11 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 PR tui/9765
14 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
15
16 2020-01-19 Tom Tromey <tom@tromey.com>
17
18 * gdb.tui/main.exp: Add check for plain "file".
19
20 2020-01-16 Christian Biesinger <cbiesinger@google.com>
21
22 * lib/gdb.exp: Fix spelling error (seperatelly).
23
24 2020-01-14 Tom Tromey <tom@tromey.com>
25
26 PR symtab/12535:
27 * gdb.python/python.exp: Test decode_line with empty string
28 argument.
29
30 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
31
32 * gdb.base/skip-inline.exp: Extend test.
33
34 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
37 * gdb.dwarf2/dw2-bad-elf.c: New file.
38 * gdb.dwarf2/dw2-bad-elf.exp: New file.
39
40 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
43 _line_saw_file.
44
45 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
46
47 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
48 border.
49
50 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
51
52 * gdb.multi/multi-target.exp (setup): Factor out "info
53 connections" and "info inferiors" tests to ...
54 (test_info_inferiors): ... this new procedure.
55 (top level): Run new "info-inferiors" tests.
56
57 2020-01-10 Pedro Alves <palves@redhat.com>
58
59 * gdb.server/bkpt-other-inferior.exp: New file.
60
61 2020-01-10 Pedro Alves <palves@redhat.com>
62
63 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
64 of "add-inferior".
65 * gdb.base/quit-live.exp: Likewise.
66 * gdb.base/remote-exec-file.exp: Likewise.
67 * gdb.guile/scm-progspace.exp: Likewise.
68 * gdb.linespec/linespec.exp: Likewise.
69 * gdb.mi/new-ui-mi-sync.exp: Likewise.
70 * gdb.mi/user-selected-context-sync.exp: Likewise.
71 * gdb.multi/multi-target.exp (setup): Add "info connection" and
72 "info inferiors" tests.
73 * gdb.multi/remove-inferiors.exp: Adjust expected output of
74 "add-inferior".
75 * gdb.multi/watchpoint-multi.exp: Likewise.
76 * gdb.python/py-inferior.exp: Likewise.
77 * gdb.server/extended-remote-restart.exp: Likewise.
78 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
79 "info inferiors".
80 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
81 * gdb.trace/report.exp: Likewise.
82
83 2020-01-10 Pedro Alves <palves@redhat.com>
84
85 * gdb.multi/multi-target.c: New file.
86 * gdb.multi/multi-target.exp: New file.
87 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
88 mode requested, but remote does not support non-stop".
89
90 2020-01-10 Pedro Alves <palves@redhat.com>
91
92 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
93 disconnect before reconnecting.
94
95 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
96 Pedro Alves <palves@redhat.com>
97
98 * gdb.server/connect-without-multi-process.exp: Also test
99 continuing to end.
100
101 2020-01-10 Pedro Alves <palves@redhat.com>
102
103 * gdb.base/remote-exec-file.exp: New file.
104
105 2020-01-10 Pedro Alves <palves@redhat.com>
106
107 * gdb.base/fork-running-state.exp (do_test): Adjust expected
108 output.
109 * gdb.threads/async.c: New.
110 * gdb.threads/async.exp: New.
111 * gdb.multi/tids-gid-reset.c: New.
112 * gdb.multi/tids-gid-reset.exp: New.
113
114 2020-01-10 George Barrett <bob@bob131.so>
115
116 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
117 to help in finding the image relocation offset.
118 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
119 options in arguments.
120 (stap_test_no_debuginfo): Likewise.
121 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
122 test variants.
123 (stap_test): Add null semaphore relocation test.
124
125 2020-01-10 George Barrett <bob@bob131.so>
126
127 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
128 * gdb.base/stap-probe.exp: Likewise.
129 (stap_test): Pass argument as an additional flag.
130 (stap_test_no_debuginfo): Likewise.
131 (stap_test): Check `info probes stap' output for semaphore
132 addresses if the test binary is supposed to have them.
133
134 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
135
136 * gdb.tui/basic.exp: Add more scrolling tests.
137
138 2020-01-09 Tom Tromey <tom@tromey.com>
139
140 PR tui/18932:
141 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
142 meangingful value.
143 (Term::command, Term::resize): Update.
144 * gdb.tui/basic.exp: Add scrolling test.
145
146 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * gdb.tui/tui-layout-asm.exp: New file.
149
150 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * lib/tuiterm.exp (Term::check_box_contents): New proc.
153
154 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
157 (Term::enter_tui): Use Term::prepare_for_tui.
158
159 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
160
161 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
162 called.
163
164 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * gdb.base/skip.exp: Fix race condition in test.
167
168 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
169
170 * gdb.base/backtrace.c: New file.
171 * gdb.base/backtrace.exp: New file.
172
173 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
176
177 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
178
179 * gdb.base/style.exp: Test that warnings are styled.
180
181 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
182
183 * gdb.base/line65535.exp: New file.
184 * gdb.base/line65535.c: New file.
185
186 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
187
188 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
189 * lib/gnat_debug_info_test.adb: New file.
190 * gdb.ada/ptype_tagged_param.exp: Use
191 gnat_runtime_has_debug_info, expect a different output if
192 runtime does not have debug info.
193
194 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
195
196 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
197 (another) quote in test name.
198
199 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
200
201 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
202 Add quote in test name.
203
204 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
205
206 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
207 directory instead.
208 * gdb.cp/pass-by-ref.exp: Extend with more cases.
209 * gdb.cp/pass-by-ref-2.cc: New file.
210 * gdb.cp/pass-by-ref-2.exp: New file.
211
212 2019-12-20 Tom Tromey <tom@tromey.com>
213
214 * gdb.tui/list-before.exp: New file.
215
216 2019-12-20 Tom Tromey <tom@tromey.com>
217
218 * gdb.tui/list.exp: Check for source on initial listing.
219
220 2019-12-11 Tom Tromey <tromey@adacore.com>
221
222 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
223 Add crlf test.
224
225 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
226
227 * gdb.base/default.exp: Update value of $_gdb_major.
228
229 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
230
231 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
232
233 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
234
235 * gdb.base/skip.exp: Whitespace fix.
236
237 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
238
239 * gdb.base/skip-inline.c: New file.
240 * gdb.base/skip-inline.exp: New file.
241
242 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
243
244 * gdb.base/jit-reader.exp (jit_reader_test): Rename
245 jit_function_00 to jit_function_stack_mangle.
246 * gdb.base/jithost.c (jit_function_t): Rename to...
247 (jit_function_stack_mangle_t): ... this.
248 (jit_function_add_t): New typedef.
249 (jit_function_00_code): Rename to...
250 (jit_function_stack_mangle_code): ... this, make static.
251 (jit_function_add_code): New.
252 (main): Generate "add" function and call it. Adjust to changes
253 in jithost_abi.
254 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
255 (struct jithost_abi) <begin, end>: Remove fields.
256 <object, function_stack_mangle, function_add>: New fields.
257 * gdb.base/jitreader.c (struct reader_state) <code_begin,
258 code_end>: Remove fields.
259 <func_stack_mangle>: New field.
260 (read_debug_info): Adjust to renaming, create block for "add"
261 function.
262 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
263
264 2019-12-11 Tom Tromey <tom@tromey.com>
265
266 * gdb.tui/resize.exp: Fix regexp.
267 * gdb.tui/regs.exp: Fix regexps.
268 * gdb.tui/main.exp: Fix regexp.
269
270 2019-12-11 Tom Tromey <tom@tromey.com>
271
272 * gdb.tui/resize.exp: Update.
273 * gdb.tui/empty.exp (layouts): Update.
274
275 2019-12-11 Tom Tromey <tom@tromey.com>
276
277 * gdb.tui/regs.exp: Update.
278 * gdb.tui/empty.exp (layouts): Update.
279 * gdb.tui/basic.exp: Update.
280 * lib/tuiterm.exp (_check_box): Don't check bottom border.
281
282 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
283
284 * gdb.base/options.exp: Add -raw-values in the print completion list.
285 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
286
287 2019-12-10 Kevin Buettner <kevinb@redhat.com>
288
289 * gdb.threads/omp-par-scope.c: New file.
290 * gdb/threads/omp-par-scope.exp: New file.
291
292 2019-12-10 Kevin Buettner <kevinb@redhat.com>
293
294 * lib/gdb.exp (support_nested_function_tests): New proc.
295
296 2019-12-10 Kevin Buettner <kevinb@redhat.com>
297
298 * lib/gdb.exp (gdb_compile_openmp): New proc.
299 (build_executable_from_specs): Add an "openmp" option.
300 (gdb_compile_pthreads): Add non-executable case.
301
302 2019-12-10 Tom Tromey <tromey@adacore.com>
303
304 * gdb.ada/unchecked_union.exp: New file.
305 * gdb.ada/unchecked_union/pck.adb: New file.
306 * gdb.ada/unchecked_union/pck.ads: New file.
307 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
308 * gdb-utils.exp (string_to_regexp): Also quote "?".
309
310 2019-12-10 George Barrett <bob@bob131.so>
311
312 Test scripted probe breakpoints.
313 * gdb.guile/scm-breakpoint.c (main): Add probe point.
314 * gdb.python/py-breakpoint.c (main): Likewise.
315 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
316 specifier test.
317 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
318
319 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
320
321 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
322 an rvalue parameter.
323 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
324 parameter.
325
326 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
327
328 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
329 modules.
330
331 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
334 broken version of GCC.
335
336 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * gdb.fortran/info-modules.exp: Rewrite to make use of new
339 sym-info-cmds library.
340 * gdb.fortran/info-types.exp: Likewise.
341 * lib/sym-info-cmds.exp: New file.
342
343 2019-12-08 Tom de Vries <tdevries@suse.de>
344
345 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
346
347 2019-12-07 Keith Seitz <keiths@redhat.com>
348
349 * gdb.base/corefile-buildid-shlib-shr.c: New file.
350 * gdb.base/corefile-buildid-shlib.c: New file.
351 * gdb.base/corefile-buildid.c: New file.
352 * gdb.base/corefile-buildid.exp: New file.
353
354 2019-12-06 Tom de Vries <tdevries@suse.de>
355
356 * gdb.dwarf2/varval.exp: Add decl before def test.
357
358 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
359
360 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
361
362 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
363
364 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
365 CV and reference conversion for overload resolution.
366 * gdb.cp/rvalue-ref-overload.exp: Test it.
367
368 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
369
370 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
371 * gdb.base/frameapply.exp: Test faas without command.
372
373 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
376 Fortran tests.
377 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
378 order.
379
380 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
381
382 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
383 casting to type with no kind specified.
384 (test_basic_parsing_of_type_kinds): Additional tests for types
385 with no kind specified, and add tests for single/double
386 precision/complex types.
387
388 2019-12-04 Tom Tromey <tromey@adacore.com>
389
390 * gdb.base/endianity.c (struct other) <x>: New field.
391 (main): Initialize it.
392 * gdb.base/endianity.exp: Update.
393
394 2019-12-04 Tom Tromey <tromey@adacore.com>
395
396 * gdb.ada/scalar_storage/storage.adb: New file.
397 * gdb.ada/scalar_storage/pck.adb: New file.
398 * gdb.ada/scalar_storage/pck.ads: New file.
399 * gdb.ada/scalar_storage.exp: New file.
400
401 2019-12-04 Tom Tromey <tromey@adacore.com>
402
403 * gdb.base/endianity.c (struct otherendian) <f>: New field.
404 (main): Initialize it.
405 * gdb.base/endianity.exp: Update.
406
407 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
410
411 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
414 -symbol-info-module-functions and -symbol-info-module-variables.
415
416 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
419
420 2019-12-01 Richard Bunt <richard.bunt@arm.com>
421 Andrew Burgess <andrew.burgess@embecosm.com>
422
423 * gdb.fortran/derived-type-striding.exp: New file.
424 * gdb.fortran/derived-type-striding.f90: New file.
425 * gdb.fortran/array-slices.exp: New file.
426 * gdb.fortran/array-slices.f90: New file.
427
428 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
429
430 * gdb.base/define.exp: Test . in command names.
431 * gdb.base/setshow.exp: Update test, as . is now part of
432 command name.
433
434 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
435
436 * gdb.base/define-prefix.exp: New file.
437
438 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
441 compile.
442 (skip_btrace_pt_tests): Likewise.
443
444 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
445
446 * gdb.fortran/info-modules.exp: Compile source files in correct
447 order.
448
449 2019-11-27 Kevin Buettner <kevinb@redhat.com>
450
451 * gdb.dwarf2/imported-unit.exp: New file.
452 * gdb.dwarf2/imported-unit.c: New file.
453
454 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * gdb.mi/mi-fortran-modules-2.f90: New file.
457 * gdb.mi/mi-fortran-modules.exp: New file.
458 * gdb.mi/mi-fortran-modules.f90: New file.
459
460 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
461
462 * gdb.mi/mi-sym-info-1.c: New file.
463 * gdb.mi/mi-sym-info-2.c: New file.
464 * gdb.mi/mi-sym-info.exp: New file.
465
466 2019-11-22 Tom Tromey <tromey@adacore.com>
467
468 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
469 * gdb.ada/tasks/foo.adb: Add another stopping location.
470
471 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
472
473 * gdb.base/endianity.c: New test.
474 * gdb.base/endianity.exp: New file.
475
476 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
477
478 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
479
480 2019-11-21 Tom de Vries <tdevries@suse.de>
481
482 PR gdb/24956
483 * gdb.base/ui-redirect.exp: Test output of user-defined command.
484
485 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
486
487 * gdb.python/py-progspace.exp: Add missing parentheses on some
488 'print' commands.
489
490 2019-11-19 Tom Tromey <tom@tromey.com>
491
492 * gdb.tui/winheight.exp: New file.
493
494 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.base/ctf-whatis.c: Delete.
497 * gdb.base/ctf-whatis.exp: Delete.
498 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
499
500 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
501
502 * gdb.base/ctf-cvexpr.exp: Delete.
503 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
504
505 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
508 the compiler. Clean up header comment a little.
509 * gdb.base/ctf-ptype.exp: Likewise.
510 * gdb.base/ctf-whatis.exp: Likewise.
511 * lib/gdb.exp (skip_ctf_tests): New proc.
512
513 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
514
515 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
516 * gdb.tui/corefile-run.exp: New file.
517
518 2019-11-14 Tom Tromey <tromey@adacore.com>
519
520 * gdb.base/gdbvars.exp (test_convenience_variables): Add
521 regression tests.
522
523 2019-11-12 Tom Tromey <tom@tromey.com>
524
525 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
526 after any command. Expect prompt after WAIT_FOR is seen.
527 (enter_tui): Enable resize messages.
528 (command): Expect command in output.
529 (get_line): Avoid error when cursor appears to be off-screen.
530 (dump_screen): Include screen size in title.
531 (_do_resize): New proc, from "resize".
532 (resize): Rewrite. Do resize in two steps.
533 * gdb.tui/empty.exp (layouts): Fix entries.
534 (check_boxes): Remove xfail.
535 (check_text): Dump screen on failure.
536
537 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * gdb.python/py-symbol.exp: Add test for
540 gdb.lookup_static_symbols.
541
542 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
543
544 * gdb.python/py-symbol.c: Declare and call function from new
545 py-symbol-2.c file.
546 * gdb.python/py-symbol.exp: Compile both source files, and add new
547 tests for gdb.lookup_static_symbol.
548 * gdb.python/py-symbol-2.c: New file.
549
550 2019-11-02 Tom de Vries <tdevries@suse.de>
551
552 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
553 * gdb.base/anon.exp: Same.
554 * gdb.base/auto-connect-native-target.exp: Same.
555 * gdb.base/call-ar-st.exp: Same.
556 * gdb.base/catch-syscall.exp: Same.
557 * gdb.base/commands.exp: Same.
558 * gdb.base/default.exp: Same.
559 * gdb.base/display.exp: Same.
560 * gdb.base/float.exp: Same.
561 * gdb.base/foll-fork.exp: Same.
562 * gdb.base/help.exp: Same.
563 * gdb.base/info-macros.exp: Same.
564 * gdb.base/info-proc.exp: Same.
565 * gdb.base/info-target.exp: Same.
566 * gdb.base/long_long.exp: Same.
567 * gdb.base/macscp.exp: Same.
568 * gdb.base/memattr.exp: Same.
569 * gdb.base/nofield.exp: Same.
570 * gdb.base/pointers.exp: Same.
571 * gdb.base/printcmds.exp: Same.
572 * gdb.base/ptype.exp: Same.
573 * gdb.base/restore.exp: Same.
574 * gdb.base/return.exp: Same.
575 * gdb.base/scope.exp: Same.
576 * gdb.base/set-noassign.exp: Same.
577 * gdb.base/setshow.exp: Same.
578 * gdb.base/shlib-call.exp: Same.
579 * gdb.base/signals.exp: Same.
580 * gdb.base/sigstep.exp: Same.
581 * gdb.base/skip.exp: Same.
582 * gdb.base/solib-symbol.exp: Same.
583 * gdb.base/stap-probe.exp: Same.
584 * gdb.base/step-line.exp: Same.
585 * gdb.base/step-test.exp: Same.
586 * gdb.base/style.exp: Same.
587 * gdb.base/varargs.exp: Same.
588 * gdb.base/vla-datatypes.exp: Same.
589 * gdb.base/vla-ptr.exp: Same.
590 * gdb.base/vla-sideeffect.exp: Same.
591 * gdb.base/volatile.exp: Same.
592 * gdb.base/watch-cond-infcall.exp: Same.
593 * gdb.base/watchpoint.exp: Same.
594
595 2019-11-02 Tom de Vries <tdevries@suse.de>
596
597 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
598 * gdb.cp/cpexprs.exp: Same.
599 * gdb.cp/except-multi-location.exp: Same.
600 * gdb.cp/exceptprint.exp: Same.
601 * gdb.cp/gdb2384.exp: Same.
602 * gdb.cp/inherit.exp: Same.
603 * gdb.cp/m-static.exp: Same.
604 * gdb.cp/meth-typedefs.exp: Same.
605 * gdb.cp/misc.exp: Same.
606 * gdb.cp/namespace.exp: Same.
607 * gdb.cp/non-trivial-retval.exp: Same.
608 * gdb.cp/overload.exp: Same.
609 * gdb.cp/pr17132.exp: Same.
610 * gdb.cp/re-set-overloaded.exp: Same.
611 * gdb.cp/rvalue-ref-types.exp: Same.
612 * gdb.cp/templates.exp: Same.
613
614 2019-11-01 Luis Machado <luis.machado@linaro.org>
615
616 PR gdb/25124
617
618 * gdb.arch/pr25124.S: New file.
619 * gdb.arch/pr25124.exp: New file.
620
621 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * gdb.fortran/info-modules.exp: Update expected results, and add
624 additional tests for 'info module functinos', and 'info module
625 variables'.
626 * gdb.fortran/info-types.exp: Update expected results.
627 * gdb.fortran/info-types.f90: Extend testcase with additional
628 module variables and functions.
629
630 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
631
632 * gdb.fortran/info-modules.exp: New file.
633 * gdb.fortran/info-types.exp: Build with new file.
634 * gdb.fortran/info-types.f90: Include and use new module.
635 * gdb.fortran/info-types-2.f90: New file.
636
637 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
638
639 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
640 * gdb.base/settings.exp: Test all settings types using
641 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
642 that now verifies that the value of "maint show" is the same as
643 returned by the settings functions. Test the type of the
644 maintenance settings.
645 * gdb.base/default.exp: Update show_conv_list.
646
647 2019-10-31 Tom de Vries <tdevries@suse.de>
648
649 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
650 gdb_test.
651 * gdb.arch/amd64-disp-step.exp: Same.
652 * gdb.asm/asm-source.exp: Same.
653 * gdb.btrace/buffer-size.exp: Same.
654 * gdb.btrace/cpu.exp: Same.
655 * gdb.btrace/enable.exp: Same.
656 * gdb.dwarf2/count.exp: Same.
657 * gdb.dwarf2/dw2-ranges-func.exp: Same.
658 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
659 * gdb.fortran/vla-datatypes.exp: Same.
660 * gdb.fortran/vla-history.exp: Same.
661 * gdb.fortran/vla-ptype.exp: Same.
662 * gdb.fortran/vla-value.exp: Same.
663 * gdb.fortran/whatis_type.exp: Same.
664 * gdb.guile/guile.exp: Same.
665 * gdb.multi/tids.exp: Same.
666 * gdb.python/py-finish-breakpoint.exp: Same.
667 * gdb.python/py-framefilter.exp: Same.
668 * gdb.python/py-pp-registration.exp: Same.
669 * gdb.python/py-xmethods.exp: Same.
670 * gdb.python/python.exp: Same.
671 * gdb.server/connect-with-no-symbol-file.exp: Same.
672 * gdb.server/no-thread-db.exp: Same.
673 * gdb.server/run-without-local-binary.exp: Same.
674 * gdb.stabs/weird.exp: Same.
675 * gdb.threads/attach-many-short-lived-threads.exp: Same.
676 * gdb.threads/thread-find.exp: Same.
677 * gdb.threads/tls-shared.exp: Same.
678 * gdb.threads/tls.exp: Same.
679 * gdb.threads/wp-replication.exp: Same.
680 * gdb.trace/ax.exp: Same.
681 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
682
683 2019-10-31 Tom de Vries <tdevries@suse.de>
684
685 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
686 * gdb.ada/array_subscript_addr.exp: Same.
687 * gdb.ada/arrayidx.exp: Same.
688 * gdb.ada/arrayparam.exp: Same.
689 * gdb.ada/arrayptr.exp: Same.
690 * gdb.ada/boolean_expr.exp: Same.
691 * gdb.ada/call_pn.exp: Same.
692 * gdb.ada/complete.exp: Same.
693 * gdb.ada/fixed_cmp.exp: Same.
694 * gdb.ada/fun_addr.exp: Same.
695 * gdb.ada/funcall_param.exp: Same.
696 * gdb.ada/interface.exp: Same.
697 * gdb.ada/mod_from_name.exp: Same.
698 * gdb.ada/null_array.exp: Same.
699 * gdb.ada/packed_array.exp: Same.
700 * gdb.ada/packed_tagged.exp: Same.
701 * gdb.ada/print_chars.exp: Same.
702 * gdb.ada/print_pc.exp: Same.
703 * gdb.ada/ptype_arith_binop.exp: Same.
704 * gdb.ada/ptype_field.exp: Same.
705 * gdb.ada/ptype_tagged_param.exp: Same.
706 * gdb.ada/rec_return.exp: Same.
707 * gdb.ada/ref_tick_size.exp: Same.
708 * gdb.ada/str_ref_cmp.exp: Same.
709 * gdb.ada/taft_type.exp: Same.
710 * gdb.ada/tagged.exp: Same.
711 * gdb.ada/type_coercion.exp: Same.
712 * gdb.ada/uninitialized_vars.exp: Same.
713
714 2019-10-30 Tom de Vries <tdevries@suse.de>
715
716 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
717
718 2019-10-26 Tom de Vries <tdevries@suse.de>
719
720 * gdb.base/bigcore.c: Fix typos in comments.
721 * gdb.base/ctf-ptype.c: Same.
722 * gdb.base/long_long.c: Same.
723 * gdb.dwarf2/dw2-op-out-param.S: Same.
724 * gdb.python/py-evthreads.c: Same.
725 * gdb.reverse/i387-stack-reverse.c: Same.
726 * gdb.trace/tfile.c: Same.
727 * lib/compiler.c: Same.
728 * lib/compiler.cc: Same.
729
730 2019-10-25 Tom de Vries <tdevries@suse.de>
731
732 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
733 gdb_test_multiple calls.
734 * gdb.reverse/sigall-reverse.exp: Same.
735 * gdb.reverse/solib-precsave.exp: Same.
736 * gdb.reverse/solib-reverse.exp: Same.
737 * gdb.reverse/until-precsave.exp: Same.
738 * gdb.reverse/until-reverse.exp: Same.
739
740 2019-10-24 Tom de Vries <tdevries@suse.de>
741
742 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
743 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
744 kfail using -wrap pattern flag and convenience variable
745 gdb_test_name.
746
747 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
748
749 * gdb.python/py-progspace.exp: Add tests for the
750 Progspace.block_for_pc method.
751
752 2019-10-23 Tom Tromey <tom@tromey.com>
753
754 * configure: Rebuild.
755 * aclocal.m4: Use m4_include, not sinclude.
756
757 2019-10-21 Tom de Vries <tdevries@suse.de>
758
759 * gdb.base/infcall-nested-structs.c: Add
760 __attribute__((noinline,noclone)) to all functions.
761 (call_all): Add missing variable initialization. Simplify return value.
762 (breakpt): Increment volatile variable, to prevent call from being
763 optimized out.
764 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
765
766 2019-10-17 Tom de Vries <tdevries@suse.de>
767
768 * gdb.fortran/module.exp: Allow info variables to print info for files
769 other than module.f90.
770
771 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
772
773 * gdb.fortran/module.exp: Extend with 'info variables' test.
774
775 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
776
777 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
778 F77_FOR_TARGET.
779
780 2019-10-16 Tom de Vries <tdevries@suse.de>
781
782 PR tdep/25096
783 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
784
785 2019-10-16 Tom de Vries <tdevries@suse.de>
786
787 PR tdep/24104
788 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
789 Add KFAIL for PR tdep/25096.
790
791 2019-10-16 Tom de Vries <tdevries@suse.de>
792
793 PR testsuite/25059
794 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
795
796 2019-10-16 Tom de Vries <tdevries@suse.de>
797
798 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
799 as signed.
800
801 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
802
803 * gdb.mi/list-thread-groups-available.exp: Read entries one by
804 one instead of increasing timeout.
805
806 2019-10-13 Tom de Vries <tdevries@suse.de>
807
808 PR record/25038
809 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
810 * gdb.reverse/sigall-reverse.exp: Same.
811 * gdb.reverse/solib-precsave.exp: Same.
812 * gdb.reverse/solib-reverse.exp: Same.
813 * gdb.reverse/step-precsave.exp: Same.
814 * gdb.reverse/until-precsave.exp: Same.
815 * gdb.reverse/until-reverse.exp: Same.
816 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
817
818 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
819
820 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
821 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
822 (cmp_struct_05_01, cmp_struct_static_02_01)
823 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
824 comparisons.
825
826 2019-10-10 Tom de Vries <tdevries@suse.de>
827
828 PR testsuite/24888
829 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
830 gnatlink.
831
832 2019-10-09 Tom de Vries <tdevries@suse.de>
833
834 PR testsuite/25048
835 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
836
837 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
838
839 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
840 exceptions due to missing debug information.
841
842 2019-10-07 Tom de Vries <tdevries@suse.de>
843
844 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
845
846 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
847
848 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
849 * gdb.base/annota1.exp: Update to use gdb_test_name.
850
851 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
852
853 * gdb.base/ctf-whatis.exp: New file.
854 * gdb.base/ctf-whatis.c: New file.
855 * gdb.base/ctf-ptype.exp: New file.
856 * gdb.base/ctf-ptype.c: New file.
857 * gdb.base/ctf-constvars.exp: New file.
858 * gdb.base/ctf-constvars.c: New file.
859 * gdb.base/ctf-cvexpr.exp: New file.
860
861 2019-10-04 Tom de Vries <tdevries@suse.de>
862
863 * gdb.cp/local-static.c (main): Move declaration of int i out of the
864 for loop.
865
866 2019-10-03 Tom Tromey <tom@tromey.com>
867
868 PR rust/24976:
869 * gdb.rust/simple.rs (Union2): New type.
870 (main): Use Union2.
871 * gdb.rust/simple.exp: Add test.
872
873 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
874
875 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
876 nested function prefix.
877
878 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
879 Richard Bunt <richard.bunt@arm.com>
880 Andrew Burgess <andrew.burgess@embecosm.com>
881
882 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
883 nested functions.
884 * gdb.fortran/nested-funcs.f90: Update expected results.
885 * gdb.fortran/nested-funcs-2.exp: New file.
886 * gdb.fortran/nested-funcs-2.f90: New file.
887
888 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * gdb.python/py-parameter.exp: Make test names unique.
891 * gdb.python/py-template.exp: Likewise.
892 * gdb.python/py-value.exp: Likewise.
893
894 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
895
896 * gdb.base/break-interp.exp: Reduce test name duplication.
897 * gdb.base/call-sc.exp: Likewise.
898 * gdb.base/callfuncs.exp: Likewise.
899 * gdb.base/charset.exp: Likewise.
900 * gdb.base/dump.exp: Likewise.
901 * gdb.base/ena-dis-br.exp: Likewise.
902 * gdb.base/relational.exp: Likewise.
903 * gdb.base/step-over-syscall.exp: Likewise.
904 * gdb.base/structs.exp: Likewise.
905
906 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.linespec/explicit.exp: Make test names unique.
909 * gdb.linespec/ls-errs.exp: Likewise.
910
911 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * gdb.reverse/break-precsave.exp: Make test names unique.
914 * gdb.reverse/break-reverse.exp: Likewise.
915 * gdb.reverse/finish-precsave.exp: Likewise.
916 * gdb.reverse/finish-reverse.exp: Likewise.
917 * gdb.reverse/machinestate-precsave.exp: Likewise.
918 * gdb.reverse/machinestate.exp: Likewise.
919 * gdb.reverse/readv-reverse.exp: Likewise.
920 * gdb.reverse/recvmsg-reverse.exp: Likewise.
921 * gdb.reverse/sigall-precsave.exp: Likewise.
922 * gdb.reverse/sigall-reverse.exp: Likewise.
923 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
924 * gdb.reverse/watch-precsave.exp: Likewise.
925 * gdb.reverse/watch-reverse.exp: Likewise.
926
927 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
928
929 * gdb.threads/stop-with-handle.c: New file.
930 * gdb.threads/stop-with-handle.exp: New file.
931
932 2019-10-03 Tom de Vries <tdevries@suse.de>
933
934 PR testsuite/25059
935 * gdb.base/list-missing-source.exp: Allowing the "Compilation
936 directory" line to be missing.
937
938 2019-10-03 Tom de Vries <tdevries@suse.de>
939
940 PR testsuite/25059
941 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
942 type optional.
943
944 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
945
946 * gdb.python/py-format-string.c (string.h): New include.
947 (main): Fill a_struct_with_union.the_union.an_int with bytes of
948 the same value, for endianness-independence.
949 * gdb.python/py-format-string.exp (default_regexp_dict)
950 (test_pretty_structs, test_format): Adjust expected output to the
951 changed initialization.
952
953 2019-10-02 Tom Tromey <tromey@adacore.com>
954
955 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
956
957 2019-10-02 Pedro Alves <palves@redhat.com>
958 Andrew Burgess <andrew.burgess@embecosm.com>
959
960 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
961 "print-file-var.h".
962 (this_version_id) Use ATTRIBUTE_VISIBILITY.
963 (get_version_1): Print this_version_id and its address.
964 Add extern "C" wrappers around interface functions.
965 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
966 "print-file-var.h".
967 (this_version_id) Use ATTRIBUTE_VISIBILITY.
968 (get_version_2): Print this_version_id and its address.
969 Add extern "C" wrappers around interface functions.
970 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
971 <stddef.h> and "print-file-var.h".
972 Add extern "C" wrappers around interface functions.
973 [VERSION_ID_MAIN] (this_version_id): Define.
974 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
975 * gdb.base/print-file-var.h: Add some #defines to simplify setting
976 up extern "C" blocks.
977 * gdb.base/print-file-var.exp (test): New, factored out from top
978 level.
979 (top level): Test all combinations of attribute hidden or not,
980 dlopen or not, and this_version_id symbol in main file or not.
981 Compile tests as both C++ and C, make test names unique.
982
983 2019-10-01 Tom Tromey <tom@tromey.com>
984
985 * gdb.base/style.exp: Test "show logging filename".
986
987 2019-10-01 Tom Tromey <tom@tromey.com>
988
989 * lib/gdb-utils.exp (style): Handle "metadata" argument.
990 * gdb.base/style.exp: Add metadata style test.
991
992 2019-10-01 Tom Tromey <tom@tromey.com>
993
994 * gdb.base/style.exp: Test "pwd".
995
996 2019-10-01 Tom Tromey <tom@tromey.com>
997
998 * gdb.base/style.exp: Update tests.
999
1000 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1001
1002 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1003 'six' to unsigned.
1004 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1005 'five'. Use an all-ones bit pattern for each.
1006 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1007 to its changed values.
1008
1009 2019-09-30 Tom Tromey <tromey@adacore.com>
1010
1011 * gdb.rust/traits.rs: Disable all warnings.
1012
1013 2019-09-29 Tom de Vries <tdevries@suse.de>
1014
1015 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1016
1017 2019-09-29 Tom de Vries <tdevries@suse.de>
1018
1019 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1020
1021 2019-09-27 Tom de Vries <tdevries@suse.de>
1022
1023 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1024
1025 2019-09-27 Tom de Vries <tdevries@suse.de>
1026
1027 PR record/23188
1028 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1029
1030 2019-09-26 Tom Tromey <tromey@adacore.com>
1031
1032 * gdb.ada/py_taft.exp: New file.
1033 * gdb.ada/py_taft/main.adb: New file.
1034 * gdb.ada/py_taft/pkg.adb: New file.
1035 * gdb.ada/py_taft/pkg.ads: New file.
1036
1037 2019-09-24 Tom de Vries <tdevries@suse.de>
1038
1039 PR gdb/24598
1040 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1041
1042 2019-09-22 Tom de Vries <tdevries@suse.de>
1043
1044 * gdb.base/restore.exp: Allow register variables to be optimized out at
1045 -O0.
1046
1047 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1048
1049 * gdb.arch/spu-info.exp: Remove file.
1050 * gdb.arch/spu-info.c: Remove file.
1051 * gdb.arch/spu-ls.exp: Remove file.
1052 * gdb.arch/spu-ls.c: Remove file.
1053
1054 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1055 * gdb.asm/spu.inc: Remove file.
1056
1057 * gdb.base/dump.exp: Remove support for spu*-*-*.
1058 * gdb.base/stack-checking.exp: Likewise.
1059 * gdb.base/overlays.exp: Likewise.
1060 * gdb.base/ovlymgr.c: Likewise.
1061 * gdb.base/spu.ld: Remove file.
1062
1063 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1064 * gdb.cp/cpexprs.exp: Likewise.
1065 * gdb.cp/exception.exp: Likewise.
1066 * gdb.cp/gdb2495.exp: Likewise.
1067 * gdb.cp/mb-templates.exp: Likewise.
1068 * gdb.cp/pr9167.exp: Likewise.
1069 * gdb.cp/userdef.exp: Likewise.
1070
1071 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1072
1073 * gdb.cell: Remove directory.
1074 * lib/cell.exp: Remove file.
1075
1076 2019-09-19 Tom de Vries <tdevries@suse.de>
1077
1078 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1079
1080 2019-09-19 Tom de Vries <tdevries@suse.de>
1081
1082 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1083
1084 2019-09-19 Tom de Vries <tdevries@suse.de>
1085
1086 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1087 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1088 (gdb_target_cmd): ... here.
1089 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1090 value 2.
1091
1092 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1093
1094 * gdb.base/source-dir.exp: Avoid having directory names in test
1095 names.
1096
1097 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1100 directory.
1101
1102 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * gdb.base/list-missing-source.exp: New file.
1105
1106 2019-09-14 Tom de Vries <tdevries@suse.de>
1107
1108 PR teststuite/24599
1109 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1110 * lib/ada.exp (gnatmake_version_at_least): New proc.
1111
1112 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1113
1114 * gdb.base/maint.exp: Use exec_has_index_section.
1115
1116 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.base/maint.exp: Add test for 'maint info sections'.
1119
1120 2019-09-12 Tom de Vries <tdevries@suse.de>
1121
1122 * gdb.base/store.exp: Allow register variables to be optimized out at
1123 -O0.
1124
1125 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1126
1127 * gdb.ada/rdv_wait.exp: Update to new task names.
1128 * gdb.base/task_switch_in_core.exp: Likewise.
1129 * gdb.base/info_sources_base.c: Likewise.
1130
1131 2019-09-10 Tom Tromey <tromey@adacore.com>
1132
1133 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1134
1135 2019-09-10 Tom Tromey <tromey@adacore.com>
1136
1137 * gdb.ada/dgopt.exp: New file.
1138 * gdb.ada/dgopt/x.adb: New file.
1139
1140 2019-09-08 Tom Tromey <tom@tromey.com>
1141
1142 * gdb.tui/resize.exp: Remove setup_xfail.
1143 * gdb.tui/regs.exp: Remove setup_xfail.
1144 * gdb.tui/basic.exp: Remove setup_xfail.
1145
1146 2019-09-06 David Blaikie <dblaikie@gmail.com>
1147
1148 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1149 * gdb.cp/cplabel.exp: Ditto.
1150 * gdb.linespec/ls-errs.exp: Ditto.
1151
1152 2019-09-05 Tom de Vries <tdevries@suse.de>
1153
1154 * lib/gdb.exp (cmp_file_string): New proc.
1155 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1156 runto_main. Verify save breakpoints output.
1157
1158 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1159
1160 * gdb.base/info-var.exp: Test info variables without running
1161 to main, to avoid expect's buffer overflow.
1162
1163 2019-09-03 Tom Tromey <tromey@adacore.com>
1164
1165 * gdb.ada/bias.exp: New file.
1166 * gdb.ada/bias/bias.adb: New file.
1167 * gdb.ada/print_chars.exp: Add regression test.
1168 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1169 (MC): New variable.
1170
1171 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1172
1173 * gdb.base/argv0-symlink.exp: Run only on native target
1174 and local host.
1175
1176 2019-08-29 Tom de Vries <tdevries@suse.de>
1177
1178 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1179 diverse debug info.
1180 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1181
1182 2019-08-28 Tom de Vries <tdevries@suse.de>
1183
1184 * gdb.base/info-var.exp: Allow info variables to print info for files
1185 other than info-var-f1.c and info-var-f2.c.
1186
1187 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1188
1189 * gdb.fortran/info-types.exp: Add module.
1190 * gdb.fortran/info-types.f90: Update expected results.
1191
1192 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1193
1194 * gdb.fortran/info-types.exp: New file.
1195 * gdb.fortran/info-types.f90: New file.
1196 * lib/fortran.exp (fortran_character1): New proc.
1197
1198 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1199
1200 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1201 functions'. Reindent as needed.
1202 * gdb.base/info-var-f1.c: New file.
1203 * gdb.base/info-var-f2.c: New file.
1204 * gdb.base/info-var.exp: New file.
1205 * gdb.base/info-var.h: New file.
1206
1207 2019-08-26 Tom de Vries <tdevries@suse.de>
1208
1209 PR c++/24852
1210 * gdb.cp/no-libstdcxx-probe.exp: New test.
1211
1212 2019-08-26 Tom de Vries <tdevries@suse.de>
1213
1214 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1215 * tests need to be skipped.
1216 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1217 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1218 mi_skip_libstdcxx_probe_tests.
1219
1220 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1221
1222 * gdb.python/py-xmethods.exp: Use raw strings when passing
1223 arguments to SimpleXMethodMatcher.
1224
1225 2019-08-22 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1228 more informative.
1229
1230 2019-08-21 Pedro Alves <palves@redhat.com>
1231
1232 * gdb.base/with.exp: Test "with" with no arguments.
1233
1234 2019-08-21 Tom de Vries <tdevries@suse.de>
1235
1236 * gdb.base/gdb-caching-proc.exp: Sort files.
1237
1238 2019-08-20 Tom de Vries <tdevries@suse.de>
1239
1240 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1241 compilation.
1242
1243 2019-08-16 Tom de Vries <tdevries@suse.de>
1244
1245 * gdb.base/compare-sections.exp ("after run to main"): Allow
1246 mismatched read-only sections for PIE executables.
1247
1248 2019-08-16 Tom Tromey <tom@tromey.com>
1249
1250 * lib/tuiterm.exp (_csi_Z): New proc.
1251 * gdb.tui/basic.exp: Update window positions.
1252 * gdb.tui/empty.exp: Update window positions.
1253
1254 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1255
1256 * gdb.base/examine-backward.exp: Correct regexp for
1257 "examine 3 bytes backward from ${address_zero}".
1258
1259 2019-08-15 Tom Tromey <tom@tromey.com>
1260
1261 * gdb.tui/empty.exp: Enable resizing tests.
1262
1263 2019-08-15 Tom Tromey <tromey@adacore.com>
1264
1265 * gdb.ada/char_enum.exp: Add regression tests.
1266 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1267 and '0'.
1268 (Char, Gchar): Update.
1269 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1270
1271 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1272
1273 * gdb.python/python.exp: Expect a leading underscore on
1274 GdbOutput{,Error}File.
1275
1276 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1277
1278 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1279 Windows host.
1280
1281 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1282
1283 * gdb.base/batch-preserve-term-settings.exp
1284 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1285
1286 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1287
1288 * lib/gdb.exp: When running on a mingw target, replace
1289 /x/ with x:/.
1290
1291 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1292
1293 * gdb.arch/aarch64-prologue.c: New test.
1294 * gdb.arch/aarch64-prologue.exp: New file.
1295
1296 2019-08-13 Tom de Vries <tdevries@suse.de>
1297
1298 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1299 Thread.
1300
1301 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1302
1303 * gdb.python/py-completion.exp: Download the .py file to the host
1304 and use its host pathname. Conditionalize tests that use
1305 tab completion and manipulate files on the build machine.
1306 * gdb.python/py-events.exp: Download the .py file to the host
1307 and use its host pathname.
1308 * gdb.python/py-evsignal.exp: Likewise.
1309 * gdb.python/py-evthreads.exp: Likewise.
1310 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1311 pathname syntax.
1312 * gdb.python/py-framefilter.exp: Download the .py file to the right
1313 place on the host. Match Windows pathname syntax.
1314 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1315 .py file to the host and use its host pathname.
1316 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1317 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1318 build pathname. Skip symlink test on Windows host. Add missing
1319 newline at end of file.
1320 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1321 and use its host pathname.
1322 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1323 * gdb.python/py-section-script.exp: Use host location of binfile
1324 on safe-path. Use correct path separator on Windows host.
1325 Reorder alternatives in gdb_test_multiple to prevent matching
1326 the wrong alternative on success.
1327 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1328
1329 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1330
1331 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1332 expect the GDB inferior to no longer immediately stop after
1333 being resumed with "signal SIGINT".
1334
1335 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1336
1337 * gdb.linespec/break-ask.exp: Generalize regexps to match
1338 Windows pathnames too.
1339
1340 2019-08-08 Tom de Vries <tdevries@suse.de>
1341
1342 PR testsuite/24862
1343 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1344
1345 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1346
1347 * gdb.base/style.exp: Update tests for help doc new invariants.
1348 * gdb.base/help.exp: Likewise.
1349
1350 2019-08-06 Tom Tromey <tom@tromey.com>
1351
1352 * gdb.base/style.exp: Add disassemble test.
1353 * gdb.base/style.c (some_called_function): New function.
1354 (main): Use it.
1355
1356 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1357
1358 * gdb.python/py-block.exp: Test dictionary access on blocks.
1359
1360 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1361
1362 PR gdb/24863
1363 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1364 -list-thread-groups --available test when running under
1365 check-read1.
1366
1367 2019-08-05 Tom de Vries <tdevries@suse.de>
1368
1369 PR testsuite/24863
1370 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1371 * gdb.base/help.exp: Use with_read1_timeout_factor.
1372 * gdb.base/info-macros.exp: Same.
1373 * gdb.cp/nested-types.exp: Same.
1374
1375 2019-08-05 Tom de Vries <tdevries@suse.de>
1376
1377 * lib/gdb.exp (version_at_least): Factor out of ...
1378 (tcl_version_at_least): ... here.
1379 (gdb_compile): Fail if pie results in non-PIE executable.
1380 (readelf_version, readelf_prints_pie): New proc.
1381 (exec_is_pie): Return -1 if unknown.
1382
1383 2019-08-05 Tom de Vries <tdevries@suse.de>
1384
1385 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1386
1387 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1388
1389 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1390
1391 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1392
1393 * lib/completion-support.exp (test_gdb_complete_none): Skip
1394 tab completion tests if no readline support.
1395 (test_gdb_complete_unique_re): Likewise.
1396 (test_gdb_complete_multiple): Likewise.
1397
1398 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1399
1400 * gdb.base/info_sources.exp: New file.
1401 * gdb.base/info_sources.c: New file.
1402 * gdb.base/info_sources_base.c: New file.
1403
1404 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1405
1406 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1407 prefix argument.
1408 (test_exit_status): Add prefix argument.
1409
1410 2019-08-01 Tom de Vries <tdevries@suse.de>
1411
1412 PR testsuite/24863
1413 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1414 calling exp_continue for new thread and thread exited messages.
1415
1416 2019-08-01 Tom de Vries <tdevries@suse.de>
1417
1418 PR testsuite/24863
1419 * gdb.base/structs.exp: Fix check-read1 timeout using
1420 gdb_test_sequence.
1421 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1422
1423 2019-08-01 Tom de Vries <tdevries@suse.de>
1424
1425 PR testsuite/24863
1426 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1427 line.
1428
1429 2019-08-01 Tom de Vries <tdevries@suse.de>
1430
1431 PR testsuite/24863
1432 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1433
1434 2019-07-30 Tom Tromey <tromey@adacore.com>
1435
1436 * gdb.ada/display_nested.exp: New file.
1437 * gdb.ada/display_nested/foo.adb: New file.
1438 * gdb.ada/display_nested/pack.adb: New file.
1439 * gdb.ada/display_nested/pack.ads: New file.
1440
1441 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1442
1443 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1444 namespace.
1445 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1446
1447 2019-07-30 Tom de Vries <tdevries@suse.de>
1448
1449 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1450 instead.
1451
1452 2019-07-30 Tom de Vries <tdevries@suse.de>
1453
1454 PR testsuite/24834
1455 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1456 (exec_is_pie): New proc.
1457
1458 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1459
1460 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1461
1462 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1463
1464 * gdb.python/py-objfile.c: Add global and static vars.
1465 * gdb.python/py-objfile.exp: Test new functions Objfile.
1466 lookup_global_symbol and lookup_static_symbol.
1467
1468 2019-07-29 Tom Tromey <tom@tromey.com>
1469
1470 * lib/tuiterm.exp (Term::_csi_@): New proc.
1471 (Term::_csi_X): Don't move cursor.
1472
1473 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1474
1475 * gdb.base/options.exp: Update backtrace - completion to
1476 new option -frame-info.
1477 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1478 Test new 'set print frame-info'. Test backtrace -frame-info
1479 overriding 'set print frame-info'.
1480 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1481 Test new 'set print frame-info'.
1482 Verify consistency of backtrace with and without filters, with and
1483 without -no-filters.
1484 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1485 default.
1486
1487 2019-07-29 Tom de Vries <tdevries@suse.de>
1488
1489 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1490 no arguments".
1491
1492 2019-07-29 Tom de Vries <tdevries@suse.de>
1493
1494 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1495 is a substring of the first for "complete non-unique file name".
1496
1497 2019-07-29 Tom de Vries <tdevries@suse.de>
1498
1499 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1500 with ".*".
1501
1502 2019-07-29 Tom de Vries <tdevries@suse.de>
1503
1504 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1505 Pass prompt_regexp parameter to gdb_test_multiple calls.
1506
1507 2019-07-29 Tom de Vries <tdevries@suse.de>
1508
1509 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1510 print registers" regexps.
1511
1512 2019-07-29 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1515
1516 2019-07-29 Tom de Vries <tdevries@suse.de>
1517
1518 PR gdb/24855
1519 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1520 (skip_python_tests_prompt): Add prompt_regexp argument to
1521 gdb_test_multiple calls.
1522
1523 2019-07-27 Tom Tromey <tom@tromey.com>
1524
1525 * gdb.tui/main.exp: New file.
1526
1527 2019-07-27 Tom Tromey <tom@tromey.com>
1528
1529 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1530 optional.
1531 * gdb.tui/empty.exp: New file.
1532
1533 2019-07-27 Tom Tromey <tom@tromey.com>
1534
1535 * lib/tuiterm.exp (spawn): New proc.
1536 (Term::resize): New proc.
1537 * gdb.tui/resize.exp: New file.
1538
1539 2019-07-27 Tom Tromey <tom@tromey.com>
1540
1541 * gdb.tui/list.exp: New file.
1542
1543 2019-07-27 Tom Tromey <tom@tromey.com>
1544
1545 * gdb.tui/regs.exp: New file.
1546
1547 2019-07-27 Tom Tromey <tom@tromey.com>
1548
1549 * gdb.tui/basic.exp: Add "layout split" test.
1550
1551 2019-07-27 Tom Tromey <tom@tromey.com>
1552
1553 * gdb.tui/basic.exp: Add "layout asm" test.
1554
1555 2019-07-27 Tom Tromey <tom@tromey.com>
1556
1557 * lib/tuiterm.exp: New file.
1558 * gdb.tui/basic.exp: New file.
1559
1560 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1561
1562 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1563 Enable tests associated with this flag. Adjust regex
1564 referencing "foo_low" to now refer to "foo_cold" instead.
1565
1566 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1567
1568 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1569 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1570 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1571 foo_cold. Revise comments to match.
1572 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1573 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1574 were wrapped into this proc; Call do_test in loop from outermost
1575 level.
1576 (foo_low): Rename all occurrences to "foo_cold".
1577 (backtrace from baz): New test.
1578 (x2/i foo_cold): New test.
1579 (info line *foo_cold): New test.
1580
1581 2019-07-26 Tom de Vries <tdevries@suse.de>
1582
1583 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1584
1585 2019-07-25 Tom de Vries <tdevries@suse.de>
1586
1587 PR testsuite/24830
1588 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1589 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1590 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1591 (skip_libstdcxx_probe_tests): ... here.
1592 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1593
1594 2019-07-24 Tom de Vries <tdevries@suse.de>
1595
1596 PR testsuite/24807
1597 * gdb.objc/basicclass.m: Include stdio.h.
1598 * gdb.objc/nondebug.m: Same.
1599 * gdb.objc/objcdecode.m: Same.
1600
1601 2019-07-24 Tom de Vries <tdevries@suse.de>
1602
1603 PR testsuite/24612
1604 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1605 additional_flags.
1606
1607 2019-07-24 Tom de Vries <tdevries@suse.de>
1608
1609 PR testsuite/24831
1610 * gdb.multi/tids.exp: Update error messages for info threads.
1611
1612 2019-07-24 Tom de Vries <tdevries@suse.de>
1613
1614 * gdb.base/info-types.exp: Allow info types to print info for more than
1615 one file.
1616
1617 2019-07-23 Tom de Vries <tdevries@suse.de>
1618
1619 PR testsuite/24842
1620 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1621 gdb_spawn_with_cmdline_opts.
1622
1623 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1624
1625 * gdb.arch/arm-cmse-sgstubs.c: New test.
1626 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1627
1628 2019-07-23 Tom de Vries <tdevries@suse.de>
1629
1630 PR testsuite/24711
1631 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1632 issuing next command.
1633
1634 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1635
1636 * gdb.ada/info_auto_lang.exp: Update expected results.
1637 * gdb.base/info-types.c: Add additional types to check.
1638 * gdb.base/info-types.exp: Update expected results.
1639
1640 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1641
1642 * gdb.base/info-types.c: New file.
1643 * gdb.base/info-types.exp: New file.
1644
1645 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1646
1647 * gdb.arch/riscv-bp-infcall.c: New file.
1648 * gdb.arch/riscv-bp-infcall.exp: New file.
1649
1650 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1651
1652 PR breakpoints/24541
1653 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1654
1655 2019-07-14 Tom de Vries <tdevries@suse.de>
1656
1657 PR testsuite/24760
1658 * gdb.objc/basicclass.exp: Fix unterminated string.
1659
1660 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1661 Andrew Burgess <andrew.burgess@embecosm.com>
1662
1663 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1664 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1665 negative bounds.
1666 * gdb.fortran/vla-value.exp: Print elements of an array with
1667 negative bounds.
1668 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1669 testing.
1670
1671 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1672
1673 * gdb.base/options.exp (expect_string): Dequote strings in
1674 results.
1675 (test-string): Test strings with different quoting and reindent.
1676
1677 2019-07-10 Tom Tromey <tromey@adacore.com>
1678
1679 * gdb.ada/mi_ex_cond.exp: Update expected results.
1680 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1681 * gdb.ada/mi_catch_ex.exp: Update expected results.
1682 * gdb.ada/mi_catch_assert.exp: Update expected results.
1683 * gdb.ada/catch_ex.exp (catch_exception_info)
1684 (catch_exception_entry, catch_assert_entry)
1685 (catch_unhandled_entry): Update.
1686 * gdb.ada/catch_assert_if.exp: Update expected results.
1687
1688 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1689 Stephen Roberts <stephen.roberts@arm.com>
1690
1691 * gdb.base/define.exp: Restore original prompt.
1692
1693 2019-07-09 Pedro Alves <palves@redhat.com>
1694
1695 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1696 breakpoints" output.
1697 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1698 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1699 throw" creates breakpoint.
1700 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1701 'type="catchpoint"'.
1702
1703 2019-07-09 Pedro Alves <palves@redhat.com>
1704
1705 PR c++/15468
1706 * gdb.cp/except-multi-location-lib.cc: New.
1707 * gdb.cp/except-multi-location-main.cc: New.
1708 * gdb.cp/except-multi-location.exp: New.
1709
1710 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1711
1712 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1713 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1714 argument and update callers.
1715
1716 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 * gdb.arch/amd64-break-on-asm-line.S: New file.
1719 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1720
1721 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1722
1723 * gdb.base/printcmds.exp: Test printing C string and
1724 C wide string convenience vars without transiting via the inferior.
1725 Also make test names unique.
1726
1727 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1728
1729 PR breakpoints/25011
1730 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1731
1732 2019-07-04 Pedro Alves <palves@redhat.com>
1733
1734 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1735 body returned ok(0), break(3) or continue(4).
1736 * gdb.testsuite/foreach_with_prefix.exp: New file.
1737
1738 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1739
1740 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1741
1742 2019-07-03 Pedro Alves <palves@redhat.com>
1743
1744 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1745 "return -code".
1746
1747 2019-07-03 Pedro Alves <palves@redhat.com>
1748
1749 PR cli/24732
1750 * gdb.base/shell.exp: Load completion-support.exp.
1751 Adjust expected error output. Add completion tests.
1752
1753 2019-07-03 Pedro Alves <palves@redhat.com>
1754
1755 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1756 string_to_regexp.
1757
1758 2019-07-03 Pedro Alves <palves@redhat.com>
1759
1760 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1761 (expect_integer): Adjust to expect "-string".
1762 (expect_string): New.
1763 (all_options): Expect "-string".
1764 (test-flag, test-boolean): Adjust to expect "-string".
1765 (test-string): New proc.
1766 (top level): Call it.
1767
1768 2019-07-03 Pedro Alves <palves@redhat.com>
1769
1770 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1771 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1772 the expected output in the success.
1773
1774 2019-07-03 Pedro Alves <palves@redhat.com>
1775
1776 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1777 Split one gdb_test_multiple call in two to avoid a race.
1778
1779 2019-07-03 Pedro Alves <palves@redhat.com>
1780
1781 * gdb.base/with.c: New file.
1782 * gdb.base/with.exp: New file.
1783
1784 2019-07-03 Pedro Alves <palves@redhat.com>
1785
1786 * gdb.base/settings.exp: Replace all references to "maint
1787 test-settings set" with references to "maint set test-settings",
1788 and all references to "maint test-settings show" with references
1789 to "maint show test-settings".
1790
1791 2019-07-03 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.base/settings.exp (test-string): Adjust expected out when
1794 testing "maint test-settings show filename"
1795
1796 2019-07-02 Pedro Alves <palves@redhat.com>
1797
1798 * gdb.base/options.exp (test-info-threads): New procedure.
1799 (top level): Call it.
1800
1801 2019-06-28 Tom Tromey <tromey@adacore.com>
1802
1803 * gdb.dwarf2/ada-linkage-name.c: New file.
1804 * gdb.dwarf2/ada-linkage-name.exp: New file.
1805
1806 2019-06-27 Tom Tromey <tromey@adacore.com>
1807
1808 PR c++/20020:
1809 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1810
1811 2019-06-26 Tom de Vries <tdevries@suse.de>
1812
1813 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1814
1815 2019-06-26 Tom de Vries <tdevries@suse.de>
1816
1817 * gdb.base/index-cache.exp: Add back missing debug option.
1818
1819 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1820
1821 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1822
1823 2019-06-25 Tom de Vries <tdevries@suse.de>
1824
1825 PR testsuite/24727
1826 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1827
1828 2019-06-24 Tom de Vries <tdevries@suse.de>
1829
1830 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1831
1832 2019-06-24 Tom de Vries <tdevries@suse.de>
1833
1834 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1835 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1836 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1837
1838 2019-06-24 Tom de Vries <tdevries@suse.de>
1839
1840 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1841
1842 2019-06-21 Tom de Vries <tdevries@suse.de>
1843
1844 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1845
1846 2019-06-21 Tom de Vries <tdevries@suse.de>
1847
1848 PR testsuite/24518
1849 PR ada/24713
1850 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1851 index.
1852
1853 2019-06-19 Tom Tromey <tromey@adacore.com>
1854
1855 * gdb.ada/length_cond.exp: Add intro comment.
1856
1857 2019-06-19 Tom Tromey <tromey@adacore.com>
1858
1859 * gdb.ada/length_cond.exp: New file.
1860 * gdb.ada/length_cond/length_cond.adb: New file.
1861 * gdb.ada/length_cond/pck.adb: New file.
1862 * gdb.ada/length_cond/pck.ads: New file.
1863
1864 2019-06-18 Tom de Vries <tdevries@suse.de>
1865
1866 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1867
1868 2019-06-18 Tom Tromey <tromey@adacore.com>
1869
1870 * gdb.base/list0.h: Add comment explaining control character.
1871
1872 2019-06-18 Tom de Vries <tdevries@suse.de>
1873
1874 * boards/fission.exp: Break up long debug_flags line.
1875
1876 2019-06-16 Tom de Vries <tdevries@suse.de>
1877
1878 PR gdb/24445
1879 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1880 generated index.
1881
1882 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1883
1884 PR gdb/24686
1885 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1886 improve detection of bug gdb/24541.
1887
1888 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1889
1890 PR gdb/24669
1891 * gdb.base/index-cache.exp (uses_readnow,
1892 expecting_index_cache_use): Define global variable.
1893 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1894 expecting_index_cache_use.
1895
1896 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1897 Andrew Burgess <andrew.burgess@embecosm.com>
1898
1899 * gdb.fortran/pointers.f90: New file.
1900 * gdb.fortran/print_type.exp: New file.
1901 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1902 * gdb.fortran/vla-type.exp: Likewise.
1903 * gdb.fortran/vla-value.exp: Likewise.
1904 * gdb.mi/mi-vla-fortran.exp: Likewise.
1905
1906 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1907
1908 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1909 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1910 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1911 as a stop reason.
1912
1913 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1914
1915 * gdb.base/annota1.exp: Update expected results.
1916 * gdb.cp/annota2.exp: Likewise.
1917 * gdb.cp/annota3.exp: Likewise.
1918
1919 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1920
1921 * gdb.base/style-logging.exp: Remove path from test name.
1922
1923 2019-06-14 Tom Tromey <tromey@adacore.com>
1924
1925 PR gdb/24502:
1926 * gdb.base/style-logging.exp: New file.
1927
1928 2019-06-14 Tom Tromey <tromey@adacore.com>
1929
1930 * gdb.base/symfile-warn.exp: New file.
1931 * gdb.base/symfile-warn.c: New file.
1932
1933 2019-06-14 Tom Tromey <tromey@adacore.com>
1934
1935 * gdb.base/annotate-symlink.exp: New file.
1936
1937 2019-06-14 Tom Tromey <tromey@adacore.com>
1938
1939 * gdb.ada/set_wstr.exp: Add reassignment test.
1940
1941 2019-06-14 Tom Tromey <tromey@adacore.com>
1942
1943 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1944 'unchecked_access and 'unrestricted_access as well.
1945
1946 2019-06-14 Tom Tromey <tromey@adacore.com>
1947
1948 PR ada/24539:
1949 * gdb.ada/vla.exp: Update tests.
1950 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1951 pragma.
1952
1953 2019-06-13 Pedro Alves <palves@redhat.com>
1954
1955 * gdb.base/settings.exp (test-integer): Test junk after
1956 "unlimited".
1957
1958 2019-06-13 Pedro Alves <palves@redhat.com>
1959
1960 * gdb.base/options.exp (test-thread-apply): New.
1961 (top level): Call it.
1962
1963 2019-06-13 Pedro Alves <palves@redhat.com>
1964
1965 * gdb.base/options.exp (test-frame-apply): New.
1966 (top level): Test print commands with different "frame apply"
1967 prefixes.
1968
1969 2019-06-13 Pedro Alves <palves@redhat.com>
1970
1971 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1972 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1973 'max_completions' parameter and handle it.
1974 (test_gdb_completion_offers_commands): New.
1975
1976 2019-06-13 Pedro Alves <palves@redhat.com>
1977
1978 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1979
1980 2019-06-13 Pedro Alves <palves@redhat.com>
1981
1982 * gdb.base/options.exp (test-backtrace): New.
1983 (top level): Call it.
1984
1985 2019-06-13 Pedro Alves <palves@redhat.com>
1986
1987 * gdb.guile/scm-frame-args.exp: Use "set print
1988 raw-frame-arguments" instead of "set print raw frame-arguments".
1989 * gdb.python/py-frame-args.exp: Likewise.
1990
1991 2019-06-13 Pedro Alves <palves@redhat.com>
1992
1993 * gdb.compile/compile.exp: Adjust expected output to option
1994 processing changes.
1995
1996 2019-06-13 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.base/options.exp: Build executable.
1999 (test-print): New procedure.
2000 (top level): Call it, once for "print" and another for "compile
2001 print".
2002
2003 2019-06-13 Pedro Alves <palves@redhat.com>
2004
2005 * gdb.base/options.c: New file.
2006 * gdb.base/options.exp: New file.
2007
2008 2019-06-13 Pedro Alves <palves@redhat.com>
2009
2010 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2011 that "o" is ambiguous.
2012
2013 2019-06-13 Pedro Alves <palves@redhat.com>
2014
2015 * gdb.base/settings.c: New file.
2016 * gdb.base/settings.exp: New file.
2017
2018 2019-06-13 Pedro Alves <palves@redhat.com>
2019
2020 * gdb.base/completion.exp: Fix comment typo.
2021
2022 2019-06-13 Pedro Alves <palves@redhat.com>
2023
2024 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2025 foo --1" test.
2026
2027 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2028
2029 * gdb.fortran/block-data.f: New.
2030 * gdb.fortran/block-data.exp: New.
2031
2032 2019-06-11 Tom de Vries <tdevries@suse.de>
2033
2034 PR testsuite/24521
2035 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2036 message.
2037
2038 2019-06-11 Tom de Vries <tdevries@suse.de>
2039
2040 PR testsuite/24521
2041 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2042
2043 2019-06-11 Tom de Vries <tdevries@suse.de>
2044
2045 * boards/readnow.exp: New file.
2046
2047 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2048
2049 * gdb.fortran/vla-sizeof.exp: Update expected results.
2050
2051 2019-06-06 Amos Bird <amosbird@gmail.com>
2052
2053 * gdb.base/annota1.exp (thread_switch): Add test for
2054 thread-exited annotation.
2055
2056 2019-06-06 Tom Tromey <tromey@adacore.com>
2057
2058 * gdb.base/maint.exp: Expect command started/finished output.
2059
2060 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2061
2062 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2063 comment.
2064 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2065
2066 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2067
2068 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2069 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2070 * gdb.arch/riscv-unwind-long-insn.c: New file.
2071 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2072
2073 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2074
2075 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2076
2077 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2078
2079 * lib/gdb.exp (help_list_trailer): New regexp variable
2080 factorizing the help trailer message.
2081 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2082 arg to allow to better factorize various tests.
2083 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2084 (test_prefix_command_help): Use help_list_trailer.
2085 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2086 * gdb.guile/scm-cmd.exp: Likewise.
2087 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2088 * gdb.base/help.exp: Use test_user_defined_class_help.
2089 * gdb.base/style.exp: Add tests for styling of help and apropos.
2090 * lib/gdb-utils.exp (style): Add title and highlight styles.
2091
2092 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2093
2094 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2095 $_shell_exitsignal.
2096 * gdb.base/default.exp: Update for new convenience variables.
2097
2098 2019-05-29 Tom Tromey <tromey@adacore.com>
2099
2100 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2101 to "break complete ada" test case's regexp.
2102
2103 2019-05-29 Tom Tromey <tromey@adacore.com>
2104
2105 PR c++/20020:
2106 * gdb.cp/constexpr-field.exp: New file.
2107 * gdb.cp/constexpr-field.cc: New file.
2108
2109 2019-05-29 Tom Tromey <tromey@adacore.com>
2110
2111 * gdb.base/finish.exp (finish_no_print): New proc.
2112 (finish_tests): Call it.
2113
2114 2019-05-24 Tom de Vries <tdevries@suse.de>
2115
2116 * gdb.dwarf2/gdb-add-index.exp: New file.
2117
2118 2019-05-22 Tom Tromey <tromey@adacore.com>
2119
2120 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2121 * gdb.base/style.exp: Use "style".
2122 * lib/gdb-utils.exp (style): New proc.
2123
2124 2019-05-22 Tom de Vries <tdevries@suse.de>
2125
2126 * gdb.base/align.exp: Require c++11.
2127
2128 2019-05-22 Tom de Vries <tdevries@suse.de>
2129
2130 PR testsuite/24586
2131 * gdb.python/py-mi-var-info-path-expression.exp: Call
2132 mi_skip_python_tests to check if python is supported.
2133
2134 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2135
2136 * gdb.arch/aarch64-pauth.c: New test.
2137 * gdb.arch/aarch64-pauth.exp: New file.
2138
2139 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2140
2141 * README (Re-running Tests Outside The Testsuite): New section.
2142
2143 2019-05-21 Tom de Vries <tdevries@suse.de>
2144
2145 * gdb.arch/amd64-eval.exp: Require c++11.
2146 * gdb.base/max-depth.exp: Same.
2147 * gdb.compile/compile-cplus-array-decay.exp: Same.
2148 * gdb.cp/meth-typedefs.exp: Same.
2149 * gdb.cp/subtypes.exp: Same.
2150 * gdb.cp/temargs.exp: Same.
2151
2152 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2153
2154 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2155
2156 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2157
2158 PR gdb/18644
2159 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2160 * gdb.fortran/printing-types.exp: Add new test.
2161 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2162 testing.
2163 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2164 setup_kfail call.
2165
2166 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2167
2168 * README (Running the Testsuite): Change example.
2169 (Testsuite Parameters): Remove TRANSCRIPT.
2170 * lib/gdb.exp: Remove TRANSCRIPT check.
2171
2172 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2173
2174 * README (Testsuite Parameters): Add replay logging to
2175 GDBSERVER_DEBUG.
2176 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2177 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2178 as a comma separated list.
2179 (gdb_debug_init): Override procedure.
2180
2181 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2182
2183 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2184 (gdb_write_cmd_file): New procedure.
2185 * lib/gdbserver-support.exp (gdbserver_start): Call
2186 gdbserver_write_cmd_file.
2187 (gdbserver_write_cmd_file): New procedure.
2188
2189 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2190
2191 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2192 (delete_breakpoints): Likewise.
2193 (gdb_run_cmd): Likewise.
2194 (gdb_start_cmd): Likewise.
2195 (gdb_starti_cmd): Likewise.
2196 (gdb_internal_error_resync): Likewise.
2197 (gdb_test_multiple): Likewise.
2198 (gdb_reinitialize_dir): Likewise.
2199 (default_gdb_exit): Likewise.
2200 (gdb_file_cmd): Mark kill as optional.
2201 (default_gdb_start): Call gdb_stdin_log_init.
2202 (send_gdb): Call gdb_stdin_log_write.
2203 (rerun_to_main): Mark Y as an answer.
2204 (gdb_stdin_log_init): New function.
2205 (gdb_stdin_log_write): Likewise.
2206
2207 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2208
2209 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2210 * gdb.base/debug-expr.exp: Likewise.
2211 * gdb.base/foll-fork.exp: Likewise.
2212 * gdb.base/foll-vfork.exp: Likewise.
2213 * gdb.base/fork-print-inferior-events.exp: Likewise.
2214 * gdb.base/gdb-sigterm.exp: Likewise.
2215 * gdb.base/gdbinit-history.exp: Likewise.
2216 * gdb.base/osabi.exp: Likewise.
2217 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2218 * gdb.base/ui-redirect.exp: Likewise.
2219 * gdb.gdb/unittest.exp: Likewise.
2220 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2221 * gdb.mi/mi-watch.exp: Likewise.
2222 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2223 * gdb.mi/user-selected-context-sync.exp: Likewise.
2224 * gdb.python/python.exp: Disable debug test when debugging.
2225 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2226 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2227 Likewise.
2228 * gdb.threads/stepi-random-signal.exp: Likewise.
2229
2230 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2231
2232 * Makefile.in: Pass through GDB_DEBUG.
2233 * README (Testsuite Parameters): Add GDB_DEBUG.
2234 (gdb,debug): Add board setting.
2235 * lib/gdb.exp (default_gdb_start): Start debugging.
2236 (gdb_debug_enabled): New procedure.
2237 (gdb_debug_init): Likewise.
2238
2239 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2240
2241 * Makefile.in: Pass through GDB_DEBUG.
2242 * README (Testsuite Parameters): Add GDB_DEBUG.
2243 (gdb,debug): Add board setting.
2244 * lib/gdb.exp (default_gdb_start): Start debugging.
2245 (gdb_debug_enabled): New procedure.
2246 (gdb_debug_init): Likewise.
2247
2248 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2249
2250 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2251
2252 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2253
2254 * gdb.base/ui-redirect.exp: Test redirection.
2255
2256 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2257
2258 * gdb.mi/mi-complete.exp: New file.
2259 * gdb.mi/mi-complete.cc: Likewise.
2260
2261 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2262
2263 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2264 indexed and sliced arrays, and pointers to arrays.
2265
2266 2019-05-14 Tom Tromey <tromey@adacore.com>
2267
2268 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2269 styling test.
2270
2271 2019-05-14 Tom de Vries <tdevries@suse.de>
2272
2273 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2274 selection entry encoding.
2275
2276 2019-05-10 Tom Tromey <tromey@adacore.com>
2277
2278 * gdb.ada/info_exc.exp: Add "complete" test.
2279
2280 2019-05-09 Tom de Vries <tdevries@suse.de>
2281
2282 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2283 CU-relative.
2284
2285 2019-05-09 Tom de Vries <tdevries@suse.de>
2286
2287 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2288 CU-relative.
2289
2290 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2291
2292 * gdb.ada/frame_arg_lang.exp: New testcase.
2293 * gdb.ada/frame_arg_lang/bla.adb: New file.
2294 * gdb.ada/frame_arg_lang/pck.ads: New file.
2295 * gdb.ada/frame_arg_lang/pck.adb: New file.
2296 * gdb.ada/frame_arg_lang/foo.c: New file.
2297
2298 2019-05-08 Tom Tromey <tromey@adacore.com>
2299
2300 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2301
2302 2019-05-08 Tom Tromey <tromey@adacore.com>
2303
2304 * gdb.base/ptype-offsets.exp: Update tests.
2305
2306 2019-05-08 Tom Tromey <tromey@adacore.com>
2307
2308 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2309 cases.
2310 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2311 "short".
2312
2313 2019-05-08 Tom Tromey <tromey@adacore.com>
2314
2315 * gdb.ada/vla.exp: New file.
2316 * gdb.ada/vla/vla.adb: New file.
2317
2318 2019-05-07 Tom de Vries <tdevries@suse.de>
2319
2320 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2321
2322 2019-05-07 Tom de Vries <tdevries@suse.de>
2323
2324 PR testsuite/24522
2325 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2326 section.
2327
2328 2019-05-07 Tom de Vries <tdevries@suse.de>
2329
2330 PR testsuite/24522
2331 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2332 .debug_aranges section.
2333
2334 2019-05-07 Tom de Vries <tdevries@suse.de>
2335
2336 PR testsuite/24159
2337 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2338
2339 2019-05-06 Tom de Vries <tdevries@suse.de>
2340
2341 * lib/gdb.exp (exec_has_index_section): New proc.
2342 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2343 section.
2344
2345 2019-05-04 Tom de Vries <tdevries@suse.de>
2346
2347 * boards/cc-with-debug-names.exp: New file.
2348
2349 2019-05-03 Tom Tromey <tromey@adacore.com>
2350
2351 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2352 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2353 * gdb.ada/char_enum.exp: Add test.
2354
2355 2019-05-03 Tom de Vries <tdevries@suse.de>
2356
2357 * boards/cc-with-gdb-index.exp: New file.
2358
2359 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2360
2361 * gdb.rust/simple.exp: Add new test case.
2362 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2363 (main): Initialise an instance of the new struct.
2364
2365 2019-05-01 Tom Tromey <tromey@adacore.com>
2366
2367 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2368 record.
2369 (NPR): New variable.
2370 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2371 test.
2372
2373 2019-05-01 Tom Tromey <tromey@adacore.com>
2374
2375 * gdb.ada/packed_array_assign.exp: Add packed assignment
2376 regression test.
2377
2378 2019-05-01 Tom de Vries <tdevries@suse.de>
2379
2380 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2381
2382 2019-05-01 Tom de Vries <tdevries@suse.de>
2383
2384 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2385
2386 2019-04-30 Ali Tamur <tamur@google.com>
2387
2388 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2389
2390 2019-04-30 Tom Tromey <tromey@adacore.com>
2391
2392 * lib/ada.exp (find_ada_tool): New proc.
2393 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2394 * gdb.ada/catch_ex_std.exp: New file.
2395 * gdb.ada/catch_ex_std/foo.adb: New file.
2396 * gdb.ada/catch_ex_std/some_package.adb: New file.
2397 * gdb.ada/catch_ex_std/some_package.ads: New file.
2398
2399 2019-04-30 Tom Tromey <tromey@adacore.com>
2400
2401 PR c++/24470:
2402 * gdb.cp/temargs.cc: Add test code from PR.
2403
2404 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2405
2406 * gdb.fortran/vla-datatypes.exp: Update expected results.
2407 * gdb.fortran/vla-ptype.exp: Likewise.
2408 * gdb.fortran/vla-type.exp: Likewise.
2409 * gdb.fortran/vla-value.exp: Likewise.
2410
2411 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2412
2413 * gdb.fortran/ptr-indentation.exp: Update expected results.
2414 * gdb.fortran/ptype-on-functions.exp: Likewise.
2415 * gdb.fortran/vla-ptr-info.exp: Likewise.
2416 * gdb.fortran/vla-value.exp: Likewise.
2417
2418 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2419
2420 * gdb.fortran/ptype-on-functions.exp: New file.
2421 * gdb.fortran/ptype-on-functions.f90: New file.
2422
2423 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2424
2425 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2426 case void string.
2427
2428 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2429
2430 * gdb.fortran/complex.exp: Expand.
2431 * gdb.fortran/complex.f: Renamed to...
2432 * gdb.fortran/complex.f90: ...this, and extended to add more
2433 complex values.
2434
2435 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2436
2437 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2438 MODULO, CMPLX.
2439
2440 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2441 Richard Bunt <richard.bunt@arm.com>
2442
2443 * gdb.base/max-depth.c: New file.
2444 * gdb.base/max-depth.exp: New file.
2445 * gdb.python/py-nested-maps.c: New file.
2446 * gdb.python/py-nested-maps.exp: New file.
2447 * gdb.python/py-nested-maps.py: New file.
2448 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2449 (test_all_common): Call test_max_depth.
2450 * gdb.fortran/max-depth.exp: New file.
2451 * gdb.fortran/max-depth.f90: New file.
2452 * gdb.go/max-depth.exp: New file.
2453 * gdb.go/max-depth.go: New file.
2454 * gdb.modula2/max-depth.exp: New file.
2455 * gdb.modula2/max-depth.c: New file.
2456 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2457
2458 2019-04-29 Tom de Vries <tdevries@suse.de>
2459
2460 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2461
2462 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2463
2464 * gdb.base/callexit.exp: Test may-call-functions off.
2465
2466 2019-04-25 Keith Seitz <keiths@redhat.com>
2467
2468 PR c++/24367
2469 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2470 (another_incomplete_struct, test_incomplete): New definitions.
2471 (main): Use new definitions.
2472 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2473 functions.
2474
2475 2019-04-25 Ali Tamur <tamur@google.com>
2476
2477 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2478
2479 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2480
2481 PR corefiles/11608
2482 PR corefiles/18187
2483 * gdb.base/coredump-filter-build-id.exp: New file.
2484
2485 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2486
2487 * Makefile.in: Pass through GDBSERVER_DEBUG.
2488 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2489 (gdbserver,debug): Add board setting.
2490 * gdb.trace/tspeed.exp: Skip when debugging.
2491 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2492 * lib/gdbserver-support.exp: Likewise
2493
2494 2019-04-24 Tom Tromey <tromey@adacore.com>
2495
2496 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2497 Rust.
2498
2499 2019-04-24 Tom Tromey <tromey@adacore.com>
2500
2501 * gdb.arch/amd64-eval.exp: Test bitfield return.
2502 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2503 (class Foo) <return_bitfields>: New method.
2504 (main): Call it.
2505
2506 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2507
2508 * gdb.cp/many-args.cc: New file.
2509 * gdb.cp/many-args.exp: New file.
2510
2511 2019-04-23 Tom de Vries <tdevries@suse.de>
2512
2513 PR gdb/24433
2514 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2515
2516 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2517
2518 * gdb.trace/backtrace.exp: Use nopie flag.
2519 * gdb.trace/circ.exp: Likewise.
2520 * gdb.trace/collection.exp: Likewise.
2521 * gdb.trace/ftrace.exp: Likewise.
2522 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2523 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2524 * gdb.trace/qtro.exp: Likewise.
2525 * gdb.trace/read-memory.exp: Likewise.
2526 * gdb.trace/report.exp: Likewise.
2527 * gdb.trace/tfile.exp: Likewise.
2528 * gdb.trace/tfind.exp: Likewise.
2529 * gdb.trace/unavailable.exp: Likewise.
2530
2531 2019-04-22 Pedro Alves <palves@redhat.com>
2532
2533 * gdb.base/solib-probes-nosharedlibrary.c,
2534 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2535
2536 2019-04-19 Tom Tromey <tromey@adacore.com>
2537
2538 * gdb.ada/ptype_union.c: New file.
2539 * gdb.ada/ptype_union.exp: New file.
2540
2541 2019-04-19 Tom Tromey <tromey@adacore.com>
2542
2543 PR symtab/24423:
2544 * gdb.base/list0.h (foo): Add a control-l character.
2545
2546 2019-04-18 Tom de Vries <tdevries@suse.de>
2547
2548 PR gdb/24433
2549 * boards/local-board.exp: Set sysroot to "".
2550
2551 2019-04-18 Tom de Vries <tdevries@suse.de>
2552 Pedro Alves <palves@redhat.com>
2553
2554 PR gdb/24454
2555 * gdb.threads/vfork-follow-child-exec.c: New file.
2556 * gdb.threads/vfork-follow-child-exec.exp: New file.
2557 * gdb.threads/vfork-follow-child-exit.c: New file.
2558 * gdb.threads/vfork-follow-child-exit.exp: New file.
2559
2560 2019-04-15 Leszek Swirski <leszeks@google.com>
2561
2562 * gdb.arch/amd64-eval.cc: New file.
2563 * gdb.arch/amd64-eval.exp: New file.
2564
2565 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2566
2567 * gdb.server/sysroot.c: New test.
2568 * gdb.server/sysroot.exp: New file.
2569 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2570 matching param.
2571
2572 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2573
2574 * gdb.base/align.exp: Extend test to cover structures containing
2575 only static fields.
2576
2577 2019-04-11 Tom de Vries <tdevries@suse.de>
2578
2579 * boards/cc-with-dwz-m.exp: New file.
2580 * boards/cc-with-dwz.exp: New file.
2581 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2582
2583 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2584
2585 * gdb.base/start-cpp.exp: New file.
2586 * gdb.base/start-cpp.cc: New file.
2587
2588 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2589
2590 * gdb.python/py-thrhandle.exp: Adjust tests to call
2591 thread_from_handle instead of thread_from_thread_handle.
2592
2593 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2594
2595 * gdb.python/py-thrhandle.exp: Add tests for
2596 gdb.InferiorThread.handle.
2597
2598 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2599
2600 * gdb.python/py-function.exp: Check calling helper function from
2601 all languages.
2602 * lib/gdb.exp (gdb_supported_languages): New proc.
2603
2604 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * gdb.base/complex-parts.c: New file.
2607 * gdb.base/complex-parts.exp: New file.
2608
2609 2019-04-01 Tom Tromey <tromey@adacore.com>
2610
2611 PR symtab/23331:
2612 * gdb.dwarf2/dw2-ranges-main.c: New file.
2613 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2614 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2615
2616 2019-03-30 Simon Marchi <simark@simark.ca>
2617
2618 * gdb.base/default.exp: Add values for $_gdb_major and
2619 $_gdb_minor.
2620
2621 2019-03-29 Tom Tromey <tromey@adacore.com>
2622
2623 * gdb.base/help.exp: Tighten apropos regexp.
2624
2625 2019-03-29 Keith Seitz <keiths@redhat.com>
2626
2627 * gdb.fortran/array-bounds.exp: New file.
2628 * gdb.fortran/array-bounds.f90: New file.
2629
2630 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2631
2632 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2633
2634 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2635
2636 * gdb.multi/hello.c (main): Increase alarm timer.
2637
2638 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2639
2640 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2641 factor when no hardware watchpoint support.
2642
2643 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2644 Pedro Alves <palves@redhat.com>
2645
2646 * boards/local-board.exp: set sysroot to /.
2647
2648 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2649
2650 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2651 in child.
2652
2653 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2654
2655 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2656 field.
2657 (make_container): Initialise new field.
2658 * gdb.python/py-prettyprint.exp: Add new tests.
2659 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2660 <display_hint>: New method.
2661
2662 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2663
2664 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2665 gdb_continue_to_breakpoint more throughout this test.
2666 (run_lang_tests) Supply unique test names, and use
2667 gdb_test_no_output.
2668
2669 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.base/finish-pretty.exp: Update expected results.
2672 * gdb.base/pretty-print.c: New file.
2673 * gdb.base/pretty-print.exp: New file.
2674
2675 2019-03-25 Pedro Alves <palves@redhat.com>
2676
2677 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2678 move comments outside list. Append '-i "" eof' section.
2679
2680 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2681
2682 PR testsuite/25016
2683 * README: Add pie options.
2684 * gdb.base/break-interp.exp: Ensure pie is disabled.
2685 * gdb.base/dump.exp: Likewise.
2686 * lib/gdb.exp (gdb_compile): Add pie option.
2687
2688 2019-03-19 Tom Tromey <tromey@adacore.com>
2689
2690 * gdb.mi/mi2-cli-display.c: New file.
2691 * gdb.mi/mi2-cli-display.exp: New file.
2692
2693 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2694 Tom Tromey <tromey@adacore.com>
2695
2696 * gdb.ada/ptype_array/pck.adb: New file.
2697 * gdb.ada/ptype_array/pck.ads: New file.
2698 * gdb.ada/ptype_array/foo.adb: New file.
2699 * gdb.ada/ptype_array.exp: New file.
2700
2701 2019-03-14 Tom Tromey <tromey@adacore.com>
2702
2703 * gdb.base/style.exp: Add "set style sources" test.
2704
2705 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2706
2707 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2708 * mi-breakpoint-multiple-locations.exp: ... this.
2709 (make_breakpoints_pattern): New proc.
2710 (do_test): Add mi_version parameter, test -break-insert,
2711 -break-info and =breakpoint-created.
2712
2713 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2714
2715 * config/default.exp: Remove 'load_lib gdb.exp'.
2716 * config/monitor.exp: Likewise.
2717 * config/sid.exp: Likewise.
2718 * config/sim.exp: Likewise.
2719 * config/slite.exp: Likewise.
2720 * config/unix.exp: Likewise.
2721 * gdb.base/default.exp: Remove unhelpful comment.
2722
2723 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2724
2725 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2726
2727 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2728
2729 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2730
2731 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2732
2733 * gdb.fortran/type-kinds.exp: Update expected results.
2734
2735 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2736
2737 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2738
2739 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2740
2741 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2742 function.
2743 (test_basic_parsing_of_type_kinds): Expand types tested.
2744 (test_parsing_invalid_type_kinds): New function.
2745
2746 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2747
2748 * gdb.fortran/intrinsics.exp: New file.
2749 * gdb.fortran/intrinsics.f90: New file.
2750 * gdb.fortran/type-kinds.exp: New file.
2751
2752 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2753
2754 * gdb.fortran/dot-ops.exp: New file.
2755
2756 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2757
2758 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2759 Check upper and lower case logical literals.
2760
2761 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2762
2763 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2764 Remove duplicate tests.
2765
2766 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2767
2768 * lib/gdb.exp (builtin_cd): rename of cd.
2769 (cd): Override builtin.
2770
2771 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2772
2773 * gdb.fortran/function-calls.exp: New file.
2774 * gdb.fortran/function-calls.f90: New test.
2775
2776 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2777
2778 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2779 on user program standard output.
2780 * gdb.fortran/short-circuit-argument-list.f90: Record function
2781 calls.
2782
2783 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2784
2785 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2786 failure.
2787
2788 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2789
2790 PR gdb/8527
2791 * gdb.base/interrupt-daemon-attach.c,
2792 gdb.base/interrupt-daemon-attach.exp: New test.
2793
2794 2019-02-27 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.base/page.exp: Add tests for "set width/height -1".
2797
2798 2019-02-27 Pedro Alves <palves@redhat.com>
2799
2800 * gdb.base/page.exp: Add tests for "set/show width/height" with
2801 "infinite" values.
2802
2803 2019-02-27 Tom Tromey <tromey@adacore.com>
2804
2805 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2806 2.4.
2807 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2808 workaround.
2809
2810 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2811
2812 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2813 tests for structs with static members.
2814
2815 2019-02-26 Tom Tromey <tromey@adacore.com>
2816
2817 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2818 ValueError, not TypeError.
2819
2820 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2821
2822 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2823 call from main program.
2824
2825 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2826
2827 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2828 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2829 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2830 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2831 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2832
2833 2019-02-22 Keith Seitz <keiths@redhat.com>
2834
2835 PR symtab/23853
2836 * gdb.base/symlink-sourcefile.c: New file.
2837 * gdb.base/symlink-sourcefile.exp: New file.
2838
2839 2019-02-20 Tom Tromey <tom@tromey.com>
2840
2841 * gdb.base/info_qt.exp: Update.
2842
2843 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2844
2845 * gdb.base/source.exp: Move "error in sourced script" code to
2846 the end.
2847 * gdb.base/source-error.gdb: Move contents to
2848 source-error-1.gdb. Add new code to source source-error-1.gdb.
2849 * gdb.base/source-error-1.gdb: New file, from previous
2850 source-error.gdb.
2851
2852 2019-02-17 Tom Tromey <tom@tromey.com>
2853
2854 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2855 for macro styling.
2856 * gdb.base/style.c (SOME_MACRO): New macro.
2857
2858 2019-02-17 Tom Tromey <tom@tromey.com>
2859
2860 * gdb.base/style.exp: Add line-wrapping tests.
2861 * gdb.base/page.exp: Add test for quitting during pagination.
2862
2863 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2864
2865 * gdb.ada/big_packed_array: New testcase.
2866 * gdb.ada/homonym.exp: Fix incorrect expected output for
2867 "break <homonym__get_value>" test.
2868
2869 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2870
2871 PR breakpoints/21870
2872 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2873 and prepare_for_testing. Add comment.
2874 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2875 redundant cleanup call. Clean up comment.
2876
2877 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2878
2879 PR breakpoints/21870
2880 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2881 * gdb.arch/aarch64-dbreg-contents.c: New file.
2882
2883 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2884
2885 * gdb.ada/mi_ref_changeable: New testcase.
2886
2887 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2888
2889 * gdb.base/attach.exp: Add double attach test.
2890
2891 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2892
2893 * lib/gdb.exp (default_gdb_start): Don't match pagination
2894 prompt.
2895 (gdb_init): Set stty_init.
2896
2897 2019-01-27 Tom Tromey <tom@tromey.com>
2898
2899 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2900 skip_python_tests.
2901
2902 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2903
2904 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2905 New structure.
2906 (struct struct_static_02_02): Likewise.
2907 (struct struct_static_02_03): Likewise.
2908 (struct struct_static_02_04): Likewise.
2909 (struct struct_static_04_01): Likewise.
2910 (struct struct_static_04_02): Likewise.
2911 (struct struct_static_04_03): Likewise.
2912 (struct struct_static_04_04): Likewise.
2913 (struct struct_static_06_01): Likewise.
2914 (struct struct_static_06_02): Likewise.
2915 (struct struct_static_06_03): Likewise.
2916 (struct struct_static_06_04): Likewise.
2917 (cmp_struct_static_02_01): Likewise.
2918 (cmp_struct_static_02_02): Likewise.
2919 (cmp_struct_static_02_03): Likewise.
2920 (cmp_struct_static_02_04): Likewise.
2921 (cmp_struct_static_04_01): Likewise.
2922 (cmp_struct_static_04_02): Likewise.
2923 (cmp_struct_static_04_03): Likewise.
2924 (cmp_struct_static_04_04): Likewise.
2925 (cmp_struct_static_06_01): Likewise.
2926 (cmp_struct_static_06_02): Likewise.
2927 (cmp_struct_static_06_03): Likewise.
2928 (cmp_struct_static_06_04): Likewise.
2929 (call_all): Test new structs.
2930 * gdb.base/infcall-nested-structs.exp: Likewise.
2931
2932 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2933 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2934
2935 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2936 * gdb.base/stack-protector.c: New test.
2937 * gdb.base/stack-protector.exp: New file.
2938 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2939 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2940 option.
2941 (gdb_compile): Remove stack protector for GCC and prevent
2942 recursion.
2943
2944 2019-01-16 Keith Seitz <keiths@redhat.com>
2945
2946 PR gdb/23773
2947 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2948
2949 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2950
2951 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2952 aliases.
2953 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2954 tests.
2955 * gdb.arch/powerpc-vector-regs.c: New file.
2956 * gdb.arch/powerpc-vector-regs.exp: New file.
2957
2958 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2959
2960 * gdb.arch/altivec-regs.exp: Fix the list passed to
2961 gdb_expect_list when testing "info vector".
2962
2963 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2964
2965 * gdb.base/style.exp: Don't include path in testname.
2966
2967 2019-01-10 Keith Seitz <keiths@redhat.com>
2968
2969 PR gdb/23712
2970 PR symtab/23010
2971 * gdb.dwarf2/multidictionary.exp: New file.
2972
2973 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2974
2975 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2976 (test_gnuv3_style_demangling): ... this.
2977 (test_lucid_style_demangling): Remove.
2978 (test_arm_style_demangling): Remove.
2979 (test_hp_style_demangling): Remove.
2980 (do_tests): Remove calls to the above.
2981
2982 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2983
2984 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2985 case.
2986
2987 2019-01-06 Tom Tromey <tom@tromey.com>
2988
2989 PR gdb/28155:
2990 * gdb.dwarf2/typedef-void-finish.exp: New file.
2991
2992 2018-12-28 Tom Tromey <tom@tromey.com>
2993 Simon Marchi <simark@simark.ca>
2994
2995 * gdb.base/jit-exec.exp: New file.
2996 * gdb.base/jit-exec.c: New file.
2997 * gdb.base/jit-execd.c: New file.
2998
2999 2018-12-28 Tom Tromey <tom@tromey.com>
3000
3001 * gdb.base/style.exp: Update test to check for address styling.
3002
3003 2018-12-28 Tom Tromey <tom@tromey.com>
3004
3005 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3006 message.
3007
3008 2018-12-28 Tom Tromey <tom@tromey.com>
3009
3010 * gdb.base/style.exp: Add test for version number styling.
3011
3012 2018-12-28 Tom Tromey <tom@tromey.com>
3013
3014 * gdb.base/style.exp: Add test for print_address_symbolic.
3015
3016 2018-12-28 Tom Tromey <tom@tromey.com>
3017
3018 * gdb.base/style.exp: Add test for breakpoint setting.
3019
3020 2018-12-28 Tom Tromey <tom@tromey.com>
3021
3022 * gdb.base/style.exp: Add test for variable names.
3023
3024 2018-12-28 Tom Tromey <tom@tromey.com>
3025
3026 * gdb.base/style.exp: New file.
3027 * gdb.base/style.c: New file.
3028
3029 2018-12-28 Tom Tromey <tom@tromey.com>
3030
3031 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3032 "dumb".
3033 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3034 the TERM environment variable.
3035
3036 2018-12-27 Tom Tromey <tom@tromey.com>
3037
3038 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3039 pagination test.
3040
3041 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3044 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3045
3046 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3047
3048 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3049 Filename a.adb changed to bp_fun_addr.adb.
3050 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3051
3052 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3053
3054 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3055 non-PIE executables.
3056 * README: Mention the gdb,nopie_flag board setting.
3057 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3058 non-PIE executable.
3059 * gdb.arch/amd64-entry-value.exp: Likewise.
3060 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3061 * gdb.arch/i386-float.exp: Likewise.
3062 * gdb.arch/i386-signal.exp: Likewise.
3063 * gdb.mi/mi-reg-undefined.exp: Likewise.
3064
3065 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3066
3067 PR gdb/23974
3068 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3069
3070 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3071
3072 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3073 Update order of results accordingly.
3074
3075 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3076
3077 * gdb.base/annota1.exp: Update a test regexp.
3078
3079 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3080
3081 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3082
3083 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3084
3085 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3086 (reuse_time): Initialize to REUSE_TIME_CAP.
3087 (check_rc): New function.
3088 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3089 Check pthread_create rc.
3090 (spawner_thread_func): Check pthread_create and pthread_join rc.
3091
3092 2018-12-08 Pedro Alves <palves@redhat.com>
3093
3094 * gdb.base/list.exp (test_forward_search): Rename to ...
3095 (test_forward_reverse_search): ... this. Also test reverse-search
3096 and the forward-search alias.
3097
3098 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3099
3100 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3101 local timeout variable before return, and remove all local timeout
3102 variable entirely.
3103 (gdb_load): Likewise.
3104
3105 2018-12-01 Tom de Vries <tdevries@suse.de>
3106
3107 * gdb.base/gdb-caching-proc.exp: New file.
3108
3109 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3110
3111 * Makefile.in (TIMESTAMP): New variable.
3112 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3113 command.
3114 (check-single-racy): Likewise.
3115 (check/%.exp): Likewise.
3116 (check-racy/%.exp): Likewise.
3117 (workers/%.worker): Likewise.
3118 (build-perf): Likewise.
3119 (check-perf): Likewise.
3120 * README: Describe new "TS" and "TS_FORMAT" variables.
3121 * print-ts.py: New file.
3122
3123 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3124
3125 PR python/23714
3126 * gdb.python/python.exp: Test command repetition after
3127 gdb.execute.
3128
3129 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3130
3131 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3132 is correctly aligned.
3133
3134 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3135
3136 * gdb.ada/info_auto_lang.exp: New testcase.
3137 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3138 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3139 * gdb.ada/info_auto_lang/some_c.c: New file.
3140
3141 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3142
3143 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3144 FUNC_lang language syntax.
3145
3146 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3147
3148 * gdb.base/info_minsym.c: New file.
3149 * gdb.base/info_minsym.exp: New file.
3150
3151 2018-11-19 Tom Tromey <tom@tromey.com>
3152
3153 PR rust/23625:
3154 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3155 * gdb.rust/expr.exp: Update expected output. Change one test.
3156
3157 2018-11-19 Tom Tromey <tom@tromey.com>
3158
3159 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3160
3161 2018-11-19 Pedro Alves <palves@redhat.com>
3162
3163 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3164 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3165 see the expected warning.
3166
3167 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3168
3169 PR gdb/22736:
3170 * gdb.cp/infcall-nodebug-lib.c: New test.
3171 * gdb.cp/infcall-nodebug-main.c: New test.
3172 * gdb.cp/infcall-nodebug.exp: New file.
3173
3174 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3175
3176 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3177 completer tests.
3178
3179 2018-11-09 Tom de Vries <tdevries@suse.de>
3180
3181 * gdb.base/msym-lang.c: New test.
3182 * gdb.base/msym-lang.exp: New file.
3183 * gdb.base/msym-lang-main.c: New test.
3184
3185 2018-11-08 Tom Tromey <tom@tromey.com>
3186
3187 PR gdb/23555:
3188 PR gdb/23838:
3189 * gdb.base/warning.exp: New file.
3190
3191 2018-11-08 Jan Beulich <jbeulich@suse.com>
3192
3193 * testsuite/gdb.arch/i386-avx512.c,
3194 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3195
3196 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3197
3198 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3199 point hardware.
3200
3201 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3202
3203 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3204 * gdb.dwarf2/missing-type-name.exp: New file.
3205
3206 2018-11-06 Tom de Vries <tdevries@suse.de>
3207
3208 * gdb.base/many-headers.c: New test.
3209 * gdb.base/many-headers.exp: New file.
3210
3211 2018-11-06 Jim Wilson <jimw@sifive.com>
3212
3213 * gdb.base/code_elim.exp: For riscv, set additional_flags
3214 to include -msmall-data-limit=0.
3215
3216 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3217
3218 * gdb.ada/watch_minus_l: New testcase.
3219
3220 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3221
3222 * gdb.arch/aix-sighandle.c: New file.
3223 * gdb.arch/aix-sighandle.exp: New file.
3224
3225 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3226
3227 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3228 registers being unions.
3229
3230 2018-10-31 Tom de Vries <tdevries@suse.de>
3231
3232 * lib/valgrind.exp: New file.
3233 (vgdb_start, vgdb_stop): New procs, factored out of ...
3234 * gdb.base/valgrind-bt.exp: ... here, ...
3235 * gdb.base/valgrind-disp-step.exp: ... here and ...
3236 * gdb.base/valgrind-infcall.exp: ... here.
3237
3238 2018-10-31 Tom de Vries <tdevries@suse.de>
3239
3240 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3241
3242 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3243
3244 * gdb.dwarf2/void-type.c: New file.
3245 * gdb.dwarf2/void-type.exp: New file.
3246
3247 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3248
3249 * gdb.base/info_qt.c: New file.
3250 * gdb.base/info_qt.exp: New file.
3251
3252 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3253
3254 * gdb.arch/powerpc-htm-regs.c: New file.
3255 * gdb.arch/powerpc-htm-regs.exp: New file.
3256
3257 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3258
3259 * gdb.arch/powerpc-tar.c: New file.
3260 * gdb.arch/powerpc-tar.exp: New file.
3261
3262 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3263
3264 * gdb.arch/powerpc-ppr-dscr.c: New file.
3265 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3266
3267 2018-10-25 Tom de Vries <tdevries@suse.de>
3268
3269 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3270
3271 2018-10-24 Tom de Vries <tdevries@suse.de>
3272
3273 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3274 longer exists error.
3275
3276 2018-10-24 Tom de Vries <tdevries@suse.de>
3277
3278 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3279
3280 2018-10-24 Tom de Vries <tdevries@suse.de>
3281
3282 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3283 --db-attach in valgrind.
3284
3285 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3286
3287 * gdb.arch/riscv-reg-aliases.c: New file.
3288 * gdb.arch/riscv-reg-aliases.exp: New file.
3289
3290 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3291
3292 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3293
3294 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3295
3296 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3297
3298 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3299
3300 * gdb.cp/ovldbreak.exp: Fix regexps.
3301
3302 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3303
3304 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3305
3306 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3307
3308 PR cli/23785
3309 * gdb.base/restore.exp: New test to check if "restore" with an
3310 invalid file doesn't segfault.
3311
3312 2018-10-18 Tom de Vries <tdevries@suse.de>
3313
3314 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3315 * gdb.ada/excep_handle.exp: Same.
3316 * gdb.ada/mi_string_access.exp: Same.
3317 * gdb.ada/mi_var_union.exp: Same.
3318 * gdb.arch/arc-analyze-prologue.exp: Same.
3319 * gdb.arch/arc-decode-insn.exp: Same.
3320 * gdb.base/readnever.exp: Same.
3321 * gdb.fortran/printing-types.exp: Same.
3322 * gdb.guile/scm-lazy-string.exp: Same.
3323
3324 2018-10-16 Tom de Vries <tdevries@suse.de>
3325
3326 PR gdb/23730
3327 * gdb.base/catch-follow-exec.c: Add copyright notice.
3328 * gdb.base/catch-follow-exec.exp: Rewrite to use
3329 gdb_spawn_with_cmdline_opts. Require gdb-native.
3330
3331 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3332
3333 * gdb.trace/actions-changed.exp: Check for arch support.
3334 * gdb.trace/actions.exp: Likewise.
3335 * gdb.trace/ax.exp: Likewise.
3336 * gdb.trace/backtrace.exp: Likewise.
3337 * gdb.trace/change-loc.exp: Likewise.
3338 * gdb.trace/deltrace.exp: Likewise.
3339 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3340 * gdb.trace/ftrace.exp: Likewise.
3341 * gdb.trace/infotrace.exp: Check for arch support.
3342 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3343 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3344 * gdb.trace/mi-tsv-changed.exp: Likewise.
3345 * gdb.trace/packetlen.exp: Likewise.
3346 * gdb.trace/passc-dyn.exp: Likewise.
3347 * gdb.trace/passcount.exp: Likewise.
3348 * gdb.trace/pending.exp: Likewise.
3349 * gdb.trace/range-stepping.exp: Check for shlib support.
3350 * gdb.trace/report.exp: Check for arch support.
3351 * gdb.trace/save-trace.exp: Likewise.
3352 * gdb.trace/signal.exp: Check for signal support.
3353 * gdb.trace/tfind.exp: Check for arch support.
3354 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3355 * gdb.trace/trace-common.h: Add comment.
3356 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3357 * gdb.trace/trace-enable-disable.exp: Likewise.
3358 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3359 * gdb.trace/tracecmd.exp: Check for arch support.
3360 * gdb.trace/tspeed.exp: Check for shlib and target support.
3361 * gdb.trace/tstatus.exp: Check for arch support.
3362 * gdb.trace/tsv.exp: Likewise.
3363 * gdb.trace/while-dyn.exp: Likewise.
3364 * gdb.trace/while-stepping.exp: Likewise.
3365 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3366
3367 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3368
3369 * gdb.trace/tspeed.exp: Remove nowarnings.
3370 (prepare_for_trace_test): Declare "global ipalib".
3371 * gdb.trace/tspeed.c: Include unistd.h.
3372 (main): Remove superfluous printf argument.
3373
3374 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3375
3376 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3377 directory prefix on the filename.
3378
3379 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3380
3381 * gdb.gdb/unittest.exp: Update expected message informing that
3382 selftests have been disabled.
3383 * gdb.server/unittest.exp: Likewise.
3384
3385 2018-10-09 Tom de Vries <tdevries@suse.de>
3386
3387 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3388 with runto_main.
3389
3390 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3391
3392 PR c++/16841
3393 * gdb.cp/virtbase2.cc: New file.
3394 * gdb.cp/virtbase2.exp: New file.
3395
3396 2018-10-06 Tom Tromey <tom@tromey.com>
3397
3398 PR python/19399:
3399 * gdb.python/py-inferior.exp: Add architecture test.
3400
3401 2018-10-06 Tom Tromey <tom@tromey.com>
3402
3403 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3404 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3405
3406 2018-10-06 Tom Tromey <tom@tromey.com>
3407
3408 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3409 of a "throw" catchpoint.
3410
3411 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3412
3413 * gdb.base/info-proc.exp: Update string expected from "help info
3414 proc".
3415
3416 2018-10-04 Tom Tromey <tom@tromey.com>
3417
3418 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3419 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3420 (test_initial_complaints, test_empty_complaints): Update.
3421 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3422
3423 2018-10-04 Tom Tromey <tom@tromey.com>
3424
3425 PR cli/19551:
3426 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3427 * lib/gdb.exp (gdb_file_cmd): Update.
3428 * gdb.stabs/weird.exp (print_weird_var): Update.
3429 * gdb.server/solib-list.exp: Update.
3430 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3431 * gdb.mi/mi-cli.exp: Update.
3432 * gdb.linespec/linespec.exp: Update.
3433 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3434 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3435 * gdb.cp/cp-relocate.exp: Update.
3436 * gdb.base/sym-file.exp: Update.
3437 * gdb.base/relocate.exp: Update.
3438 * gdb.base/readnever.exp: Update.
3439 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3440 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3441 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3442 * gdb.base/code_elim.exp: Update.
3443 * gdb.base/break-unload-file.exp (test_break): Update.
3444 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3445 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3446 Update.
3447 * gdb.base/attach.exp (do_attach_tests): Update.
3448 * gdb.base/sepdebug.exp: Update.
3449 * gdb.python/py-section-script.exp: Update.
3450
3451 2018-10-04 Tom Tromey <tom@tromey.com>
3452
3453 PR cli/22234:
3454 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3455 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3456 output.
3457
3458 2018-10-04 Tom Tromey <tom@tromey.com>
3459
3460 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3461 set width and height to 0.
3462 (test_command_line_attach_run): Use -quiet.
3463
3464 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3465
3466 * lib/gdb.exp (skip_ifunc_tests): New.
3467 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3468 other compile failures.
3469 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3470
3471 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3472
3473 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3474 is_amd64_regs_target.
3475
3476 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3477
3478 * gdb.arch/aarch64-sighandler-regs.c: New test.
3479 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3480 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3481
3482 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3483
3484 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3485 assembly.
3486
3487 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3488
3489 * gdb.base/frame-selection.exp: New file.
3490 * gdb.base/frame-selection.c: New file.
3491
3492 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3493
3494 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3495 pthread barrier.
3496 (main): Likewise.
3497
3498 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3499
3500 * gdb.base/large-frame-1.c: New file.
3501 * gdb.base/large-frame-2.c: New file.
3502 * gdb.base/large-frame.exp: New file.
3503 * gdb.base/large-frame.h: New file.
3504
3505 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3506
3507 PR gdb/20948
3508 * gdb.base/write_mem.exp: New test.
3509 * gdb.base/write_mem.c: Likewise.
3510
3511 2018-09-23 Tom Tromey <tom@tromey.com>
3512
3513 PR python/18852:
3514 * gdb.python/py-parameter.exp: Add test for parameter that throws
3515 on "set".
3516
3517 2018-09-23 Tom Tromey <tom@tromey.com>
3518
3519 PR python/17284:
3520 * gdb.python/py-template.exp (test_template_arg): Add test for
3521 negative template argument number.
3522
3523 2018-09-23 Tom Tromey <tom@tromey.com>
3524
3525 PR python/14062:
3526 * gdb.python/python.exp: Add test for post_event error.
3527
3528 2018-09-23 Tom Tromey <tom@tromey.com>
3529
3530 PR python/18170:
3531 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3532 convert pointers to int and long.
3533
3534 2018-09-23 Tom Tromey <tom@tromey.com>
3535
3536 PR python/20126:
3537 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3538 signed-ness conversion tests.
3539
3540 2018-09-23 Tom Tromey <tom@tromey.com>
3541
3542 PR python/18352;
3543 * gdb.python/py-value.exp (test_float_conversion): New proc.
3544 Use it.
3545
3546 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3547
3548 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3549
3550 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3551
3552 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3553 no readline.
3554 * gdb.base/utf8-identifiers.exp: Likewise.
3555 * gdb.cp/cpcompletion.exp: Likewise.
3556 * gdb.linespec/cpcompletion.exp: Likewise.
3557 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3558 * gdb.linespec/cpls-ops.exp: Likewise.
3559
3560 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3561 Chris January <chris.january@arm.com>
3562
3563 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3564 * gdb.fortran/short-circuit-argument-list.exp: New file.
3565 * gdb.fortran/short-circuit-argument-list.f90: New test.
3566
3567 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3568
3569 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3570 "arch=" keyword when executing "-stack-list-frames".
3571
3572 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3573
3574 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3575 "arch=" keyword when executing "-stack-list-frames".
3576
3577 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3578
3579 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3580 break ada".
3581
3582 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3583
3584 PR python/23669
3585 * gdb.python/python.exp: Test gdb.execute("show commands").
3586
3587 2018-09-16 Tom Tromey <tom@tromey.com>
3588
3589 * gdb.base/new-ui.exp (do_execution_tests): Update.
3590 * gdb.base/dbx.exp (test_breakpoints): Update.
3591
3592 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3593
3594 * lib/gdb.exp (gdb_simple_compile): Add proc.
3595 (is_elf_target): Use gdb_simple_compile.
3596 (skip_altivec_tests): Likewise.
3597 (skip_vsx_tests): Likewise.
3598 (skip_tsx_tests): Likewise.
3599 (skip_btrace_tests): Likewise.
3600 (skip_btrace_pt_tests): Likewise.
3601 (gdb_can_simple_compile): Likewise.
3602 (gdb_has_argv0): Likewise.
3603 (gdb_target_symbol_prefix): Likewise.
3604 (target_supports_scheduler_locking): Likewise.
3605
3606 2018-09-13 Tom Tromey <tom@tromey.com>
3607
3608 * Makefile.in (TAGS): Recognize proc_with_prefix and
3609 gdb_caching_proc.
3610
3611 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3612
3613 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3614 method.
3615
3616 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3617
3618 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3619 and a few other Inferior properties when the Inferior is no
3620 longer valid.
3621
3622 2018-09-13 Tom Tromey <tom@tromey.com>
3623
3624 PR rust/23650:
3625 * gdb.rust/simple.exp: Add test for enum field access error.
3626
3627 2018-09-13 Tom Tromey <tom@tromey.com>
3628
3629 PR rust/23626:
3630 * gdb.rust/simple.rs (EmptyEnum): New type.
3631 (main): Use it.
3632 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3633
3634 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3635
3636 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3637 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3638 * gdb.python/py-symtab.exp: Update test printing an objfile.
3639
3640 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3641
3642 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3643 object.
3644
3645 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3646
3647 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3648 (support_complex_tests): Use gdb_can_simple_compile.
3649 (is_ilp32_target): Likewise.
3650 (is_lp64_target): Likewise.
3651 (is_64_target): Likewise.
3652 (is_amd64_regs_target): Likewise.
3653 (is_aarch32_target): Likewise.
3654 (gdb_int128_helper): Likewise.
3655
3656 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3657
3658 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3659
3660 2018-09-10 Jerome Guitton <guitton@adacore.com>
3661
3662 * gdb.ada/same_component_name: Add test for case of tagged record
3663 with variable-length fields.
3664
3665 2018-09-10 Xavier Roirand <roirand@adacore.com>
3666
3667 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3668 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3669 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3670 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3671
3672 2018-09-10 Xavier Roirand <roirand@adacore.com>
3673
3674 * gdb.ada/mi_string_access.exp: New testcase.
3675 * gdb.ada/mi_string_access/bar.adb: New file.
3676 * gdb.ada/mi_string_access/pck.adb: New file.
3677 * gdb.ada/mi_string_access/pck.asd: New file.
3678
3679 2018-09-10 Xavier Roirand <roirand@adacore.com>
3680
3681 * gdb.ada/mi_var_union.exp: New testcase.
3682 * gdb.ada/mi_var_union/bar.adb: New file.
3683 * gdb.ada/mi_var_union/pck.adb: New file.
3684 * gdb.ada/mi_var_union/pck.asd: New file.
3685
3686 2018-09-08 Tom Tromey <tom@tromey.com>
3687
3688 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3689
3690 2018-09-08 Tom Tromey <tom@tromey.com>
3691
3692 PR python/16047:
3693 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3694 (register_pretty_printers): Register new printer.
3695 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3696 test.
3697 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3698 (an_int_type3): New global.
3699
3700 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3701
3702 * gdb.ada/expr_with_funcall: New testcase.
3703
3704 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3705
3706 * gdb.ada/packed_array_assign: New testcase.
3707
3708 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3709
3710 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3711 names, and add test prefixes to make test names unique.
3712
3713 2018-09-05 Tom de Vries <tdevries@suse.de>
3714
3715 * gdb.dwarf2/varval.exp: Add test.
3716
3717 2018-09-04 Gary Benson <gbenson@redhat.com>
3718
3719 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3720 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3721
3722 2018-08-31 Tom Tromey <tom@tromey.com>
3723
3724 * gdb.rust/simple.rs: Rename second variable "v".
3725
3726 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3727
3728 * gdb.base/funcargs.c (use_a): New function.
3729 (recurse): Call use_a.
3730
3731 2018-08-29 Keith Seitz <keiths@redhat.com>
3732
3733 * gdb.compile/compile-cplus-anonymous.cc: New file.
3734 * gdb.compile/compile-cplus-anonymous.exp: New file.
3735 * gdb.compile/compile-cplus-array-decay.cc: New file.
3736 * gdb.compile/compile-cplus-array-decay.exp: New file.
3737 * gdb.compile/compile-cplus-inherit.cc: New file.
3738 * gdb.compile/compile-cplus-inherit.exp: New file.
3739 * gdb.compile/compile-cplus-member.cc: New file.
3740 * gdb.compile/compile-cplus-member.exp: New file.
3741 * gdb.compile/compile-cplus-method.cc: New file.
3742 * gdb.compile/compile-cplus-method.exp: New file.
3743 * gdb.compile/compile-cplus-mod.c: "New" file.
3744 * gdb.compile/compile-cplus-namespace.cc: New file.
3745 * gdb.compile/compile-cplus-namespace.exp: New file.
3746 * gdb.compile/compile-cplus-nested.cc: New file.
3747 * gdb.compile/compile-cplus-nested.exp: New file.
3748 * gdb.compile/compile-cplus-print.c: "New" file.
3749 * gdb.compile/compile-cplus-print.exp: "New" file.
3750 * gdb.compile/compile-cplus-virtual.cc: New file.
3751 * gdb.compile/compile-cplus-virtual.exp: New file.
3752 * gdb.compile/compile-cplus.c: "New" file.
3753 * gdb.compile/compile-cplus.exp: "New" file.
3754 * lib/compile-support.exp: New file.
3755
3756 2018-08-16 Gary Benson <gbenson@redhat.com>
3757
3758 PR gdb/13000:
3759 * gdb.base/batch-exit-status.exp: New file.
3760 * gdb.base/batch-exit-status.good-commands: Likewise.
3761 * gdb.base/batch-exit-status.bad-commands: Likewise.
3762
3763 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3764
3765 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3766 (struct struct02): Likewise.
3767 (struct struct03): Likewise.
3768 (struct struct04): Likewise.
3769 (struct struct_01_01): New struct.
3770 (struct struct_01_02): Likewise.
3771 (struct struct_01_03): Likewise.
3772 (struct struct_01_04): Likewise.
3773 (struct struct_02_01): Likewise.
3774 (struct struct_02_02): Likewise.
3775 (struct struct_02_03): Likewise.
3776 (struct struct_02_04): Likewise.
3777 (struct struct_04_01): Likewise.
3778 (struct struct_04_02): Likewise.
3779 (struct struct_04_03): Likewise.
3780 (struct struct_04_04): Likewise.
3781 (struct struct_05_01): Likewise.
3782 (struct struct_05_02): Likewise.
3783 (struct struct_05_03): Likewise.
3784 (struct struct_05_04): Likewise.
3785 (cmp_struct01): Remove function.
3786 (cmp_struct02): Likewise.
3787 (cmp_struct03): Likewise.
3788 (cmp_struct04): Likewise.
3789 (cmp_struct_01_01): Add Function.
3790 (cmp_struct_01_02): Likewise.
3791 (cmp_struct_01_03): Likewise.
3792 (cmp_struct_01_04): Likewise.
3793 (cmp_struct_02_01): Likewise.
3794 (cmp_struct_02_02): Likewise.
3795 (cmp_struct_02_03): Likewise.
3796 (cmp_struct_02_04): Likewise.
3797 (cmp_struct_04_01): Likewise.
3798 (cmp_struct_04_02): Likewise.
3799 (cmp_struct_04_03): Likewise.
3800 (cmp_struct_04_04): Likewise.
3801 (cmp_struct_05_01): Likewise.
3802 (cmp_struct_05_02): Likewise.
3803 (cmp_struct_05_03): Likewise.
3804 (cmp_struct_05_04): Likewise.
3805 (call_all): Add new structs.
3806 * gdb.base/infcall-nested-structs.exp: Likewise.
3807
3808 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3809
3810 * gdb.python/py-framefilter-mi.exp: Update regexp to
3811 check for "arch" field in frame output.
3812
3813 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3814
3815 * gdb.dwarf2/dw2-ranges-func.c: New file.
3816 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3817
3818 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3819
3820 * gdb.base/term.exp: Compare terminal settings with values from
3821 the inferior.
3822 * gdb.base/term.c: Get and set terminal settings.
3823
3824 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3825
3826 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3827 accommodate new "arch" field in frame output.
3828 * gdb.mi/mi-return.exp: Likewise.
3829 * gdb.mi/mi-stack.exp: Likewise.
3830 * gdb.mi/mi-syn-frame.exp: Likewise.
3831 * gdb.mi/user-selected-context-sync.exp: Likewise.
3832
3833 2018-08-19 Michael Spang <spang@google.com>
3834
3835 PR gdb/11786
3836 * gdb.base/gcore-tls-pie.c: New file.
3837 * gdb.base/gcore-tls-pie.exp: New file.
3838
3839 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3840
3841 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3842 * gdb.dwarf2/varval.c: New file.
3843 * gdb.dwarf2/varval.exp: New file.
3844
3845 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3846
3847 PR gdb/18931
3848 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3849
3850 2018-08-16 Keith Seitz <keiths@redhat.com>
3851
3852 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3853 tests expected to pass.
3854
3855 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3856
3857 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3858 -data-disassemble -a.
3859 (test_disassembly_bogus_args): Likewise.
3860
3861 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3862
3863 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3864
3865 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3866
3867 * gdb.base/vla-optimized-out.exp: Add new test.
3868
3869 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3870
3871 * gdb.base/vla-optimized-out-o3.exp: Delete.
3872 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3873 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3874 deleted tests.
3875
3876 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3877
3878 PR gdb/18050:
3879 * gdb.server/extended-remote-restart.c: New file.
3880 * gdb.server/extended-remote-restart.exp: New file.
3881
3882 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3883
3884 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3885 "set variable index = 42".
3886
3887 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3888
3889 * boards/index-cache-gdb.exp: New file.
3890 * gdb.dwarf2/index-cache.exp: New file.
3891 * gdb.dwarf2/index-cache.c: New file.
3892 * gdb.base/maint.exp: Check if we are using the index cache.
3893
3894 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3895
3896 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3897 MAKEFLAGS.
3898
3899 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3900
3901 * dg-extract-results.sh: Move to toplevel contrib.
3902 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3903 * Makefile.in (check-parallel-racy): Likewise.
3904
3905 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3906
3907 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3908 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3909 tests if the target supports scheduler locking.
3910
3911 2018-08-04 Tom de Vries <tdevries@suse.de>
3912
3913 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3914
3915 2018-08-02 Tom Tromey <tom@tromey.com>
3916
3917 PR symtab/16842.
3918 * gdb.cp/temargs.exp: Test "info address" of a template
3919 parameter.
3920
3921 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3922
3923 * gdb.python/py-mi-var-info-path-expression.c: New file.
3924 * gdb.python/py-mi-var-info-path-expression.py: New file.
3925 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3926
3927 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3928
3929 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3930 error after "cannot resolve name" string.
3931
3932 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3933
3934 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3935 started.
3936 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3937
3938 2018-07-28 Tom de Vries <tdevries@suse.de>
3939
3940 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3941
3942 2018-07-26 Tom de Vries <tdevries@suse.de>
3943
3944 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3945
3946 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3947
3948 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3949 is visible.
3950
3951 2018-07-26 Tom de Vries <tdevries@suse.de>
3952
3953 PR breakpoints/23366
3954 * gdb.base/catch-follow-exec.c: New test.
3955 * gdb.base/catch-follow-exec.exp: New file.
3956
3957 2018-07-25 Tom de Vries <tdevries@suse.de>
3958
3959 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3960 vla-optimized-out.c.
3961
3962 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3963
3964 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3965 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3966
3967 2018-07-20 Tom de Vries <tdevries@suse.de>
3968
3969 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3970 NOCLONE macro.
3971 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3972
3973 2018-07-19 Tom de Vries <tdevries@suse.de>
3974
3975 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3976 regular expression.
3977
3978 2018-07-18 Tom de Vries <tdevries@suse.de>
3979
3980 * gdb.base/vla-optimized-out.c: New test.
3981 * gdb.base/vla-optimized-out.exp: New file.
3982
3983 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3984
3985 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3986 message "No address associated with hostname" when gdbserver
3987 cannot resolve the hostname.
3988
3989 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3990
3991 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3992 Add some test prefixes to make tests unique.
3993
3994 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3995
3996 * gdb.base/frameapply.c: New file.
3997 * gdb.base/frameapply.exp: New file.
3998
3999 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4000
4001 * gdb.base/skip.exp: Update expected error message.
4002
4003 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4004 Jan Kratochvil <jan.kratochvil@redhat.com>
4005 Paul Fertser <fercerpav@gmail.com>
4006 Tsutomu Seki <sekiriki@gmail.com>
4007
4008 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4009 parameter.
4010 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4011 by default.
4012 * boards/native-gdbserver.exp: Likewise.
4013 * gdb.server/run-without-local-binary.exp: Improve regexp used
4014 for detecting when a remote debugging connection succeeds.
4015 * gdb.server/server-connect.exp: New file.
4016 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4017 Do not prefix the port number with ":".
4018 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4019 support for detecting and using it. Add '$debughost_gdbserver'
4020 to the list of arguments used to start gdbserver. Handle case
4021 when gdbserver cannot resolve a network name.
4022
4023 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4024
4025 PR c++/23373
4026 * gdb.base/ptype-offsets.cc (struct static_member): New
4027 struct.
4028 (main) <stmember>: New variable.
4029 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4030 with a static member in it.
4031
4032 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4033
4034 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4035 watchpoints enabled and disabled.
4036
4037 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4038
4039 * gdb.base/examine-backward.exp: Still run tests around address
4040 0x0, even if address 0x0 is not readable. Update the pattern for
4041 matching address 0x0 in expected output.
4042
4043 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4044
4045 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4046 malloc/free.
4047
4048 2018-07-04 Tom de Vries <tdevries@suse.de>
4049
4050 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4051
4052 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4053
4054 PR tdep/8282
4055 * gdb.arch/mips-disassembler-options.exp: New test.
4056 * gdb.arch/mips-disassembler-options.s: New test source.
4057
4058 2018-06-29 Pedro Alves <palves@redhat.com>
4059
4060 * gdb.threads/names.exp: Adjust expected "info threads" output.
4061
4062 2018-06-29 Pedro Alves <palves@redhat.com>
4063
4064 * gdb.opt/inline-break.exp (line number, address): Add "info
4065 break" tests.
4066
4067 2018-06-29 Pedro Alves <palves@redhat.com>
4068
4069 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4070 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4071 number and address and running to them.
4072
4073 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4074
4075 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4076
4077 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4078
4079 * lib/compiler.c: Remove executable permission flag.
4080
4081 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4082
4083 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4084 code.
4085 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4086
4087 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4088
4089 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4090
4091 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4092
4093 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4094 address argument is omitted.
4095
4096 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4097
4098 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4099
4100 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4101
4102 PR gdb/21695
4103 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4104 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4105
4106 2018-06-26 Tom Tromey <tom@tromey.com>
4107
4108 PR rust/22574:
4109 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4110 * gdb.rust/simple.rs (struct SimpleLayout): New.
4111
4112 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4113
4114 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4115 "info registers" output.
4116
4117 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4118
4119 * gdb.base/watchpoint-hw-attach.c: New test.
4120 * gdb.base/watchpoint-hw-attach.exp: New file.
4121
4122 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4123
4124 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4125 through /bin/sh.
4126 * boards/dwarf4-gdb-index.exp: Likewise.
4127 * boards/fission-dwp.exp: Likewise.
4128
4129 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4130
4131 * gdb.base/float128.exp: Add comment and improved fail message
4132 to the failure case of "print large128" test.
4133
4134 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4135
4136 * configure.ac: Remove AC_PREREQ.
4137 * configure: Re-generate.
4138
4139 2018-06-19 Pedro Alves <palves@redhat.com>
4140
4141 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4142 (func_extern_caller): New.
4143 (main): Call func_extern_caller.
4144 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4145 logic change.
4146
4147 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4148
4149 PR gdb/16841
4150 * gdb.cp/typedef-base.cc: New file.
4151 * gdb.cp/typedef-base.exp: New file.
4152
4153 2018-06-18 Tom de Vries <tdevries@suse.de>
4154
4155 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4156
4157 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4158 Richard Bunt <Richard.Bunt@arm.com>
4159
4160 * gdb.threads/attach-slow-waitpid.c: New file.
4161 * gdb.threads/attach-slow-waitpid.exp: New file.
4162 * gdb.threads/slow-waitpid.c: New file.
4163
4164 2018-06-14 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.base/fork-running-state.c: Include <errno.h>.
4167 (exit_if_relative_exits): New.
4168 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4169 exits.
4170 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4171 child exits.
4172
4173 2018-06-14 Tom de Vries <tdevries@suse.de>
4174
4175 PR cli/22573
4176 * gdb.base/finish-pretty.c: New test.
4177 * gdb.base/finish-pretty.exp: New file.
4178
4179 2018-06-14 Pedro Alves <palves@redhat.com>
4180
4181 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4182 gdb's expected startup output.
4183
4184 2018-06-14 Pedro Alves <palves@redhat.com>
4185
4186 * lib/selftest-support.exp (selftest_setup): Remove inlined
4187 function handling.
4188
4189 2018-06-14 Tom de Vries <tdevries@suse.de>
4190
4191 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4192 matching of breakpoint printing.
4193
4194 2018-06-13 Tom de Vries <tdevries@suse.de>
4195
4196 PR testsuite/23269
4197 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4198 (fork_child): ... here, and ...
4199 (fork_parent): ... here.
4200
4201 2018-06-12 Tom de Vries <tdevries@suse.de>
4202
4203 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4204
4205 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4206 Stephen Roberts <stephen.roberts@arm.com>
4207
4208 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4209 rewrite test to describe action performed, rather than possible
4210 failure.
4211
4212 2018-06-08 Gary Benson <gbenson@redhat.com>
4213
4214 * gdb.threads/check-libthread-db.exp: New file.
4215 * gdb.threads/check-libthread-db.c: Likewise.
4216
4217 2018-06-05 Tom Tromey <tom@tromey.com>
4218
4219 * gdb.base/default.exp: Update expected "show version" output.
4220
4221 2018-06-05 Tom Tromey <tom@tromey.com>
4222
4223 PR cli/12326:
4224 * gdb.cp/static-print-quit.exp: Update.
4225 * lib/gdb.exp (pagination_prompt): Update.
4226 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4227 * gdb.python/python.exp: Update.
4228
4229 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4230
4231 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4232
4233 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4234
4235 * gdb.ada/bp_fun_addr: New testcase.
4236
4237 2018-06-01 Tom Tromey <tom@tromey.com>
4238
4239 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4240 results.
4241 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4242 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4243 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4244 * gdb.base/maint.exp (maint_pass_if): Update.
4245
4246 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4247
4248 * gdb.base/endian.exp: New test.
4249 * gdb.base/endian.c: New test source.
4250
4251 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4252
4253 PR gdb/23203
4254 * gdb.base/bt-selected-frame.c: New file.
4255 * gdb.base/bt-selected-frame.exp: New file.
4256 * lib/gdb.exp (get_current_frame_number): New function.
4257
4258 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4259 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.threads/tls-core.c: Include <stdlib.h>
4262 (thread_proc): Call `abort'.
4263 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4264 (tls_core_test): New procedure, bits factored out from ...
4265 (top level): ... here. Test both native cores and gcore cores.
4266
4267 2018-05-23 Tom Tromey <tom@tromey.com>
4268
4269 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4270
4271 2018-05-23 Tom Tromey <tom@tromey.com>
4272
4273 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4274 symfile_complaints.
4275 (test_short_complaints): Likewise.
4276 (test_empty_complaints): Likewise.
4277 (test_initial_complaints): Update.
4278
4279 2018-05-23 Tom Tromey <tom@tromey.com>
4280
4281 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4282
4283 2018-05-23 Tom Tromey <tom@tromey.com>
4284
4285 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4286 (test_short_complaints): Update.
4287
4288 2018-05-22 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.base/remote.exp: Only gdb_start after compiling the
4291 testcase. Issue "disconnect" before testing "set remote" command
4292 defaults. Issue clean_restart before running to main.
4293
4294 2018-05-22 Pedro Alves <palves@redhat.com>
4295
4296 * gdb.base/remote.exp: Adjust expected output of "show remote
4297 memory-write-packet-size". Add tests for "set remote
4298 memory-write-packet-size 0" and "set remote
4299 memory-write-packet-size fixed/limit".
4300
4301 2018-05-22 Pedro Alves <palves@redhat.com>
4302
4303 PR gdb/22973
4304 * gdb.base/utf8-identifiers.c: New file.
4305 * gdb.base/utf8-identifiers.exp: New file.
4306
4307 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4308
4309 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4310
4311 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4312
4313 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4314
4315 2018-05-18 Tom Tromey <tom@tromey.com>
4316
4317 * gdb.base/ptype-offsets.exp: Update.
4318
4319 2018-05-17 Keith Seitz <keiths@redhat.com>
4320
4321 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4322 in expected breakpoint stop locations.
4323 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4324 move to proper scope to test variable values.
4325 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4326 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4327 New functions.
4328 (main): Call not_inline_func3.
4329 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4330 inline_func1, inline_func2, and inline_func3. Test that when each
4331 breakpoint is hit, GDB properly reports both the stop location
4332 and the backtrace. Repeat tests for temporary breakpoints.
4333
4334 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4335
4336 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4337 rather then trying to access it in determining whether the PID
4338 of `gdbserver' could have been retrieved.
4339
4340 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4341
4342 * gdb.arch/amd64-init-x87-values.S: New file.
4343 * gdb.arch/amd64-init-x87-values.exp: New file.
4344
4345 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4346
4347 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4348
4349 2018-05-04 Tom Tromey <tom@tromey.com>
4350
4351 PR python/22730:
4352 * gdb.python/python.exp: Test multi-line execute.
4353
4354 2018-05-04 Tom Tromey <tom@tromey.com>
4355
4356 PR python/22731:
4357 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4358
4359 2018-05-04 Tom Tromey <tom@tromey.com>
4360
4361 PR gdb/11750:
4362 * gdb.base/define.exp: Test defining a user command inside a user
4363 command.
4364 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4365
4366 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4367 Pedro Alves <palves@redhat.com>
4368
4369 PR breakpoints/19806 and support for PR external/20207.
4370 * gdb.base/watchpoint-unaligned.c: New file.
4371 * gdb.base/watchpoint-unaligned.exp: New file.
4372
4373 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4374
4375 * gdb.base/maint.exp: Make test names unique, use
4376 test_prefix_command_help to test 'help maint info', and remove
4377 repeated test of 'help maint'.
4378
4379 2018-05-04 Tom Tromey <tom@tromey.com>
4380
4381 PR gdb/22619:
4382 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4383 behavior.
4384
4385 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4386
4387 * gdb.base/maint.exp: Process output from 'maint print registers'
4388 line at a time.
4389
4390 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4391
4392 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4393 timeout.
4394
4395 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4396
4397 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4398 filter pattern.
4399
4400 2018-05-02 Pedro Alves <palves@redhat.com>
4401
4402 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4403 to_log_command renames.
4404 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4405
4406 2018-05-02 Tom Tromey <tom@tromey.com>
4407
4408 * gdb.python/py-parameter.exp: Set test message.
4409
4410 2018-05-02 Tom Tromey <tom@tromey.com>
4411
4412 PR python/20084:
4413 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4414 PARAM_ZUINTEGER_UNLIMITED tests.
4415
4416 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4417
4418 PR rust/23124
4419 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4420 when casting.
4421
4422 2018-04-30 Tom Tromey <tom@tromey.com>
4423
4424 * gdb.python/py-type.exp: Check align attribute.
4425 * gdb.python/py-type.c: New "aligncheck" global.
4426
4427 2018-04-30 Tom Tromey <tom@tromey.com>
4428
4429 PR exp/17095:
4430 * gdb.dwarf2/dw2-align.exp: New file.
4431 * gdb.cp/align.exp: New file.
4432 * gdb.base/align.exp: New file.
4433 * lib/gdb.exp (gdb_int128_helper): New proc.
4434 (has_int128_c, has_int128_cxx): New caching procs.
4435
4436 2018-04-27 Tom Tromey <tom@tromey.com>
4437
4438 PR rust/22545:
4439 * gdb.rust/simple.exp: Add inclusive range tests.
4440
4441 2018-04-26 Pedro Alves <palves@redhat.com>
4442
4443 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4444 ifunc breakpoint locations correctly of ifunc breakpoints set
4445 while the program resolves the ifunc.
4446
4447 2018-04-26 Pedro Alves <palves@redhat.com>
4448
4449 * gdb.base/gnu-ifunc-final.c: New file.
4450 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4451 * gdb.base/gnu-ifunc.exp (executable): Delete.
4452 (staticexecutable): Adjust.
4453 (lib_opts, exec_opts): Delete.
4454 (make_binsuffix, build, set-break): New procedures.
4455 (misc_tests): New, with tests factored out from the top level.
4456 (top level): Test different combinations of ifunc resolver name,
4457 resolver with and with debug info, and ifunc target with and
4458 without debug info. Wrap static tests with with_target_prefix.
4459
4460 2018-04-26 Pedro Alves <palves@redhat.com>
4461
4462 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4463 return type" warnings.
4464
4465 2018-04-25 Pedro Alves <palves@redhat.com>
4466
4467 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4468 killed".
4469 * gdb.base/kill-after-signal.exp: Likewise.
4470 * gdb.threads/kill.exp: Likewise.
4471
4472 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4473 Sergio Durigan Junior <sergiodj@redhat.com>
4474 Pedro Alves <palves@redhat.com>
4475
4476 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4477 regexps to expect for '[Inferior ... detached]' as well.
4478 * gdb.base/attach.exp: Likewise.
4479 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4480 "gdb_continue_to_end".
4481 (test_catch_syscall_with_wrong_args): Likewise.
4482 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4483 ']'. Don't set 'verbose' on.
4484 * gdb.base/foll-vfork.exp: Likewise.
4485 * gdb.base/fork-print-inferior-events.c: New file.
4486 * gdb.base/fork-print-inferior-events.exp: New file.
4487 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4488 '[Inferior ... has been killed]' message.
4489 * gdb.base/kill-after-signal.exp: Likewise.
4490 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4491 detach message.
4492 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4493 message.
4494 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4495 regexps to expect for '[Inferior ... detached]' as well.
4496 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4497
4498 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4499
4500 PR gdb/23104
4501 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4502
4503 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4504
4505 PR gdb/23095
4506 * gdb.base/break-probes.exp: Pass shlib_load to
4507 prepare_for_testing. Set normal_bp to r_debug_state if target is
4508 bsd.
4509
4510 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4511
4512 * gdb.threads/multiple-successive-infcall.c: New test.
4513 * gdb.threads/multiple-successive-infcall.exp: New file.
4514
4515 2018-04-17 Tom Tromey <tom@tromey.com>
4516
4517 * gdb.rust/simple.rs (Union): New type.
4518 (main): New local "u".
4519 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4520
4521 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4522
4523 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4524 number information in output of "whereis" command.
4525 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4526
4527 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4528
4529 * gdb.ada/info_types.exp: Adjust expected output to the line
4530 numbers now printed by "info var/func/type".
4531 * gdb.base/completion.exp: Likewise.
4532 * gdb.base/included.exp: Likewise.
4533 * gdb.cp/cp-relocate.exp: Likewise.
4534 * gdb.cp/cplusfuncs.exp: Likewise.
4535 * gdb.cp/namespace.exp: Likewise.
4536 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4537
4538 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4539
4540 * gdb.btrace/cpu.exp: New.
4541
4542 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4543
4544 * gdb.base/step-indirect-call-thunk.exp: New.
4545 * gdb.base/step-indirect-call-thunk.c: New.
4546 * gdb.reverse/step-indirect-call-thunk.exp: New.
4547 * gdb.reverse/step-indirect-call-thunk.c: New.
4548
4549 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4550
4551 * gdb.base/pie-fork.c: New file.
4552 * gdb.base/pie-fork.exp: New file.
4553
4554 2018-04-11 Tom Tromey <tom@tromey.com>
4555
4556 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4557
4558 2018-04-10 Pedro Alves <palves@redhat.com>
4559
4560 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4561 exits. Instead loop running forever.
4562 (fork_parent): Run forever too.
4563
4564 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4565
4566 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4567 mi_continue_to_line.
4568 * gdb.mi/mi-stack.c (callee4): Add comment.
4569
4570 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4571
4572 * gdb.mi/mi-stack.exp: Fix indentation.
4573
4574 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4575
4576 PR gdb/22979
4577 * gdb.arch/amd64-osabi.exp: New file.
4578
4579 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4580
4581 PR gdb/22980
4582 * gdb.base/osabi.exp: New file.
4583
4584 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4585
4586 * gdb.cp/static-typedef-print.exp: New file.
4587 * gdb.cp/static-typedef-print.cc: New file.
4588
4589 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4590
4591 * gdb.ada/varsize_limit: New testcase.
4592
4593 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4594
4595 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4596
4597 * gdb.ada/notcplusplus: New testcase.
4598
4599 * gdb.base/c-linkage-name.c: New file.
4600 * gdb.base/c-linkage-name.exp: New testcase.
4601
4602 2018-03-26 Tom Tromey <tom@tromey.com>
4603
4604 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4605 * gdb.python/py-framefilter.py (name_error): New global.
4606 (ErrorInName.function): Use name_error.
4607
4608 2018-03-26 Tom Tromey <tom@tromey.com>
4609
4610 PR backtrace/15582:
4611 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4612
4613 2018-03-23 Keith Seitz <keiths@redhat.com>
4614
4615 PR c++/22968
4616 * gdb.cp/subtypes.exp: New file.
4617 * gdb.cp/subtypes.h: New file.
4618 * gdb.cp/subtypes.cc: New file.
4619 * gdb.cp/subtypes-2.cc: New file.
4620
4621 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4622
4623 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4624 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4625 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4626 -nostartfiles when compiling the test. Confirm that all registers
4627 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4628
4629 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4630
4631 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4632 option, syntax was wrong anyway.
4633 * gdb.arch/arm-disp-step.exp: Likewise.
4634 * gdb.arch/sparc64-regs.exp: Likewise.
4635 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4636 option, syntax was wrong anyway, switch to use
4637 prepare_for_testing.
4638 * gdb.arch/i386-disp-step.exp: Likewise.
4639
4640 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4641
4642 * gdb.ada/exec_changed.exp: Replace "target_info exists
4643 use_gdb_stub" by "use_gdb_stub".
4644 * gdb.ada/start.exp: Likewise.
4645 * gdb.base/async-shell.exp: Likewise.
4646 * gdb.base/attach-pie-misread.exp: Likewise.
4647 * gdb.base/attach-wait-input.exp: Likewise.
4648 * gdb.base/break-entry.exp: Likewise.
4649 * gdb.base/break-interp.exp: Likewise.
4650 * gdb.base/dprintf-detach.exp: Likewise.
4651 * gdb.base/nostdlib.exp: Likewise.
4652 * gdb.base/solib-nodir.exp: Likewise.
4653 * gdb.base/statistics.exp: Likewise.
4654 * gdb.base/testenv.exp: Likewise.
4655 * gdb.mi/mi-exec-run.exp: Likewise.
4656 * gdb.mi/mi-start.exp: Likewise.
4657 * gdb.multi/dummy-frame-restore.exp: Likewise.
4658 * gdb.multi/multi-arch-exec.exp: Likewise.
4659 * gdb.multi/multi-arch.exp: Likewise.
4660 * gdb.multi/tids.exp: Likewise.
4661 * gdb.multi/watchpoint-multi.exp: Likewise.
4662 * gdb.python/py-events.exp: Likewise.
4663 * gdb.threads/attach-into-signal.exp: Likewise.
4664 * gdb.threads/attach-stopped.exp: Likewise.
4665 * gdb.threads/threadapply.exp: Likewise.
4666 * lib/selftest-support.exp: Likewise.
4667
4668 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4669
4670 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4671
4672 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4673
4674 * gdb.perf/template-breakpoints.cc: New file.
4675 * gdb.perf/template-breakpoints.exp: New file.
4676 * gdb.perf/template-breakpoints.py: New file.
4677
4678 2018-03-19 Tom Tromey <tom@tromey.com>
4679
4680 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4681 y0.
4682 * gdb.rust/simple.exp: Test bare identifier form of struct
4683 initializer.
4684
4685 2018-03-19 Tom Tromey <tom@tromey.com>
4686
4687 * gdb.gdb/observer.exp: Remove.
4688
4689 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4690
4691 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4692 "qualified" option when setting breakpoints.
4693 * gdb.trace/backtrace.exp: Likewise.
4694 * gdb.trace/circ.exp: Likewise.
4695 * gdb.trace/collection.exp: Likewise.
4696 * gdb.trace/disconnected-tracing.exp: Likewise.
4697 * gdb.trace/ftrace-lock.exp: Likewise.
4698 * gdb.trace/ftrace.exp: Likewise.
4699 * gdb.trace/infotrace.exp: Likewise.
4700 * gdb.trace/packetlen.exp: Likewise.
4701 * gdb.trace/passc-dyn.exp: Likewise.
4702 * gdb.trace/qtro.exp: Likewise.
4703 * gdb.trace/read-memory.exp: Likewise.
4704 * gdb.trace/report.exp: Likewise.
4705 * gdb.trace/signal.exp: Likewise.
4706 * gdb.trace/status-stop.exp: Likewise.
4707 * gdb.trace/strace.exp: Likewise.
4708 * gdb.trace/tfind.exp: Likewise.
4709 * gdb.trace/trace-break.exp: Likewise.
4710 * gdb.trace/trace-condition.exp: Likewise.
4711 * gdb.trace/trace-mt.exp: Likewise.
4712 * gdb.trace/tstatus.exp: Likewise.
4713 * gdb.trace/tsv.exp: Likewise.
4714 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4715 * gdb.trace/unavailable.exp: Likewise.
4716 * gdb.trace/while-dyn.exp: Likewise.
4717
4718 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4719
4720 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4721 that libinproctrace is copied to the target.
4722
4723 2018-03-14 Tom Tromey <tom@tromey.com>
4724
4725 PR cli/14977:
4726 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4727 a null pointer.
4728 * gdb.base/wchar.exp: Likewise.
4729
4730 2018-03-14 Tom Tromey <tom@tromey.com>
4731
4732 PR cli/19918:
4733 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4734 flag.
4735
4736 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4737
4738 PR gdb/22841
4739 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4740 "target" to remote_exec.
4741
4742 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4743
4744 PR gdb/22841
4745 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4746 ${board}_upload): Remove.
4747
4748 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4749
4750 * gdb.cp/watch-cp.cc: New test.
4751 * gdb.cp/watch-cp.exp: New file.
4752
4753 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4754
4755 * gdb.base/infcall-nested-structs.exp: New file.
4756 * gdb.base/infcall-nested-structs.c: New file.
4757 * gdb.base/float.exp: Add riscv support.
4758
4759 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4760
4761 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4762 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4763
4764 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4765
4766 * gdb.server/abspath.exp: New file.
4767 * lib/gdb.exp (with_cwd): New procedure.
4768
4769 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4770
4771 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4772 use it.
4773 (gdb_is_target_remote_prompt): New proc.
4774 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4775 (gdb_is_target_native): Pass prompt parameter to
4776 gdb_is_target_1.
4777
4778 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4779
4780 * gdb.base/load-command.c: New file.
4781 * gdb.base/load-command.exp: New file.
4782 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4783 (gdb_is_target_1): ...this, and generalize for other targets
4784 than just remote.
4785 (gdb_is_target_remote): Use gdb_is_target_1.
4786 (gdb_is_target_native): use gdb_is_target_1.
4787
4788 2018-02-26 Tom Tromey <tom@tromey.com>
4789
4790 PR python/16497:
4791 * gdb.python/py-framefilter.exp: Update test.
4792
4793 2018-02-26 Tom Tromey <tom@tromey.com>
4794
4795 * gdb.dwarf2/variant.c: New file.
4796 * gdb.dwarf2/variant.exp: New file.
4797
4798 2018-02-26 Tom Tromey <tom@tromey.com>
4799
4800 * gdb.rust/simple.exp: Accept more possible results in enum test.
4801
4802 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4803
4804 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4805 parentheses.
4806
4807 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4808
4809 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4810 name of a variable: $actual_linejj -> $actual_line.
4811
4812 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4813
4814 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4815
4816 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4817
4818 * gdb.btrace/buffer-size.exp: Do not force BTS.
4819
4820 2018-02-14 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4823 getting a "Quit".
4824
4825 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4826
4827 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4828 Fix test name.
4829
4830 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4831
4832 * gdb.cp/m-static.exp: Check type of optimized out static
4833 member.
4834
4835 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4836
4837 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4838 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4839
4840 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4841 Leszek Swirski <leszeks@google.com>
4842
4843 * gdb.python/py-prettyprint.c
4844 (struct to_string_returns_value_inner,
4845 struct to_string_returns_value_wrapper): New.
4846 (main): Add tsrvw variable.
4847 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4848 ToStringReturnsValueWrapper): New classes.
4849 (register_pretty_printers): Register new pretty-printers.
4850 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4851 recursive pretty printer.
4852 * gdb.python/py-mi.exp: Likewise.
4853
4854 2018-02-01 Leszek Swirski <leszeks@google.com>
4855
4856 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4857 functions with the same name as an include file are parsed
4858 correctly.
4859
4860 2018-02-01 Yao Qi <yao.qi@linaro.org>
4861
4862 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4863 "\[^\r\n\]*".
4864
4865 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4866
4867 * gdb.arch/powerpc-prologue-frame.s: New file.
4868 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4869 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4870
4871 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4872
4873 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4874
4875 2018-01-30 Pedro Alves <palves@redhat.com>
4876
4877 PR gdb/13211
4878 * gdb.base/interrupt-daemon.c: New.
4879 * gdb.base/interrupt-daemon.exp: New.
4880 * gdb.multi/multi-term-settings.c: New.
4881 * gdb.multi/multi-term-settings.exp: New.
4882
4883 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4884
4885 * gdb.base/break.exp: Save the location where the breakpoint
4886 on break.c:47 was actually inserted when debugging the version
4887 compiled at -O2 and use it in the expected output of the "info
4888 break" test performed soon after.
4889
4890 2018-01-22 Pedro Alves <palves@redhat.com>
4891 Sergio Durigan Junior <sergiodj@redhat.com>
4892
4893 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4894 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4895
4896 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4897
4898 * gdb.base/break-include.c, gdb.base/break-include.inc,
4899 gdb.base/break-include.exp: New files.
4900 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4901 line number now being the actual line number where the breakpoint
4902 was inserted.
4903 * gdb.mi/mi-break.exp: Likewise.
4904 * gdb.mi/mi-reverse.exp: Likewise.
4905 * gdb.mi/mi-simplerun.exp: Ditto.
4906
4907 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4908
4909 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4910 varobj.
4911 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4912
4913 2018-01-21 Don Breazeal <donb@codesourcery.com>
4914 Andrew Burgess <andrew.burgess@embecosm.com>
4915
4916 * gdb.mi/basics.c: Add new global.
4917 * gdb.mi/mi-frame-regs.exp: New file.
4918 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4919 case.
4920
4921 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4922
4923 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4924 non-parameter, and on an unknown symbol.
4925
4926 2018-01-19 Tom Tromey <tom@tromey.com>
4927
4928 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4929 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4930
4931 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4932
4933 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4934 setrlimit and chdir to int.
4935
4936 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4937
4938 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4939 function.
4940 (my_tend): Likewise.
4941 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4942 rationale of avoiding FP- and vector instructions.
4943
4944 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4945
4946 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4947 "info reg" with "\[ \t\]*".
4948 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4949 "\[ \t\]+".
4950 * gdb.arch/s390-multiarch.exp: Ditto.
4951 * gdb.base/pc-fp.exp: Ditto.
4952 * gdb.reverse/i386-precsave.exp: Ditto.
4953 * gdb.reverse/i386-reverse.exp: Ditto.
4954 * gdb.reverse/i387-env-reverse.exp: Ditto.
4955 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4956
4957 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4958
4959 * lib/gdb.exp (gdb_compile): Re-enable use of
4960 universal_compile_options for languages other than Rust.
4961
4962 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4963
4964 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4965
4966 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4967
4968 PR gdb/16577
4969 * gdb.base/solib-vanish.exp: New.
4970 * gdb.base/solib-vanish-main.c: New.
4971 * gdb.base/solib-vanish-lib1.c: New.
4972 * gdb.base/solib-vanish-lib2.c: New.
4973
4974 2018-01-17 Yao Qi <yao.qi@linaro.org>
4975
4976 * gdb.compile/compile.exp: Match the address printed for
4977 frame in the output of command "bt".
4978
4979 2018-01-15 Tom Tromey <tom@tromey.com>
4980
4981 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4982 compute sp_reg.
4983
4984 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4985
4986 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4987 to prepare.
4988 (prepare): Return 0 on error, 1 on success.
4989
4990 2018-01-12 Pedro Alves <palves@redhat.com>
4991
4992 * gdb.base/continue-after-aborted-step-over.c: New.
4993 * gdb.base/continue-after-aborted-step-over.exp: New.
4994
4995 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4996
4997 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4998 options when not creating an executable.
4999
5000 2018-01-11 Pedro Alves <palves@redhat.com>
5001
5002 PR remote/22597
5003 * gdb.server/stop-reply-no-thread.c: New file.
5004 * gdb.server/stop-reply-no-thread.exp: New file.
5005
5006 2018-01-10 Pedro Alves <palves@redhat.com>
5007
5008 PR gdb/22670
5009 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5010 functions too. Test setting breakpoints and printing C functions
5011 with no debug info too.
5012 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5013
5014 2018-01-10 Pedro Alves <palves@redhat.com>
5015
5016 PR gdb/22670
5017 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5018 a fail.
5019
5020 2018-01-10 Pedro Alves <palves@redhat.com>
5021
5022 PR gdb/22670
5023 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5024
5025 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5026
5027 * gdb.server/unittest.exp: Match the output in non-development
5028 mode.
5029
5030 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5031
5032 * gdb.gdb/unittest.exp: Match output in non-development mode.
5033
5034 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5035
5036 * gdb.ada/access_tagged_param.exp: Relax expected output
5037 for value of "ObjL" in "continue" to pck.inspect breakpoint
5038 test.
5039
5040 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5041
5042 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5043 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5044
5045 2018-01-05 Pedro Alves <palves@redhat.com>
5046
5047 PR gdb/18653
5048 * gdb.base/libsegfault.exp: New.
5049
5050 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5051
5052 PR gdb/22670
5053 * gdb.ada/access_tagged_param.exp: New file.
5054 * gdb.ada/access_tagged_param/foo.adb: New file.
5055
5056 2018-01-05 Pedro Alves <palves@redhat.com>
5057
5058 PR gdb/22670
5059 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5060 exercise lower case too, and to exercise both full matching and
5061 wild matching.
5062
5063 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5064
5065 * gdb.ada/rename_subscript_param: New testcase.
5066
5067 2018-01-05 Jerome Guitton <guitton@adacore.com>
5068
5069 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5070
5071 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5072
5073 * gdb.ada/convvar_comp: New testcase.
5074
5075 2018-01-05 Xavier Roirand <roirand@adacore.com>
5076
5077 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5078 (My_Table): New global variable.
5079 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5080
5081 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5082
5083 PR gdb/22670
5084 * gdb.ada/maint_with_ada: New testcase.
5085
5086 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5087
5088 PR gdb/22670
5089 * gdb.ada/bp_c_mixed_case: New testcase.
5090
5091 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5092
5093 PR gdb/22670
5094 * gdb.ada/complete.exp: Add "complete break ada" test.
5095
5096 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5097
5098 PR gdb/22670
5099 * gdb.ada/info_addr_mixed_case: New testcase.
5100
5101 2018-01-03 Xavier Roirand <roirand@adacore.com>
5102
5103 * gdb.ada/excep_handle.exp: New testcase.
5104 * gdb.ada/excep_handle/foo.adb: New file.
5105 * gdb.ada/excep_handle/pck.ads: New file.
5106
5107 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5108
5109 * gdb.base/step-line.c: Add extra empty line in copyright header.
5110 * gdb.base/step-line.inp: Likewise.
5111
5112 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5113
5114 * gdb.ada/dyn_stride.exp: Add slice test.
5115
5116 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5117
5118 * gdb.ada/dyn_stride: New testcase.
5119
5120 2017-12-27 Stafford Horne <shorne@gmail.com>
5121
5122 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5123 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5124
5125 2017-12-27 Stafford Horne <shorne@gmail.com>
5126
5127 * gdb.base/reggroups.c: New file.
5128 * gdb.base/reggroups.exp: New file.
5129
5130 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5131
5132 * gdb.dwarf2/ada-valprint-error.c: New file.
5133 * gdb.dwarf2/ada-valprint-error.exp: New file.
5134
5135 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5136
5137 * gdb.ada/assign_arr: New testcase.
5138
5139 2017-12-18 Xavier Roirand <roirand@adacore.com>
5140
5141 * gdb.ada/funcall_ptr: New testcase.
5142
5143 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5144
5145 PR cli/16224
5146 * gdb.base/ptype-offsets.cc: New file.
5147 * gdb.base/ptype-offsets.exp: New file.
5148
5149 2017-12-15 Yao Qi <yao.qi@linaro.org>
5150
5151 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5152 if XML is disabled.
5153
5154 2017-12-15 Xavier Roirand <roirand@adacore.com>
5155
5156 * gdb.ada/same_component_name: New testcase.
5157
5158 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5159
5160 * gdb.ada/str_binop_equal: New testcase.
5161
5162 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5163
5164 * gdb.ada/task_switch_in_core: New testcase.
5165
5166 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5167
5168 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5169 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5170 call test_bkpt_qualified.
5171 (test_bkpt_qualified): New proc.
5172
5173 2017-12-13 Pedro Alves <palves@redhat.com>
5174
5175 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5176 Tighten regexp by matching with an anchor.
5177
5178 2017-12-13 Pedro Alves <palves@redhat.com>
5179
5180 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5181 ("expression with namespace"): New set of tests.
5182 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5183 (Nested::Test_NS::qux): New.
5184 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5185 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5186
5187 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5188
5189 * gdb.base/server-del-break.c: New file.
5190 * gdb.base/server-del-break.exp: New file.
5191
5192 2017-12-12 Stafford Horne <shorne@gmail.com>
5193
5194 * gdb.xml/tdesc-regs.exp: Add or1k support.
5195
5196 2017-12-12 Stafford Horne <shorne@gmail.com>
5197
5198 * gdb.base/bp-permanent.c: Define nop of or1k.
5199
5200 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5201
5202 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5203 output with components being reordered.
5204
5205 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5206
5207 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5208 output with components being reordered.
5209
5210 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5211 Pedro Alves <palves@redhat.com>
5212
5213 * gdb.base/maint.exp (check for .gdb_index): Check also for
5214 .debug_names.
5215 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5216 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5217 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5218 (.gdb_index used after symbol reloading): Support also .debug_names.
5219 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5220
5221 2017-12-08 Yao Qi <yao.qi@linaro.org>
5222
5223 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5224 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5225
5226 2017-12-08 Yao Qi <yao.qi@linaro.org>
5227
5228 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5229 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5230
5231 2017-12-08 Yao Qi <yao.qi@linaro.org>
5232
5233 * gdb.arch/aarch64-tagged-pointer.c: New file.
5234 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5235
5236 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5237
5238 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5239 "int".
5240
5241 2017-12-07 Keith Seitz <keiths@redhat.com>
5242
5243 PR breakpoints/22569
5244 * gdb.linespec/ls-errs.exp: Change expected result of "break
5245 -source this file has spaces.c -line 3".
5246 Check that an explicit source file followed by whitespace is
5247 identified as an invalid explicit location.
5248
5249 2017-12-07 Keith Seitz <keiths@redhat.com>
5250
5251 * gdb.cp/nested-types.cc: New file.
5252 * gdb.cp/nested-types.exp: New file.
5253 * lib/cp-support.exp: Load data-structures.exp library.
5254 (debug_cp_test_ptype_class): New global.
5255 (cp_ptype_class_verbose, next_line): New procedures.
5256 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5257 Add and document new return value.
5258 Switch the list of lines to a queue.
5259 Add support for new `type' key for nested type definitions.
5260 Add debugging/troubleshooting messages.
5261 * lib/data-structures.exp: New file.
5262
5263 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5264
5265 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5266 with proc_with_prefix, don't use with_test_prefix.
5267
5268 2017-12-07 Tom Tromey <tom@tromey.com>
5269
5270 * gdb.base/break.exp: Add test for empty "commands".
5271
5272 2017-12-07 Yao Qi <yao.qi@linaro.org>
5273
5274 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5275 malloc and catch syscall.
5276
5277 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5278
5279 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5280 tests for explicit locations.
5281
5282 2017-12-06 Pedro Alves <palves@redhat.com>
5283
5284 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5285 force-disabling XML descriptions.
5286
5287 2017-12-04 Pedro Alves <palves@redhat.com>
5288
5289 PR gdb/22499
5290 * gdb.arch/amd64-disp-step-avx.S: New file.
5291 * gdb.arch/amd64-disp-step-avx.exp: New file.
5292
5293 2017-12-03 Pedro Alves <palves@redhat.com>
5294
5295 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5296 and <string.h>.
5297 (parent_function): Print distinct messages when waitpid fails, or
5298 the child exits with a signal, or the child exits for an unhandled
5299 reason.
5300 * gdb.threads/process-dies-while-detaching.exp
5301 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5302 it. Wait for both inferior output and GDB's prompt. Use an
5303 indirect spawn id list.
5304 (do_detach): New parameter 'child_exit'. Use it to compute
5305 expected inferior output.
5306 (test_detach, test_detach_watch, test_detach_killed_outside):
5307 Adjust to pass down the expected child exit kind.
5308
5309 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5310 Sergio Durigan Junior <sergiodj@redhat.com>
5311 Pedro Alves <palves@redhat.com>
5312
5313 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5314
5315 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5316
5317 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5318 to 'symbol-file' and 'add-symbol-file' can be
5319 position-independent.
5320
5321 2017-12-01 Yao Qi <yao.qi@linaro.org>
5322
5323 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5324 the URL in copyright header.
5325 * gdb.arch/aarch64-fp.exp: Likewise.
5326 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5327 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5328 * gdb.base/expand-psymtabs.exp: Likewise.
5329 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5330 * gdb.fortran/common-block.exp: Likewise.
5331 * gdb.fortran/common-block.f90: Likewise.
5332 * gdb.fortran/logical.exp: Likewise.
5333 * gdb.fortran/vla-datatypes.f90: Likewise.
5334 * gdb.fortran/vla-sub.f90: Likewise.
5335
5336 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5337
5338 * gdb.ada/repeat_dyn: New testcase.
5339
5340 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5341
5342 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5343 Update for changed thread numbering.
5344 * gdb.cell/bt.exp: Update for changed GDB output.
5345
5346 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5347
5348 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5349 setting isremote by hand.
5350 * boards/dwarf4-gdb-index.exp: Likewise.
5351 * boards/fission.exp: Likewise.
5352 * boards/stabs.exp: Likewise.
5353
5354 2017-11-30 Pedro Alves <palves@redhat.com>
5355
5356 * gdb.linespec/cpls-ops.exp
5357 (check_explicit_skips_function_argument): Extract the underlying
5358 type of size_t instead of hardcoding it.
5359
5360 2017-11-29 Pedro Alves <palves@redhat.com>
5361
5362 PR c++/19436
5363 * gdb.linespec/cpls-abi-tag.cc: New file.
5364 * gdb.linespec/cpls-abi-tag.exp: New file.
5365
5366 2017-11-29 Pedro Alves <palves@redhat.com>
5367
5368 * gdb.base/langs.exp: Use -qualified.
5369 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5370 it.
5371 * gdb.cp/namespace.exp: Use -qualified.
5372 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5373 (overload-3, template-overload, template-ret-type, const-overload)
5374 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5375 procedures.
5376 (test_driver): Call them.
5377 * gdb.cp/save-bp-qualified.cc: New.
5378 * gdb.cp/save-bp-qualified.exp: New.
5379 * gdb.linespec/explicit.exp: Test -qualified.
5380 * lib/completion-support.exp (completion::explicit_opts_list): Add
5381 "-qualified".
5382 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5383
5384 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5385
5386 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5387
5388 2017-11-29 Tom Tromey <tom@tromey.com>
5389
5390 * gdb.base/relocate.exp: Update invalid argument test.
5391 Add new tests for invalid arguments.
5392
5393 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5394
5395 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5396 Return 0 as a long.
5397 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5398
5399 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5400
5401 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5402 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5403 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5404 func ().
5405 * gdb.cp/shadow.cc (B.func): Return 0.
5406
5407 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5408
5409 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5410 expected output in gdb_expect call to allow the exception
5411 message to be present as well. Fix syntax confusion to avoid
5412 TCL thinking that exception_name is an array.
5413
5414 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5415
5416 * gdb.arch/spu-info.c: Include <unistd.h>.
5417 (do_signal_test): Fix broken calls to write.
5418 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5419 Fix checks for empty mailboxes. Update signal tests for corrected
5420 do_signal_test routine. Allow nonzero event status.
5421 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5422 * gdb.cell/arch.exp: Use standard_output_file.
5423 * gdb.cell/break.exp: Likewise.
5424 * gdb.cell/bt.exp: Likewise.
5425 * gdb.cell/core.exp: Likewise.
5426 * gdb.cell/dwarfaddr.exp: Likewise.
5427 * gdb.cell/ea-cache.exp: Likewise.
5428 * gdb.cell/ea-standalone.exp: Likewise.
5429 * gdb.cell/f-regs.exp: Likewise.
5430 * gdb.cell/fork.exp: Likewise.
5431 * gdb.cell/gcore.exp: Likewise.
5432 * gdb.cell/mem-access.exp: Likewise.
5433 * gdb.cell/ptype.exp: Likewise.
5434 * gdb.cell/registers.exp: Likewise.
5435 * gdb.cell/sizeof.exp: Likewise.
5436 * gdb.cell/solib-symbol.exp: Likewise.
5437 * gdb.cell/solib.exp: Likewise.
5438
5439 2017-11-25 Pedro Alves <palves@redhat.com>
5440
5441 * gdb.base/complete-empty.exp: New file.
5442 * gdb.base/completion.exp: Adjust.
5443
5444 2017-11-25 Pedro Alves <palves@redhat.com>
5445
5446 * gdb.linespec/cpls-ops.cc: New file.
5447 * gdb.linespec/cpls-ops.exp: New file.
5448 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5449 factored out from ...
5450 (test_complete_prefix_range): ... this.
5451
5452 2017-11-24 Pedro Alves <palves@redhat.com>
5453
5454 * gdb.linespec/cpcompletion.exp: New file.
5455 * gdb.linespec/cpls-hyphen.cc: New file.
5456 * gdb.linespec/cpls.cc: New file.
5457 * gdb.linespec/cpls2.cc: New file.
5458 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5459 test to use test_gdb_complete_unique. Add label completion,
5460 keyword completion and explicit location completion tests.
5461 * lib/completion-support.exp: New file.
5462
5463 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5464
5465 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5466 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5467 when hitting an exception catchpoint.
5468
5469 2017-11-22 Yao Qi <yao.qi@linaro.org>
5470
5471 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5472
5473 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5474
5475 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5476 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5477 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5478
5479 2017-11-22 Yao Qi <yao.qi@linaro.org>
5480
5481 * gdb.base/info-os.exp: Pass pthreads.
5482 * gdb.multi/multi-attach.exp: Likewise.
5483
5484 2017-11-22 Yao Qi <yao.qi@linaro.org>
5485
5486 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5487 compiler.
5488
5489 2017-11-22 Yao Qi <yao.qi@linaro.org>
5490
5491 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5492 * gdb.base/break-interp.exp: Likewise.
5493 * gdb.base/jit-attach-pie.exp: Likewise.
5494
5495 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5496
5497 * gdb.base/float128.c (large128): New variable.
5498 * gdb.base/float128.exp: Add test to print largest __float128 value.
5499
5500 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5501
5502 * gdb.arch/vsx-regs.exp: Update register content checks.
5503
5504 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5505
5506 * gdb.arch/ppc-longdouble.exp: New file.
5507 * gdb.arch/ppc-longdouble.c: Likewise.
5508
5509 2017-11-21 Pedro Alves <palves@redhat.com>
5510
5511 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5512
5513 2017-11-20 Pedro Alves <palves@redhat.com>
5514
5515 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5516 (long_double_typedef): New typedefs.
5517 Use DEF on double and long double.
5518 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5519 cases.
5520 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5521 and 'long_double_ptr_same_size' locals. Use them to decide
5522 whether cast from array/function to float is valid/invalid.
5523
5524 2017-11-17 Tom Tromey <tom@tromey.com>
5525
5526 * gdb.rust/traits.rs: New file.
5527 * gdb.rust/traits.exp: New file.
5528
5529 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5530
5531 * gdb.ada/minsyms: New testcase.
5532
5533 2017-11-16 Pedro Alves <palves@redhat.com>
5534
5535 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5536 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5537
5538 2017-11-16 Pedro Alves <palves@redhat.com>
5539
5540 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5541 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5542
5543 2017-11-16 Pedro Alves <palves@redhat.com>
5544
5545 * gdb.server/reconnect-ctrl-c.c: New file.
5546 * gdb.server/reconnect-ctrl-c.exp: New file.
5547
5548 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5549
5550 * gdb.python/py-rbreak.exp: New file.
5551 * gdb.python/py-rbreak.c: New file.
5552 * gdb.python/py-rbreak-func2.c: New file.
5553
5554 2017-11-16 Pedro Alves <palves@redhat.com>
5555
5556 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5557 pattern.
5558 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5559 GDB.
5560
5561 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5562
5563 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5564 regex.
5565
5566 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5567
5568 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5569 test names.
5570
5571 2017-11-09 Pedro Alves <palves@redhat.com>
5572
5573 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5574 factored out from ...
5575 (top level): ... here, and adjusted to avoid expecting beyond the
5576 prompt in a single gdb_test_multiple.
5577
5578 2017-11-09 Pedro Alves <palves@redhat.com>
5579
5580 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5581 output.
5582 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5583 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5584 * gdb.server/ext-run.exp ("kill" test): Likewise.
5585 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5586
5587 2017-11-09 Pedro Alves <palves@redhat.com>
5588
5589 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5590 match till end of line.
5591
5592 2017-11-09 Pedro Alves <palves@redhat.com>
5593
5594 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5595
5596 2017-11-09 Pedro Alves <palves@redhat.com>
5597
5598 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5599 New procedures, factored out from ...
5600 (top level): ... here, and adjusted to avoid expecting beyond the
5601 prompt in one go.
5602
5603 2017-11-09 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5606 output. Fix '?' match.
5607
5608 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5609
5610 * gdb.ada/scoped_watch: New testcase.
5611 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5612 which is actually correct.
5613 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5614 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5615
5616 2017-11-08 Pedro Alves <palves@redhat.com>
5617
5618 * gdb.gdb/complaints.exp (test_initial_complaints)
5619 (test_serial_complaints, test_short_complaints): Call
5620 complaint_internal instead of complaint.
5621
5622 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5623
5624 * gdb.threads/tls-core.c: New file.
5625 * gdb.threads/tls-core.exp: Likewise.
5626
5627 2017-11-08 Pedro Alves <palves@redhat.com>
5628
5629 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5630 (p Exported_Capitalized): New test.
5631 (p exported_capitalized): New test.
5632
5633 2017-11-07 Pedro Alves <palves@redhat.com>
5634
5635 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5636
5637 2017-11-07 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5640 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5641 (disable_invalid, disable_inverted, disable_negative): New
5642 procedures.
5643 ("bad numbers"): New set of tests.
5644
5645 2017-11-07 Pedro Alves <palves@redhat.com>
5646
5647 * gdb.cp/ena-dis-br-range.exp: Add tests.
5648
5649 2017-11-07 Pedro Alves <palves@redhat.com>
5650
5651 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5652
5653 2017-11-07 Xavier Roirand <roirand@adacore.com>
5654 Pedro Alves <palves@redhat.com>
5655
5656 * gdb.base/ena-dis-br.exp: Add reference to
5657 gdb.cp/ena-dis-br-range.exp.
5658 * gdb.cp/ena-dis-br-range.exp: New file.
5659 * gdb.cp/ena-dis-br-range.cc: New file.
5660
5661 2017-11-06 Pedro Alves <palves@redhat.com>
5662
5663 * gdb.base/attach-non-pgrp-leader.c: New.
5664 * gdb.base/attach-non-pgrp-leader.exp: New.
5665
5666 2017-11-06 Pedro Alves <palves@redhat.com>
5667
5668 * configure.ac: No longer check for termio.h and sgtty.h.
5669 * configure: Regenerate.
5670 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5671 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5672 Remove termio and sgtty code.
5673
5674 2017-11-03 Yao Qi <yao.qi@linaro.org>
5675
5676 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5677 in GDB is disabled.
5678
5679 2017-11-03 Yao Qi <yao.qi@linaro.org>
5680
5681 * gdb.python/py-thrhandle.exp: Skip it if python is not
5682 enabled.
5683
5684 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5685
5686 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5687 as a breakpoint command.
5688
5689 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5690
5691 PR python/21213
5692 * gdb.python/py-infthread.exp: Test calling
5693 InferiorThread.inferior () multiple times in a row.
5694
5695 2017-10-27 Keith Seitz <keiths@redhat.com>
5696
5697 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5698 Test "info break" for every inlined function breakpoint.
5699
5700 2017-10-27 Yao Qi <yao.qi@linaro.org>
5701
5702 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5703
5704 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5705
5706 * gdb.cp/classes.exp (test_static_members): Test printing
5707 Outer::instance.
5708 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5709 (Inner::instance, Outer::instance): New.
5710
5711 2017-10-24 Pedro Alves <palves@redhat.com>
5712
5713 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5714 extra console" test in two stages.
5715
5716 2017-10-24 Pedro Alves <palves@redhat.com>
5717
5718 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5719
5720 2017-10-24 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5723 loop.
5724
5725 2017-10-24 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5728 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5729
5730 2017-10-24 Pedro Alves <palves@redhat.com>
5731
5732 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5733 parameter and handle it. Don't output read value in test name.
5734
5735 2017-10-24 Pedro Alves <palves@redhat.com>
5736
5737 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5738 custom test name.
5739
5740 2017-10-24 Pedro Alves <palves@redhat.com>
5741
5742 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5743 include the unstable output directory name in the test's name.
5744 (initial_setup_simple) <'set args'>: Use custom test name.
5745
5746 2017-10-24 Pedro Alves <palves@redhat.com>
5747
5748 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5749 with explicit test name.
5750
5751 2017-10-20 Pedro Alves <palves@redhat.com>
5752
5753 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5754 'wait -i'. Use gdb_assert and remote_close.
5755
5756 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5757
5758 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5759 number from variable rather than hard-coded.
5760
5761 2017-10-19 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.base/long-inferior-output.c: New file.
5764 * gdb.base/long-inferior-output.exp: New file.
5765
5766 2017-11-18 Keith Seitz <keiths@redhat.com>
5767
5768 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5769 method.
5770 (main): Call it.
5771 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5772 Add additional user-defined conversion operator tests.
5773
5774 2017-10-17 Pedro Alves <palves@redhat.com>
5775
5776 * boards/native-stdio-gdbserver.exp: Load "local-board".
5777
5778 2017-10-17 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.base/quit-live.c: New file.
5781 * gdb.base/quit-live.exp: New file.
5782
5783 2017-10-16 Keith Seitz <keiths@redhat.com>
5784
5785 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5786 (class_with_protected_typedef, class_with_private_typedef)
5787 (struct_with_public_typedef, struct_with_protected_typedef)
5788 (struct_with_private_typedef): New classes/structs.
5789 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5790 typedefs and access specifiers.
5791
5792 2017-10-16 Pedro Alves <palves@redhat.com>
5793 Simon Marchi <simon.marchi@polymtl.ca>
5794
5795 * README (Local vs Remote vs Native): New section.
5796 * boards/local-board.exp: New file, with bits factored out from
5797 ...
5798 * boards/native-extended-gdbserver.exp: ... here. Load
5799 "local-board".
5800 * boards/native-gdbserver.exp: Load "local-board".
5801 (${board}_spawn, ${board}_exec): Delete.
5802 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5803 ...
5804 * boards/stdio-gdbserver-base.exp: ... this new file.
5805 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5806 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5807 procedure.
5808 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5809 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5810 stdio_gdbserver_command.
5811 (${board}_get_remote_address, ${board}_get_comm_port)
5812 (${board}_download, ${board}_upload): Delete.
5813 (get_target_remote_pipe_cmd): New.
5814
5815 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5816
5817 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5818 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5819 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5820 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5821 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5822 remove with_test_prefix.
5823
5824 2017-10-13 Pedro Alves <palves@redhat.com>
5825
5826 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5827 * gdb.base/annota1.exp: Use it instead of is_remote.
5828 * gdb.base/annota3.exp: Use it instead of is_remote.
5829 * gdb.cp/annota2.exp: Use it instead of is_remote.
5830 * gdb.cp/annota3.exp: Use it instead of is_remote.
5831 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5832
5833 2017-10-13 Pedro Alves <palves@redhat.com>
5834
5835 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5836 (test_num_test_vars, run_and_count_vars, find_env)
5837 (test_set_unset_env, test_inherit_env_var): New procedures.
5838 (top level): Use them.
5839
5840 2017-10-13 Pedro Alves <palves@redhat.com>
5841
5842 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5843 also skip on stub-like targets.
5844
5845 2017-10-13 Pedro Alves <palves@redhat.com>
5846
5847 PR gdb/22293
5848 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5849 (top level): Move some tests to ...
5850 (test_not_found): ... this new procedure.
5851 (top level): Call it.
5852
5853 2017-10-13 Pedro Alves <palves@redhat.com>
5854
5855 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5856 expect different "info terminal" output if testing with a
5857 non-native target.
5858
5859 2017-10-13 Pedro Alves <palves@redhat.com>
5860 Simon Marchi <simon.marchi@polymtl.ca>
5861
5862 PR python/12966
5863 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5864
5865 2017-10-13 Pedro Alves <palves@redhat.com>
5866
5867 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5868 already.
5869
5870 2017-10-13 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5873 is_remote.
5874
5875 2017-10-13 Pedro Alves <palves@redhat.com>
5876
5877 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5878 is_remote.
5879
5880 2017-10-13 Pedro Alves <palves@redhat.com>
5881
5882 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5883 is set.
5884 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5885 instead of is_remote.
5886
5887 2017-10-13 Pedro Alves <palves@redhat.com>
5888
5889 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5890 (top level): Add comment.
5891
5892 2017-10-13 Pedro Alves <palves@redhat.com>
5893
5894 * gdb.base/remote.exp (top level): Fix comment typo and add
5895 missing return.
5896
5897 2017-10-13 Pedro Alves <palves@redhat.com>
5898 Simon Marchi <simon.marchi@polymtl.ca>
5899
5900 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5901 calls and add comments. Skip test if use_gdb_stub is set.
5902 (top level): Use "set cwd" command instead of "cd" command.
5903
5904 2017-10-13 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5907 is_remote target check.
5908
5909 2017-10-13 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/scope.exp: Use build_executable + clean_restart +
5912 gdb_file_cmd instead of prepare_for_testing and no longer skip
5913 "before run" tests on is_remote target boards. Update comments.
5914 * boards/native-extended-gdbserver.exp
5915 (extended_gdbserver_load_last_file): New, factored out from ...
5916 (gdb_load): ... this. Move further below and add comment.
5917 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5918
5919 2017-10-12 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.base/attach.exp: Remove references to gdb64.
5922 * gdb.base/dbx.exp: Remove references to gdb64.
5923
5924 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5925 Pedro Alves <palves@redhat.com>
5926
5927 * gdb.base/label.exp: Remove is_remote target check.
5928
5929 2017-10-12 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.base/auvx.exp (coredir): Update comment.
5932 (top level) <core_works>: Use "set cwd" command instead of "cd"
5933 command.
5934
5935 2017-10-12 Pedro Alves <palves@redhat.com>
5936 Simon Marchi <simon.marchi@polymtl.ca>
5937
5938 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5939 target boards.
5940
5941 2017-10-12 Pedro Alves <palves@redhat.com>
5942 Simon Marchi <simon.marchi@polymtl.ca>
5943
5944 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5945 Instead skip if there's any gdb_protocol set.
5946
5947 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5948 Pedro Alves <palves@redhat.com>
5949
5950 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5951
5952 2017-10-12 Pedro Alves <palves@redhat.com>
5953 Simon Marchi <simon.marchi@polymtl.ca>
5954
5955 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5956 instead of on dejagnu remote boards.
5957
5958 2017-10-12 Pedro Alves <palves@redhat.com>
5959 Simon Marchi <simon.marchi@polymtl.ca>
5960
5961 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5962 checks. Use build_executable + clean_restart instead of
5963 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5964 of enabling non-stop after starting gdb.
5965
5966 2017-10-12 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5969 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5970 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5971 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5972
5973 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5974
5975 * gdb.arch/arc-tdesc-cpu.exp: New file.
5976 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5977
5978 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5979
5980 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5981
5982 2017-10-10 Pedro Alves <palves@redhat.com>
5983
5984 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5985 expect CLI output.
5986
5987 2017-10-10 Pedro Alves <palves@redhat.com>
5988
5989 * lib/selftest-support.exp (selftest_setup): Update for
5990 captured_command_loop's prototype change.
5991
5992 2017-10-09 Pedro Alves <palves@redhat.com>
5993
5994 Test both arch1=>arch2 and arch2=>arch1.
5995
5996 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5997 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5998 factored out to...
5999 (append_arch1_options, append_arch2_options, append_arch_options)
6000 (build_executables): New procedures.
6001 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6002 local.
6003 (top level): Add new 'first_arch' testing axis.
6004
6005 2017-10-09 Pedro Alves <palves@redhat.com>
6006
6007 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6008 (barrier): New.
6009 (thread_start, all_started): New functions.
6010 (main): Spawn new thread and wait until it is scheduled.
6011 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6012 option.
6013 (do_test): Add 'selected_thread' parameter. Run to all_started
6014 instead of main. Explicitly set the breakpoint at main. Switch
6015 to the SELECTED_THREAD thread.
6016 (top level): Test handling the exec event with either the main
6017 thread or the second thread selected.
6018
6019 2017-10-09 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6022 logic. Move STOP marker after the value checks.
6023 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6024 regexp.
6025
6026 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6027
6028 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6029
6030 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6031
6032 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6033 integer-to-dfp conversion.
6034 * gdb.base/dfp-test.exp: Likewise.
6035
6036 2017-10-04 Pedro Alves <palves@redhat.com>
6037
6038 * gdb.multi/hangout.c: Include <unistd.h>.
6039 (hangout_loop): New function.
6040 (main): Call alarm. Call hangout_loop in a loop.
6041 * gdb.multi/hello.c: Include <unistd.h>.
6042 (hello_loop): New function.
6043 (main): Call alarm. Call hangout_loop in a loop.
6044 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6045 inferior with the other selected.
6046
6047 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6048
6049 * gdb.mi/list-thread-groups-available.exp: New file.
6050 * gdb.mi/list-thread-groups-available.c: New file.
6051
6052 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6053
6054 * gdb.base/set-cwd.exp: Make it available on
6055 native-extended-gdbserver.
6056
6057 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6058
6059 * gdb.base/set-cwd.c: New file.
6060 * gdb.base/set-cwd.exp: Likewise.
6061
6062 2017-10-02 Tom Tromey <tom@tromey.com>
6063
6064 PR rust/22236:
6065 * gdb.rust/simple.rs (main): New variable "fslice".
6066 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6067
6068 2017-10-02 Tom Tromey <tom@tromey.com>
6069
6070 * gdb.rust/simple.exp: Test ptype of a slice.
6071
6072 2017-10-02 Tom Tromey <tom@tromey.com>
6073
6074 * gdb.rust/simple.exp: Test index of slice.
6075
6076 2017-09-27 Tom Tromey <tom@tromey.com>
6077
6078 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6079
6080 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6081 Pedro Alves <palves@redhat.com>
6082
6083 * gdb.base/compare-sections.exp (get value of read-only section): Read
6084 as unsigned value.
6085 (corrupt read-only section): Likewise and don't set written if patching
6086 failed.
6087
6088 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6089
6090 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6091 files.
6092
6093 2017-09-20 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6096 symbol names in gdb's output.
6097 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6098
6099 2017-09-20 Pedro Alves <palves@redhat.com>
6100
6101 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6102 Rename to ...
6103 (test_list_ambiguous_symbol): ... this and add a symbol name
6104 parameter. Adjust.
6105 (test_list_ambiguous_function): Reimplement on top of
6106 test_list_ambiguous_symbol and also test listing ambiguous
6107 variables.
6108 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6109 (ambiguous_fun): ... this.
6110 (ambiguous_var): New.
6111 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6112 (ambiguous_fun): ... this.
6113 (ambiguous_var): New.
6114
6115 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6116
6117 * gdb.base/starti.c: New file.
6118 * gdb.base/starti.exp: New file.
6119 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6120
6121 2017-09-14 Pedro Alves <palves@redhat.com>
6122
6123 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6124 (top level): Use it instead of runto.
6125
6126 2017-09-11 Tom Tromey <tom@tromey.com>
6127
6128 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6129
6130 2017-09-11 Tom Tromey <tom@tromey.com>
6131
6132 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6133 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6134
6135 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6136
6137 * gdb.fortran/printing-types.exp: New file.
6138 * gdb.fortran/printing-types.exp: New file.
6139
6140 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6141
6142 * gdb.fortran/vla-ptype.exp: Fix typos.
6143 * gdb.fortran/vla-value.exp: Same.
6144
6145 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6146
6147 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6148 * gdb.mi/mi-var-child-f.exp: Likewise.
6149 * gdb.mi/mi-vla-fortran.exp: Likewise.
6150
6151 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6152 Christoph Weinmann <christoph.t.weinmann@intel.com>
6153 Bernhard Heckel <bernhard.heckel@intel.com>
6154
6155 * gdb.fortran/ptr-indentation.f90: New file.
6156 * gdb.fortran/ptr-indentation.exp: New file.
6157
6158 2017-09-05 Tom Tromey <tom@tromey.com>
6159
6160 PR gdb/22010:
6161 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6162
6163 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6164
6165 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6166
6167 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6168
6169 * gdb.threads/tls-nodebug-pie.c: New file.
6170 * gdb.threads/tls-nodebug-pie.exp: New file.
6171
6172 2017-09-05 Tom Tromey <tom@tromey.com>
6173
6174 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6175 for rust.
6176
6177 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6178
6179 * gdb.multi/multi-arch-exec.exp: Test with different
6180 "follow-exec-mode" settings.
6181 (do_test): New procedure.
6182
6183 2017-09-04 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.base/func-static.c (S::method const, S::method volatile)
6186 (S::method volatile const): New methods.
6187 (c_s, v_s, cv_s): New instances.
6188 (main): Call method() on them.
6189 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6190 (cannot_resolve): New procedure.
6191 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6192 print-quote-unquoted columns.
6193 (do_test): Test printing each scope too.
6194
6195 2017-09-04 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.base/local-static.exp: Also test with
6198 class::method::variable wholly quoted.
6199 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6200
6201 2017-09-04 Pedro Alves <palves@redhat.com>
6202
6203 * gdb.base/local-static.c: New.
6204 * gdb.base/local-static.cc: New.
6205 * gdb.base/local-static.exp: New.
6206
6207 2017-09-04 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.asm/asm-source.exp: Add casts to int.
6210 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6211 (dataglobal64_1, dataglobal64_2): New globals.
6212 * gdb.base/nodebug.exp: Test different expressions involving the
6213 new globals, with print, whatis and ptype. Add casts to int.
6214 * gdb.base/solib-display.exp: Add casts to int.
6215 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6216 * gdb.cp/m-static.exp: Add cast to int.
6217 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6218 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6219 tls variable with no debug info without a cast. Test with a cast
6220 to int too.
6221 * gdb.trace/entry-values.exp: Add casts.
6222
6223 2017-09-04 Pedro Alves <palves@redhat.com>
6224
6225 * gdb.base/nodebug.exp: Test that ptype's error about functions
6226 with unknown return type includes the function name too.
6227
6228 2017-09-04 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6231 return type of munmap in infcall.
6232 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6233 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6234 type of ftell in infcall.
6235 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6236 type of getpid in infcall.
6237 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6238 infcall.
6239 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6240 Bail on failure to extract the pid.
6241 * gdb.base/nodebug.c: #include <stdint.h>.
6242 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6243 New functions.
6244 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6245 Change expected output of print/whatis/ptype with functions with
6246 no debug info. Test all supported languages. Call
6247 test_call_promotion.
6248 * gdb.compile/compile.exp: Adjust expected output to expect
6249 warning.
6250 * gdb.threads/siginfo-threads.exp: Likewise.
6251
6252 2017-09-04 Pedro Alves <palves@redhat.com>
6253
6254 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6255 "prototypes". Test calling float functions via prototyped and
6256 unprototyped function pointers.
6257 (perform_all_tests): New parameter "prototypes". Pass it down.
6258 (top level): Pass down "prototypes" parameter to
6259 perform_all_tests.
6260
6261 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6262
6263 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6264 Test with nested loops.
6265
6266 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6267
6268 * gdb.base/commands.exp: Call the new procedures.
6269 (loop_break_test, loop_continue_test): New procedures.
6270
6271 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6272
6273 * gdb.base/commands.exp: Call new procedure.
6274 (define_if_without_arg_test): New procedure.
6275
6276 2017-09-04 Pedro Alves <palves@redhat.com>
6277
6278 * gdb.base/list-ambiguous.exp: New file.
6279 * gdb.base/list-ambiguous0.c: New file.
6280 * gdb.base/list-ambiguous1.c: New file.
6281 * gdb.base/list.exp (test_list_range): Adjust expected output.
6282
6283 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6284
6285 * gdb.base/share-env-with-gdbserver.c: New file.
6286 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6287
6288 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6289
6290 * gdb.base/commands.exp (gdbvar_simple_if_test,
6291 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6292 progvar_simple_if_test, progvar_simple_while_test,
6293 progvar_complex_if_while_test, user_defined_command_test,
6294 user_defined_command_args_eval,
6295 user_defined_command_args_stack_test,
6296 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6297 temporary_breakpoint_commands,
6298 gdb_test_no_prompt, redefine_hook_test,
6299 redefine_backtrace_test): Remove "global gdb_prompt".
6300
6301 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6302
6303 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6304 New proc, call it from toplevel.
6305
6306 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6307
6308 PR remote/21852
6309 * gdb.server/normal.c: New file, copied from gdb.base.
6310 * gdb.server/run-without-local-binary.exp: New file.
6311
6312 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6313
6314 * gdb.arch/sparc64-adi.exp: New file.
6315 * gdb.arch/sparc64-adi.c: New file.
6316
6317 2017-08-22 Pedro Alves <palves@redhat.com>
6318
6319 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6320 (top level): Add "list all overloads" tests.
6321
6322 2017-08-22 Tom Tromey <tom@tromey.com>
6323
6324 * gdb.gdb/xfullpath.exp: Remove.
6325
6326 2017-08-21 Pedro Alves <palves@redhat.com>
6327
6328 PR gdb/19487
6329 * gdb.base/symbol-alias.c: New.
6330 * gdb.base/symbol-alias2.c: New.
6331 * gdb.base/symbol-alias.exp: New.
6332
6333 2017-08-21 Pedro Alves <palves@redhat.com>
6334
6335 * gdb.base/dfp-test.c
6336 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6337 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6338 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6339 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6340 * gdb.base/whatis-ptype-typedefs.c: New.
6341 * gdb.base/whatis-ptype-typedefs.exp: New.
6342 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6343 (an_int, an_int_type, an_int_type2): New globals.
6344 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6345 involving typedefs and cast expressions.
6346 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6347 (lookup_typedefs_function): New.
6348 (typedefs_pretty_printers_dict): New.
6349 (top level): Register lookup_typedefs_function in
6350 gdb.pretty_printers.
6351
6352 2017-08-18 Yao Qi <yao.qi@linaro.org>
6353
6354 * gdb.server/unittest.exp: New.
6355
6356 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6357
6358 PR gdb/21954
6359 * gdb.base/environ.exp: Add test to check if 'unset environment'
6360 works.
6361
6362 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6363
6364 * lib/gdb.exp (universal_compile_options): New caching proc.
6365 (gdb_compile): Suppress GCC's coloring of messages.
6366
6367 2017-08-14 Tom Tromey <tom@tromey.com>
6368
6369 PR gdb/21675:
6370 * gdb.base/printcmds.exp (test_radices): New function.
6371 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6372 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6373 * lib/gdb.exp (get_integer_valueof): Use p/d.
6374
6375 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6376
6377 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6378 characters.
6379
6380 2017-08-05 Tom Tromey <tom@tromey.com>
6381
6382 * gdb.rust/simple.exp: Allow String to appear in a different
6383 namespace.
6384
6385 2017-07-26 Yao Qi <yao.qi@linaro.org>
6386
6387 * gdb.gdb/unittest.exp: Invoke command
6388 "maintenance check xml-descriptions".
6389
6390 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6391
6392 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6393 calling context.
6394 (hex128): Drop erroneous calculation of parameters.
6395
6396 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6397
6398 * gdb.python/py-unwind.exp: Disable stack protection when
6399 building test file.
6400
6401 2017-07-20 Pedro Alves <palves@redhat.com>
6402
6403 * gdb.base/default.exp (set language): Adjust expected output.
6404
6405 2017-07-20 Pedro Alves <palves@redhat.com>
6406
6407 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6408 (test_minsym): ... this, and make static.
6409 (get_pck__foo__bar__minsym): Rename to ...
6410 (get_test_minsym): ... this.
6411 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6412 symbol names and comments.
6413 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6414 (get_test_minsym): ... this.
6415 (pck__foo__bar__minsym__2): Rename to ...
6416 (test_minsym): ... this.
6417 (main): Adjust.
6418
6419 2017-07-17 Pedro Alves <palves@redhat.com>
6420
6421 * gdb.base/completion.exp: Adjust expected output.
6422 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6423 the completer works.
6424
6425 2017-07-17 Pedro Alves <palves@redhat.com>
6426
6427 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6428
6429 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6430
6431 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6432
6433 2017-07-14 Tom Tromey <tom@tromey.com>
6434
6435 PR rust/21764:
6436 * gdb.rust/simple.exp: Add tests.
6437
6438 2017-07-14 Tom Tromey <tom@tromey.com>
6439
6440 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6441
6442 2017-07-14 Pedro Alves <palves@redhat.com>
6443
6444 * gdb.linespec/base/one/thefile.cc (z1): New function.
6445 * gdb.linespec/base/two/thefile.cc (z2): New function.
6446 * gdb.linespec/linespec.exp: Add tests.
6447
6448 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6449
6450 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6451 to mi_create_breakpoint.
6452
6453 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6454
6455 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6456 mi_create_breakpoint.
6457
6458 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6459
6460 * gdb.dlang/demangle.exp: Update for demangling changes.
6461
6462 2017-07-09 Tom Tromey <tom@tromey.com>
6463
6464 * gdb.dwarf2/shortpiece.exp: New file.
6465
6466 2017-07-06 David Blaikie <dblaikie@gmail.com>
6467
6468 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6469 built from fissiont-multi-cu{1,2}.c.
6470 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6471 except putting 'main' and 'func' in separate CUs in the same DWO file.
6472 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6473 test.
6474 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6475 test.
6476
6477 2017-07-06 Pedro Alves <palves@redhat.com>
6478
6479 * gdb.python/py-unwind.exp: Test flushregs.
6480
6481 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6482
6483 PR cli/21688
6484 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6485 tests for alias commands and trailing whitespace.
6486
6487 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6488
6489 PR cli/21688
6490 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6491 procedure. Call it.
6492
6493 2017-06-29 Pedro Alves <palves@redhat.com>
6494
6495 * gdb.base/printcmds.exp: Add tests.
6496
6497 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6498
6499 PR gdb/21337
6500 * gdb.base/reread-readsym.exp: New file.
6501 * gdb.base/reread-readsym.c: New file.
6502
6503 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6504
6505 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6506 subpattern.
6507
6508 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6509
6510 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6511 extended mnemonic.
6512 * gdb.arch/powerpc-power9.s: Likewise.
6513
6514 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6515
6516 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6517 on 32-bit x86 targets. Exploit is_*_target macros where
6518 appropriate.
6519
6520 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6521
6522 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6523 register pieces.
6524
6525 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6526
6527 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6528 located in one or more DWARF pieces.
6529
6530 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6531
6532 * lib/gdb.exp (get_endianness): New proc.
6533 * gdb.arch/aarch64-fp.exp: Use it.
6534 * gdb.arch/altivec-regs.exp: Likewise.
6535 * gdb.arch/e500-regs.exp: Likewise.
6536 * gdb.arch/vsx-regs.exp: Likewise.
6537 * gdb.base/dump.exp: Likewise.
6538 * gdb.base/funcargs.exp: Likewise.
6539 * gdb.base/gnu_vector.exp: Likewise.
6540 * gdb.dwarf2/formdata16.exp: Likewise.
6541 * gdb.dwarf2/implptrpiece.exp: Likewise.
6542 * gdb.dwarf2/nonvar-access.exp: Likewise.
6543 * gdb.python/py-inferior.exp: Likewise.
6544 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6545
6546 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6547
6548 PR gdb/21226
6549 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6550 stack value pieces are taken from the LSB end.
6551
6552 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6553
6554 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6555 variable at nonzero offset.
6556
6557 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6558
6559 * gdb.dwarf2/var-access.c: New file.
6560 * gdb.dwarf2/var-access.exp: New test.
6561 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6562
6563 2017-06-12 Tom Tromey <tom@tromey.com>
6564
6565 * gdb.dwarf2/formdata16.exp: Add tests.
6566
6567 2017-06-12 Tom Tromey <tom@tromey.com>
6568
6569 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6570
6571 2017-06-12 Tom Tromey <tom@tromey.com>
6572
6573 PR exp/16225:
6574 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6575 * gdb.arch/vsx-regs.exp: Update tests.
6576 * gdb.arch/s390-vregs.exp (hex128): New proc.
6577 Update test.
6578 * gdb.arch/altivec-regs.exp: Update tests.
6579
6580 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6581
6582 * gdb.base/startup-with-shell.c: New file.
6583 * gdb.base/startup-with-shell.exp: Likewise.
6584
6585 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6586
6587 * gdb.server/non-existing-program.exp: Update regex in order to
6588 reflect the fact that gdbserver is now using fork_inferior (with a
6589 shell) to startup the inferior.
6590
6591 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6592
6593 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6594 support function calls from GDB.
6595
6596 2017-05-21 Tom Tromey <tom@tromey.com>
6597
6598 PR rust/21466:
6599 * gdb.rust/unsized.exp: New file.
6600 * gdb.rust/unsized.rs: New file.
6601
6602 2017-05-19 Tom Tromey <tom@tromey.com>
6603
6604 PR rust/21484:
6605 * gdb.rust/watch.exp: New file.
6606 * gdb.rust/watch.rs: New file.
6607
6608 2017-05-18 Tom Tromey <tom@tromey.com>
6609
6610 * gdb.rust/simple.exp: Allow Box to be qualified.
6611
6612 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6613
6614 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6615
6616 2017-05-18 Pedro Alves <palves@redhat.com>
6617
6618 * gdb.base/fileio.c (test_write, test_read, test_close)
6619 (test_fstat): Don't print 'ret' in the fail path.
6620
6621 2017-05-18 Pedro Alves <palves@redhat.com>
6622
6623 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6624 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6625 (test_system, test_rename, test_unlink, test_time): Change
6626 prototypes.
6627 * gdb.base/fileio.exp (stop_msg): Adjust.
6628
6629 2017-05-18 Pedro Alves <palves@redhat.com>
6630
6631 * gdb.base/fileio.c (null_str): New global.
6632 (test_stat): Use it.
6633 * gdb.base/fileio.exp: Remove nowarnings.
6634
6635 2017-05-17 Yao Qi <yao.qi@linaro.org>
6636
6637 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6638
6639 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6640
6641 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6642 argument command.
6643 (top-level): Invoke test_set_inferior_tty.
6644
6645 2017-05-04 Pedro Alves <palves@redhat.com>
6646
6647 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6648 Add parens to print call for Python 3.
6649
6650 2017-05-03 Keith Seitz <keiths@redhat.com>
6651
6652 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6653 (main): Call it.
6654
6655 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6656
6657 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6658 to prev and next.
6659
6660 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6661
6662 * gdb.python/py-record-btrace.exp: Remove test for
6663 gdb.BtraceInstruction.error.
6664
6665 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6666
6667 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6668
6669 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6670
6671 * gdb.python/py-record-btrace-threads.c: New file.
6672 * gdb.python/py-record-btrace-threads.exp: New file.
6673
6674 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6675
6676 PR testsuite/8595
6677 * gdb.base/environ.exp: Make test available in all architectures.
6678 Move bits related to "info program" testing to
6679 gdb.base/info-program.exp. Rewrite tests to use the two new
6680 procedures mentione below.
6681 (test_set_show_env_var) New procedure.
6682 (test_set_show_env_var_equal): Likewise.
6683 * gdb.base/info-program.exp: New file.
6684
6685 2017-04-27 Keith Seitz <keiths@redhat.com>
6686
6687 * gdb.cp/oranking.cc (test15): New function.
6688 (main): Call test15 and declare additional variables for testing.
6689 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6690 "p foo101('abc')" tests.
6691 Add tests for cv qualifier overloads.
6692 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6693 "lvalue reference overload" test.
6694 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6695 "print value of f1 on Child&& in f2" test.
6696
6697 2017-04-19 Pedro Alves <palves@redhat.com>
6698
6699 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6700 procedure.
6701 (top level): Call it.
6702 * lib/gdb.exp (gdb_define_cmd): New procedure.
6703
6704 2017-04-12 Pedro Alves <palves@redhat.com>
6705
6706 PR gdb/21323
6707 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6708 (wchar): New global.
6709 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6710 (do_test_wide_char, wide_char_types_no_program, top level): Add
6711 wchar_t testing.
6712
6713 2017-04-12 Pedro Alves <palves@redhat.com>
6714
6715 PR c++/21323
6716 * gdb.cp/wide_char_types.c: New file.
6717 * gdb.cp/wide_char_types.exp: New file.
6718
6719 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6720
6721 PR gdb/21352
6722 * gdb.trace/tsv.exp: Add test for "tsave -r".
6723
6724 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6725
6726 * gdb.dlang/watch-loc.c: New file.
6727 * gdb.dlang/watch-loc.exp: New file.
6728
6729 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6730
6731 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6732
6733 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6734
6735 * gdb.arch/arc-analyze-prologue.S: New file.
6736 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6737
6738 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6739
6740 * gdb.arch/arc-decode-insn.S: New file.
6741 * gdb.arch/arc-decode-insn.exp: Likewise.
6742
6743 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6744
6745 PR tdep/20928
6746 * gdb.arch/sparc64-regs.exp: New file.
6747 * gdb.arch/sparc64-regs.S: Likewise.
6748
6749 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6750
6751 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6752 and memory view on Python 3.
6753
6754 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6755 Keith Seitz <keiths@redhat.com>
6756
6757 PR gdb/14441
6758 * gdb.cp/demangle.exp: Add rvalue reference tests.
6759 * gdb.cp/rvalue-ref-casts.cc: New file.
6760 * gdb.cp/rvalue-ref-casts.exp: New file.
6761 * gdb.cp/rvalue-ref-overload.cc: New file.
6762 * gdb.cp/rvalue-ref-overload.exp: New file.
6763 * gdb.cp/rvalue-ref-params.cc: New file.
6764 * gdb.cp/rvalue-ref-params.exp: New file.
6765 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6766 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6767 * gdb.cp/rvalue-ref-types.cc: New file.
6768 * gdb.cp/rvalue-ref-types.exp: New file.
6769 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6770 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6771
6772 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6773
6774 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6775 New procedure.
6776
6777 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6778
6779 * lib/mi-support.exp (mi_gdb_test): Add additional message
6780 for unexpected output.
6781
6782 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6783
6784 * gdb.base/examine-backward.c (Barrier): New character array
6785 constant, to ensure that TestStrings is preceded by a string
6786 terminator.
6787
6788 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6789
6790 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6791 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6792 and implicit pointer into such a location.
6793
6794 2017-03-16 Doug Evans <dje@google.com>
6795
6796 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6797
6798 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6799
6800 * gdb.cp/m-static.exp: Fix expectation for prototype of
6801 test5.single_constructor and single_constructor::single_constructor.
6802
6803 2017-03-16 Doug Evans <dje@google.com>
6804
6805 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6806 * gdb.guile/scm-lazy-string.c: New file.
6807 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6808 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6809 for pointer, array, typedef lazy strings.
6810
6811 2017-03-16 Doug Evans <dje@google.com>
6812
6813 PR python/17728, python/18439, python/18779
6814 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6815 * gdb.python/py-lazy-string.c (pointer): New typedef.
6816 (main): New locals ptr, array, typedef_ptr.
6817 * gdb.python/py-value.exp: Move lazy string tests to ...
6818 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6819 array, typedef lazy strings.
6820
6821 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6822
6823 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6824 Add optional 'test' parameter.
6825
6826 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6827
6828 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6829 Skip for versions of DejaGnu < 1.5.
6830
6831 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6832
6833 * lib/gdb.exp (dejagnu_version): New proc.
6834 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6835 Use dejagnu_version.
6836
6837 2017-03-10 Keith Seitz <keiths@redhat.com>
6838
6839 PR c++/8128
6840 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6841 type from destructor regexps.
6842 Add a branch which actually passes the test.
6843 Adjust "ptype t5i" test names.
6844
6845 2017-03-08 Pedro Alves <palves@redhat.com>
6846
6847 * gdb.base/step-over-exit.exp: Add explicit test message.
6848
6849 2017-03-08 Pedro Alves <palves@redhat.com>
6850
6851 PR gdb/18360
6852 * gdb.threads/interrupt-while-step-over.c: New file.
6853 * gdb.threads/interrupt-while-step-over.exp: New file.
6854
6855 2017-03-08 Pedro Alves <palves@redhat.com>
6856
6857 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6858 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6859
6860 2017-03-08 Pedro Alves <palves@redhat.com>
6861
6862 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6863 PKRU as not supported as a PASS.
6864
6865 2017-03-08 Pedro Alves <palves@redhat.com>
6866
6867 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6868 prefix instead of $binfile1/$binfile2.
6869 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6870 in test message.
6871 * gdb.python/py-completion.exp: Use "load python file" as test
6872 messages instead of unstable path names.
6873
6874 2017-03-08 Pedro Alves <palves@redhat.com>
6875 Jan Kratochvil <jan.kratochvil@redhat.com>
6876
6877 PR cli/21218
6878 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6879 New proc.
6880 (top level): Call it.
6881
6882 2017-03-08 Pedro Alves <palves@redhat.com>
6883
6884 PR tui/21216
6885 * gdb.tui/tui-nl-filtered-output.exp: New file.
6886
6887 2017-03-08 Pedro Alves <palves@redhat.com>
6888
6889 * gdb.base/completion.exp: Move TUI completion tests to ...
6890 * gdb.tui/completion.exp: ... this new file.
6891
6892 2017-03-08 Pedro Alves <palves@redhat.com>
6893
6894 * gdb.base/tui-disasm-long-lines.c,
6895 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6896 gdb.base/tui-layout.exp: Move to ...
6897 * gdb.tui/: ... this new directory.
6898
6899 2017-03-07 Pedro Alves <palves@redhat.com>
6900
6901 * gdb.base/tui-layout.c: New file.
6902 * gdb.base/tui-layout.exp: New file.
6903
6904 2017-03-07 Pedro Alves <palves@redhat.com>
6905
6906 * gdb.base/tui-layout.c: Rename to ...
6907 * gdb.base/tui-disasm-long-lines.c: ... this.
6908 * gdb.base/tui-layout.exp: Rename to ...
6909 * gdb.base/tui-disasm-long-lines.exp: ... this.
6910
6911 2017-03-07 Pedro Alves <palves@redhat.com>
6912
6913 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6914
6915 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6916
6917 * i386-mpx-call.c: New file.
6918 * i386-mpx-call.exp: New file.
6919
6920 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6921
6922 * gdb.arch/powerpc-power.exp: Delete test.
6923 * gdb.arch/powerpc-power.s: Likewise.
6924 * gdb.disasm/disassembler-options.exp: New test.
6925 * gdb.arch/powerpc-altivec.exp: Likewise.
6926 * gdb.arch/powerpc-altivec.s: Likewise.
6927 * gdb.arch/powerpc-altivec2.exp: Likewise.
6928 * gdb.arch/powerpc-altivec2.s: Likewise.
6929 * gdb.arch/powerpc-altivec3.exp: Likewise.
6930 * gdb.arch/powerpc-altivec3.s: Likewise.
6931 * gdb.arch/powerpc-power7.exp: Likewise.
6932 * gdb.arch/powerpc-power7.s: Likewise.
6933 * gdb.arch/powerpc-power8.exp: Likewise.
6934 * gdb.arch/powerpc-power8.s: Likewise.
6935 * gdb.arch/powerpc-power9.exp: Likewise.
6936 * gdb.arch/powerpc-power9.s: Likewise.
6937 * gdb.arch/powerpc-vsx.exp: Likewise.
6938 * gdb.arch/powerpc-vsx.s: Likewise.
6939 * gdb.arch/powerpc-vsx2.exp: Likewise.
6940 * gdb.arch/powerpc-vsx2.s: Likewise.
6941 * gdb.arch/powerpc-vsx3.exp: Likewise.
6942 * gdb.arch/powerpc-vsx3.s: Likewise.
6943 * gdb.arch/arm-disassembler-options.exp: Likewise.
6944 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6945 * gdb.arch/s390-disassembler-options.exp: Likewise.
6946
6947 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6948
6949 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6950 (check_supported_features): ... this. Changed return type to void.
6951 (supports_rdseed): New static global.
6952 (rdseed): Check supports_rdseed.
6953 (initialize): Call check_supported_features.
6954
6955 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6956
6957 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6958 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6959 and lqarx/stqcx.
6960 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6961 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6962
6963 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6964
6965 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6966 uppercase.
6967
6968 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6969
6970 * gdb.dwarf2/formdata16.c: New file.
6971 * gdb.dwarf2/formdata16.exp: New file.
6972 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6973
6974 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6975
6976 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6977 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6978 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6979 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6980 DW_AT_GNU_*.
6981
6982 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6983
6984 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6985
6986 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6987
6988 PR gdb/21164
6989 * gdb.base/maint.exp: Add testcases for when the commands do
6990 not have arguments.
6991
6992 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6993
6994 * gdb.cp/chained-calls.exp: Use p instead of P.
6995
6996 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6997
6998 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6999 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7000
7001 2017-02-14 Tom Tromey <tom@tromey.com>
7002
7003 PR python/13598:
7004 * gdb.python/py-events.exp: Add before_prompt event tests.
7005
7006 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7007
7008 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7009
7010 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7011
7012 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7013 (main): Call my_unique_function_name.
7014 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7015 completion of patterns with a single match.
7016 Add missing -re switches to gdb_test_multiple calls.
7017
7018 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7019
7020 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7021 return if core file is not recognized.
7022
7023 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7024
7025 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7026 and extra UIs.
7027
7028 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7029
7030 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7031 proc_with_prefix.
7032
7033 2017-02-10 Tom Tromey <tom@tromey.com>
7034
7035 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7036
7037 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7038
7039 PR gdb/21122
7040 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7041
7042 2017-02-08 Jerome Guitton <guitton@adacore.com>
7043
7044 * gdb.base/define.exp: Add test for command abbreviations
7045 in define.
7046
7047 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7048
7049 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7050 * gdb.reverse/insn-reverse-x86.c: New file.
7051
7052 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7053
7054 PR tdep/20936
7055 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7056
7057 2017-02-03 Tom Tromey <tom@tromey.com>
7058
7059 PR rust/21097:
7060 * gdb.rust/simple.exp: Add new tests.
7061
7062 2017-02-02 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7065 tests.
7066
7067 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7068
7069 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7070 taking a 2-byte value out of a 4-byte DWARF implicit value on
7071 big-endian targets.
7072 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7073 logic. Add test cases for DW_OP_implicit.
7074
7075 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7076
7077 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7078
7079 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7080
7081 * gdb.btrace/enable.exp: Call gdb_exit before
7082 skip_gdbserver_tests.
7083
7084 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7085
7086 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7087 GDBFLAGS.
7088
7089 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7090
7091 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7092 the test is skipped.
7093 * gdb.btrace/data.exp: Likewise.
7094 * gdb.btrace/delta.exp: Likewise.
7095 * gdb.btrace/dlopen.exp: Likewise.
7096 * gdb.btrace/enable-running.exp: Likewise.
7097 * gdb.btrace/enable.exp: Likewise.
7098 * gdb.btrace/exception.exp: Likewise.
7099 * gdb.btrace/function_call_history.exp: Likewise.
7100 * gdb.btrace/gcore.exp: Likewise.
7101 * gdb.btrace/instruction_history.exp: Likewise.
7102 * gdb.btrace/multi-thread-step.exp: Likewise.
7103 * gdb.btrace/nohist.exp: Likewise.
7104 * gdb.btrace/non-stop.exp: Likewise.
7105 * gdb.btrace/reconnect.exp: Likewise.
7106 * gdb.btrace/record_goto-step.exp: Likewise.
7107 * gdb.btrace/record_goto.exp: Likewise.
7108 * gdb.btrace/rn-dl-bind.exp: Likewise.
7109 * gdb.btrace/segv.exp: Likewise.
7110 * gdb.btrace/step.exp: Likewise.
7111 * gdb.btrace/stepi.exp: Likewise.
7112 * gdb.btrace/tailcall-only.exp: Likewise.
7113 * gdb.btrace/tailcall.exp: Likewise.
7114 * gdb.btrace/tsx.exp: Likewise.
7115 * gdb.btrace/unknown_functions.exp: Likewise.
7116 * gdb.btrace/vdso.exp: Likewise.
7117
7118 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7119
7120 * gdb.btrace/enable-running.c: New.
7121 * gdb.btrace/enable-running.exp: New.
7122
7123 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7124
7125 * gdb.arch/amd64-gs_base.c: New file.
7126 * gdb.arch/amd64-gs_base.exp: New file.
7127
7128 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7129
7130 * lib/memory.exp: Remove spurious empty newlines.
7131
7132 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7133
7134 * gdb.python/py-bad-printers.exp: Load python file using "source".
7135 * gdb.python/py-events.exp: Likewise.
7136 * gdb.python/py-evsignal.exp: Likewise.
7137 * gdb.python/py-evthreads.exp: Likewise.
7138 * gdb.python/py-frame-args.exp: Likewise.
7139 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7140 * gdb.python/py-framefilter-mi.exp: Likewise.
7141 * gdb.python/py-framefilter.exp: Likewise.
7142 * gdb.python/py-mi.exp: Likewise.
7143 * gdb.python/py-pp-maint.exp: Likewise.
7144 * gdb.python/py-pp-registration.exp: Likewise.
7145 * gdb.python/py-prettyprint.exp: Likewise.
7146 (run_lang_tests): Likewise.
7147 * gdb.python/py-typeprint.exp: Likewise.
7148
7149 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7150
7151 * lib/memory.exp: New file.
7152 * lib/gdb.exp: Load memory.exp.
7153 * gdb.base/memattr.exp (delete_memory): Move proc to
7154 lib/memory.exp and rename to delete_memory_regions.
7155 Replace delete_memory with delete_memory_regions.
7156 Cleanup memory regions before tests.
7157 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7158 before tests.
7159
7160 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7161
7162 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7163 files.
7164 (initialize): New function conditionally defined.
7165 (testcases): Move within conditional block.
7166 (main): Call initialize.
7167 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7168 of gdb.reverse/insn-reverse.c.
7169 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7170 gdb.reverse/insn-reverse.c.
7171
7172 2017-01-26 Yao Qi <yao.qi@linaro.org>
7173
7174 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7175 disassemble on address 0.
7176
7177 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7178 Yao Qi <yao.qi@linaro.org>
7179
7180 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7181 * gdb.dwarf2/implptr-64bit.S: Remove.
7182 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7183 variables in caller's context. Add DW_OP_implicit_value.
7184
7185 2017-01-25 Yao Qi <yao.qi@linaro.org>
7186
7187 * lib/dwarf.exp (Dwarf::_location): Handle
7188 DW_OP_GNU_implicit_pointer with proper size.
7189
7190 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7191
7192 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7193 and add untested calls.
7194
7195 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7196
7197 * gdb.python/python.exp: Check line number against what GDB thinks
7198 the line number is for func1.
7199
7200 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7201
7202 * gdb.dlang/debug-expr.exp: New file.
7203
7204 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7205
7206 Fix test names for the following files:
7207
7208 * gdb.ada/exec_changed.exp
7209 * gdb.ada/info_types.exp
7210 * gdb.arch/aarch64-atomic-inst.exp
7211 * gdb.arch/aarch64-fp.exp
7212 * gdb.arch/altivec-abi.exp
7213 * gdb.arch/altivec-regs.exp
7214 * gdb.arch/amd64-byte.exp
7215 * gdb.arch/amd64-disp-step.exp
7216 * gdb.arch/amd64-dword.exp
7217 * gdb.arch/amd64-entry-value-inline.exp
7218 * gdb.arch/amd64-entry-value-param.exp
7219 * gdb.arch/amd64-entry-value-paramref.exp
7220 * gdb.arch/amd64-entry-value.exp
7221 * gdb.arch/amd64-i386-address.exp
7222 * gdb.arch/amd64-invalid-stack-middle.exp
7223 * gdb.arch/amd64-invalid-stack-top.exp
7224 * gdb.arch/amd64-optimout-repeat.exp
7225 * gdb.arch/amd64-prologue-skip.exp
7226 * gdb.arch/amd64-prologue-xmm.exp
7227 * gdb.arch/amd64-stap-special-operands.exp
7228 * gdb.arch/amd64-stap-wrong-subexp.exp
7229 * gdb.arch/amd64-tailcall-cxx.exp
7230 * gdb.arch/amd64-tailcall-noret.exp
7231 * gdb.arch/amd64-tailcall-ret.exp
7232 * gdb.arch/amd64-tailcall-self.exp
7233 * gdb.arch/amd64-word.exp
7234 * gdb.arch/arm-bl-branch-dest.exp
7235 * gdb.arch/arm-disp-step.exp
7236 * gdb.arch/arm-neon.exp
7237 * gdb.arch/arm-single-step-kernel-helper.exp
7238 * gdb.arch/avr-flash-qualifier.exp
7239 * gdb.arch/disp-step-insn-reloc.exp
7240 * gdb.arch/e500-abi.exp
7241 * gdb.arch/e500-regs.exp
7242 * gdb.arch/ftrace-insn-reloc.exp
7243 * gdb.arch/i386-avx512.exp
7244 * gdb.arch/i386-bp_permanent.exp
7245 * gdb.arch/i386-byte.exp
7246 * gdb.arch/i386-cfi-notcurrent.exp
7247 * gdb.arch/i386-disp-step.exp
7248 * gdb.arch/i386-dr3-watch.exp
7249 * gdb.arch/i386-float.exp
7250 * gdb.arch/i386-gnu-cfi.exp
7251 * gdb.arch/i386-mpx-map.exp
7252 * gdb.arch/i386-mpx-sigsegv.exp
7253 * gdb.arch/i386-mpx-simple_segv.exp
7254 * gdb.arch/i386-mpx.exp
7255 * gdb.arch/i386-permbkpt.exp
7256 * gdb.arch/i386-prologue.exp
7257 * gdb.arch/i386-signal.exp
7258 * gdb.arch/i386-size-overlap.exp
7259 * gdb.arch/i386-unwind.exp
7260 * gdb.arch/i386-word.exp
7261 * gdb.arch/mips-fcr.exp
7262 * gdb.arch/powerpc-d128-regs.exp
7263 * gdb.arch/powerpc-stackless.exp
7264 * gdb.arch/ppc64-atomic-inst.exp
7265 * gdb.arch/s390-stackless.exp
7266 * gdb.arch/s390-tdbregs.exp
7267 * gdb.arch/s390-vregs.exp
7268 * gdb.arch/sparc-sysstep.exp
7269 * gdb.arch/thumb-bx-pc.exp
7270 * gdb.arch/thumb-singlestep.exp
7271 * gdb.arch/thumb2-it.exp
7272 * gdb.arch/vsx-regs.exp
7273 * gdb.asm/asm-source.exp
7274 * gdb.base/a2-run.exp
7275 * gdb.base/advance.exp
7276 * gdb.base/all-bin.exp
7277 * gdb.base/anon.exp
7278 * gdb.base/args.exp
7279 * gdb.base/arithmet.exp
7280 * gdb.base/async-shell.exp
7281 * gdb.base/async.exp
7282 * gdb.base/attach-pie-noexec.exp
7283 * gdb.base/attach-twice.exp
7284 * gdb.base/auto-load.exp
7285 * gdb.base/bang.exp
7286 * gdb.base/bitfields.exp
7287 * gdb.base/break-always.exp
7288 * gdb.base/break-caller-line.exp
7289 * gdb.base/break-entry.exp
7290 * gdb.base/break-inline.exp
7291 * gdb.base/break-on-linker-gcd-function.exp
7292 * gdb.base/break-probes.exp
7293 * gdb.base/break.exp
7294 * gdb.base/breakpoint-shadow.exp
7295 * gdb.base/call-ar-st.exp
7296 * gdb.base/call-sc.exp
7297 * gdb.base/call-signal-resume.exp
7298 * gdb.base/call-strs.exp
7299 * gdb.base/callfuncs.exp
7300 * gdb.base/catch-fork-static.exp
7301 * gdb.base/catch-gdb-caused-signals.exp
7302 * gdb.base/catch-load.exp
7303 * gdb.base/catch-signal-fork.exp
7304 * gdb.base/catch-signal.exp
7305 * gdb.base/catch-syscall.exp
7306 * gdb.base/charset.exp
7307 * gdb.base/checkpoint.exp
7308 * gdb.base/chng-syms.exp
7309 * gdb.base/code-expr.exp
7310 * gdb.base/code_elim.exp
7311 * gdb.base/commands.exp
7312 * gdb.base/completion.exp
7313 * gdb.base/complex.exp
7314 * gdb.base/cond-expr.exp
7315 * gdb.base/condbreak.exp
7316 * gdb.base/consecutive.exp
7317 * gdb.base/continue-all-already-running.exp
7318 * gdb.base/coredump-filter.exp
7319 * gdb.base/corefile.exp
7320 * gdb.base/dbx.exp
7321 * gdb.base/debug-expr.exp
7322 * gdb.base/define.exp
7323 * gdb.base/del.exp
7324 * gdb.base/disabled-location.exp
7325 * gdb.base/disasm-end-cu.exp
7326 * gdb.base/disasm-optim.exp
7327 * gdb.base/display.exp
7328 * gdb.base/duplicate-bp.exp
7329 * gdb.base/ena-dis-br.exp
7330 * gdb.base/ending-run.exp
7331 * gdb.base/enumval.exp
7332 * gdb.base/environ.exp
7333 * gdb.base/eu-strip-infcall.exp
7334 * gdb.base/eval-avoid-side-effects.exp
7335 * gdb.base/eval-skip.exp
7336 * gdb.base/exitsignal.exp
7337 * gdb.base/expand-psymtabs.exp
7338 * gdb.base/filesym.exp
7339 * gdb.base/find-unmapped.exp
7340 * gdb.base/finish.exp
7341 * gdb.base/float.exp
7342 * gdb.base/foll-exec-mode.exp
7343 * gdb.base/foll-exec.exp
7344 * gdb.base/foll-fork.exp
7345 * gdb.base/fortran-sym-case.exp
7346 * gdb.base/freebpcmd.exp
7347 * gdb.base/func-ptr.exp
7348 * gdb.base/func-ptrs.exp
7349 * gdb.base/funcargs.exp
7350 * gdb.base/gcore-buffer-overflow.exp
7351 * gdb.base/gcore-relro-pie.exp
7352 * gdb.base/gcore-relro.exp
7353 * gdb.base/gcore.exp
7354 * gdb.base/gdb1090.exp
7355 * gdb.base/gdb11530.exp
7356 * gdb.base/gdb11531.exp
7357 * gdb.base/gdb1821.exp
7358 * gdb.base/gdbindex-stabs.exp
7359 * gdb.base/gdbvars.exp
7360 * gdb.base/hbreak.exp
7361 * gdb.base/hbreak2.exp
7362 * gdb.base/included.exp
7363 * gdb.base/infcall-input.exp
7364 * gdb.base/inferior-died.exp
7365 * gdb.base/infnan.exp
7366 * gdb.base/info-macros.exp
7367 * gdb.base/info-os.exp
7368 * gdb.base/info-proc.exp
7369 * gdb.base/info-shared.exp
7370 * gdb.base/info-target.exp
7371 * gdb.base/infoline.exp
7372 * gdb.base/interp.exp
7373 * gdb.base/interrupt.exp
7374 * gdb.base/jit-reader.exp
7375 * gdb.base/jit-simple.exp
7376 * gdb.base/kill-after-signal.exp
7377 * gdb.base/kill-detach-inferiors-cmd.exp
7378 * gdb.base/label.exp
7379 * gdb.base/langs.exp
7380 * gdb.base/ldbl_e308.exp
7381 * gdb.base/line-symtabs.exp
7382 * gdb.base/linespecs.exp
7383 * gdb.base/list.exp
7384 * gdb.base/long_long.exp
7385 * gdb.base/longest-types.exp
7386 * gdb.base/maint.exp
7387 * gdb.base/max-value-size.exp
7388 * gdb.base/memattr.exp
7389 * gdb.base/mips_pro.exp
7390 * gdb.base/morestack.exp
7391 * gdb.base/moribund-step.exp
7392 * gdb.base/multi-forks.exp
7393 * gdb.base/nested-addr.exp
7394 * gdb.base/nextoverexit.exp
7395 * gdb.base/noreturn-finish.exp
7396 * gdb.base/noreturn-return.exp
7397 * gdb.base/nostdlib.exp
7398 * gdb.base/offsets.exp
7399 * gdb.base/opaque.exp
7400 * gdb.base/pc-fp.exp
7401 * gdb.base/permissions.exp
7402 * gdb.base/print-symbol-loading.exp
7403 * gdb.base/prologue-include.exp
7404 * gdb.base/psymtab.exp
7405 * gdb.base/ptype.exp
7406 * gdb.base/random-signal.exp
7407 * gdb.base/randomize.exp
7408 * gdb.base/range-stepping.exp
7409 * gdb.base/readline-ask.exp
7410 * gdb.base/recpar.exp
7411 * gdb.base/recurse.exp
7412 * gdb.base/relational.exp
7413 * gdb.base/restore.exp
7414 * gdb.base/return-nodebug.exp
7415 * gdb.base/return.exp
7416 * gdb.base/run-after-attach.exp
7417 * gdb.base/save-bp.exp
7418 * gdb.base/scope.exp
7419 * gdb.base/sect-cmd.exp
7420 * gdb.base/set-lang-auto.exp
7421 * gdb.base/set-noassign.exp
7422 * gdb.base/setvar.exp
7423 * gdb.base/sigall.exp
7424 * gdb.base/sigbpt.exp
7425 * gdb.base/siginfo-addr.exp
7426 * gdb.base/siginfo-infcall.exp
7427 * gdb.base/siginfo-obj.exp
7428 * gdb.base/siginfo.exp
7429 * gdb.base/signals-state-child.exp
7430 * gdb.base/signest.exp
7431 * gdb.base/sigstep.exp
7432 * gdb.base/sizeof.exp
7433 * gdb.base/skip.exp
7434 * gdb.base/solib-corrupted.exp
7435 * gdb.base/solib-nodir.exp
7436 * gdb.base/solib-search.exp
7437 * gdb.base/stack-checking.exp
7438 * gdb.base/stale-infcall.exp
7439 * gdb.base/stap-probe.exp
7440 * gdb.base/start.exp
7441 * gdb.base/step-break.exp
7442 * gdb.base/step-bt.exp
7443 * gdb.base/step-line.exp
7444 * gdb.base/step-over-exit.exp
7445 * gdb.base/step-over-syscall.exp
7446 * gdb.base/step-resume-infcall.exp
7447 * gdb.base/step-test.exp
7448 * gdb.base/store.exp
7449 * gdb.base/structs3.exp
7450 * gdb.base/sym-file.exp
7451 * gdb.base/symbol-without-target_section.exp
7452 * gdb.base/term.exp
7453 * gdb.base/testenv.exp
7454 * gdb.base/ui-redirect.exp
7455 * gdb.base/until.exp
7456 * gdb.base/unwindonsignal.exp
7457 * gdb.base/value-double-free.exp
7458 * gdb.base/vla-datatypes.exp
7459 * gdb.base/vla-ptr.exp
7460 * gdb.base/vla-sideeffect.exp
7461 * gdb.base/volatile.exp
7462 * gdb.base/watch-cond-infcall.exp
7463 * gdb.base/watch-cond.exp
7464 * gdb.base/watch-non-mem.exp
7465 * gdb.base/watch-read.exp
7466 * gdb.base/watch-vfork.exp
7467 * gdb.base/watchpoint-cond-gone.exp
7468 * gdb.base/watchpoint-delete.exp
7469 * gdb.base/watchpoint-hw-hit-once.exp
7470 * gdb.base/watchpoint-hw.exp
7471 * gdb.base/watchpoint-stops-at-right-insn.exp
7472 * gdb.base/watchpoints.exp
7473 * gdb.base/wchar.exp
7474 * gdb.base/whatis-exp.exp
7475 * gdb.btrace/buffer-size.exp
7476 * gdb.btrace/data.exp
7477 * gdb.btrace/delta.exp
7478 * gdb.btrace/dlopen.exp
7479 * gdb.btrace/enable.exp
7480 * gdb.btrace/exception.exp
7481 * gdb.btrace/function_call_history.exp
7482 * gdb.btrace/gcore.exp
7483 * gdb.btrace/instruction_history.exp
7484 * gdb.btrace/nohist.exp
7485 * gdb.btrace/reconnect.exp
7486 * gdb.btrace/record_goto-step.exp
7487 * gdb.btrace/record_goto.exp
7488 * gdb.btrace/rn-dl-bind.exp
7489 * gdb.btrace/segv.exp
7490 * gdb.btrace/step.exp
7491 * gdb.btrace/stepi.exp
7492 * gdb.btrace/tailcall-only.exp
7493 * gdb.btrace/tailcall.exp
7494 * gdb.btrace/tsx.exp
7495 * gdb.btrace/unknown_functions.exp
7496 * gdb.btrace/vdso.exp
7497 * gdb.compile/compile-ifunc.exp
7498 * gdb.compile/compile-ops.exp
7499 * gdb.compile/compile-print.exp
7500 * gdb.compile/compile-setjmp.exp
7501 * gdb.cp/abstract-origin.exp
7502 * gdb.cp/ambiguous.exp
7503 * gdb.cp/annota2.exp
7504 * gdb.cp/annota3.exp
7505 * gdb.cp/anon-ns.exp
7506 * gdb.cp/anon-struct.exp
7507 * gdb.cp/anon-union.exp
7508 * gdb.cp/arg-reference.exp
7509 * gdb.cp/baseenum.exp
7510 * gdb.cp/bool.exp
7511 * gdb.cp/breakpoint.exp
7512 * gdb.cp/bs15503.exp
7513 * gdb.cp/call-c.exp
7514 * gdb.cp/casts.exp
7515 * gdb.cp/chained-calls.exp
7516 * gdb.cp/class2.exp
7517 * gdb.cp/classes.exp
7518 * gdb.cp/cmpd-minsyms.exp
7519 * gdb.cp/converts.exp
7520 * gdb.cp/cp-relocate.exp
7521 * gdb.cp/cpcompletion.exp
7522 * gdb.cp/cpexprs.exp
7523 * gdb.cp/cplabel.exp
7524 * gdb.cp/cplusfuncs.exp
7525 * gdb.cp/cpsizeof.exp
7526 * gdb.cp/ctti.exp
7527 * gdb.cp/derivation.exp
7528 * gdb.cp/destrprint.exp
7529 * gdb.cp/dispcxx.exp
7530 * gdb.cp/enum-class.exp
7531 * gdb.cp/exception.exp
7532 * gdb.cp/exceptprint.exp
7533 * gdb.cp/expand-psymtabs-cxx.exp
7534 * gdb.cp/expand-sals.exp
7535 * gdb.cp/extern-c.exp
7536 * gdb.cp/filename.exp
7537 * gdb.cp/formatted-ref.exp
7538 * gdb.cp/fpointer.exp
7539 * gdb.cp/gdb1355.exp
7540 * gdb.cp/gdb2495.exp
7541 * gdb.cp/hang.exp
7542 * gdb.cp/impl-this.exp
7543 * gdb.cp/infcall-dlopen.exp
7544 * gdb.cp/inherit.exp
7545 * gdb.cp/iostream.exp
7546 * gdb.cp/koenig.exp
7547 * gdb.cp/local.exp
7548 * gdb.cp/m-data.exp
7549 * gdb.cp/m-static.exp
7550 * gdb.cp/mb-ctor.exp
7551 * gdb.cp/mb-inline.exp
7552 * gdb.cp/mb-templates.exp
7553 * gdb.cp/member-name.exp
7554 * gdb.cp/member-ptr.exp
7555 * gdb.cp/meth-typedefs.exp
7556 * gdb.cp/method.exp
7557 * gdb.cp/method2.exp
7558 * gdb.cp/minsym-fallback.exp
7559 * gdb.cp/misc.exp
7560 * gdb.cp/namelessclass.exp
7561 * gdb.cp/namespace-enum.exp
7562 * gdb.cp/namespace-nested-import.exp
7563 * gdb.cp/namespace.exp
7564 * gdb.cp/nextoverthrow.exp
7565 * gdb.cp/no-dmgl-verbose.exp
7566 * gdb.cp/non-trivial-retval.exp
7567 * gdb.cp/noparam.exp
7568 * gdb.cp/nsdecl.exp
7569 * gdb.cp/nsimport.exp
7570 * gdb.cp/nsnested.exp
7571 * gdb.cp/nsnoimports.exp
7572 * gdb.cp/nsrecurs.exp
7573 * gdb.cp/nsstress.exp
7574 * gdb.cp/nsusing.exp
7575 * gdb.cp/operator.exp
7576 * gdb.cp/oranking.exp
7577 * gdb.cp/overload-const.exp
7578 * gdb.cp/overload.exp
7579 * gdb.cp/ovldbreak.exp
7580 * gdb.cp/ovsrch.exp
7581 * gdb.cp/paren-type.exp
7582 * gdb.cp/parse-lang.exp
7583 * gdb.cp/pass-by-ref.exp
7584 * gdb.cp/pr-1023.exp
7585 * gdb.cp/pr-1210.exp
7586 * gdb.cp/pr-574.exp
7587 * gdb.cp/pr10687.exp
7588 * gdb.cp/pr12028.exp
7589 * gdb.cp/pr17132.exp
7590 * gdb.cp/pr17494.exp
7591 * gdb.cp/pr9067.exp
7592 * gdb.cp/pr9167.exp
7593 * gdb.cp/pr9631.exp
7594 * gdb.cp/printmethod.exp
7595 * gdb.cp/psmang.exp
7596 * gdb.cp/psymtab-parameter.exp
7597 * gdb.cp/ptype-cv-cp.exp
7598 * gdb.cp/ptype-flags.exp
7599 * gdb.cp/re-set-overloaded.exp
7600 * gdb.cp/ref-types.exp
7601 * gdb.cp/rtti.exp
7602 * gdb.cp/scope-err.exp
7603 * gdb.cp/shadow.exp
7604 * gdb.cp/smartp.exp
7605 * gdb.cp/static-method.exp
7606 * gdb.cp/static-print-quit.exp
7607 * gdb.cp/temargs.exp
7608 * gdb.cp/templates.exp
7609 * gdb.cp/try_catch.exp
7610 * gdb.cp/typedef-operator.exp
7611 * gdb.cp/typeid.exp
7612 * gdb.cp/userdef.exp
7613 * gdb.cp/using-crash.exp
7614 * gdb.cp/var-tag.exp
7615 * gdb.cp/virtbase.exp
7616 * gdb.cp/virtfunc.exp
7617 * gdb.cp/virtfunc2.exp
7618 * gdb.cp/vla-cxx.exp
7619 * gdb.disasm/t01_mov.exp
7620 * gdb.disasm/t02_mova.exp
7621 * gdb.disasm/t03_add.exp
7622 * gdb.disasm/t04_sub.exp
7623 * gdb.disasm/t05_cmp.exp
7624 * gdb.disasm/t06_ari2.exp
7625 * gdb.disasm/t07_ari3.exp
7626 * gdb.disasm/t08_or.exp
7627 * gdb.disasm/t09_xor.exp
7628 * gdb.disasm/t10_and.exp
7629 * gdb.disasm/t11_logs.exp
7630 * gdb.disasm/t12_bit.exp
7631 * gdb.disasm/t13_otr.exp
7632 * gdb.dlang/circular.exp
7633 * gdb.dwarf2/arr-stride.exp
7634 * gdb.dwarf2/arr-subrange.exp
7635 * gdb.dwarf2/atomic-type.exp
7636 * gdb.dwarf2/bad-regnum.exp
7637 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7638 * gdb.dwarf2/callframecfa.exp
7639 * gdb.dwarf2/clztest.exp
7640 * gdb.dwarf2/corrupt.exp
7641 * gdb.dwarf2/data-loc.exp
7642 * gdb.dwarf2/dup-psym.exp
7643 * gdb.dwarf2/dw2-anon-mptr.exp
7644 * gdb.dwarf2/dw2-anonymous-func.exp
7645 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7646 * gdb.dwarf2/dw2-bad-unresolved.exp
7647 * gdb.dwarf2/dw2-basic.exp
7648 * gdb.dwarf2/dw2-canonicalize-type.exp
7649 * gdb.dwarf2/dw2-case-insensitive.exp
7650 * gdb.dwarf2/dw2-common-block.exp
7651 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7652 * gdb.dwarf2/dw2-compressed.exp
7653 * gdb.dwarf2/dw2-const.exp
7654 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7655 * gdb.dwarf2/dw2-cu-size.exp
7656 * gdb.dwarf2/dw2-dup-frame.exp
7657 * gdb.dwarf2/dw2-entry-value.exp
7658 * gdb.dwarf2/dw2-icycle.exp
7659 * gdb.dwarf2/dw2-ifort-parameter.exp
7660 * gdb.dwarf2/dw2-inline-break.exp
7661 * gdb.dwarf2/dw2-inline-param.exp
7662 * gdb.dwarf2/dw2-intercu.exp
7663 * gdb.dwarf2/dw2-intermix.exp
7664 * gdb.dwarf2/dw2-lexical-block-bare.exp
7665 * gdb.dwarf2/dw2-linkage-name-trust.exp
7666 * gdb.dwarf2/dw2-minsym-in-cu.exp
7667 * gdb.dwarf2/dw2-noloc.exp
7668 * gdb.dwarf2/dw2-op-call.exp
7669 * gdb.dwarf2/dw2-op-out-param.exp
7670 * gdb.dwarf2/dw2-opt-structptr.exp
7671 * gdb.dwarf2/dw2-param-error.exp
7672 * gdb.dwarf2/dw2-producer.exp
7673 * gdb.dwarf2/dw2-ranges-base.exp
7674 * gdb.dwarf2/dw2-ref-missing-frame.exp
7675 * gdb.dwarf2/dw2-reg-undefined.exp
7676 * gdb.dwarf2/dw2-regno-invalid.exp
7677 * gdb.dwarf2/dw2-restore.exp
7678 * gdb.dwarf2/dw2-restrict.exp
7679 * gdb.dwarf2/dw2-single-line-discriminators.exp
7680 * gdb.dwarf2/dw2-strp.exp
7681 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7682 * gdb.dwarf2/dw2-unresolved.exp
7683 * gdb.dwarf2/dw2-var-zero-addr.exp
7684 * gdb.dwarf2/dw4-sig-types.exp
7685 * gdb.dwarf2/dwz.exp
7686 * gdb.dwarf2/dynarr-ptr.exp
7687 * gdb.dwarf2/enum-type.exp
7688 * gdb.dwarf2/gdb-index.exp
7689 * gdb.dwarf2/implptr-64bit.exp
7690 * gdb.dwarf2/implptr-optimized-out.exp
7691 * gdb.dwarf2/implptr.exp
7692 * gdb.dwarf2/implref-array.exp
7693 * gdb.dwarf2/implref-const.exp
7694 * gdb.dwarf2/implref-global.exp
7695 * gdb.dwarf2/implref-struct.exp
7696 * gdb.dwarf2/mac-fileno.exp
7697 * gdb.dwarf2/main-subprogram.exp
7698 * gdb.dwarf2/member-ptr-forwardref.exp
7699 * gdb.dwarf2/method-ptr.exp
7700 * gdb.dwarf2/missing-sig-type.exp
7701 * gdb.dwarf2/nonvar-access.exp
7702 * gdb.dwarf2/opaque-type-lookup.exp
7703 * gdb.dwarf2/pieces-optimized-out.exp
7704 * gdb.dwarf2/pieces.exp
7705 * gdb.dwarf2/pr10770.exp
7706 * gdb.dwarf2/pr13961.exp
7707 * gdb.dwarf2/staticvirtual.exp
7708 * gdb.dwarf2/subrange.exp
7709 * gdb.dwarf2/symtab-producer.exp
7710 * gdb.dwarf2/trace-crash.exp
7711 * gdb.dwarf2/typeddwarf.exp
7712 * gdb.dwarf2/valop.exp
7713 * gdb.dwarf2/watch-notconst.exp
7714 * gdb.fortran/array-element.exp
7715 * gdb.fortran/charset.exp
7716 * gdb.fortran/common-block.exp
7717 * gdb.fortran/complex.exp
7718 * gdb.fortran/derived-type-function.exp
7719 * gdb.fortran/derived-type.exp
7720 * gdb.fortran/logical.exp
7721 * gdb.fortran/module.exp
7722 * gdb.fortran/multi-dim.exp
7723 * gdb.fortran/nested-funcs.exp
7724 * gdb.fortran/print-formatted.exp
7725 * gdb.fortran/subarray.exp
7726 * gdb.fortran/vla-alloc-assoc.exp
7727 * gdb.fortran/vla-datatypes.exp
7728 * gdb.fortran/vla-history.exp
7729 * gdb.fortran/vla-ptr-info.exp
7730 * gdb.fortran/vla-ptype-sub.exp
7731 * gdb.fortran/vla-ptype.exp
7732 * gdb.fortran/vla-sizeof.exp
7733 * gdb.fortran/vla-type.exp
7734 * gdb.fortran/vla-value-sub-arbitrary.exp
7735 * gdb.fortran/vla-value-sub-finish.exp
7736 * gdb.fortran/vla-value-sub.exp
7737 * gdb.fortran/vla-value.exp
7738 * gdb.fortran/whatis_type.exp
7739 * gdb.go/chan.exp
7740 * gdb.go/handcall.exp
7741 * gdb.go/hello.exp
7742 * gdb.go/integers.exp
7743 * gdb.go/methods.exp
7744 * gdb.go/package.exp
7745 * gdb.go/strings.exp
7746 * gdb.go/types.exp
7747 * gdb.go/unsafe.exp
7748 * gdb.guile/scm-arch.exp
7749 * gdb.guile/scm-block.exp
7750 * gdb.guile/scm-breakpoint.exp
7751 * gdb.guile/scm-cmd.exp
7752 * gdb.guile/scm-disasm.exp
7753 * gdb.guile/scm-equal.exp
7754 * gdb.guile/scm-frame-args.exp
7755 * gdb.guile/scm-frame-inline.exp
7756 * gdb.guile/scm-frame.exp
7757 * gdb.guile/scm-iterator.exp
7758 * gdb.guile/scm-math.exp
7759 * gdb.guile/scm-objfile.exp
7760 * gdb.guile/scm-ports.exp
7761 * gdb.guile/scm-symbol.exp
7762 * gdb.guile/scm-symtab.exp
7763 * gdb.guile/scm-value-cc.exp
7764 * gdb.guile/types-module.exp
7765 * gdb.linespec/break-ask.exp
7766 * gdb.linespec/cpexplicit.exp
7767 * gdb.linespec/explicit.exp
7768 * gdb.linespec/keywords.exp
7769 * gdb.linespec/linespec.exp
7770 * gdb.linespec/ls-dollar.exp
7771 * gdb.linespec/ls-errs.exp
7772 * gdb.linespec/skip-two.exp
7773 * gdb.linespec/thread.exp
7774 * gdb.mi/mi-async.exp
7775 * gdb.mi/mi-basics.exp
7776 * gdb.mi/mi-break.exp
7777 * gdb.mi/mi-catch-load.exp
7778 * gdb.mi/mi-cli.exp
7779 * gdb.mi/mi-cmd-param-changed.exp
7780 * gdb.mi/mi-console.exp
7781 * gdb.mi/mi-detach.exp
7782 * gdb.mi/mi-disassemble.exp
7783 * gdb.mi/mi-eval.exp
7784 * gdb.mi/mi-file-transfer.exp
7785 * gdb.mi/mi-file.exp
7786 * gdb.mi/mi-fill-memory.exp
7787 * gdb.mi/mi-inheritance-syntax-error.exp
7788 * gdb.mi/mi-linespec-err-cp.exp
7789 * gdb.mi/mi-logging.exp
7790 * gdb.mi/mi-memory-changed.exp
7791 * gdb.mi/mi-read-memory.exp
7792 * gdb.mi/mi-record-changed.exp
7793 * gdb.mi/mi-reg-undefined.exp
7794 * gdb.mi/mi-regs.exp
7795 * gdb.mi/mi-return.exp
7796 * gdb.mi/mi-reverse.exp
7797 * gdb.mi/mi-simplerun.exp
7798 * gdb.mi/mi-solib.exp
7799 * gdb.mi/mi-stack.exp
7800 * gdb.mi/mi-stepi.exp
7801 * gdb.mi/mi-syn-frame.exp
7802 * gdb.mi/mi-until.exp
7803 * gdb.mi/mi-var-block.exp
7804 * gdb.mi/mi-var-child.exp
7805 * gdb.mi/mi-var-cmd.exp
7806 * gdb.mi/mi-var-cp.exp
7807 * gdb.mi/mi-var-display.exp
7808 * gdb.mi/mi-var-invalidate.exp
7809 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7810 * gdb.mi/mi-vla-fortran.exp
7811 * gdb.mi/mi-watch.exp
7812 * gdb.mi/mi2-var-child.exp
7813 * gdb.mi/user-selected-context-sync.exp
7814 * gdb.modula2/unbounded-array.exp
7815 * gdb.multi/dummy-frame-restore.exp
7816 * gdb.multi/multi-arch-exec.exp
7817 * gdb.multi/multi-arch.exp
7818 * gdb.multi/tids.exp
7819 * gdb.multi/watchpoint-multi.exp
7820 * gdb.opencl/callfuncs.exp
7821 * gdb.opencl/convs_casts.exp
7822 * gdb.opencl/datatypes.exp
7823 * gdb.opencl/operators.exp
7824 * gdb.opencl/vec_comps.exp
7825 * gdb.opt/clobbered-registers-O2.exp
7826 * gdb.opt/inline-break.exp
7827 * gdb.opt/inline-bt.exp
7828 * gdb.opt/inline-cmds.exp
7829 * gdb.opt/inline-locals.exp
7830 * gdb.pascal/case-insensitive-symbols.exp
7831 * gdb.pascal/floats.exp
7832 * gdb.pascal/gdb11492.exp
7833 * gdb.python/lib-types.exp
7834 * gdb.python/py-arch.exp
7835 * gdb.python/py-as-string.exp
7836 * gdb.python/py-bad-printers.exp
7837 * gdb.python/py-block.exp
7838 * gdb.python/py-breakpoint-create-fail.exp
7839 * gdb.python/py-breakpoint.exp
7840 * gdb.python/py-caller-is.exp
7841 * gdb.python/py-cmd.exp
7842 * gdb.python/py-explore-cc.exp
7843 * gdb.python/py-explore.exp
7844 * gdb.python/py-finish-breakpoint.exp
7845 * gdb.python/py-finish-breakpoint2.exp
7846 * gdb.python/py-frame-args.exp
7847 * gdb.python/py-frame-inline.exp
7848 * gdb.python/py-frame.exp
7849 * gdb.python/py-framefilter-mi.exp
7850 * gdb.python/py-infthread.exp
7851 * gdb.python/py-lazy-string.exp
7852 * gdb.python/py-linetable.exp
7853 * gdb.python/py-mi-events.exp
7854 * gdb.python/py-mi-objfile.exp
7855 * gdb.python/py-mi.exp
7856 * gdb.python/py-objfile.exp
7857 * gdb.python/py-pp-integral.exp
7858 * gdb.python/py-pp-maint.exp
7859 * gdb.python/py-pp-re-notag.exp
7860 * gdb.python/py-pp-registration.exp
7861 * gdb.python/py-recurse-unwind.exp
7862 * gdb.python/py-strfns.exp
7863 * gdb.python/py-symbol.exp
7864 * gdb.python/py-symtab.exp
7865 * gdb.python/py-sync-interp.exp
7866 * gdb.python/py-typeprint.exp
7867 * gdb.python/py-unwind-maint.exp
7868 * gdb.python/py-unwind.exp
7869 * gdb.python/py-value-cc.exp
7870 * gdb.python/py-xmethods.exp
7871 * gdb.reverse/amd64-tailcall-reverse.exp
7872 * gdb.reverse/break-precsave.exp
7873 * gdb.reverse/break-reverse.exp
7874 * gdb.reverse/consecutive-precsave.exp
7875 * gdb.reverse/consecutive-reverse.exp
7876 * gdb.reverse/finish-precsave.exp
7877 * gdb.reverse/finish-reverse-bkpt.exp
7878 * gdb.reverse/finish-reverse.exp
7879 * gdb.reverse/fstatat-reverse.exp
7880 * gdb.reverse/getresuid-reverse.exp
7881 * gdb.reverse/i386-precsave.exp
7882 * gdb.reverse/i386-reverse.exp
7883 * gdb.reverse/i386-sse-reverse.exp
7884 * gdb.reverse/i387-env-reverse.exp
7885 * gdb.reverse/i387-stack-reverse.exp
7886 * gdb.reverse/insn-reverse.exp
7887 * gdb.reverse/machinestate-precsave.exp
7888 * gdb.reverse/machinestate.exp
7889 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7890 * gdb.reverse/pipe-reverse.exp
7891 * gdb.reverse/readv-reverse.exp
7892 * gdb.reverse/recvmsg-reverse.exp
7893 * gdb.reverse/rerun-prec.exp
7894 * gdb.reverse/s390-mvcle.exp
7895 * gdb.reverse/step-precsave.exp
7896 * gdb.reverse/step-reverse.exp
7897 * gdb.reverse/time-reverse.exp
7898 * gdb.reverse/until-precsave.exp
7899 * gdb.reverse/until-reverse.exp
7900 * gdb.reverse/waitpid-reverse.exp
7901 * gdb.reverse/watch-precsave.exp
7902 * gdb.reverse/watch-reverse.exp
7903 * gdb.rust/generics.exp
7904 * gdb.rust/methods.exp
7905 * gdb.rust/modules.exp
7906 * gdb.rust/simple.exp
7907 * gdb.server/connect-with-no-symbol-file.exp
7908 * gdb.server/ext-attach.exp
7909 * gdb.server/ext-restart.exp
7910 * gdb.server/ext-wrapper.exp
7911 * gdb.server/file-transfer.exp
7912 * gdb.server/server-exec-info.exp
7913 * gdb.server/server-kill.exp
7914 * gdb.server/server-mon.exp
7915 * gdb.server/wrapper.exp
7916 * gdb.stabs/exclfwd.exp
7917 * gdb.stabs/gdb11479.exp
7918 * gdb.threads/clone-new-thread-event.exp
7919 * gdb.threads/corethreads.exp
7920 * gdb.threads/current-lwp-dead.exp
7921 * gdb.threads/dlopen-libpthread.exp
7922 * gdb.threads/gcore-thread.exp
7923 * gdb.threads/sigstep-threads.exp
7924 * gdb.threads/watchpoint-fork.exp
7925 * gdb.trace/actions-changed.exp
7926 * gdb.trace/backtrace.exp
7927 * gdb.trace/change-loc.exp
7928 * gdb.trace/circ.exp
7929 * gdb.trace/collection.exp
7930 * gdb.trace/disconnected-tracing.exp
7931 * gdb.trace/ftrace.exp
7932 * gdb.trace/mi-trace-frame-collected.exp
7933 * gdb.trace/mi-trace-unavailable.exp
7934 * gdb.trace/mi-traceframe-changed.exp
7935 * gdb.trace/mi-tsv-changed.exp
7936 * gdb.trace/no-attach-trace.exp
7937 * gdb.trace/passc-dyn.exp
7938 * gdb.trace/qtro.exp
7939 * gdb.trace/range-stepping.exp
7940 * gdb.trace/read-memory.exp
7941 * gdb.trace/save-trace.exp
7942 * gdb.trace/signal.exp
7943 * gdb.trace/status-stop.exp
7944 * gdb.trace/tfile.exp
7945 * gdb.trace/trace-break.exp
7946 * gdb.trace/trace-buffer-size.exp
7947 * gdb.trace/trace-condition.exp
7948 * gdb.trace/tracefile-pseudo-reg.exp
7949 * gdb.trace/tstatus.exp
7950 * gdb.trace/unavailable.exp
7951 * gdb.trace/while-dyn.exp
7952 * gdb.trace/while-stepping.exp
7953
7954 2016-12-22 Doug Evans <xdje42@gmail.com>
7955
7956 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7957 and msymbols.
7958
7959 2016-12-19 Yao Qi <yao.qi@linaro.org>
7960
7961 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7962 (test_with_self): Don't call do_steps_and_nexts, and remove
7963 code about stepping into xmalloc.
7964
7965 2016-12-09 Yao Qi <yao.qi@linaro.org>
7966
7967 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7968
7969 2016-12-09 Yao Qi <yao.qi@linaro.org>
7970
7971 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7972
7973 2016-12-09 Pedro Alves <palves@redhat.com>
7974
7975 * gdb.base/all-architectures-0.exp: New file.
7976 * gdb.base/all-architectures-1.exp: New file.
7977 * gdb.base/all-architectures-2.exp: New file.
7978 * gdb.base/all-architectures-3.exp: New file.
7979 * gdb.base/all-architectures-4.exp: New file.
7980 * gdb.base/all-architectures-5.exp: New file.
7981 * gdb.base/all-architectures-6.exp: New file.
7982 * gdb.base/all-architectures-7.exp: New file.
7983 * gdb.base/all-architectures.exp.in: New file.
7984
7985 2016-12-09 Yao Qi <yao.qi@linaro.org>
7986
7987 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7988
7989 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7990
7991 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7992 possible.
7993 Remove useless pattern-matching code.
7994
7995 2016-12-02 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7998 procedure.
7999 (top level): Call it.
8000
8001 2016-12-02 Pedro Alves <palves@redhat.com>
8002
8003 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8004 New procedure.
8005 (top level): Call it.
8006
8007 2016-12-02 Pedro Alves <palves@redhat.com>
8008
8009 PR cli/20559
8010 * gdb.base/commands.exp (user_defined_command_args_eval): New
8011 procedure.
8012 (top level): Call it.
8013
8014 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8015
8016 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8017 timeout handling.
8018
8019 2016-12-02 Tom Tromey <tom@tromey.com>
8020
8021 * gdb.dwarf2/main-subprogram.c: New file.
8022 * gdb.dwarf2/main-subprogram.exp: New file.
8023
8024 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8025
8026 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8027 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8028 gdb_test_no_output for a couple of cases.
8029 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8030
8031 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8032
8033 Fix test names and standardize compilation error messages throughout
8034 the following files:
8035
8036 * gdb.ada/start.exp
8037 * gdb.arch/alpha-step.exp
8038 * gdb.arch/e500-prologue.exp
8039 * gdb.arch/ftrace-insn-reloc.exp
8040 * gdb.arch/gdb1291.exp
8041 * gdb.arch/gdb1431.exp
8042 * gdb.arch/gdb1558.exp
8043 * gdb.arch/i386-dr3-watch.exp
8044 * gdb.arch/i386-sse-stack-align.exp
8045 * gdb.arch/ia64-breakpoint-shadow.exp
8046 * gdb.arch/pa-nullify.exp
8047 * gdb.arch/powerpc-aix-prologue.exp
8048 * gdb.arch/thumb-bx-pc.exp
8049 * gdb.base/annota1.exp
8050 * gdb.base/annota3.exp
8051 * gdb.base/arrayidx.exp
8052 * gdb.base/assign.exp
8053 * gdb.base/attach.exp
8054 * gdb.base/auxv.exp
8055 * gdb.base/bang.exp
8056 * gdb.base/bfp-test.exp
8057 * gdb.base/bigcore.exp
8058 * gdb.base/bitfields2.exp
8059 * gdb.base/break-fun-addr.exp
8060 * gdb.base/break-probes.exp
8061 * gdb.base/call-rt-st.exp
8062 * gdb.base/callexit.exp
8063 * gdb.base/catch-fork-kill.exp
8064 * gdb.base/charset.exp
8065 * gdb.base/checkpoint.exp
8066 * gdb.base/comprdebug.exp
8067 * gdb.base/constvars.exp
8068 * gdb.base/coredump-filter.exp
8069 * gdb.base/cursal.exp
8070 * gdb.base/cvexpr.exp
8071 * gdb.base/detach.exp
8072 * gdb.base/display.exp
8073 * gdb.base/dmsym.exp
8074 * gdb.base/dprintf-pending.exp
8075 * gdb.base/dso2dso.exp
8076 * gdb.base/dtrace-probe.exp
8077 * gdb.base/dump.exp
8078 * gdb.base/enum_cond.exp
8079 * gdb.base/exe-lock.exp
8080 * gdb.base/exec-invalid-sysroot.exp
8081 * gdb.base/execl-update-breakpoints.exp
8082 * gdb.base/exprs.exp
8083 * gdb.base/fileio.exp
8084 * gdb.base/find.exp
8085 * gdb.base/finish.exp
8086 * gdb.base/fixsection.exp
8087 * gdb.base/foll-vfork.exp
8088 * gdb.base/frame-args.exp
8089 * gdb.base/gcore.exp
8090 * gdb.base/gdb1250.exp
8091 * gdb.base/global-var-nested-by-dso.exp
8092 * gdb.base/gnu-ifunc.exp
8093 * gdb.base/hashline1.exp
8094 * gdb.base/hashline2.exp
8095 * gdb.base/hashline3.exp
8096 * gdb.base/hbreak-in-shr-unsupported.exp
8097 * gdb.base/huge.exp
8098 * gdb.base/infcall-input.exp
8099 * gdb.base/info-fun.exp
8100 * gdb.base/info-shared.exp
8101 * gdb.base/jit-simple.exp
8102 * gdb.base/jit-so.exp
8103 * gdb.base/jit.exp
8104 * gdb.base/jump.exp
8105 * gdb.base/label.exp
8106 * gdb.base/lineinc.exp
8107 * gdb.base/logical.exp
8108 * gdb.base/longjmp.exp
8109 * gdb.base/macscp.exp
8110 * gdb.base/miscexprs.exp
8111 * gdb.base/new-ui-echo.exp
8112 * gdb.base/new-ui-pending-input.exp
8113 * gdb.base/new-ui.exp
8114 * gdb.base/nodebug.exp
8115 * gdb.base/nofield.exp
8116 * gdb.base/offsets.exp
8117 * gdb.base/overlays.exp
8118 * gdb.base/pending.exp
8119 * gdb.base/pointers.exp
8120 * gdb.base/pr11022.exp
8121 * gdb.base/printcmds.exp
8122 * gdb.base/prologue.exp
8123 * gdb.base/ptr-typedef.exp
8124 * gdb.base/realname-expand.exp
8125 * gdb.base/relativedebug.exp
8126 * gdb.base/relocate.exp
8127 * gdb.base/remote.exp
8128 * gdb.base/reread.exp
8129 * gdb.base/return2.exp
8130 * gdb.base/savedregs.exp
8131 * gdb.base/sep.exp
8132 * gdb.base/sepdebug.exp
8133 * gdb.base/sepsymtab.exp
8134 * gdb.base/set-inferior-tty.exp
8135 * gdb.base/setshow.exp
8136 * gdb.base/shlib-call.exp
8137 * gdb.base/sigaltstack.exp
8138 * gdb.base/siginfo-addr.exp
8139 * gdb.base/signals.exp
8140 * gdb.base/signull.exp
8141 * gdb.base/sigrepeat.exp
8142 * gdb.base/so-impl-ld.exp
8143 * gdb.base/solib-display.exp
8144 * gdb.base/solib-overlap.exp
8145 * gdb.base/solib-search.exp
8146 * gdb.base/solib-symbol.exp
8147 * gdb.base/structs.exp
8148 * gdb.base/structs2.exp
8149 * gdb.base/symtab-search-order.exp
8150 * gdb.base/twice.exp
8151 * gdb.base/unload.exp
8152 * gdb.base/varargs.exp
8153 * gdb.base/watchpoint-solib.exp
8154 * gdb.base/watchpoint.exp
8155 * gdb.base/whatis.exp
8156 * gdb.base/wrong_frame_bt_full.exp
8157 * gdb.btrace/dlopen.exp
8158 * gdb.cell/ea-standalone.exp
8159 * gdb.cell/ea-test.exp
8160 * gdb.cp/dispcxx.exp
8161 * gdb.cp/gdb2384.exp
8162 * gdb.cp/method2.exp
8163 * gdb.cp/nextoverthrow.exp
8164 * gdb.cp/pr10728.exp
8165 * gdb.disasm/am33.exp
8166 * gdb.disasm/h8300s.exp
8167 * gdb.disasm/mn10300.exp
8168 * gdb.disasm/sh3.exp
8169 * gdb.dwarf2/dw2-dir-file-name.exp
8170 * gdb.fortran/complex.exp
8171 * gdb.fortran/library-module.exp
8172 * gdb.guile/scm-pretty-print.exp
8173 * gdb.guile/scm-symbol.exp
8174 * gdb.guile/scm-type.exp
8175 * gdb.guile/scm-value.exp
8176 * gdb.linespec/linespec.exp
8177 * gdb.mi/gdb701.exp
8178 * gdb.mi/gdb792.exp
8179 * gdb.mi/mi-breakpoint-changed.exp
8180 * gdb.mi/mi-dprintf-pending.exp
8181 * gdb.mi/mi-dprintf.exp
8182 * gdb.mi/mi-exit-code.exp
8183 * gdb.mi/mi-pending.exp
8184 * gdb.mi/mi-solib.exp
8185 * gdb.mi/new-ui-mi-sync.exp
8186 * gdb.mi/pr11022.exp
8187 * gdb.mi/user-selected-context-sync.exp
8188 * gdb.opt/solib-intra-step.exp
8189 * gdb.python/py-events.exp
8190 * gdb.python/py-finish-breakpoint.exp
8191 * gdb.python/py-mi.exp
8192 * gdb.python/py-prettyprint.exp
8193 * gdb.python/py-shared.exp
8194 * gdb.python/py-symbol.exp
8195 * gdb.python/py-template.exp
8196 * gdb.python/py-type.exp
8197 * gdb.python/py-value.exp
8198 * gdb.reverse/solib-precsave.exp
8199 * gdb.reverse/solib-reverse.exp
8200 * gdb.server/solib-list.exp
8201 * gdb.stabs/weird.exp
8202 * gdb.threads/reconnect-signal.exp
8203 * gdb.threads/stepi-random-signal.exp
8204 * gdb.trace/actions.exp
8205 * gdb.trace/ax.exp
8206 * gdb.trace/backtrace.exp
8207 * gdb.trace/change-loc.exp
8208 * gdb.trace/deltrace.exp
8209 * gdb.trace/ftrace-lock.exp
8210 * gdb.trace/ftrace.exp
8211 * gdb.trace/infotrace.exp
8212 * gdb.trace/mi-tracepoint-changed.exp
8213 * gdb.trace/packetlen.exp
8214 * gdb.trace/passcount.exp
8215 * gdb.trace/pending.exp
8216 * gdb.trace/range-stepping.exp
8217 * gdb.trace/report.exp
8218 * gdb.trace/stap-trace.exp
8219 * gdb.trace/tfind.exp
8220 * gdb.trace/trace-break.exp
8221 * gdb.trace/trace-condition.exp
8222 * gdb.trace/trace-enable-disable.exp
8223 * gdb.trace/trace-mt.exp
8224 * gdb.trace/tracecmd.exp
8225 * gdb.trace/tspeed.exp
8226 * gdb.trace/tsv.exp
8227 * lib/perftest.exp
8228
8229 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8230
8231 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8232 with gdb_test_no_output.
8233 Use command as test name.
8234
8235 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8236
8237 Fix test names starting with uppercase throughout the files.
8238
8239 * gdb.ada/assign_1.exp
8240 * gdb.ada/boolean_expr.exp
8241 * gdb.base/arrayidx.exp
8242 * gdb.base/del.exp
8243 * gdb.base/gcore-buffer-overflow.exp
8244 * gdb.base/testenv.exp
8245 * gdb.compile/compile.exp
8246 * gdb.python/py-framefilter-invalidarg.exp
8247 * gdb.python/py-framefilter.exp
8248
8249 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8250
8251 Fix test names starting with uppercase throughout the files.
8252
8253 * gdb.ada/array_return.exp
8254 * gdb.ada/expr_delims.exp
8255 * gdb.ada/mi_dyn_arr.exp
8256 * gdb.ada/mi_interface.exp
8257 * gdb.ada/mi_var_array.exp
8258 * gdb.ada/watch_arg.exp
8259 * gdb.arch/alpha-step.exp
8260 * gdb.arch/altivec-regs.exp
8261 * gdb.arch/e500-regs.exp
8262 * gdb.arch/powerpc-d128-regs.exp
8263 * gdb.base/arrayidx.exp
8264 * gdb.base/break.exp
8265 * gdb.base/checkpoint.exp
8266 * gdb.base/debug-expr.exp
8267 * gdb.base/dmsym.exp
8268 * gdb.base/radix.exp
8269 * gdb.base/sepdebug.exp
8270 * gdb.base/testenv.exp
8271 * gdb.base/watch_thread_num.exp
8272 * gdb.base/watchpoint-cond-gone.exp
8273 * gdb.cell/break.exp
8274 * gdb.cell/ea-cache.exp
8275 * gdb.compile/compile.exp
8276 * gdb.cp/gdb2495.exp
8277 * gdb.gdb/selftest.exp
8278 * gdb.gdb/xfullpath.exp
8279 * gdb.go/hello.exp
8280 * gdb.go/integers.exp
8281 * gdb.objc/basicclass.exp
8282 * gdb.pascal/hello.exp
8283 * gdb.pascal/integers.exp
8284 * gdb.python/py-breakpoint.exp
8285 * gdb.python/py-cmd.exp
8286 * gdb.python/py-linetable.exp
8287 * gdb.python/py-xmethods.exp
8288 * gdb.python/python.exp
8289 * gdb.reverse/consecutive-precsave.exp
8290 * gdb.reverse/finish-precsave.exp
8291 * gdb.reverse/i386-precsave.exp
8292 * gdb.reverse/machinestate-precsave.exp
8293 * gdb.reverse/sigall-precsave.exp
8294 * gdb.reverse/solib-precsave.exp
8295 * gdb.reverse/step-precsave.exp
8296 * gdb.reverse/until-precsave.exp
8297 * gdb.reverse/watch-precsave.exp
8298 * gdb.threads/leader-exit.exp
8299 * gdb.threads/pthreads.exp
8300 * gdb.threads/wp-replication.exp
8301 * gdb.trace/actions.exp
8302 * gdb.trace/mi-tsv-changed.exp
8303 * gdb.trace/tsv.exp
8304
8305 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8306
8307 Fix test names starting with uppercase throughout the files.
8308
8309 * gdb.arch/i386-bp_permanent.exp
8310 * gdb.arch/i386-gnu-cfi.exp
8311 * gdb.base/disasm-end-cu.exp
8312 * gdb.base/macscp.exp
8313 * gdb.base/pending.exp
8314 * gdb.base/watch_thread_num.exp
8315 * gdb.cp/exception.exp
8316 * gdb.cp/gdb2495.exp
8317 * gdb.cp/local.exp
8318 * gdb.python/py-evsignal.exp
8319 * gdb.python/python.exp
8320 * gdb.trace/tracecmd.exp
8321
8322 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8323
8324 Fix test names starting with uppercase throughout the files.
8325
8326 * gdb.base/charset.exp
8327 * gdb.base/eval.exp
8328 * gdb.base/multi-forks.exp
8329 * gdb.guile/scm-progspace.exp
8330 * gdb.opencl/datatypes.exp
8331 * gdb.python/py-block.exp
8332 * gdb.python/py-function.exp
8333 * gdb.python/py-symbol.exp
8334 * gdb.python/py-symtab.exp
8335 * gdb.python/py-xmethods.exp
8336 * gdb.reverse/break-precsave.exp
8337 * gdb.reverse/break-reverse.exp
8338 * gdb.reverse/consecutive-precsave.exp
8339 * gdb.reverse/consecutive-reverse.exp
8340 * gdb.reverse/finish-precsave.exp
8341 * gdb.reverse/finish-reverse-bkpt.exp
8342 * gdb.reverse/finish-reverse.exp
8343 * gdb.reverse/fstatat-reverse.exp
8344 * gdb.reverse/getresuid-reverse.exp
8345 * gdb.reverse/i386-precsave.exp
8346 * gdb.reverse/i386-reverse.exp
8347 * gdb.reverse/i386-sse-reverse.exp
8348 * gdb.reverse/i387-stack-reverse.exp
8349 * gdb.reverse/insn-reverse.exp
8350 * gdb.reverse/machinestate-precsave.exp
8351 * gdb.reverse/machinestate.exp
8352 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8353 * gdb.reverse/pipe-reverse.exp
8354 * gdb.reverse/readv-reverse.exp
8355 * gdb.reverse/recvmsg-reverse.exp
8356 * gdb.reverse/rerun-prec.exp
8357 * gdb.reverse/s390-mvcle.exp
8358 * gdb.reverse/sigall-precsave.exp
8359 * gdb.reverse/sigall-reverse.exp
8360 * gdb.reverse/solib-precsave.exp
8361 * gdb.reverse/solib-reverse.exp
8362 * gdb.reverse/step-precsave.exp
8363 * gdb.reverse/step-reverse.exp
8364 * gdb.reverse/time-reverse.exp
8365 * gdb.reverse/until-precsave.exp
8366 * gdb.reverse/until-reverse.exp
8367 * gdb.reverse/waitpid-reverse.exp
8368 * gdb.reverse/watch-precsave.exp
8369 * gdb.reverse/watch-reverse.exp
8370
8371 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8372
8373 Fix test names starting with uppercase throughout the files.
8374
8375 * gdb.arch/i386-mpx-simple_segv.exp
8376 * gdb.arch/i386-mpx.exp
8377 * gdb.arch/i386-permbkpt.exp
8378 * gdb.arch/pa-nullify.exp
8379 * gdb.arch/powerpc-d128-regs.exp
8380 * gdb.arch/vsx-regs.exp
8381 * gdb.base/bfp-test.exp
8382 * gdb.base/break.exp
8383 * gdb.base/breakpoint-shadow.exp
8384 * gdb.base/callfuncs.exp
8385 * gdb.base/charset.exp
8386 * gdb.base/commands.exp
8387 * gdb.base/completion.exp
8388 * gdb.base/dfp-test.exp
8389 * gdb.base/echo.exp
8390 * gdb.base/ending-run.exp
8391 * gdb.base/eval.exp
8392 * gdb.base/expand-psymtabs.exp
8393 * gdb.base/float128.exp
8394 * gdb.base/floatn.exp
8395 * gdb.base/foll-exec-mode.exp
8396 * gdb.base/gdb1056.exp
8397 * gdb.base/gdb11531.exp
8398 * gdb.base/kill-after-signal.exp
8399 * gdb.base/multi-forks.exp
8400 * gdb.base/overlays.exp
8401 * gdb.base/pending.exp
8402 * gdb.base/sepdebug.exp
8403 * gdb.base/testenv.exp
8404 * gdb.base/valgrind-db-attach.exp
8405 * gdb.base/watch_thread_num.exp
8406 * gdb.base/watchpoint-cond-gone.exp
8407 * gdb.base/watchpoint.exp
8408 * gdb.base/watchpoints.exp
8409 * gdb.cp/arg-reference.exp
8410 * gdb.cp/baseenum.exp
8411 * gdb.cp/operator.exp
8412 * gdb.cp/shadow.exp
8413 * gdb.dwarf2/dw2-op-out-param.exp
8414 * gdb.dwarf2/dw2-reg-undefined.exp
8415 * gdb.go/chan.exp
8416 * gdb.go/hello.exp
8417 * gdb.go/integers.exp
8418 * gdb.go/methods.exp
8419 * gdb.go/package.exp
8420 * gdb.guile/scm-parameter.exp
8421 * gdb.guile/scm-progspace.exp
8422 * gdb.guile/scm-value.exp
8423 * gdb.mi/mi-pending.exp
8424 * gdb.mi/user-selected-context-sync.exp
8425 * gdb.multi/multi-attach.exp
8426 * gdb.multi/tids.exp
8427 * gdb.opt/clobbered-registers-O2.exp
8428 * gdb.pascal/floats.exp
8429 * gdb.pascal/integers.exp
8430 * gdb.python/py-block.exp
8431 * gdb.python/py-events.exp
8432 * gdb.python/py-parameter.exp
8433 * gdb.python/py-symbol.exp
8434 * gdb.python/py-symtab.exp
8435 * gdb.python/py-type.exp
8436 * gdb.python/py-value.exp
8437 * gdb.python/py-xmethods.exp
8438 * gdb.python/python.exp
8439 * gdb.reverse/break-precsave.exp
8440 * gdb.reverse/consecutive-precsave.exp
8441 * gdb.reverse/finish-precsave.exp
8442 * gdb.reverse/i386-precsave.exp
8443 * gdb.reverse/machinestate-precsave.exp
8444 * gdb.reverse/sigall-precsave.exp
8445 * gdb.reverse/solib-precsave.exp
8446 * gdb.reverse/step-precsave.exp
8447 * gdb.reverse/until-precsave.exp
8448 * gdb.reverse/watch-precsave.exp
8449 * gdb.server/ext-attach.exp
8450 * gdb.server/ext-restart.exp
8451 * gdb.server/ext-run.exp
8452 * gdb.server/ext-wrapper.exp
8453 * gdb.stabs/gdb11479.exp
8454 * gdb.stabs/weird.exp
8455 * gdb.threads/attach-many-short-lived-threads.exp
8456 * gdb.threads/kill.exp
8457 * gdb.threads/watchpoint-fork.exp
8458
8459 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8460
8461 Fix test names starting with uppercase throughout all the files below.
8462
8463 * gdb.ada/array_return.exp
8464 * gdb.ada/catch_ex.exp
8465 * gdb.ada/info_exc.exp
8466 * gdb.ada/mi_catch_ex.exp
8467 * gdb.ada/mi_dyn_arr.exp
8468 * gdb.ada/mi_ex_cond.exp
8469 * gdb.ada/mi_exc_info.exp
8470 * gdb.ada/mi_interface.exp
8471 * gdb.ada/mi_task_arg.exp
8472 * gdb.ada/mi_task_info.exp
8473 * gdb.ada/mi_var_array.exp
8474 * gdb.arch/alpha-step.exp
8475 * gdb.arch/amd64-disp-step.exp
8476 * gdb.arch/arm-disp-step.exp
8477 * gdb.arch/disp-step-insn-reloc.exp
8478 * gdb.arch/e500-prologue.exp
8479 * gdb.arch/ftrace-insn-reloc.exp
8480 * gdb.arch/gdb1558.exp
8481 * gdb.arch/i386-bp_permanent.exp
8482 * gdb.arch/i386-disp-step.exp
8483 * gdb.arch/i386-float.exp
8484 * gdb.arch/i386-gnu-cfi.exp
8485 * gdb.arch/ia64-breakpoint-shadow.exp
8486 * gdb.arch/mips16-thunks.exp
8487 * gdb.arch/pa-nullify.exp
8488 * gdb.arch/powerpc-aix-prologue.exp
8489 * gdb.arch/powerpc-power.exp
8490 * gdb.arch/ppc-dfp.exp
8491 * gdb.arch/s390-tdbregs.exp
8492 * gdb.arch/spu-info.exp
8493 * gdb.arch/spu-ls.exp
8494 * gdb.arch/thumb-bx-pc.exp
8495 * gdb.base/advance.exp
8496 * gdb.base/annota-input-while-running.exp
8497 * gdb.base/arrayidx.exp
8498 * gdb.base/asmlabel.exp
8499 * gdb.base/async.exp
8500 * gdb.base/attach-wait-input.exp
8501 * gdb.base/auto-connect-native-target.exp
8502 * gdb.base/batch-preserve-term-settings.exp
8503 * gdb.base/bfp-test.exp
8504 * gdb.base/bigcore.exp
8505 * gdb.base/bp-permanent.exp
8506 * gdb.base/break-always.exp
8507 * gdb.base/break-fun-addr.exp
8508 * gdb.base/break-idempotent.exp
8509 * gdb.base/break-main-file-remove-fail.exp
8510 * gdb.base/break-probes.exp
8511 * gdb.base/break-unload-file.exp
8512 * gdb.base/break.exp
8513 * gdb.base/call-ar-st.exp
8514 * gdb.base/call-rt-st.exp
8515 * gdb.base/call-sc.exp
8516 * gdb.base/call-signal-resume.exp
8517 * gdb.base/call-strs.exp
8518 * gdb.base/callexit.exp
8519 * gdb.base/callfuncs.exp
8520 * gdb.base/catch-gdb-caused-signals.exp
8521 * gdb.base/catch-signal-siginfo-cond.exp
8522 * gdb.base/catch-syscall.exp
8523 * gdb.base/compare-sections.exp
8524 * gdb.base/cond-eval-mode.exp
8525 * gdb.base/condbreak-call-false.exp
8526 * gdb.base/consecutive-step-over.exp
8527 * gdb.base/cursal.exp
8528 * gdb.base/disabled-location.exp
8529 * gdb.base/disasm-end-cu.exp
8530 * gdb.base/display.exp
8531 * gdb.base/double-prompt-target-event-error.exp
8532 * gdb.base/dprintf-bp-same-addr.exp
8533 * gdb.base/dprintf-detach.exp
8534 * gdb.base/dprintf-next.exp
8535 * gdb.base/dprintf-non-stop.exp
8536 * gdb.base/dprintf-pending.exp
8537 * gdb.base/dso2dso.exp
8538 * gdb.base/ending-run.exp
8539 * gdb.base/enum_cond.exp
8540 * gdb.base/examine-backward.exp
8541 * gdb.base/exe-lock.exp
8542 * gdb.base/exec-invalid-sysroot.exp
8543 * gdb.base/execl-update-breakpoints.exp
8544 * gdb.base/execution-termios.exp
8545 * gdb.base/fileio.exp
8546 * gdb.base/fixsection.exp
8547 * gdb.base/foll-exec-mode.exp
8548 * gdb.base/foll-exec.exp
8549 * gdb.base/fork-running-state.exp
8550 * gdb.base/frame-args.exp
8551 * gdb.base/fullpath-expand.exp
8552 * gdb.base/func-ptr.exp
8553 * gdb.base/gcore-relro-pie.exp
8554 * gdb.base/gdb1090.exp
8555 * gdb.base/gdb1555.exp
8556 * gdb.base/global-var-nested-by-dso.exp
8557 * gdb.base/gnu-ifunc.exp
8558 * gdb.base/hbreak-in-shr-unsupported.exp
8559 * gdb.base/hbreak-unmapped.exp
8560 * gdb.base/hook-stop.exp
8561 * gdb.base/infcall-input.exp
8562 * gdb.base/info-fun.exp
8563 * gdb.base/info-shared.exp
8564 * gdb.base/interrupt-noterm.exp
8565 * gdb.base/jit-so.exp
8566 * gdb.base/jit.exp
8567 * gdb.base/line-symtabs.exp
8568 * gdb.base/list.exp
8569 * gdb.base/longjmp.exp
8570 * gdb.base/macscp.exp
8571 * gdb.base/max-value-size.exp
8572 * gdb.base/nodebug.exp
8573 * gdb.base/nofield.exp
8574 * gdb.base/overlays.exp
8575 * gdb.base/paginate-after-ctrl-c-running.exp
8576 * gdb.base/paginate-bg-execution.exp
8577 * gdb.base/paginate-inferior-exit.exp
8578 * gdb.base/pending.exp
8579 * gdb.base/pr11022.exp
8580 * gdb.base/printcmds.exp
8581 * gdb.base/ptr-typedef.exp
8582 * gdb.base/ptype.exp
8583 * gdb.base/randomize.exp
8584 * gdb.base/range-stepping.exp
8585 * gdb.base/realname-expand.exp
8586 * gdb.base/relativedebug.exp
8587 * gdb.base/remote.exp
8588 * gdb.base/savedregs.exp
8589 * gdb.base/sepdebug.exp
8590 * gdb.base/set-noassign.exp
8591 * gdb.base/shlib-call.exp
8592 * gdb.base/shreloc.exp
8593 * gdb.base/sigaltstack.exp
8594 * gdb.base/sigbpt.exp
8595 * gdb.base/siginfo-addr.exp
8596 * gdb.base/siginfo-obj.exp
8597 * gdb.base/siginfo-thread.exp
8598 * gdb.base/signest.exp
8599 * gdb.base/signull.exp
8600 * gdb.base/sigrepeat.exp
8601 * gdb.base/skip.exp
8602 * gdb.base/so-impl-ld.exp
8603 * gdb.base/solib-corrupted.exp
8604 * gdb.base/solib-disc.exp
8605 * gdb.base/solib-display.exp
8606 * gdb.base/solib-overlap.exp
8607 * gdb.base/solib-search.exp
8608 * gdb.base/solib-symbol.exp
8609 * gdb.base/source-execution.exp
8610 * gdb.base/sss-bp-on-user-bp-2.exp
8611 * gdb.base/sss-bp-on-user-bp.exp
8612 * gdb.base/stack-checking.exp
8613 * gdb.base/stale-infcall.exp
8614 * gdb.base/step-break.exp
8615 * gdb.base/step-line.exp
8616 * gdb.base/step-over-exit.exp
8617 * gdb.base/step-test.exp
8618 * gdb.base/structs.exp
8619 * gdb.base/sym-file.exp
8620 * gdb.base/symtab-search-order.exp
8621 * gdb.base/term.exp
8622 * gdb.base/type-opaque.exp
8623 * gdb.base/unload.exp
8624 * gdb.base/until-nodebug.exp
8625 * gdb.base/until.exp
8626 * gdb.base/unwindonsignal.exp
8627 * gdb.base/watch-cond.exp
8628 * gdb.base/watch-non-mem.exp
8629 * gdb.base/watch_thread_num.exp
8630 * gdb.base/watchpoint-reuse-slot.exp
8631 * gdb.base/watchpoint-solib.exp
8632 * gdb.base/watchpoint.exp
8633 * gdb.btrace/dlopen.exp
8634 * gdb.cell/arch.exp
8635 * gdb.cell/break.exp
8636 * gdb.cell/bt.exp
8637 * gdb.cell/core.exp
8638 * gdb.cell/data.exp
8639 * gdb.cell/dwarfaddr.exp
8640 * gdb.cell/ea-cache.exp
8641 * gdb.cell/ea-standalone.exp
8642 * gdb.cell/ea-test.exp
8643 * gdb.cell/f-regs.exp
8644 * gdb.cell/fork.exp
8645 * gdb.cell/gcore.exp
8646 * gdb.cell/mem-access.exp
8647 * gdb.cell/ptype.exp
8648 * gdb.cell/registers.exp
8649 * gdb.cell/sizeof.exp
8650 * gdb.cell/solib-symbol.exp
8651 * gdb.cell/solib.exp
8652 * gdb.compile/compile-tls.exp
8653 * gdb.cp/exception.exp
8654 * gdb.cp/gdb2495.exp
8655 * gdb.cp/local.exp
8656 * gdb.cp/mb-inline.exp
8657 * gdb.cp/mb-templates.exp
8658 * gdb.cp/pr10687.exp
8659 * gdb.cp/pr9167.exp
8660 * gdb.cp/scope-err.exp
8661 * gdb.cp/templates.exp
8662 * gdb.cp/virtfunc.exp
8663 * gdb.dwarf2/dw2-dir-file-name.exp
8664 * gdb.dwarf2/dw2-single-line-discriminators.exp
8665 * gdb.fortran/complex.exp
8666 * gdb.fortran/library-module.exp
8667 * gdb.guile/guile.exp
8668 * gdb.guile/scm-cmd.exp
8669 * gdb.guile/scm-frame-inline.exp
8670 * gdb.guile/scm-objfile.exp
8671 * gdb.guile/scm-pretty-print.exp
8672 * gdb.guile/scm-symbol.exp
8673 * gdb.guile/scm-type.exp
8674 * gdb.guile/scm-value.exp
8675 * gdb.linespec/keywords.exp
8676 * gdb.linespec/ls-errs.exp
8677 * gdb.linespec/macro-relative.exp
8678 * gdb.linespec/thread.exp
8679 * gdb.mi/mi-breakpoint-changed.exp
8680 * gdb.mi/mi-dprintf-pending.exp
8681 * gdb.mi/mi-fullname-deleted.exp
8682 * gdb.mi/mi-logging.exp
8683 * gdb.mi/mi-pending.exp
8684 * gdb.mi/mi-solib.exp
8685 * gdb.mi/new-ui-mi-sync.exp
8686 * gdb.mi/user-selected-context-sync.exp
8687 * gdb.multi/dummy-frame-restore.exp
8688 * gdb.multi/multi-arch-exec.exp
8689 * gdb.multi/remove-inferiors.exp
8690 * gdb.multi/watchpoint-multi-exit.exp
8691 * gdb.opt/solib-intra-step.exp
8692 * gdb.perf/backtrace.exp
8693 * gdb.perf/single-step.exp
8694 * gdb.perf/skip-command.exp
8695 * gdb.perf/skip-prologue.exp
8696 * gdb.perf/solib.exp
8697 * gdb.python/lib-types.exp
8698 * gdb.python/py-as-string.exp
8699 * gdb.python/py-bad-printers.exp
8700 * gdb.python/py-block.exp
8701 * gdb.python/py-breakpoint.exp
8702 * gdb.python/py-cmd.exp
8703 * gdb.python/py-events.exp
8704 * gdb.python/py-evthreads.exp
8705 * gdb.python/py-finish-breakpoint.exp
8706 * gdb.python/py-finish-breakpoint2.exp
8707 * gdb.python/py-frame-inline.exp
8708 * gdb.python/py-frame.exp
8709 * gdb.python/py-inferior.exp
8710 * gdb.python/py-infthread.exp
8711 * gdb.python/py-mi.exp
8712 * gdb.python/py-objfile.exp
8713 * gdb.python/py-pp-maint.exp
8714 * gdb.python/py-pp-registration.exp
8715 * gdb.python/py-prettyprint.exp
8716 * gdb.python/py-recurse-unwind.exp
8717 * gdb.python/py-shared.exp
8718 * gdb.python/py-symbol.exp
8719 * gdb.python/py-symtab.exp
8720 * gdb.python/py-template.exp
8721 * gdb.python/py-type.exp
8722 * gdb.python/py-unwind-maint.exp
8723 * gdb.python/py-unwind.exp
8724 * gdb.python/py-value.exp
8725 * gdb.python/python.exp
8726 * gdb.reverse/finish-reverse-bkpt.exp
8727 * gdb.reverse/insn-reverse.exp
8728 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8729 * gdb.reverse/solib-precsave.exp
8730 * gdb.reverse/solib-reverse.exp
8731 * gdb.stabs/gdb11479.exp
8732 * gdb.stabs/weird.exp
8733 * gdb.threads/fork-child-threads.exp
8734 * gdb.threads/fork-plus-threads.exp
8735 * gdb.threads/fork-thread-pending.exp
8736 * gdb.threads/forking-threads-plus-breakpoint.exp
8737 * gdb.threads/hand-call-in-threads.exp
8738 * gdb.threads/interrupted-hand-call.exp
8739 * gdb.threads/linux-dp.exp
8740 * gdb.threads/local-watch-wrong-thread.exp
8741 * gdb.threads/next-while-other-thread-longjmps.exp
8742 * gdb.threads/non-ldr-exit.exp
8743 * gdb.threads/pending-step.exp
8744 * gdb.threads/print-threads.exp
8745 * gdb.threads/process-dies-while-detaching.exp
8746 * gdb.threads/process-dies-while-handling-bp.exp
8747 * gdb.threads/pthreads.exp
8748 * gdb.threads/queue-signal.exp
8749 * gdb.threads/reconnect-signal.exp
8750 * gdb.threads/signal-command-handle-nopass.exp
8751 * gdb.threads/signal-command-multiple-signals-pending.exp
8752 * gdb.threads/signal-delivered-right-thread.exp
8753 * gdb.threads/signal-sigtrap.exp
8754 * gdb.threads/sigthread.exp
8755 * gdb.threads/staticthreads.exp
8756 * gdb.threads/stepi-random-signal.exp
8757 * gdb.threads/thread-unwindonsignal.exp
8758 * gdb.threads/thread_check.exp
8759 * gdb.threads/thread_events.exp
8760 * gdb.threads/tid-reuse.exp
8761 * gdb.threads/tls-nodebug.exp
8762 * gdb.threads/tls-shared.exp
8763 * gdb.threads/tls-so_extern.exp
8764 * gdb.threads/tls.exp
8765 * gdb.threads/wp-replication.exp
8766 * gdb.trace/actions-changed.exp
8767 * gdb.trace/actions.exp
8768 * gdb.trace/backtrace.exp
8769 * gdb.trace/change-loc.exp
8770 * gdb.trace/collection.exp
8771 * gdb.trace/deltrace.exp
8772 * gdb.trace/disconnected-tracing.exp
8773 * gdb.trace/entry-values.exp
8774 * gdb.trace/ftrace-lock.exp
8775 * gdb.trace/ftrace.exp
8776 * gdb.trace/infotrace.exp
8777 * gdb.trace/mi-trace-frame-collected.exp
8778 * gdb.trace/mi-trace-unavailable.exp
8779 * gdb.trace/mi-traceframe-changed.exp
8780 * gdb.trace/mi-tracepoint-changed.exp
8781 * gdb.trace/mi-tsv-changed.exp
8782 * gdb.trace/no-attach-trace.exp
8783 * gdb.trace/packetlen.exp
8784 * gdb.trace/passc-dyn.exp
8785 * gdb.trace/passcount.exp
8786 * gdb.trace/pending.exp
8787 * gdb.trace/pr16508.exp
8788 * gdb.trace/qtro.exp
8789 * gdb.trace/range-stepping.exp
8790 * gdb.trace/read-memory.exp
8791 * gdb.trace/report.exp
8792 * gdb.trace/save-trace.exp
8793 * gdb.trace/signal.exp
8794 * gdb.trace/stap-trace.exp
8795 * gdb.trace/status-stop.exp
8796 * gdb.trace/strace.exp
8797 * gdb.trace/tfile.exp
8798 * gdb.trace/tfind.exp
8799 * gdb.trace/trace-break.exp
8800 * gdb.trace/trace-condition.exp
8801 * gdb.trace/trace-enable-disable.exp
8802 * gdb.trace/trace-mt.exp
8803 * gdb.trace/tracecmd.exp
8804 * gdb.trace/tracefile-pseudo-reg.exp
8805 * gdb.trace/tspeed.exp
8806 * gdb.trace/tstatus.exp
8807 * gdb.trace/tsv.exp
8808 * gdb.trace/unavailable.exp
8809 * gdb.trace/while-dyn.exp
8810 * gdb.trace/while-stepping.exp
8811 * lib/gdb-guile.exp
8812 * lib/gdb.exp
8813 * lib/mi-support.exp
8814 * lib/pascal.exp
8815 * lib/perftest.exp
8816 * lib/prelink-support.exp
8817 * lib/selftest-support.exp
8818
8819 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8820
8821 * Makefile.in: Include disable-implicit-rules.mk.
8822
8823 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8824
8825 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8826 non-byte-aligned bit fields.
8827
8828 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8829
8830 PR gdb/12616
8831 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8832 respects the DW_AT_data_bit_offset attribute.
8833
8834 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8835
8836 * gdb.base/default.exp: Fix output of "set language".
8837
8838 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8839
8840 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8841 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8842 make.
8843 * configure.ac: Remove checks for the make program.
8844 * configure: Re-generate.
8845
8846 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8847
8848 * gdb.python/py-recurse-unwind.c (main): Add loop.
8849 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8850 to read_register() and gdb.parse_and_eval(). Make each code
8851 call a separate case that can be individually tested.
8852 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8853 proc. Call cont_and_backtrace for each of the code paths that
8854 we want to test in the unwinder.
8855
8856 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8857
8858 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8859 the definition of struct S.
8860
8861 2016-11-11 Catherine Moore <clm@codesourcery.com>
8862
8863 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8864
8865 2016-11-09 Pedro Alves <palves@redhat.com>
8866
8867 * gdb.base/commands.exp (runto_or_return): New procedure.
8868 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8869 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8870 (progvar_simple_while_test, progvar_complex_if_while_test)
8871 (if_while_breakpoint_command_test)
8872 (infrun_breakpoint_command_test, breakpoint_command_test)
8873 (user_defined_command_test, watchpoint_command_test)
8874 (test_command_prompt_position, redefine_hook_test)
8875 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8876 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8877 multi_line_input and multi_line. Remove gdb_expect and
8878 gdb_stop_suppressing_tests uses.
8879 * lib/gdb.exp (valnum_re): New global.
8880 (multi_line_input): New procedure.
8881
8882 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8883
8884 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8885 Remove.
8886 (test_setup): Define with proc_with_prefix.
8887 (test_cli_inferior): Likewise.
8888 (test_cli_thread): Likewise.
8889 (test_cli_frame): Likewise.
8890 (test_cli_select_frame): Likewise.
8891 (test_cli_up_down): Likewise.
8892 (test_mi_thread_select): Likewise.
8893 (test_mi_stack_select_frame): Likewise.
8894 (test_cli_in_mi_inferior): Likewise.
8895 (test_cli_in_mi_thread): Likewise.
8896 (test_cli_in_mi_frame): Likewise.
8897 (top level): Do not use with_test_prefix_procname.
8898
8899 2016-11-09 Pedro Alves <palves@redhat.com>
8900
8901 * gdb.base/commands.exp (gdbvar_simple_if_test)
8902 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8903 (progvar_simple_if_test, progvar_simple_while_test)
8904 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8905 (infrun_breakpoint_command_test, breakpoint_command_test)
8906 (user_defined_command_test, watchpoint_command_test)
8907 (test_command_prompt_position, deprecated_command_test)
8908 (bp_deleted_in_command, temporary_breakpoint_commands)
8909 (stray_arg0_test, source_file_with_indented_comment)
8910 (recursive_source_test, if_commands_test)
8911 (error_clears_commands_left, redefine_hook_test)
8912 (redefine_backtrace_test): Use proc_with_prefix.
8913 * lib/gdb.exp (proc_with_prefix): New proc.
8914
8915 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8916
8917 * gdb.base/tui-layout.c: New file.
8918 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8919 disassembly window contains very long lines.
8920
8921 2016-11-08 Tom Tromey <tom@tromey.com>
8922
8923 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8924 depend on Python 2.
8925
8926 2016-11-08 Tom Tromey <tom@tromey.com>
8927
8928 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8929 New method.
8930
8931 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8932
8933 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8934
8935 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8936
8937 * gdb.rust/simple.rs: Add test for univariant enums without
8938 discriminants and for encoded struct-like enums.
8939
8940 2016-10-28 Pedro Alves <palves@redhat.com>
8941
8942 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8943 gdb_test_multiple, tighten regexps and match symtabs and line
8944 tables incrementally.
8945
8946 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8947
8948 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8949 general.
8950
8951 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8952
8953 * gdb.base/exec-invalid-sysroot.exp: New file.
8954
8955 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8956
8957 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8958
8959 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8960
8961 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8962
8963 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8964
8965 * gdb.base/killed-outside.exp: Remove $options from a call to
8966 `prepare_for_testing'.
8967
8968 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8969
8970 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8971 Change test message.
8972
8973 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8974
8975 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8976 Update comment.
8977
8978 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8979
8980 * gdb.trace/mi-trace-save.exp: New file.
8981
8982 2016-10-13 Yao Qi <yao.qi@linaro.org>
8983
8984 * gdb.base/code_elim.exp (get_var_address): Remove.
8985 * gdb.base/relocate.exp: Likewise.
8986 * gdb.base/shreloc.exp: Likewise.
8987 * lib/gdb.exp (get_var_address): New.
8988
8989 2016-10-13 Yao Qi <yao.qi@linaro.org>
8990
8991 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8992 floating point tests if $skip_float_test is false.
8993
8994 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8995
8996 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8997 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8998 argc values.
8999 Add 1 to argc so we guarantee distinct initial/modified argc values.
9000
9001 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9002
9003 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9004
9005 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9006
9007 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9008 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9009 * gdb.arch/vsx-regs.exp: Likewise.
9010
9011 2016-10-07 Yao Qi <yao.qi@linaro.org>
9012
9013 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9014
9015 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9016
9017 * gdb.python/python.exp: Test decode_line("*0").
9018
9019 2016-10-06 Doug Evans <dje@google.com>
9020
9021 * gdb.python/py-value.exp (test_value_creation): Add test for large
9022 unsigned 64-bit value.
9023
9024 2016-10-06 Tom Tromey <tom@tromey.com>
9025
9026 * gdb.compile/compile.exp: Change java tests to rust.
9027 * gdb.base/setshow.exp: Change java tests to rust.
9028 * gdb.base/default.exp: Remove java from language list.
9029 * README (Examples): Update language example.
9030 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9031 test.
9032 * lib/gdb.exp (skip_java_tests): Remove.
9033 * lib/java.exp: Remove.
9034 * gdb.java: Remove.
9035
9036 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9037
9038 * gdb.arch/mips-fcr.exp: New test.
9039 * gdb.arch/mips-fcr.c: Source for the new test.
9040
9041 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9042
9043 * gdb.base/solib-disc.exp: Use `standard_output_file'
9044 throughout.
9045
9046 2016-10-06 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.base/jit-simple-dl.c: New file.
9049 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9050 * gdb.base/jit-simple.c: ... this.
9051 * gdb.base/jit-simple.exp (jit_run): Delete.
9052 (build_jit): New proc.
9053 (jit_test_reread): Recompile either the main program or the shared
9054 library, depending on what is being tested. Skip changing address
9055 if caller wants to. Compare before/after addresses. If testing
9056 standalone, explicitly load the binary. Test "maint info
9057 breakpoints".
9058 (top level): Add "standalone vs shared lib" and "change address"
9059 vs "same address" axes.
9060
9061 2016-10-06 Pedro Alves <palves@redhat.com>
9062
9063 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9064 call.
9065 (jit_run): Delete.
9066 (jit_test_reread): Use with_test_prefix. Reload the main binary
9067 explicitly. Compare the before/after addresses of the JIT
9068 descriptor.
9069
9070 2016-08-15 Doug Evans <dje@google.com>
9071
9072 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9073 for single bitfields is bool.
9074 * gdb.xml/tdesc-regs.exp: Ditto.
9075
9076 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9077
9078 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9079
9080 2016-10-05 Yao Qi <yao.qi@linaro.org>
9081
9082 * lib/gdb.exp (support_complex_tests): Return zero if
9083 gdb_skip_float_test return true.
9084
9085 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9086 Simon Marchi <simon.marchi@ericsson.com>
9087
9088 PR gdb/20487
9089 * gdb.mi/user-selected-context-sync.exp: New file.
9090 * gdb.mi/user-selected-context-sync.c: New file.
9091
9092 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9093 Simon Marchi <simon.marchi@ericsson.com>
9094
9095 PR gdb/20487
9096 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9097 =thread-select-event check.
9098
9099 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9100
9101 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9102 the compulsory L operand changes.
9103 * gdb.arch/powerpc-power.s: Likewise.
9104
9105 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9106
9107 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9108 * gdb.base/jit-attach-pie.c: New file.
9109 * gdb.base/jit-attach-pie.exp: New file.
9110
9111 2016-09-28 Pedro Alves <palves@redhat.com>
9112
9113 * gdb.base/infcall-input.c: New file.
9114 * gdb.base/infcall-input.exp: New file.
9115
9116 2016-09-22 Yao Qi <yao.qi@linaro.org>
9117
9118 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9119 (gdb_exit): Rename it to ...
9120 (gdbserver_gdb_exit): ... Close GDBserver.
9121 (gdb_exit): New proc, call gdbserver_gdb_exit.
9122 (mi_gdb_exit): Likewise.
9123
9124 2016-09-22 Yao Qi <yao.qi@linaro.org>
9125
9126 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9127 path.
9128 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9129 Remove duplication.
9130
9131 2016-09-22 Yao Qi <yao.qi@linaro.org>
9132
9133 * lib/gdbserver-support.exp: Check the existence of
9134 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9135
9136 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9137
9138 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9139
9140 2016-09-21 Tom Tromey <tom@tromey.com>
9141
9142 PR gdb/20604:
9143 * gdb.base/quit.exp: New file.
9144
9145 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9146
9147 * .gitignore: New file.
9148
9149 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9150
9151 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9152 throughout.
9153
9154 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9155
9156 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9157
9158 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9159
9160 * gdb.cp/casts.cc (decltype): Move it ...
9161 (main): ... with its call to ...
9162 * gdb.cp/casts03.cc: ... a new file.
9163 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9164
9165 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9166
9167 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9168
9169 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9170
9171 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9172 and sync up the test with tests in gas/testsuite/gas/ppc.
9173 * gdb.arch/powerpc-power.exp: Likewise.
9174
9175 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9176
9177 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9178
9179 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9180 Jan Kratochvil <jan.kratochvil@redhat.com>
9181
9182 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9183 make m1's definition to be different from m2's. Use 'dummy' as an
9184 argument for probe 'two'.
9185
9186 2016-09-10 Jon Beniston <jon@beniston.com>
9187
9188 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9189 for sim target.
9190
9191 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9192
9193 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9194 variable declaration.
9195 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9196 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9197 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9198 received HWCAP as its argument.
9199
9200 2016-09-06 Pedro Alves <palves@redhat.com>
9201
9202 * gdb.base/new-ui-pending-input.c: New file.
9203 * gdb.base/new-ui-pending-input.exp: New file.
9204 * gdb.exp (clear_gdb_spawn_id): New procedure.
9205 (with_spawn_id): Check whether gdb_spawn_id exists before
9206 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9207 on exit.
9208
9209 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9210
9211 * gdb.base/float128.c: New file.
9212 * gdb.base/float128.exp: Likewise.
9213 * gdb.base/floatn.c: Likewise.
9214 * gdb.base/floatn.exp: Likewise.
9215
9216 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9217
9218 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9219
9220 2016-09-05 Pedro Alves <palves@redhat.com>
9221
9222 PR backtrace/19927
9223 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9224 unwinders are immediately called as side effect of "source" or
9225 "disable unwinder" commands.
9226 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9227
9228 2016-09-02 Yao Qi <yao.qi@linaro.org>
9229
9230 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9231 is true and $type is "float" or "double".
9232
9233 2016-09-02 Yao Qi <yao.qi@linaro.org>
9234
9235 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9236 true.
9237 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9238 * gdb.base/call-rt-st.exp: Likewise.
9239 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9240 return value instead of gdb,skip_float_test.
9241 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9242 (do_function_calls): Use its return value instead of
9243 gdb,skip_float_test.
9244 * gdb.base/finish.exp: Likewise.
9245 * gdb.base/funcargs.exp: Likewise.
9246 * gdb.base/return.exp: Likewise.
9247 * gdb.base/return2.exp: Likewise.
9248 * gdb.base/varargs.exp: Likewise.
9249 * lib/gdb.exp (gdb_skip_float_test): Change it to
9250 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9251
9252 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9253
9254 * gdb.multi/tids.exp: Test "thread apply all".
9255
9256 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9257
9258 * gdb.base/default.exp (tty): Remove.
9259
9260 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9261
9262 * gdb.python/py-recurse-unwind.c: New file.
9263 * gdb.python/py-recurse-unwind.py: New file.
9264 * gdb.python/py-recurse-unwind.exp: New file.
9265
9266 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9267
9268 * gdb.base/set-inferior-tty.exp: New file.
9269 * gdb.base/set-inferior-tty.c: New file.
9270
9271 2016-08-23 Pedro Alves <palves@redhat.com>
9272
9273 PR gdb/20494
9274 * gdb.base/new-ui-echo.c: New file.
9275 * gdb.base/new-ui-echo.exp: New file.
9276
9277 2016-08-23 Yao Qi <yao.qi@linaro.org>
9278
9279 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9280 gdbserver_spawn.
9281 * gdb.server/connect-without-multi-process.exp (do_test):
9282 Likewise.
9283
9284 2016-08-23 Yao Qi <yao.qi@linaro.org>
9285
9286 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9287 standalone_txt. Delete gdb_txt and standalone_txt on host
9288 and target. Spawn the binary on target. Copy files from
9289 target to host.
9290
9291 2016-08-22 Pedro Alves <palves@redhat.com>
9292
9293 PR gdb/20505
9294 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9295 with_test_prefix. Factor out bits to ...
9296 (test_no_vdso): ... this new procedure.
9297
9298 2016-08-19 Carl Love <cel@us.ibm.com>
9299
9300 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9301 maintaining separate logic for constructing the output path.
9302 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9303 * gdb.arch/ppc-dfp.exp: Likewise.
9304 * gdb.arch/ppc-fp.exp: Likewise.
9305 * gdb.arch/vsx-regs.exp: Likewise.
9306 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9307 binprefix for generating the additional binary files.
9308
9309 2016-08-19 Pedro Alves <palves@redhat.com>
9310
9311 * gdb.trace/mi-trace-frame-collected.exp
9312 (test_trace_frame_collected): On x32, expect two registers.
9313
9314 2016-08-18 Carl Love <cel@us.ibm.com>
9315
9316 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9317 and sync up the test with tests in gas/testsuite/gas/ppc.
9318 * gdb.arch/powerpc-power.exp: Likewise.
9319
9320 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9321
9322 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9323 expected error message.
9324
9325 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9326
9327 * gdb.multi/remove-inferiors.exp: New file.
9328 * gdb.multi/remove-inferiors.c: New file.
9329
9330 2016-08-12 Yao Qi <yao.qi@linaro.org>
9331
9332 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9333 argument list.
9334
9335 2016-08-10 Pedro Alves <palves@redhat.com>
9336
9337 PR gdb/19187
9338 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9339 setup_kfails.
9340
9341 2016-08-09 Pedro Alves <palves@redhat.com>
9342 Simon Marchi <simon.marchi@ericsson.com>
9343
9344 PR gdb/20418
9345 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9346 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9347
9348 2016-08-09 Pedro Alves <palves@redhat.com>
9349
9350 PR mi/20431
9351 * gdb.mi/mi-cmd-error.exp: New file.
9352
9353 2016-08-09 Pedro Alves <palves@redhat.com>
9354
9355 PR gdb/18653
9356 * gdb.base/signals-state-child.c: New file.
9357 * gdb.base/signals-state-child.exp: New file.
9358 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9359
9360 2016-08-09 Pedro Alves <palves@redhat.com>
9361
9362 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9363
9364 2016-08-03 Tom Tromey <tom@tromey.com>
9365
9366 PR python/18565:
9367 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9368
9369 2016-08-01 Yao Qi <yao.qi@linaro.org>
9370
9371 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9372 variable mode to "multi-process" if $multi_process is 1, otherwise
9373 set it to "single-process".
9374
9375 2016-08-01 Yao Qi <yao.qi@linaro.org>
9376
9377 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9378 * gdb.cp/cpexprs.exp: Likewise.
9379 * gdb.cp/m-static.exp: Likewise.
9380
9381 2016-07-26 Tom Tromey <tom@tromey.com>
9382
9383 PR python/20190:
9384 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9385 test.
9386
9387 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9388
9389 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9390 selecting assembly source files.
9391 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9392 assembly source files.
9393 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9394 assembly source files.
9395 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9396 selecting assembly source files.
9397
9398 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9399
9400 * gdb.base/new-ui.exp (do_test_invalid_args): New
9401 procedure.
9402
9403 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9404
9405 * gdb.btrace/reconnect.c: New file.
9406 * gdb.btrace/reconnect.exp: New file.
9407
9408 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9409
9410 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9411 to test_catch_syscall_group.
9412 (test_catch_syscall_group): New.
9413
9414 2016-07-21 Tom Tromey <tom@tromey.com>
9415
9416 * gdb.rust/simple.rs (main): Use empty struct expression.
9417 * gdb.rust/simple.exp: Add tests for empty struct expression.
9418
9419 2016-07-21 Yao Qi <yao.qi@linaro.org>
9420
9421 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9422 if gdb_skip_xml_test is true on some targets.
9423
9424 2016-07-21 Yao Qi <yao.qi@linaro.org>
9425
9426 * gdb.server/solib-list.exp: Unset last_loaded_file.
9427
9428 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9429
9430 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9431 "step into captured_main (args)".
9432
9433 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9434
9435 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9436
9437 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9438
9439 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9440
9441 2016-07-19 Pedro Alves <palves@redhat.com>
9442
9443 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9444 * gdb.opt/inline-bt.exp: Likewise.
9445 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9446 additional_flags=-Winline.
9447 * gdb.opt/inline-locals.exp: Likewise.
9448 * gdb.opt/inline-markers.c (ATTR): Define.
9449 (inlined_fn): Use it.
9450
9451 2016-07-19 Yao Qi <yao.qi@linaro.org>
9452
9453 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9454 (test_with_self): Remove some code. Remove argument executable.
9455 (top-level): Use do_self_tests.
9456
9457 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9458 Don Breazeal <donb@codesourcery.com>
9459
9460 * gdb.base/maint.exp: Escape paths used in regular expressions.
9461 * gdb.stabs/weird.exp: Likewise.
9462
9463 2016-07-13 Tom Tromey <tom@tromey.com>
9464
9465 PR python/15620, PR python/18620:
9466 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9467 (test_bkpt_events): New procs.
9468
9469 2016-07-13 Tom Tromey <tom@tromey.com>
9470
9471 PR python/17698:
9472 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9473 test.
9474 (test_watchpoints): Likewise.
9475 (test_bkpt_pending): New proc.
9476
9477 2016-07-13 Tom Tromey <tom@tromey.com>
9478
9479 PR cli/18053:
9480 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9481 completion test.
9482
9483 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9484
9485 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9486 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9487 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9488 f_label.
9489 (g): Rename g_end_lbl to g_label.
9490 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9491 low_pc and high_pc.
9492 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9493
9494 2016-07-12 Tom Tromey <tom@tromey.com>
9495
9496 PR python/19293:
9497 * gdb.python/py-unwind-maint.exp: Update tests.
9498
9499 2016-07-12 Yao Qi <yao.qi@linaro.org>
9500
9501 * lib/selftest-support.exp (selftest_setup): Match the output
9502 when captured_main is inlined.
9503
9504 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9505
9506 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9507 New variables.
9508 (print this%a, print this%b, print this): New tests.
9509 * gdb.fortran/derived-types.f90 (this): New object and
9510 initialization.
9511
9512 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9513
9514 * gdb.ada/arraydim.exp: Remove extra directory level in build
9515 directory.
9516
9517 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9518
9519 * lib/ada.exp: Remove extra directory level in build directory.
9520 * gdb.ada/cond_lang.exp: Likewise.
9521 * gdb.ada/exec_changed.exp: Likewise.
9522 * gdb.ada/lang_switch.exp: Likewise.
9523
9524 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9525
9526 * simple.rs: Add test for raw pointer subscripting.
9527 * simple.exp: Add test expectations.
9528
9529 2016-07-05 Yao Qi <yao.qi@linaro.org>
9530
9531 * gdb.mi/mi-reverse.exp: Match =record-started output.
9532
9533 2016-07-01 Pedro Alves <palves@redhat.com>
9534
9535 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9536 procedure.
9537 (jit_reader_test): Test the jit reader's unwinder.
9538 * gdb.base/jithost.c (jit_function_00_code): New global.
9539 (main): Use memcpy to fill in the mmapped code, instead of poking
9540 bytes manually here.
9541 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9542 value.
9543 (read_debug_info): Save the function's range.
9544 (read_sp): New function.
9545 (unwind_frame): Use it. Also unwind RBP.
9546 (get_frame_id): Use read_sp.
9547 (gdb_init_reader): Use calloc instead of malloc.
9548 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9549 parameter. Use gdb_test_multiple.
9550
9551 2016-07-01 Pedro Alves <palves@redhat.com>
9552 Antoine Tremblay <antoine.tremblay@ericsson.com>
9553
9554 * gdb.threads/process-dies-while-detaching.c: New file.
9555 * gdb.threads/process-dies-while-detaching.exp: New file.
9556
9557 2016-07-01 Pedro Alves <palves@redhat.com>
9558
9559 * gdb.multi/watchpoint-multi-exit.c: New file.
9560 * gdb.multi/watchpoint-multi-exit.exp: New file.
9561
9562 2016-06-30 Pedro Alves <palves@redhat.com>
9563
9564 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9565 unset inferior_spawn_id.
9566
9567 2016-06-30 Pedro Alves <palves@redhat.com>
9568
9569 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9570 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9571
9572 2016-06-29 Yao Qi <yao.qi@linaro.org>
9573
9574 * gdb.base/return.c: Add copyright header.
9575
9576 2016-06-29 Tom Tromey <tom@tromey.com>
9577
9578 PR python/20129:
9579 * gdb.python/py-framefilter.exp: Add tests for setting priority
9580 and disabling of non-existent frame filter.
9581
9582 2016-06-29 Yao Qi <yao.qi@linaro.org>
9583
9584 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9585 0x0f07ff.
9586
9587 2016-06-28 Yao Qi <yao.qi@linaro.org>
9588
9589 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9590 triplets. Start gdb, execute catch syscall, and continue. Check
9591 gdb's output to determine catch syscall is supported.
9592
9593 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9594
9595 * gdb.rust/simple.rs: Add test for returning unit in a function.
9596 * gdb.rust/simple.exp: Add expectation for functions returning
9597 unit.
9598
9599 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9600
9601 * gdb.python/py-breakpoint-create-fail.c,
9602 gdb.python/py-breakpoint-create-fail.exp,
9603 gdb.python/py-breakpoint-create-fail.py: New testcase.
9604
9605 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9606
9607 PR gdb/20239
9608 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9609 * gdb.rust/simple.exp: Add test expectations for new NonZero
9610 tests.
9611
9612 2016-06-24 David Taylor <dtaylor@emc.com>
9613
9614 * gdb.base/offsets.exp: New file.
9615 * gdb.base/offsets.c: New file.
9616
9617 2016-06-23 Tom Tromey <tom@tromey.com>
9618
9619 PR gdb/16483:
9620 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9621 before any filters are loaded.
9622
9623 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9624
9625 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9626 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9627 structs.
9628 * gdb.fortran/derived-type-function.exp: New file.
9629 * gdb.fortran/derived-type-function.f90: New file.
9630
9631
9632 2016-06-21 Pedro Alves <palves@redhat.com>
9633
9634 * gdb.base/new-ui.exp: New file.
9635 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9636 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9637 (with_spawn_id): New procedure.
9638
9639 2016-06-21 Pedro Alves <palves@redhat.com>
9640
9641 * gdb.mi/mi-exec-run.exp: New file.
9642
9643 2016-06-21 Pedro Alves <palves@redhat.com>
9644
9645 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9646 breakpoint command's output on the main UI.
9647 (test_break): New procedure, factored out from calls in the top
9648 level.
9649 (top level): Use foreach_with_prefix to test MI as main UI and as
9650 separate UI.
9651
9652 2016-06-21 Pedro Alves <palves@redhat.com>
9653
9654 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9655 (test_awatch_creation_and_listing)
9656 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9657 Remove 'type' parameter.
9658 (test_watchpoint_all): New parameter mi_mode. Remove
9659 with_test_prefix.
9660 (top level): Use foreach_with_prefix, and add main/separate UI MI
9661 testing axis.
9662
9663 2016-06-21 Pedro Alves <palves@redhat.com>
9664
9665 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9666 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9667 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9668 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9669 (gdb_main_spawn_id, mi_spawn_id): Declare and
9670 comment.
9671 (mi_create_inferior_pty): New procedure,
9672 factored out from default_mi_gdb_start.
9673 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9674 procedures.
9675 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9676 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9677 Use mi_create_inferior_pty.
9678 (mi_gdb_start): Use eval to pass down args list.
9679
9680 2016-06-21 Pedro Alves <palves@redhat.com>
9681
9682 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9683 * gdb.opt/inline-cmds.exp: Add MI tests.
9684
9685 2016-06-21 Pedro Alves <palves@redhat.com>
9686
9687 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9688
9689 2016-06-21 Pedro Alves <palves@redhat.com>
9690
9691 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9692 (top level): Use it instead of mi_execute_to.
9693
9694 2016-06-21 Pedro Alves <palves@redhat.com>
9695
9696 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9697 (cont_handler_str): New.
9698 (signal_stop_handler): Set stop_handler_str instead of printing to
9699 stdout.
9700 (continue_handler): Set cont_handler_str instead of printing to
9701 stdout.
9702 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9703 mi_send_resuming_command. Print stop_handler_str and
9704 cont_handler_str instead of expecting the python events print
9705 directly.
9706
9707 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9708
9709 * gdb.base/jit-reader.exp: New file.
9710 * gdb.base/jithost.c: New file.
9711 * gdb.base/jithost.h: New file.
9712 * gdb.base/jitreader.c : New file.
9713 * gdb.base/jit-protocol.h: New file.
9714
9715 2016-06-17 Yao Qi <yao.qi@linaro.org>
9716
9717 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9718 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9719 and detach-on-fork. Adjust tests.
9720 (top level): Invoke break_cond_on_syscall with combinations of
9721 syscall, follow-fork-mode and detach-on-fork.
9722
9723 2016-06-17 Yao Qi <yao.qi@linaro.org>
9724
9725 * gdb.base/step-over-exit.c: New.
9726 * gdb.base/step-over-exit.exp: New.
9727
9728 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9729
9730 * gdb.base/float.exp: Add target check for nds32*-*-*.
9731 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9732
9733 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9734
9735 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9736 for unsupported target features.
9737 * gdb.base/call-rt-st.exp: Likewise.
9738 * gdb.base/call-sc.exp: Likewise.
9739 * gdb.base/call-signal-resume.exp: Likewise.
9740 * gdb.base/call-strs.exp: Likewise.
9741 * gdb.base/callexit.exp: Likewise.
9742 * gdb.base/callfuncs.exp: Likewise.
9743 * gdb.base/nodebug.exp: Likewise.
9744 * gdb.base/printcmds.exp: Likewise.
9745 * gdb.base/ptype.exp: Likewise.
9746 * gdb.base/structs.exp: Likewise.
9747 * gdb.base/unwindonsignal.exp: Likewise.
9748 * gdb.cp/gdb2495.exp: Likewise.
9749 * gdb.cp/templates.exp: Likewise.
9750 * gdb.cp/virtfunc.exp: Likewise.
9751 * gdb.threads/hand-call-in-threads.exp: Likewise.
9752 * gdb.threads/interrupted-hand-call.exp: Likewise.
9753 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9754
9755 2016-06-10 Tom Tromey <tom@tromey.com>
9756
9757 PR rust/20110:
9758 * gdb.rust/expr.exp: Add test for integer constant larger than
9759 i32.
9760
9761 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9762
9763 * gdb.fortran/nested-funcs.exp: New.
9764 * gdb.fortran/nested-funcs.f90: New.
9765
9766 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9767
9768 * gdb.base/examine-backward.c: New file.
9769 * gdb.base/examine-backward.exp: New file.
9770
9771 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9772
9773 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9774 matching.
9775
9776 2016-06-02 Tom Tromey <tom@tromey.com>
9777
9778 PR python/18984:
9779 * gdb.python/py-shared.exp: Add solib_name test.
9780
9781 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9782
9783 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9784
9785 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9786
9787 PR c++/19893
9788 * gdb.dwarf2/implref.exp: Rename to...
9789 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9790 * gdb.dwarf2/implref-array.c: New file.
9791 * gdb.dwarf2/implref-array.exp: Likewise.
9792 * gdb.dwarf2/implref-global.c: Likewise.
9793 * gdb.dwarf2/implref-global.exp: Likewise.
9794 * gdb.dwarf2/implref-struct.c: Likewise.
9795 * gdb.dwarf2/implref-struct.exp: Likewise.
9796
9797 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9798
9799 * gdb.trace/trace-condition.exp: Add 64bit tests.
9800
9801 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9802
9803 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9804 bits types.
9805 (main): Adapt to 8 to 64 bits types.
9806 * gdb.trace/trace-condition.exp: Add new tests.
9807
9808 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9809
9810 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9811
9812 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9813
9814 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9815 Move condition tests...
9816 * gdb.trace/trace-condition.exp: Here.
9817
9818 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9819
9820 * gdb.trace/trace-condition.exp: Add counter-case tests.
9821
9822 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9823
9824 PR c++/15231
9825 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9826 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9827
9828 2016-05-27 Pedro Alves <palves@redhat.com>
9829
9830 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9831 New procedure.
9832 (top level): Call it, and bail out of DejaGnu is known to be bad.
9833
9834 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9835
9836 * gdb.base/whatis.c: Extend the test case.
9837 * gdb.base/whatis.exp: Add additional tests.
9838
9839 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9840
9841 * gdb.fortran/type.f90: Add pointer variable.
9842 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9843
9844 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9845
9846 * gdb.fortran/vla-type.exp: Fix testcase name.
9847
9848 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9849
9850 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9851
9852 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9853
9854 * gdb.fortran/type.f90: Add nested structures.
9855 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9856 * gdb.fortran/derived-type.exp: Adapt expected output.
9857 * gdb.fortran/vla-type.exp: Adapt expected output.
9858
9859 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9860
9861 * gdb.fortran/whatis_type.exp: Adapt expected output.
9862
9863 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9864
9865 * gdb.fortran/print_type.exp: Fix expected output.
9866 * gdb.fortran/whatis_type.exp: Fix expected output.
9867
9868 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9869
9870 * gdb.fortran/whatis_type.exp: Use multi_line.
9871
9872 2016-05-24 Tom Tromey <tom@tromey.com>
9873
9874 PR python/17386:
9875 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9876 use value as an index.
9877
9878 2016-05-23 Tom Tromey <tom@tromey.com>
9879
9880 PR python/17981:
9881 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9882 no-breakpoint case.
9883
9884 2016-05-24 Pedro Alves <palves@redhat.com>
9885
9886 PR gdb/19828
9887 * gdb.threads/clone-attach-detach.c: New file.
9888 * gdb.threads/clone-attach-detach.exp: New file.
9889
9890 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9891
9892 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9893
9894 2016-05-23 Tom Tromey <tom@tromey.com>
9895
9896 PR python/19438, PR python/18393:
9897 * gdb.python/py-progspace.exp: Add "dir" test.
9898 * gdb.python/py-objfile.exp: Add "dir" test.
9899
9900 2016-05-23 Yao Qi <yao.qi@linaro.org>
9901
9902 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9903 * gdb.arch/thumb2-it.exp: Likewise.
9904
9905 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9906
9907 * gdb.mi/mi-threads-interrupt.c: New file.
9908 * gdb.mi/mi-threads-interrupt.exp: New file.
9909
9910 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9911
9912 PR gdb/18077
9913 * gdb.mi/mi-async-run.exp: New file.
9914 * gdb.mi/mi-async-run.c: New file.
9915
9916 2016-05-17 Tom Tromey <tom@tromey.com>
9917 Manish Goregaokar <manishsmail@gmail.com>
9918
9919 * lib/rust-support.exp: New file.
9920 * lib/gdb.exp (skip_rust_tests): New proc.
9921 (build_executable_from_specs): Handle rust.
9922 * lib/future.exp (gdb_find_rustc): New proc.
9923 (gdb_default_target_compile): Handle rust.
9924 * gdb.rust/expr.exp: New file.
9925 * gdb.rust/generics.exp: New file.
9926 * gdb.rust/generics.rs: New file.
9927 * gdb.rust/methods.exp: New file.
9928 * gdb.rust/methods.rs: New file.
9929 * gdb.rust/modules.exp: New file.
9930 * gdb.rust/modules.rs: New file.
9931 * gdb.rust/simple.exp: New file.
9932 * gdb.rust/simple.rs: New file.
9933
9934 2016-05-17 Tom Tromey <tom@tromey.com>
9935
9936 * gdb.base/default.exp (set language): Add rust.
9937
9938 2016-05-17 Tom Tromey <tom@tromey.com>
9939
9940 * gdb.gdb/unittest.exp: New file.
9941
9942 2016-05-16 Yao Qi <yao.qi@linaro.org>
9943
9944 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9945 shell_prompt. Update shell_prompt_re.
9946
9947 2016-05-12 Doug Evans <dje@google.com>
9948
9949 PR symtab/19999
9950 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9951 $options when building executable.
9952 * gdb.dwarf2/fission-loclists-pie.S: New file.
9953 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9954
9955 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9956
9957 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9958 of [is_remote target],
9959
9960 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9961
9962 * lib/gdb.exp (use_gdb_stub): New procedure.
9963
9964 2016-05-03 Yunlian Jiang <yunlian@google.com>
9965 Doug Evans <dje@google.com>
9966
9967 PR symtab/19914
9968 * gdb.dwarf2/dwp-sepdebug.c: New file.
9969 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9970
9971 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9972
9973 * gdb.base/detach.exp: Remove is_remote check.
9974
9975 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9976
9977 * gdb.base/annota-input-while-running.exp: Don't check for
9978 [is_remote target]. Enable annotations after running to main.
9979 Remove unused "set test..." line.
9980
9981 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9982
9983 * gdb.trace/trace-enable-disable.exp: New file.
9984 * gdb.trace/trace-enable-disable.c: New file.
9985
9986 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9987
9988 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9989 use it in info sharedlibrary test.
9990 * gdb.trace/ftrace-lock.exp: Likewise.
9991 * gdb.trace/ftrace.exp: Likewise.
9992 * gdb.trace/range-stepping.exp: Likewise.
9993 * gdb.trace/trace-break.exp: Likewise.
9994 * gdb.trace/trace-condition.exp: Likewise.
9995 * gdb.trace/trace-mt.exp: Likewise.
9996
9997 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9998
9999 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10000 (gdb_load_shlib): ... this.
10001 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10002 gdb_load_shlib.
10003 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10004 * gdb.base/ctxobj.exp: Likewise.
10005 * gdb.base/dprintf-pending.exp: Likewise.
10006 * gdb.base/dso2dso.exp: Likewise.
10007 * gdb.base/fixsection.exp: Likewise.
10008 * gdb.base/gcore-relro.exp: Likewise.
10009 * gdb.base/gdb1555.exp: Likewise.
10010 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10011 * gdb.base/gnu-ifunc.exp: Likewise.
10012 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10013 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10014 * gdb.base/pending.exp: Likewise.
10015 * gdb.base/print-file-var.exp: Likewise.
10016 * gdb.base/print-symbol-loading.exp: Likewise.
10017 * gdb.base/shlib-call.exp: Likewise.
10018 * gdb.base/shreloc.exp: Likewise.
10019 * gdb.base/so-impl-ld.exp: Likewise.
10020 * gdb.base/solib-disc.exp: Likewise.
10021 * gdb.base/solib-nodir.exp: Likewise.
10022 * gdb.base/solib-overlap.exp: Likewise.
10023 * gdb.base/solib-symbol.exp: Likewise.
10024 * gdb.base/solib-weak.exp (do_test): Likewise.
10025 * gdb.base/sym-file.exp: Likewise.
10026 * gdb.base/symtab-search-order.exp: Likewise.
10027 * gdb.base/type-opaque.exp: Likewise.
10028 * gdb.base/unload.exp: Likewise.
10029 * gdb.base/watchpoint-solib.exp: Likewise.
10030 * gdb.compile/compile.exp: Likewise.
10031 * gdb.cp/gdb2384.exp: Likewise.
10032 * gdb.cp/infcall-dlopen.exp: Likewise.
10033 * gdb.cp/re-set-overloaded.exp: Likewise.
10034 * gdb.fortran/library-module.exp: Likewise.
10035 * gdb.opt/solib-intra-step.exp: Likewise.
10036 * gdb.python/py-finish-breakpoint.exp: Likewise.
10037 * gdb.python/py-shared.exp: Likewise.
10038 * gdb.reverse/solib-precsave.exp: Likewise.
10039 * gdb.reverse/solib-reverse.exp: Likewise.
10040 * gdb.server/solib-list.exp: Likewise.
10041 * gdb.threads/dlopen-libpthread.exp: Likewise.
10042 * gdb.threads/tls-shared.exp: Likewise.
10043 * gdb.threads/tls-so_extern.exp: Likewise.
10044 * gdb.trace/change-loc.exp: Likewise.
10045 * gdb.trace/ftrace-lock.exp: Likewise.
10046 * gdb.trace/ftrace.exp: Likewise.
10047 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10048 * gdb.trace/pending.exp: Likewise.
10049 * gdb.trace/range-stepping.exp: Likewise.
10050 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10051 (strace_info_marker): Likewise.
10052 (strace_probe_marker): Likewise.
10053 (strace_trace_on_same_addr): Likewise.
10054 (strace_trace_on_diff_addr): Likewise.
10055 * gdb.trace/trace-break.exp: Likewise.
10056 * gdb.trace/trace-condition.exp: Likewise.
10057 * gdb.trace/trace-mt.exp: Likewise.
10058
10059 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10060
10061 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10062 result of gdb_remote_download.
10063 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10064 * gdb.base/dso2dso.exp: Likewise.
10065 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10066 * gdb.base/print-file-var.exp: Likewise.
10067 * gdb.base/shlib-call.exp: Likewise.
10068 * gdb.base/shreloc.exp: Likewise.
10069 * gdb.base/solib-overlap.exp: Likewise.
10070 * gdb.base/solib-weak.exp (do_test): Likewise.
10071 * gdb.base/unload.exp: Likewise.
10072
10073 2016-04-27 Yao Qi <yao.qi@linaro.org>
10074
10075 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10076 exists.
10077
10078 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10079
10080 * vla-type.exp: Print structure from toplevel.
10081
10082 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10083
10084 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10085 of dynamic types.
10086 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10087 of dynamic types.
10088
10089 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10090
10091 * gdb.fortran/vla-type.f90: New file.
10092 * gdb.fortran/vla-type.exp: New file.
10093
10094 2016-04-25 Yao Qi <yao.qi@linaro.org>
10095
10096 * gdb.base/branch-to-self.c: New file.
10097 * gdb.base/branch-to-self.exp: New file.
10098
10099 2016-04-22 Yao Qi <yao.qi@linaro.org>
10100
10101 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10102 more after $hex.
10103
10104 2016-04-22 Yao Qi <yao.qi@linaro.org>
10105
10106 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10107 * gdb.base/annota3.exp: Likewise.
10108
10109 2016-04-22 Yao Qi <yao.qi@linaro.org>
10110
10111 * gdb.reverse/step-precsave.exp: Do one step and test program
10112 stops in "callee" and do multiple steps until program goes out
10113 of "callee".
10114 * gdb.reverse/step-reverse.exp: Likewise.
10115
10116 2016-04-22 Yao Qi <yao.qi@linaro.org>
10117
10118 * gdb.trace/signal.exp: Also pass if
10119 $tracepoint_hits($i) > $iterations.
10120
10121 2016-04-22 Yao Qi <yao.qi@linaro.org>
10122
10123 * gdb.trace/signal.c: New file.
10124 * gdb.trace/signal.exp: New file.
10125
10126 2016-04-19 Doug Evans <xdje42@gmail.com>
10127
10128 * gdb.base/bad-file.exp: New file.
10129
10130 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10131
10132 * gdb.dwarf2/implref.exp: New file.
10133
10134 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10135
10136 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10137 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10138 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10139 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10140 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10141 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10142 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10143 * lib/fortran.exp (fortran_int4): New procedure.
10144 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10145 (fortran_logical4): Likewise.
10146
10147 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10148
10149 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10150
10151 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10152
10153 * lib/compiler.c: Add Intel specific preprocessor macros.
10154 * lib/compiler.cc: Likewise.
10155
10156 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10157
10158 * gdb.server/connect-with-no-symbol-file.c: New file.
10159 * gdb.server/connect-with-no-symbol-file.exp: New file.
10160
10161 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10162
10163 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10164
10165 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10166
10167 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10168 standard output directory.
10169
10170 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10171
10172 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10173
10174 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10175
10176 * gdb.btrace/instruction_history.c (loop): Add declaration.
10177
10178 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10179
10180 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10181
10182 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10183
10184 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10185 parentheses to print.
10186 (continue_handler): Likewise.
10187
10188 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10189
10190 * gdb.server/solib-list.exp: Remove is_remote check.
10191 Pass shlib= to gdb_compile. Don't link shared library with
10192 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10193 Run binary filename through "readlink -f" on the target.
10194
10195 2016-04-08 Pedro Alves <palves@redhat.com>
10196
10197 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10198 interpreter filename as argument to gdbserver_spawn.
10199 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10200 Return empty if $last_loaded_file does not exist.
10201
10202 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10203
10204 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10205 * gdb.base/jit-main.c: Use exit after usage.
10206
10207 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10208
10209 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10210 GDBHISTSIZE prior to the tests.
10211 * gdb.base/gdbinit-history.exp: Likewise.
10212
10213 2016-04-07 Pedro Alves <palves@redhat.com>
10214
10215 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10216 instead of build_executable. Use gdb_load_shlibs.
10217
10218 2016-04-07 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10221 Execute "si" command.
10222
10223 2016-04-07 Yao Qi <yao.qi@linaro.org>
10224
10225 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10226 number instead of the comments on some line.
10227
10228 2016-04-06 Don Breazeal <donb@codesourcery.com>
10229
10230 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10231 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10232
10233 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10234
10235 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10236 standard_output_file. Remove unused binfile variable.
10237
10238 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10239
10240 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10241 * gdb.python/py-mi-objfile.exp: Match "list main" output
10242 in console format.
10243
10244 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10245
10246 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10247 absolute.
10248
10249 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10250
10251 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10252 absolute.
10253 * gdb.trace/ftrace.exp: Likewise.
10254 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10255 targets as well.
10256 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10257 (gdb_load_shlibs): Copy libraries to test directory when testing
10258 natively. Only set solib-search-path if testing remotely.
10259 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10260
10261 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10262
10263 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10264 gdb_download. Use it even if the target is not remote.
10265 * gdb.base/jit.exp (compile_jit_test): Likewise.
10266 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10267 output directory if the destination board is local, otherwise use
10268 the standard remote_download from DejaGnu.
10269 (gdb_download): Remove.
10270 (gdb_load_shlibs): Use gdb_remote_download instead of
10271 gdb_download.
10272 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10273 Use gdb_remote_download instead of gdb_download. Use it even if
10274 the target is not remote.
10275 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10276 instead of gdb_download.
10277
10278 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10279
10280 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10281 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10282 run.
10283
10284 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10285
10286 PR gdb/19820
10287 * gdb.base/printcmds.exp: Add artificial arrays tests.
10288
10289 2016-03-31 Pedro Alves <palves@redhat.com>
10290
10291 PR gdb/19858
10292 * gdb.base/jit-main.c: Include unistd.h.
10293 (ATTACH): Define to 0 if not already defined.
10294 (wait_for_gdb, mypid): New globals.
10295 (WAIT_FOR_GDB): New macro.
10296 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10297 some breakpoint locations.
10298 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10299 New procedures.
10300 (one_jit_test): Add REATTACH parameter, and handle it. Use
10301 continue_to_test_location.
10302 (top level): Test attach, and adjusts calls to one_jit_test.
10303
10304 2016-03-31 Pedro Alves <palves@redhat.com>
10305
10306 PR gdb/19858
10307 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10308 BINSUFFIX parameter, and handle it.
10309 (top level): Adjust calls compile_jit_test.
10310
10311 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10312
10313 PR python/19743
10314 * gdb.python/py-mi-events-gdb.py: New file.
10315 * gdb.python/py-mi-events.c: New file.
10316 * gdb.python/py-mi-events.exp: New file.
10317
10318 2016-03-30 Yao Qi <yao.qi@linaro.org>
10319
10320 * gdb.reverse/until-precsave.exp: Match function name only.
10321 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10322 Move malloc to a condition block.
10323 * gdb.reverse/until-reverse.exp: Match function name only.
10324
10325 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10326
10327 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10328 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10329 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10330 variable for GPR 0 instead of assuming it is register 0.
10331 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10332 * lib/trace-support.exp: Add s390 registers.
10333
10334 2016-03-29 Yao Qi <yao.qi@linaro.org>
10335
10336 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10337
10338 2016-03-24 Yao Qi <yao.qi@linaro.org>
10339
10340 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10341 test message.
10342
10343 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10344
10345 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10346 maintaining separate logic for constructing the output path.
10347
10348 2016-03-16 Don Breazeal <donb@codesourcery.com>
10349
10350 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10351 Retry fork and waitpid on interrupted system call errors.
10352 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10353 Use with_timeout_factor to increase timeout by factor of 10.
10354
10355 2016-03-15 Don Breazeal <donb@codesourcery.com>
10356
10357 * gdb.cp/scope-err.cc: New test program.
10358 * gdb.cp/scope-err.exp: New test script.
10359 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10360 lines and "set breakpoint here" comment.
10361 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10362 Fixed some whitespace and format issues.
10363 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10364 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10365
10366 2016-03-15 Doug Evans <dje@google.com>
10367
10368 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10369 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10370 All callers updated. Add tests for enums, mixed flags register.
10371
10372 2016-03-15 Doug Evans <dje@google.com>
10373
10374 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10375 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10376
10377 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10378
10379 * gdb.base/default.exp: Add $_as_string to the list of expected
10380 convenience functions.
10381
10382 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10383
10384 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10385
10386 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10387
10388 * gdb.python/py-as-string.exp: New file.
10389 * gdb.python/py-as-string.c: New file.
10390
10391 2016-03-09 Pedro Alves <palves@redhat.com>
10392
10393 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10394 signal" -> "Thread NN received signal" output change.
10395 * gdb.threads/ia64-sigill.exp: Likewise.
10396 * gdb.threads/linux-dp.exp: Likewise.
10397 * gdb.threads/manythreads.exp: Likewise.
10398 * gdb.threads/pending-step.exp: Likewise.
10399 * gdb.threads/print-threads.exp: Likewise.
10400 * gdb.threads/sigstep-threads.exp: Likewise.
10401 * gdb.threads/staticthreads.exp: Likewise.
10402 * gdb.threads/tls.exp: Likewise.
10403
10404 2016-03-09 Pedro Alves <palves@redhat.com>
10405
10406 * gdb.base/command-line-input.exp: New file.
10407
10408 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10409
10410 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10411 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10412 * gdb.trace/pending.exp: Accept leading dot before function name.
10413 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10414 * lib/trace-support.exp: Set registers for ppc.
10415
10416 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10417
10418 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10419 use it for disassembly; accept .main in addition to main in backtrace.
10420
10421 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10422 Marcin Kościelnicki <koriakin@0x04.net>
10423
10424 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10425 (gdb_recursion_test_ptr): New global variable.
10426 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10427 gdb_recursion_test.
10428 (gdb_c_test): Ditto.
10429
10430 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10431
10432 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10433 ordering.
10434
10435 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10436
10437 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10438 (bar): Add bar_start_lbl label.
10439 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10440 of foo/bar for emitting DWARF and tracing.
10441
10442 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10443
10444 * analyze-racy-logs.py: Set executable bit.
10445
10446 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10447
10448 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10449 (CHECK_TARGET_TMP): Likewise.
10450 (check-single-racy): New rule.
10451 (check-parallel-racy): Likewise.
10452 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10453 (do-check-parallel-racy): New rule.
10454 (check-racy/%.exp): Likewise.
10455 * README (Racy testcases): New section.
10456 * analyze-racy-logs.py: New file.
10457
10458 2016-03-03 Doug Evans <dje@google.com>
10459
10460 * gdb.base/skip.exp: Use with_test_prefix.
10461
10462 2016-03-03 Yao Qi <yao.qi@linaro.org>
10463
10464 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10465 Invoke step_over_syscall "clone" and break_cond_on_syscall
10466 "clone".
10467 * gdb.base/step-over-clone.c: New file.
10468
10469 2016-03-03 Yao Qi <yao.qi@linaro.org>
10470
10471 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10472 code format.
10473
10474 2016-03-03 Yao Qi <yao.qi@linaro.org>
10475
10476 * gdb.base/disp-step-fork.c: Rename to ...
10477 * gdb.base/step-over-fork.c: ... it. New file.
10478 * gdb.base/disp-step-vfork.c: Rename to ...
10479 * gdb.base/step-over-vfork.c: ... it. New file.
10480 * gdb.base/disp-step-syscall.exp: Rename to ...
10481 * gdb.base/step-over-syscall.exp: ... it. New file.
10482 (disp_step_cross_syscall): Rename to ...
10483 (step_over_syscall): ... it.
10484
10485 2016-03-03 Yao Qi <yao.qi@linaro.org>
10486
10487 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10488 If target supports condition evaluation on target, invoke
10489 break_cond_on_syscall for fork and vfork.
10490
10491 2016-03-03 Yao Qi <yao.qi@linaro.org>
10492
10493 * gdb.base/disp-step-syscall.exp: Don't invoke
10494 support_displaced_stepping.
10495 (disp_step_cross_syscall): Test with displaced stepping off and
10496 on if supported.
10497
10498 2016-03-03 Yao Qi <yao.qi@linaro.org>
10499
10500 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10501 proc.
10502 (setup): New proc.
10503 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10504 and setup.
10505
10506 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10507
10508 * gdb.fortran/vla-history.exp: Remove breakpoint.
10509
10510 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10511
10512 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10513 exceeds timeout.
10514
10515 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10516
10517 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10518 breakpoint.
10519
10520 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10521
10522 * gdb.mi/vla.f90: Nullify pointer after declaration.
10523
10524 2016-03-01 Pedro Alves <palves@redhat.com>
10525
10526 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10527
10528 2016-03-01 Pedro Alves <palves@redhat.com>
10529
10530 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10531 before anything else.
10532 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10533 _GNU_SOURCE here.
10534 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10535 before anything else.
10536 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10537
10538 2016-03-01 Pedro Alves <palves@redhat.com>
10539
10540 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10541
10542 2016-03-01 Yao Qi <yao.qi@linaro.org>
10543
10544 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10545 prepare_for_testing.
10546
10547 2016-03-01 Yao Qi <yao.qi@linaro.org>
10548
10549 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10550
10551 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10552
10553 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10554 manually constructing the output path.
10555
10556 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10557
10558 * gdb.arch/s390-stackless.S: New.
10559 * gdb.arch/s390-stackless.exp: New.
10560
10561 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10562
10563 * gdb.dlang/circular.c: New file.
10564 * gdb.dlang/circular.exp: New file.
10565
10566 2016-02-26 Yao Qi <yao.qi@linaro.org>
10567
10568 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10569 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10570 (testcases): Update.
10571
10572 2016-02-26 Yao Qi <yao.qi@linaro.org>
10573
10574 * gdb.reverse/aarch64.c: Rename to ...
10575 * gdb.reverse/insn-reverse.c: ... it.
10576 * gdb.reverse/aarch64.exp: Rename to ...
10577 * gdb.reverse/insn-reverse.exp: ... it.
10578
10579 2016-02-26 Yao Qi <yao.qi@linaro.org>
10580
10581 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10582 (testcase_ftype): New.
10583 (testcases): New array.
10584 (n_testcases): New.
10585 (main): Call each element in testcases.
10586 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10587 (read_testcase): New.
10588 Do the tests in a loop.
10589
10590 2016-02-25 Yao Qi <yao.qi@linaro.org>
10591
10592 * gdb.base/branches.c: Remove.
10593
10594 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10595
10596 PR gdb/13808
10597 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10598
10599 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10600
10601 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10602
10603 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10604
10605 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10606 change x86_64 call_insn to 'callq'.
10607
10608 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10609
10610 * gdb.trace/tfile-avx.c: Move to...
10611 * gdb.trace/tracefile-pseudo-reg.c: Here.
10612 * gdb.trace/tfile-avx.exp: Move to...
10613 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10614
10615 2016-02-24 Gary Benson <gbenson@redhat.com>
10616
10617 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10618 message on attach.
10619
10620 2016-02-23 Doug Evans <dje@google.com>
10621
10622 * gdb.base/skip.c (test_skip): New function.
10623 (end_test_skip_file_and_function): New function.
10624 (test_skip_file_and_function): New function.
10625 * gdb.base/skip1.c (test_skip): New function.
10626 (skip1_test_skip_file_and_function): New function.
10627 * gdb.base/skip.exp: Add tests for new skip options.
10628 * gdb.base/skip-solib.exp: Update expected output.
10629 * gdb.perf/skip-command.cc: New file.
10630 * gdb.perf/skip-command.exp: New file.
10631 * gdb.perf/skip-command.py: New file.
10632
10633 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10634
10635 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10636 info registers pattern.
10637
10638 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10639
10640 * lib/future.exp: Add D support.
10641 (gdb_find_gdc): New proc.
10642 (gdb_default_target_compile): Add D support.
10643
10644 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10645
10646 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10647 user+system time.
10648 (trace_speed_test): Determine the iteration count for a time
10649 between 15..30 seconds.
10650
10651 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10652
10653 * gdb.arch/i386-mpx-sigsegv.c: New file.
10654 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10655 * gdb.arch/i386-mpx-simple_segv.c: New file.
10656 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10657
10658 2016-02-18 Yao Qi <yao.qi@linaro.org>
10659
10660 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10661 Don't call setup_kfail.
10662
10663 2016-02-18 Yao Qi <yao.qi@linaro.org>
10664
10665 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10666 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10667
10668 2016-02-16 Doug Evans <dje@google.com>
10669
10670 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10671 * gdb.base/skip1.c: Ditto.
10672 * gdb.base/skip.exp: Whitespace cleanup.
10673
10674 2016-02-16 Don Breazeal <donb@codesourcery.com>
10675
10676 PR remote/19496
10677 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10678 Remove kfail for PR remote/19496.
10679
10680 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10681
10682 * lib/gdb.exp (standard_temp_file): Return a path specific to
10683 the runtest invocation.
10684
10685 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10686
10687 * gdb.trace/save-trace.exp: Change relative path to be in the
10688 standard output directory.
10689
10690 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10691
10692 * gdb.arch/i386-prologue.c: Add missing prototypes.
10693
10694 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10695
10696 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10697 * gdb.arch/i386-prologue.exp: Likewise.
10698 * gdb.arch/i386-size.exp: Likewise.
10699
10700 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10701
10702 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10703 define object file path.
10704 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10705 file path.
10706 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10707 standard_output_file to define binfile.
10708
10709 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10710
10711 Fix compatibility with recent gfortran-5.3.1.
10712 * gdb.fortran/vla-history.exp (print vla1 allocated)
10713 (print vla2 allocated, print $2, print $3): Remove
10714 (print $4): Rename to ...
10715 (print $2): ... here.
10716 (print $9): Rename to ...
10717 (print $5): ... here.
10718 (print $10): Rename to ...
10719 (print $6): ... here.
10720 * gdb.fortran/vla.f90: Add pvla initialization.
10721
10722 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10723
10724 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10725 New test.
10726 * gdb.fortran/vla-value-sub.exp: Likewise.
10727
10728 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10729
10730 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10731
10732 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10733
10734 * i386-biarch-core.exp: Define corefile using
10735 standard_output_file.
10736
10737 2016-02-12 Yao Qi <yao.qi@linaro.org>
10738
10739 * gdb.arch/arm-single-step-kernel-helper.c: New.
10740 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10741
10742 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10743
10744 * gdb.btrace/tailcall-only.exp: New.
10745 * gdb.btrace/tailcall-only.c: New.
10746 * gdb.btrace/x86_64-tailcall-only.S: New.
10747 * gdb.btrace/i686-tailcall-only.S: New.
10748
10749 2016-02-11 Pedro Alves <palves@redhat.com>
10750
10751 * README (Parallel testing): Add missing double quotes.
10752
10753 2016-02-11 Pedro Alves <palves@redhat.com>
10754
10755 * README (Parallel testing): New section.
10756 (GDB_PARALLEL): Rewrite.
10757 (FORCE_PARALLEL): Document.
10758
10759 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10760
10761 * gdb.trace/tfile-avx.c: New test.
10762 * gdb.trace/tfile-avx.exp: New test.
10763
10764 2016-02-09 Keith Seitz <keiths@redhat.com>
10765
10766 PR breakpoints/19546
10767 * gdb.base/infcall-exec.c: New file.
10768 * gdb.base/infcall-exec2.c: New file.
10769 * gdb.base/infcall-exec.exp: New file.
10770
10771 2016-02-09 Keith Seitz <keiths@redhat.com>
10772
10773 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10774 (toplevel): Call test_bkpt_address.
10775
10776 2016-02-09 Keith Seitz <keiths@redhat.com>
10777
10778 PR python/19506
10779 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10780 (toplevel): Call test_bkpt_address.
10781
10782 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10783
10784 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10785 to AC_OUTPUT.
10786 * configure: Regenerate.
10787
10788 2016-02-09 Pedro Alves <palves@redhat.com>
10789
10790 PR breakpoints/19548
10791 * gdb.base/execl-update-breakpoints.c (some_function): New
10792 function.
10793 (main): Call it.
10794 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10795 Tighten expected GDB output.
10796
10797 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10798
10799 * Makefile.in (ALL_SUBDIRS): Remove.
10800 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10801 (distclean maintainer-clean realclean): Likewise.
10802 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10803 * configure: Regenerate.
10804 * gdb.ada/Makefile.in: Delete.
10805 * gdb.arch/Makefile.in: Likewise.
10806 * gdb.asm/Makefile.in: Likewise.
10807 * gdb.base/Makefile.in: Likewise.
10808 * gdb.btrace/Makefile.in: Likewise.
10809 * gdb.cell/Makefile.in: Likewise.
10810 * gdb.compile/Makefile.in: Likewise.
10811 * gdb.cp/Makefile.in: Likewise.
10812 * gdb.disasm/Makefile.in: Likewise.
10813 * gdb.dlang/Makefile.in: Likewise.
10814 * gdb.dwarf2/Makefile.in: Likewise.
10815 * gdb.fortran/Makefile.in: Likewise.
10816 * gdb.gdb/Makefile.in: Likewise.
10817 * gdb.go/Makefile.in: Likewise.
10818 * gdb.guile/Makefile.in: Likewise.
10819 * gdb.java/Makefile.in: Likewise.
10820 * gdb.linespec/Makefile.in: Likewise.
10821 * gdb.mi/Makefile.in: Likewise.
10822 * gdb.modula2/Makefile.in: Likewise.
10823 * gdb.multi/Makefile.in: Likewise.
10824 * gdb.objc/Makefile.in: Likewise.
10825 * gdb.opencl/Makefile.in: Likewise.
10826 * gdb.opt/Makefile.in: Likewise.
10827 * gdb.pascal/Makefile.in: Likewise.
10828 * gdb.perf/Makefile.in: Likewise.
10829 * gdb.python/Makefile.in: Likewise.
10830 * gdb.reverse/Makefile.in: Likewise.
10831 * gdb.server/Makefile.in: Likewise.
10832 * gdb.stabs/Makefile.in: Likewise.
10833 * gdb.threads/Makefile.in: Likewise.
10834 * gdb.trace/Makefile.in: Likewise.
10835 * gdb.xml/Makefile.in: Likewise.
10836 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10837 GDB_PARALLEL.
10838 (standard_output_file): Remove check for GDB_PARALLEL, always
10839 return path in outputs/$subdir/$testname.
10840
10841 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10842
10843 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10844 (site.exp): Assign abs_srcdir to tcl's srcdir.
10845
10846 2016-02-04 Yao Qi <yao.qi@linaro.org>
10847
10848 * gdb.base/foll-exec-mode.c: Include limits.h.
10849 (main): Add parameters argc and argv. Get directory from
10850 argv[0].
10851 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10852 compilation.
10853 * gdb.base/foll-exec.c: Include limits.h.
10854 (main): Add parameters argc and argv.
10855 Get directory from argv[0].
10856 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10857 Adjust tests on the number of lines as source code changed.
10858 * gdb.base/foll-vfork-exit.c: Include limits.h.
10859 (main): Add one line of statement before vfork.
10860 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10861 (main): Add parameters argc and argv. Get directory from
10862 argv[0].
10863 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10864 (setup_gdb): Set tbreak to skip some source lines.
10865 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10866 (main): Add parameters argc and argv. Get directory from
10867 argv[0].
10868 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10869 compilation.
10870 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10871 (main): Add parameters argc and argv. Get directory from
10872 argv[0].
10873 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10874 compilation.
10875
10876 2016-02-01 Doug Evans <dje@google.com>
10877
10878 * gdb.base/skip.exp: Clean up multiple references to same test name.
10879
10880 2016-02-01 Pedro Alves <palves@redhat.com>
10881
10882 PR remote/19496
10883 * gdb.threads/forking-threads-plus-breakpoint.exp
10884 (displaced_stepping_supported): New global.
10885 (probe_displaced_stepping_support): New procedure.
10886 (do_test): Add 'displaced' parameter, and use it.
10887 (top level): Check for displaced stepping support. Add displaced
10888 stepping on/off testing axis.
10889
10890 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10891
10892 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10893 pointer. Don't perform further tests on the unassociated pointer
10894 if the first test fails.
10895
10896 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10897
10898 * gdb.base/max-value-size.c: New file.
10899 * gdb.base/max-value-size.exp: New file.
10900 * gdb.base/huge.exp: Disable max-value-size for this test.
10901
10902 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10903
10904 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10905
10906 2016-01-28 Yao Qi <yao.qi@linaro.org>
10907
10908 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10909
10910 2016-01-25 Pedro Alves <palves@redhat.com>
10911
10912 PR threads/19461
10913 * gdb.base/fork-running-state.c: New file.
10914 * gdb.base/fork-running-state.exp: New file.
10915
10916 2016-01-25 Pedro Alves <palves@redhat.com>
10917
10918 PR gdb/19494
10919 * gdb.base/catch-fork-kill.c: New file.
10920 * gdb.base/catch-fork-kill.exp: New file.
10921
10922 2016-01-25 Pedro Alves <palves@redhat.com>
10923
10924 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10925 Delete, moved to lib/gdb.exp.
10926 * gdb.threads/forking-threads-plus-breakpoint.exp
10927 (foreach_with_prefix): Likewise.
10928 * gdb.threads/process-dies-while-handling-bp.exp
10929 (foreach_with_prefix): Likewise.
10930 * lib/gdb.exp (foreach_with_prefix): New procedure.
10931
10932 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10933
10934 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10935 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10936
10937 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10938
10939 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10940 endian targets.
10941
10942 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10943 Pedro Alves <palves@redhat.com>
10944
10945 Fix testsuite compatibility with Guile.
10946 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10947 number.
10948
10949 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10950
10951 Fix testsuite compatibility with Guile.
10952 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10953 (thread 1): New test for backtrace through signal handler.
10954
10955 2016-01-22 Yao Qi <yao.qi@linaro.org>
10956
10957 PR testsuite/19491
10958 * gdb.base/multi-forks.c: Include
10959 ../lib/unbuffer_output.c
10960 (main): Call gdb_unbuffer_output.
10961
10962 2016-01-21 Doug Evans <dje@google.com>
10963
10964 * lib/ada.exp (gdb_compile_ada): Fix typo.
10965
10966 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10967
10968 * gdb.base/break-fun-addr.exp: New file.
10969 * gdb.base/break-fun-addr1.c: New file.
10970 * gdb.base/break-fun-addr2.c: New file.
10971
10972 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10973
10974 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10975 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10976 enum flag values.
10977
10978 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10979
10980 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10981 when GDB can not set the vector return value. Add more comments
10982 for clarification.
10983
10984 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10985
10986 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10987 command.
10988
10989 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10990
10991 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10992
10993 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10994
10995 * Makefile.in (check-single): Pass --status to runtest.
10996 (check/%.exp): Likewise.
10997
10998 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10999
11000 * Makefile.in (check-parallel): Propagate return code from make
11001 do-check-parallel.
11002
11003 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11004
11005 * gdb.trace/ftrace.exp: Fix expected message on continue.
11006 * gdb.trace/pending.exp: Fix expected message on continue.
11007 * gdb.trace/trace-break.exp: Fix expected message on continue.
11008
11009 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11010
11011 * lib/gdb.exp (gdb_test): Remove unused global references.
11012
11013 2016-01-18 Pedro Alves <palves@redhat.com>
11014
11015 * gdb.base/async-shell.exp: Adjust expected output.
11016 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11017 * gdb.base/siginfo-thread.exp: Adjust expected output.
11018 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11019 * gdb.java/jnpe.exp: Adjust expected output.
11020 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11021 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11022 * gdb.threads/leader-exit.exp: Adjust expected output.
11023 * gdb.threads/manythreads.exp: Adjust expected output.
11024 * gdb.threads/pthreads.exp: Adjust expected output.
11025 * gdb.threads/schedlock.exp: Adjust expected output.
11026 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11027 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11028 expected output.
11029 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11030 output.
11031 * gdb.threads/sigthread.exp: Adjust expected output.
11032 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11033
11034 2016-01-18 Yao Qi <yao.qi@linaro.org>
11035
11036 * gdb.guile/scm-section-script.c: Replace @progbits with
11037 %progbits.
11038 * gdb.python/py-section-script.c: Likewise.
11039
11040 2016-01-15 Pedro Alves <palves@redhat.com>
11041
11042 * gdb.multi/tids.exp: Test star wildcard ranges.
11043
11044 2016-01-15 Pedro Alves <palves@redhat.com>
11045
11046 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11047 command from "thread apply" invocation.
11048 (thr_apply_info_thr_invalid): Default the expected output to the
11049 input tid list.
11050 (top level): Add tests that use convenience variables. Add tests
11051 for "thread apply" with a valid TID list, but missing the command.
11052
11053 2016-01-13 Pedro Alves <palves@redhat.com>
11054
11055 * gdb.base/default.exp: Expect $_gthread as well.
11056 * gdb.multi/tids.exp: Test $_gthread.
11057 * gdb.threads/thread-specific.exp: Test $_gthread.
11058
11059 2016-01-13 Pedro Alves <palves@redhat.com>
11060
11061 * gdb.multi/tids.exp: Test "info threads -gid".
11062
11063 2016-01-13 Pedro Alves <palves@redhat.com>
11064
11065 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11066 Breakpoint.thread.
11067 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11068
11069 2016-01-07 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.base/break.exp: Adjust to output changes.
11072 * gdb.base/hbreak2.exp: Likewise.
11073 * gdb.base/sepdebug.exp: Likewise.
11074 * gdb.base/watch_thread_num.exp: Likewise.
11075 * gdb.linespec/keywords.exp: Likewise.
11076 * gdb.multi/info-threads.exp: Likewise.
11077 * gdb.threads/thread-find.exp: Likewise.
11078 * gdb.multi/tids.c: New file.
11079 * gdb.multi/tids.exp: New file.
11080
11081 2016-01-13 Pedro Alves <palves@redhat.com>
11082
11083 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11084
11085 2016-01-13 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.base/default.exp: Expect $_inferior as well.
11088 * gdb.multi/base.exp: Test $_inferior.
11089
11090 2016-01-13 Pedro Alves <palves@redhat.com>
11091
11092 PR breakpoints/19388
11093 * gdb.base/catch-signal-siginfo-cond.c: New file.
11094 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11095
11096 2016-01-12 Josh Stone <jistone@redhat.com>
11097 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11098
11099 * gdb.base/catch-syscall.c (do_execve): New variable.
11100 (main): Conditionally trigger an execve.
11101 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11102 (test_catch_syscall_execve): New, check entry/return across execve.
11103 (do_syscall_tests): Call test_catch_syscall_execve.
11104
11105 2016-01-12 Pedro Alves <palves@redhat.com>
11106
11107 * gdb.base/random-signal.exp (do_test): New procedure, with body
11108 of testcase moved in.
11109
11110 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11111 Pedro Alves <palves@redhat.com>
11112
11113 * gdb.base/funcargs.exp (finish from indirectly called function):
11114 Reintroduce the case for 'First'.
11115
11116 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11117 Pedro Alves <palves@redhat.com>
11118
11119 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11120 (tcatch_vfork_then_child_follow_exec)
11121 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11122 identification.
11123
11124 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11125
11126 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11127 and repeats to unlimited.
11128 * gdb.python/py-value.exp: Likewise.
11129 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11130 and repeats to unlimited.
11131
11132 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11133
11134 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11135 and reordering the functions.
11136 * gdb.multi/hangout.c: Likewise.
11137 * gdb.multi/hello.c: Likewise.
11138
11139 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11140
11141 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11142 absolute.
11143 (SingleStatisticTestResult.report): Use dict.keys instead of
11144 dict.iterkeys.
11145
11146 2016-01-06 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11149
11150 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11151
11152 * gdb.btrace/dlopen.exp: New.
11153 * gdb.btrace/dlopen.c: New.
11154 * gdb.btrace/dlopen-dso.c: New.
11155
11156 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11157
11158 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11159 PATTERN argument is optional.
11160
11161 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11162
11163 * lib/ada.exp (target_compile_ada_from_dir): New function.
11164 (gdb_compile_ada): Reimplement avoiding the use of project files.
11165 * gdb.ada/gnat_ada.gpr: Delete.
11166 * gdb.ada/cond_lang.exp: Adjust test to make path before
11167 filename optional.
11168 * gdb.ada/small_reg_param.exp: Likewise.
11169
11170 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11171
11172 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11173
11174 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11175
11176 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11177 case.
11178
11179 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11180
11181 * gdb.base/break.exp: Remove dead code.
11182 * gdb.base/sepdebug.exp: Likewise.
11183
11184 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11185
11186 * gdb.asm/asm-source.exp: Remove HP-UX references.
11187 * gdb.base/annota1.exp: Likewise.
11188 * gdb.base/annota3.exp: Likewise.
11189 * gdb.base/attach.exp: Likewise.
11190 * gdb.base/bigcore.exp: Likewise.
11191 * gdb.base/break.exp: Likewise.
11192 * gdb.base/call-ar-st.exp: Likewise.
11193 * gdb.base/callfuncs.exp: Likewise.
11194 * gdb.base/catch-fork-static.exp: Likewise.
11195 * gdb.base/display.exp: Likewise.
11196 * gdb.base/foll-exec-mode.exp: Likewise.
11197 * gdb.base/foll-exec.exp: Likewise.
11198 * gdb.base/foll-fork.exp: Likewise.
11199 * gdb.base/foll-vfork.exp: Likewise.
11200 * gdb.base/funcargs.exp: Likewise.
11201 * gdb.base/hbreak2.exp: Likewise.
11202 * gdb.base/inferior-died.exp: Likewise.
11203 * gdb.base/interrupt.exp: Likewise.
11204 * gdb.base/multi-forks.exp: Likewise.
11205 * gdb.base/nodebug.exp: Likewise.
11206 * gdb.base/sepdebug.exp: Likewise.
11207 * gdb.base/solib1.c: Likewise.
11208 * gdb.base/step-test.exp: Likewise.
11209 * gdb.mi/non-stop.c: Likewise.
11210 * gdb.mi/pthreads.c: Likewise.
11211 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11212 * gdb.threads/pthreads.c: Likewise.
11213 * gdb.threads/staticthreads.exp: Likewise.
11214 * lib/future.exp: Likewise.
11215 * lib/gdb.exp: Likewise.
11216 * gdb.base/so-indr-cl.c: Remove.
11217 * gdb.base/so-indr-cl.exp: Likewise.
11218 * gdb.base/solib.c: Likewise.
11219 * gdb.base/solib.exp: Likewise.
11220 * gdb.base/solib2.c: Likewise.
11221
11222 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11223
11224 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11225 * gdb.base/call-ar-st.exp: Likewise.
11226 * gdb.base/callfuncs.exp: Likewise.
11227 * gdb.base/condbreak.exp: Likewise.
11228 * gdb.base/constvars.exp: Likewise.
11229 * gdb.base/hbreak2.exp: Likewise.
11230 * gdb.base/langs.exp: Likewise.
11231 * gdb.base/list.exp: Likewise.
11232 * gdb.base/long_long.exp: Likewise.
11233 * gdb.base/ptype.exp: Likewise.
11234 * gdb.base/scope.exp: Likewise.
11235 * gdb.base/signals.exp: Likewise.
11236 * gdb.base/so-impl-ld.exp: Likewise.
11237 * gdb.base/varargs.exp: Likewise.
11238 * gdb.base/volatile.exp: Likewise.
11239 * gdb.base/whatis.exp: Likewise.
11240 * gdb.cp/cplusfuncs.exp: Likewise.
11241 * gdb.cp/inherit.exp: Likewise.
11242 * gdb.cp/local.exp: Likewise.
11243 * gdb.cp/member-ptr.exp: Likewise.
11244 * gdb.cp/method.exp: Likewise.
11245 * gdb.cp/overload.exp: Likewise.
11246 * gdb.cp/templates.exp: Likewise.
11247 * gdb.stabs/weird.exp: Likewise.
11248 * lib/compiler.c: Likewise.
11249 * lib/compiler.cc: Likewise.
11250 * lib/cp-support.exp: Likewise.
11251 * lib/gdb.exp: Likewise.
11252
11253 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11254
11255 * configure.ac: Remove HP-UX case.
11256 * configure: Regenerate.
11257
11258 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11259
11260 * lib/gdb.exp (gdb_compile): Add function doc.
11261
11262 2015-12-17 Pedro Alves <palves@redhat.com>
11263
11264 PR threads/19354
11265 * gdb.multi/info-threads.exp: New file.
11266
11267 2015-12-15 Yao Qi <yao.qi@linaro.org>
11268
11269 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11270 is aarch64*-*-*.
11271
11272 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11273
11274 * gdb.base/history-duplicates.exp: Skip if no readline support.
11275
11276 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11277
11278 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11279
11280 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11281
11282 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11283
11284 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11285
11286 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11287 ctrl-C if nointerrupts target property is set.
11288 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11289 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11290 * gdb.base/paginate-bg-execution.exp: Likewise.
11291 * gdb.base/paginate-execution-startup.exp: Likewise.
11292 * gdb.base/random-signal.exp: Likewise.
11293 * gdb.base/range-stepping.exp: Likewise.
11294 * gdb.cp/annota2.exp: Likewise.
11295 * gdb.cp/annota3.exp: Likewise.
11296 * gdb.gdb/selftest.exp: Likewise.
11297 * gdb.threads/continue-pending-status.exp: Likewise.
11298 * gdb.threads/leader-exit.exp: Likewise.
11299 * gdb.threads/manythreads.exp: Likewise.
11300 * gdb.threads/pthreads.exp: Likewise.
11301 * gdb.threads/schedlock.exp: Likewise.
11302 * gdb.threads/sigthread.exp: Likewise.
11303
11304 2015-12-11 Don Breazeal <donb@codesourcery.com>
11305
11306 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11307 remote.
11308 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11309 * gdb.base/foll-exec.exp (main): Enable for target remote.
11310 * gdb.base/foll-fork.exp (main): Likewise.
11311 * gdb.base/foll-vfork.exp (main): Likewise.
11312 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11313 (proc continue_to_exit_bp_loc): Use clean_restart.
11314 * gdb.base/pie-execl.exp (main): Disable for target remote.
11315 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11316 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11317 * gdb.threads/execl.exp (main): Likewise.
11318 * gdb.threads/fork-child-threads.exp (main): Likewise.
11319 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11320 remote.
11321 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11322 remote.
11323 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11324 pid.tid style ptids, instead of just tid.
11325 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11326 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11327 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11328 ptids, instead of just tid.
11329
11330 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11331
11332 * gdb.base/list.exp (test_list_forward): Add end of file error
11333 test.
11334 (test_repeat_list_command): Add end of file error test.
11335 (test_list_backwards): Add beginning of file error test.
11336
11337 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11338
11339 * gdb.base/list.exp (test_list_invalid_args): New function,
11340 defined, and called.
11341
11342 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11343
11344 * gdb.base/list.exp (test_list): Make test names unique.
11345
11346 2015-12-11 Yao Qi <yao.qi@linaro.org>
11347
11348 * gdb.base/coremaker2.c: Remove.
11349
11350 2015-12-10 Pedro Alves <palves@redhat.com>
11351
11352 * gdb.multi/base.exp: Remove stale "spaces" references.
11353
11354 2015-12-10 Pedro Alves <palves@redhat.com>
11355
11356 * gdb.multi/base.exp: Don't use nowarnings.
11357 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11358 * gdb.multi/hangout.c: Include stdio.h.
11359 * gdb.multi/hello.c: Include stdlib.h.
11360 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11361 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11362 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11363
11364 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11365
11366 * gdb.dwarf2/dw2-ranges-base.c: New file.
11367 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11368 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11369 support additional line table, and debug ranges generation.
11370 (Dwarf::ranges): New function, generate .debug_ranges.
11371 (Dwarf::lines): Support generating simple line table programs.
11372 (Dwarf::assemble): Initialise new namespace variables.
11373
11374 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11375
11376 * gdb.base/async.exp (proc test_background): Add case for
11377 asynchronous execution not supported.
11378
11379 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11380
11381 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11382 format and change test names to make them unique.
11383
11384 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11385 Pedro Alves <pedro@redhat.com>
11386
11387 PR gdb/18702
11388 Add checking of floatformats setup on x86_64 hosts.
11389 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11390 (smallval, bigval): New labels/constants.
11391 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11392 float" after loading bigval and smallval.
11393
11394 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11395
11396 * gdb.ada/fun_overload_menu.exp: New testcase.
11397 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11398
11399 2015-12-04 Josh Stone <jistone@redhat.com>
11400
11401 * gdb.base/catch-fork-static.exp: New.
11402
11403 2015-12-03 Yao Qi <yao.qi@linaro.org>
11404
11405 * gdb.base/sizeof.c: Don't include stdio.h and
11406 ../lib/unbuffer_output.c.
11407 (main): New variable 'size' and 'value'. Remove printf and
11408 gdb_unbuffer_output. Assign return value to size and value.
11409 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11410 at the beginning.
11411 (check_sizeof): Check the result by printing variable 'size'.
11412 (check_valueof): Check the result by printing variable 'value'.
11413
11414 2015-12-01 Yao Qi <yao.qi@linaro.org>
11415
11416 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11417 for aarch64*-*-linux* target.
11418
11419 2015-11-30 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11422
11423 2015-11-30 Pedro Alves <palves@redhat.com>
11424
11425 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11426 Handle non-stop mode vCont replies.
11427
11428 2015-11-30 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11431 prepare_for_testing. Start gdb with "set non-stop on" appended to
11432 GDBFLAGS. Lax expected stop output.
11433
11434 2015-11-27 Yao Qi <yao.qi@linaro.org>
11435
11436 * gdb.arch/arm-neon.exp: New.
11437 * gdb.arch/arm-neon.c: New.
11438
11439 2015-11-27 Yao Qi <yao.qi@linaro.org>
11440
11441 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11442
11443 2015-11-27 Yao Qi <yao.qi@linaro.org>
11444
11445 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11446 frames-invalid annotation.
11447
11448 2015-11-27 Yao Qi <yao.qi@linaro.org>
11449
11450 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11451
11452 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11453
11454 * gdb.threads/names.exp: New file.
11455 * gdb.threads/names.c: New file.
11456 * README: Mention gdb,no_thread_names.
11457
11458 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11459
11460 PR 19297
11461 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11462 support" error.
11463
11464 2015-11-24 Pedro Alves <palves@redhat.com>
11465
11466 PR 17539
11467 * gdb.base/display.exp: Expect displays to be sorted in ascending
11468 order. Use multi_line.
11469 * gdb.base/solib-display.exp: Likewise.
11470
11471 2015-11-24 Pedro Alves <palves@redhat.com>
11472
11473 PR 17539
11474 * gdb.base/display.exp: Expect displays to be sorted in ascending
11475 order. Use multi_line.
11476 * gdb.base/solib-display.exp: Likewise.
11477
11478 2015-11-24 Pedro Alves <palves@redhat.com>
11479
11480 PR 17539
11481 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11482 threads in ascending order.
11483 * gdb.base/foll-fork.exp: Likewise.
11484 * gdb.base/foll-vfork.exp: Likewise.
11485 * gdb.base/multi-forks.exp: Likewise.
11486 * gdb.mi/mi-nonstop.exp: Likewise.
11487 * gdb.mi/mi-nsintrall.exp: Likewise.
11488 * gdb.multi/base.exp: Likewise.
11489 * gdb.multi/multi-arch.exp: Likewise.
11490 * gdb.python/py-inferior.exp: Likewise.
11491 * gdb.threads/break-while-running.exp: Likewise.
11492 * gdb.threads/execl.exp: Likewise.
11493 * gdb.threads/gcore-thread.exp: Likewise.
11494 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11495 * gdb.threads/kill.exp: Likewise.
11496 * gdb.threads/linux-dp.exp: Likewise.
11497 * gdb.threads/multiple-step-overs.exp: Likewise.
11498 * gdb.threads/next-bp-other-thread.exp: Likewise.
11499 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11500 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11501 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11502 * gdb.threads/thread-find.exp: Likewise.
11503 * gdb.threads/tls.exp: Likewise.
11504 * lib/mi-support.exp (mi_reverse_list): Delete.
11505 (mi_check_thread_states): No longer reverse list.
11506
11507 2015-11-24 Pedro Alves <palves@redhat.com>
11508
11509 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11510 use lowercase.
11511
11512 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11513
11514 * gdb.trace/actions.c: Include trace-common.h.
11515 (main): Add a location for a fast tracepoint.
11516 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11517 the normal tracepoints.
11518 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11519
11520 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11521
11522 * save-trace.exp: Factor out code to these...
11523 (gdb_save_tracepoints): New.
11524 (gdb_load_tracepoints): New.
11525 (do_save_load_test): New.
11526
11527 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11528
11529 * gdb.base/asmlabel.exp: New test.
11530 * gdb.base/asmlabel.c: New test case.
11531
11532 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11533
11534 * gdb.base/wrong_frame_bt_full-main.c: New file.
11535 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11536 * gdb.base/wrong_frame_bt_full.exp: New file.
11537
11538 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11539
11540 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11541
11542 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11543
11544 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11545 pstate register when comparing registers values in
11546 sparc64-*-linux-gnu targets to avoid spurious differences.
11547
11548 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11549
11550 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11551
11552 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11553
11554 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11555 as type argument to gdb_compile.
11556 * gdb.base/nested-subp2.exp: Likewise.
11557 * gdb.base/nested-subp3.exp: Likewise.
11558
11559 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11560
11561 * lib/dwarf.exp (_note): Fix left shift of negative value.
11562 * gdb.trace/trace-condition.exp: Likewise.
11563
11564 2015-11-13 Yao Qi <yao.qi@linaro.org>
11565
11566 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11567 comments about d10v.
11568 (test_scalar_returns): Likewise.
11569 * gdb.base/d10v.ld: Remove.
11570 * gdb.base/overlays.exp: Remove the target triplet checking for
11571 d10v-*-*.
11572 * gdb.base/structs.exp (test_struct_returns): Remove the
11573 comments about d10v.
11574 (test_struct_calls): Likewise.
11575
11576 2015-11-13 Yao Qi <yao.qi@linaro.org>
11577
11578 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11579 * gdb.base/gnu_vector.c: Don't include stdio.h.
11580 (main): Don't print res and call add_some_intvecs.
11581
11582 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11583
11584 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11585 macro.
11586 (func5): Removed.
11587 (func4): Use FAST_TRACEPOINT_LABEL.
11588 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11589 macro.
11590 (func): Removed.
11591 (thread_function): Use FAST_TRACEPOINT_LABEL.
11592 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11593 (func): Remove.
11594 (marker): Use FAST_TRACEPOINT_LABEL.
11595 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11596 (pendfunc1): Remove.
11597 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11598 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11599 (foo): Remove.
11600 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11601 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11602 macro.
11603 (func): Remove.
11604 (marker): Use FAST_TRACEPOINT_LABEL.
11605 * gdb.trace/trace-common.h: New header.
11606 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11607 macro.
11608 (func): Remove.
11609 (marker): Use FAST_TRACEPOINT_LABEL.
11610 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11611 (func): Remove.
11612 (thread_function): Use FAST_TRACEPOINT_LABEL.
11613
11614 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11615
11616 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11617 in front.
11618 * gdb.trace/change-loc.exp: Use global pcreg definition.
11619 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11620 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11621 in front.
11622 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11623 * gdb.trace/pending.exp: Likewise.
11624 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11625 * gdb.trace/trace-break.exp: Likewise.
11626 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11627 in front.
11628 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11629 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11630 in front.
11631 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11632
11633 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11634
11635 * gdb.ada/fin_fun_out: New testcase.
11636
11637 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11638
11639 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11640 value associated with DW_AT_byte_size.
11641 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11642 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11643 DW_AT_upper_bound.
11644
11645 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11646
11647 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11648 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11649 version.
11650 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11651 gdb.dwarf2/dw2-canonicalize-type.exp,
11652 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11653 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11654 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11655 provided by gdb_target_symbol_prefix_flags_asm.
11656 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11657 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11658 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11659 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11660 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11661 macros where needed). Use this macro for symbols which require
11662 the prefix provided by SYMBOL_PREFIX.
11663
11664 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11665
11666 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11667 New procs.
11668 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11669 representing expressions, of more than one list element.
11670 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11671 to prepend linker symbol prefix to f.
11672 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11673 table_1 and table_2.
11674 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11675 Likewise, for f and g.
11676 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11677 for ptr.
11678 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11679 for main.
11680 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11681 table_1_ptr and table_2_ptr.
11682
11683 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11684 Joel Brobecker <brobecker@adacore.com>
11685
11686 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11687
11688 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11689
11690 * gdb.reverse/s390-mvcle.c: New test.
11691 * gdb.reverse/s390-mvcle.exp: New file.
11692 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11693
11694 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11695
11696 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11697
11698 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11699
11700 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11701 reaching marker2.
11702 * gdb.reverse/getresuid-reverse.exp: Likewise.
11703 * gdb.reverse/pipe-reverse.exp: Likewise.
11704 * gdb.reverse/readv-reverse.exp: Likewise.
11705 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11706 * gdb.reverse/time-reverse.exp: Likewise.
11707 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11708
11709 2015-10-30 Yao Qi <yao.qi@linaro.org>
11710
11711 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11712 (empty_cycle): Remove.
11713 (main): Don't call empty_cycle. Don't use watch_count_done.
11714 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11715 empty_cycle. Rewrite the code counting HW watchpoints.
11716
11717 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11718
11719 * gdb.reverse/fstatat-reverse.c: New test.
11720 * gdb.reverse/fstatat-reverse.exp: New file.
11721 * gdb.reverse/getresuid-reverse.c: New test.
11722 * gdb.reverse/getresuid-reverse.exp: New file.
11723 * gdb.reverse/pipe-reverse.c: New test.
11724 * gdb.reverse/pipe-reverse.exp: New file.
11725 * gdb.reverse/readv-reverse.c: New test.
11726 * gdb.reverse/readv-reverse.exp: New file.
11727 * gdb.reverse/recvmsg-reverse.c: New test.
11728 * gdb.reverse/recvmsg-reverse.exp: New file.
11729 * gdb.reverse/time-reverse.c: New test.
11730 * gdb.reverse/time-reverse.exp: New file.
11731 * gdb.reverse/waitpid-reverse.c: New test.
11732 * gdb.reverse/waitpid-reverse.exp: New file.
11733
11734 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11735
11736 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11737
11738 2015-10-26 Doug Evans <dje@google.com>
11739
11740 PR symtab/17391
11741 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11742 * gdb.dwarf2/bad-regnum.c: New file.
11743 * gdb.dwarf2/bad-regnum.exp: New file.
11744
11745 2015-10-26 Doug Evans <dje@google.com>
11746
11747 PR python/18938
11748 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11749 file.
11750
11751 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11752
11753 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11754 for a change by "Mention language in compile error message".
11755
11756 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11757
11758 PR python/18073
11759 * gdb.python/py-type.c (C::a_method): New.
11760 (C::a_const_method): New.
11761 (C::a_static_method): New.
11762 (a_function): New.
11763 * gdb.python/py-type.exp (test_fields): Test getting fields
11764 from function and method.
11765
11766 2015-10-21 Keven Boell <keven.boell@intel.com>
11767
11768 * gdb.fortran/vla-alloc-assoc.exp: New file.
11769 * gdb.fortran/vla-datatypes.exp: New file.
11770 * gdb.fortran/vla-datatypes.f90: New file.
11771 * gdb.fortran/vla-history.exp: New file.
11772 * gdb.fortran/vla-ptype-sub.exp: New file.
11773 * gdb.fortran/vla-ptype.exp: New file.
11774 * gdb.fortran/vla-sizeof.exp: New file.
11775 * gdb.fortran/vla-sub.f90: New file.
11776 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11777 * gdb.fortran/vla-value-sub-finish.exp: New file.
11778 * gdb.fortran/vla-value-sub.exp: New file.
11779 * gdb.fortran/vla-value.exp: New file.
11780 * gdb.fortran/vla-ptr-info.exp: New file.
11781 * gdb.mi/mi-vla-fortran.exp: New file.
11782 * gdb.mi/vla.f90: New file.
11783
11784 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11785
11786 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11787 of hardwired timeout value.
11788
11789 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11790 Pedro Alves <palves@redhat.com>
11791
11792 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11793 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11794
11795 2015-10-19 Josh Stone <jistone@redhat.com>
11796
11797 * gdb.base/catch-syscall.c: Include <sched.h>.
11798 (unknown_syscall): New variable.
11799 (main): Trigger a vfork and an unknown syscall.
11800 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11801 (unknown_syscall_number): Likewise.
11802 (check_call_to_syscall): Accept an optional syscall pattern.
11803 (check_return_from_syscall): Likewise.
11804 (check_continue): Likewise.
11805 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11806 (test_catch_syscall_skipping_return): New test toggling off 'catch
11807 syscall' to step over the syscall return, then toggling back on.
11808 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11809 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11810 (do_syscall_tests): Call test_catch_syscall_without_args and
11811 test_catch_syscall_mid_vfork.
11812 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11813 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11814
11815 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11816
11817 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11818 print g_vE): Add new pass patterns.
11819 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11820 print various symbol names for vptr fields.
11821
11822 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11823
11824 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11825 results.
11826
11827 2015-10-12 Yao Qi <yao.qi@linaro.org>
11828
11829 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11830
11831 2015-10-12 Yao Qi <yao.qi@linaro.org>
11832
11833 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11834 is aarch64*-*-linux*.
11835
11836 2015-10-12 Yao Qi <yao.qi@linaro.org>
11837
11838 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11839 (can_relocate_bcond_true): ... it.
11840 (can_relocate_bcond_false): New function.
11841 (foo): Likewise.
11842 (can_relocate_bl): Likewise.
11843 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11844 can_relocate_bl.
11845
11846 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11847
11848 * gdb.base/nested-addr.c: New file.
11849 * gdb.base/nested-addr.exp: New testcase.
11850
11851 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11852
11853 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11854 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11855 its output. Ignore the output of "record goto begin" and instead
11856 check that GDB is replaying.
11857
11858 2015-10-09 Pedro Alves <palves@redhat.com>
11859
11860 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11861 (top level): Use it in the run with no args test.
11862
11863 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11864
11865 * gdb.dlang/properties.exp: New file.
11866
11867 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11868
11869 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11870 whether or not address 0x1000 is mapped on the target.
11871
11872 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11873
11874 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11875 build.
11876
11877 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11878
11879 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11880 instruction-history test.
11881
11882 2015-09-28 Doug Evans <dje@google.com>
11883
11884 * gdb.base/gcore.c (array_func): Add reference to static_array.
11885
11886 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11887
11888 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11889 source line.
11890
11891 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11892
11893 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11894 short or char as base type.
11895
11896 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11897
11898 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11899 to allow any size enum.
11900
11901 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11902
11903 * gdb.ada/array_ptr_renaming.exp: New testcase.
11904 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11905 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11906
11907 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11908
11909 * gdb.trace/ftrace-lock.c: New file.
11910 * gdb.trace/ftrace-lock.exp: New file.
11911
11912 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11913
11914 * gdb.arch/insn-reloc.c: New file.
11915 * gdb.arch/ftrace-insn-reloc.exp: New file.
11916
11917 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11918
11919 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11920 instruction.
11921 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11922 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11923 * gdb.trace/range-stepping.c: Likewise.
11924 * gdb.trace/trace-break.c: Likewise.
11925 * gdb.trace/trace-mt.c (thread_function): Likewise.
11926 * gdb.trace/ftrace.c (marker): Likewise.
11927 * gdb.trace/trace-condition.c (marker): Likewise.
11928 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11929 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11930 is_aarch64_target.
11931
11932 2015-09-18 Doug Evans <xdje42@gmail.com>
11933
11934 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11935 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11936
11937 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11938
11939 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11940 the breakpoint.
11941
11942 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11943
11944 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11945 the pending breakpoint. Remove timeout override for "Run till
11946 MI pending breakpoint on pendfunc3 on thread 2" test.
11947
11948 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11949
11950 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11951 filename pattern.
11952
11953 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11954
11955 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11956 in breakpoint filename pattern.
11957
11958 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11959
11960 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11961
11962 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11963
11964 * gdb.linespec/explicit.exp: Check for readline support for
11965 tab-completion tests. Fix obvious typo.
11966
11967 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11968
11969 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11970 and replay.
11971
11972 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11973
11974 * gdb.btrace/non-stop.c: New.
11975 * gdb.btrace/non-stop.exp: New.
11976
11977 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11978 Yao Qi <yao.qi@linaro.org>
11979
11980 * gdb.trace/trace-condition.c: New file.
11981 * gdb.trace/trace-condition.exp: New file.
11982
11983 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11984
11985 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11986 for testing bytecode compilation.
11987
11988 2015-09-16 Pedro Alves <palves@redhat.com>
11989 Sandra Loosemore <sandra@codesourcery.com>
11990
11991 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11992 (SECONDS): Redefine.
11993 (main): Call pthread_kill and alarm early.
11994 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11995 support.
11996 (test): If the target can't hardware step and doesn't support
11997 displaced stepping, increase the timeout.
11998
11999 2015-09-16 Pedro Alves <palves@redhat.com>
12000
12001 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12002 (enable_debug): New procedures.
12003 (test): Use them. Bail out if waiting for threads fails.
12004 (top level): Bail out if a test fails.
12005
12006 2015-09-16 Yao Qi <yao.qi@linaro.org>
12007
12008 * gdb.asm/asm-source.exp: Set asm-arch for
12009 aarch64*-*-* target.
12010 * gdb.asm/aarch64.inc: New file.
12011
12012 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12013
12014 * gdb.ada/array_of_variable_length.exp: New testcase.
12015 * gdb.ada/array_of_variable_length/foo.adb: New file.
12016 * gdb.ada/array_of_variable_length/pck.adb: New file.
12017 * gdb.ada/array_of_variable_length/pck.ads: New file.
12018
12019 2015-09-15 Doug Evans <dje@google.com>
12020
12021 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12022 of function static local variable.
12023
12024 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12025
12026 * gdb.threads/tls-so_extern.exp: New test file.
12027 * gdb.threads/tls-so_extern.c: New test file.
12028 * gdb.threads/tls-so_extern_main.c: New test file.
12029
12030 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12031
12032 * gdb.opt/solib-intra-step-lib.c: New file.
12033 * gdb.opt/solib-intra-step-main.c: New file.
12034 * gdb.opt/solib-intra-step.exp: New file.
12035
12036 2015-09-15 Pedro Alves <palves@redhat.com>
12037
12038 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12039 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12040
12041 2015-09-14 Pedro Alves <palves@redhat.com>
12042
12043 * gdb.base/hook-stop-continue.c: Delete.
12044 * gdb.base/hook-stop-continue.exp: Delete.
12045 * gdb.base/hook-stop-frame.c: Delete.
12046 * gdb.base/hook-stop-frame.exp: Delete.
12047 * gdb.base/hook-stop.c: New file.
12048 * gdb.base/hook-stop.exp: New file.
12049
12050 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12051
12052 * gdb.ada/access_to_packed_array.exp: New testcase.
12053 * gdb.ada/access_to_packed_array/foo.adb: New file.
12054 * gdb.ada/access_to_packed_array/pack.adb: New file.
12055 * gdb.ada/access_to_packed_array/pack.ads: New file.
12056
12057 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12058
12059 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12060 buffer size test.
12061
12062 2015-09-11 Don Breazeal <donb@codesourcery.com>
12063
12064 * gdb.base/foll-exec.c: Add copyright header. Fix
12065 formatting issues.
12066 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12067 (do_exec_tests): Use clean_restart in place of zap_session,
12068 and for test initialization. Fix formatting issues. Use
12069 fail in place of perror.
12070 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12071 an expect statement to match an expression with output from
12072 the program under debug.
12073 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12074 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12075 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12076 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12077 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12078
12079 2015-09-09 Doug Evans <dje@google.com>
12080
12081 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12082
12083 2015-09-09 Doug Evans <dje@google.com>
12084
12085 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12086
12087 2015-09-09 Doug Evans <dje@google.com>
12088
12089 * gdb.base/savedregs.exp: Fix typo.
12090
12091 2015-09-09 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12094
12095 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12096
12097 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12098 command actually switches threads. Give up on remaining
12099 tests if target fails to stop at breakpoint.
12100
12101 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12102
12103 * gdb.ada/funcall_char.exp: New testcase.
12104 * gdb.ada/funcall_char/foo.adb: New file.
12105
12106 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12107
12108 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12109 expected outputs. Add two testcases for completing ambiguous
12110 functions.
12111 * gdb.ada/complete/aux_pck.adb: New file.
12112 * gdb.ada/complete/aux_pck.ads: New file.
12113 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12114 Ambiguous_Func functions.
12115 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12116 * gdb.ada/complete/pck.adb: Likewise.
12117
12118 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12119
12120 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12121 failures to run the test program under GDB.
12122
12123 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12124
12125 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12126 to C.
12127
12128 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12129
12130 * gdb.base/run-after-attach.exp: New test file.
12131 * gdb.base/run-after-attach.c: New test file.
12132
12133 2015-08-26 Don Breazeal <donb@codesourcery.com>
12134
12135 * gdb.base/foll-exec-2.c: New test program.
12136 * gdb.base/foll-exec-2.exp: New test.
12137
12138 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12139
12140 * gdb.base/nested-subp1.exp: New file.
12141 * gdb.base/nested-subp1.c: New file.
12142 * gdb.base/nested-subp2.exp: New file.
12143 * gdb.base/nested-subp2.c: New file.
12144 * gdb.base/nested-subp3.exp: New file.
12145 * gdb.base/nested-subp3.c: New file.
12146
12147 2015-08-24 Pedro Alves <palves@redhat.com>
12148
12149 * gdb.server/connect-without-multi-process.c: New file.
12150 * gdb.server/connect-without-multi-process.exp: New file.
12151
12152 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12153
12154 * gdb.opt/inline-markers.c: Make z int.
12155
12156 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12157
12158 * gdb.opt/inline-markers.c: Make z volatile.
12159
12160 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12161
12162 * gdb.opt/inline-bt.c: New volatile global z.
12163 * gdb.opt/inline-cmds.c: Likewise.
12164 * gdb.opt/inline-locals.c: Likewise.
12165 * gdb.opt/inline-markers.c: New extern global z.
12166 (marker): Use z.
12167 (inline_fn): Likewise.
12168
12169 2015-08-24 Pedro Alves <palves@redhat.com>
12170
12171 * config/m32r-stub.exp: Remove file.
12172 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12173 * gdb.base/call-rt-st.exp: Likewise.
12174 * gdb.base/call-strs.exp: Likewise.
12175 * gdb.base/default.exp: Remove references to h8300-*-hms and
12176 *-*-udi*.
12177 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12178
12179 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12180
12181 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12182 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12183 and "return" use KFAIL when GDB can not read/write the vector
12184 return value.
12185
12186 2015-08-21 Gary Benson <gbenson@redhat.com>
12187
12188 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12189
12190 2015-08-20 Pedro Alves <palves@redhat.com>
12191
12192 * gdb.server/solib-list.exp: No longer expect an interior stop in
12193 non-stop mode.
12194
12195 2015-08-20 Pedro Alves <palves@redhat.com>
12196
12197 * gdb.server/connect-stopped-target.c: New file.
12198 * gdb.server/connect-stopped-target.exp: New file.
12199
12200 2015-08-20 Pedro Alves <palves@redhat.com>
12201
12202 * gdb.dwarf2/comp-unit-lang.exp: New file.
12203 * gdb.dwarf2/comp-unit-lang.c: New file.
12204
12205 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12206
12207 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12208 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12209
12210 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12211
12212 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12213 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12214
12215 2015-08-18 Doug Evans <dje@google.com>
12216 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12217
12218 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12219 skip_python_tests. New arg prompt_regexp.
12220 (skip_python_tests): New function.
12221 * lib/mi-support.exp (mi_skip_python_tests): New function.
12222 * gdb.python/py-mi-objfile-gdb.py: New file.
12223 * gdb.python/py-mi-objfile.c: New file.
12224 * gdb.python/py-mi-objfile.exp: New file.
12225
12226 2015-08-17 Keith Seitz <keiths@redhat.com>
12227
12228 * gdb.linespec/explicit.exp: Move strace test from here ...
12229 * gdb.trace/strace.exp: ... to here.
12230
12231 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12232
12233 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12234 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12235
12236 2015-08-14 Doug Evans <xdje42@gmail.com>
12237
12238 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12239 inferior before selecting a new file.
12240
12241 2015-08-14 Doug Evans <xdje42@gmail.com>
12242
12243 * gdb.mi/mi-disassemble.exp: Update.
12244 * gdb.base/disasm-optim.S: New file.
12245 * gdb.base/disasm-optim.c: New file.
12246 * gdb.base/disasm-optim.h: New file.
12247 * gdb.base/disasm-optim.exp: New file.
12248
12249 2015-08-14 Keith Seitz <keiths@redhat.com>
12250
12251 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12252 "evaluated-by".
12253
12254 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12255
12256 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12257
12258 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12259
12260 * gdb.ada/fun_renaming.exp: New testcase.
12261 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12262 * gdb.ada/fun_renaming/pack.adb: New file.
12263 * gdb.ada/fun_renaming/pack.ads: New file.
12264
12265 2015-08-12 Keith Seitz <keiths@redhat.com>
12266
12267 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12268 gdb_get_line_number.
12269
12270 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12271
12272 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12273 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12274 gdb.base/dso2dso.exp: New files.
12275
12276 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12277 Pedro Alves <palves@redhat.com>
12278 Keith Seitz <keiths@redhat.com>
12279
12280 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12281 GDBFLAGS.
12282
12283 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12284
12285 * gdb.base/gdbhistsize-history.exp
12286 (test_histsize_history_setting): Use save_vars.
12287 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12288 Use save_vars.
12289 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12290 * gdb.base/readline.exp: Use save_vars.
12291
12292 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12293
12294 * lib/gdb.exp (save_vars): New proc.
12295
12296 2015-08-11 Keith Seitz <keiths@redhat.com>
12297
12298 * gdb.base/help.exp: Update help_breakpoint_text.
12299
12300 2015-08-11 Keith Seitz <keiths@redhat.com>
12301
12302 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12303 (at toplevel): Call test_explicit_breakpoints.
12304 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12305 breakpoints.
12306 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12307 breakpoint conditions, "-cond".
12308
12309 2015-08-11 Keith Seitz <keiths@redhat.com>
12310
12311 * gdb.linespec/3explicit.c: New file.
12312 * gdb.linespec/cpexplicit.cc: New file.
12313 * gdb.linespec/cpexplicit.exp: New file.
12314 * gdb.linespec/explicit.c: New file.
12315 * gdb.linespec/explicit.exp: New file.
12316 * gdb.linespec/explicit2.c: New file.
12317 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12318 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12319 before using in the matching pattern.
12320 Clarify that `prefix' is a regular expression.
12321
12322 2015-08-11 Keith Seitz <keiths@redhat.com>
12323
12324 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12325 test.
12326 Add tests for missing ",FMT" and ",".
12327
12328 2015-08-10 Doug Evans <dje@google.com>
12329 Keith Seitz <keiths@redhat.com>
12330
12331 PR gdb/17960
12332 * gdb.base/completion.exp: Add location completer tests.
12333
12334 2015-08-07 Pedro Alves <palves@redhat.com>
12335
12336 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12337 tests here.
12338 (top level): Run do_test with and without displaced stepping.
12339
12340 2015-08-07 Pedro Alves <palves@redhat.com>
12341
12342 * gdb.base/valgrind-disp-step.c: New file.
12343 * gdb.base/valgrind-disp-step.exp: New file.
12344
12345 2015-08-07 Pedro Alves <palves@redhat.com>
12346
12347 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12348 Delete function.
12349 (main): Add alarm. Run an infinite loop instead of calling
12350 wait_threads.
12351 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12352 comment.
12353 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12354 Delete function.
12355 (main): Add alarm. Run an infinite loop instead of calling
12356 wait_threads.
12357 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12358 comment.
12359
12360 2015-08-07 Pedro Alves <palves@redhat.com>
12361
12362 * gdb.base/checkpoint-ns.exp: New file.
12363 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12364 standard_testfile.
12365
12366 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12367
12368 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12369 * gdb.btrace/instruction_history.exp: Update.
12370 * gdb.btrace/tsx.exp: New.
12371 * gdb.btrace/tsx.c: New.
12372
12373 2015-08-06 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12376 increase timeout.
12377 * gdb.reverse/until-precsave.exp: Bump timeouts.
12378
12379 2015-08-06 Pedro Alves <palves@redhat.com>
12380
12381 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12382
12383 2015-08-06 Pedro Alves <palves@redhat.com>
12384
12385 PR gdb/18749
12386 * gdb.threads/process-dies-while-handling-bp.c: New file.
12387 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12388
12389 2015-08-06 Pedro Alves <palves@redhat.com>
12390
12391 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12392 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12393
12394 2015-08-05 Pedro Alves <palves@redhat.com>
12395
12396 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12397 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12398
12399 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12400
12401 * gdb.base/bp-permanent.exp: Report test as unsupported if
12402 the target cannot stop at the permanent breakpoint.
12403
12404 2015-08-03 Doug Evans <dje@google.com>
12405
12406 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12407 10000.
12408
12409 2015-08-03 Doug Evans <dje@google.com>
12410
12411 * Makefile.in (workers/%.worker, build-perf): New rule.
12412 (GDB_PERFTEST_MODE): New variable.
12413 (check-perf): Use it.
12414 (clean): Clean up gdb.perf parallel build subdirs.
12415 * lib/build-piece.exp: New file.
12416 * lib/gdb.exp (make_gdb_parallel_path): New function
12417 (standard_output_file, standard_temp_file): Call it.
12418 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12419 of $GDB_PARALLEL.
12420 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12421
12422 2015-08-03 Doug Evans <dje@google.com>
12423
12424 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12425 (LOG_FILE_NAME): New global.
12426 (TextReporter.__init__): Initialize self.txt_sum.
12427 (TextReporter.report): Add support for multiple data-points.
12428 Move report to perftest.sum, put raw data in perftest.log.
12429 (TextReporter.start): Open sum and log files.
12430 (TextReporter.end): Close sum and log files.
12431 * gdb.perf/lib/perftest/testresult.py
12432 (SingleStatisticTestResult.record): Handle multiple data-points.
12433
12434 2015-07-31 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12437 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12438 kill_wait_spawned_process instead of explicit "kill -9".
12439 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12440 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12441 kill_wait_spawned_process.
12442 * gdb.base/attach-twice.exp: Likewise.
12443 * gdb.base/attach.exp: Likewise.
12444 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12445 gdb_test_multiple.
12446 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12447 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12448 kill_wait_spawned_process.
12449 * gdb.base/valgrind-infcall.exp: Likewise.
12450 * gdb.multi/multi-attach.exp: Likewise.
12451 * gdb.python/py-prompt.exp: Likewise.
12452 * gdb.python/py-sync-interp.exp: Likewise.
12453 * gdb.server/ext-attach.exp: Likewise.
12454 * gdb.threads/attach-into-signal.exp (corefunc): Use
12455 spawn_wait_for_attach, spawn_id_get_pid and
12456 kill_wait_spawned_process.
12457 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12458 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12459 spawn_id_get_pid and kill_wait_spawned_process.
12460 * gdb.threads/attach-stopped.exp (corefunc): Use
12461 spawn_wait_for_attach, spawn_id_get_pid and
12462 kill_wait_spawned_process.
12463 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12464 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12465 kill_wait_spawned_process instead of explicit "kill -9".
12466 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12467 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12468 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12469 processes. Don't map cygwin/windows pids here. Now returns a
12470 spawn id list.
12471
12472 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12473
12474 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12475 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12476 correct patch.
12477
12478 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12479
12480 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12481
12482 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12483
12484 Reapply:
12485 2014-05-21 Mark Wielaard <mjw@redhat.com>
12486
12487 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12488
12489 2015-07-30 Pedro Alves <palves@redhat.com>
12490
12491 * linux-low.c (handle_extended_wait): Set the child's last
12492 reported status to TARGET_WAITKIND_STOPPED.
12493
12494 2015-07-30 Pedro Alves <palves@redhat.com>
12495
12496 PR threads/18600
12497 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12498 only shows inferior 1.
12499
12500 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12501 Pedro Alves <palves@redhat.com>
12502
12503 PR threads/18600
12504 * gdb.threads/fork-plus-threads.c: New file.
12505 * gdb.threads/fork-plus-threads.exp: New file.
12506
12507 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12508
12509 * gdb.base/batch-preserve-term-settings.exp
12510 (test_terminal_settings_preserved_after_cli_exit): Use
12511 send_quit_command.
12512
12513 2015-07-29 Pedro Alves <palves@redhat.com>
12514 Don Breazeal <donb@codesourcery.com>
12515
12516 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12517 output from both inferior_spawn_id and gdb_spawn_id.
12518
12519 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12520
12521 * gdb.threads/attach-into-signal.exp (corefunc): Use
12522 with_test_prefix on nested loops, uniquefying the test messages.
12523
12524 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12525
12526 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12527 commit.
12528
12529 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12530
12531 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12532 New proc.
12533 (test_terminal_settings_preserved_after_sigterm): New test.
12534
12535 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12536
12537 * gdb.base/batch-preserve-term-settings.exp
12538 (test_terminal_settings_preserved_after_cli_exit): New test.
12539
12540 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12541
12542 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12543 manipulation of saved_gdbflags.
12544 (test_terminal_settings_preserved): Remove global declaration of
12545 the unused variable pagination_prompt. Remove manipulation of
12546 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12547 GDBFLAGS.
12548
12549 2015-07-29 Pedro Alves <palves@redhat.com>
12550
12551 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12552
12553 2015-07-29 Pedro Alves <palves@redhat.com>
12554
12555 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12556 at the top.
12557
12558 2015-07-29 Pedro Alves <palves@redhat.com>
12559
12560 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12561 (main): Call gdb_unbuffer_output.
12562 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12563 (main): Call gdb_unbuffer_output.
12564 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12565 (main): Call gdb_unbuffer_output.
12566 * gdb.base/call-strs.exp: Adjust to step over the
12567 gdb_unbuffer_output call.
12568 * gdb.base/catch-gdb-caused-signals.c: Include
12569 "../lib/unbuffer_output.c".
12570 (main): Call gdb_unbuffer_output.
12571 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12572 (main): Call gdb_unbuffer_output.
12573 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12574 (main): Call gdb_unbuffer_output.
12575 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12576 (main): Call gdb_unbuffer_output.
12577 * gdb.base/shlib-call.exp: Adjust to step over the
12578 gdb_unbuffer_output call.
12579 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12580 (main): Call gdb_unbuffer_output.
12581 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12582 (main): Call gdb_unbuffer_output.
12583 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12584 (main): Rename to ...
12585 (test): ... this.
12586 (main): Reimplement.
12587 * gdb.base/varargs.exp: Run to test instead of to main.
12588 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12589 (main): Call gdb_unbuffer_output.
12590
12591 2015-07-29 Pedro Alves <palves@redhat.com>
12592
12593 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12594 factore out from mi_continue_dprintf. For call-style dprintfs,
12595 expect dprintf output out of $inferior_spawn_id.
12596 (mi_continue_dprintf): Use mi_expect_dprintf.
12597 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12598 (main): Call gdb_unbuffer_output.
12599
12600 2015-07-29 Pedro Alves <palves@redhat.com>
12601
12602 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12603 (default_mi_gdb_start): Set inferior_spawn_id instead of
12604 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12605 gdb_spawn_id.
12606 (mi_gdb_test): Always expect inferior output from both
12607 $inferior_spawn_id and $gdb_spawn_id.
12608
12609 2015-07-29 Pedro Alves <palves@redhat.com>
12610
12611 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12612 send_inferior and $inferior_spawn_id.
12613
12614 2015-07-29 Pedro Alves <palves@redhat.com>
12615
12616 * gdb.gdb/complaints.exp (test_initial_complaints)
12617 (test_serial_complaints, test_short_complaints): Use
12618 gdb_test_stdio.
12619 (test_empty_complaint): Handle $inferior_spawn_id !=
12620 $gdb_spawn_id.
12621
12622 2015-07-29 Pedro Alves <palves@redhat.com>
12623
12624 * gdb.base/varargs.exp: Use gdb_test_stdio.
12625
12626 2015-07-29 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12629
12630 2015-07-29 Pedro Alves <palves@redhat.com>
12631
12632 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12633
12634 2015-07-29 Pedro Alves <palves@redhat.com>
12635
12636 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12637 parameter into two new parameters, "inf_result" and "gdb_result".
12638 Expect inferior output and gdb output from $inferior_spawn_id and
12639 $gdb_spawn_id, respectively. Adjust all callers.
12640
12641 2015-07-29 Pedro Alves <palves@redhat.com>
12642
12643 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12644 of gdb_test_sequence.
12645
12646 2015-07-29 Pedro Alves <palves@redhat.com>
12647
12648 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12649 (saw_spurious_output): Expect inferior output from
12650 $inferior_spawn_id. Use gdb_test_stdio.
12651
12652 2015-07-29 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.base/dprintf.exp: Use standard_testfile. Change
12655 prepare_for_testing call.
12656 (srcfile): Don't set.
12657 (restart): New procedure.
12658 (test_dprintf): New procecure, use to continue over dprintfs.
12659 (test_call, test_agent): New procedures, tests moved here.
12660 Restart gdb and recreate dprintfs. Adjust expected output.
12661
12662 2015-07-29 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12665
12666 2015-07-29 Pedro Alves <palves@redhat.com>
12667
12668 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12669
12670 2015-07-29 Pedro Alves <palves@redhat.com>
12671
12672 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12673 gdb_test_stdio.
12674
12675 2015-07-29 Pedro Alves <palves@redhat.com>
12676
12677 * lib/gdb.exp (gdb_test_stdio): New procedure.
12678
12679 2015-07-29 Pedro Alves <palves@redhat.com>
12680
12681 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12682
12683 2015-07-29 Pedro Alves <palves@redhat.com>
12684
12685 * gdb.base/call-signal-resume.exp: Remove check for
12686 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12687 * gdb.base/unwindonsignal.exp: Likewise.
12688 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12689 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12690
12691 2015-07-29 Pedro Alves <palves@redhat.com>
12692
12693 * gdb.base/siginfo-addr.c (pass): New function.
12694 (handler): Call it iff si_addr is correct.
12695 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12696 Set a breakpoint at "pass" and continue to it.
12697
12698 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12699
12700 * gdb.python/py-objfile.exp: Make some tests have unique names.
12701 * gdb.python/py-pp-registration.exp: Likewise.
12702
12703 2015-07-28 Pedro Alves <palves@redhat.com>
12704
12705 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12706
12707 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12708
12709 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12710
12711 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12712
12713 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12714
12715 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12716
12717 * gdb.base/gdb-sigterm-2.exp: New test.
12718
12719 2015-07-25 Doug Evans <xdje42@gmail.com>
12720
12721 Revert:
12722 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12723 (workers/%.worker, build-perf): New rule.
12724 (GDB_PERFTEST_MODE): New variable.
12725 (check-perf): Use it.
12726 (clean): Clean up gdb.perf parallel build subdirs.
12727 * lib/build-piece.exp: New file.
12728 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12729 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12730 name.
12731 (standard_temp_file): Ditto.
12732 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12733 of $GDB_PARALLEL.
12734
12735 2015-07-24 Doug Evans <dje@google.com>
12736
12737 * gdb.perf/lib/perftest/utils.py: New file.
12738 * gdb.perf/gm-hello.cc: New file.
12739 * gdb.perf/gm-pervasive-typedef.cc: New file.
12740 * gdb.perf/gm-pervasive-typedef.h: New file.
12741 * gdb.perf/gm-std.cc: New file.
12742 * gdb.perf/gm-std.h: New file.
12743 * gdb.perf/gm-use-cerr.cc: New file.
12744 * gdb.perf/gm-utils.h: New file.
12745 * gdb.perf/gmonster-null-lookup.py: New file.
12746 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12747 * gdb.perf/gmonster-print-cerr.py: New file.
12748 * gdb.perf/gmonster-ptype-string.py: New file.
12749 * gdb.perf/gmonster-runto-main.py: New file.
12750 * gdb.perf/gmonster-select-file.py: New file.
12751 * gdb.perf/gmonster1-null-lookup.exp: New file.
12752 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12753 * gdb.perf/gmonster1-print-cerr.exp: New file.
12754 * gdb.perf/gmonster1-ptype-string.exp: New file.
12755 * gdb.perf/gmonster1-runto-main.exp: New file.
12756 * gdb.perf/gmonster1-select-file.exp: New file.
12757 * gdb.perf/gmonster1.cc: New file.
12758 * gdb.perf/gmonster1.exp: New file.
12759 * gdb.perf/gmonster2-null-lookup.exp: New file.
12760 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12761 * gdb.perf/gmonster2-print-cerr.exp: New file.
12762 * gdb.perf/gmonster2-ptype-string.exp: New file.
12763 * gdb.perf/gmonster2-runto-main.exp: New file.
12764 * gdb.perf/gmonster2-select-file.exp: New file.
12765 * gdb.perf/gmonster2.cc: New file.
12766 * gdb.perf/gmonster2.exp: New file.
12767
12768 2015-07-24 Doug Evans <dje@google.com>
12769
12770 * gdb.perf/README: New file.
12771 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12772 * lib/gen-perf-test.exp: New file.
12773
12774 2015-07-24 Doug Evans <dje@google.com>
12775
12776 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12777 (PerfTest::startup): New function.
12778 (PerfTest::run): Return result of calling body.
12779 (PerfTest::assemble): Rewrite.
12780 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12781 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12782 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12783 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12784 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12785
12786 2015-07-24 Doug Evans <dje@google.com>
12787
12788 * lib/gdb.exp (clean_restart): Make executable optional.
12789
12790 2015-07-24 Doug Evans <dje@google.com>
12791
12792 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12793 compiler_info references.
12794 * gdb.cp/temargs.exp: Ditto.
12795 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12796 (get_compiler_info): Early exit if already computed. Set compiler_info
12797 to "unknown" if there was a problem.
12798 (test_compiler_info): Add function comment. Call get_compiler_info.
12799
12800 2015-07-24 Doug Evans <dje@google.com>
12801
12802 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12803 (workers/%.worker, build-perf): New rule.
12804 (GDB_PERFTEST_MODE): New variable.
12805 (check-perf): Use it.
12806 (clean): Clean up gdb.perf parallel build subdirs.
12807 * lib/build-piece.exp: New file.
12808 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12809 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12810 name.
12811 (standard_temp_file): Ditto.
12812 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12813 of $GDB_PARALLEL.
12814
12815 2015-07-24 Doug Evans <dje@google.com>
12816
12817 * lib/future.exp (gdb_default_target_compile): New option
12818 "early_flags".
12819 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12820 --as-needed.
12821
12822 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12823
12824 * gdb.base/catch-syscall.exp: Call gdb_exit before
12825 gdb_skip_xml_test.
12826
12827 2015-07-24 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.python/py-events.exp: Accept output between the stop event
12830 and the prompt.
12831 * gdb.python/py-evsignal.exp: Likewise.
12832 * gdb.python/py-evthreads.exp: Likewise.
12833
12834 2015-07-24 Pedro Alves <palves@redhat.com>
12835
12836 PR gdb/18717
12837 * gdb.threads/non-ldr-exit.c: New file.
12838 * gdb.threads/non-ldr-exit.exp: New file.
12839
12840 2015-07-24 Yao Qi <yao.qi@linaro.org>
12841
12842 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12843 restarting process.
12844
12845 2015-07-24 Yao Qi <yao.qi@linaro.org>
12846
12847 * gdb.server/ext-restart.exp: New file.
12848
12849 2015-07-24 Yao Qi <yao.qi@linaro.org>
12850
12851 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12852 argument options.
12853 * gdb.server/ext-wrapper.exp: New file.
12854
12855 2015-07-23 Doug Evans <dje@google.com>
12856
12857 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12858 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12859
12860 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12861
12862 * gdb.ada/var_arr_typedef.exp: New testcase.
12863 * gdb.ada/var_arr_typedef/pack.adb: New file.
12864 * gdb.ada/var_arr_typedef/pack.ads: New file.
12865 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12866
12867 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12868
12869 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12870
12871 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12872
12873 * gdb.arch/i386-biarch-core.exp: Replace istarget
12874 by "complete set gnutarget". Remove expectation for the "core-file"
12875 command.
12876
12877 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12878
12879 Revert the previous commit:
12880 Tests for validate symbol file using build-id.
12881
12882 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12883
12884 Tests for validate symbol file using build-id.
12885 * gdb.base/solib-mismatch-lib.c: New file.
12886 * gdb.base/solib-mismatch-libmod.c: New file.
12887 * gdb.base/solib-mismatch.c: New file.
12888 * gdb.base/solib-mismatch.exp: New file.
12889
12890 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12891
12892 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12893 nios2-*-linux*.
12894 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12895 * gdb.base/siginfo.exp: Likewise.
12896 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12897
12898 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12899
12900 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12901 Move it to ...
12902 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12903 ... here.
12904 * gdb.trace/range-stepping.exp: Check that the target supports
12905 range stepping.
12906
12907 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12908
12909 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12910
12911 2015-07-14 Pedro Alves <palves@redhat.com>
12912
12913 * gdb.base/killed-outside.exp: New file.
12914 * gdb.base/killed-outside.c: New file.
12915
12916 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12917
12918 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12919 (n at main): New.
12920 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12921
12922 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12923
12924 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12925 infcall tests instead of setting up for KFAIL.
12926
12927 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12928
12929 * gdb.btrace/record_goto-step.exp: New.
12930
12931 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12932
12933 PR compile/18484
12934 * gdb.compile/compile.c (struct struct_type): Add volatile to
12935 selffield's type.
12936 * gdb.compile/compile.exp
12937 (compile code struct_object.selffield = &struct_object): Skip further
12938 struct_object tests if this one xfails.
12939
12940 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12941
12942 PR exp/18617
12943 * gdb.trace/ax.exp: Add test.
12944
12945 2015-07-07 Yao Qi <yao.qi@linaro.org>
12946
12947 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12948 instead of istarget "aarch64*-*-*".
12949 * gdb.arch/aarch64-fp.exp: Likewise.
12950 * gdb.base/float.exp: Likewise.
12951 * gdb.reverse/aarch64.exp: Likewise.
12952 * lib/gdb.exp (is_aarch64_target): New proc.
12953
12954 2015-07-07 Yao Qi <yao.qi@linaro.org>
12955
12956 * lib/gdb.exp (is_aarch32_target): New proc.
12957 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12958 instead of "istarget "arm*-*-*"".
12959 * gdb.arch/arm-disp-step.exp: Likewise.
12960 * gdb.arch/thumb-bx-pc.exp: Likewise.
12961 * gdb.arch/thumb-prologue.exp: Likewise.
12962 * gdb.arch/thumb-singlestep.exp: Likewise.
12963 * gdb.base/disp-step-syscall.exp: Likewise.
12964 * gdb.base/float.exp: Likewise.
12965
12966 2015-07-07 Yao Qi <yao.qi@linaro.org>
12967
12968 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12969 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12970
12971 2015-07-07 Yao Qi <yao.qi@linaro.org>
12972
12973 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12974 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12975 if it exists.
12976 * gdb.multi/multi-arch.exp: Likewise.
12977
12978 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12979
12980 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12981 print.
12982
12983 2015-07-07 Yao Qi <yao.qi@linaro.org>
12984
12985 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12986
12987 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12988
12989 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12990 '[' and ']' characters.
12991
12992 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12993
12994 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12995
12996 2015-06-29 Pedro Alves <palves@redhat.com>
12997
12998 PR threads/18127
12999 * gdb.threads/hand-call-new-thread.c: New file.
13000 * gdb.threads/hand-call-new-thread.c: New file.
13001
13002 2015-06-26 Keith Seitz <keiths@redhat.com>
13003 Doug Evans <dje@google.com>
13004
13005 PR 16253
13006 * gdb.cp/var-tag-2.cc: New file.
13007 * gdb.cp/var-tag-3.cc: New file.
13008 * gdb.cp/var-tag-4.cc: New file.
13009 * gdb.cp/var-tag.cc: New file.
13010 * gdb.cp/var-tag.exp: New file.
13011
13012 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13013
13014 * gdb.base/history-duplicates.exp: New test.
13015
13016 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13017
13018 * gdb.base/completion.exp: Test the completion of the "focus"
13019 command.
13020
13021 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13022
13023 * gdb.arch/amd64-prologue-skip.S: New file.
13024 * gdb.arch/amd64-prologue-skip.exp: New file.
13025
13026 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13027
13028 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13029 is_address_zero_readable check.
13030
13031 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13032
13033 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13034 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13035
13036 2015-06-24 Yao Qi <yao.qi@linaro.org>
13037
13038 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13039 linux targets.
13040
13041 2015-06-24 Yao Qi <yao.qi@linaro.org>
13042
13043 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13044 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13045 * gdb.base/siginfo-thread.exp: Likewise.
13046
13047 2015-06-22 Yao Qi <yao.qi@linaro.org>
13048
13049 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13050
13051 2015-06-22 Yao Qi <yao.qi@linaro.org>
13052
13053 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13054 aarch64*-*-*.
13055 (skip_hw_watchpoint_tests): Likewise.
13056
13057 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13058
13059 * gdb.base/gdbinit-history.exp: Test the interaction between
13060 setting GDBHISTSIZE and setting the history size via .gdbinit.
13061
13062 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13063
13064 PR gdb/16999
13065 * gdb.base/gdbhistsize-history.exp: New test.
13066
13067 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13068
13069 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13070 with GDBHISTSIZE.
13071 * gdb.base/readline.exp: Likewise.
13072
13073 2015-06-17 Yao Qi <yao.qi@linaro.org>
13074
13075 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13076 line.
13077
13078 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13079
13080 * gdb.base/gdbinit-history.exp: Add test case to check that
13081 an unlimited history file does not get truncated on exit.
13082
13083 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13084
13085 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13086 (VECTOR): New macro. Use it...
13087 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13088 ...for these typedefs.
13089 (int8, char1, int1, double1): New typedefs.
13090 (struct just_int2, struct two_int2): New structures.
13091 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13092 (add_structvecs, add_singlevecs): New functions.
13093 (main): Call add_some_intvecs twice.
13094 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13095 the compile and exit upon failure. Try compiling for the "native"
13096 architecture. Test inferior function calls with vector arguments
13097 and vector return value handling with "finish" and "return".
13098
13099 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13100
13101 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13102 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13103 PE file.
13104 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13105
13106 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13107
13108 PR breakpoints/16465
13109 * gdb.mi/mi-dprintf-pending.c: New file.
13110 * gdb.mi/mi-dprintf-pending.exp: New test.
13111 * gdb.mi/mi-dprintf-pendshr.c: New file.
13112
13113 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13114 Mircea Gherzan <mircea.gherzan@intel.com>
13115
13116 * gdb.arch/i386-mpx-map.c: New file.
13117 * gdb.arch/i386-mpx-map.exp: New File.
13118
13119 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13120
13121 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13122 * gdb.arch/i386-mpx.exp: Indentation fixed.
13123
13124 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13125
13126 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13127 function and improved indentation.
13128 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13129 gdb_test_multiple. Added additional tests to skip the test.
13130
13131 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13132
13133 * gdb.arch/i386-avx512.c: Change path in include file.
13134 * gdb.arch/i386-avx512.exp: Change include dir path
13135 compilation flag.
13136 * gdb.arch/i386-mpx.c: Change path in include file.
13137 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13138 flag.
13139
13140 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13141
13142 * gdb.compile/compile-print.exp (compile print *vararray@3)
13143 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13144
13145 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13146
13147 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13148 (do not keep jit in memory): ... this.
13149 (expect 5): Change it to ...
13150 (expect no 5): ... this.
13151
13152 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13153
13154 PR gdb/15564
13155 * gdb.mi/mi-detach.exp: New file.
13156
13157 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13158
13159 PR symtab/18392
13160 * gdb.arch/amd64-tailcall-self.S: New file.
13161 * gdb.arch/amd64-tailcall-self.c: New file.
13162 * gdb.arch/amd64-tailcall-self.exp: New file.
13163
13164 2015-05-28 Don Breazeal <donb@codesourcery.com>
13165
13166 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13167 tests for remote targets by checking is_target_gdbserver.
13168
13169 2015-05-27 Doug Evans <dje@google.com>
13170
13171 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13172 * gdb.dwarf2/opaque-type-lookup.c: New file.
13173 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13174
13175 2015-05-26 Doug Evans <dje@google.com>
13176
13177 * gdb.cp/iostream.cc: New file.
13178 * gdb.cp/iostream.exp: New file.
13179
13180 2015-05-26 Doug Evans <dje@google.com>
13181
13182 * gdb.dwarf2/dw2-op-call.exp: Update.
13183 * gdb.dwarf2/dw4-sig-types.exp: Update.
13184 * gdb.dwarf2/implptr.exp: Update.
13185 * gdb.mi/mi-cmd-param-changed.exp: Update.
13186
13187 2015-05-26 Doug Evans <dje@google.com>
13188
13189 * gdb.python/py-lazy-string.c: New file.
13190 * gdb.python/py-lazy-string.exp: New file.
13191 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13192 (main): Update. Add estring3.
13193 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13194 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13195
13196 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13197 Yao Qi <yao.qi@linaro.org>
13198
13199 * gdb.reverse/aarch64.c: New.
13200 * gdb.reverse/aarch64.exp: New.
13201
13202 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13203
13204 * lib/gdb.exp (supports_process_record): Return true for
13205 aarch64*-linux*.
13206 (supports_reverse): Likewise.
13207
13208 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13209
13210 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13211 Use with_test_prefix.
13212
13213 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13214
13215 * gdb.base/completion.exp: Add test for completion of layout
13216 names.
13217
13218 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13219
13220 * lib/gdb.exp (skip_tui_tests): New proc.
13221 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13222
13223 2015-05-19 Pedro Alves <palves@redhat.com>
13224
13225 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13226 Save the whole env array instead of just HOME. Unset HISTSIZE in
13227 the environment while testing. Restore whole environment
13228 afterwards.
13229
13230 2015-05-16 Doug Evans <xdje42@gmail.com>
13231
13232 * gdb.guile/scm-ports.c: New file.
13233 * gdb.guile/scm-ports.exp: Add memory port tests.
13234
13235 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13236
13237 * gdb.compile/compile-print.c: New file.
13238 * gdb.compile/compile-print.exp: New file.
13239
13240 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13241
13242 * gdb.compile/compile-ops.exp: Cast param to void.
13243 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13244 (compile code struct_object.selffield = &struct_object): Add xfail.
13245
13246 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13247
13248 * gdb.ada/arr_enum_with_gap: New testcase.
13249
13250 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13251
13252 * gdb.ada/byte_packed_arr: New testcase.
13253
13254 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13255
13256 * gdb.ada/pckd_neg: New testcase.
13257
13258 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13259
13260 PR gdb/17820
13261 * gdb.base/gdbinit-history.exp: New test.
13262 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13263 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13264
13265 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13266
13267 * gdb.python/py-xmethods.cc: Enhance test case.
13268 * gdb.python/py-xmethods.exp: New tests.
13269 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13270 function.
13271 (B_indexoper): Likewise.
13272 (global_dm_list) : Add new xmethod worker functions.
13273
13274 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13275
13276 * gdb.base/coredump-filter.exp: Correctly unset
13277 "coredump_var_addr" array.
13278
13279 2015-05-08 Pedro Alves <palves@redhat.com>
13280
13281 * gdb.server/non-existing-program.exp: Unset spawn_id.
13282
13283 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13284
13285 PR python/18291
13286 * gdb.python/py-xmethods.exp: Add tests.
13287
13288 2015-05-08 Yao Qi <yao.qi@linaro.org>
13289
13290 PR gdb/18208
13291 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13292 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13293 function set_coredump_filter, and remove remote_exec call.
13294 Remove argument ipid. Callers update.
13295 (top level): Don't get inferior's PID.
13296
13297 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13298
13299 * gdb.base/watch_thread_num.exp: Skip test on targets without
13300 access watchpoints.
13301
13302 2015-05-06 Pedro Alves <palves@redhat.com>
13303
13304 PR server/18081
13305 * gdb.server/non-existing-program.exp: New file.
13306
13307 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13308
13309 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13310
13311 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13312
13313 * gdb.ada/out_of_line_in_inlined: New testcase.
13314
13315 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13316
13317 * gdb.ada/var_rec_arr: New testcase.
13318
13319 2015-04-30 Yao Qi <yao.qi@linaro.org>
13320
13321 * gdb.base/break-idempotent.exp: If
13322 skip_hw_watchpoint_multi_tests returns true, skip the tests
13323 on "rwatch" and "awatch".
13324
13325 2015-04-30 Yao Qi <yao.qi@linaro.org>
13326
13327 * gdb.base/relativedebug.exp: Invoke gdb command
13328 "info sharedlibrary", and if libc.so doesn't have debug info,
13329 skip the test.
13330
13331 2015-04-29 Doug Evans <dje@google.com>
13332
13333 * gdb.python/py-xmethods.exp: Add ptype tests.
13334 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13335 get_result_type method.
13336
13337 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13338
13339 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13340 the target does not support hardware watchpoints.
13341
13342 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13343
13344 * gdb.base/break-always.exp: Abort testing if writing to memory
13345 causes an error.
13346
13347 2015-04-28 Doug Evans <dje@google.com>
13348
13349 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13350 * gdb.python/py-pp-registration.exp: ... here. New file.
13351 * gdb.python/py-pp-registration.c: New file.
13352 * gdb.python/py-pp-registration.py: New file.
13353
13354 2015-04-28 Doug Evans <dje@google.com>
13355
13356 * gdb.python/py-bad-printers.c: New file.
13357 * gdb.python/py-bad-printers.py: New file.
13358 * gdb.python/py-bad-printers.exp: New file.
13359
13360 2015-04-28 Sasha Smundak <asmundak@google.com>
13361
13362 * gdb.python/py-type.exp: New test.
13363
13364 2015-04-28 Andy Wingo <wingo@igalia.com>
13365
13366 * gdb.python/py-parameter.exp:
13367 * gdb.guile/scm-parameter.exp: Escape the path that we are
13368 matching against, as it might contain characters that are special
13369 to regular expressions.
13370
13371 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13372
13373 * gdb.ada/rec_comp: New testcase.
13374
13375 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13376
13377 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13378 before using it.
13379
13380 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13381
13382 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13383 new tests for verilog output.
13384
13385 2015-04-24 Yao Qi <yao.qi@linaro.org>
13386
13387 * boards/remote-gdbserver-on-localhost.exp: New file.
13388
13389 2015-04-23 Pedro Alves <palves@redhat.com>
13390
13391 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13392 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13393 "end of file", remove $inferior_spawn_id from the indirect list.
13394
13395 2015-04-23 Pedro Alves <palves@redhat.com>
13396
13397 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13398
13399 2015-04-23 Pedro Alves <palves@redhat.com>
13400
13401 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13402 on $any_spawn_id instead of only on $gdb_spawn_id.
13403
13404 2015-04-21 Pierre Muller <muller@sourceware.org>
13405
13406 PR pascal/17815
13407 * lib/pascal.exp (gpc_compile): Add new option "class".
13408 (fpc_compile): Likewise.
13409 * gdb.pascal/case-insensitive-symbols.pas: New file.
13410 * gdb.pascal/case-insensitive-symbols.exp: New file.
13411
13412 2015-04-20 Gary Benson <gbenson@redhat.com>
13413
13414 * gdb.base/attach.exp: Fix three extended remote failures.
13415
13416 2015-04-17 Gary Benson <gbenson@redhat.com>
13417
13418 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13419 the main executable over the remote protocol.
13420
13421 2015-04-16 Pedro Alves <palves@redhat.com>
13422
13423 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13424 a new gdbserver if gdbserver_reconnect_p is set.
13425
13426 2015-04-16 Pedro Alves <palves@redhat.com>
13427
13428 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13429 is set, don't exit gdbserver.
13430
13431 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13432
13433 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13434 appropriate .insn, such that an older assembler can be used.
13435 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13436 the z/Architecture instruction set on 31-bit targets as well.
13437
13438 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13439
13440 * gdb.go/handcall.exp: Remove all logic related to the first
13441 breakpoint and rely on go_runto_main instead.
13442 * gdb.go/strings.exp: Likewise.
13443 * gdb.go/unsafe.exp: Likewise.
13444 * gdb.go/hello.exp: Likewise. Also rename the remaining
13445 breakpoint marker to "breakpoint 1".
13446 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13447 * gdb.go/strings.go: Likewise.
13448 * gdb.go/unsafe.go: Likewise.
13449 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13450 "set breakpoint 2 here" and rename the remaining breakpoint marker
13451 to "breakpoint 1".
13452
13453 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13454
13455 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13456 if itertools.imap is not present.
13457 * gdb.python/py-objfile.exp: Add parentheses.
13458 * gdb.python/py-type.exp: Same.
13459 * gdb.python/py-unwind-maint.py: Same.
13460
13461 2015-04-15 Yao Qi <yao.qi@linaro.org>
13462
13463 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13464 of ":$ptr_size" and set its form explicitly.
13465
13466 2015-04-15 Pedro Alves <palves@redhat.com>
13467 Yao Qi <yao.qi@linaro.org>
13468
13469 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13470 timeout by factor of 4.
13471 (test_regular_watch): Likewise.
13472 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13473 * gdb.reverse/sigall-reverse.exp: Likewise.
13474 * gdb.reverse/until-precsave.exp: Likewise.
13475 * lib/gdb.exp (with_timeout_factor): New proc.
13476 (gdb_expect): Move some code to ...
13477 (get_largest_timeout): ... here. New procedure.
13478
13479 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13480
13481 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13482
13483 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13484
13485 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13486 to write to the .text section.
13487
13488 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13489
13490 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13491 Handle the case of targets that do not provide PID information.
13492
13493 2015-04-13 Yao Qi <yao.qi@linaro.org>
13494
13495 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13496 and use expect instead of gdb_expect.
13497
13498 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13499
13500 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13501 "coredump_var_addr" to avoid naming conflict with other testcases.
13502
13503 2015-04-10 Pedro Alves <palves@redhat.com>
13504
13505 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13506 gdb_test_sequence and gdb_assert.
13507
13508 2015-04-10 Pedro Alves <palves@redhat.com>
13509
13510 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13511 test messages that don't include the breakpoint address.
13512
13513 2015-04-10 Yao Qi <yao.qi@linaro.org>
13514
13515 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13516 false for some offset and width combinations which aren't
13517 supported by linux kernel.
13518
13519 2015-04-10 Pedro Alves <palves@redhat.com>
13520
13521 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13522 procedure, factored out from ...
13523 (top level): ... here. Add "set displaced-stepping" testing axis.
13524 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13525 parameter "displaced". Use it.
13526 (top level): Use foreach and add "set displaced-stepping" testing
13527 axis.
13528
13529 2015-04-10 Pedro Alves <palves@redhat.com>
13530
13531 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13532 Remove comment.
13533 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13534 both the address of the instruction that triggers the watchpoint
13535 and the address of the instruction immediately after, and use
13536 those addresses for the test. Fix comment.
13537
13538 2015-04-10 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.base/sigstep.exp (breakpoint_to_handler)
13541 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13542 Test "backtrace" in handler.
13543 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13544 (top level): Add new "displaced" test axis to
13545 breakpoint_to_handler, breakpoint_to_handler_entry and
13546 breakpoint_over_handler.
13547
13548 2015-04-10 Pedro Alves <palves@redhat.com>
13549
13550 PR gdb/18216
13551 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13552
13553 2015-04-10 Yao Qi <yao.qi@linaro.org>
13554
13555 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13556 (test_add_rn_pc): New function.
13557 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13558 (top level): Invoke test_add_rn_pc.
13559
13560 2015-04-10 Pedro Alves <palves@redhat.com>
13561
13562 PR gdb/13858
13563 * gdb.base/step-over-no-symbols.exp: New file.
13564
13565 2015-04-09 Andy Wingo <wingo@igalia.com>
13566
13567 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13568 after the Python tests.
13569
13570 2015-04-08 Keith Seitz <keiths@redhat.com>
13571
13572 PR python/16699
13573 * gdb.python/py-completion.exp: New tests for completion.
13574 * gdb.python/py-completion.py (CompleteLimit1): New class.
13575 (CompleteLimit2): Likewise.
13576 (CompleteLimit3): Likewise.
13577 (CompleteLimit4): Likewise.
13578 (CompleteLimit5): Likewise.
13579 (CompleteLimit6): Likewise.
13580 (CompleteLimit7): Likewise.
13581
13582 2015-04-08 Pedro Alves <palves@redhat.com>
13583
13584 PR gdb/18214
13585 PR gdb/18216
13586 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13587 function.
13588 (main): Install it as SIGUSR1 handler.
13589 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13590 parameter. Always use "setup" as prefix. Toggle "set
13591 displaced-stepping" off/on depending on global. Don't switch to
13592 thread 1 here.
13593 (top level): Add displaced stepping "off/on" test axis. Update
13594 "setup" calls. Wrap each subtest with with_test_prefix. Test
13595 continuing with a queued signal in each thread.
13596
13597 2015-04-08 Pedro Alves <palves@redhat.com>
13598
13599 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13600 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13601 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13602 Return early if running to main fails.
13603 * gdb.trace/while-stepping.exp: Likewise.
13604
13605 2015-04-07 Pedro Alves <palves@redhat.com>
13606
13607 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13608 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13609 interact with inferior program.
13610
13611 2015-04-07 Pedro Alves <palves@redhat.com>
13612
13613 * lib/gdb.exp (inferior_spawn_id): New global.
13614 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13615 spawn id after processing the user code.
13616 (default_gdb_start): Set inferior_spawn_id.
13617 (send_inferior): New procedure.
13618 * lib/gdbserver-support.exp (gdbserver_start): Set
13619 inferior_spawn_id.
13620 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13621
13622 2015-04-07 Pedro Alves <palves@redhat.com>
13623
13624 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13625 * lib/gdbserver-support.exp (gdbserver_start): Make
13626 $server_spawn_id global.
13627 (gdbserver_start): Don't wait for gdbserver's spawn id with
13628 expect_background.
13629 (close_gdbserver): New procedure.
13630 (gdb_exit): Rename the default version and reimplement.
13631
13632 2015-04-07 Pedro Alves <palves@redhat.com>
13633
13634 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13635 append the substituted item, not the original item.
13636
13637 2015-04-07 Pedro Alves <palves@redhat.com>
13638
13639 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13640 gdb_expect.
13641
13642 2015-04-07 Pedro Alves <palves@redhat.com>
13643
13644 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13645 output appearing once only.
13646
13647 2015-04-07 Pedro Alves <palves@redhat.com>
13648
13649 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13650 that doesn't expect anything. Return early if running to main
13651 fails.
13652
13653 2015-04-07 Yao Qi <yao.qi@linaro.org>
13654
13655 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13656 (child_function): Call alarm.
13657 (main): Move call to alarm into the loop.
13658 * gdb.threads/non-stop-fair-events.exp: Build program with
13659 -DTIMEOUT=$timeout.
13660
13661 2015-04-06 Doug Evans <xdje42@gmail.com>
13662
13663 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13664 Fix dest parameter to board_info.
13665 (fpc_compile): Ditto.
13666 (gdb_compile_pascal): Rename dest arg to destfile.
13667
13668 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13669
13670 * gdb.ada/funcall_ref.exp: New file.
13671 * gdb.ada/funcall_ref/foo.adb: New file.
13672
13673 2015-04-02 Yao Qi <yao.qi@linaro.org>
13674
13675 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13676 is remote.
13677
13678 2015-04-02 Gary Benson <gbenson@redhat.com>
13679
13680 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13681
13682 2015-04-01 Sasha Smundak <asmundak@google.com>
13683
13684 * gdb.python/py-unwind-maint.c: New file.
13685 * gdb.python/py-unwind-maint.exp: New test.
13686 * gdb.python/py-unwind-maint.py: New file.
13687 * gdb.python/py-unwind.c: New file.
13688 * gdb.python/py-unwind.exp: New test.
13689 * gdb.python/py-unwind.py: New test.
13690
13691 2015-04-01 Pedro Alves <palves@redhat.com>
13692
13693 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13694 to fail instead of non-existent $test.
13695
13696 2015-04-01 Pedro Alves <palves@redhat.com>
13697
13698 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13699 GDBFLAGS if not empty.
13700
13701 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13702
13703 * gdb.ada/complete.exp: Remove "multi_line".
13704 * gdb.ada/info_exc.exp: Remove "multi_line".
13705 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13706 * gdb.ada/ptype_field.exp: Remove "multi_line".
13707 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13708 * gdb.ada/tagged.exp: Remove "multi_line".
13709 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13710 [multi_line ...]
13711 * gdb.btrace/delta.exp: Likewise.
13712 * gdb.btrace/exception.exp: Likewise.
13713 * gdb.btrace/function_call_history.exp: Likewise.
13714 * gdb.btrace/instruction_history.exp: Likewise.
13715 * gdb.btrace/nohist.exp: Likewise.
13716 * gdb.btrace/record_goto.exp: Likewise.
13717 * gdb.btrace/segv.exp: Likewise.
13718 * gdb.btrace/stepi.exp: Likewise.
13719 * gdb.btrace/tailcall.exp: Likewise.
13720 * gdb.btrace/unknown_functions.exp: Likewise.
13721 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13722 * lib/gdb.exp: Add the "multi_line" helper.
13723
13724 2015-04-01 Pedro Alves <palves@redhat.com>
13725
13726 * gdb.threads/tid-reuse.c: New file.
13727 * gdb.threads/tid-reuse.exp: New file.
13728
13729 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13730
13731 PR corefiles/16092
13732 * gdb.base/coredump-filter.c: New file.
13733 * gdb.base/coredump-filter.exp: Likewise.
13734
13735 2015-03-27 Petr Machata <pmachata@redhat.com>
13736
13737 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13738 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13739 (Dwarf::assemble): Initialize them.
13740 (Dwarf::lines): New function.
13741
13742 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13743
13744 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13745 SYMBOL_PREFIX for x86_64-*-cygwin.
13746
13747 2015-03-26 Andy Wingo <wingo@igalia.com>
13748
13749 PR symtab/18148
13750 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13751 const_value but not a location.
13752 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13753 location defined in non-main CUs are visible.
13754
13755 2015-03-26 Yao Qi <yao.qi@linaro.org>
13756
13757 PR testsuite/18139
13758 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13759 Add a line number entry for the same line.
13760 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13761 Add a line number entry for the same line.
13762
13763 2015-03-26 Yao Qi <yao.qi@linaro.org>
13764
13765 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13766 .int 0.
13767 (func): Likewise. Add .Lfunc_1 label.
13768 Use .Lfunc_1 label.
13769 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13770 .int 0.
13771 (func): Likewise.
13772 Use .Lfunc_1 label.
13773
13774 2015-03-26 Yao Qi <yao.qi@linaro.org>
13775
13776 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13777 Call gdb_compile instead to compile each .s files without debug
13778 information.
13779
13780 2015-03-26 Yao Qi <yao.qi@linaro.org>
13781
13782 * gdb.base/savedregs.exp (process_saved_regs): Make
13783 "Saved registers:" optional in the pattern.
13784
13785 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13786
13787 * gdb.btrace/next.exp: Merged into step.exp.
13788 * gdb.btrace/finish.exp: Merged into step.exp.
13789 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13790 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13791 "record goto" and checking the exact replay position.
13792 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13793 check for "Recording format" in "info record" output.
13794 * gdb.btrace/record_goto.exp: Choose test file based on target.
13795 * gdb.btrace/x86-record_goto.S: Renamed into ...
13796 * gdb.btrace/x86_64-record_goto.S: ... this.
13797 * gdb.btrace/i686-record_goto.S: New.
13798 * gdb.btrace/x86-tailcall.S: Renamed into ...
13799 * gdb.btrace/x86_64-tailcall.S: ... this.
13800 * gdb.btrace/i686-tailcall.S: New.
13801 * gdb.btrace/x86-tailcall.c: Renamed into ...
13802 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13803 separate statements. Update test.
13804 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13805 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13806 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13807 * gdb.btrace/tailcall.exp: Choose test file based on target.
13808 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13809
13810 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13811
13812 * gdb.btrace/exception.exp: Increase BTS buffer size.
13813
13814 2015-03-24 Pedro Alves <palves@redhat.com>
13815
13816 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13817
13818 2015-03-24 Pedro Alves <palves@redhat.com>
13819
13820 * gdb.threads/schedlock.exp (test_step): No longer expect that
13821 "set scheduler-locking step" with "next" over a function call runs
13822 threads unlocked.
13823
13824 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13825
13826 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13827
13828 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13829
13830 PR breakpoints/16466
13831 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13832 * gdb.mi/mi-pending.c (thread_func): New function.
13833 (int main): Add threading support required.
13834 * gdb.mi/mi-pending.exp: Add tests for this issue.
13835 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13836 (pendfunc2): Remove stdio dependency.
13837 * gdb.mi/mi-pendshr2.c: New file.
13838
13839 2015-03-23 Keith Seitz <keiths@redhat.com>
13840
13841 * gdb.linespec/keywords.c: New file.
13842 * gdb.linespec/keywords.exp: New file.
13843
13844 2015-03-23 Keith Seitz <keiths@redhat.com>
13845
13846 PR gdb/18021
13847 * gdb.dwarf2/staticvirtual.exp: New test.
13848
13849 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13850
13851 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13852 * README: Remove HP-UX and gdb.hp.
13853 (configuration):
13854 * configure: Regenerate.
13855 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13856 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13857 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13858 gdb.hp/gdb.defects/Makefile.
13859 * gdb.hp/Makefile.in: File deleted.
13860 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13861 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13862 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13863 * gdb.hp/gdb.aCC/run.c: File deleted.
13864 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13865 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13866 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13867 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13868 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13869 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13870 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13871 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13872 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13873 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13874 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13875 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13876 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13877 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13878 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13879 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13880 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13881 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13882 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13883 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13884 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13885 * gdb.hp/gdb.compat/average.c: File deleted.
13886 * gdb.hp/gdb.compat/sum.c: File deleted.
13887 * gdb.hp/gdb.compat/xdb.c: File deleted.
13888 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13889 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13890 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13891 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13892 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13893 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13894 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13895 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13896 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13897 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13898 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13899 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13900 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13901 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13902 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13903 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13904 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13905 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13906 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13907 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13908 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13909 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13910 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13911 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13912 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13913 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13914 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13915 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13916 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13917 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13918 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13919 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13920 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13921 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13922 * gdb.hp/tools/odump: File deleted.
13923
13924 2015-03-19 Pedro Alves <palves@redhat.com>
13925
13926 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13927 (saw_thread_3): New globals.
13928 (top level): Increment them when an event for the corresponding
13929 thread is seen.
13930 (no thread starvation): New test.
13931
13932 2015-03-19 Pedro Alves <palves@redhat.com>
13933
13934 * gdb.threads/continue-pending-status.c: New file.
13935 * gdb.threads/continue-pending-status.exp: New file.
13936
13937 2015-03-18 Pedro Alves <palves@redhat.com>
13938
13939 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13940 Use gdb_is_target_remote instead of is_remote. Use
13941 gdb_test_multiple instead of gdb_expect. Exit early if
13942 gdb_test_multiple hits its internal matches. Tighten stepi tests
13943 expected output. Fail on exit with any signal, instead of just
13944 SIGILL.
13945
13946 2015-03-18 Yao Qi <yao.qi@linaro.org>
13947
13948 PR tdep/18107
13949 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13950 variable.
13951 * gdb.base/catch-syscall.exp: Don't skip it on
13952 aarch64*-*-linux* target. Remove elements in all_syscalls.
13953 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13954 target.
13955 (setup_all_syscalls): New proc.
13956
13957 2015-03-16 Yao Qi <yao.qi@linaro.org>
13958
13959 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13960 (top level): Skip tests if valid_addr_p returns false for
13961 $cmd1 or $cmd2.
13962
13963 2015-03-11 Andy Wingo <wingo@igalia.com>
13964
13965 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13966
13967 2015-03-11 Yao Qi <yao.qi@linaro.org>
13968
13969 * gdb.base/catch-syscall.exp: Fix typo in comments.
13970
13971 2015-03-11 Yao Qi <yao.qi@linaro.org>
13972
13973 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13974
13975 2015-03-09 Pedro Alves <palves@redhat.com>
13976
13977 * dg-extract-results.py: Delete.
13978
13979 2015-03-09 Pedro Alves <palves@redhat.com>
13980
13981 Merge dg-extract-results.sh from GCC upstream (r218843).
13982
13983 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13984 * dg-extract-results.sh: Use --text with grep to avoid issues with
13985 binary files. Fall back to cat -v, if that doesn't work.
13986
13987 2015-03-05 Pedro Alves <palves@redhat.com>
13988
13989 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13990
13991 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13992
13993 * lib/mi-support.exp (mi_expect_interrupt): Accept
13994 alternative event for when in all-stop mode.
13995
13996 2015-03-04 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13999
14000 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14001
14002 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14003
14004 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14005
14006 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14007 regexps for GDB's current line display, accept a hex address
14008 preceding the line number.
14009
14010 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14011
14012 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14013 the 'arch1' variable for "s390*-linux*" targets.
14014
14015 2015-03-04 Pedro Alves <palves@redhat.com>
14016
14017 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14018 (main): Pass missing retval argument to pthread_join call.
14019
14020 2015-03-02 Pedro Alves <palves@redhat.com>
14021
14022 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14023 (top level): Call do_test with non-stop as well.
14024
14025 2015-03-02 Pedro Alves <palves@redhat.com>
14026
14027 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14028 -1.
14029
14030 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14031
14032 * gdb.arch/s390-vregs.exp: New test.
14033 * gdb.arch/s390-vregs.S: New file.
14034
14035 2015-02-27 Pedro Alves <palves@redhat.com>
14036
14037 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14038 call to catch_command_errors.
14039 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14040 catch_command_errors.
14041
14042 2015-02-27 Pedro Alves <palves@redhat.com>
14043
14044 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14045 "true" for boolean result.
14046 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14047 prototype of main.
14048
14049 2015-02-27 Pedro Alves <palves@redhat.com>
14050
14051 * lib/unbuffer_output.c: New file.
14052 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14053 (main): Call gdb_unbuffer_output.
14054
14055 2015-02-27 Yao Qi <yao.qi@linaro.org>
14056
14057 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14058 target.
14059
14060 2015-02-26 Doug Evans <dje@google.com>
14061
14062 * gdb.cp/class2.cc (Dbase, D): New classes.
14063 (main): New local delta.
14064 * gdb.cp/class2.exp: Test printing delta.
14065 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14066 (dynbar): New global.
14067 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14068
14069 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14070
14071 * gdb.compile/compile-ifunc.c: New file.
14072 * gdb.compile/compile-ifunc.exp: New file.
14073
14074 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14075
14076 * gdb.base/structs.exp: Check for correct struct on finish.
14077
14078 2015-02-26 Yao Qi <yao.qi@linaro.org>
14079
14080 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14081 is zero.
14082
14083 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14084
14085 * gdb.arch/cordic.ko.bz2: New file.
14086 * gdb.arch/cordic.ko.debug.bz2: New file.
14087 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14088
14089 2015-02-25 Yao Qi <yao.qi@linaro.org>
14090
14091 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14092 aarch64*-*-* target.
14093
14094 2015-02-23 Pedro Alves <palves@redhat.com>
14095
14096 * lib/gdb.exp (delete_breakpoints): Rewrite using
14097 gdb_test_multiple.
14098
14099 2015-02-23 Pedro Alves <palves@redhat.com>
14100
14101 * gdb.base/info-os.c: Include stdlib.h.
14102
14103 2015-02-22 Doug Evans <xdje42@gmail.com>
14104
14105 PR symtab/17855
14106 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14107 is read after symbols have been re-read.
14108 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14109 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14110
14111 2015-02-21 Doug Evans <dje@google.com>
14112
14113 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14114
14115 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14116
14117 PR corefiles/17808
14118 * gdb.arch/i386-biarch-core.core.bz2: New file.
14119 * gdb.arch/i386-biarch-core.exp: New file.
14120
14121 2015-02-21 Pedro Alves <palves@redhat.com>
14122
14123 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14124 runto_main fails.
14125
14126 2015-02-20 Pedro Alves <palves@redhat.com>
14127
14128 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14129 info probes.
14130
14131 2015-02-20 Pedro Alves <palves@redhat.com>
14132
14133 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14134
14135 2015-02-20 Pedro Alves <palves@redhat.com>
14136
14137 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14138 clean_restart before gdb_target_supports_trace.
14139
14140 2015-02-20 Pedro Alves <palves@redhat.com>
14141
14142 PR threads/18006
14143 * gdb.threads/clone-thread_db.c: New file.
14144 * gdb.threads/clone-thread_db.exp: New file.
14145
14146 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14147
14148 PR breakpoints/16812
14149 * gdb.base/catch-gdb-caused-signals.c: New file.
14150 * gdb.base/catch-gdb-caused-signals.exp: New file.
14151
14152 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14153
14154 * configure: Regenerated.
14155 * configure.ac: Use GDB_AC_TRANSFORM.
14156 * aclocal.m4: sinclude ../transform.m4.
14157
14158 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14159
14160 * lib/dtrace.exp: New file.
14161 * gdb.base/dtrace-probe.exp: Likewise.
14162 * gdb.base/dtrace-probe.d: Likewise.
14163 * gdb.base/dtrace-probe.c: Likewise.
14164 * lib/pdtrace.in: Likewise.
14165 * configure.ac: Output variables with the transformed names of
14166 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14167 * configure: Regenerated.
14168
14169 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14170
14171 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14172 expected message when trying to access $_probe_* convenience
14173 variables while not on a probe.
14174
14175 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14176
14177 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14178
14179 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14180
14181 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14182 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14183
14184 2015-02-10 Doug Evans <xdje42@gmail.com>
14185
14186 * lib/gdb.exp (gdb_load): Always return a result.
14187
14188 2015-02-10 Pedro Alves <palves@redhat.com>
14189
14190 * gdb.threads/signal-sigtrap.c: New file.
14191 * gdb.threads/signal-sigtrap.exp: New file.
14192
14193 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14194
14195 * gdb.trace/no-attach-trace.c: New file.
14196 * gdb.trace/no-attach-trace.exp: New file.
14197
14198 2015-02-09 Mark Wielaard <mjw@redhat.com>
14199
14200 * gdb.dwarf2/atomic.c: New file.
14201 * gdb.dwarf2/atomic-type.exp: Likewise.
14202
14203 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14204
14205 * gdb.btrace/buffer-size.exp: Update "info record" output.
14206 * gdb.btrace/delta.exp: Update "info record" output.
14207 * gdb.btrace/enable.exp: Update "info record" output.
14208 * gdb.btrace/finish.exp: Update "info record" output.
14209 * gdb.btrace/instruction_history.exp: Update "info record" output.
14210 * gdb.btrace/next.exp: Update "info record" output.
14211 * gdb.btrace/nexti.exp: Update "info record" output.
14212 * gdb.btrace/step.exp: Update "info record" output.
14213 * gdb.btrace/stepi.exp: Update "info record" output.
14214 * gdb.btrace/nohist.exp: Update "info record" output.
14215
14216 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14217
14218 * gdb.btrace/buffer-size: New.
14219
14220 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14221
14222 * gdb.btrace/delta.exp: Update "info record" output.
14223 * gdb.btrace/enable.exp: Update "info record" output.
14224 * gdb.btrace/finish.exp: Update "info record" output.
14225 * gdb.btrace/instruction_history.exp: Update "info record" output.
14226 * gdb.btrace/next.exp: Update "info record" output.
14227 * gdb.btrace/nexti.exp: Update "info record" output.
14228 * gdb.btrace/step.exp: Update "info record" output.
14229 * gdb.btrace/stepi.exp: Update "info record" output.
14230 * gdb.btrace/nohist.exp: Update "info record" output.
14231
14232 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14233
14234 PR gdb/15678
14235 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14236
14237 2015-02-06 Pedro Alves <palves@redhat.com>
14238
14239 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14240 macro.
14241 (seconds_left, again): New globals.
14242 (main): Wait seconds_left in a 1-second sleep loop instead of
14243 sleeping 180 seconds. If 'again' is set, reset the seconds
14244 counter.
14245 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14246 'again' in the inferior before detaching. Print the seconds left.
14247 (options): New global.
14248 (top level): Build program with -DTIMEOUT=$timeout.
14249
14250 2015-02-06 Pedro Alves <palves@redhat.com>
14251
14252 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14253 determine how many seconds to pass to 'alarm'.
14254 * gdb.base/gdb-sigterm.exp (top level): Build program with
14255 -DTIMEOUT=$timeout.
14256 (do_test): Return success/failure indication. Add more verbose
14257 logging. Don't fail if 200 single steps are seen. Instead, fail
14258 when the test times out.
14259 (passes): New global.
14260 (top level): Break the testing loop if testing fails on any
14261 iteration. Use gdb_assert.
14262
14263 2015-02-04 Don Breazeal <donb@codesourcery.com>
14264
14265 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14266 and initialize them.
14267 (ipc_cleanup): New function.
14268 (main): Don't declare shmid, semid, and msqid. Add a call to
14269 atexit so that we call ipc_cleanup on exit.
14270
14271 2015-02-04 Pedro Alves <palves@redhat.com>
14272
14273 * boards/native-extended-gdbserver.exp: Remove any target variant
14274 specifications from the board name before clearing the isremote
14275 flag from board_info.
14276
14277 2015-01-31 Doug Evans <xdje42@gmail.com>
14278
14279 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14280
14281 2015-01-31 Gary Benson <gbenson@redhat.com>
14282
14283 * gdb.base/completion.exp: Disable completion limiting for
14284 existing tests. Add new tests to check completion limiting.
14285 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14286
14287 2015-01-31 Doug Evans <xdje42@gmail.com>
14288
14289 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14290
14291 2015-01-31 Doug Evans <xdje42@gmail.com>
14292
14293 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14294 entries. Duplicate file section script entries.
14295 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14296 inlined entries. Add test for safe-path rejection.
14297 * gdb.python/py-section-script.c: Add duplicate inlined section script
14298 entries. Duplicate file section script entries.
14299 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14300 inlined entries. Add test for safe-path rejection.
14301
14302 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14303
14304 * gdb.ada/disc_arr_bound: New testcase.
14305
14306 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14307
14308 * gdb.ada/mi_var_array: New testcase.
14309
14310 2015-01-27 Doug Evans <dje@google.com>
14311
14312 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14313 Add test for objfile.filename, objfile.username after objfile
14314 has been unloaded.
14315
14316 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14317
14318 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14319 the second test to print the name attribute of value
14320 returned by the call to gdb.lookup_type, and adjust
14321 the expected output accordingly.
14322
14323 2015-01-25 Mark Wielaard <mjw@redhat.com>
14324
14325 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14326 * gdb.base/disp-step-fork.c: Include unistd.h.
14327 * gdb.base/siginfo-obj.c: Include stdio.h.
14328 * gdb.base/siginfo-thread.c: Likewise.
14329 * gdb.mi/non-stop.c: Include unistd.h.
14330 * gdb.mi/nsthrexec.c: Include stdio.h.
14331 * gdb.mi/pthreads.c: Include unistd.h.
14332 * gdb.modula2/unbounded1.c (main): Declare returns int.
14333 * gdb.reverse/consecutive-reverse.c: Likewise.
14334 * gdb.threads/create-fail.c: Include unistd.h.
14335 * gdb.threads/killed.c: Likewise.
14336 * gdb.threads/linux-dp.c: Likewise.
14337 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14338 * gdb.threads/non-ldr-exc-2.c: Likewise.
14339 * gdb.threads/non-ldr-exc-3.c: Likewise.
14340 * gdb.threads/non-ldr-exc-4.c: Likewise.
14341 * gdb.threads/pthreads.c: Include unistd.h.
14342 (main): Declare returns int.
14343 * gdb.threads/tls-main.c (foo): New declaration.
14344 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14345
14346 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14347
14348 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14349 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14350
14351 2015-01-15 Mark Wielaard <mjw@redhat.com>
14352
14353 * gdb.base/noreturn-return.c: New file.
14354 * gdb.base/noreturn-return.exp: New file.
14355 * gdb.base/noreturn-finish.c: New file.
14356 * gdb.base/noreturn-finish.exp: New file.
14357
14358 2015-01-23 Pedro Alves <palves@redhat.com>
14359
14360 * gdb.threads/continue-pending-after-query.c: New file.
14361 * gdb.threads/continue-pending-after-query.exp: New file.
14362
14363 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14364 Simon Marchi <simon.marchi@ericsson.com>
14365
14366 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14367 * gdb.base/valgrind-db-attach.exp: Same.
14368 * gdb.base/valgrind-infcall.exp: Same.
14369 * lib/mi-support.exp (default_mi_gdb_start): Same.
14370 * lib/prompt.exp (default_prompt_gdb_start): Same.
14371 * lib/gdb.exp (default_gdb_spawn): Same.
14372 (gdb_interact): New.
14373
14374
14375 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14376
14377 * gdb.compile/compile.exp (pointer to jit function): New test.
14378
14379 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14380
14381 * lib/gdb.exp (supports_process_record): Return true for
14382 powerpc*-*-linux*.
14383 (supports_reverse): Likewise.
14384
14385 2015-01-15 Don Breazeal <donb@codesourcery.com>
14386
14387 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14388 instead of checking whether the target board is remote and
14389 use spawn_wait_for_attach instead of exec/sleep.
14390 * gdb.base/attach-twice.exp: Likewise.
14391
14392 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14393
14394 * gdb.ada/var_arr_attrs: New testcase.
14395
14396 2015-01-14 Pedro Alves <palves@redhat.com>
14397 Joel Brobecker <brobecker@adacore.com>
14398
14399 PR gdb/17525
14400 * gdb.base/bp-cmds-execution-x-script.c: New file.
14401 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14402 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14403
14404 2015-01-14 Pedro Alves <palves@redhat.com>
14405
14406 PR cli/17828
14407 * gdb.base/batch-preserve-term-settings.c: New file.
14408 * gdb.base/batch-preserve-term-settings.exp: New file.
14409
14410 2015-01-13 Doug Evans <dje@google.com>
14411
14412 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14413 binary.
14414
14415 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14416
14417 * Makefile.in (clean mostlyclean): Do not delete *.py.
14418
14419 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14420
14421 * gdb.python/py-lookup-type.exp: New file.
14422
14423 2015-01-12 Pedro Alves <palves@redhat.com>
14424
14425 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14426 restore GDBFLAGS before returning.
14427
14428 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14429
14430 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14431 is_amd64_regs_target and is_x86_like_target.
14432
14433 2015-01-11 Doug Evans <xdje42@gmail.com>
14434
14435 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14436 is given without an explicit form.
14437 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14438 attributes.
14439 * gdb.dwarf/corrupt.exp: Ditto.
14440 * gdb.dwarf2/enum-type.exp: Ditto.
14441 * gdb.trace/entry-values.exp: Ditto.
14442 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14443
14444 2015-01-11 Doug Evans <xdje42@gmail.com>
14445
14446 PR gdb/15830
14447 * gdb.base/maint.exp: Remove references to "maint demangle".
14448 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14449 Add tests for explicitly specifying language to demangle.
14450 * gdb.dlang/demangle.exp: Ditto.
14451
14452 2015-01-09 Pedro Alves <palves@redhat.com>
14453
14454 * gdb.threads/non-stop-fair-events.c: New file.
14455 * gdb.threads/non-stop-fair-events.exp: New file.
14456
14457 2015-01-09 Pedro Alves <palves@redhat.com>
14458
14459 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14460 the global scope. Set a breakpoint after all threads are started
14461 rather than stepping over two source lines. Expect the prompt.
14462 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14463 global.
14464 (NUM): Now 15.
14465 (main): Use threads_started_barrier to wait for all threads to
14466 start. Main thread no longer calls thread_function. Exit after
14467 180 seconds.
14468 (loop): New function.
14469 (thread_function): Wait on threads_started_barrier barrier. Call
14470 'loop' at each iteration.
14471 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14472 threads have started, instead of hardcoding number of "next"
14473 steps. Use an access watchpoint instead of a write watchpoint.
14474
14475 2015-01-09 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14478 (thread_func): Wait on barrier.
14479 (main): Wait for all threads to start before stopping GDB.
14480 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14481 global.
14482 (thread1_func, thread2_func): Wait on barrier.
14483 (main): Wait for all threads to start before stopping GDB.
14484 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14485 New global.
14486 (thread1_func, thread2_func): Wait on barrier.
14487 (main): Wait for all threads to start before stopping GDB.
14488
14489 2015-01-09 Pedro Alves <palves@redhat.com>
14490
14491 * gdb.threads/attach-many-short-lived-threads.c: New file.
14492 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14493
14494 2014-01-09 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14497 instead of to thread 2.
14498 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14499 Add barrier around each pthread_create call instead of around all
14500 calls.
14501 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14502 Set a break on thread_function and have the child threads hit it
14503 one at at a time.
14504
14505 2015-01-09 Pedro Alves <palves@redhat.com>
14506
14507 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14508 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14509 false.
14510 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14511 checking whether the target board is remote.
14512 * gdb.multi/multi-attach.exp: Likewise.
14513 * gdb.python/py-sync-interp.exp: Likewise.
14514 * gdb.server/ext-attach.exp: Likewise.
14515 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14516 tests that need to attach, instead of checking whether the target
14517 board is remote at the top of the file.
14518
14519 2015-01-08 Yao Qi <yao@codesourcery.com>
14520
14521 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14522
14523 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14524
14525 Fix testcase compilation.
14526 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14527
14528 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14529
14530 * gdb.python/py-type.exp: Add a couple test about empty
14531 array creation, and negative-length array creation.
14532
14533 2015-01-02 Doug Evans <xdje42@gmail.com>
14534
14535 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14536
14537 2015-01-02 Doug Evans <dje@google.com>
14538
14539 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14540
14541 2014-12-29 Yao Qi <yao@codesourcery.com>
14542
14543 * gdb.trace/entry-values.exp: Update comments. Rename variable
14544 bar_call_foo to returned_from_foo.
14545
14546 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14547
14548 PR gdb/17394
14549 * gdb.linespec/break-asm-file.c: New file.
14550 * gdb.linespec/break-asm-file.exp: New file.
14551 * gdb.linespec/break-asm-file0.s: New file.
14552 * gdb.linespec/break-asm-file1.s: New file.
14553
14554 2014-12-18 Nigel Stephens <nigel@mips.com>
14555 Maciej W. Rozycki <macro@codesourcery.com>
14556
14557 * gdb.base/float.exp: Handle the new output from "info float" on
14558 MIPS targets.
14559
14560 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14561
14562 Fix MinGW compilation.
14563 * gdb.compile/compile-ops.exp: Update untested message if
14564 !skip_compile_feature_tests.
14565 * gdb.compile/compile-setjmp.exp: Likewise.
14566 * gdb.compile/compile-tls.exp: Likewise.
14567 * gdb.compile/compile.exp: Likewise.
14568 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14569 supported on this host".
14570
14571 2014-12-16 Doug Evans <xdje42@gmail.com>
14572
14573 * boards/stabs.exp: New file.
14574
14575 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14576
14577 * gdb.base/completion.exp: Adjust to format changes of "maint
14578 print user-registers".
14579
14580 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14581
14582 PR server/17457
14583 * gdb.arch/aarch64-fp.c: New file.
14584 * gdb.arch/aarch64-fp.exp: New file.
14585
14586 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14587
14588 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14589 r210637, r210913, r211666, r215400, r215817).
14590
14591 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14592 * dg-extract-results.py: New file.
14593 * dg-extract-results.sh: Use it if the environment seems
14594 suitable.
14595
14596 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14597
14598 * dg-extract-results.py (parse_run): Handle warnings that
14599 are printed before a test harness is run.
14600
14601 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14602
14603 * dg-extract-results.py (Named): Remove __cmp__ method.
14604 (output_variation): Use a key to sort variation.harnesses.
14605
14606 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14607
14608 * dg-extract-results.py: For Python 3, force sys.stdout to
14609 handle surrogate escape sequences.
14610 (safe_open): New function.
14611 (output_segment, main): Use it.
14612
14613 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14614
14615 * dg-extract-results.py (Prog.result_re): Include options
14616 in test name.
14617
14618 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14619
14620 * dg-extract-results.py (output_variation): Always sort if
14621 do_sum.
14622
14623 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14624
14625 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14626 as long as we get pagination notifications.
14627
14628 2014-12-15 Jason Merrill <jason@redhat.com>
14629
14630 * Makefile.in (check-gdb.%): Restore.
14631 * README: Mention it.
14632
14633 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14634
14635 * gdb.ada/str_uninit: New testcase.
14636
14637 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14638
14639 PR symtab/17642
14640 * gdb.base/vla-stub-define.c: New file.
14641 * gdb.base/vla-stub.c: New file.
14642 * gdb.base/vla-stub.exp: New file.
14643
14644 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14645 Jan Kratochvil <jan.kratochvil@redhat.com>
14646 Tom Tromey <tromey@redhat.com>
14647
14648 * configure.ac: Add gdb.compile/.
14649 * configure: Regenerate.
14650 * gdb.compile/Makefile.in: New file.
14651 * gdb.compile/compile-ops.exp: New file.
14652 * gdb.compile/compile-ops.c: New file.
14653 * gdb.compile/compile-tls.c: New file.
14654 * gdb.compile/compile-tls.exp: New file.
14655 * gdb.compile/compile-constvar.S: New file.
14656 * gdb.compile/compile-constvar.c: New file.
14657 * gdb.compile/compile-mod.c: New file.
14658 * gdb.compile/compile-nodebug.c: New file.
14659 * gdb.compile/compile-setjmp-mod.c: New file.
14660 * gdb.compile/compile-setjmp.c: New file.
14661 * gdb.compile/compile-setjmp.exp: New file.
14662 * gdb.compile/compile-shlib.c: New file.
14663 * gdb.compile/compile.c: New file.
14664 * gdb.compile/compile.exp: New file.
14665 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14666
14667 2014-12-12 Tom Tromey <tromey@redhat.com>
14668
14669 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14670 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14671
14672 2014-12-12 Doug Evans <dje@google.com>
14673
14674 * lib/gdb-python.exp (get_python_valueof): New function.
14675 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14676
14677 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14678
14679 * gdb.base/completion.exp: Add test for completion of "info
14680 registers ".
14681
14682 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14683
14684 * gdb.base/func-ptrs.c: New file.
14685 * gdb.base/func-ptrs.exp: New file.
14686
14687 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14688
14689 PR breakpoints/17012
14690 * gdb.base/dprintf-detach.c: New file.
14691 * gdb.base/dprintf-detach.exp: New file.
14692
14693 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14694
14695 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14696 * lib/gdb.exp (target_is_gdbserver): New procedure.
14697
14698 2014-12-08 Doug Evans <dje@google.com>
14699
14700 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14701
14702 2014-12-05 Yao Qi <yao@codesourcery.com>
14703
14704 * gdb.guile/scm-error.exp: Remove the third argument to
14705 gdb_remote_download.
14706 * gdb.guile/scm-frame-args.exp: Likewise.
14707 * gdb.guile/scm-section-script.exp: Likewise.
14708
14709 2014-12-05 Yao Qi <yao@codesourcery.com>
14710
14711 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14712
14713 2014-12-04 Doug Evans <dje@google.com>
14714
14715 * gdb.python/py-objfile.exp: Add tests for
14716 objfile.add_separate_debug_file.
14717
14718 2014-12-04 Doug Evans <dje@google.com>
14719
14720 * lib/gdb.exp (get_build_id): New function.
14721 (build_id_debug_filename_get): Rewrite to use it.
14722 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14723
14724 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14725
14726 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14727 `method(long)', not just 0x0.
14728 * gdb.cp/nsalias.exp: Align code labels to 4.
14729 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14730 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14731 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14732 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14733 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14734 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14735
14736 2014-12-02 Doug Evans <dje@google.com>
14737
14738 PR symtab/17602
14739 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14740 * gdb.cp/anon-ns2.cc: ... here. New file.
14741 * gdb.cp/anon-ns.exp: Update.
14742
14743 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14744
14745 * gdb.python/py-events.py (inferior_call_handler): New.
14746 (register_changed_handler, memory_changed_handler): New.
14747 (test_events.invoke): Register new handlers.
14748 * gdb.python/py-events.exp: Add tests for inferior call,
14749 memory_changed and register_changed events.
14750
14751 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14752
14753 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14754 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14755 if the linker doesn't understand this.
14756
14757 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14758
14759 * gdb.python/python.exp: Change expected reply to help().
14760
14761 2014-12-01 Yao Qi <yao@codesourcery.com>
14762
14763 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14764 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14765 * configure: Re-generated.
14766
14767 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14768
14769 * gdb.cp/chained-calls.cc: New file.
14770 * gdb.cp/chained-calls.exp: New file.
14771 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14772
14773 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14774
14775 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14776 * gdb.dwarf2/symtab-producer.exp: Same.
14777 * gdb.gdb/python-interrupts.exp: Same.
14778 * gdb.gdb/python-selftest.exp: Same.
14779 * gdb.python/py-linetable.exp: Same.
14780 * gdb.python/py-type.exp: Same.
14781 * gdb.python/py-value-cc.exp: Same.
14782 * gdb.python/py-value.exp: Same.
14783
14784 2014-11-28 Yao Qi <yao@codesourcery.com>
14785
14786 * gdb.base/break-probes.exp: Match library name prefixed with
14787 sysroot.
14788
14789 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14790
14791 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14792 test expected output. Add parentheses for the call to print.
14793 Remove L suffix from integers.
14794
14795 2014-11-26 Doug Evans <dje@google.com>
14796
14797 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14798
14799 2014-11-22 Yao Qi <yao@codesourcery.com>
14800
14801 * gdb.trace/entry-values.c: Remove asms.
14802 (foo): Add foo_label.
14803 (bar): Add bar_label.
14804 * gdb.trace/entry-values.exp: Remove code computing foo's
14805 length and bar's length.
14806 (Dwarf::assemble): Invoke function_range for bar and use
14807 MACRO_AT_func for foo.
14808
14809 2014-11-22 Yao Qi <yao@codesourcery.com>
14810
14811 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14812 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14813 Use .Lgcc43_procstart instead of gcc43.
14814
14815 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14816
14817 * gdb.ada/n_arr_bound: New testcase.
14818
14819 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14820
14821 PR breakpoints/10737
14822 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14823 test_catch_syscall_multi_arch.
14824 (test_catch_syscall_multi_arch): New function.
14825
14826 2014-11-20 Doug Evans <xdje42@gmail.com>
14827
14828 * gdb.base/maint.exp: Update expected output.
14829
14830 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14831
14832 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14833 4-byte instruction on S390.
14834
14835 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14836
14837 * gdb.ada/arr_arr: New testcase.
14838
14839 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14840
14841 * gdb.ada/pkd_arr_elem: New Testcase.
14842
14843 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14844
14845 * gdb.reverse/break-precsave: Expect completion message for
14846 core file reads.
14847 * gdb.reverse/consecutive-precsave.exp: Likewise.
14848 * gdb.reverse/finish-precsave.exp: Likewise.
14849 * gdb.reverse/i386-precsave.exp: Likewise.
14850 * gdb.reverse/machinestate-precsave.exp: Likewise.
14851 * gdb.reverse/sigall-precsave.exp: Likewise.
14852 * gdb.reverse/solib-precsave.exp: Likewise.
14853 * gdb.reverse/step-precsave.exp: Likewise.
14854 * gdb.reverse/until-precsave.exp: Likewise.
14855 * gdb.reverse/watch-precsave.exp: Likewise.
14856
14857 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14858
14859 * gdb.base/bp-permanent.c: Include unistd.h.
14860 * gdb.python/py-framefilter-mi.c (main): Add return type.
14861 * gdb.python/py-framefilter.c (main): Likewise.
14862 * gdb.trace/actions-changed.c (main): Likewise.
14863
14864 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14865
14866 * gdb.mi/until.c: Add eye-catchers.
14867 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14868 line numbers.
14869
14870 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14871
14872 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14873 function header variants in break1.c.
14874 * gdb.base/ena-dis-br.exp: Likewise.
14875 * gdb.base/hbreak2.exp: Likewise.
14876 * gdb.reverse/until-precsave.exp: Drop references to removed
14877 non-prototype function header variants in ur1.c.
14878 * gdb.reverse/until-reverse.exp: Likewise.
14879
14880 2014-11-17 Petr Machata <pmachata@redhat.com>
14881
14882 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14883 ${_cu_offset_size} bytes abbrev offset.
14884
14885 2014-11-15 Doug Evans <xdje42@gmail.com>
14886
14887 PR symtab/17559
14888 * gdb.base/line-symtabs.exp: New file.
14889 * gdb.base/line-symtabs.c: New file.
14890 * gdb.base/line-symtabs.h: New file.
14891
14892 2014-11-14 Yao Qi <yao@codesourcery.com>
14893
14894 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14895 (func): Add label func_label.
14896 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14897 Replace low_pc and high_pc with MACRO_AT_range.
14898 Replace name, low_pc and high_pc with MACRO_AT_func.
14899
14900 2014-11-14 Yao Qi <yao@codesourcery.com>
14901
14902 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14903 Replace name, low_pc and high_pc with MACRO_AT_func.
14904
14905 2014-11-14 Yao Qi <yao@codesourcery.com>
14906
14907 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14908 produce debug information.
14909 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14910
14911 2014-11-14 Yao Qi <yao@codesourcery.com>
14912
14913 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14914 object and get function length.
14915 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14916 with MACRO_AT_func.
14917 (top-level): Replace gdb_compile and clean_restart with
14918 prepare_for_testing.
14919 * gdb.dwarf2/main.c (main): Add label main_label.
14920
14921 2014-11-14 Yao Qi <yao@codesourcery.com>
14922
14923 * lib/dwarf.exp (function_range): New procedure.
14924 (Dwarf::_handle_macro_at_func): New procedure.
14925 (Dwarf::_handle_macro_at_range): New procedure.
14926 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14927
14928 2014-11-14 Yao Qi <yao@codesourcery.com>
14929
14930 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14931 (_handle_attribute): New procedure.
14932
14933 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14934
14935 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14936 * gdb.base/call-sc.c (zed): Likewise.
14937 * gdb.base/checkpoint.c (main): Likewise.
14938 * gdb.base/dump.c (main): Likewise.
14939 * gdb.base/gcore.c (main): Likewise.
14940 * gdb.base/huge.c (main): Likewise.
14941 * gdb.base/multi-forks.c (main): Likewise.
14942 * gdb.base/pr10179-a.c (main): Likewise.
14943 * gdb.base/savedregs.c (main): Likewise.
14944 * gdb.base/sigaltstack.c (main): Likewise.
14945 * gdb.base/siginfo.c (main): Likewise.
14946 * gdb.base/structs.c (zed): Likewise.
14947 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14948 * gdb.mi/mi-syn-frame.c (main): Likewise.
14949 * gdb.mi/until.c (foo, main): Likewise.
14950 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14951 * gdb.base/solib-weak.c (foo): Declare.
14952 * gdb.base/attach-twice.c: Include stdio.h.
14953 * gdb.base/weaklib1.c: Likewise.
14954 * gdb.base/weaklib2.c: Likewise.
14955 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14956 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14957 unistd.h.
14958 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14959 * gdb.mi/mi-exit-code.c: Likewise.
14960 * gdb.base/break-interp-lib.c: Include string.h.
14961 * gdb.base/coremaker.c: Likewise.
14962 * gdb.base/testenv.c: Likewise.
14963 * gdb.python/py-finish-breakpoint.c: Likewise.
14964 * gdb.base/inferior-died.c: Include sys/wait.h.
14965 * gdb.base/fileio.c: Include time.h.
14966 * gdb.base/async-shell.c: Include unistd.h.
14967 * gdb.base/dprintf-non-stop.c: Likewise.
14968 * gdb.base/info-os.c: Likewise.
14969 * gdb.mi/mi-console.c: Likewise.
14970 * gdb.mi/watch-nonstop.c: Likewise.
14971 * gdb.python/py-events.c: Likewise.
14972 * gdb.base/async.c (baz): Move up before its invocation.
14973 * gdb.base/code_elim2.c (my_global_func): Likewise.
14974 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14975 * gdb.base/advance.c (func2): Likewise.
14976
14977 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14978
14979 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14980 variant.
14981 * gdb.base/annota3.c: Likewise.
14982 * gdb.base/async.c: Likewise.
14983 * gdb.base/average.c: Likewise.
14984 * gdb.base/call-ar-st.c: Likewise.
14985 * gdb.base/call-rt-st.c: Likewise.
14986 * gdb.base/call-sc.c: Likewise.
14987 * gdb.base/call-strs.c: Likewise.
14988 * gdb.base/ending-run.c: Likewise.
14989 * gdb.base/execd-prog.c: Likewise.
14990 * gdb.base/exprs.c: Likewise.
14991 * gdb.base/foll-exec.c: Likewise.
14992 * gdb.base/foll-fork.c: Likewise.
14993 * gdb.base/foll-vfork.c: Likewise.
14994 * gdb.base/funcargs.c: Likewise.
14995 * gdb.base/gcore.c: Likewise.
14996 * gdb.base/jump.c: Likewise.
14997 * gdb.base/langs0.c: Likewise.
14998 * gdb.base/langs1.c: Likewise.
14999 * gdb.base/langs2.c: Likewise.
15000 * gdb.base/mips_pro.c: Likewise.
15001 * gdb.base/nodebug.c: Likewise.
15002 * gdb.base/opaque0.c: Likewise.
15003 * gdb.base/opaque1.c: Likewise.
15004 * gdb.base/recurse.c: Likewise.
15005 * gdb.base/run.c: Likewise.
15006 * gdb.base/scope0.c: Likewise.
15007 * gdb.base/scope1.c: Likewise.
15008 * gdb.base/setshow.c: Likewise.
15009 * gdb.base/setvar.c: Likewise.
15010 * gdb.base/shmain.c: Likewise.
15011 * gdb.base/shr1.c: Likewise.
15012 * gdb.base/shr2.c: Likewise.
15013 * gdb.base/sigall.c: Likewise.
15014 * gdb.base/signals.c: Likewise.
15015 * gdb.base/so-indr-cl.c: Likewise.
15016 * gdb.base/solib2.c: Likewise.
15017 * gdb.base/structs.c: Likewise.
15018 * gdb.base/sum.c: Likewise.
15019 * gdb.base/vforked-prog.c: Likewise.
15020 * gdb.base/watchpoint.c: Likewise.
15021 * gdb.reverse/shr2.c: Likewise.
15022 * gdb.reverse/until-reverse.c: Likewise.
15023 * gdb.reverse/ur1.c: Likewise.
15024 * gdb.reverse/watch-reverse.c: Likewise.
15025
15026 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15027
15028 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15029 variant.
15030 * gdb.base/sepdebug.exp: Drop references to removed code.
15031
15032 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15033
15034 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15035 variant. Preserve original line numbering.
15036 * gdb.base/list1.c: Likewise.
15037
15038 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15039
15040 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15041 variant.
15042 * gdb.base/break1.c: Likewise.
15043 * gdb.base/break.exp: Drop references to removed code.
15044
15045 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15046
15047 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15048 variant.
15049
15050 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15051
15052 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15053
15054 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15055
15056 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15057 logic into perform_all_tests() and invoke it with and without
15058 function header prototypes.
15059 (do_function_calls): Remove conditional XFAIL for PR 5318.
15060 (rerun_and_prepare): Remove duplicate code.
15061 (perform_all_tests): New. Main logic moved here.
15062
15063 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15064
15065 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15066 code guarded by #ifdef NO_PROTOTYPES.
15067 (t_double_many_args): Likewise.
15068 (DEF_FUNC_MANY_ARGS_1): Likewise.
15069 (DEF_FUNC_VALUES_1): Likewise.
15070 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15071 guarded by #ifdef PROTOTYPES.
15072
15073 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15074
15075 * gdb.mi/mi-console.c: Add eye-catcher.
15076 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15077 instead of literal line number.
15078
15079 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15080
15081 * gdb.base/shr2.c: Add eye-catcher.
15082 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15083 line number.
15084
15085 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15086
15087 * gdb.base/jump.c: Add eye-catchers.
15088 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15089 numbers.
15090
15091 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15092
15093 * gdb.base/execd-prog.c: Add eye-catchers.
15094 * gdb.base/foll-exec.c: Likewise.
15095 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15096 line numbers.
15097
15098 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15099
15100 * gdb.base/ending-run.c: Add eye-catchers.
15101 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15102 literal line numbers.
15103
15104 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15105
15106 * gdb.base/call-rt-st.c: Add eye-catchers.
15107 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15108 literal line numbers.
15109
15110 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15111
15112 * gdb.base/call-ar-st.c: Add eye-catchers.
15113 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15114 literal line numbers.
15115
15116 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15117
15118 * gdb.base/average.c: Add eye-catchers.
15119 * gdb.base/sum.c: Likewise.
15120 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15121 regexps dynamically.
15122
15123 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15124
15125 * gdb.base/solib1.c: Add eye-catchers.
15126 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15127 literal line numbers.
15128
15129 2014-11-12 Pedro Alves <palves@redhat.com>
15130
15131 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15132 leader has exited.
15133
15134 2014-11-12 Pedro Alves <palves@redhat.com>
15135
15136 * gdb.arch/i386-bp_permanent.c: New file.
15137 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15138 (srcfile): Set to i386-bp_permanent.c.
15139 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15140 that stepi does not execute the 'leave' instruction, instead of
15141 testing it does execute.
15142 * gdb.base/bp-permanent.c: New file.
15143 * gdb.base/bp-permanent.exp: New file.
15144
15145 2014-11-10 Doug Evans <xdje42@gmail.com>
15146
15147 PR symtab/17564
15148 * gdb.base/symtab-search-order.exp: New file.
15149 * gdb.base/symtab-search-order.c: New file.
15150 * gdb.base/symtab-search-order-1.c: New file.
15151 * gdb.base/symtab-search-order-shlib-1.c: New file.
15152
15153 2014-11-07 Pedro Alves <palves@redhat.com>
15154
15155 PR gdb/17511
15156 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15157 i?86-*-linux*.
15158
15159 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15160
15161 PR c++/17494
15162 * gdb.cp/pr17494.cc: New file.
15163 * gdb.cp/pr17494.exp: New file.
15164
15165 2014-11-02 Yao Qi <yao@codesourcery.com>
15166
15167 * gdb.python/python.exp: Get working directory and match the
15168 output of "set extended-prompt \\w " with it.
15169
15170 2014-10-30 Doug Evans <dje@google.com>
15171
15172 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15173 in objfiles.
15174 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15175 in progspaces.
15176
15177 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15178
15179 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15180 * gdb.base/realname-expand.exp: Likewise.
15181 * gdb.linespec/macro-relative.exp: Likewise.
15182
15183 2014-10-29 Pedro Alves <palves@redhat.com>
15184
15185 PR gdb/17408
15186 * gdb.threads/schedlock.c (some_function): New function.
15187 (call_function): New global.
15188 (MAYBE_CALL_SOME_FUNCTION): New macro.
15189 (thread_function): Call it.
15190 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15191 and use it instead of a global counter. Adjust all callers.
15192 (get_current_thread): Use "find current thread" for test message
15193 here rather than having all callers pass down the same string.
15194 (goto_loop): New procedure, factored out from ...
15195 (my_continue): ... this.
15196 (step_ten_loops): Change parameter from test message to command to
15197 use. Adjust.
15198 (list_count): Delete global.
15199 (check_result): New procedure, factored out from duplicate top
15200 level code.
15201 (continue tests): Wrap in with_test_prefix.
15202 (test_step): New procedure, factored out from duplicate top level
15203 code.
15204 (top level): Test "step" in combination with all scheduler-locking
15205 modes. Test "next" in combination with all scheduler-locking
15206 modes, and in combination with stepping over a function call or
15207 not.
15208 * gdb.threads/next-bp-other-thread.c: New file.
15209 * gdb.threads/next-bp-other-thread.exp: New file.
15210
15211 2014-10-29 Pedro Alves <palves@redhat.com>
15212
15213 PR python/17372
15214 * gdb.python/python.exp: Test a multi-line command that spawns
15215 interactive Python.
15216 * gdb.base/multi-line-starts-subshell.exp: New file.
15217
15218 2014-10-29 Yao Qi <yao@codesourcery.com>
15219
15220 * gdb.base/fileio.exp: Make directories on host.
15221
15222 2014-10-29 Yao Qi <yao@codesourcery.com>
15223
15224 * gdb.base/fileio.c (test_write): Close the file.
15225
15226 2014-10-28 Pedro Alves <palves@redhat.com>
15227
15228 PR gdb/12623
15229 * gdb.base/sigstep.c (no_handler): New global.
15230 (main): If 'no_handler is true, set the signal handlers to
15231 SIG_IGN.
15232 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15233 with_sw_watch and no_handler parameters. Handle them.
15234 (top level) <stepping over handler when stopped at a breakpoint
15235 test>: Add a test axis for testing with a software watchpoint, and
15236 another for testing with the signal handler set to SIG_IGN.
15237 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15238 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15239
15240 2014-10-28 Pedro Alves <palves@redhat.com>
15241
15242 PR gdb/17511
15243 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15244 * gdb.base/sigstep.exp (other_handler_location): New global.
15245 (advance): Support stepping into the signal handler, and running
15246 commands while in the handler.
15247 (in_handler_map): New global.
15248 (top level): In the advance test, add combinations for getting
15249 into the handler with stepping commands, and for running commands
15250 in the handler. Add comment descripting the advancei tests.
15251
15252 2014-10-28 Pedro Alves <palves@redhat.com>
15253
15254 * gdb.base/sigstep.exp: Use build_executable instead of
15255 prepare_for_testing.
15256 (top level): Move code that starts GDB, runs to main and creates a
15257 display to ...
15258 (restart): ... this new procedure.
15259 (top level): Move backtrace from signal handler test to ...
15260 (validate_backtrace): ... this new procedure.
15261 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15262 with_test_prefix. Always restart GDB.
15263 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15264 with_test_prefix. Always restart GDB. No need to delete
15265 breakpoints after the test.
15266 (test_skip_handler): Remove prefix parameter.
15267 (skip_over_handler, breakpoint_to_handler)
15268 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15269 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15270 restart GDB. No need to delete breakpoints after the test.
15271 (top level): Use foreach to call the test procedures with
15272 different commands.
15273
15274 2014-10-28 Pedro Alves <palves@redhat.com>
15275
15276 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15277 instead of GNATS numbers.
15278 * gdb.base/sigbpt.exp: Likewise.
15279 * gdb.base/siginfo.exp: Likewise.
15280 * gdb.base/sigstep.exp: Likewise.
15281
15282 2014-10-27 Pedro Alves <palves@redhat.com>
15283
15284 * gdb.base/sigstep.c (dummy): New global.
15285 (main): Issue a couple writes to the new global.
15286 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15287 procedures.
15288 (skip_over_handler): Use test_skip_handler.
15289 (top level): Call skip_over_handler for stepi and nexti too.
15290 (breakpoint_over_handler): Use test_skip_handler.
15291 (top level): Call breakpoint_over_handler for stepi and nexti too.
15292
15293 2014-10-27 Yao Qi <yao@codesourcery.com>
15294
15295 * gdb.trace/tfile.c (adjust_function_address)
15296 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15297 function descriptor.
15298
15299 2014-10-24 Don Breazeal <donb@codesourcery.com>
15300
15301 * gdb.base/foll-fork.exp (test_follow_fork,
15302 catch_fork_child_follow): Check for updated fork messages emitted
15303 from infrun.c.
15304 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15305 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15306 vfork_and_exec_child_follow_through_step): Check for updated vfork
15307 messages emitted from infrun.c.
15308
15309 2014-10-24 Pedro Alves <palves@redhat.com>
15310
15311 * gdb.base/corefile.exp: Remove references to ultrix.
15312 * gdb.base/interrupt.exp: Likewise.
15313 * gdb.base/whatis.exp: Likewise.
15314 * gdb.gdb/selftest.exp: Likewise.
15315 * gdb.threads/manythreads.exp: Likewise.
15316 * gdb.threads/print-threads.exp: Likewise.
15317 * gdb.threads/pthreads.exp:: Likewise.
15318 * gdb.threads/schedlock.exp: Likewise.
15319
15320 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15321
15322 * gdb.cp/non-trivial-retval.cc: Add a test case.
15323 * gdb.cp/non-trivial-retval.exp: Add a test.
15324
15325 2014-10-20 Yao Qi <yao@codesourcery.com>
15326
15327 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15328 * gdb.python/py-objfile-script-gdb.py: New file.
15329 * gdb.python/py-objfile-script.exp: Update reference to
15330 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15331 of remote_download. Remove the dest file.
15332
15333 2014-10-20 Yao Qi <yao@codesourcery.com>
15334
15335 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15336 * gdb.base/step-line.exp: Likewise.
15337 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15338 * gdb.dwarf2/dw2-basic.exp: Likewise.
15339 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15340 * gdb.dwarf2/dw2-filename.exp: Likewise.
15341 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15342 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15343 * gdb.dwarf2/dw2-producer.exp: Likewise.
15344 * gdb.dwarf2/mac-fileno.exp: Likewise.
15345 * gdb.python/py-frame-args.exp: Likewise.
15346 * gdb.python/py-framefilter.exp: Likewise.
15347 * gdb.python/py-mi.exp: Likewise.
15348 * gdb.python/py-objfile-script.exp: Likewise
15349 * gdb.python/py-pp-integral.exp: Likewise.
15350 * gdb.python/py-pp-re-notag.exp: Likewise.
15351 * gdb.python/py-prettyprint.exp: Likewise.
15352 * gdb.python/py-section-script.exp: Likewise.
15353 * gdb.python/py-typeprint.exp: Likewise.
15354 * gdb.python/py-xmethods.exp: Likewise.
15355 * gdb.stabs/weird.exp: Likewise.
15356 * gdb.xml/tdesc-regs.exp: Likewise.
15357
15358 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15359
15360 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15361 (out_cu): Use addr_len for the size of addresses.
15362 (out_line): Likewise. Size DW_LNE_set_address instruction
15363 according to addr_len.
15364 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15365 (FUNC): Add START_INSNS to definition.
15366
15367 2014-10-18 Yao Qi <yao@codesourcery.com>
15368
15369 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15370 gdb_has_argv0 return true.
15371 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15372 check [target_info exists noargs], check [gdb_has_argv0]
15373 instead.
15374 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15375 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15376 procedures.
15377
15378 2014-10-17 Doug Evans <dje@google.com>
15379
15380 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15381 event.
15382 * gdb.python/py-events.py: Add clear_objfiles event.
15383
15384 2014-10-17 Doug Evans <dje@google.com>
15385
15386 * gdb.python/py-objfile.exp: Test progspace attribute.
15387
15388 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15389
15390 * gdb.guile/scm-breakpoint.exp: Do not assume any
15391 directory separators when matching source file paths.
15392 * gdb.python/py-breakpoint.exp: Likewise.
15393 * gdb.reverse/break-precsave.exp: Likewise.
15394 * gdb.reverse/break-reverse.exp: Likewise.
15395 * gdb.reverse/consecutive-precsave.exp: Likewise.
15396 * gdb.reverse/finish-precsave.exp: Likewise.
15397 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15398 * gdb.reverse/finish-reverse.exp: Likewise.
15399 * gdb.reverse/i386-precsave.exp: Likewise.
15400 * gdb.reverse/i387-env-reverse.exp: Likewise.
15401 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15402 * gdb.reverse/machinestate-precsave.exp: Likewise.
15403 * gdb.reverse/machinestate.exp: Likewise.
15404 * gdb.reverse/sigall-precsave.exp: Likewise.
15405 * gdb.reverse/solib-precsave.exp: Likewise.
15406 * gdb.reverse/step-precsave.exp: Likewise.
15407 * gdb.reverse/until-precsave.exp: Likewise.
15408 * gdb.reverse/watch-precsave.exp: Likewise.
15409 * gdb.reverse/watch-reverse.exp: Likewise.
15410
15411 2014-10-17 Yao Qi <yao@codesourcery.com>
15412
15413 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15414 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15415
15416 2014-10-17 Pedro Alves <palves@redhat.com>
15417
15418 PR gdb/17471
15419 * gdb.base/bg-execution-repeat.c: New file.
15420 * gdb.base/bg-execution-repeat.exp: New file.
15421
15422 2014-10-17 Pedro Alves <palves@redhat.com>
15423
15424 PR gdb/17300
15425 * gdb.base/continue-all-already-running.c: New file.
15426 * gdb.base/continue-all-already-running.exp: New file.
15427
15428 2014-10-17 Pedro Alves <palves@redhat.com>
15429
15430 PR gdb/17472
15431 * gdb.base/annota-input-while-running.c: New file.
15432 * gdb.base/annota-input-while-running.exp: New file.
15433
15434 2014-10-17 Pedro Alves <palves@redhat.com>
15435
15436 * gdb.base/callfuncs.exp: emove references to osf.
15437 * gdb.base/sigall.exp: Likewise.
15438 * gdb.gdb/selftest.exp: Likewise.
15439 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15440 * gdb.mi/non-stop.c: Likewise.
15441 * gdb.mi/pthreads.c: Likewise.
15442 * gdb.reverse/sigall-precsave.exp: Likewise.
15443 * gdb.reverse/sigall-reverse.exp: Likewise.
15444 * gdb.threads/pthreads.c: Likewise.
15445 * gdb.threads/pthreads.exp: Likewise.
15446
15447 2014-10-17 Yao Qi <yao@codesourcery.com>
15448
15449 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15450 check 'target_info exists noargs'.
15451 (test_command_prompt_position): Likewise.
15452 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15453 Remove "set args".
15454 (progvar_simple_while_test): Likewise.
15455 (progvar_complex_if_while_test): Likewise.
15456 (if_while_breakpoint_command_test): Likewise.
15457 (infrun_breakpoint_command_test): Likewise.
15458 (breakpoint_command_test): Likewise.
15459 (watchpoint_command_test): Likewise.
15460 (bp_deleted_in_command_test): Likewise.
15461 (temporary_breakpoint_commands): Likewise.
15462
15463 2014-10-16 Yao Qi <yao@codesourcery.com>
15464
15465 * gdb.base/remotetimeout.exp: Remove noargs checking.
15466
15467 2014-10-15 Pedro Alves <palves@redhat.com>
15468
15469 PR breakpoints/9649
15470 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15471 * gdb.base/breakpoint-in-ro-region.exp
15472 (probe_target_hardware_step): New procedure.
15473 (top level): Probe hardware stepping and hardware breakpoint
15474 support. Test stepping through a read-only region, with both
15475 "breakpoint auto-hw" on and off and both "always-inserted" on and
15476 off.
15477
15478 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15479
15480 * gdb.dlang/demangle.exp: Update for demangling changes.
15481
15482 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15483
15484 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15485 * gdb.cp/non-trivial-retval.exp: Add new tests.
15486
15487 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15488
15489 PR c++/13403
15490 PR c++/15154
15491 * gdb.cp/non-trivial-retval.cc: New file.
15492 * gdb.cp/non-trivial-retval.exp: New file.
15493
15494 2014-10-15 Yao Qi <yao@codesourcery.com>
15495
15496 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15497 remote host.
15498
15499 2014-10-15 Yao Qi <yao@codesourcery.com>
15500
15501 * gdb.python/py-symbol.exp: Match file base name if host is
15502 remote, otherwise match file name with dir name.
15503 * gdb.python/py-symtab.exp: Likewise.
15504 * gdb.python/python.exp: Likewise.
15505
15506 2014-10-15 Yao Qi <yao@codesourcery.com>
15507
15508 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15509 pattern.
15510 * gdb.python/py-symtab.exp: Likewise.
15511 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15512 locationn.
15513
15514 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15515
15516 * gdb.ada/addr_arith: New testcase.
15517
15518 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15519
15520 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15521 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15522 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15523 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15524
15525 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15526
15527 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15528 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15529 * gdb.arch/stap-eval-lang-ada.exp: New file.
15530
15531 2014-10-14 Yao Qi <yao@codesourcery.com>
15532
15533 * gdb.mi/mi-var-child.c (nothing1): New function.
15534 (nothing2): New function.
15535 (do_children_tests): Set function pointers by nothing1 and
15536 nothing2.
15537 * gdb.mi/mi-var-child.exp: Step over new added statements.
15538 Update test to match the new output.
15539 * gdb.mi/var-cmd.c (nothing1): New function.
15540 (nothing2): New function.
15541 (do_children_tests): Set function pointers by nothing1 and
15542 nothing2.
15543 * gdb.mi/mi-var-display.exp: Update test to match output.
15544 Step to the line specified by $line_dct_nothing.
15545 Increase the number of lines to step.
15546
15547 2014-10-14 Yao Qi <yao@codesourcery.com>
15548
15549 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15550 tests.
15551 * gdb.mi/mi2-var-child.exp: Likewise.
15552
15553 2014-10-13 Doug Evans <dje@google.com>
15554
15555 * gdb.python/py-objfile.exp: Change name of file name test.
15556
15557 2014-10-13 Doug Evans <dje@google.com>
15558
15559 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15560 from the start of the CU.
15561
15562 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15563 Yao Qi <yao@codesourcery.com>
15564
15565 Fix "save breakpoints" for "catch" command.
15566 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15567 Remove -nonewline. Match also the added "main" line.
15568
15569 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15570
15571 Fix "save breakpoints" for "disable $bpnum" command.
15572 * gdb.base/save-bp.c (main): Add label.
15573 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15574
15575 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15576
15577 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15578
15579 2014-10-11 Yao Qi <yao@codesourcery.com>
15580
15581 * gdb.server/server-kill.exp: Execute command
15582 "set remote trace-status-packet on" before "tstatus".
15583
15584 2014-10-11 Yao Qi <yao@codesourcery.com>
15585
15586 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15587 (main): Call getppid.
15588 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15589 and continue to it. Read variable "server_pid".
15590
15591 2014-10-11 Yao Qi <yao@codesourcery.com>
15592
15593 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15594
15595 2014-10-11 Yao Qi <yao@codesourcery.com>
15596
15597 * gdb.threads/thread-find.exp: Don't execute command
15598 "info threads".
15599 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15600 * gdb.threads/linux-dp.exp: Don't check the condition
15601 $threads_created equals to zero.
15602
15603 2014-10-10 Pedro Alves <palves@redhat.com>
15604
15605 * gdb.base/bigcore.exp: Remove references to IRIX.
15606 * gdb.base/funcargs.exp: Likewise.
15607 * gdb.base/interrupt.exp: Likewise.
15608 * gdb.base/mips_pro.exp: Likewise.
15609 * gdb.base/nodebug.exp: Likewise.
15610 * gdb.base/setvar.exp: Likewise.
15611 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15612
15613 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15614 Pedro Alves <palves@redhat.com>
15615
15616 PR symtab/14466
15617 * gdb.base/vdso-warning.c: New file.
15618 * gdb.base/vdso-warning.exp: New file.
15619
15620 2014-10-02 Doug Evans <dje@google.com>
15621
15622 * gdb.base/structs.c (main): Don't run forever.
15623
15624 2014-10-02 Pedro Alves <palves@redhat.com>
15625
15626 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15627 (top level) <stop threads 1, stop threads 2>: Use it.
15628
15629 2014-10-02 Pedro Alves <palves@redhat.com>
15630
15631 * gdb.threads/break-while-running.exp (test): Add new
15632 'update_thread_list' argument. Skip "info threads" if false.
15633 (top level): Add new 'update_thread_list' axis.
15634
15635 2014-10-02 Pedro Alves <palves@redhat.com>
15636
15637 PR breakpoints/17431
15638 * gdb.base/execl-update-breakpoints.c: New file.
15639 * gdb.base/execl-update-breakpoints.exp: New file.
15640
15641 2014-10-01 Pedro Alves <palves@redhat.com>
15642
15643 * gdb.base/breakpoint-in-ro-region.c: New file.
15644 * gdb.base/breakpoint-in-ro-region.exp: New file.
15645
15646 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15647
15648 * gdb.mi/mi-exit-code.exp: New file.
15649 * gdb.mi/mi-exit-code.c: New file.
15650
15651 2014-09-30 Yao Qi <yao@codesourcery.com>
15652
15653 * lib/prelink-support.exp (build_executable_own_libs): Error if
15654 the target isn't native.
15655
15656 2014-09-30 Yao Qi <yao@codesourcery.com>
15657
15658 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15659 false.
15660
15661 2014-09-22 Pedro Alves <palves@redhat.com>
15662
15663 * gdb.threads/break-while-running.exp: New file.
15664 * gdb.threads/break-while-running.c: New file.
15665
15666 2014-09-19 Yao Qi <yao@codesourcery.com>
15667
15668 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15669 Invoke test. Restart GDB with --readnow and invoke test again.
15670
15671 2014-09-19 Yao Qi <yao@codesourcery.com>
15672
15673 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15674 proc set_breakpoint_on_gcd_function. Invoke
15675 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15676 invoke set_breakpoint_on_gcd_function again.
15677
15678 2014-09-18 Doug Evans <dje@google.com>
15679
15680 * gdb.dwarf2/symtab-producer.exp: New file.
15681
15682 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15683
15684 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15685 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15686 * gdb.base/global-var-nested-by-dso.c: Likewise.
15687 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15688
15689 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15690 Pedro Alves <palves@redhat.com>
15691
15692 * gdb.base/watch-bitfields.exp: Pass string other than test file
15693 name to prepare_for_testing.
15694 (watch): New procedure.
15695 (expect_watchpoint): Use with_test_prefix.
15696 (top level): Factor out tests to ...
15697 (test_watch_location, test_regular_watch): ... these new
15698 procedures, and use with_test_prefix and gdb_continue_to_end.
15699
15700 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15701
15702 PR breakpoints/12526
15703 * gdb.base/watch-bitfields.exp: New file.
15704 * gdb.base/watch-bitfields.c: New file.
15705
15706 2014-09-16 Pedro Alves <palves@redhat.com>
15707
15708 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15709 software and hardware addresses, not software address against
15710 itself.
15711
15712 2014-09-16 Pedro Alves <palves@redhat.com>
15713
15714 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15715 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15716
15717 2014-09-16 Pedro Alves <palves@redhat.com>
15718
15719 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15720 files.
15721 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15722 "*-*-vxworks*" throughout.
15723 * gdb.base/break.exp: Likewise.
15724 * gdb.base/default.exp: Likewise.
15725 * gdb.base/scope.exp: Likewise.
15726 * gdb.base/sepdebug.exp: Likewise.
15727 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15728 throughout.
15729 * gdb.base/run.c: Likewise.
15730 * gdb.base/sepdebug.c: Likewise.
15731 * gdb.hp/gdb.aCC/run.c: Likewise.
15732 * gdb.reverse/until-reverse.c: Likewise.
15733 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15734
15735 2014-09-16 Yao Qi <yao@codesourcery.com>
15736
15737 * boards/local-remote-host-native.exp: New file.
15738
15739 2014-09-14 Doug Evans <xdje42@gmail.com>
15740
15741 * gdb.threads/queue-signal.c (thread_count): New variable.
15742 (thread_count_mutex, thread_count_condvar): New variables.
15743 (incr_thread_count, wait_all_threads_running): New functions.
15744 (main): Wait for all threads to be in their thread functions.
15745
15746 2014-09-13 Doug Evans <xdje42@gmail.com>
15747
15748 * gdb.threads/queue-signal.c: New file.
15749 * gdb.threads/queue-signal.exp: New file.
15750
15751 2014-09-13 Doug Evans <xdje42@gmail.com>
15752
15753 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15754 be consistent with what default_gdb_init uses.
15755 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15756 the plain text of the prompt. Add some logging printfs.
15757 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15758
15759 2014-09-12 Pedro Alves <palves@redhat.com>
15760
15761 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15762 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15763 * gdb.arch/i386-size-overlap.exp: Likewise.
15764 * gdb.arch/i386-size.exp: Likewise.
15765 * gdb.arch/i386-unwind.exp: Likewise.
15766 * gdb.base/a2-run.exp: Likewise.
15767 * gdb.base/break.exp: Likewise.
15768 * gdb.base/charset.exp: Likewise.
15769 * gdb.base/chng-syms.exp: Likewise.
15770 * gdb.base/commands.exp: Likewise.
15771 * gdb.base/dbx.exp: Likewise.
15772 * gdb.base/find.exp: Likewise.
15773 * gdb.base/funcargs.exp: Likewise.
15774 * gdb.base/jit-simple.exp: Likewise.
15775 * gdb.base/reread.exp: Likewise.
15776 * gdb.base/sepdebug.exp: Likewise.
15777 * gdb.base/step-bt.exp: Likewise.
15778 * gdb.cp/mb-inline.exp: Likewise.
15779 * gdb.cp/mb-templates.exp: Likewise.
15780 * gdb.objc/basicclass.exp: Likewise.
15781 * gdb.threads/killed.exp: Likewise.
15782
15783 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15784
15785 PR tdep/17379
15786 * gdb.arch/powerpc-stackless.S: New file.
15787 * gdb.arch/powerpc-stackless.exp: New file.
15788
15789 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15790
15791 * gdb.base/attach.c: Include unistd.h.
15792 (main): Call alarm. Add label postloop.
15793 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15794 gdb_breakpoint, gdb_continue_to_breakpoint.
15795 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15796
15797 2014-09-11 Pedro Alves <palves@redhat.com>
15798
15799 PR gdb/17347
15800 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15801 * gdb.base/attach.exp (test_command_line_attach_run): New
15802 procedure.
15803 (top level): Call it.
15804
15805 2014-09-11 Pedro Alves <palves@redhat.com>
15806
15807 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15808 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15809 (do_command_attach_tests): Use spawn_wait_for_attach.
15810 * gdb.base/solib-overlap.exp: Likewise.
15811 * gdb.multi/multi-attach.exp: Likewise.
15812 * gdb.python/py-prompt.exp: Likewise.
15813 * gdb.python/py-sync-interp.exp: Likewise.
15814 * gdb.server/ext-attach.exp: Likewise.
15815
15816 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15817
15818 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15819 command in testcase. Simplify testcase.
15820
15821 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15822
15823 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15824
15825 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15826
15827 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15828
15829 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15830
15831 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15832
15833 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15834
15835 * gdb.dwarf2/dynarr-ptr.c: New file.
15836 * gdb.dwarf2/dynarr-ptr.exp: New file.
15837
15838 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15839
15840 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15841 of 30 rather than hardcoding 120 for a slow test case. Take the
15842 `gdb,timeout' target setting into account for this calculation.
15843 Don't extend the timeout for the test cases that don't need it.
15844
15845 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15846
15847 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15848 a factor of 2 for a slow test case. Take the `gdb,timeout'
15849 target setting into account for this calculation.
15850 * gdb.reverse/until-precsave.exp: Increase the timeout by
15851 a factor of 15 and 3 respectively rather than adding 120
15852 for a pair of slow test cases. Take the `gdb,timeout'
15853 target setting into account for this calculation.
15854
15855 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15856
15857 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15858 timeout, don't pass one down to gdb_expect.
15859 (gdb_expect): Rework timeout selection.
15860
15861 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15862
15863 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15864 exception on timeout.
15865 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15866 (gdbserver_start_extended): Catch any `gdbserver_start' error
15867 exceptions.
15868 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15869 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15870 `gdbserver_gdb_load' error exceptions.
15871
15872 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15873
15874 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15875 120 on waiting for the TCP socket to open.
15876
15877 2014-09-09 Doug Evans <xdje42@gmail.com>
15878
15879 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15880 _caller_matches, _any_caller_is, _any_caller_matches.
15881
15882 2014-09-09 Doug Evans <xdje42@gmail.com>
15883
15884 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15885
15886 2014-09-09 Yao Qi <yao@codesourcery.com>
15887
15888 * gdb.mi/mi-var-display.exp: Set print symbol off.
15889
15890 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15891
15892 PR gdb/17035
15893 * gdb.base/commands.exp: Add tests to verify user-defined
15894 commands with empty bodies.
15895 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15896 python commands in `show user command`.
15897 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15898 scheme commands in `show user command`.
15899
15900 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15901
15902 PR python/17355
15903 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15904 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15905 * gdb.python/py-framefilter-invalidarg.exp: New file.
15906 * gdb.python/py-framefilter-invalidarg.py: New file.
15907
15908 2014-09-06 Doug Evans <xdje42@gmail.com>
15909
15910 PR 15276
15911 * gdb.python/py-caller-is.c: New file.
15912 * gdb.python/py-caller-is.exp: New file.
15913
15914 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15915
15916 PR gdb/17235
15917 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15918 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15919
15920 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15921
15922 PR fortran/17237
15923 * gdb.fortran/print-formatted.exp: New file.
15924 * gdb.fortran/print-formatted.f90: Likewise.
15925
15926 2014-09-03 Sasha Smundak <asmundak@google.com>
15927
15928 * gdb.python/py-frame.exp: Test Frame.read_register.
15929
15930 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15931
15932 PR python/16699
15933 * gdb.python/py-completion.exp: New file.
15934 * gdb.python/py-completion.py: Likewise.
15935
15936 2014-08-28 Doug Evans <dje@google.com>
15937
15938 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15939 eax,etc. are live with values set by gdb and thus the compiler can't
15940 use them.
15941 * gdb.arch/i386-pseudo.c (main): Ditto.
15942
15943 2014-08-27 Doug Evans <dje@google.com>
15944
15945 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15946
15947 2014-08-25 Doug Evans <dje@google.com>
15948
15949 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15950 (main): Ditto.
15951
15952 2014-08-25 Doug Evans <dje@google.com>
15953
15954 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15955
15956 2014-08-24 Yao Qi <yao@codesourcery.com>
15957
15958 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15959 symbol off.
15960 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15961
15962 2014-08-22 Doug Evans <dje@google.com>
15963
15964 PR 17276
15965 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15966 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15967 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15968
15969 2014-08-22 Yao Qi <yao@codesourcery.com>
15970
15971 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15972 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15973 * gdb.python/python.exp: Likewise. Use .py file on the host
15974 instead of the build.
15975
15976 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15977
15978 * gdb.threads/gcore-stale-thread.c: New file.
15979 * gdb.threads/gcore-stale-thread.exp: New file.
15980
15981 2014-08-21 Pedro Alves <palves@redhat.com>
15982
15983 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15984 * gdb.base/gcore-relro-pie.exp: Likewise.
15985 * gdb.base/gcore-relro.exp: Likewise.
15986 * gdb.base/gcore.exp: Likewise.
15987 * gdb.base/print-symbol-loading.exp: Likewise.
15988 * gdb.threads/gcore-thread.exp: Likewise.
15989 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15990
15991 2014-08-20 Pedro Alves <palves@redhat.com>
15992 Jan Kratochvil <jan.kratochvil@redhat.com>
15993
15994 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15995 configure.
15996 (EXPECT): Handle READ1 being set.
15997 (all): Depend on EXTRA_RULES.
15998 (check-read1, expect-read1, read1.so, read1): New rules.
15999 * README (Testsuite Parameters): Document the READ1 make variable.
16000 (Race detection): New section.
16001 * configure: Regenerate.
16002 * configure.ac: If build==host==target, and running under a
16003 GNU/glibc system, add read1 to the extra Makefile rules.
16004 (EXTRA_RULES): AC_SUBST it.
16005 * lib/read1.c: New file.
16006
16007 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16008
16009 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16010 the handling of variables declared as a typedef to an array
16011 which a DW_AT_data_location attribute.
16012
16013 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16014 Pedro Alves <palves@redhat.com>
16015
16016 PR symtab/14604
16017 PR symtab/14605
16018 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16019 gdb_test.
16020
16021 2014-08-19 Pedro Alves <palves@redhat.com>
16022
16023 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16024
16025 2014-08-19 Yao Qi <yao@codesourcery.com>
16026
16027 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16028 right line.
16029
16030 2014-08-18 David Blaikie <dblaikie@gmail.com>
16031
16032 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16033
16034 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16035
16036 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16037 attribute in array range.
16038
16039 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16040
16041 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16042
16043 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16044
16045 PR c++/17132
16046 * gdb.cp/pr17132.cc: New file.
16047 * gdb.cp/pr17132.exp: New file.
16048
16049 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16050
16051 * gdb.python/py-xmethods.py (A_getarrayind)
16052 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16053 Use 'print' with function call syntax.
16054 (E_method_matcher.match): Fix tab vs space indentation mixup.
16055
16056 2014-08-15 Yao Qi <yao@codesourcery.com>
16057
16058 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16059 false.
16060
16061 2014-08-15 Yao Qi <yao@codesourcery.com>
16062
16063 * gdb.cp/casts.exp: Set print symbol off.
16064 * gdb.cp/class2.exp: Likewise.
16065 * gdb.cp/overload.exp: Likewise.
16066 * gdb.cp/templates.exp: Likewise.
16067
16068 2014-08-11 Doug Evans <dje@google.com>
16069
16070 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16071 (test_load_shlib): Update.
16072
16073 2014-08-09 Yao Qi <yao@codesourcery.com>
16074
16075 * gdb.base/display.exp: Invoke is_address_zero_readable.
16076 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16077 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16078 * gdb.base/hbreak-unmapped.exp: Return if
16079 is_address_zero_readable returns true.
16080 * gdb.base/signest.exp: Likewise.
16081 * gdb.base/signull.exp: Likewise.
16082 * gdb.base/sigbpt.exp: Likewise.
16083 * gdb.guile/scm-disasm.exp: Do the test if
16084 is_address_zero_readable returns false.
16085 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16086 * gdb.python/py-arch.exp: Likewise.
16087 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16088 * lib/gdb.exp (is_address_zero_readable): New proc.
16089
16090 2014-08-09 Yao Qi <yao@codesourcery.com>
16091
16092 PR testsuite/13443
16093 * gdb.mi/mi-var-display.exp: Make test messages unique.
16094
16095 2014-08-04 Tom Tromey <tromey@redhat.com>
16096
16097 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16098 target 0".
16099
16100 2014-08-04 Tom Tromey <tromey@redhat.com>
16101
16102 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16103 "target_resume".
16104
16105 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16106
16107 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16108 inner_vla_struct_object_size.
16109 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16110 as xfail.
16111
16112 2014-07-30 Pedro Alves <palves@redhat.com>
16113
16114 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16115 comment.
16116
16117 2014-07-29 Yao Qi <yao@codesourcery.com>
16118
16119 PR gdb/17206
16120 * gdb.base/until-nodebug.exp: New.
16121
16122 2014-07-28 Doug Evans <xdje42@gmail.com>
16123
16124 PR guile/17203
16125 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16126 previously existing parameter, and previously ambiguously spelled
16127 parameter.
16128
16129 2014-07-28 Will Newton <will.newton@linaro.org>
16130
16131 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16132
16133 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16134 Doug Evans <xdje42@gmail.com>
16135
16136 PR guile/17146
16137 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16138
16139 2014-07-25 Pedro Alves <palves@redhat.com>
16140
16141 * gdb.threads/signal-command-handle-nopass.c: New file.
16142 * gdb.threads/signal-command-handle-nopass.exp: New file.
16143 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16144 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16145 * gdb.threads/signal-delivered-right-thread.c: New file.
16146 * gdb.threads/signal-delivered-right-thread.exp: New file.
16147
16148 2014-07-25 Pedro Alves <palves@redhat.com>
16149
16150 * gdb.base/double-prompt-target-event-error.exp
16151 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16152 match.
16153 (cancel_pagination_in_target_event): Rework double prompt
16154 detection.
16155 * gdb.base/paginate-after-ctrl-c-running.exp
16156 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16157 <return>' match.
16158 * gdb.base/paginate-bg-execution.exp
16159 (test_bg_execution_pagination_return)
16160 (test_bg_execution_pagination_cancel): Remove '-notransfer
16161 <return>' matches.
16162 * gdb.base/paginate-execution-startup.exp
16163 (test_fg_execution_pagination_return)
16164 (test_fg_execution_pagination_cancel): Remove '-notransfer
16165 <return>' matches.
16166 * gdb.base/paginate-inferior-exit.exp
16167 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16168 match.
16169 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16170 * lib/gdb.exp (pagination_prompt): Run text through
16171 string_to_regexp.
16172 (gdb_test_multiple): Match $pagination_prompt instead of
16173 "<return>".
16174 (string_to_regexp): Move to lib/gdb-utils.exp.
16175
16176 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16177
16178 * gdb.arch/amd64-entry-value-paramref.S: New file.
16179 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16180 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16181 * gdb.arch/amd64-optimout-repeat.S: New file.
16182 * gdb.arch/amd64-optimout-repeat.c: New file.
16183 * gdb.arch/amd64-optimout-repeat.exp: New file.
16184
16185 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16186
16187 PR gdb/17170
16188 * gdb.base/statistics.exp: New file.
16189
16190 2014-07-17 Doug Evans <dje@google.com>
16191
16192 PR gdb/17170
16193 * gdb.base/maint.exp: Update testing of per-command stats.
16194
16195 2014-07-16 Pedro Alves <palves@redhat.com>
16196
16197 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16198 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16199 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16200 (tfile_write_buf): New functions.
16201 (add_memory_block): Rewrite using the above.
16202 (adjust_function_address): New function.
16203 (FUNCTION_ADDRESS): New macro.
16204 (write_basic_trace_file): Remove short_x local, and use
16205 tfile_write_16. Change type of func_addr local to unsigned long
16206 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16207 here. Cast argument of add_memory_block to char pointer.
16208 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16209 (main): Remove parameters.
16210 * gdb.trace/tfile.exp: Remove nowarnings.
16211
16212 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16213
16214 * gdb.base/debug-expr.exp: Test string evaluation with
16215 "debug expression" on.
16216
16217 2014-07-15 Pedro Alves <palves@redhat.com>
16218
16219 * gdb.base/reread.exp: Use clean_restart.
16220
16221 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16222
16223 * gdb.arch/avr-flash-qualifer.c: New.
16224 * gdb.arch/avr-flash-qualifer.exp: New.
16225
16226 2014-07-14 Pedro Alves <palves@redhat.com>
16227
16228 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16229 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16230
16231 2014-07-14 Pedro Alves <palves@redhat.com>
16232
16233 * gdb.base/double-prompt-target-event-error.c: New file.
16234 * gdb.base/double-prompt-target-event-error.exp: New file.
16235
16236 2014-07-14 Pedro Alves <palves@redhat.com>
16237
16238 PR gdb/17072
16239 * gdb.base/paginate-inferior-exit.c: New file.
16240 * gdb.base/paginate-inferior-exit.exp: New file.
16241
16242 2014-07-14 Pedro Alves <palves@redhat.com>
16243
16244 PR gdb/17072
16245 * gdb.base/paginate-bg-execution.c: New file.
16246 * gdb.base/paginate-bg-execution.exp: New file.
16247
16248 2014-07-14 Pedro Alves <palves@redhat.com>
16249
16250 PR gdb/17072
16251 * gdb.base/paginate-execution-startup.c: New file.
16252 * gdb.base/paginate-execution-startup.exp: New file.
16253 * lib/gdb.exp (pagination_prompt): New global.
16254 (default_gdb_spawn): New procedure, factored out from
16255 default_gdb_spawn.
16256 (default_gdb_start): Adjust to call default_gdb_spawn.
16257 (gdb_spawn): New procedure.
16258
16259 2014-07-14 Pedro Alves <palves@redhat.com>
16260
16261 * lib/gdb.exp (gdb_assert): New procedure.
16262 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16263
16264 2014-07-14 Pedro Alves <palves@redhat.com>
16265
16266 * gdb.base/execution-termios.c: New file.
16267 * gdb.base/execution-termios.exp: New file.
16268
16269 2014-07-14 Tom Tromey <tromey@redhat.com>
16270
16271 * gdb.cp/vla-cxx.cc: New file.
16272 * gdb.cp/vla-cxx.exp: New file.
16273
16274 2014-07-14 Tom Tromey <tromey@redhat.com>
16275
16276 * gdb.reverse/rerun-prec.c: New file.
16277 * gdb.reverse/rerun-prec.exp: New file.
16278
16279 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16280 Maciej W. Rozycki <macro@codesourcery.com>
16281
16282 * lib/gdb-utils.exp: New file.
16283 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16284 inline `gdb_init_command' processing.
16285 (gdb_start_cmd): Likewise.
16286 * lib/mi-support.exp (mi_run_cmd): Likewise.
16287 * README: Document `gdb_init_command' and `gdb_init_commands'.
16288
16289 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16290
16291 Fix false FAIL running under a very long directory name.
16292 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16293 and "set print elements 10000". Twice.
16294
16295 2014-07-11 Yao Qi <yao@codesourcery.com>
16296
16297 * gdb.base/exprs.exp: "set print symbol off".
16298
16299 2014-07-11 Pedro Alves <palves@redhat.com>
16300
16301 * gdb.threads/kill.c: New file.
16302 * gdb.threads/kill.exp: New file.
16303
16304 2014-07-10 Yao Qi <yao@codesourcery.com>
16305
16306 * gdb.trace/tfile.c (write_basic_trace_file)
16307 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16308 address written to trace file.
16309
16310 2014-07-09 Pedro Alves <palves@redhat.com>
16311
16312 * gdb.base/attach-wait-input.exp: New file.
16313 * gdb.base/attach-wait-input.c: New file.
16314
16315 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16316
16317 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16318 setting up test structures.
16319 (main): Call new test function.
16320 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16321 test function, continue into test function and walk test
16322 structures.
16323
16324 2014-07-02 Yao Qi <yao@codesourcery.com>
16325
16326 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16327 'bar_start' at the beginning of functions 'foo' and 'bar'
16328 respectively.
16329 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16330 instead of 'foo' and 'bar'.
16331
16332 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16333
16334 * gdb.btrace/segv.exp: New.
16335 * gdb.btrace/segv.c: New.
16336
16337 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16338
16339 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16340 instruction.
16341
16342 2014-06-30 Mark Wielaard <mjw@redhat.com>
16343
16344 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16345 vulture, vilify, villar): New volatile array constants.
16346 (vindictive, vegetation): New const volatile array constants.
16347 * gdb.base/volatile.exp: Test volatile and const volatile array
16348 types.
16349
16350 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16351
16352 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16353 target lacks support for awatch, rwatch, or hbreak.
16354
16355 2014-06-27 Yao Qi <yao@codesourcery.com>
16356
16357 * gdb.multi/dummy-frame-restore.exp: New.
16358 * gdb.multi/dummy-frame-restore.c: New.
16359
16360 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16361
16362 * gdb.btrace/gcore.exp: New.
16363
16364 2014-06-23 Pedro Alves <palves@redhat.com>
16365
16366 * gdb.base/watchpoint-reuse-slot.c: New file.
16367 * gdb.base/watchpoint-reuse-slot.exp: New file.
16368
16369 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16370
16371 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16372 progspace's filename in 'info', 'enable' and 'disable' command
16373 tests.
16374
16375 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16376
16377 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16378 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16379 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16380
16381 2014-06-20 Gary Benson <gbenson@redhat.com>
16382
16383 * gdb.arch/i386-avx.exp: Fix include file location.
16384 * gdb.arch/i386-sse.exp: Likewise.
16385
16386 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16387
16388 * gdb.dlang/expression.exp: New file.
16389
16390 2014-06-19 Pedro Alves <palves@redhat.com>
16391
16392 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16393 out from ...
16394 (top level): ... here. Iterate running tests under different
16395 scheduler-locking settings.
16396
16397 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16398
16399 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16400 to DW_FORM_addr and use non-zero addresses.
16401
16402 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16403
16404 PR gdb/17017
16405 * gdb.python/py-xmethods.cc: Add global function call counters and
16406 increment them in their respective functions. Remove "cout"
16407 statements.
16408 * gdb.python/py-xmethods.exp: Make tests check the global function
16409 call counters instead of depending on inferior IO.
16410
16411 2014-06-18 Don Breazeal <donb@codesourcery.com>
16412
16413 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16414 Deleted procedure.
16415 (explicit_fork_parent_follow): Deleted procedure.
16416 (explicit_fork_child_follow): Deleted procedure.
16417 (test_follow_fork): New procedure.
16418 (do_fork_tests): Replace calls to deleted procedures with
16419 calls to test_follow_fork and reset GDB for subsequent
16420 procedure calls.
16421
16422 2014-06-17 Yao Qi <yao@codesourcery.com>
16423
16424 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16425 CP1252.
16426
16427 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16428
16429 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16430 Initialize ptr and S explicitly.
16431 (skip_type_update_when_not_use_rtti_test): Likewise.
16432
16433 2014-06-16 Keith Seitz <keiths@redhat.com>
16434
16435 PR mi/15863
16436 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16437 the inferior is started.
16438
16439 2014-06-16 Pedro Alves <palves@redhat.com>
16440
16441 * gdb.base/break-main-file-remove-fail.c: New file.
16442 * gdb.base/break-main-file-remove-fail.exp: New file.
16443 * gdb.base/break-unload-file.exp: Use build_executable instead of
16444 prepare_for_testing.
16445 (test_break): New parameter "initial_load". Handle it.
16446 (top level): Add initial_load cmdline/file axis.
16447
16448 2014-06-12 Tom Tromey <tromey@redhat.com>
16449
16450 * gdb.base/completion.exp: Don't use directory name in test.
16451
16452 2014-06-09 Gary Benson <gbenson@redhat.com>
16453
16454 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16455 separate the always-available ANSI-standard signals from the
16456 signals that require checking.
16457 (main): Likewise.
16458 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16459 Likewise.
16460 (main): Likewise.
16461
16462 2014-06-07 Keith Seitz <keiths@redhat.com>
16463
16464 Revert:
16465 PR c++/16253
16466 * gdb.cp/var-tag.cc: New file.
16467 * gdb.cp/var-tag.exp: New file.
16468 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16469 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16470 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16471 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16472
16473 2014-06-06 Doug Evans <xdje42@gmail.com>
16474
16475 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16476
16477 2014-06-06 Pedro Alves <palves@redhat.com>
16478
16479 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16480 in target debug output instead of looking at RSP packets,
16481 disabling the test on any target that uses hardware stepping.
16482 Update comments.
16483
16484 2014-06-06 Pedro Alves <palves@redhat.com>
16485
16486 * gdb.base/break-unload-file.exp: Fix typo.
16487
16488 2014-06-06 Yao Qi <yao@codesourcery.com>
16489
16490 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16491 from "jit_function" to "^jit_function".
16492
16493 2014-06-06 Yao Qi <yao@codesourcery.com>
16494
16495 * gdb.base/async.c (foo): Add one statement.
16496 * gdb.base/async.exp: Get the next instruction address and
16497 match the output of "nexti" by instruction address. Match
16498 the hex address in the output of "finish".
16499
16500 2014-06-06 Gary Benson <gbenson@redhat.com>
16501
16502 * gdb.base/call-signals.c: Remove preprocessor conditionals
16503 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16504 SIGSEGV and SIGTERM.
16505 * gdb.base/sigall.c: Likewise.
16506 * gdb.base/unwindonsignal.c: Likewise.
16507 * gdb.reverse/sigall-reverse.c: Likewise.
16508
16509 2014-06-06 Yao Qi <yao@codesourcery.com>
16510
16511 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16512 readable, skip the test.
16513
16514 2014-06-06 Yao Qi <yao@codesourcery.com>
16515
16516 * gdb.threads/staticthreads.c (thread_function): Move the line
16517 setting breakpoint on forward.
16518 * gdb.threads/staticthreads.exp: Update comments.
16519
16520 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16521
16522 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16523 "history-append! type error".
16524
16525 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16526
16527 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16528 erroneous dprintf expected input.
16529
16530 2014-06-04 Doug Evans <xdje42@gmail.com>
16531
16532 * gdb.guile/scm-generics.exp: Delete.
16533
16534 2014-06-04 Doug Evans <xdje42@gmail.com>
16535
16536 * gdb.guile/scm-breakpoint.exp: Update.
16537 Add tests for breakpoint registration.
16538
16539 2014-06-04 Tom Tromey <tromey@redhat.com>
16540
16541 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16542 VLA-in-union.
16543 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16544 inner_vla_struct, vla_union types. Initialize objects of those
16545 types and compute their sizes.
16546
16547 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16548 Hui Zhu <hui@codesourcery.com>
16549
16550 * gdb.base/fileio.exp: Add test for shell not available as well as
16551 available.
16552 * gdb.base/fileio.c (test_system): Check for shell twice.
16553
16554 2014-06-04 Yao Qi <yao@codesourcery.com>
16555
16556 * gdb.base/auto-connect-native-target.exp: Remove redundant
16557 space from the regexp pattern.
16558
16559 2014-06-04 Yao Qi <yao@codesourcery.com>
16560
16561 * gdb.base/default.exp: Replace "child" with "native" in
16562 regexp pattern.
16563
16564 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16565
16566 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16567 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16568 * gdb.python/py-xmethods.py: Python script supporting the
16569 new testcase and tests.
16570
16571 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16572 Pedro Alves <palves@redhat.com>
16573
16574 PR breakpoints/17000
16575 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16576 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16577
16578 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16579
16580 * gdb.base/subst.exp: Add tests to verify partial path matching
16581 output.
16582
16583 2014-06-03 Pedro Alves <palves@redhat.com>
16584
16585 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16586 target that doesn't use software single-stepping.
16587
16588 2014-06-03 Pedro Alves <palves@redhat.com>
16589
16590 PR breakpoints/17000
16591 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16592 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16593
16594 2014-06-02 Doug Evans <xdje42@gmail.com>
16595
16596 * gdb.guile/scm-parameter.exp: New file.
16597
16598 2014-06-02 Doug Evans <xdje42@gmail.com>
16599
16600 * gdb.guile/scm-cmd.c: New file.
16601 * gdb.guile/scm-cmd.exp: New file.
16602
16603 2014-06-02 Doug Evans <xdje42@gmail.com>
16604
16605 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16606 pretty-printer lookup.
16607 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16608 (make-pp_s-printer): Call it.
16609 (make-pretty-printer-from-dict): New function.
16610 (lookup-pretty-printer-maker-from-dict): New function.
16611 (*pretty-printer*): Simplify.
16612 (make-objfile-pp_s-printer): New function.
16613 (install-objfile-pretty-printers!): New function.
16614 (make-progspace-pp_s-printer): New function.
16615 (install-progspace-pretty-printers!): New function.
16616 * gdb.guile/scm-progspace.c: New file.
16617 * gdb.guile/scm-progspace.exp: New file.
16618
16619 2014-06-02 Pedro Alves <palves@redhat.com>
16620
16621 * gdb.base/dprintf-bp-same-addr.c: New file.
16622 * gdb.base/dprintf-bp-same-addr.exp: New file.
16623
16624 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16625
16626 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16627 * gdb.arch/powerpc-power.s: Likewise.
16628
16629 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16630
16631 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16632
16633 2014-06-01 Yao Qi <yao@codesourcery.com>
16634
16635 * gdb.base/watchpoint.exp (test_watch_location): Check null
16636 pointer can be dereferenced. If not, do the test, otherwise
16637 skip it.
16638
16639 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16640
16641 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16642 results.
16643 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16644
16645 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16646
16647 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16648 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16649 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16650 * gdb.arch/amd64-invalid-stack-top.c: New file.
16651 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16652
16653 2014-05-30 Pedro Alves <palves@redhat.com>
16654
16655 PR breakpoints/17000
16656 * gdb.base/sss-bp-on-user-bp.c: New file.
16657 * gdb.base/sss-bp-on-user-bp.exp: New file.
16658
16659 2014-05-30 David Blaikie <dblaikie@gmail.com>
16660
16661 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16662 gnu_inline semantics via attribute.
16663 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16664 source explicitly specifies the required semantics.
16665
16666 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16667
16668 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16669
16670 2014-05-29 Pedro Alves <palves@redhat.com>
16671 Tom Tromey <tromey@redhat.com>
16672
16673 * gdb.base/async-shell.exp: Don't enable target-async.
16674 * gdb.base/async.exp
16675 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16676 parameter. Adjust.
16677 (top level): Don't test with "target-async".
16678 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16679 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16680 * gdb.base/inferior-died.exp: Don't enable target-async.
16681 * gdb.base/interrupt-noterm.exp: Likewise.
16682 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16683 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16684 * gdb.mi/mi-nonstop.exp: Likewise.
16685 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16686 * gdb.mi/mi-nsintrall.exp: Likewise.
16687 * gdb.mi/mi-nsmoribund.exp: Likewise.
16688 * gdb.mi/mi-nsthrexec.exp: Likewise.
16689 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16690 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16691 * gdb.python/py-evsignal.exp: Don't enable target-async.
16692 * gdb.python/py-evthreads.exp: Likewise.
16693 * gdb.python/py-prompt.exp: Likewise.
16694 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16695 * gdb.server/solib-list.exp: Don't enable target-async.
16696 * gdb.threads/thread-specific-bp.exp: Likewise.
16697 * lib/mi-support.exp: Adjust to use mi-async.
16698
16699 2014-05-29 Pedro Alves <palves@redhat.com>
16700
16701 PR gdb/13860
16702 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16703 reason, even in sync mode.
16704
16705 2014-05-29 Pedro Alves <palves@redhat.com>
16706 Hui Zhu <hui@codesourcery.com>
16707
16708 PR PR15693
16709 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16710 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16711 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16712 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16713
16714 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16715
16716 * config/monitor.exp (gdb_target_monitor): Replace use of
16717 "set remotebaud" by "set serial baud".
16718
16719 2014-05-26 Andy Wingo <wingo@igalia.com>
16720
16721 * gdb.guile/scm-breakpoint.exp:
16722 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16723 properties instead of gdb-object-properties.
16724
16725 2014-05-26 Yao Qi <yao@codesourcery.com>
16726
16727 * gdb.server/no-thread-db.exp: Specify source file name
16728 explicitly when setting a breakpoint.
16729
16730 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16731
16732 * gdb.btrace/vdso.c: New.
16733 * gdb.btrace/vdso.exp: New.
16734
16735 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16736
16737 * gdb.base/gcore.exp (capture_command_output): Move ...
16738 * lib/gdb.exp (capture_command_output): ... here.
16739
16740 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16741
16742 * gdb.btrace/data.exp: Test memory access during btrace replay.
16743
16744 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16745
16746 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16747
16748 2014-05-21 Pedro Alves <palves@redhat.com>
16749
16750 PR gdb/13860
16751 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16752 (top level): Test that output related to execution commands is
16753 sent to the console with CLI commands, but not with MI commands.
16754 Test that breakpoint events are always mirrored to the console.
16755 Also expect the new source line to be output after a "next" in
16756 async mode too. Make it a pass/fail test.
16757 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16758 output.
16759 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16760
16761 2014-05-21 Pedro Alves <palves@redhat.com>
16762
16763 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16764 Use them to test variations of "list" after reaching a breakpoint.
16765 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16766 Test "list" with listsize 10 after reaching a breakpoint.
16767 * gdb.python/python.exp (decode_line current location line
16768 number): Adjust expected line number.
16769
16770 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16771
16772 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16773 behavior for $args, pass it directly to "run".
16774
16775 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16776
16777 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16778 30000 to 65536.
16779
16780 2014-05-21 Pedro Alves <palves@redhat.com>
16781
16782 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16783 auto-connect-native-target off".
16784 * gdb.base/auto-connect-native-target.c: New file.
16785 * gdb.base/auto-connect-native-target.exp: New file.
16786
16787 2014-05-21 Pedro Alves <palves@redhat.com>
16788
16789 * gdb.base/default.exp: Test "target native" instead of "target
16790 child".
16791
16792 2014-05-21 Mark Wielaard <mjw@redhat.com>
16793
16794 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16795
16796 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16797
16798 Fix TLS access for -static -pthread.
16799 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16800 <HAVE_TLS> (thread_function, main): Initialize it.
16801 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16802 Add clean_restart.
16803 <$have_tls != "">: Check TLSVAR.
16804
16805 2014-05-21 Pedro Alves <palves@redhat.com>
16806
16807 * gdb.base/dcache-line-read-error.c: New.
16808 * gdb.base/dcache-line-read-error.exp: New.
16809
16810 2014-05-20 Pedro Alves <palves@redhat.com>
16811
16812 * gdb.base/compare-sections.c: New file.
16813 * gdb.base/compare-sections.exp: New file.
16814
16815 2014-05-20 Pedro Alves <palves@redhat.com>
16816
16817 * gdb.base/break-idempotent.c: New file.
16818 * gdb.base/break-idempotent.exp: New file.
16819
16820 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16821
16822 * gdb.btrace/nohist.exp: New.
16823
16824 2014-05-20 Yao Qi <yao@codesourcery.com>
16825
16826 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16827 gdb.reverse directory and gdb_reverse_timeout exists in board
16828 setting.
16829 * README: Document gdb_reverse_timeout.
16830
16831 2014-05-20 Yao Qi <yao@codesourcery.com>
16832
16833 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16834 'test_file_name'. Treat args as a string instead of a list.
16835 (gdb_init): Rename argument 'args' by 'test_file_name'.
16836
16837 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16838
16839 * gdb.arch/powerpc-power.exp: New file.
16840 * gdb.arch/powerpc-power.s: New file.
16841
16842 2014-05-16 Doug Evans <dje@google.com>
16843
16844 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16845 * gdb.base/completion.exp: Check that all expected files exist
16846 before doing file completion.
16847
16848 2014-05-16 Doug Evans <dje@google.com>
16849
16850 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16851 Update.
16852 (do_syscall_tests_without_xml): Update.
16853
16854 2014-05-16 Pedro Alves <palves@redhat.com>
16855
16856 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16857 instead of "unknown output after running".
16858
16859 2014-05-16 Yao Qi <yao@codesourcery.com>
16860
16861 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16862 file1.txt from host at the end.
16863 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16864
16865 2014-05-15 Doug Evans <dje@google.com>
16866
16867 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16868 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16869 loading file. Add test for TU lookup.
16870
16871 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16872
16873 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16874 calling "-exec-arguments" or "set args" before running the
16875 inferior.
16876
16877 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16878
16879 * lib/mi-support.exp (mi_expect_stop): Expect message for
16880 inferiors that exit with non-zero exit code.
16881
16882 2014-05-14 Yao Qi <yao@codesourcery.com>
16883
16884 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16885 match absolute path on remote host.
16886 (test_file_list_exec_source_files): Remove "/" from the
16887 pattern.
16888
16889 2014-05-14 Yao Qi <yao@codesourcery.com>
16890
16891 * boards/local-remote-host-notty.exp (${board}_file): New
16892 proc.
16893
16894 2014-05-07 Kyle McMartin <kyle@redhat.com>
16895
16896 Pushed by Joel Brobecker <brobecker@adacore.com>.
16897 * gdb.arch/aarch64-atomic-inst.c: New file.
16898 * gdb.arch/aarch64-atomic-inst.exp: New file.
16899
16900 2014-05-07 Yao Qi <yao@codesourcery.com>
16901
16902 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16903 in current context" too.
16904
16905 2014-05-05 Keith Seitz <keiths@redhat.com>
16906
16907 * gdb.linespec/ls-dollar.exp: Add test for linespec
16908 file:convenience_variable.
16909
16910 2014-05-05 Yao Qi <yao@codesourcery.com>
16911
16912 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16913 traceframes into tfile and ctf trace files. Read data from
16914 trace file and test collected data.
16915 (gdb_collect_locals_test): Likewise.
16916 (gdb_unavailable_registers_test): Likewise.
16917 (gdb_unavailable_floats): Likewise.
16918 (gdb_collect_globals_test): Likewise.
16919 (top-level): Append "ctf" to trace_file_targets if GDB
16920 supports.
16921
16922 2014-05-05 Yao Qi <yao@codesourcery.com>
16923
16924 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16925 code to ...
16926 (gdb_collect_args_test_1): ... it. New proc.
16927 (gdb_collect_locals_test): Move some code to ...
16928 (gdb_collect_locals_test_1): ... it. New proc.
16929 (gdb_unavailable_registers_test): Move some code to ...
16930 (gdb_unavailable_registers_test_1): ... it. New proc.
16931 (gdb_unavailable_floats): Move some code to ...
16932 (gdb_unavailable_floats_1): ... it. New proc.
16933
16934 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16935
16936 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16937 probes to test for bitness recognition.
16938 * gdb.arch/amd64-stap-optional-prefix.exp
16939 (test_probe_value_without_reg): New procedure.
16940 Add code to test for different kinds of bitness.
16941
16942 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16943
16944 PR breakpoints/16889
16945 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16946 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16947
16948 2014-05-01 Pedro Alves <palves@redhat.com>
16949
16950 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16951 gdb_file_cmd if no file is specified.
16952 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16953 last_loaded_file to set the remote exec-file.
16954
16955 2014-05-01 Pedro Alves <palves@redhat.com>
16956
16957 * boards/local-remote-host.exp: New file.
16958
16959 2014-05-01 Pedro Alves <palves@redhat.com>
16960
16961 * boards/local-remote-host.exp: Rename to ...
16962 * boards/local-remote-host-notty.exp: ... this.
16963
16964 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16965
16966 * gdb.ada/dyn_arrayidx: New testcase.
16967
16968 2014-04-26 Yao Qi <yao@codesourcery.com>
16969
16970 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16971 and compute the length of function main. Save it in
16972 $main_length.
16973 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16974 (top-level): Use gdb_compile to compile objects into
16975 executable and restart GDB. Remove invocation to
16976 prepare_for_testing.
16977
16978 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16979 Pedro Alves <palves@redhat.com>
16980
16981 PR server/16255
16982 * gdb.multi/multi-attach.c: New file.
16983 * gdb.multi/multi-attach.exp: New file.
16984
16985 2014-04-25 Pedro Alves <palves@redhat.com>
16986
16987 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16988 user.
16989 (top level): Test that "set remote conditional-breakpoints-packet
16990 off" works as intended.
16991 * gdb.base/dprintf.exp: Test that "set remote
16992 breakpoint-commands-packet off" works as intended.
16993 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16994 New function.
16995 (top level): Call it.
16996 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16997 remote fast-tracepoints-packet off" works as intended.
16998 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16999 * lib/gdb.exp (gdb_is_target_remote): ... here.
17000
17001 2014-04-24 David Blaikie <dblaikie@gmail.com>
17002
17003 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17004 ensure clang would not discard them.
17005 * gdb.base/gdbvars.c: Ditto.
17006 * gdb.base/memattr.c: Ditto.
17007 * gdb.base/whatis.c: Ditto.
17008 * gdb.python/py-prettyprint.c: Ditto.
17009 * gdb.trace/actions.c: Ditto.
17010 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17011 ensure clang would not discard it.
17012
17013 2014-04-24 David Blaikie <dblaikie@gmail.com>
17014
17015 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17016 clang to emit the full definition of type required by the test
17017 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17018
17019 2014-04-24 David Blaikie <dblaikie@gmail.com>
17020
17021 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17022 coax Clang into emitting the definition of the type.
17023 * gdb.cp/pr10728-x.h (y): Ditto.
17024 * gdb.cp/pr10728-y.cc (y): Ditto.
17025
17026 2014-04-24 David Blaikie <dblaikie@gmail.com>
17027
17028 * gdb.base/label.exp: XFAIL label related tests under Clang.
17029 * gdb.cp/cplabel.exp: Ditto.
17030 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17031 under Clang those using labels.
17032
17033 2014-04-25 Yao Qi <yao@codesourcery.com>
17034
17035 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17036 double_label.
17037 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17038 partial_label and double_label.
17039
17040 2014-04-24 David Blaikie <dblaikie@gmail.com>
17041
17042 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17043
17044 2014-04-24 David Blaikie <dblaikie@gmail.com>
17045
17046 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17047 of the function to work across GCC and Clang.
17048 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17049 pointer types (const void ** const V void **).
17050
17051 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17052 Walfred Tedeschi <walfred.tedeschi@intel.com>
17053
17054 * Makefile.in (EXECUTABLES): Added i386-avx512.
17055 * gdb.arch/i386-avx512.c: New file.
17056 * gdb.arch/i386-avx512.exp: Likewise.
17057
17058 2014-04-23 Keith Seitz <keiths@redhat.com>
17059
17060 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17061 (mi_make_breakpoint_table): New procedure.
17062 (mi_create_breakpoint): Use mi_make_breakpoint
17063 and return the result.
17064 (mi_make_breakpoint): New procedure.
17065 (mi_build_kv_pairs): New procedure.
17066
17067 * gdb.mi/mi-break.exp: Remove unused globals,
17068 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17069 All callers updated.
17070 * gdb.mi/mi-dprintf.exp: Use variable to track command
17071 number.
17072 Update all callers of mi_create_breakpoint and use
17073 mi_make_breakpoint_table.
17074 Remove any unused global variables.
17075 * gdb.mi/mi-nonstop.exp: Likewise.
17076 * gdb.mi/mi-nsintrall.exp: Likewise.
17077 * gdb.mi/mi-nsmoribund.exp: Likewise.
17078 * gdb.mi/mi-nsthrexec.exp: Likewise.
17079 * gdb.mi/mi-reverse.exp: Likewise.
17080 * gdb.mi/mi-simplerun.exp: Likewise.
17081 * gdb.mi/mi-stepn.exp: Likewise.
17082 * gdb.mi/mi-syn-frame.exp: Likewise.
17083 * gdb.mi/mi-until.exp: Likewise.
17084 * gdb.mi/mi-var-cp.exp: Likewise.
17085 * gdb.mi/mi-var-display.exp: Likewise.
17086 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17087 * gdb.mi/mi2-var-child.exp: Likewise.
17088 * gdb.mi/mi-vla-c99.exp: Likewise.
17089 * lib/mi-support.exp: Likewise.
17090
17091 From Ian Lance Taylor <iant@cygnus.com>:
17092 * lib/gdb.exp (parse_args): New procedure.
17093
17094 2014-04-23 Pedro Alves <palves@redhat.com>
17095
17096 * gdb.base/break-unload-file.c: New file.
17097 * gdb.base/break-unload-file.exp: New file.
17098 * gdb.base/sym-file-lib.c (baz): New function.
17099 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17100 field.
17101 (load): Store the segment's mapped size.
17102 (unload): New function.
17103 (unload_shlib): New function.
17104 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17105 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17106 set a breakpoint at baz, and call it.
17107 * gdb.base/sym-file.exp: New tests for stale breakpoint
17108 instructions.
17109
17110 2014-04-23 Pedro Alves <palves@redhat.com>
17111
17112 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17113 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17114 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17115 * gdb.base/hbreak-unmapped.c: New file.
17116 * gdb.base/hbreak-unmapped.exp: New file.
17117 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17118 * lib/gdb.exp (gdb_is_target_remote): ... here.
17119
17120 2014-04-22 Pedro Alves <palves@redhat.com>
17121
17122 * gdb.base/consecutive-step-over.c: New file.
17123 * gdb.base/consecutive-step-over.exp: New file.
17124
17125 2014-04-22 Pedro Alves <palves@redhat.com>
17126
17127 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17128 instead of send_gdb/gdb_expect.
17129
17130 2014-04-22 Yao Qi <yao@codesourcery.com>
17131
17132 * lib/trace-support.exp (generate_tracefile): New procedure.
17133 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17134 return 0.
17135 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17136 if generate_tracefile returns 1.
17137
17138 2014-04-18 Tom Tromey <palves@redhat.com>
17139 Pedro alves <tromey@redhat.com>
17140
17141 PR backtrace/15558
17142 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17143 with a backtrace limit.
17144 * gdb.python/py-frame-inline.exp: Test running to an inline
17145 function with a backtrace limit, and printing the newest frame.
17146 * gdb.python/py-frame-inline.c (main): Call f.
17147
17148 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17149
17150 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17151
17152 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17153
17154 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17155 Drop prefix from unsupported source file path.
17156
17157 2014-04-17 Yao Qi <yao@codesourcery.com>
17158
17159 * lib/gdb.exp (with_target_charset): New proc.
17160 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17161 with_target_charset.
17162 (test_print_strings): Likewise.
17163 (test_repeat_bytes): Likewise.
17164 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17165 for some tests.
17166
17167 2014-04-16 Keith Seitz <keiths@redhat.com>
17168
17169 PR gdb/15827
17170 * gdb.dwarf2/corrupt.c: New file.
17171 * gdb.dwarf2/corrupt.exp: New file.
17172
17173 2014-04-16 Keith Seitz <keiths@redhat.com>
17174
17175 PR c++/16597
17176 * gdb.cp/namelessclass.cc: New file.
17177 * gdb.cp/namelessclass.exp: New file.
17178 * gdb.cp/namelessclass.S: New file.
17179
17180 2014-04-16 Doug Evans <dje@google.com>
17181
17182 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17183 Add comment.
17184 (gdbserver_default_get_comm_port): New function.
17185 (gdbserver_start): Check if board file provided
17186 "gdbserver,get_comm_port" and use it if so.
17187 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17188 (gdb,socketport): Set to "stdio".
17189 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17190 (stdio_gdbserver_template): Delete.
17191 (${board}_get_remote_address): Update.
17192 (${board}_build_remote_cmd): Delete.
17193 (${board}_get_comm_port): New function.
17194 (${board}_spawn): Update.
17195 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17196 Delete.
17197 (${board}_get_remote_address): Update.
17198 (${board}_get_comm_port): New function.
17199
17200 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17201
17202 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17203 appearing in any order.
17204
17205 2014-04-15 Doug Evans <dje@google.com>
17206
17207 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17208 uninitialized value of "description".
17209
17210 2014-04-15 Keith Seitz <keiths@redhat.com>
17211
17212 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17213 Remove unused globals.
17214 (test_running_the_program): Likewise.
17215 (test_controlled_execution): Likewise.
17216 (test_controlling_breakpoints): Likewise.
17217 (test_program_termination): Likewise.
17218
17219 2014-04-15 Keith Seitz <keiths@redhat.com>
17220
17221 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17222 unused globals.
17223 (test_rbreak_creation_and_listing): Likewise.
17224 (test_ignore_count): Likewise.
17225 (test_error): Likewise.
17226
17227 2014-04-15 Pedro Alves <palves@redhat.com>
17228
17229 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17230 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17231 sym-file-loader.c.
17232 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17233 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17234 to sym-file-loader.c.
17235 (struct library): Forward declare.
17236 (load_shlib, lookup_function): Change prototypes.
17237 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17238 (translate_offset): Remove declarations.
17239 (get_text_addr): New declaration.
17240 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17241 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17242 sym-file-loader.h.
17243 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17244 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17245 here from sym-file-loader.h.
17246 (struct library): New structure.
17247 (load_shlib, lookup_function): Change prototypes and adjust to
17248 work with a struct library.
17249 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17250 (translate_offset): Make static.
17251 (get_text_addr): New function.
17252 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17253
17254 2014-04-15 Pedro Alves <palves@redhat.com>
17255
17256 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17257
17258 2014-04-15 Pedro Alves <palves@redhat.com>
17259
17260 * gdb.base/sym-file-loader.c: Include <limits.h>.
17261 (SELF_LINK): New define.
17262 (get_origin): New function.
17263 (load_shlib): Use it.
17264 * gdb.base/sym-file.exp: Don't early return if the target is
17265 remote. Use runto_main, and issue fail is that fails. Use
17266 gdb_load_shlibs.
17267 (shlib_name): Delete.
17268 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17269
17270 2014-04-15 Pedro Alves <palves@redhat.com>
17271
17272 * gdb.base/sym-file.exp: Remove regex characters from test
17273 message. Don't refer to breakpoint numbers in test messages.
17274
17275 2014-04-14 Keith Seitz <keiths@redhat.com>
17276
17277 PR c++/16253
17278 * gdb.cp/var-tag.cc: New file.
17279 * gdb.cp/var-tag.exp: New file.
17280 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17281 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17282 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17283 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17284
17285 2014-04-14 Tom Tromey <tromey@redhat.com>
17286
17287 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17288 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17289 type.
17290 * gdb.cp/enum-class.exp: New file.
17291 * gdb.cp/enum-class.cc: New file.
17292
17293 2014-04-14 Tom Tromey <tromey@redhat.com>
17294
17295 * gdb.dwarf2/enum-type.exp: New file.
17296
17297 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17298
17299 * gdb.mi/mi-vla-c99.exp: New file.
17300 * gdb.mi/vla.c: New file.
17301
17302 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17303
17304 * gdb.base/vla-datatypes.c: New file.
17305 * gdb.base/vla-datatypes.exp: New file.
17306
17307 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17308
17309 * gdb.base/vla-ptr.c: New file.
17310 * gdb.base/vla-ptr.exp: New file.
17311
17312 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17313
17314 * gdb.dwarf2/count.exp: New file.
17315
17316 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17317
17318 * gdb.base/vla-sideeffect.c: New file.
17319 * gdb.base/vla-sideeffect.exp: New file.
17320
17321 2014-04-14 David Blaikie <dblaikie@gmail.com>
17322
17323 * gdb.mi/non-stop.c: Add return value for non-void function return
17324 statement.
17325 * gdb.threads/staticthreads.c: Ditto.
17326
17327 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17328 Doug Evans <xdje42@gmail.com>
17329
17330 * gdb.guile/scm-value.c: Improve test case.
17331 * gdb.guile/scm-value.exp: Add new test.
17332
17333 2014-04-11 David Blaikie <dblaikie@gmail.com>
17334
17335 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17336 override Clang's default.
17337
17338 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17339
17340 Revert the following changes (regressions):
17341
17342 * gdb.base/vla-sideeffect.c: New file.
17343 * gdb.base/vla-sideeffect.exp: New file.
17344
17345 * gdb.dwarf2/count.exp: New file.
17346
17347 * gdb.base/vla-multi.c: New file.
17348 * gdb.base/vla-multi.exp: New file.
17349
17350 * gdb.base/vla-ptr.c: New file.
17351 * gdb.base/vla-ptr.exp: New file.
17352
17353 * gdb.base/vla-datatypes.c: New file.
17354 * gdb.base/vla-datatypes.exp: New file.
17355
17356 * gdb.mi/mi-vla-c99.exp: New file.
17357 * gdb.mi/vla.c: New file.
17358
17359 2014-04-11 Keith Seitz <keiths@redhat.com>
17360
17361 PR c++/16675
17362 * gdb.cp/cpsizeof.exp: New file.
17363 * gdb.cp/cpsizeof.cc: New file.
17364
17365 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17366
17367 * gdb.mi/mi-vla-c99.exp: New file.
17368 * gdb.mi/vla.c: New file.
17369
17370 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17371
17372 * gdb.base/vla-datatypes.c: New file.
17373 * gdb.base/vla-datatypes.exp: New file.
17374
17375 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17376
17377 * gdb.base/vla-ptr.c: New file.
17378 * gdb.base/vla-ptr.exp: New file.
17379
17380 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17381
17382 * gdb.base/vla-multi.c: New file.
17383 * gdb.base/vla-multi.exp: New file.
17384
17385 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17386
17387 * gdb.dwarf2/count.exp: New file.
17388
17389 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17390
17391 * gdb.base/vla-sideeffect.c: New file.
17392 * gdb.base/vla-sideeffect.exp: New file.
17393
17394 2014-04-11 Yao Qi <yao@codesourcery.com>
17395
17396 * gdb.base/completion.exp: Check file exists before running tests
17397 on file completion.
17398
17399 2014-04-10 Pedro Alves <palves@redhat.com>
17400
17401 * gdb.base/cond-eval-mode.c: New file.
17402 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17403 prepare_for_testing to build the new file. Check result of
17404 runto_main.
17405 (test_break, test_watch): New procedures.
17406 (top level): Use them.
17407
17408 2014-04-08 Pierre Muller <muller@sourceware.org>
17409
17410 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17411 Ctrl-V use for mingw hosts.
17412
17413 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17414
17415 * gdb.python/py-value.c: Improve test case.
17416 * gdb.python/py-value.exp: Add new test.
17417
17418 2014-04-07 David Blaikie <dblaikie@gmail.com>
17419
17420 * lib/compiler.c: Identify the clang compiler.
17421 * lib/compiler.cc: Ditto.
17422
17423 2014-04-03 Yao Qi <yao@codesourcery.com>
17424
17425 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17426
17427 2014-04-01 Anton Blanchard <anton@samba.org>
17428
17429 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17430 messages unique.
17431
17432 2014-04-01 Anton Blanchard <anton@samba.org>
17433
17434 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17435 prepare_for_testing.
17436
17437 2014-04-01 Anton Blanchard <anton@samba.org>
17438
17439 * gdb.arch/ppc64-atomic-inst.c: Remove.
17440 * gdb.arch/ppc64-atomic-inst.S: New file.
17441 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17442
17443 2014-03-31 Doug Evans <dje@google.com>
17444
17445 * gdb.base/print-symbol-loading-lib.c: New file.
17446 * gdb.base/print-symbol-loading-main.c: New file.
17447 * gdb.base/print-symbol-loading.exp: New file.
17448
17449 2014-03-31 Yao Qi <yao@codesourcery.com>
17450
17451 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17452
17453 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17454
17455 * gdb.ada/mi_dyn_arr: New testcase.
17456
17457 2014-03-27 Doug Evans <dje@google.com>
17458
17459 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17460
17461 2014-03-27 Yao Qi <yao@codesourcery.com>
17462
17463 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17464 if target is nios2-*-*.
17465
17466 2014-03-26 Yao Qi <yao@codesourcery.com>
17467
17468 * lib/gdb.exp (readline_is_used): New proc.
17469 * gdb.base/completion.exp: Move tests on command complete up.
17470 Skip the rest of tests if readline is not used.
17471 * gdb.ada/complete.exp: Skp the test if readline is not
17472 used.
17473 * gdb.base/filesym.exp: Likewise.
17474 * gdb.base/macscp.exp: Likewise.
17475 * gdb.base/readline-ask.exp: Likewise.
17476 * gdb.base/readline.exp: Likewise.
17477 * gdb.python/py-cmd.exp: Likewise.
17478 * gdb.trace/tfile.exp: Likewise.
17479
17480 2014-03-26 Yao Qi <yao@codesourcery.com>
17481
17482 * gdb.base/macscp.exp: Fix code format issues.
17483
17484 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17485
17486 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17487 * gdb.asm/powerpc64le.inc: New file.
17488
17489 2014-03-25 Pedro Alves <palves@redhat.com>
17490 Doug Evans <dje@google.com>
17491
17492 * gdb.base/source-execution.c: New file.
17493 * gdb.base/source-execution.exp: New file.
17494 * gdb.base/source-execution.gdb: New file.
17495
17496 2014-03-24 Doug Evans <dje@google.com>
17497
17498 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17499 using fission.
17500
17501 2014-03-24 Hui Zhu <hui@codesourcery.com>
17502 Pedro Alves <palves@redhat.com>
17503
17504 PR breakpoints/16101
17505 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17506 test pass/fail messages. Detect missing support for dprintf when
17507 breakpoints are actually inserted.
17508 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17509 breakpoints are actually inserted.
17510 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17511 fails.
17512
17513 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17514
17515 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17516
17517 2014-03-22 Doug Evans <xdje42@gmail.com>
17518
17519 * gdb.python/python.exp (python not supported): Verify multi-line
17520 python command issues an error.
17521 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17522 guile command issues an error.
17523
17524 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17525
17526 * gdb.threads/thread-specific.exp: Handle the lack of usable
17527 $this_breakpoint and $this_thread.
17528
17529 2014-03-21 Hui Zhu <hui@codesourcery.com>
17530
17531 * gdb.base/attach.exp (do_command_attach_tests): New.
17532
17533 2014-03-20 Tom Tromey <tromey@redhat.com>
17534 Pedro Alves <palves@redhat.com>
17535
17536 PR cli/15718
17537 * gdb.base/condbreak-call-false.c: New file.
17538 * gdb.base/condbreak-call-false.exp: New file.
17539
17540 2014-03-20 Pedro Alves <palves@redhat.com>
17541
17542 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17543 Delete.
17544 (block_signals, unblock_signals): Delete.
17545 (child_function_2, main): Remove references to deleted variable
17546 and functions.
17547
17548 2014-03-20 Pedro Alves <palves@redhat.com>
17549
17550 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17551 Use pthread_kill to signal thread 2.
17552 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17553 Adjust to make the test send itself a signal rather than using the
17554 host's "kill" command.
17555
17556 2014-03-20 Pedro Alves <palves@redhat.com>
17557
17558 * gdb.threads/multiple-step-overs.c: New file.
17559 * gdb.threads/multiple-step-overs.exp: New file.
17560 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17561 Adjust expected infrun debug output.
17562
17563 2014-03-20 Pedro Alves <palves@redhat.com>
17564
17565 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17566 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17567
17568 2014-03-20 Pedro Alves <palves@redhat.com>
17569
17570 PR breakpoints/7143
17571 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17572 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17573 of gdb_test_multiple.
17574 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17575 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17576
17577 2014-03-20 Pedro Alves <palves@redhat.com>
17578
17579 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17580 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17581
17582 2014-03-19 Pedro Alves <palves@redhat.com>
17583
17584 * gdb.base/async.exp: Remove early return.
17585
17586 2014-03-19 Pedro Alves <palves@redhat.com>
17587
17588 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17589
17590 2014-03-19 Pedro Alves <palves@redhat.com>
17591
17592 * gdb.base/async.exp (test_background): Expect \r\n after
17593 "completed." in the fail pattern.
17594
17595 2014-03-19 Pedro Alves <palves@redhat.com>
17596
17597 * gdb.base/async.exp (test_background): New procedure.
17598 Use it for all background execution command tests.
17599
17600 2014-03-19 Pedro Alves <palves@redhat.com>
17601
17602 * gdb.base/async.exp: Use prepare_for_testing.
17603
17604 2014-03-19 Pedro Alves <palves@redhat.com>
17605
17606 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17607 the same line.
17608
17609 2014-03-19 Pedro Alves <palves@redhat.com>
17610
17611 * gdb.base/async.c (main): Add "jump here" and "until here" line
17612 marker comments.
17613 * gdb.base/async.exp (jump_here): New global.
17614 (jump& test): Use it.
17615 (until_here): New global.
17616 (until& test): Use it.
17617
17618 2014-03-19 Pedro Alves <palves@redhat.com>
17619
17620 * gdb.base/async.exp: Don't frob gdb_protocol.
17621
17622 2014-03-18 Doug Evans <xdje42@gmail.com>
17623
17624 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17625 Fix spelling of exec-done-display.
17626
17627 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17628
17629 PR gdb/15358
17630 * gdb.base/gdb-sigterm.c: New file.
17631 * gdb.base/gdb-sigterm.exp: New file.
17632
17633 2014-03-18 Pedro Alves <palves@redhat.com>
17634
17635 PR gdb/13860
17636 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17637 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17638 solib-event.
17639
17640 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17641
17642 * gdb.ada/pckd_arr_ren: New testcase.
17643
17644 2014-03-13 Doug Evans <xdje42@gmail.com>
17645
17646 PR guile/16612
17647 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17648 collect after discarding symbols.
17649
17650 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17651 Doug Evans <xdje42@gmail.com>
17652
17653 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17654 to history survives a gc.
17655
17656 2014-03-13 Pedro Alves <palves@redhat.com>
17657
17658 * gdb.base/default.exp: Don't test "target procfs".
17659
17660 2014-03-13 Pedro Alves <palves@redhat.com>
17661
17662 * gdb.base/default.exp: Update "target child" and "target procfs"
17663 tests to not expect "Unix".
17664
17665 2014-03-12 Tom Tromey <tromey@redhat.com>
17666
17667 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17668 New procs. Add target-async tests.
17669 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17670 Add target-async tests.
17671
17672 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17673
17674 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17675 'func_start' and 'func_end' for the beginning and end of the
17676 function code, respectively.
17677 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17678 'func_end' instead of 'func' and 'main'.
17679
17680 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17681
17682 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17683 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17684 generate the debug info assembler source.
17685
17686 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17687
17688 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17689 * gdb.dwarf2/arr-subrange.exp: Likewise.
17690 * gdb.dwarf2/dwz.exp: Likewise.
17691 * gdb.dwarf2/method-ptr.exp: Likewise.
17692 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17693 * gdb.dwarf2/subrange.exp: Likewise.
17694 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17695 * gdb.dwarf2/implptrpiece.exp: Likewise.
17696 * gdb.dwarf2/nostaticblock.exp: Likewise.
17697
17698 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17699
17700 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17701 directory to absolute path name arguments.
17702
17703 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17704
17705 * gdb.ada/tagged_access: New testcase.
17706
17707 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17708
17709 * gdb.btrace/data.exp: Update expected output.
17710
17711 2014-03-06 Yao Qi <yao@codesourcery.com>
17712
17713 * gdb.trace/pr16508.exp: New file.
17714
17715 2014-03-05 Pedro Alves <palves@redhat.com>
17716
17717 PR gdb/16575
17718 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17719 procedure.
17720 (top level): Adjust to use it. Add tests that exercise breakpoint
17721 interaction with the code-cache.
17722
17723 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17724
17725 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17726 test for 'history-append!'.
17727
17728 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17729
17730 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17731 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17732 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17733 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17734 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17735 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17736
17737 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17738
17739 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17740 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17741 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17742
17743 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17744
17745 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17746
17747 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17748
17749 * gdb.dwarf2/arr-stride.c: New file.
17750 * gdb.dwarf2/arr-stride.exp: New file.
17751
17752 2014-02-26 Pedro Alves <palves@redhat.com>
17753
17754 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17755 that won't ever trigger. Make sure that GDB reports the correct
17756 breakpoint that caused the stop.
17757
17758 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17759
17760 PR gdb/16626
17761 * gdb.base/auto-load-script: New file.
17762 * gdb.base/auto-load.c: New file.
17763 * gdb.base/auto-load.exp: New file.
17764
17765 PR gdb/16626
17766 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17767
17768 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17769
17770 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17771 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17772
17773 2014-02-24 Doug Evans <dje@google.com>
17774
17775 * lib/gdb.exp (run_on_host): Log error output if program fails.
17776
17777 2014-02-21 Pedro Alves <palves@redhat.com>
17778
17779 * gdb.threads/step-after-sr-lock.c: Rename to ...
17780 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17781 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17782 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17783 ... this.
17784
17785 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17786
17787 PR tdep/16397
17788 * gdb.arch/amd64-stap-special-operands.exp: New file.
17789 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17790 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17791 * gdb.arch/amd64-stap-triplet.S: Likewise.
17792 * gdb.arch/amd64-stap-triplet.c: Likewise.
17793
17794 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17795
17796 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17797 in .section pseudo-op.
17798
17799 2014-02-20 lin zuojian <manjian2006@gmail.com>
17800 Joel Brobecker <brobecker@adacore.com>
17801 Doug Evans <xdje42@gmail.com>
17802
17803 PR symtab/16581
17804 * gdb.dwarf2/dw2-icycle.S: New file.
17805 * gdb.dwarf2/dw2-icycle.c: New file.
17806 * gdb.dwarf2/dw2-icycle.exp: New file.
17807
17808 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17809
17810 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17811 operations on gdb.Value objects.
17812 * gdb.python/py-value-cc.exp: Add new test to test operations on
17813 gdb.Value objects.
17814
17815 2014-02-18 Doug Evans <dje@google.com>
17816
17817 * Makefile.in (TESTS): New variable.
17818 (expanded_tests, expanded_tests_or_none): New variables
17819 (check-single): Pass $(expanded_tests_or_none) to runtest.
17820 (check-parallel): Only run tests in $(TESTS) if non-empty.
17821 (check/no-matching-tests-found): New rule.
17822 * README: Document TESTS makefile variable.
17823
17824 2014-02-18 Doug Evans <dje@google.com>
17825
17826 * Makefile.in (check-parallel): rm -rf outputs temp.
17827
17828 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17829
17830 Fix "ERROR: no fileid for" in the testsuite.
17831 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17832
17833 2014-02-12 Doug Evans <dje@google.com>
17834
17835 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17836 (MISCELLANEOUS): New variable.
17837 (clean): rm -rf $(MISCELLANEOUS).
17838 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17839 dwp live in the same directory as symlinks, with each symlink pointed
17840 to a differently named file in a different directory.
17841
17842 2014-02-11 Doug Evans <dje@google.com>
17843
17844 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17845 of Tcl file commands.
17846
17847 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17848
17849 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17850 "kill -SIGUSR1 -1".
17851
17852 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17853
17854 * gdb.ada/tick_length_array_enum_idx: New testcase.
17855
17856 2014-02-10 Doug Evans <xdje42@gmail.com>
17857
17858 * configure.ac (AC_OUTPUT): Add gdb.guile.
17859 * configure: Regenerate.
17860 * lib/gdb-guile.exp: New file.
17861 * lib/gdb.exp (get_target_charset): New function.
17862 * gdb.base/help.exp: Update expected output from "apropos apropos".
17863 * gdb.guile/Makefile.in: New file.
17864 * gdb.guile/guile.exp: New file.
17865 * gdb.guile/scm-arch.c: New file.
17866 * gdb.guile/scm-arch.exp: New file.
17867 * gdb.guile/scm-block.c: New file.
17868 * gdb.guile/scm-block.exp: New file.
17869 * gdb.guile/scm-breakpoint.c: New file.
17870 * gdb.guile/scm-breakpoint.exp: New file.
17871 * gdb.guile/scm-disasm.c: New file.
17872 * gdb.guile/scm-disasm.exp: New file.
17873 * gdb.guile/scm-equal.c: New file.
17874 * gdb.guile/scm-equal.exp: New file.
17875 * gdb.guile/scm-error.exp: New file.
17876 * gdb.guile/scm-error.scm: New file.
17877 * gdb.guile/scm-frame-args.c: New file.
17878 * gdb.guile/scm-frame-args.exp: New file.
17879 * gdb.guile/scm-frame-args.scm: New file.
17880 * gdb.guile/scm-frame-inline.c: New file.
17881 * gdb.guile/scm-frame-inline.exp: New file.
17882 * gdb.guile/scm-frame.c: New file.
17883 * gdb.guile/scm-frame.exp: New file.
17884 * gdb.guile/scm-generics.exp: New file.
17885 * gdb.guile/scm-gsmob.exp: New file.
17886 * gdb.guile/scm-iterator.c: New file.
17887 * gdb.guile/scm-iterator.exp: New file.
17888 * gdb.guile/scm-math.c: New file.
17889 * gdb.guile/scm-math.exp: New file.
17890 * gdb.guile/scm-objfile-script-gdb.in: New file.
17891 * gdb.guile/scm-objfile-script.c: New file.
17892 * gdb.guile/scm-objfile-script.exp: New file.
17893 * gdb.guile/scm-objfile.c: New file.
17894 * gdb.guile/scm-objfile.exp: New file.
17895 * gdb.guile/scm-ports.exp: New file.
17896 * gdb.guile/scm-pretty-print.c: New file.
17897 * gdb.guile/scm-pretty-print.exp: New file.
17898 * gdb.guile/scm-pretty-print.scm: New file.
17899 * gdb.guile/scm-section-script.c: New file.
17900 * gdb.guile/scm-section-script.exp: New file.
17901 * gdb.guile/scm-section-script.scm: New file.
17902 * gdb.guile/scm-symbol.c: New file.
17903 * gdb.guile/scm-symbol.exp: New file.
17904 * gdb.guile/scm-symtab-2.c: New file.
17905 * gdb.guile/scm-symtab.c: New file.
17906 * gdb.guile/scm-symtab.exp: New file.
17907 * gdb.guile/scm-type.c: New file.
17908 * gdb.guile/scm-type.exp: New file.
17909 * gdb.guile/scm-value-cc.cc: New file.
17910 * gdb.guile/scm-value-cc.exp: New file.
17911 * gdb.guile/scm-value.c: New file.
17912 * gdb.guile/scm-value.exp: New file.
17913 * gdb.guile/source2.scm: New file.
17914 * gdb.guile/types-module.cc: New file.
17915 * gdb.guile/types-module.exp: New file.
17916
17917 2014-02-10 Yao Qi <yao@codesourcery.com>
17918
17919 PR testsuite/16543
17920 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17921 * configure: Regenerated.
17922 * Makefile.in: New file.
17923
17924 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17925
17926 * gdb.python/py-framefilter.exp: Fix typo.
17927
17928 2014-02-08 Yao Qi <yao@codesourcery.com>
17929
17930 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17931 that no =breakpoint-modified is emitted when breakpoints are
17932 modified through MI commands.
17933
17934 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17935 Pedro Alves <palves@redhat.com>
17936
17937 * gdb.threads/step-after-sr-lock.c: New file.
17938 * gdb.threads/step-after-sr-lock.exp: New file.
17939
17940 2014-02-07 Pedro Alves <palves@redhat.com>
17941
17942 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17943
17944 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17945
17946 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17947 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17948
17949 2014-02-06 Doug Evans <xdje42@gmail.com>
17950
17951 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17952 output.
17953
17954 * gdb.gdb/python-interrupts.exp: New file.
17955
17956 2014-02-05 Yao Qi <yao@codesourcery.com>
17957
17958 * gdb.trace/report.exp (use_collected_data): Test the output
17959 of "info threads" and "info inferiors".
17960
17961 2014-02-05 Yao Qi <yao@codesourcery.com>
17962
17963 Revert this patch:
17964
17965 2013-05-24 Yao Qi <yao@codesourcery.com>
17966
17967 * gdb.trace/tfile.exp: Test inferior and thread.
17968
17969 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17970
17971 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17972 on a function.
17973 * gdb.base/step-bt.c: Call hello via function pointer to make
17974 sure its first instruction is executed on powerpc64le-linux.
17975
17976 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17977
17978 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17979
17980 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17981
17982 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17983 of the test patterns for use on little-endian systems.
17984
17985 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17986
17987 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17988 (decimal_vector): Fix for little-endian.
17989
17990 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17991
17992 * gdb.arch/sparc-sysstep.exp: New file.
17993 * gdb.arch/sparc-sysstep.c: Likewise.
17994
17995 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17996
17997 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17998
17999 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18000
18001 2014-01-23 Tom Tromey <tromey@redhat.com>
18002
18003 * gdb.ada/array_char_idx: New testcase.
18004
18005 2014-01-23 Tom Tromey <tromey@redhat.com>
18006
18007 PR python/16487:
18008 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18009 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18010 classes.
18011
18012 2014-01-23 Tom Tromey <tromey@redhat.com>
18013
18014 PR python/16491:
18015 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18016 string from an inferior frame.
18017 * gdb.python/py-framefilter-mi.exp: Update.
18018
18019 2014-01-22 Doug Evans <dje@google.com>
18020
18021 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18022
18023 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18024
18025 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18026
18027 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18028
18029 * gdb.trace/entry-values.exp: Remove excess space character from
18030 regex patterns. Handle s390 call instruction.
18031
18032 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18033
18034 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18035 define "*_start" label. Make "name" static.
18036 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18037 ${name} by references to ${name}_start.
18038
18039 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18040
18041 * gdb.base/info-macros.exp: Remove "debug" from the compile
18042 options.
18043
18044 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18045
18046 * gdb.dlang/demangle.exp: New file.
18047
18048 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18049
18050 * gdb.dlang/primitive-types.exp: New file.
18051
18052 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18053
18054 * configure.ac: Create gdb.dlang/Makefile.
18055 * configure: Regenerate.
18056 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18057 * gdb.dlang/Makefile.in: New file.
18058 * lib/d-support.exp: New file.
18059 * lib/gdb.exp (skip_d_tests): New proc.
18060
18061 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18062
18063 * gdb.btrace/delta.exp: Check reverse stepi.
18064 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18065 * gdb.btrace/finish.exp: New.
18066 * gdb.btrace/next.exp: New.
18067 * gdb.btrace/nexti.exp: New.
18068 * gdb.btrace/record_goto.c: Add comments.
18069 * gdb.btrace/step.exp: New.
18070 * gdb.btrace/stepi.exp: New.
18071 * gdb.btrace/multi-thread-step.c: New.
18072 * gdb.btrace/multi-thread-step.exp: New.
18073 * gdb.btrace/rn-dl-bind.c: New.
18074 * gdb.btrace/rn-dl-bind.exp: New.
18075 * gdb.btrace/data.c: New.
18076 * gdb.btrace/data.exp: New.
18077 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18078
18079 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18080
18081 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18082 * gdb.btrace/exception.exp: Update.
18083 * gdb.btrace/instruction_history.exp: Update.
18084 * gdb.btrace/record_goto.exp: Update.
18085 * gdb.btrace/tailcall.exp: Update.
18086 * gdb.btrace/unknown_functions.exp: Update.
18087 * gdb.btrace/delta.exp: New.
18088
18089 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18090
18091 * gdb.btrace/record_goto.exp: Add backtrace test.
18092 * gdb.btrace/tailcall.exp: Add backtrace test.
18093
18094 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18095
18096 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18097 * gdb.btrace/record_goto.c: New.
18098 * gdb.btrace/record_goto.exp: New.
18099 * gdb.btrace/x86-record_goto.S: New.
18100
18101 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18102
18103 * gdb.btrace/function_call_history.exp: Update tests.
18104 * gdb.btrace/instruction_history.exp: Update tests.
18105
18106 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18107
18108 * gdb.btrace/function_call_history.exp: Fix expected field
18109 order for "record function-call-history".
18110 Add new tests for "record function-call-history /c".
18111 * gdb.btrace/exception.cc: New.
18112 * gdb.btrace/exception.exp: New.
18113 * gdb.btrace/tailcall.exp: New.
18114 * gdb.btrace/x86-tailcall.S: New.
18115 * gdb.btrace/x86-tailcall.c: New.
18116 * gdb.btrace/unknown_functions.c: New.
18117 * gdb.btrace/unknown_functions.exp: New.
18118 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18119
18120 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18121
18122 * gdb.btrace/instruction_history.exp: Update.
18123 * gdb.btrace/function_call_history.exp: Update.
18124
18125 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18126
18127 * gdb.btrace/function_call_history.exp: Fix expected function
18128 trace.
18129 * gdb.btrace/instruction_history.exp: Initialize traced.
18130 Remove traced_functions.
18131
18132 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18133
18134 * gdb.btrace/function_call_history.exp: Update
18135 * gdb.btrace/instruction_history.exp: Update.
18136
18137 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18138
18139 * gdb.btrace/enable.exp: Update expected text.
18140
18141 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18142
18143 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18144 bytes.
18145
18146 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18147
18148 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18149
18150 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18151
18152 * lib/gdb.exp (supports_process_record): Return true for
18153 arm*-linux*. (supports_reverse): Likewise.
18154
18155 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18156
18157 PR python/15464
18158 PR python/16113
18159 * gdb.python/py-type.c: Enhance test case.
18160 * gdb.python/py-value-cc.cc: Likewise
18161 * gdb.python/py-type.exp: Add new tests.
18162 * gdb.python/py-value-cc.exp: Likewise
18163
18164 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18165 Pedro Alves <palves@redhat.com>
18166
18167 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18168 Make "name" extern.
18169 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18170 references to ${name}_start by references to ${name}.
18171
18172 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18173
18174 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18175
18176 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18177
18178 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18179
18180 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18181 Pedro Alves <palves@redhat.com>
18182
18183 * gdb.mi/mi-info-os.exp: Connect to the target with
18184 mi_gdb_target_load.
18185
18186 2014-01-08 Pedro Alves <palves@redhat.com>
18187
18188 * gdb.threads/reconnect-signal.c: New file.
18189 * gdb.threads/reconnect-signal.exp: New file.
18190
18191 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18192
18193 * gdb.base/source-dir.exp: New file.
18194
18195 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18196
18197 * gdb.ada/mi_interface: New testcase.
18198
18199 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18200
18201 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18202 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18203 gdb.ada/pp-rec-component/pck.ads: New files.
18204
18205 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18206
18207 * gdb.python/py-pp-integral.c: New file.
18208 * gdb.python/py-pp-integral.py: New file.
18209 * gdb.python/py-pp-integral.exp: New file.
18210
18211 For older changes see ChangeLog-1993-2013.
18212 \f
18213 ;; Local Variables:
18214 ;; mode: change-log
18215 ;; left-margin: 8
18216 ;; fill-column: 74
18217 ;; version-control: never
18218 ;; End:
18219
18220 Copyright 2014-2020 Free Software Foundation, Inc.
18221 Copying and distribution of this file, with or without modification,
18222 are permitted provided the copyright notice and this notice are preserved.
This page took 0.448444 seconds and 4 git commands to generate.