[gdb/symtab] Add symbol with inherited DW_AT_const_value to psymtabs
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-04-07 Tom de Vries <tdevries@suse.de>
2
3 PR symtab/25796
4 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5
6 2020-04-07 Tom de Vries <tdevries@suse.de>
7
8 * gdb.base/check-psymtab.c: New test.
9 * gdb.base/check-psymtab.exp: New file.
10
11 2020-04-06 Tom Tromey <tromey@adacore.com>
12
13 * gdb.ada/variant-record/proc.adb: New file.
14 * gdb.ada/variant-record/value.adb: New file.
15 * gdb.ada/variant-record/value.s: New file.
16 * gdb.ada/variant-record.exp: New file.
17
18 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
19
20 PR gdb/25325
21 * gdb.cp/typed-enum.cc: New test.
22 * gdb.cp/typed-enum.exp: New file.
23
24 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
27 * gdb.dwarf2/dw2-inline-small-func.c: New file.
28 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
29 * gdb.dwarf2/dw2-inline-small-func.h: New file.
30 * gdb.opt/inline-small-func.c: New file.
31 * gdb.opt/inline-small-func.exp: New file.
32 * gdb.opt/inline-small-func.h: New file.
33
34 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
37 function.
38
39 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * lib/dwarf.exp (function_range): Allow compiler options to be
42 specified.
43
44 2020-04-02 Tom de Vries <tdevries@suse.de>
45
46 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
47 __attribute__((always_inline)).
48 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
49
50 2020-04-02 Tom de Vries <tdevries@suse.de>
51
52 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
53 (gdbserver_gdb_exit): ... here. Add timeout warning.
54 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
55 (connect_target_extended_remote): Append new server_spawn_id to
56 server_spawn_ids.
57 (cleanup): New proc.
58 (setup, <toplevel>): Call cleanup.
59
60 2020-04-02 Tom de Vries <tdevries@suse.de>
61
62 * gdb.base/main-psymtab.exp: New file.
63
64 2020-04-02 Tom de Vries <tdevries@suse.de>
65
66 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
67
68 2020-04-01 Tom Tromey <tom@tromey.com>
69
70 * gdb.base/complex-parts.exp: Add type tests.
71
72 2020-04-01 Tom Tromey <tom@tromey.com>
73
74 * gdb.base/complex-parts.exp: Add arithmetic tests.
75
76 2020-04-01 Tom Tromey <tom@tromey.com>
77
78 * gdb.compile/compile.exp: Update.
79 * gdb.compile/compile-cplus.exp: Update.
80 * gdb.base/varargs.exp: Update.
81 * gdb.base/floatn.exp: Update.
82 * gdb.base/endianity.exp: Update.
83 * gdb.base/callfuncs.exp (do_function_calls): Update.
84 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
85 (complex_float_integral_args): Update.
86 * gdb.base/complex.exp: Update.
87 * gdb.base/complex-parts.exp: Update.
88
89 2020-04-01 Tom Tromey <tromey@adacore.com>
90
91 * gdb.rust/union.rs: New file.
92 * gdb.rust/union.exp: New file.
93 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
94 (main): Update.
95 * gdb.rust/simple.exp: Move union tests to union.exp.
96
97 2020-04-01 Tom Tromey <tromey@adacore.com>
98
99 * gdb.rust/simple.rs (main): Remove "y0".
100
101 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
102
103 * gdb.multi/stop-all-on-exit.c: New test.
104 * gdb.multi/stop-all-on-exit.exp: New file.
105
106 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
107
108 PR gdb/24789
109 * gdb.cp/misc.cc: Add integer reference variable.
110 * gdb.cp/misc.exp: Add test.
111
112 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
113
114 * gdb.server/stop-reply-no-thread.exp: Enhance the test
115 scenario to cover execution until the end and also the case
116
117 2020-03-31 Tom de Vries <tdevries@suse.de>
118
119 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
120 c. Use "maint info symtabs" to check symtab expansion.
121
122 2020-03-30 Tom de Vries <tdevries@suse.de>
123
124 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
125 unsupported.
126 (verify_psymtab_expanded): Move ...
127 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
128 test.
129 (readnow): New proc.
130
131 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
132
133 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
134 with $hex.
135
136 2020-03-20 Tom Tromey <tromey@adacore.com>
137
138 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
139
140 2020-03-20 Tom Tromey <tromey@adacore.com>
141
142 * gdb.ada/sub_variant/subv.adb: New file.
143 * gdb.ada/sub_variant.exp: New file.
144
145 2020-03-20 Tom de Vries <tdevries@suse.de>
146
147 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
148 first break fails.
149 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
150
151 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.server/exit-multiple-threads.c: New file.
154 * gdb.server/exit-multiple-threads.exp: New file.
155
156 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * gdb.fortran/mixed-lang-stack.c: New file.
159 * gdb.fortran/mixed-lang-stack.cpp: New file.
160 * gdb.fortran/mixed-lang-stack.exp: New file.
161 * gdb.fortran/mixed-lang-stack.f90: New file.
162
163 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
164
165 * gdb.linespec/cp-completion-aliases.cc: New file.
166 * gdb.linespec/cp-completion-aliases.exp: New file.
167
168 2020-03-19 Tom de Vries <tdevries@suse.de>
169
170 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
171 more precise.
172
173 2020-03-18 Tom de Vries <tdevries@suse.de>
174
175 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
176 * gdb.dwarf2/break-inline-psymtab.c: New test.
177 * gdb.dwarf2/break-inline-psymtab.exp: New file.
178
179 2020-03-16 Tom de Vries <tdevries@suse.de>
180
181 * lib/cache.exp (gdb_do_cache): Add and handle local variables
182 cache_verify and cache_verify_proc.
183
184 2020-03-15 Tom de Vries <tdevries@suse.de>
185
186 * gdb.server/solib-list.exp: Handle
187 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
188
189 2020-03-15 Tom de Vries <tdevries@suse.de>
190
191 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
192 objfiles".
193
194 2020-03-14 Tom Tromey <tom@tromey.com>
195
196 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
197
198 2020-03-14 Tom de Vries <tdevries@suse.de>
199
200 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
201
202 2020-03-14 Tom de Vries <tdevries@suse.de>
203
204 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
205 result in line-by-line fashion.
206
207 2020-03-14 Tom de Vries <tdevries@suse.de>
208
209 * lib/gdb.exp (supports_statement_frontiers): New proc.
210 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
211
212 2020-03-14 Tom de Vries <tdevries@suse.de>
213
214 * gdb.base/printcmds.exp: Add missing quoting for "print
215 teststring2".
216
217 2020-03-13 Tom Tromey <tom@tromey.com>
218
219 * gdb.base/printcmds.exp (test_print_strings): Add regression
220 test.
221 * gdb.base/printcmds.c (charptr): New typedef.
222 (teststring2): New global.
223
224 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.base/break-interp.exp: Use the tail of the filename, not the
227 full path in the test name.
228 (test_ld): Add some with_test_prefix blocks to make test names
229 unique.
230
231 2020-03-13 Tom de Vries <tdevries@suse.de>
232
233 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
234
235 2020-03-13 Tom de Vries <tdevries@suse.de>
236
237 * gdb.mi/mi-sym-info.exp: Make matching more precise.
238
239 2020-03-13 Tom de Vries <tdevries@suse.de>
240
241 PR symtab/25646
242 * gdb.dwarf2/imported-unit.exp: Add test.
243
244 2020-03-13 Tom de Vries <tdevries@suse.de>
245
246 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
247 (var1, var2): New variable.
248 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
249 matching symbols.
250
251 2020-03-13 Tom de Vries <tdevries@suse.de>
252
253 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
254 (Term::command): Use prompt prefix.
255 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
256 * gdb.tui/tui-layout-asm-short-prog.exp: Use
257 command_no_prompt_prefix instead of prefix.
258 * gdb.tui/tui-layout-asm.exp: Same.
259
260 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
261
262 * gdb.base/break-interp.exp: Use foreach_with_prefix.
263
264 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
265
266 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
267 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
268 on" while stepping over the test instruction, match printed
269 message.
270
271 2020-03-12 Tom de Vries <tdevries@suse.de>
272
273 * gdb.base/info-types.exp: Use exp_continue during matching of output
274 of "info types".
275
276 2020-03-12 Tom de Vries <tdevries@suse.de>
277
278 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
279
280 2020-03-12 Tom de Vries <tdevries@suse.de>
281
282 * gdb.fortran/module.exp: Use exp_continue during matching of output
283 of "info variable -n".
284
285 2020-03-12 Tom de Vries <tdevries@suse.de>
286
287 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
288 gdb.dwarf2/dw2-ranges-base.c.
289
290 2020-03-12 Tom de Vries <tdevries@suse.de>
291
292 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
293 in presence of GLIBC debuginfo.
294
295 2020-03-12 Tom de Vries <tdevries@suse.de>
296
297 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
298 $core.
299
300 2020-03-12 Tom de Vries <tdevries@suse.de>
301
302 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
303 more precise.
304
305 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
306
307 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
308 from Unix to Windows path.
309
310 2020-03-11 Tom de Vries <tdevries@suse.de>
311
312 * gdb.ada/minsyms.exp: Set language to ada.
313
314 2020-03-11 Tom de Vries <tdevries@suse.de>
315
316 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
317
318 2020-03-11 Tom de Vries <tdevries@suse.de>
319
320 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
321
322 2020-03-11 Tom Tromey <tromey@adacore.com>
323
324 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
325
326 2020-03-11 Tom de Vries <tdevries@suse.de>
327
328 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
329
330 2020-03-11 Tom de Vries <tdevries@suse.de>
331
332 * gdb.base/break-interp.exp: Limit verbose scope.
333
334 2020-03-11 Tom de Vries <tdevries@suse.de>
335
336 * gdb.fortran/logical.f90: Define variable with character type.
337 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
338
339 2020-03-11 Tom de Vries <tdevries@suse.de>
340
341 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
342
343 2020-03-11 Tom de Vries <tdevries@suse.de>
344
345 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
346 symtabs.
347
348 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
349 Bernd Edlinger <bernd.edlinger@hotmail.de>
350
351 * gdb.cp/step-and-next-inline.cc: New file.
352 * gdb.cp/step-and-next-inline.exp: New file.
353 * gdb.cp/step-and-next-inline.h: New file.
354 * gdb.dwarf2/dw2-is-stmt.c: New file.
355 * gdb.dwarf2/dw2-is-stmt.exp: New file.
356 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
357 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
358 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
359
360 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
363 is-stmt flag in the line table.
364
365 2020-03-09 Tom de Vries <tdevries@suse.de>
366
367 * lib/gdb.exp (cached_file): Create cache dir.
368
369 2020-03-07 Tom de Vries <tdevries@suse.de>
370
371 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
372 * gdb.cp/rvalue-ref-params.exp: Same.
373
374 2020-03-06 Tom de Vries <tdevries@suse.de>
375
376 * lib/gdb.exp (tentative_rename, cached_file): New proc.
377 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
378
379 2020-03-06 Tom de Vries <tdevries@suse.de>
380
381 * README: Fix "the the".
382 * gdb.base/dprintf.exp: Same.
383
384 2020-03-05 Tom de Vries <tdevries@suse.de>
385
386 * gdb.base/maint.exp: Update "main print statistics" expected output.
387
388 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
389
390 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
391 (fortran_int8): Likewise.
392 (fortran_real4): Likewise.
393 (fortran_real8): Likewise.
394 (fortran_complex4): Likewise.
395 (fortran_logical4): Likewise.
396 (fortran_character1): Likewise.
397
398 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.fortran/logical.exp: Add tests that any non-zero value is
401 printed as true.
402
403 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
404
405 * gdb.base/printcmds.exp: Add test to verify printf of a
406 variable holding an address.
407
408 2020-03-03 Tom de Vries <tdevries@suse.de>
409
410 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
411
412 2020-03-03 Tom de Vries <tdevries@suse.de>
413
414 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
415 gdb_test_multiple call.
416
417 2020-03-03 Tom de Vries <tdevries@suse.de>
418
419 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
420 gdb_test_multiple calls.
421
422 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
423
424 * gdb.base/default.exp: Remove test of 'set history filename'.
425 * gdb.base/gdbinit-history.exp: Add tests for setting the history
426 filename to the empty string.
427 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
428 and GDBHISTSIZE.
429
430 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
431
432 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
433 disabled.
434
435 2020-03-02 Pedro Alves <palves@redhat.com>
436 Tom de Vries <tdevries@suse.de>
437
438 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
439 -prompt prefix, before user_code argument. Add -lbl option likewise.
440 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
441 (gdb_is_target_1): Add -prompt prefix and move to before user_code
442 argument.
443 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
444 have "\r\n" at start-of-line, instead of at end-of-line.
445
446 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
447
448 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
449 libinproctrace.so.
450
451 2020-02-28 Luis Machado <luis.machado@linaro.org>
452
453 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
454 to "p/x".
455
456 2020-02-28 Luis Machado <luis.machado@linaro.org>
457
458 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
459 asm/ptrace.h and error.h.
460
461 2020-02-28 Tom de Vries <tdevries@suse.de>
462
463 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
464 (struct wrapper, do_something, mundane/symada__cS): Move ...
465 * gdb.base/c-linkage-name-2.c: ... here. New source file.
466 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
467 Update "print symada__cS before partial symtab expansion" regexp.
468 Update breakpoint location. Flush symbol cache after expansion.
469
470 2020-02-28 Luis Machado <luis.machado@linaro.org>
471
472 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
473
474 2020-02-27 Tom de Vries <tdevries@suse.de>
475
476 * config/sid.exp: Remove unused globals.
477 * gdb.base/attach.exp: Same.
478 * gdb.base/catch-load.exp: Same.
479 * gdb.base/dbx.exp: Same.
480 * lib/gdb.exp: Same.
481 * lib/mi-support.exp: Same.
482 * lib/prompt.exp: Same.
483
484 2020-02-27 Tom de Vries <tdevries@suse.de>
485
486 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
487 not set.
488
489 2020-02-26 Aaron Merey <amerey@redhat.com>
490
491 * gdb.debuginfod: New directory for debuginfod tests.
492 * gdb.debuginfod/main.c: New test file.
493 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
494
495 2020-02-26 Tom de Vries <tdevries@suse.de>
496
497 PR gdb/25603
498 * gdb.base/persistent-lang.cc: New test.
499 * gdb.base/persistent-lang.exp: New file.
500
501 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * gdb.fortran/derived-type-striding.exp: Add a new test.
504 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
505 new test.
506
507 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
508
509 * gdb.base/cached-source-file.exp: Avoid source file paths in test
510 names.
511
512 2020-02-25 Tom de Vries <tdevries@suse.de>
513
514 PR go/18926
515 * gdb.go/methods.exp: Remove gcc/93866 xfail.
516
517 2020-02-24 Tom de Vries <tdevries@suse.de>
518
519 PR gdb/25592
520 * gdb.base/info-locals-unused-static-var.c: New test.
521 * gdb.base/info-locals-unused-static-var.exp: New file.
522
523 2020-02-22 Tom Tromey <tom@tromey.com>
524
525 * gdb.python/tui-window.exp: New file.
526 * gdb.python/tui-window.py: New file.
527
528 2020-02-22 Tom Tromey <tom@tromey.com>
529
530 PR tui/17850:
531 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
532 tests.
533
534 2020-02-22 Tom Tromey <tom@tromey.com>
535
536 * gdb.tui/new-layout.exp: Add sub-layout tests.
537
538 2020-02-22 Tom Tromey <tom@tromey.com>
539
540 * gdb.tui/new-layout.exp: New file.
541
542 2020-02-22 Tom Tromey <tom@tromey.com>
543
544 * gdb.rust/rust-style.rs: New file.
545 * gdb.rust/rust-style.exp: New file.
546 * gdb.base/style.exp: Test structure printing.
547 * gdb.base/style.c (struct some_struct): New type.
548 (enum etype): New type.
549 (struct_value): New global.
550
551 2020-02-21 Tom de Vries <tdevries@suse.de>
552
553 PR go/18926
554 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
555 Remove blanket xfails. Use message argument for gdb_breakpoint.
556 Make continuing to breakpoint test conditional on setting breakpoint.
557 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
558 DW_AT_name attribute. Add xfail for GCC PR93866.
559
560 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
561
562 * gdb.dwarf2/cpp-linkage-name.c: New file.
563 * gdb.dwarf2/cpp-linkage-name.exp: New file.
564
565 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
566
567 * lib/gdb.exp (gdb_wrapper_init): Reset
568 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
569 not exist.
570
571 2020-02-20 Tom de Vries <tdevries@suse.de>
572
573 PR go/17018
574 * gdb.go/hello.exp: Copy ...
575 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
576 print of st to print value of global definition. Add xfail for GCC
577 PR93844.
578 * gdb.go/hello.exp: Remove printing of st before definition.
579 * gdb.go/hello.go: Copy ...
580 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
581 to st.
582 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
583
584 2020-02-20 Tom de Vries <tdevries@suse.de>
585
586 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
587 (gdb_simple_compile): Handle compile_flags go by using .go extension
588 for source file.
589 * gdb.go/chan.exp: Use support_go_compile.
590 * gdb.go/handcall.exp: Same.
591 * gdb.go/hello.exp: Same.
592 * gdb.go/integers.exp: Same.
593 * gdb.go/max-depth.exp: Same.
594 * gdb.go/methods.exp: Same.
595 * gdb.go/package.exp: Same.
596 * gdb.go/strings.exp: Same.
597 * gdb.go/types.exp: Same.
598 * gdb.go/unsafe.exp: Same.
599
600 2020-02-19 Tom de Vries <tdevries@suse.de>
601
602 * gdb.python/lib-types.exp: Make xfail more strict.
603
604 2020-02-19 Tom de Vries <tdevries@suse.de>
605
606 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
607
608 2020-02-19 Doug Evans <dje@google.com>
609
610 PR rust/25535
611 * gdb.rust/simple.exp: Add test.
612 * gdb.rust/simple.rs: Add test.
613
614 2020-02-19 Tom de Vries <tdevries@suse.de>
615
616 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
617 output line-by-line.
618
619 2020-02-19 Tom de Vries <tdevries@suse.de>
620
621 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
622
623 2020-02-19 Tom de Vries <tdevries@suse.de>
624
625 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
626 prelink.
627
628 2020-02-19 Tom de Vries <tdevries@suse.de>
629
630 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
631 (gdb_do_cache): Use gdb_do_cache_wrap.
632 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
633
634 2020-02-19 Tom de Vries <tdevries@suse.de>
635
636 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
637 gdb_compile option.
638
639 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
640
641 * gdb.base/printcmds.exp (test_print_enums): Update expected
642 output.
643
644 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
645
646 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
647 for "unknown".
648
649 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
650
651 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
652 enumerator.
653
654 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
655
656 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
657 FE_, add FE_NONE.
658 (three): Update.
659 (enum flag_enum_without_zero): New enum.
660 (flag_enum_without_zero): New variable.
661 (enum not_flag_enum): New enum.
662 (three_not_flag): New variable.
663 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
664 (test_print_enums): Add more tests for printing flag enums.
665
666 2020-02-18 Tom de Vries <tdevries@suse.de>
667
668 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
669 (gdb_compile_ada): ... here.
670 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
671 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
672
673 2020-02-14 Tom Tromey <tom@tromey.com>
674
675 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
676 build directory.
677 * boards/gdbserver-base.exp: Update path to gdbserver.
678
679 2020-02-13 Tom de Vries <tdevries@suse.de>
680
681 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
682
683 2020-02-13 Tom de Vries <tdevries@suse.de>
684
685 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
686 are missing.
687
688 2020-02-13 Tom de Vries <tdevries@suse.de>
689
690 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
691 call.
692
693 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
694
695 PR tui/25126
696 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
697 * gdb.base/cached-source-file.c: New file.
698 * gdb.base/cached-source-file.exp: New file.
699
700 2020-02-11 Tom de Vries <tdevries@suse.de>
701
702 PR testsuite/25488
703 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
704
705 2020-02-10 Tom de Vries <tdevries@suse.de>
706
707 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
708
709 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
710
711 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
712 and $after_addr are both integers before making a comparison.
713
714 2020-02-09 Tom de Vries <tdevries@suse.de>
715
716 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
717 command output and paste it into gdb.log. If any, paste catch message
718 to gdb.log.
719
720 2020-02-07 Tom Tromey <tromey@adacore.com>
721
722 PR breakpoints/24915:
723 * gdb.base/annotate-symlink.exp: Use setup_xfail.
724
725 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
726
727 * gdb.tui/tui-missing-src.exp: Add the "missing source
728 file" test for the TUI.
729
730 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
733 including a port number in the output.
734
735 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
736
737 * lib/fortran.exp (fortran_int4): Handle clang.
738 (fortran_int8): Likewise.
739 (fortran_real4): Likewise.
740 (fortran_real8): Likewise.
741 (fortran_complex4): Likewise.
742 (fortran_logical4): Likewise.
743 (fortran_character1): Likewise.
744
745 2020-02-04 Tom de Vries <tdevries@suse.de>
746
747 * README (Race detection): Add note.
748
749 2020-02-04 Tom de Vries <tdevries@suse.de>
750
751 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
752
753 2020-02-04 Tom de Vries <tdevries@suse.de>
754
755 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
756
757 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
758
759 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
760 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
761 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
762 blttar, bnetarl.
763 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
764 binary for blttar, bnetarl.
765 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
766 wait instruction. Delete ldmx test.
767 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
768
769 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
770
771 * gdb.fortran/array-bounds-high.exp: New file.
772 * gdb.fortran/array-bounds-high.f90: New file.
773
774 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
775
776 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
777 Replace #include of <sys/fcntl.h> by <fcntl.h>.
778
779 2020-02-01 Tom de Vries <tdevries@suse.de>
780
781 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
782
783 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
784
785 PR tui/9765
786 * gdb.tui/tui-layout-asm-short-prog.S: New file.
787 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
788
789 2020-01-29 Luis Machado <luis.machado@linaro.org>
790
791 * gdb.arch/aarch64-brk-patterns.c: New source file.
792 * gdb.arch/aarch64-brk-patterns.exp: New test.
793
794 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
795
796 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
797 GCC/Clang version.
798 * gdb.cp/pass-by-ref.exp: Ditto.
799
800 2020-01-29 Tom de Vries <tdevries@suse.de>
801
802 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
803 * gdb.threads/watchpoint-fork-mt.c: Same.
804 * gdb.threads/watchpoint-fork-parent.c: Same.
805 * gdb.threads/watchpoint-fork-st.c: Same.
806 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
807
808 2020-01-27 Luis Machado <luis.machado@linaro.org>
809
810 * gdb.base/step-over-syscall.exp (setup): Check if we're already
811 sitting at a syscall instruction when we hit the syscall function's
812 breakpoint.
813 Check PC against one obtained with the x command.
814 Validate syscall number.
815 (step_over_syscall): Don't continue to the syscall instruction if
816 we're already there.
817
818 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
819
820 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
821
822 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
823
824 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
825 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
826
827 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
828
829 * gdb.dwarf2/dw2-inline-stepping.c: New file.
830 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
831
832 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.base/maint.exp: Update line table parsing test.
835 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
836
837 2020-01-24 Pedro Alves <palves@redhat.com>
838
839 PR gdb/25410
840 * gdb.multi/multi-re-run-1.c: New.
841 * gdb.multi/multi-re-run-2.c: New.
842 * gdb.multi/multi-re-run.exp: New.
843
844 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
845
846 PR gdb/23718
847 * gdb.server/server-kill-python.exp: New file.
848
849 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
850
851 * gdb.server/multi-ui-errors.c: New file.
852 * gdb.server/multi-ui-errors.exp: New file.
853
854 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
855
856 PR tui/9765
857 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
858
859 2020-01-19 Tom Tromey <tom@tromey.com>
860
861 * gdb.tui/main.exp: Add check for plain "file".
862
863 2020-01-16 Christian Biesinger <cbiesinger@google.com>
864
865 * lib/gdb.exp: Fix spelling error (seperatelly).
866
867 2020-01-14 Tom Tromey <tom@tromey.com>
868
869 PR symtab/12535:
870 * gdb.python/python.exp: Test decode_line with empty string
871 argument.
872
873 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
874
875 * gdb.base/skip-inline.exp: Extend test.
876
877 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
878
879 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
880 * gdb.dwarf2/dw2-bad-elf.c: New file.
881 * gdb.dwarf2/dw2-bad-elf.exp: New file.
882
883 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
884
885 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
886 _line_saw_file.
887
888 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
891 border.
892
893 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
894
895 * gdb.multi/multi-target.exp (setup): Factor out "info
896 connections" and "info inferiors" tests to ...
897 (test_info_inferiors): ... this new procedure.
898 (top level): Run new "info-inferiors" tests.
899
900 2020-01-10 Pedro Alves <palves@redhat.com>
901
902 * gdb.server/bkpt-other-inferior.exp: New file.
903
904 2020-01-10 Pedro Alves <palves@redhat.com>
905
906 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
907 of "add-inferior".
908 * gdb.base/quit-live.exp: Likewise.
909 * gdb.base/remote-exec-file.exp: Likewise.
910 * gdb.guile/scm-progspace.exp: Likewise.
911 * gdb.linespec/linespec.exp: Likewise.
912 * gdb.mi/new-ui-mi-sync.exp: Likewise.
913 * gdb.mi/user-selected-context-sync.exp: Likewise.
914 * gdb.multi/multi-target.exp (setup): Add "info connection" and
915 "info inferiors" tests.
916 * gdb.multi/remove-inferiors.exp: Adjust expected output of
917 "add-inferior".
918 * gdb.multi/watchpoint-multi.exp: Likewise.
919 * gdb.python/py-inferior.exp: Likewise.
920 * gdb.server/extended-remote-restart.exp: Likewise.
921 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
922 "info inferiors".
923 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
924 * gdb.trace/report.exp: Likewise.
925
926 2020-01-10 Pedro Alves <palves@redhat.com>
927
928 * gdb.multi/multi-target.c: New file.
929 * gdb.multi/multi-target.exp: New file.
930 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
931 mode requested, but remote does not support non-stop".
932
933 2020-01-10 Pedro Alves <palves@redhat.com>
934
935 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
936 disconnect before reconnecting.
937
938 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
939 Pedro Alves <palves@redhat.com>
940
941 * gdb.server/connect-without-multi-process.exp: Also test
942 continuing to end.
943
944 2020-01-10 Pedro Alves <palves@redhat.com>
945
946 * gdb.base/remote-exec-file.exp: New file.
947
948 2020-01-10 Pedro Alves <palves@redhat.com>
949
950 * gdb.base/fork-running-state.exp (do_test): Adjust expected
951 output.
952 * gdb.threads/async.c: New.
953 * gdb.threads/async.exp: New.
954 * gdb.multi/tids-gid-reset.c: New.
955 * gdb.multi/tids-gid-reset.exp: New.
956
957 2020-01-10 George Barrett <bob@bob131.so>
958
959 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
960 to help in finding the image relocation offset.
961 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
962 options in arguments.
963 (stap_test_no_debuginfo): Likewise.
964 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
965 test variants.
966 (stap_test): Add null semaphore relocation test.
967
968 2020-01-10 George Barrett <bob@bob131.so>
969
970 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
971 * gdb.base/stap-probe.exp: Likewise.
972 (stap_test): Pass argument as an additional flag.
973 (stap_test_no_debuginfo): Likewise.
974 (stap_test): Check `info probes stap' output for semaphore
975 addresses if the test binary is supposed to have them.
976
977 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * gdb.tui/basic.exp: Add more scrolling tests.
980
981 2020-01-09 Tom Tromey <tom@tromey.com>
982
983 PR tui/18932:
984 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
985 meangingful value.
986 (Term::command, Term::resize): Update.
987 * gdb.tui/basic.exp: Add scrolling test.
988
989 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
990
991 * gdb.tui/tui-layout-asm.exp: New file.
992
993 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
994
995 * lib/tuiterm.exp (Term::check_box_contents): New proc.
996
997 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1000 (Term::enter_tui): Use Term::prepare_for_tui.
1001
1002 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1003
1004 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1005 called.
1006
1007 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1008
1009 * gdb.base/skip.exp: Fix race condition in test.
1010
1011 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * gdb.base/backtrace.c: New file.
1014 * gdb.base/backtrace.exp: New file.
1015
1016 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1017
1018 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1019
1020 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1021
1022 * gdb.base/style.exp: Test that warnings are styled.
1023
1024 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1025
1026 * gdb.base/line65535.exp: New file.
1027 * gdb.base/line65535.c: New file.
1028
1029 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1030
1031 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1032 * lib/gnat_debug_info_test.adb: New file.
1033 * gdb.ada/ptype_tagged_param.exp: Use
1034 gnat_runtime_has_debug_info, expect a different output if
1035 runtime does not have debug info.
1036
1037 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1038
1039 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1040 (another) quote in test name.
1041
1042 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1043
1044 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1045 Add quote in test name.
1046
1047 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1048
1049 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1050 directory instead.
1051 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1052 * gdb.cp/pass-by-ref-2.cc: New file.
1053 * gdb.cp/pass-by-ref-2.exp: New file.
1054
1055 2019-12-20 Tom Tromey <tom@tromey.com>
1056
1057 * gdb.tui/list-before.exp: New file.
1058
1059 2019-12-20 Tom Tromey <tom@tromey.com>
1060
1061 * gdb.tui/list.exp: Check for source on initial listing.
1062
1063 2019-12-11 Tom Tromey <tromey@adacore.com>
1064
1065 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1066 Add crlf test.
1067
1068 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1069
1070 * gdb.base/default.exp: Update value of $_gdb_major.
1071
1072 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1073
1074 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1075
1076 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1077
1078 * gdb.base/skip.exp: Whitespace fix.
1079
1080 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1081
1082 * gdb.base/skip-inline.c: New file.
1083 * gdb.base/skip-inline.exp: New file.
1084
1085 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1086
1087 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1088 jit_function_00 to jit_function_stack_mangle.
1089 * gdb.base/jithost.c (jit_function_t): Rename to...
1090 (jit_function_stack_mangle_t): ... this.
1091 (jit_function_add_t): New typedef.
1092 (jit_function_00_code): Rename to...
1093 (jit_function_stack_mangle_code): ... this, make static.
1094 (jit_function_add_code): New.
1095 (main): Generate "add" function and call it. Adjust to changes
1096 in jithost_abi.
1097 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1098 (struct jithost_abi) <begin, end>: Remove fields.
1099 <object, function_stack_mangle, function_add>: New fields.
1100 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1101 code_end>: Remove fields.
1102 <func_stack_mangle>: New field.
1103 (read_debug_info): Adjust to renaming, create block for "add"
1104 function.
1105 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1106
1107 2019-12-11 Tom Tromey <tom@tromey.com>
1108
1109 * gdb.tui/resize.exp: Fix regexp.
1110 * gdb.tui/regs.exp: Fix regexps.
1111 * gdb.tui/main.exp: Fix regexp.
1112
1113 2019-12-11 Tom Tromey <tom@tromey.com>
1114
1115 * gdb.tui/resize.exp: Update.
1116 * gdb.tui/empty.exp (layouts): Update.
1117
1118 2019-12-11 Tom Tromey <tom@tromey.com>
1119
1120 * gdb.tui/regs.exp: Update.
1121 * gdb.tui/empty.exp (layouts): Update.
1122 * gdb.tui/basic.exp: Update.
1123 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1124
1125 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1126
1127 * gdb.base/options.exp: Add -raw-values in the print completion list.
1128 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1129
1130 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1131
1132 * gdb.threads/omp-par-scope.c: New file.
1133 * gdb/threads/omp-par-scope.exp: New file.
1134
1135 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1136
1137 * lib/gdb.exp (support_nested_function_tests): New proc.
1138
1139 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1140
1141 * lib/gdb.exp (gdb_compile_openmp): New proc.
1142 (build_executable_from_specs): Add an "openmp" option.
1143 (gdb_compile_pthreads): Add non-executable case.
1144
1145 2019-12-10 Tom Tromey <tromey@adacore.com>
1146
1147 * gdb.ada/unchecked_union.exp: New file.
1148 * gdb.ada/unchecked_union/pck.adb: New file.
1149 * gdb.ada/unchecked_union/pck.ads: New file.
1150 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1151 * gdb-utils.exp (string_to_regexp): Also quote "?".
1152
1153 2019-12-10 George Barrett <bob@bob131.so>
1154
1155 Test scripted probe breakpoints.
1156 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1157 * gdb.python/py-breakpoint.c (main): Likewise.
1158 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1159 specifier test.
1160 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1161
1162 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1163
1164 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1165 an rvalue parameter.
1166 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1167 parameter.
1168
1169 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1170
1171 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1172 modules.
1173
1174 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1175
1176 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1177 broken version of GCC.
1178
1179 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1180
1181 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1182 sym-info-cmds library.
1183 * gdb.fortran/info-types.exp: Likewise.
1184 * lib/sym-info-cmds.exp: New file.
1185
1186 2019-12-08 Tom de Vries <tdevries@suse.de>
1187
1188 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1189
1190 2019-12-07 Keith Seitz <keiths@redhat.com>
1191
1192 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1193 * gdb.base/corefile-buildid-shlib.c: New file.
1194 * gdb.base/corefile-buildid.c: New file.
1195 * gdb.base/corefile-buildid.exp: New file.
1196
1197 2019-12-06 Tom de Vries <tdevries@suse.de>
1198
1199 * gdb.dwarf2/varval.exp: Add decl before def test.
1200
1201 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1202
1203 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1204
1205 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1206
1207 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1208 CV and reference conversion for overload resolution.
1209 * gdb.cp/rvalue-ref-overload.exp: Test it.
1210
1211 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1212
1213 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1214 * gdb.base/frameapply.exp: Test faas without command.
1215
1216 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1217
1218 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1219 Fortran tests.
1220 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1221 order.
1222
1223 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1226 casting to type with no kind specified.
1227 (test_basic_parsing_of_type_kinds): Additional tests for types
1228 with no kind specified, and add tests for single/double
1229 precision/complex types.
1230
1231 2019-12-04 Tom Tromey <tromey@adacore.com>
1232
1233 * gdb.base/endianity.c (struct other) <x>: New field.
1234 (main): Initialize it.
1235 * gdb.base/endianity.exp: Update.
1236
1237 2019-12-04 Tom Tromey <tromey@adacore.com>
1238
1239 * gdb.ada/scalar_storage/storage.adb: New file.
1240 * gdb.ada/scalar_storage/pck.adb: New file.
1241 * gdb.ada/scalar_storage/pck.ads: New file.
1242 * gdb.ada/scalar_storage.exp: New file.
1243
1244 2019-12-04 Tom Tromey <tromey@adacore.com>
1245
1246 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1247 (main): Initialize it.
1248 * gdb.base/endianity.exp: Update.
1249
1250 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1251
1252 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1253
1254 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1255
1256 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1257 -symbol-info-module-functions and -symbol-info-module-variables.
1258
1259 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1260
1261 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1262
1263 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1264 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 * gdb.fortran/derived-type-striding.exp: New file.
1267 * gdb.fortran/derived-type-striding.f90: New file.
1268 * gdb.fortran/array-slices.exp: New file.
1269 * gdb.fortran/array-slices.f90: New file.
1270
1271 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1272
1273 * gdb.base/define.exp: Test . in command names.
1274 * gdb.base/setshow.exp: Update test, as . is now part of
1275 command name.
1276
1277 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1278
1279 * gdb.base/define-prefix.exp: New file.
1280
1281 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1282
1283 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1284 compile.
1285 (skip_btrace_pt_tests): Likewise.
1286
1287 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1288
1289 * gdb.fortran/info-modules.exp: Compile source files in correct
1290 order.
1291
1292 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1293
1294 * gdb.dwarf2/imported-unit.exp: New file.
1295 * gdb.dwarf2/imported-unit.c: New file.
1296
1297 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1298
1299 * gdb.mi/mi-fortran-modules-2.f90: New file.
1300 * gdb.mi/mi-fortran-modules.exp: New file.
1301 * gdb.mi/mi-fortran-modules.f90: New file.
1302
1303 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1304
1305 * gdb.mi/mi-sym-info-1.c: New file.
1306 * gdb.mi/mi-sym-info-2.c: New file.
1307 * gdb.mi/mi-sym-info.exp: New file.
1308
1309 2019-11-22 Tom Tromey <tromey@adacore.com>
1310
1311 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1312 * gdb.ada/tasks/foo.adb: Add another stopping location.
1313
1314 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1315
1316 * gdb.base/endianity.c: New test.
1317 * gdb.base/endianity.exp: New file.
1318
1319 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1320
1321 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1322
1323 2019-11-21 Tom de Vries <tdevries@suse.de>
1324
1325 PR gdb/24956
1326 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1327
1328 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1329
1330 * gdb.python/py-progspace.exp: Add missing parentheses on some
1331 'print' commands.
1332
1333 2019-11-19 Tom Tromey <tom@tromey.com>
1334
1335 * gdb.tui/winheight.exp: New file.
1336
1337 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1338
1339 * gdb.base/ctf-whatis.c: Delete.
1340 * gdb.base/ctf-whatis.exp: Delete.
1341 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1342
1343 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1344
1345 * gdb.base/ctf-cvexpr.exp: Delete.
1346 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1347
1348 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1351 the compiler. Clean up header comment a little.
1352 * gdb.base/ctf-ptype.exp: Likewise.
1353 * gdb.base/ctf-whatis.exp: Likewise.
1354 * lib/gdb.exp (skip_ctf_tests): New proc.
1355
1356 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1357
1358 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1359 * gdb.tui/corefile-run.exp: New file.
1360
1361 2019-11-14 Tom Tromey <tromey@adacore.com>
1362
1363 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1364 regression tests.
1365
1366 2019-11-12 Tom Tromey <tom@tromey.com>
1367
1368 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1369 after any command. Expect prompt after WAIT_FOR is seen.
1370 (enter_tui): Enable resize messages.
1371 (command): Expect command in output.
1372 (get_line): Avoid error when cursor appears to be off-screen.
1373 (dump_screen): Include screen size in title.
1374 (_do_resize): New proc, from "resize".
1375 (resize): Rewrite. Do resize in two steps.
1376 * gdb.tui/empty.exp (layouts): Fix entries.
1377 (check_boxes): Remove xfail.
1378 (check_text): Dump screen on failure.
1379
1380 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.python/py-symbol.exp: Add test for
1383 gdb.lookup_static_symbols.
1384
1385 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * gdb.python/py-symbol.c: Declare and call function from new
1388 py-symbol-2.c file.
1389 * gdb.python/py-symbol.exp: Compile both source files, and add new
1390 tests for gdb.lookup_static_symbol.
1391 * gdb.python/py-symbol-2.c: New file.
1392
1393 2019-11-02 Tom de Vries <tdevries@suse.de>
1394
1395 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1396 * gdb.base/anon.exp: Same.
1397 * gdb.base/auto-connect-native-target.exp: Same.
1398 * gdb.base/call-ar-st.exp: Same.
1399 * gdb.base/catch-syscall.exp: Same.
1400 * gdb.base/commands.exp: Same.
1401 * gdb.base/default.exp: Same.
1402 * gdb.base/display.exp: Same.
1403 * gdb.base/float.exp: Same.
1404 * gdb.base/foll-fork.exp: Same.
1405 * gdb.base/help.exp: Same.
1406 * gdb.base/info-macros.exp: Same.
1407 * gdb.base/info-proc.exp: Same.
1408 * gdb.base/info-target.exp: Same.
1409 * gdb.base/long_long.exp: Same.
1410 * gdb.base/macscp.exp: Same.
1411 * gdb.base/memattr.exp: Same.
1412 * gdb.base/nofield.exp: Same.
1413 * gdb.base/pointers.exp: Same.
1414 * gdb.base/printcmds.exp: Same.
1415 * gdb.base/ptype.exp: Same.
1416 * gdb.base/restore.exp: Same.
1417 * gdb.base/return.exp: Same.
1418 * gdb.base/scope.exp: Same.
1419 * gdb.base/set-noassign.exp: Same.
1420 * gdb.base/setshow.exp: Same.
1421 * gdb.base/shlib-call.exp: Same.
1422 * gdb.base/signals.exp: Same.
1423 * gdb.base/sigstep.exp: Same.
1424 * gdb.base/skip.exp: Same.
1425 * gdb.base/solib-symbol.exp: Same.
1426 * gdb.base/stap-probe.exp: Same.
1427 * gdb.base/step-line.exp: Same.
1428 * gdb.base/step-test.exp: Same.
1429 * gdb.base/style.exp: Same.
1430 * gdb.base/varargs.exp: Same.
1431 * gdb.base/vla-datatypes.exp: Same.
1432 * gdb.base/vla-ptr.exp: Same.
1433 * gdb.base/vla-sideeffect.exp: Same.
1434 * gdb.base/volatile.exp: Same.
1435 * gdb.base/watch-cond-infcall.exp: Same.
1436 * gdb.base/watchpoint.exp: Same.
1437
1438 2019-11-02 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1441 * gdb.cp/cpexprs.exp: Same.
1442 * gdb.cp/except-multi-location.exp: Same.
1443 * gdb.cp/exceptprint.exp: Same.
1444 * gdb.cp/gdb2384.exp: Same.
1445 * gdb.cp/inherit.exp: Same.
1446 * gdb.cp/m-static.exp: Same.
1447 * gdb.cp/meth-typedefs.exp: Same.
1448 * gdb.cp/misc.exp: Same.
1449 * gdb.cp/namespace.exp: Same.
1450 * gdb.cp/non-trivial-retval.exp: Same.
1451 * gdb.cp/overload.exp: Same.
1452 * gdb.cp/pr17132.exp: Same.
1453 * gdb.cp/re-set-overloaded.exp: Same.
1454 * gdb.cp/rvalue-ref-types.exp: Same.
1455 * gdb.cp/templates.exp: Same.
1456
1457 2019-11-01 Luis Machado <luis.machado@linaro.org>
1458
1459 PR gdb/25124
1460
1461 * gdb.arch/pr25124.S: New file.
1462 * gdb.arch/pr25124.exp: New file.
1463
1464 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.fortran/info-modules.exp: Update expected results, and add
1467 additional tests for 'info module functinos', and 'info module
1468 variables'.
1469 * gdb.fortran/info-types.exp: Update expected results.
1470 * gdb.fortran/info-types.f90: Extend testcase with additional
1471 module variables and functions.
1472
1473 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1474
1475 * gdb.fortran/info-modules.exp: New file.
1476 * gdb.fortran/info-types.exp: Build with new file.
1477 * gdb.fortran/info-types.f90: Include and use new module.
1478 * gdb.fortran/info-types-2.f90: New file.
1479
1480 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1481
1482 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1483 * gdb.base/settings.exp: Test all settings types using
1484 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1485 that now verifies that the value of "maint show" is the same as
1486 returned by the settings functions. Test the type of the
1487 maintenance settings.
1488 * gdb.base/default.exp: Update show_conv_list.
1489
1490 2019-10-31 Tom de Vries <tdevries@suse.de>
1491
1492 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1493 gdb_test.
1494 * gdb.arch/amd64-disp-step.exp: Same.
1495 * gdb.asm/asm-source.exp: Same.
1496 * gdb.btrace/buffer-size.exp: Same.
1497 * gdb.btrace/cpu.exp: Same.
1498 * gdb.btrace/enable.exp: Same.
1499 * gdb.dwarf2/count.exp: Same.
1500 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1501 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1502 * gdb.fortran/vla-datatypes.exp: Same.
1503 * gdb.fortran/vla-history.exp: Same.
1504 * gdb.fortran/vla-ptype.exp: Same.
1505 * gdb.fortran/vla-value.exp: Same.
1506 * gdb.fortran/whatis_type.exp: Same.
1507 * gdb.guile/guile.exp: Same.
1508 * gdb.multi/tids.exp: Same.
1509 * gdb.python/py-finish-breakpoint.exp: Same.
1510 * gdb.python/py-framefilter.exp: Same.
1511 * gdb.python/py-pp-registration.exp: Same.
1512 * gdb.python/py-xmethods.exp: Same.
1513 * gdb.python/python.exp: Same.
1514 * gdb.server/connect-with-no-symbol-file.exp: Same.
1515 * gdb.server/no-thread-db.exp: Same.
1516 * gdb.server/run-without-local-binary.exp: Same.
1517 * gdb.stabs/weird.exp: Same.
1518 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1519 * gdb.threads/thread-find.exp: Same.
1520 * gdb.threads/tls-shared.exp: Same.
1521 * gdb.threads/tls.exp: Same.
1522 * gdb.threads/wp-replication.exp: Same.
1523 * gdb.trace/ax.exp: Same.
1524 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1525
1526 2019-10-31 Tom de Vries <tdevries@suse.de>
1527
1528 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1529 * gdb.ada/array_subscript_addr.exp: Same.
1530 * gdb.ada/arrayidx.exp: Same.
1531 * gdb.ada/arrayparam.exp: Same.
1532 * gdb.ada/arrayptr.exp: Same.
1533 * gdb.ada/boolean_expr.exp: Same.
1534 * gdb.ada/call_pn.exp: Same.
1535 * gdb.ada/complete.exp: Same.
1536 * gdb.ada/fixed_cmp.exp: Same.
1537 * gdb.ada/fun_addr.exp: Same.
1538 * gdb.ada/funcall_param.exp: Same.
1539 * gdb.ada/interface.exp: Same.
1540 * gdb.ada/mod_from_name.exp: Same.
1541 * gdb.ada/null_array.exp: Same.
1542 * gdb.ada/packed_array.exp: Same.
1543 * gdb.ada/packed_tagged.exp: Same.
1544 * gdb.ada/print_chars.exp: Same.
1545 * gdb.ada/print_pc.exp: Same.
1546 * gdb.ada/ptype_arith_binop.exp: Same.
1547 * gdb.ada/ptype_field.exp: Same.
1548 * gdb.ada/ptype_tagged_param.exp: Same.
1549 * gdb.ada/rec_return.exp: Same.
1550 * gdb.ada/ref_tick_size.exp: Same.
1551 * gdb.ada/str_ref_cmp.exp: Same.
1552 * gdb.ada/taft_type.exp: Same.
1553 * gdb.ada/tagged.exp: Same.
1554 * gdb.ada/type_coercion.exp: Same.
1555 * gdb.ada/uninitialized_vars.exp: Same.
1556
1557 2019-10-30 Tom de Vries <tdevries@suse.de>
1558
1559 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1560
1561 2019-10-26 Tom de Vries <tdevries@suse.de>
1562
1563 * gdb.base/bigcore.c: Fix typos in comments.
1564 * gdb.base/ctf-ptype.c: Same.
1565 * gdb.base/long_long.c: Same.
1566 * gdb.dwarf2/dw2-op-out-param.S: Same.
1567 * gdb.python/py-evthreads.c: Same.
1568 * gdb.reverse/i387-stack-reverse.c: Same.
1569 * gdb.trace/tfile.c: Same.
1570 * lib/compiler.c: Same.
1571 * lib/compiler.cc: Same.
1572
1573 2019-10-25 Tom de Vries <tdevries@suse.de>
1574
1575 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1576 gdb_test_multiple calls.
1577 * gdb.reverse/sigall-reverse.exp: Same.
1578 * gdb.reverse/solib-precsave.exp: Same.
1579 * gdb.reverse/solib-reverse.exp: Same.
1580 * gdb.reverse/until-precsave.exp: Same.
1581 * gdb.reverse/until-reverse.exp: Same.
1582
1583 2019-10-24 Tom de Vries <tdevries@suse.de>
1584
1585 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1586 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1587 kfail using -wrap pattern flag and convenience variable
1588 gdb_test_name.
1589
1590 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1591
1592 * gdb.python/py-progspace.exp: Add tests for the
1593 Progspace.block_for_pc method.
1594
1595 2019-10-23 Tom Tromey <tom@tromey.com>
1596
1597 * configure: Rebuild.
1598 * aclocal.m4: Use m4_include, not sinclude.
1599
1600 2019-10-21 Tom de Vries <tdevries@suse.de>
1601
1602 * gdb.base/infcall-nested-structs.c: Add
1603 __attribute__((noinline,noclone)) to all functions.
1604 (call_all): Add missing variable initialization. Simplify return value.
1605 (breakpt): Increment volatile variable, to prevent call from being
1606 optimized out.
1607 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1608
1609 2019-10-17 Tom de Vries <tdevries@suse.de>
1610
1611 * gdb.fortran/module.exp: Allow info variables to print info for files
1612 other than module.f90.
1613
1614 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1615
1616 * gdb.fortran/module.exp: Extend with 'info variables' test.
1617
1618 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1619
1620 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1621 F77_FOR_TARGET.
1622
1623 2019-10-16 Tom de Vries <tdevries@suse.de>
1624
1625 PR tdep/25096
1626 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1627
1628 2019-10-16 Tom de Vries <tdevries@suse.de>
1629
1630 PR tdep/24104
1631 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1632 Add KFAIL for PR tdep/25096.
1633
1634 2019-10-16 Tom de Vries <tdevries@suse.de>
1635
1636 PR testsuite/25059
1637 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1638
1639 2019-10-16 Tom de Vries <tdevries@suse.de>
1640
1641 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1642 as signed.
1643
1644 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1645
1646 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1647 one instead of increasing timeout.
1648
1649 2019-10-13 Tom de Vries <tdevries@suse.de>
1650
1651 PR record/25038
1652 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1653 * gdb.reverse/sigall-reverse.exp: Same.
1654 * gdb.reverse/solib-precsave.exp: Same.
1655 * gdb.reverse/solib-reverse.exp: Same.
1656 * gdb.reverse/step-precsave.exp: Same.
1657 * gdb.reverse/until-precsave.exp: Same.
1658 * gdb.reverse/until-reverse.exp: Same.
1659 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1660
1661 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1662
1663 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1664 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1665 (cmp_struct_05_01, cmp_struct_static_02_01)
1666 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1667 comparisons.
1668
1669 2019-10-10 Tom de Vries <tdevries@suse.de>
1670
1671 PR testsuite/24888
1672 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1673 gnatlink.
1674
1675 2019-10-09 Tom de Vries <tdevries@suse.de>
1676
1677 PR testsuite/25048
1678 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1679
1680 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1681
1682 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1683 exceptions due to missing debug information.
1684
1685 2019-10-07 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1688
1689 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1690
1691 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1692 * gdb.base/annota1.exp: Update to use gdb_test_name.
1693
1694 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1695
1696 * gdb.base/ctf-whatis.exp: New file.
1697 * gdb.base/ctf-whatis.c: New file.
1698 * gdb.base/ctf-ptype.exp: New file.
1699 * gdb.base/ctf-ptype.c: New file.
1700 * gdb.base/ctf-constvars.exp: New file.
1701 * gdb.base/ctf-constvars.c: New file.
1702 * gdb.base/ctf-cvexpr.exp: New file.
1703
1704 2019-10-04 Tom de Vries <tdevries@suse.de>
1705
1706 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1707 for loop.
1708
1709 2019-10-03 Tom Tromey <tom@tromey.com>
1710
1711 PR rust/24976:
1712 * gdb.rust/simple.rs (Union2): New type.
1713 (main): Use Union2.
1714 * gdb.rust/simple.exp: Add test.
1715
1716 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1719 nested function prefix.
1720
1721 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1722 Richard Bunt <richard.bunt@arm.com>
1723 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1726 nested functions.
1727 * gdb.fortran/nested-funcs.f90: Update expected results.
1728 * gdb.fortran/nested-funcs-2.exp: New file.
1729 * gdb.fortran/nested-funcs-2.f90: New file.
1730
1731 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1732
1733 * gdb.python/py-parameter.exp: Make test names unique.
1734 * gdb.python/py-template.exp: Likewise.
1735 * gdb.python/py-value.exp: Likewise.
1736
1737 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1738
1739 * gdb.base/break-interp.exp: Reduce test name duplication.
1740 * gdb.base/call-sc.exp: Likewise.
1741 * gdb.base/callfuncs.exp: Likewise.
1742 * gdb.base/charset.exp: Likewise.
1743 * gdb.base/dump.exp: Likewise.
1744 * gdb.base/ena-dis-br.exp: Likewise.
1745 * gdb.base/relational.exp: Likewise.
1746 * gdb.base/step-over-syscall.exp: Likewise.
1747 * gdb.base/structs.exp: Likewise.
1748
1749 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * gdb.linespec/explicit.exp: Make test names unique.
1752 * gdb.linespec/ls-errs.exp: Likewise.
1753
1754 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1755
1756 * gdb.reverse/break-precsave.exp: Make test names unique.
1757 * gdb.reverse/break-reverse.exp: Likewise.
1758 * gdb.reverse/finish-precsave.exp: Likewise.
1759 * gdb.reverse/finish-reverse.exp: Likewise.
1760 * gdb.reverse/machinestate-precsave.exp: Likewise.
1761 * gdb.reverse/machinestate.exp: Likewise.
1762 * gdb.reverse/readv-reverse.exp: Likewise.
1763 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1764 * gdb.reverse/sigall-precsave.exp: Likewise.
1765 * gdb.reverse/sigall-reverse.exp: Likewise.
1766 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1767 * gdb.reverse/watch-precsave.exp: Likewise.
1768 * gdb.reverse/watch-reverse.exp: Likewise.
1769
1770 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1771
1772 * gdb.threads/stop-with-handle.c: New file.
1773 * gdb.threads/stop-with-handle.exp: New file.
1774
1775 2019-10-03 Tom de Vries <tdevries@suse.de>
1776
1777 PR testsuite/25059
1778 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1779 directory" line to be missing.
1780
1781 2019-10-03 Tom de Vries <tdevries@suse.de>
1782
1783 PR testsuite/25059
1784 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1785 type optional.
1786
1787 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1788
1789 * gdb.python/py-format-string.c (string.h): New include.
1790 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1791 the same value, for endianness-independence.
1792 * gdb.python/py-format-string.exp (default_regexp_dict)
1793 (test_pretty_structs, test_format): Adjust expected output to the
1794 changed initialization.
1795
1796 2019-10-02 Tom Tromey <tromey@adacore.com>
1797
1798 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1799
1800 2019-10-02 Pedro Alves <palves@redhat.com>
1801 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1804 "print-file-var.h".
1805 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1806 (get_version_1): Print this_version_id and its address.
1807 Add extern "C" wrappers around interface functions.
1808 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1809 "print-file-var.h".
1810 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1811 (get_version_2): Print this_version_id and its address.
1812 Add extern "C" wrappers around interface functions.
1813 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1814 <stddef.h> and "print-file-var.h".
1815 Add extern "C" wrappers around interface functions.
1816 [VERSION_ID_MAIN] (this_version_id): Define.
1817 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1818 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1819 up extern "C" blocks.
1820 * gdb.base/print-file-var.exp (test): New, factored out from top
1821 level.
1822 (top level): Test all combinations of attribute hidden or not,
1823 dlopen or not, and this_version_id symbol in main file or not.
1824 Compile tests as both C++ and C, make test names unique.
1825
1826 2019-10-01 Tom Tromey <tom@tromey.com>
1827
1828 * gdb.base/style.exp: Test "show logging filename".
1829
1830 2019-10-01 Tom Tromey <tom@tromey.com>
1831
1832 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1833 * gdb.base/style.exp: Add metadata style test.
1834
1835 2019-10-01 Tom Tromey <tom@tromey.com>
1836
1837 * gdb.base/style.exp: Test "pwd".
1838
1839 2019-10-01 Tom Tromey <tom@tromey.com>
1840
1841 * gdb.base/style.exp: Update tests.
1842
1843 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1844
1845 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1846 'six' to unsigned.
1847 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1848 'five'. Use an all-ones bit pattern for each.
1849 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1850 to its changed values.
1851
1852 2019-09-30 Tom Tromey <tromey@adacore.com>
1853
1854 * gdb.rust/traits.rs: Disable all warnings.
1855
1856 2019-09-29 Tom de Vries <tdevries@suse.de>
1857
1858 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1859
1860 2019-09-29 Tom de Vries <tdevries@suse.de>
1861
1862 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1863
1864 2019-09-27 Tom de Vries <tdevries@suse.de>
1865
1866 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1867
1868 2019-09-27 Tom de Vries <tdevries@suse.de>
1869
1870 PR record/23188
1871 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1872
1873 2019-09-26 Tom Tromey <tromey@adacore.com>
1874
1875 * gdb.ada/py_taft.exp: New file.
1876 * gdb.ada/py_taft/main.adb: New file.
1877 * gdb.ada/py_taft/pkg.adb: New file.
1878 * gdb.ada/py_taft/pkg.ads: New file.
1879
1880 2019-09-24 Tom de Vries <tdevries@suse.de>
1881
1882 PR gdb/24598
1883 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1884
1885 2019-09-22 Tom de Vries <tdevries@suse.de>
1886
1887 * gdb.base/restore.exp: Allow register variables to be optimized out at
1888 -O0.
1889
1890 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1891
1892 * gdb.arch/spu-info.exp: Remove file.
1893 * gdb.arch/spu-info.c: Remove file.
1894 * gdb.arch/spu-ls.exp: Remove file.
1895 * gdb.arch/spu-ls.c: Remove file.
1896
1897 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1898 * gdb.asm/spu.inc: Remove file.
1899
1900 * gdb.base/dump.exp: Remove support for spu*-*-*.
1901 * gdb.base/stack-checking.exp: Likewise.
1902 * gdb.base/overlays.exp: Likewise.
1903 * gdb.base/ovlymgr.c: Likewise.
1904 * gdb.base/spu.ld: Remove file.
1905
1906 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1907 * gdb.cp/cpexprs.exp: Likewise.
1908 * gdb.cp/exception.exp: Likewise.
1909 * gdb.cp/gdb2495.exp: Likewise.
1910 * gdb.cp/mb-templates.exp: Likewise.
1911 * gdb.cp/pr9167.exp: Likewise.
1912 * gdb.cp/userdef.exp: Likewise.
1913
1914 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1915
1916 * gdb.cell: Remove directory.
1917 * lib/cell.exp: Remove file.
1918
1919 2019-09-19 Tom de Vries <tdevries@suse.de>
1920
1921 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1922
1923 2019-09-19 Tom de Vries <tdevries@suse.de>
1924
1925 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1926
1927 2019-09-19 Tom de Vries <tdevries@suse.de>
1928
1929 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1930 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1931 (gdb_target_cmd): ... here.
1932 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1933 value 2.
1934
1935 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1936
1937 * gdb.base/source-dir.exp: Avoid having directory names in test
1938 names.
1939
1940 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1941
1942 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1943 directory.
1944
1945 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1946
1947 * gdb.base/list-missing-source.exp: New file.
1948
1949 2019-09-14 Tom de Vries <tdevries@suse.de>
1950
1951 PR teststuite/24599
1952 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1953 * lib/ada.exp (gnatmake_version_at_least): New proc.
1954
1955 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1956
1957 * gdb.base/maint.exp: Use exec_has_index_section.
1958
1959 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1960
1961 * gdb.base/maint.exp: Add test for 'maint info sections'.
1962
1963 2019-09-12 Tom de Vries <tdevries@suse.de>
1964
1965 * gdb.base/store.exp: Allow register variables to be optimized out at
1966 -O0.
1967
1968 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1969
1970 * gdb.ada/rdv_wait.exp: Update to new task names.
1971 * gdb.base/task_switch_in_core.exp: Likewise.
1972 * gdb.base/info_sources_base.c: Likewise.
1973
1974 2019-09-10 Tom Tromey <tromey@adacore.com>
1975
1976 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1977
1978 2019-09-10 Tom Tromey <tromey@adacore.com>
1979
1980 * gdb.ada/dgopt.exp: New file.
1981 * gdb.ada/dgopt/x.adb: New file.
1982
1983 2019-09-08 Tom Tromey <tom@tromey.com>
1984
1985 * gdb.tui/resize.exp: Remove setup_xfail.
1986 * gdb.tui/regs.exp: Remove setup_xfail.
1987 * gdb.tui/basic.exp: Remove setup_xfail.
1988
1989 2019-09-06 David Blaikie <dblaikie@gmail.com>
1990
1991 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1992 * gdb.cp/cplabel.exp: Ditto.
1993 * gdb.linespec/ls-errs.exp: Ditto.
1994
1995 2019-09-05 Tom de Vries <tdevries@suse.de>
1996
1997 * lib/gdb.exp (cmp_file_string): New proc.
1998 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1999 runto_main. Verify save breakpoints output.
2000
2001 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2002
2003 * gdb.base/info-var.exp: Test info variables without running
2004 to main, to avoid expect's buffer overflow.
2005
2006 2019-09-03 Tom Tromey <tromey@adacore.com>
2007
2008 * gdb.ada/bias.exp: New file.
2009 * gdb.ada/bias/bias.adb: New file.
2010 * gdb.ada/print_chars.exp: Add regression test.
2011 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2012 (MC): New variable.
2013
2014 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2015
2016 * gdb.base/argv0-symlink.exp: Run only on native target
2017 and local host.
2018
2019 2019-08-29 Tom de Vries <tdevries@suse.de>
2020
2021 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2022 diverse debug info.
2023 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2024
2025 2019-08-28 Tom de Vries <tdevries@suse.de>
2026
2027 * gdb.base/info-var.exp: Allow info variables to print info for files
2028 other than info-var-f1.c and info-var-f2.c.
2029
2030 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2031
2032 * gdb.fortran/info-types.exp: Add module.
2033 * gdb.fortran/info-types.f90: Update expected results.
2034
2035 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2036
2037 * gdb.fortran/info-types.exp: New file.
2038 * gdb.fortran/info-types.f90: New file.
2039 * lib/fortran.exp (fortran_character1): New proc.
2040
2041 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2042
2043 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2044 functions'. Reindent as needed.
2045 * gdb.base/info-var-f1.c: New file.
2046 * gdb.base/info-var-f2.c: New file.
2047 * gdb.base/info-var.exp: New file.
2048 * gdb.base/info-var.h: New file.
2049
2050 2019-08-26 Tom de Vries <tdevries@suse.de>
2051
2052 PR c++/24852
2053 * gdb.cp/no-libstdcxx-probe.exp: New test.
2054
2055 2019-08-26 Tom de Vries <tdevries@suse.de>
2056
2057 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2058 * tests need to be skipped.
2059 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2060 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2061 mi_skip_libstdcxx_probe_tests.
2062
2063 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2064
2065 * gdb.python/py-xmethods.exp: Use raw strings when passing
2066 arguments to SimpleXMethodMatcher.
2067
2068 2019-08-22 Tom de Vries <tdevries@suse.de>
2069
2070 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2071 more informative.
2072
2073 2019-08-21 Pedro Alves <palves@redhat.com>
2074
2075 * gdb.base/with.exp: Test "with" with no arguments.
2076
2077 2019-08-21 Tom de Vries <tdevries@suse.de>
2078
2079 * gdb.base/gdb-caching-proc.exp: Sort files.
2080
2081 2019-08-20 Tom de Vries <tdevries@suse.de>
2082
2083 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2084 compilation.
2085
2086 2019-08-16 Tom de Vries <tdevries@suse.de>
2087
2088 * gdb.base/compare-sections.exp ("after run to main"): Allow
2089 mismatched read-only sections for PIE executables.
2090
2091 2019-08-16 Tom Tromey <tom@tromey.com>
2092
2093 * lib/tuiterm.exp (_csi_Z): New proc.
2094 * gdb.tui/basic.exp: Update window positions.
2095 * gdb.tui/empty.exp: Update window positions.
2096
2097 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2098
2099 * gdb.base/examine-backward.exp: Correct regexp for
2100 "examine 3 bytes backward from ${address_zero}".
2101
2102 2019-08-15 Tom Tromey <tom@tromey.com>
2103
2104 * gdb.tui/empty.exp: Enable resizing tests.
2105
2106 2019-08-15 Tom Tromey <tromey@adacore.com>
2107
2108 * gdb.ada/char_enum.exp: Add regression tests.
2109 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2110 and '0'.
2111 (Char, Gchar): Update.
2112 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2113
2114 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2115
2116 * gdb.python/python.exp: Expect a leading underscore on
2117 GdbOutput{,Error}File.
2118
2119 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2120
2121 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2122 Windows host.
2123
2124 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2125
2126 * gdb.base/batch-preserve-term-settings.exp
2127 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2128
2129 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2130
2131 * lib/gdb.exp: When running on a mingw target, replace
2132 /x/ with x:/.
2133
2134 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2135
2136 * gdb.arch/aarch64-prologue.c: New test.
2137 * gdb.arch/aarch64-prologue.exp: New file.
2138
2139 2019-08-13 Tom de Vries <tdevries@suse.de>
2140
2141 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2142 Thread.
2143
2144 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2145
2146 * gdb.python/py-completion.exp: Download the .py file to the host
2147 and use its host pathname. Conditionalize tests that use
2148 tab completion and manipulate files on the build machine.
2149 * gdb.python/py-events.exp: Download the .py file to the host
2150 and use its host pathname.
2151 * gdb.python/py-evsignal.exp: Likewise.
2152 * gdb.python/py-evthreads.exp: Likewise.
2153 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2154 pathname syntax.
2155 * gdb.python/py-framefilter.exp: Download the .py file to the right
2156 place on the host. Match Windows pathname syntax.
2157 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2158 .py file to the host and use its host pathname.
2159 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2160 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2161 build pathname. Skip symlink test on Windows host. Add missing
2162 newline at end of file.
2163 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2164 and use its host pathname.
2165 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2166 * gdb.python/py-section-script.exp: Use host location of binfile
2167 on safe-path. Use correct path separator on Windows host.
2168 Reorder alternatives in gdb_test_multiple to prevent matching
2169 the wrong alternative on success.
2170 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2171
2172 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2173
2174 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2175 expect the GDB inferior to no longer immediately stop after
2176 being resumed with "signal SIGINT".
2177
2178 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2179
2180 * gdb.linespec/break-ask.exp: Generalize regexps to match
2181 Windows pathnames too.
2182
2183 2019-08-08 Tom de Vries <tdevries@suse.de>
2184
2185 PR testsuite/24862
2186 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2187
2188 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2189
2190 * gdb.base/style.exp: Update tests for help doc new invariants.
2191 * gdb.base/help.exp: Likewise.
2192
2193 2019-08-06 Tom Tromey <tom@tromey.com>
2194
2195 * gdb.base/style.exp: Add disassemble test.
2196 * gdb.base/style.c (some_called_function): New function.
2197 (main): Use it.
2198
2199 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2200
2201 * gdb.python/py-block.exp: Test dictionary access on blocks.
2202
2203 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2204
2205 PR gdb/24863
2206 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2207 -list-thread-groups --available test when running under
2208 check-read1.
2209
2210 2019-08-05 Tom de Vries <tdevries@suse.de>
2211
2212 PR testsuite/24863
2213 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2214 * gdb.base/help.exp: Use with_read1_timeout_factor.
2215 * gdb.base/info-macros.exp: Same.
2216 * gdb.cp/nested-types.exp: Same.
2217
2218 2019-08-05 Tom de Vries <tdevries@suse.de>
2219
2220 * lib/gdb.exp (version_at_least): Factor out of ...
2221 (tcl_version_at_least): ... here.
2222 (gdb_compile): Fail if pie results in non-PIE executable.
2223 (readelf_version, readelf_prints_pie): New proc.
2224 (exec_is_pie): Return -1 if unknown.
2225
2226 2019-08-05 Tom de Vries <tdevries@suse.de>
2227
2228 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2229
2230 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2231
2232 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2233
2234 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2235
2236 * lib/completion-support.exp (test_gdb_complete_none): Skip
2237 tab completion tests if no readline support.
2238 (test_gdb_complete_unique_re): Likewise.
2239 (test_gdb_complete_multiple): Likewise.
2240
2241 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2242
2243 * gdb.base/info_sources.exp: New file.
2244 * gdb.base/info_sources.c: New file.
2245 * gdb.base/info_sources_base.c: New file.
2246
2247 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2248
2249 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2250 prefix argument.
2251 (test_exit_status): Add prefix argument.
2252
2253 2019-08-01 Tom de Vries <tdevries@suse.de>
2254
2255 PR testsuite/24863
2256 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2257 calling exp_continue for new thread and thread exited messages.
2258
2259 2019-08-01 Tom de Vries <tdevries@suse.de>
2260
2261 PR testsuite/24863
2262 * gdb.base/structs.exp: Fix check-read1 timeout using
2263 gdb_test_sequence.
2264 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2265
2266 2019-08-01 Tom de Vries <tdevries@suse.de>
2267
2268 PR testsuite/24863
2269 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2270 line.
2271
2272 2019-08-01 Tom de Vries <tdevries@suse.de>
2273
2274 PR testsuite/24863
2275 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2276
2277 2019-07-30 Tom Tromey <tromey@adacore.com>
2278
2279 * gdb.ada/display_nested.exp: New file.
2280 * gdb.ada/display_nested/foo.adb: New file.
2281 * gdb.ada/display_nested/pack.adb: New file.
2282 * gdb.ada/display_nested/pack.ads: New file.
2283
2284 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2285
2286 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2287 namespace.
2288 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2289
2290 2019-07-30 Tom de Vries <tdevries@suse.de>
2291
2292 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2293 instead.
2294
2295 2019-07-30 Tom de Vries <tdevries@suse.de>
2296
2297 PR testsuite/24834
2298 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2299 (exec_is_pie): New proc.
2300
2301 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2302
2303 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2304
2305 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2306
2307 * gdb.python/py-objfile.c: Add global and static vars.
2308 * gdb.python/py-objfile.exp: Test new functions Objfile.
2309 lookup_global_symbol and lookup_static_symbol.
2310
2311 2019-07-29 Tom Tromey <tom@tromey.com>
2312
2313 * lib/tuiterm.exp (Term::_csi_@): New proc.
2314 (Term::_csi_X): Don't move cursor.
2315
2316 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2317
2318 * gdb.base/options.exp: Update backtrace - completion to
2319 new option -frame-info.
2320 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2321 Test new 'set print frame-info'. Test backtrace -frame-info
2322 overriding 'set print frame-info'.
2323 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2324 Test new 'set print frame-info'.
2325 Verify consistency of backtrace with and without filters, with and
2326 without -no-filters.
2327 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2328 default.
2329
2330 2019-07-29 Tom de Vries <tdevries@suse.de>
2331
2332 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2333 no arguments".
2334
2335 2019-07-29 Tom de Vries <tdevries@suse.de>
2336
2337 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2338 is a substring of the first for "complete non-unique file name".
2339
2340 2019-07-29 Tom de Vries <tdevries@suse.de>
2341
2342 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2343 with ".*".
2344
2345 2019-07-29 Tom de Vries <tdevries@suse.de>
2346
2347 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2348 Pass prompt_regexp parameter to gdb_test_multiple calls.
2349
2350 2019-07-29 Tom de Vries <tdevries@suse.de>
2351
2352 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2353 print registers" regexps.
2354
2355 2019-07-29 Tom de Vries <tdevries@suse.de>
2356
2357 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2358
2359 2019-07-29 Tom de Vries <tdevries@suse.de>
2360
2361 PR gdb/24855
2362 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2363 (skip_python_tests_prompt): Add prompt_regexp argument to
2364 gdb_test_multiple calls.
2365
2366 2019-07-27 Tom Tromey <tom@tromey.com>
2367
2368 * gdb.tui/main.exp: New file.
2369
2370 2019-07-27 Tom Tromey <tom@tromey.com>
2371
2372 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2373 optional.
2374 * gdb.tui/empty.exp: New file.
2375
2376 2019-07-27 Tom Tromey <tom@tromey.com>
2377
2378 * lib/tuiterm.exp (spawn): New proc.
2379 (Term::resize): New proc.
2380 * gdb.tui/resize.exp: New file.
2381
2382 2019-07-27 Tom Tromey <tom@tromey.com>
2383
2384 * gdb.tui/list.exp: New file.
2385
2386 2019-07-27 Tom Tromey <tom@tromey.com>
2387
2388 * gdb.tui/regs.exp: New file.
2389
2390 2019-07-27 Tom Tromey <tom@tromey.com>
2391
2392 * gdb.tui/basic.exp: Add "layout split" test.
2393
2394 2019-07-27 Tom Tromey <tom@tromey.com>
2395
2396 * gdb.tui/basic.exp: Add "layout asm" test.
2397
2398 2019-07-27 Tom Tromey <tom@tromey.com>
2399
2400 * lib/tuiterm.exp: New file.
2401 * gdb.tui/basic.exp: New file.
2402
2403 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2404
2405 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2406 Enable tests associated with this flag. Adjust regex
2407 referencing "foo_low" to now refer to "foo_cold" instead.
2408
2409 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2410
2411 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2412 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2413 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2414 foo_cold. Revise comments to match.
2415 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2416 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2417 were wrapped into this proc; Call do_test in loop from outermost
2418 level.
2419 (foo_low): Rename all occurrences to "foo_cold".
2420 (backtrace from baz): New test.
2421 (x2/i foo_cold): New test.
2422 (info line *foo_cold): New test.
2423
2424 2019-07-26 Tom de Vries <tdevries@suse.de>
2425
2426 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2427
2428 2019-07-25 Tom de Vries <tdevries@suse.de>
2429
2430 PR testsuite/24830
2431 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2432 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2433 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2434 (skip_libstdcxx_probe_tests): ... here.
2435 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2436
2437 2019-07-24 Tom de Vries <tdevries@suse.de>
2438
2439 PR testsuite/24807
2440 * gdb.objc/basicclass.m: Include stdio.h.
2441 * gdb.objc/nondebug.m: Same.
2442 * gdb.objc/objcdecode.m: Same.
2443
2444 2019-07-24 Tom de Vries <tdevries@suse.de>
2445
2446 PR testsuite/24612
2447 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2448 additional_flags.
2449
2450 2019-07-24 Tom de Vries <tdevries@suse.de>
2451
2452 PR testsuite/24831
2453 * gdb.multi/tids.exp: Update error messages for info threads.
2454
2455 2019-07-24 Tom de Vries <tdevries@suse.de>
2456
2457 * gdb.base/info-types.exp: Allow info types to print info for more than
2458 one file.
2459
2460 2019-07-23 Tom de Vries <tdevries@suse.de>
2461
2462 PR testsuite/24842
2463 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2464 gdb_spawn_with_cmdline_opts.
2465
2466 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2467
2468 * gdb.arch/arm-cmse-sgstubs.c: New test.
2469 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2470
2471 2019-07-23 Tom de Vries <tdevries@suse.de>
2472
2473 PR testsuite/24711
2474 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2475 issuing next command.
2476
2477 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2478
2479 * gdb.ada/info_auto_lang.exp: Update expected results.
2480 * gdb.base/info-types.c: Add additional types to check.
2481 * gdb.base/info-types.exp: Update expected results.
2482
2483 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2484
2485 * gdb.base/info-types.c: New file.
2486 * gdb.base/info-types.exp: New file.
2487
2488 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2489
2490 * gdb.arch/riscv-bp-infcall.c: New file.
2491 * gdb.arch/riscv-bp-infcall.exp: New file.
2492
2493 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 PR breakpoints/24541
2496 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2497
2498 2019-07-14 Tom de Vries <tdevries@suse.de>
2499
2500 PR testsuite/24760
2501 * gdb.objc/basicclass.exp: Fix unterminated string.
2502
2503 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2504 Andrew Burgess <andrew.burgess@embecosm.com>
2505
2506 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2507 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2508 negative bounds.
2509 * gdb.fortran/vla-value.exp: Print elements of an array with
2510 negative bounds.
2511 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2512 testing.
2513
2514 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2515
2516 * gdb.base/options.exp (expect_string): Dequote strings in
2517 results.
2518 (test-string): Test strings with different quoting and reindent.
2519
2520 2019-07-10 Tom Tromey <tromey@adacore.com>
2521
2522 * gdb.ada/mi_ex_cond.exp: Update expected results.
2523 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2524 * gdb.ada/mi_catch_ex.exp: Update expected results.
2525 * gdb.ada/mi_catch_assert.exp: Update expected results.
2526 * gdb.ada/catch_ex.exp (catch_exception_info)
2527 (catch_exception_entry, catch_assert_entry)
2528 (catch_unhandled_entry): Update.
2529 * gdb.ada/catch_assert_if.exp: Update expected results.
2530
2531 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2532 Stephen Roberts <stephen.roberts@arm.com>
2533
2534 * gdb.base/define.exp: Restore original prompt.
2535
2536 2019-07-09 Pedro Alves <palves@redhat.com>
2537
2538 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2539 breakpoints" output.
2540 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2541 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2542 throw" creates breakpoint.
2543 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2544 'type="catchpoint"'.
2545
2546 2019-07-09 Pedro Alves <palves@redhat.com>
2547
2548 PR c++/15468
2549 * gdb.cp/except-multi-location-lib.cc: New.
2550 * gdb.cp/except-multi-location-main.cc: New.
2551 * gdb.cp/except-multi-location.exp: New.
2552
2553 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2554
2555 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2556 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2557 argument and update callers.
2558
2559 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * gdb.arch/amd64-break-on-asm-line.S: New file.
2562 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2563
2564 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2565
2566 * gdb.base/printcmds.exp: Test printing C string and
2567 C wide string convenience vars without transiting via the inferior.
2568 Also make test names unique.
2569
2570 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2571
2572 PR breakpoints/25011
2573 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2574
2575 2019-07-04 Pedro Alves <palves@redhat.com>
2576
2577 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2578 body returned ok(0), break(3) or continue(4).
2579 * gdb.testsuite/foreach_with_prefix.exp: New file.
2580
2581 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2582
2583 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2584
2585 2019-07-03 Pedro Alves <palves@redhat.com>
2586
2587 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2588 "return -code".
2589
2590 2019-07-03 Pedro Alves <palves@redhat.com>
2591
2592 PR cli/24732
2593 * gdb.base/shell.exp: Load completion-support.exp.
2594 Adjust expected error output. Add completion tests.
2595
2596 2019-07-03 Pedro Alves <palves@redhat.com>
2597
2598 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2599 string_to_regexp.
2600
2601 2019-07-03 Pedro Alves <palves@redhat.com>
2602
2603 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2604 (expect_integer): Adjust to expect "-string".
2605 (expect_string): New.
2606 (all_options): Expect "-string".
2607 (test-flag, test-boolean): Adjust to expect "-string".
2608 (test-string): New proc.
2609 (top level): Call it.
2610
2611 2019-07-03 Pedro Alves <palves@redhat.com>
2612
2613 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2614 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2615 the expected output in the success.
2616
2617 2019-07-03 Pedro Alves <palves@redhat.com>
2618
2619 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2620 Split one gdb_test_multiple call in two to avoid a race.
2621
2622 2019-07-03 Pedro Alves <palves@redhat.com>
2623
2624 * gdb.base/with.c: New file.
2625 * gdb.base/with.exp: New file.
2626
2627 2019-07-03 Pedro Alves <palves@redhat.com>
2628
2629 * gdb.base/settings.exp: Replace all references to "maint
2630 test-settings set" with references to "maint set test-settings",
2631 and all references to "maint test-settings show" with references
2632 to "maint show test-settings".
2633
2634 2019-07-03 Pedro Alves <palves@redhat.com>
2635
2636 * gdb.base/settings.exp (test-string): Adjust expected out when
2637 testing "maint test-settings show filename"
2638
2639 2019-07-02 Pedro Alves <palves@redhat.com>
2640
2641 * gdb.base/options.exp (test-info-threads): New procedure.
2642 (top level): Call it.
2643
2644 2019-06-28 Tom Tromey <tromey@adacore.com>
2645
2646 * gdb.dwarf2/ada-linkage-name.c: New file.
2647 * gdb.dwarf2/ada-linkage-name.exp: New file.
2648
2649 2019-06-27 Tom Tromey <tromey@adacore.com>
2650
2651 PR c++/20020:
2652 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2653
2654 2019-06-26 Tom de Vries <tdevries@suse.de>
2655
2656 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2657
2658 2019-06-26 Tom de Vries <tdevries@suse.de>
2659
2660 * gdb.base/index-cache.exp: Add back missing debug option.
2661
2662 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2663
2664 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2665
2666 2019-06-25 Tom de Vries <tdevries@suse.de>
2667
2668 PR testsuite/24727
2669 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2670
2671 2019-06-24 Tom de Vries <tdevries@suse.de>
2672
2673 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2674
2675 2019-06-24 Tom de Vries <tdevries@suse.de>
2676
2677 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2678 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2679 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2680
2681 2019-06-24 Tom de Vries <tdevries@suse.de>
2682
2683 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2684
2685 2019-06-21 Tom de Vries <tdevries@suse.de>
2686
2687 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2688
2689 2019-06-21 Tom de Vries <tdevries@suse.de>
2690
2691 PR testsuite/24518
2692 PR ada/24713
2693 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2694 index.
2695
2696 2019-06-19 Tom Tromey <tromey@adacore.com>
2697
2698 * gdb.ada/length_cond.exp: Add intro comment.
2699
2700 2019-06-19 Tom Tromey <tromey@adacore.com>
2701
2702 * gdb.ada/length_cond.exp: New file.
2703 * gdb.ada/length_cond/length_cond.adb: New file.
2704 * gdb.ada/length_cond/pck.adb: New file.
2705 * gdb.ada/length_cond/pck.ads: New file.
2706
2707 2019-06-18 Tom de Vries <tdevries@suse.de>
2708
2709 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2710
2711 2019-06-18 Tom Tromey <tromey@adacore.com>
2712
2713 * gdb.base/list0.h: Add comment explaining control character.
2714
2715 2019-06-18 Tom de Vries <tdevries@suse.de>
2716
2717 * boards/fission.exp: Break up long debug_flags line.
2718
2719 2019-06-16 Tom de Vries <tdevries@suse.de>
2720
2721 PR gdb/24445
2722 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2723 generated index.
2724
2725 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2726
2727 PR gdb/24686
2728 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2729 improve detection of bug gdb/24541.
2730
2731 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2732
2733 PR gdb/24669
2734 * gdb.base/index-cache.exp (uses_readnow,
2735 expecting_index_cache_use): Define global variable.
2736 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2737 expecting_index_cache_use.
2738
2739 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2740 Andrew Burgess <andrew.burgess@embecosm.com>
2741
2742 * gdb.fortran/pointers.f90: New file.
2743 * gdb.fortran/print_type.exp: New file.
2744 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2745 * gdb.fortran/vla-type.exp: Likewise.
2746 * gdb.fortran/vla-value.exp: Likewise.
2747 * gdb.mi/mi-vla-fortran.exp: Likewise.
2748
2749 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2750
2751 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2752 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2753 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2754 as a stop reason.
2755
2756 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2757
2758 * gdb.base/annota1.exp: Update expected results.
2759 * gdb.cp/annota2.exp: Likewise.
2760 * gdb.cp/annota3.exp: Likewise.
2761
2762 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2763
2764 * gdb.base/style-logging.exp: Remove path from test name.
2765
2766 2019-06-14 Tom Tromey <tromey@adacore.com>
2767
2768 PR gdb/24502:
2769 * gdb.base/style-logging.exp: New file.
2770
2771 2019-06-14 Tom Tromey <tromey@adacore.com>
2772
2773 * gdb.base/symfile-warn.exp: New file.
2774 * gdb.base/symfile-warn.c: New file.
2775
2776 2019-06-14 Tom Tromey <tromey@adacore.com>
2777
2778 * gdb.base/annotate-symlink.exp: New file.
2779
2780 2019-06-14 Tom Tromey <tromey@adacore.com>
2781
2782 * gdb.ada/set_wstr.exp: Add reassignment test.
2783
2784 2019-06-14 Tom Tromey <tromey@adacore.com>
2785
2786 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2787 'unchecked_access and 'unrestricted_access as well.
2788
2789 2019-06-14 Tom Tromey <tromey@adacore.com>
2790
2791 PR ada/24539:
2792 * gdb.ada/vla.exp: Update tests.
2793 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2794 pragma.
2795
2796 2019-06-13 Pedro Alves <palves@redhat.com>
2797
2798 * gdb.base/settings.exp (test-integer): Test junk after
2799 "unlimited".
2800
2801 2019-06-13 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.base/options.exp (test-thread-apply): New.
2804 (top level): Call it.
2805
2806 2019-06-13 Pedro Alves <palves@redhat.com>
2807
2808 * gdb.base/options.exp (test-frame-apply): New.
2809 (top level): Test print commands with different "frame apply"
2810 prefixes.
2811
2812 2019-06-13 Pedro Alves <palves@redhat.com>
2813
2814 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2815 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2816 'max_completions' parameter and handle it.
2817 (test_gdb_completion_offers_commands): New.
2818
2819 2019-06-13 Pedro Alves <palves@redhat.com>
2820
2821 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2822
2823 2019-06-13 Pedro Alves <palves@redhat.com>
2824
2825 * gdb.base/options.exp (test-backtrace): New.
2826 (top level): Call it.
2827
2828 2019-06-13 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.guile/scm-frame-args.exp: Use "set print
2831 raw-frame-arguments" instead of "set print raw frame-arguments".
2832 * gdb.python/py-frame-args.exp: Likewise.
2833
2834 2019-06-13 Pedro Alves <palves@redhat.com>
2835
2836 * gdb.compile/compile.exp: Adjust expected output to option
2837 processing changes.
2838
2839 2019-06-13 Pedro Alves <palves@redhat.com>
2840
2841 * gdb.base/options.exp: Build executable.
2842 (test-print): New procedure.
2843 (top level): Call it, once for "print" and another for "compile
2844 print".
2845
2846 2019-06-13 Pedro Alves <palves@redhat.com>
2847
2848 * gdb.base/options.c: New file.
2849 * gdb.base/options.exp: New file.
2850
2851 2019-06-13 Pedro Alves <palves@redhat.com>
2852
2853 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2854 that "o" is ambiguous.
2855
2856 2019-06-13 Pedro Alves <palves@redhat.com>
2857
2858 * gdb.base/settings.c: New file.
2859 * gdb.base/settings.exp: New file.
2860
2861 2019-06-13 Pedro Alves <palves@redhat.com>
2862
2863 * gdb.base/completion.exp: Fix comment typo.
2864
2865 2019-06-13 Pedro Alves <palves@redhat.com>
2866
2867 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2868 foo --1" test.
2869
2870 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2871
2872 * gdb.fortran/block-data.f: New.
2873 * gdb.fortran/block-data.exp: New.
2874
2875 2019-06-11 Tom de Vries <tdevries@suse.de>
2876
2877 PR testsuite/24521
2878 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2879 message.
2880
2881 2019-06-11 Tom de Vries <tdevries@suse.de>
2882
2883 PR testsuite/24521
2884 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2885
2886 2019-06-11 Tom de Vries <tdevries@suse.de>
2887
2888 * boards/readnow.exp: New file.
2889
2890 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2891
2892 * gdb.fortran/vla-sizeof.exp: Update expected results.
2893
2894 2019-06-06 Amos Bird <amosbird@gmail.com>
2895
2896 * gdb.base/annota1.exp (thread_switch): Add test for
2897 thread-exited annotation.
2898
2899 2019-06-06 Tom Tromey <tromey@adacore.com>
2900
2901 * gdb.base/maint.exp: Expect command started/finished output.
2902
2903 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2904
2905 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2906 comment.
2907 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2908
2909 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2910
2911 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2912 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2913 * gdb.arch/riscv-unwind-long-insn.c: New file.
2914 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2915
2916 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2917
2918 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2919
2920 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2921
2922 * lib/gdb.exp (help_list_trailer): New regexp variable
2923 factorizing the help trailer message.
2924 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2925 arg to allow to better factorize various tests.
2926 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2927 (test_prefix_command_help): Use help_list_trailer.
2928 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2929 * gdb.guile/scm-cmd.exp: Likewise.
2930 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2931 * gdb.base/help.exp: Use test_user_defined_class_help.
2932 * gdb.base/style.exp: Add tests for styling of help and apropos.
2933 * lib/gdb-utils.exp (style): Add title and highlight styles.
2934
2935 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2936
2937 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2938 $_shell_exitsignal.
2939 * gdb.base/default.exp: Update for new convenience variables.
2940
2941 2019-05-29 Tom Tromey <tromey@adacore.com>
2942
2943 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2944 to "break complete ada" test case's regexp.
2945
2946 2019-05-29 Tom Tromey <tromey@adacore.com>
2947
2948 PR c++/20020:
2949 * gdb.cp/constexpr-field.exp: New file.
2950 * gdb.cp/constexpr-field.cc: New file.
2951
2952 2019-05-29 Tom Tromey <tromey@adacore.com>
2953
2954 * gdb.base/finish.exp (finish_no_print): New proc.
2955 (finish_tests): Call it.
2956
2957 2019-05-24 Tom de Vries <tdevries@suse.de>
2958
2959 * gdb.dwarf2/gdb-add-index.exp: New file.
2960
2961 2019-05-22 Tom Tromey <tromey@adacore.com>
2962
2963 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2964 * gdb.base/style.exp: Use "style".
2965 * lib/gdb-utils.exp (style): New proc.
2966
2967 2019-05-22 Tom de Vries <tdevries@suse.de>
2968
2969 * gdb.base/align.exp: Require c++11.
2970
2971 2019-05-22 Tom de Vries <tdevries@suse.de>
2972
2973 PR testsuite/24586
2974 * gdb.python/py-mi-var-info-path-expression.exp: Call
2975 mi_skip_python_tests to check if python is supported.
2976
2977 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2978
2979 * gdb.arch/aarch64-pauth.c: New test.
2980 * gdb.arch/aarch64-pauth.exp: New file.
2981
2982 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2983
2984 * README (Re-running Tests Outside The Testsuite): New section.
2985
2986 2019-05-21 Tom de Vries <tdevries@suse.de>
2987
2988 * gdb.arch/amd64-eval.exp: Require c++11.
2989 * gdb.base/max-depth.exp: Same.
2990 * gdb.compile/compile-cplus-array-decay.exp: Same.
2991 * gdb.cp/meth-typedefs.exp: Same.
2992 * gdb.cp/subtypes.exp: Same.
2993 * gdb.cp/temargs.exp: Same.
2994
2995 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2996
2997 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2998
2999 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3000
3001 PR gdb/18644
3002 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3003 * gdb.fortran/printing-types.exp: Add new test.
3004 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3005 testing.
3006 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3007 setup_kfail call.
3008
3009 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3010
3011 * README (Running the Testsuite): Change example.
3012 (Testsuite Parameters): Remove TRANSCRIPT.
3013 * lib/gdb.exp: Remove TRANSCRIPT check.
3014
3015 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3016
3017 * README (Testsuite Parameters): Add replay logging to
3018 GDBSERVER_DEBUG.
3019 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3020 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3021 as a comma separated list.
3022 (gdb_debug_init): Override procedure.
3023
3024 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3025
3026 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3027 (gdb_write_cmd_file): New procedure.
3028 * lib/gdbserver-support.exp (gdbserver_start): Call
3029 gdbserver_write_cmd_file.
3030 (gdbserver_write_cmd_file): New procedure.
3031
3032 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3033
3034 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3035 (delete_breakpoints): Likewise.
3036 (gdb_run_cmd): Likewise.
3037 (gdb_start_cmd): Likewise.
3038 (gdb_starti_cmd): Likewise.
3039 (gdb_internal_error_resync): Likewise.
3040 (gdb_test_multiple): Likewise.
3041 (gdb_reinitialize_dir): Likewise.
3042 (default_gdb_exit): Likewise.
3043 (gdb_file_cmd): Mark kill as optional.
3044 (default_gdb_start): Call gdb_stdin_log_init.
3045 (send_gdb): Call gdb_stdin_log_write.
3046 (rerun_to_main): Mark Y as an answer.
3047 (gdb_stdin_log_init): New function.
3048 (gdb_stdin_log_write): Likewise.
3049
3050 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3051
3052 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3053 * gdb.base/debug-expr.exp: Likewise.
3054 * gdb.base/foll-fork.exp: Likewise.
3055 * gdb.base/foll-vfork.exp: Likewise.
3056 * gdb.base/fork-print-inferior-events.exp: Likewise.
3057 * gdb.base/gdb-sigterm.exp: Likewise.
3058 * gdb.base/gdbinit-history.exp: Likewise.
3059 * gdb.base/osabi.exp: Likewise.
3060 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3061 * gdb.base/ui-redirect.exp: Likewise.
3062 * gdb.gdb/unittest.exp: Likewise.
3063 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3064 * gdb.mi/mi-watch.exp: Likewise.
3065 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3066 * gdb.mi/user-selected-context-sync.exp: Likewise.
3067 * gdb.python/python.exp: Disable debug test when debugging.
3068 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3069 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3070 Likewise.
3071 * gdb.threads/stepi-random-signal.exp: Likewise.
3072
3073 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3074
3075 * Makefile.in: Pass through GDB_DEBUG.
3076 * README (Testsuite Parameters): Add GDB_DEBUG.
3077 (gdb,debug): Add board setting.
3078 * lib/gdb.exp (default_gdb_start): Start debugging.
3079 (gdb_debug_enabled): New procedure.
3080 (gdb_debug_init): Likewise.
3081
3082 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3083
3084 * Makefile.in: Pass through GDB_DEBUG.
3085 * README (Testsuite Parameters): Add GDB_DEBUG.
3086 (gdb,debug): Add board setting.
3087 * lib/gdb.exp (default_gdb_start): Start debugging.
3088 (gdb_debug_enabled): New procedure.
3089 (gdb_debug_init): Likewise.
3090
3091 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3092
3093 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3094
3095 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3096
3097 * gdb.base/ui-redirect.exp: Test redirection.
3098
3099 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3100
3101 * gdb.mi/mi-complete.exp: New file.
3102 * gdb.mi/mi-complete.cc: Likewise.
3103
3104 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3105
3106 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3107 indexed and sliced arrays, and pointers to arrays.
3108
3109 2019-05-14 Tom Tromey <tromey@adacore.com>
3110
3111 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3112 styling test.
3113
3114 2019-05-14 Tom de Vries <tdevries@suse.de>
3115
3116 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3117 selection entry encoding.
3118
3119 2019-05-10 Tom Tromey <tromey@adacore.com>
3120
3121 * gdb.ada/info_exc.exp: Add "complete" test.
3122
3123 2019-05-09 Tom de Vries <tdevries@suse.de>
3124
3125 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3126 CU-relative.
3127
3128 2019-05-09 Tom de Vries <tdevries@suse.de>
3129
3130 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3131 CU-relative.
3132
3133 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3134
3135 * gdb.ada/frame_arg_lang.exp: New testcase.
3136 * gdb.ada/frame_arg_lang/bla.adb: New file.
3137 * gdb.ada/frame_arg_lang/pck.ads: New file.
3138 * gdb.ada/frame_arg_lang/pck.adb: New file.
3139 * gdb.ada/frame_arg_lang/foo.c: New file.
3140
3141 2019-05-08 Tom Tromey <tromey@adacore.com>
3142
3143 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3144
3145 2019-05-08 Tom Tromey <tromey@adacore.com>
3146
3147 * gdb.base/ptype-offsets.exp: Update tests.
3148
3149 2019-05-08 Tom Tromey <tromey@adacore.com>
3150
3151 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3152 cases.
3153 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3154 "short".
3155
3156 2019-05-08 Tom Tromey <tromey@adacore.com>
3157
3158 * gdb.ada/vla.exp: New file.
3159 * gdb.ada/vla/vla.adb: New file.
3160
3161 2019-05-07 Tom de Vries <tdevries@suse.de>
3162
3163 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3164
3165 2019-05-07 Tom de Vries <tdevries@suse.de>
3166
3167 PR testsuite/24522
3168 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3169 section.
3170
3171 2019-05-07 Tom de Vries <tdevries@suse.de>
3172
3173 PR testsuite/24522
3174 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3175 .debug_aranges section.
3176
3177 2019-05-07 Tom de Vries <tdevries@suse.de>
3178
3179 PR testsuite/24159
3180 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3181
3182 2019-05-06 Tom de Vries <tdevries@suse.de>
3183
3184 * lib/gdb.exp (exec_has_index_section): New proc.
3185 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3186 section.
3187
3188 2019-05-04 Tom de Vries <tdevries@suse.de>
3189
3190 * boards/cc-with-debug-names.exp: New file.
3191
3192 2019-05-03 Tom Tromey <tromey@adacore.com>
3193
3194 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3195 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3196 * gdb.ada/char_enum.exp: Add test.
3197
3198 2019-05-03 Tom de Vries <tdevries@suse.de>
3199
3200 * boards/cc-with-gdb-index.exp: New file.
3201
3202 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3203
3204 * gdb.rust/simple.exp: Add new test case.
3205 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3206 (main): Initialise an instance of the new struct.
3207
3208 2019-05-01 Tom Tromey <tromey@adacore.com>
3209
3210 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3211 record.
3212 (NPR): New variable.
3213 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3214 test.
3215
3216 2019-05-01 Tom Tromey <tromey@adacore.com>
3217
3218 * gdb.ada/packed_array_assign.exp: Add packed assignment
3219 regression test.
3220
3221 2019-05-01 Tom de Vries <tdevries@suse.de>
3222
3223 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3224
3225 2019-05-01 Tom de Vries <tdevries@suse.de>
3226
3227 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3228
3229 2019-04-30 Ali Tamur <tamur@google.com>
3230
3231 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3232
3233 2019-04-30 Tom Tromey <tromey@adacore.com>
3234
3235 * lib/ada.exp (find_ada_tool): New proc.
3236 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3237 * gdb.ada/catch_ex_std.exp: New file.
3238 * gdb.ada/catch_ex_std/foo.adb: New file.
3239 * gdb.ada/catch_ex_std/some_package.adb: New file.
3240 * gdb.ada/catch_ex_std/some_package.ads: New file.
3241
3242 2019-04-30 Tom Tromey <tromey@adacore.com>
3243
3244 PR c++/24470:
3245 * gdb.cp/temargs.cc: Add test code from PR.
3246
3247 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3248
3249 * gdb.fortran/vla-datatypes.exp: Update expected results.
3250 * gdb.fortran/vla-ptype.exp: Likewise.
3251 * gdb.fortran/vla-type.exp: Likewise.
3252 * gdb.fortran/vla-value.exp: Likewise.
3253
3254 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3255
3256 * gdb.fortran/ptr-indentation.exp: Update expected results.
3257 * gdb.fortran/ptype-on-functions.exp: Likewise.
3258 * gdb.fortran/vla-ptr-info.exp: Likewise.
3259 * gdb.fortran/vla-value.exp: Likewise.
3260
3261 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3262
3263 * gdb.fortran/ptype-on-functions.exp: New file.
3264 * gdb.fortran/ptype-on-functions.f90: New file.
3265
3266 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3267
3268 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3269 case void string.
3270
3271 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3272
3273 * gdb.fortran/complex.exp: Expand.
3274 * gdb.fortran/complex.f: Renamed to...
3275 * gdb.fortran/complex.f90: ...this, and extended to add more
3276 complex values.
3277
3278 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3279
3280 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3281 MODULO, CMPLX.
3282
3283 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3284 Richard Bunt <richard.bunt@arm.com>
3285
3286 * gdb.base/max-depth.c: New file.
3287 * gdb.base/max-depth.exp: New file.
3288 * gdb.python/py-nested-maps.c: New file.
3289 * gdb.python/py-nested-maps.exp: New file.
3290 * gdb.python/py-nested-maps.py: New file.
3291 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3292 (test_all_common): Call test_max_depth.
3293 * gdb.fortran/max-depth.exp: New file.
3294 * gdb.fortran/max-depth.f90: New file.
3295 * gdb.go/max-depth.exp: New file.
3296 * gdb.go/max-depth.go: New file.
3297 * gdb.modula2/max-depth.exp: New file.
3298 * gdb.modula2/max-depth.c: New file.
3299 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3300
3301 2019-04-29 Tom de Vries <tdevries@suse.de>
3302
3303 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3304
3305 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3306
3307 * gdb.base/callexit.exp: Test may-call-functions off.
3308
3309 2019-04-25 Keith Seitz <keiths@redhat.com>
3310
3311 PR c++/24367
3312 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3313 (another_incomplete_struct, test_incomplete): New definitions.
3314 (main): Use new definitions.
3315 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3316 functions.
3317
3318 2019-04-25 Ali Tamur <tamur@google.com>
3319
3320 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3321
3322 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3323
3324 PR corefiles/11608
3325 PR corefiles/18187
3326 * gdb.base/coredump-filter-build-id.exp: New file.
3327
3328 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3329
3330 * Makefile.in: Pass through GDBSERVER_DEBUG.
3331 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3332 (gdbserver,debug): Add board setting.
3333 * gdb.trace/tspeed.exp: Skip when debugging.
3334 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3335 * lib/gdbserver-support.exp: Likewise
3336
3337 2019-04-24 Tom Tromey <tromey@adacore.com>
3338
3339 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3340 Rust.
3341
3342 2019-04-24 Tom Tromey <tromey@adacore.com>
3343
3344 * gdb.arch/amd64-eval.exp: Test bitfield return.
3345 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3346 (class Foo) <return_bitfields>: New method.
3347 (main): Call it.
3348
3349 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3350
3351 * gdb.cp/many-args.cc: New file.
3352 * gdb.cp/many-args.exp: New file.
3353
3354 2019-04-23 Tom de Vries <tdevries@suse.de>
3355
3356 PR gdb/24433
3357 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3358
3359 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3360
3361 * gdb.trace/backtrace.exp: Use nopie flag.
3362 * gdb.trace/circ.exp: Likewise.
3363 * gdb.trace/collection.exp: Likewise.
3364 * gdb.trace/ftrace.exp: Likewise.
3365 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3366 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3367 * gdb.trace/qtro.exp: Likewise.
3368 * gdb.trace/read-memory.exp: Likewise.
3369 * gdb.trace/report.exp: Likewise.
3370 * gdb.trace/tfile.exp: Likewise.
3371 * gdb.trace/tfind.exp: Likewise.
3372 * gdb.trace/unavailable.exp: Likewise.
3373
3374 2019-04-22 Pedro Alves <palves@redhat.com>
3375
3376 * gdb.base/solib-probes-nosharedlibrary.c,
3377 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3378
3379 2019-04-19 Tom Tromey <tromey@adacore.com>
3380
3381 * gdb.ada/ptype_union.c: New file.
3382 * gdb.ada/ptype_union.exp: New file.
3383
3384 2019-04-19 Tom Tromey <tromey@adacore.com>
3385
3386 PR symtab/24423:
3387 * gdb.base/list0.h (foo): Add a control-l character.
3388
3389 2019-04-18 Tom de Vries <tdevries@suse.de>
3390
3391 PR gdb/24433
3392 * boards/local-board.exp: Set sysroot to "".
3393
3394 2019-04-18 Tom de Vries <tdevries@suse.de>
3395 Pedro Alves <palves@redhat.com>
3396
3397 PR gdb/24454
3398 * gdb.threads/vfork-follow-child-exec.c: New file.
3399 * gdb.threads/vfork-follow-child-exec.exp: New file.
3400 * gdb.threads/vfork-follow-child-exit.c: New file.
3401 * gdb.threads/vfork-follow-child-exit.exp: New file.
3402
3403 2019-04-15 Leszek Swirski <leszeks@google.com>
3404
3405 * gdb.arch/amd64-eval.cc: New file.
3406 * gdb.arch/amd64-eval.exp: New file.
3407
3408 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3409
3410 * gdb.server/sysroot.c: New test.
3411 * gdb.server/sysroot.exp: New file.
3412 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3413 matching param.
3414
3415 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3416
3417 * gdb.base/align.exp: Extend test to cover structures containing
3418 only static fields.
3419
3420 2019-04-11 Tom de Vries <tdevries@suse.de>
3421
3422 * boards/cc-with-dwz-m.exp: New file.
3423 * boards/cc-with-dwz.exp: New file.
3424 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3425
3426 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3427
3428 * gdb.base/start-cpp.exp: New file.
3429 * gdb.base/start-cpp.cc: New file.
3430
3431 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3432
3433 * gdb.python/py-thrhandle.exp: Adjust tests to call
3434 thread_from_handle instead of thread_from_thread_handle.
3435
3436 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3437
3438 * gdb.python/py-thrhandle.exp: Add tests for
3439 gdb.InferiorThread.handle.
3440
3441 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.python/py-function.exp: Check calling helper function from
3444 all languages.
3445 * lib/gdb.exp (gdb_supported_languages): New proc.
3446
3447 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3448
3449 * gdb.base/complex-parts.c: New file.
3450 * gdb.base/complex-parts.exp: New file.
3451
3452 2019-04-01 Tom Tromey <tromey@adacore.com>
3453
3454 PR symtab/23331:
3455 * gdb.dwarf2/dw2-ranges-main.c: New file.
3456 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3457 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3458
3459 2019-03-30 Simon Marchi <simark@simark.ca>
3460
3461 * gdb.base/default.exp: Add values for $_gdb_major and
3462 $_gdb_minor.
3463
3464 2019-03-29 Tom Tromey <tromey@adacore.com>
3465
3466 * gdb.base/help.exp: Tighten apropos regexp.
3467
3468 2019-03-29 Keith Seitz <keiths@redhat.com>
3469
3470 * gdb.fortran/array-bounds.exp: New file.
3471 * gdb.fortran/array-bounds.f90: New file.
3472
3473 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3474
3475 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3476
3477 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3478
3479 * gdb.multi/hello.c (main): Increase alarm timer.
3480
3481 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3482
3483 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3484 factor when no hardware watchpoint support.
3485
3486 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3487 Pedro Alves <palves@redhat.com>
3488
3489 * boards/local-board.exp: set sysroot to /.
3490
3491 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3492
3493 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3494 in child.
3495
3496 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3497
3498 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3499 field.
3500 (make_container): Initialise new field.
3501 * gdb.python/py-prettyprint.exp: Add new tests.
3502 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3503 <display_hint>: New method.
3504
3505 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3506
3507 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3508 gdb_continue_to_breakpoint more throughout this test.
3509 (run_lang_tests) Supply unique test names, and use
3510 gdb_test_no_output.
3511
3512 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3513
3514 * gdb.base/finish-pretty.exp: Update expected results.
3515 * gdb.base/pretty-print.c: New file.
3516 * gdb.base/pretty-print.exp: New file.
3517
3518 2019-03-25 Pedro Alves <palves@redhat.com>
3519
3520 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3521 move comments outside list. Append '-i "" eof' section.
3522
3523 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3524
3525 PR testsuite/25016
3526 * README: Add pie options.
3527 * gdb.base/break-interp.exp: Ensure pie is disabled.
3528 * gdb.base/dump.exp: Likewise.
3529 * lib/gdb.exp (gdb_compile): Add pie option.
3530
3531 2019-03-19 Tom Tromey <tromey@adacore.com>
3532
3533 * gdb.mi/mi2-cli-display.c: New file.
3534 * gdb.mi/mi2-cli-display.exp: New file.
3535
3536 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3537 Tom Tromey <tromey@adacore.com>
3538
3539 * gdb.ada/ptype_array/pck.adb: New file.
3540 * gdb.ada/ptype_array/pck.ads: New file.
3541 * gdb.ada/ptype_array/foo.adb: New file.
3542 * gdb.ada/ptype_array.exp: New file.
3543
3544 2019-03-14 Tom Tromey <tromey@adacore.com>
3545
3546 * gdb.base/style.exp: Add "set style sources" test.
3547
3548 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3549
3550 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3551 * mi-breakpoint-multiple-locations.exp: ... this.
3552 (make_breakpoints_pattern): New proc.
3553 (do_test): Add mi_version parameter, test -break-insert,
3554 -break-info and =breakpoint-created.
3555
3556 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3557
3558 * config/default.exp: Remove 'load_lib gdb.exp'.
3559 * config/monitor.exp: Likewise.
3560 * config/sid.exp: Likewise.
3561 * config/sim.exp: Likewise.
3562 * config/slite.exp: Likewise.
3563 * config/unix.exp: Likewise.
3564 * gdb.base/default.exp: Remove unhelpful comment.
3565
3566 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3567
3568 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3569
3570 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3571
3572 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3573
3574 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3575
3576 * gdb.fortran/type-kinds.exp: Update expected results.
3577
3578 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3579
3580 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3581
3582 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3583
3584 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3585 function.
3586 (test_basic_parsing_of_type_kinds): Expand types tested.
3587 (test_parsing_invalid_type_kinds): New function.
3588
3589 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * gdb.fortran/intrinsics.exp: New file.
3592 * gdb.fortran/intrinsics.f90: New file.
3593 * gdb.fortran/type-kinds.exp: New file.
3594
3595 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3596
3597 * gdb.fortran/dot-ops.exp: New file.
3598
3599 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3602 Check upper and lower case logical literals.
3603
3604 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3605
3606 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3607 Remove duplicate tests.
3608
3609 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3610
3611 * lib/gdb.exp (builtin_cd): rename of cd.
3612 (cd): Override builtin.
3613
3614 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3615
3616 * gdb.fortran/function-calls.exp: New file.
3617 * gdb.fortran/function-calls.f90: New test.
3618
3619 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3620
3621 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3622 on user program standard output.
3623 * gdb.fortran/short-circuit-argument-list.f90: Record function
3624 calls.
3625
3626 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3627
3628 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3629 failure.
3630
3631 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3632
3633 PR gdb/8527
3634 * gdb.base/interrupt-daemon-attach.c,
3635 gdb.base/interrupt-daemon-attach.exp: New test.
3636
3637 2019-02-27 Pedro Alves <palves@redhat.com>
3638
3639 * gdb.base/page.exp: Add tests for "set width/height -1".
3640
3641 2019-02-27 Pedro Alves <palves@redhat.com>
3642
3643 * gdb.base/page.exp: Add tests for "set/show width/height" with
3644 "infinite" values.
3645
3646 2019-02-27 Tom Tromey <tromey@adacore.com>
3647
3648 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3649 2.4.
3650 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3651 workaround.
3652
3653 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3654
3655 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3656 tests for structs with static members.
3657
3658 2019-02-26 Tom Tromey <tromey@adacore.com>
3659
3660 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3661 ValueError, not TypeError.
3662
3663 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3664
3665 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3666 call from main program.
3667
3668 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3669
3670 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3671 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3672 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3673 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3674 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3675
3676 2019-02-22 Keith Seitz <keiths@redhat.com>
3677
3678 PR symtab/23853
3679 * gdb.base/symlink-sourcefile.c: New file.
3680 * gdb.base/symlink-sourcefile.exp: New file.
3681
3682 2019-02-20 Tom Tromey <tom@tromey.com>
3683
3684 * gdb.base/info_qt.exp: Update.
3685
3686 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3687
3688 * gdb.base/source.exp: Move "error in sourced script" code to
3689 the end.
3690 * gdb.base/source-error.gdb: Move contents to
3691 source-error-1.gdb. Add new code to source source-error-1.gdb.
3692 * gdb.base/source-error-1.gdb: New file, from previous
3693 source-error.gdb.
3694
3695 2019-02-17 Tom Tromey <tom@tromey.com>
3696
3697 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3698 for macro styling.
3699 * gdb.base/style.c (SOME_MACRO): New macro.
3700
3701 2019-02-17 Tom Tromey <tom@tromey.com>
3702
3703 * gdb.base/style.exp: Add line-wrapping tests.
3704 * gdb.base/page.exp: Add test for quitting during pagination.
3705
3706 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3707
3708 * gdb.ada/big_packed_array: New testcase.
3709 * gdb.ada/homonym.exp: Fix incorrect expected output for
3710 "break <homonym__get_value>" test.
3711
3712 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3713
3714 PR breakpoints/21870
3715 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3716 and prepare_for_testing. Add comment.
3717 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3718 redundant cleanup call. Clean up comment.
3719
3720 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3721
3722 PR breakpoints/21870
3723 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3724 * gdb.arch/aarch64-dbreg-contents.c: New file.
3725
3726 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3727
3728 * gdb.ada/mi_ref_changeable: New testcase.
3729
3730 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3731
3732 * gdb.base/attach.exp: Add double attach test.
3733
3734 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3735
3736 * lib/gdb.exp (default_gdb_start): Don't match pagination
3737 prompt.
3738 (gdb_init): Set stty_init.
3739
3740 2019-01-27 Tom Tromey <tom@tromey.com>
3741
3742 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3743 skip_python_tests.
3744
3745 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3746
3747 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3748 New structure.
3749 (struct struct_static_02_02): Likewise.
3750 (struct struct_static_02_03): Likewise.
3751 (struct struct_static_02_04): Likewise.
3752 (struct struct_static_04_01): Likewise.
3753 (struct struct_static_04_02): Likewise.
3754 (struct struct_static_04_03): Likewise.
3755 (struct struct_static_04_04): Likewise.
3756 (struct struct_static_06_01): Likewise.
3757 (struct struct_static_06_02): Likewise.
3758 (struct struct_static_06_03): Likewise.
3759 (struct struct_static_06_04): Likewise.
3760 (cmp_struct_static_02_01): Likewise.
3761 (cmp_struct_static_02_02): Likewise.
3762 (cmp_struct_static_02_03): Likewise.
3763 (cmp_struct_static_02_04): Likewise.
3764 (cmp_struct_static_04_01): Likewise.
3765 (cmp_struct_static_04_02): Likewise.
3766 (cmp_struct_static_04_03): Likewise.
3767 (cmp_struct_static_04_04): Likewise.
3768 (cmp_struct_static_06_01): Likewise.
3769 (cmp_struct_static_06_02): Likewise.
3770 (cmp_struct_static_06_03): Likewise.
3771 (cmp_struct_static_06_04): Likewise.
3772 (call_all): Test new structs.
3773 * gdb.base/infcall-nested-structs.exp: Likewise.
3774
3775 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3776 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3777
3778 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3779 * gdb.base/stack-protector.c: New test.
3780 * gdb.base/stack-protector.exp: New file.
3781 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3782 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3783 option.
3784 (gdb_compile): Remove stack protector for GCC and prevent
3785 recursion.
3786
3787 2019-01-16 Keith Seitz <keiths@redhat.com>
3788
3789 PR gdb/23773
3790 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3791
3792 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3793
3794 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3795 aliases.
3796 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3797 tests.
3798 * gdb.arch/powerpc-vector-regs.c: New file.
3799 * gdb.arch/powerpc-vector-regs.exp: New file.
3800
3801 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3802
3803 * gdb.arch/altivec-regs.exp: Fix the list passed to
3804 gdb_expect_list when testing "info vector".
3805
3806 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3807
3808 * gdb.base/style.exp: Don't include path in testname.
3809
3810 2019-01-10 Keith Seitz <keiths@redhat.com>
3811
3812 PR gdb/23712
3813 PR symtab/23010
3814 * gdb.dwarf2/multidictionary.exp: New file.
3815
3816 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3817
3818 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3819 (test_gnuv3_style_demangling): ... this.
3820 (test_lucid_style_demangling): Remove.
3821 (test_arm_style_demangling): Remove.
3822 (test_hp_style_demangling): Remove.
3823 (do_tests): Remove calls to the above.
3824
3825 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3826
3827 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3828 case.
3829
3830 2019-01-06 Tom Tromey <tom@tromey.com>
3831
3832 PR gdb/28155:
3833 * gdb.dwarf2/typedef-void-finish.exp: New file.
3834
3835 2018-12-28 Tom Tromey <tom@tromey.com>
3836 Simon Marchi <simark@simark.ca>
3837
3838 * gdb.base/jit-exec.exp: New file.
3839 * gdb.base/jit-exec.c: New file.
3840 * gdb.base/jit-execd.c: New file.
3841
3842 2018-12-28 Tom Tromey <tom@tromey.com>
3843
3844 * gdb.base/style.exp: Update test to check for address styling.
3845
3846 2018-12-28 Tom Tromey <tom@tromey.com>
3847
3848 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3849 message.
3850
3851 2018-12-28 Tom Tromey <tom@tromey.com>
3852
3853 * gdb.base/style.exp: Add test for version number styling.
3854
3855 2018-12-28 Tom Tromey <tom@tromey.com>
3856
3857 * gdb.base/style.exp: Add test for print_address_symbolic.
3858
3859 2018-12-28 Tom Tromey <tom@tromey.com>
3860
3861 * gdb.base/style.exp: Add test for breakpoint setting.
3862
3863 2018-12-28 Tom Tromey <tom@tromey.com>
3864
3865 * gdb.base/style.exp: Add test for variable names.
3866
3867 2018-12-28 Tom Tromey <tom@tromey.com>
3868
3869 * gdb.base/style.exp: New file.
3870 * gdb.base/style.c: New file.
3871
3872 2018-12-28 Tom Tromey <tom@tromey.com>
3873
3874 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3875 "dumb".
3876 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3877 the TERM environment variable.
3878
3879 2018-12-27 Tom Tromey <tom@tromey.com>
3880
3881 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3882 pagination test.
3883
3884 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3885
3886 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3887 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3888
3889 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3890
3891 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3892 Filename a.adb changed to bp_fun_addr.adb.
3893 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3894
3895 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3896
3897 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3898 non-PIE executables.
3899 * README: Mention the gdb,nopie_flag board setting.
3900 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3901 non-PIE executable.
3902 * gdb.arch/amd64-entry-value.exp: Likewise.
3903 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3904 * gdb.arch/i386-float.exp: Likewise.
3905 * gdb.arch/i386-signal.exp: Likewise.
3906 * gdb.mi/mi-reg-undefined.exp: Likewise.
3907
3908 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3909
3910 PR gdb/23974
3911 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3912
3913 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3914
3915 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3916 Update order of results accordingly.
3917
3918 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3919
3920 * gdb.base/annota1.exp: Update a test regexp.
3921
3922 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3923
3924 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3925
3926 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3927
3928 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3929 (reuse_time): Initialize to REUSE_TIME_CAP.
3930 (check_rc): New function.
3931 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3932 Check pthread_create rc.
3933 (spawner_thread_func): Check pthread_create and pthread_join rc.
3934
3935 2018-12-08 Pedro Alves <palves@redhat.com>
3936
3937 * gdb.base/list.exp (test_forward_search): Rename to ...
3938 (test_forward_reverse_search): ... this. Also test reverse-search
3939 and the forward-search alias.
3940
3941 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3942
3943 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3944 local timeout variable before return, and remove all local timeout
3945 variable entirely.
3946 (gdb_load): Likewise.
3947
3948 2018-12-01 Tom de Vries <tdevries@suse.de>
3949
3950 * gdb.base/gdb-caching-proc.exp: New file.
3951
3952 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3953
3954 * Makefile.in (TIMESTAMP): New variable.
3955 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3956 command.
3957 (check-single-racy): Likewise.
3958 (check/%.exp): Likewise.
3959 (check-racy/%.exp): Likewise.
3960 (workers/%.worker): Likewise.
3961 (build-perf): Likewise.
3962 (check-perf): Likewise.
3963 * README: Describe new "TS" and "TS_FORMAT" variables.
3964 * print-ts.py: New file.
3965
3966 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3967
3968 PR python/23714
3969 * gdb.python/python.exp: Test command repetition after
3970 gdb.execute.
3971
3972 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3973
3974 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3975 is correctly aligned.
3976
3977 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3978
3979 * gdb.ada/info_auto_lang.exp: New testcase.
3980 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3981 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3982 * gdb.ada/info_auto_lang/some_c.c: New file.
3983
3984 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3985
3986 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3987 FUNC_lang language syntax.
3988
3989 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3990
3991 * gdb.base/info_minsym.c: New file.
3992 * gdb.base/info_minsym.exp: New file.
3993
3994 2018-11-19 Tom Tromey <tom@tromey.com>
3995
3996 PR rust/23625:
3997 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3998 * gdb.rust/expr.exp: Update expected output. Change one test.
3999
4000 2018-11-19 Tom Tromey <tom@tromey.com>
4001
4002 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4003
4004 2018-11-19 Pedro Alves <palves@redhat.com>
4005
4006 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4007 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4008 see the expected warning.
4009
4010 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4011
4012 PR gdb/22736:
4013 * gdb.cp/infcall-nodebug-lib.c: New test.
4014 * gdb.cp/infcall-nodebug-main.c: New test.
4015 * gdb.cp/infcall-nodebug.exp: New file.
4016
4017 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4018
4019 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4020 completer tests.
4021
4022 2018-11-09 Tom de Vries <tdevries@suse.de>
4023
4024 * gdb.base/msym-lang.c: New test.
4025 * gdb.base/msym-lang.exp: New file.
4026 * gdb.base/msym-lang-main.c: New test.
4027
4028 2018-11-08 Tom Tromey <tom@tromey.com>
4029
4030 PR gdb/23555:
4031 PR gdb/23838:
4032 * gdb.base/warning.exp: New file.
4033
4034 2018-11-08 Jan Beulich <jbeulich@suse.com>
4035
4036 * testsuite/gdb.arch/i386-avx512.c,
4037 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4038
4039 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4040
4041 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4042 point hardware.
4043
4044 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4045
4046 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4047 * gdb.dwarf2/missing-type-name.exp: New file.
4048
4049 2018-11-06 Tom de Vries <tdevries@suse.de>
4050
4051 * gdb.base/many-headers.c: New test.
4052 * gdb.base/many-headers.exp: New file.
4053
4054 2018-11-06 Jim Wilson <jimw@sifive.com>
4055
4056 * gdb.base/code_elim.exp: For riscv, set additional_flags
4057 to include -msmall-data-limit=0.
4058
4059 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4060
4061 * gdb.ada/watch_minus_l: New testcase.
4062
4063 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4064
4065 * gdb.arch/aix-sighandle.c: New file.
4066 * gdb.arch/aix-sighandle.exp: New file.
4067
4068 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4069
4070 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4071 registers being unions.
4072
4073 2018-10-31 Tom de Vries <tdevries@suse.de>
4074
4075 * lib/valgrind.exp: New file.
4076 (vgdb_start, vgdb_stop): New procs, factored out of ...
4077 * gdb.base/valgrind-bt.exp: ... here, ...
4078 * gdb.base/valgrind-disp-step.exp: ... here and ...
4079 * gdb.base/valgrind-infcall.exp: ... here.
4080
4081 2018-10-31 Tom de Vries <tdevries@suse.de>
4082
4083 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4084
4085 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4086
4087 * gdb.dwarf2/void-type.c: New file.
4088 * gdb.dwarf2/void-type.exp: New file.
4089
4090 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4091
4092 * gdb.base/info_qt.c: New file.
4093 * gdb.base/info_qt.exp: New file.
4094
4095 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4096
4097 * gdb.arch/powerpc-htm-regs.c: New file.
4098 * gdb.arch/powerpc-htm-regs.exp: New file.
4099
4100 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4101
4102 * gdb.arch/powerpc-tar.c: New file.
4103 * gdb.arch/powerpc-tar.exp: New file.
4104
4105 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4106
4107 * gdb.arch/powerpc-ppr-dscr.c: New file.
4108 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4109
4110 2018-10-25 Tom de Vries <tdevries@suse.de>
4111
4112 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4113
4114 2018-10-24 Tom de Vries <tdevries@suse.de>
4115
4116 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4117 longer exists error.
4118
4119 2018-10-24 Tom de Vries <tdevries@suse.de>
4120
4121 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4122
4123 2018-10-24 Tom de Vries <tdevries@suse.de>
4124
4125 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4126 --db-attach in valgrind.
4127
4128 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4129
4130 * gdb.arch/riscv-reg-aliases.c: New file.
4131 * gdb.arch/riscv-reg-aliases.exp: New file.
4132
4133 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4134
4135 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4136
4137 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4138
4139 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4140
4141 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4142
4143 * gdb.cp/ovldbreak.exp: Fix regexps.
4144
4145 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4146
4147 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4148
4149 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4150
4151 PR cli/23785
4152 * gdb.base/restore.exp: New test to check if "restore" with an
4153 invalid file doesn't segfault.
4154
4155 2018-10-18 Tom de Vries <tdevries@suse.de>
4156
4157 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4158 * gdb.ada/excep_handle.exp: Same.
4159 * gdb.ada/mi_string_access.exp: Same.
4160 * gdb.ada/mi_var_union.exp: Same.
4161 * gdb.arch/arc-analyze-prologue.exp: Same.
4162 * gdb.arch/arc-decode-insn.exp: Same.
4163 * gdb.base/readnever.exp: Same.
4164 * gdb.fortran/printing-types.exp: Same.
4165 * gdb.guile/scm-lazy-string.exp: Same.
4166
4167 2018-10-16 Tom de Vries <tdevries@suse.de>
4168
4169 PR gdb/23730
4170 * gdb.base/catch-follow-exec.c: Add copyright notice.
4171 * gdb.base/catch-follow-exec.exp: Rewrite to use
4172 gdb_spawn_with_cmdline_opts. Require gdb-native.
4173
4174 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4175
4176 * gdb.trace/actions-changed.exp: Check for arch support.
4177 * gdb.trace/actions.exp: Likewise.
4178 * gdb.trace/ax.exp: Likewise.
4179 * gdb.trace/backtrace.exp: Likewise.
4180 * gdb.trace/change-loc.exp: Likewise.
4181 * gdb.trace/deltrace.exp: Likewise.
4182 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4183 * gdb.trace/ftrace.exp: Likewise.
4184 * gdb.trace/infotrace.exp: Check for arch support.
4185 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4186 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4187 * gdb.trace/mi-tsv-changed.exp: Likewise.
4188 * gdb.trace/packetlen.exp: Likewise.
4189 * gdb.trace/passc-dyn.exp: Likewise.
4190 * gdb.trace/passcount.exp: Likewise.
4191 * gdb.trace/pending.exp: Likewise.
4192 * gdb.trace/range-stepping.exp: Check for shlib support.
4193 * gdb.trace/report.exp: Check for arch support.
4194 * gdb.trace/save-trace.exp: Likewise.
4195 * gdb.trace/signal.exp: Check for signal support.
4196 * gdb.trace/tfind.exp: Check for arch support.
4197 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4198 * gdb.trace/trace-common.h: Add comment.
4199 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4200 * gdb.trace/trace-enable-disable.exp: Likewise.
4201 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4202 * gdb.trace/tracecmd.exp: Check for arch support.
4203 * gdb.trace/tspeed.exp: Check for shlib and target support.
4204 * gdb.trace/tstatus.exp: Check for arch support.
4205 * gdb.trace/tsv.exp: Likewise.
4206 * gdb.trace/while-dyn.exp: Likewise.
4207 * gdb.trace/while-stepping.exp: Likewise.
4208 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4209
4210 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4211
4212 * gdb.trace/tspeed.exp: Remove nowarnings.
4213 (prepare_for_trace_test): Declare "global ipalib".
4214 * gdb.trace/tspeed.c: Include unistd.h.
4215 (main): Remove superfluous printf argument.
4216
4217 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4218
4219 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4220 directory prefix on the filename.
4221
4222 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4223
4224 * gdb.gdb/unittest.exp: Update expected message informing that
4225 selftests have been disabled.
4226 * gdb.server/unittest.exp: Likewise.
4227
4228 2018-10-09 Tom de Vries <tdevries@suse.de>
4229
4230 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4231 with runto_main.
4232
4233 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4234
4235 PR c++/16841
4236 * gdb.cp/virtbase2.cc: New file.
4237 * gdb.cp/virtbase2.exp: New file.
4238
4239 2018-10-06 Tom Tromey <tom@tromey.com>
4240
4241 PR python/19399:
4242 * gdb.python/py-inferior.exp: Add architecture test.
4243
4244 2018-10-06 Tom Tromey <tom@tromey.com>
4245
4246 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4247 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4248
4249 2018-10-06 Tom Tromey <tom@tromey.com>
4250
4251 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4252 of a "throw" catchpoint.
4253
4254 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4255
4256 * gdb.base/info-proc.exp: Update string expected from "help info
4257 proc".
4258
4259 2018-10-04 Tom Tromey <tom@tromey.com>
4260
4261 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4262 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4263 (test_initial_complaints, test_empty_complaints): Update.
4264 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4265
4266 2018-10-04 Tom Tromey <tom@tromey.com>
4267
4268 PR cli/19551:
4269 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4270 * lib/gdb.exp (gdb_file_cmd): Update.
4271 * gdb.stabs/weird.exp (print_weird_var): Update.
4272 * gdb.server/solib-list.exp: Update.
4273 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4274 * gdb.mi/mi-cli.exp: Update.
4275 * gdb.linespec/linespec.exp: Update.
4276 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4277 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4278 * gdb.cp/cp-relocate.exp: Update.
4279 * gdb.base/sym-file.exp: Update.
4280 * gdb.base/relocate.exp: Update.
4281 * gdb.base/readnever.exp: Update.
4282 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4283 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4284 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4285 * gdb.base/code_elim.exp: Update.
4286 * gdb.base/break-unload-file.exp (test_break): Update.
4287 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4288 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4289 Update.
4290 * gdb.base/attach.exp (do_attach_tests): Update.
4291 * gdb.base/sepdebug.exp: Update.
4292 * gdb.python/py-section-script.exp: Update.
4293
4294 2018-10-04 Tom Tromey <tom@tromey.com>
4295
4296 PR cli/22234:
4297 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4298 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4299 output.
4300
4301 2018-10-04 Tom Tromey <tom@tromey.com>
4302
4303 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4304 set width and height to 0.
4305 (test_command_line_attach_run): Use -quiet.
4306
4307 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4308
4309 * lib/gdb.exp (skip_ifunc_tests): New.
4310 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4311 other compile failures.
4312 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4313
4314 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4315
4316 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4317 is_amd64_regs_target.
4318
4319 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4320
4321 * gdb.arch/aarch64-sighandler-regs.c: New test.
4322 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4323 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4324
4325 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4326
4327 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4328 assembly.
4329
4330 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4331
4332 * gdb.base/frame-selection.exp: New file.
4333 * gdb.base/frame-selection.c: New file.
4334
4335 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4336
4337 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4338 pthread barrier.
4339 (main): Likewise.
4340
4341 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4342
4343 * gdb.base/large-frame-1.c: New file.
4344 * gdb.base/large-frame-2.c: New file.
4345 * gdb.base/large-frame.exp: New file.
4346 * gdb.base/large-frame.h: New file.
4347
4348 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4349
4350 PR gdb/20948
4351 * gdb.base/write_mem.exp: New test.
4352 * gdb.base/write_mem.c: Likewise.
4353
4354 2018-09-23 Tom Tromey <tom@tromey.com>
4355
4356 PR python/18852:
4357 * gdb.python/py-parameter.exp: Add test for parameter that throws
4358 on "set".
4359
4360 2018-09-23 Tom Tromey <tom@tromey.com>
4361
4362 PR python/17284:
4363 * gdb.python/py-template.exp (test_template_arg): Add test for
4364 negative template argument number.
4365
4366 2018-09-23 Tom Tromey <tom@tromey.com>
4367
4368 PR python/14062:
4369 * gdb.python/python.exp: Add test for post_event error.
4370
4371 2018-09-23 Tom Tromey <tom@tromey.com>
4372
4373 PR python/18170:
4374 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4375 convert pointers to int and long.
4376
4377 2018-09-23 Tom Tromey <tom@tromey.com>
4378
4379 PR python/20126:
4380 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4381 signed-ness conversion tests.
4382
4383 2018-09-23 Tom Tromey <tom@tromey.com>
4384
4385 PR python/18352;
4386 * gdb.python/py-value.exp (test_float_conversion): New proc.
4387 Use it.
4388
4389 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4390
4391 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4392
4393 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4394
4395 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4396 no readline.
4397 * gdb.base/utf8-identifiers.exp: Likewise.
4398 * gdb.cp/cpcompletion.exp: Likewise.
4399 * gdb.linespec/cpcompletion.exp: Likewise.
4400 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4401 * gdb.linespec/cpls-ops.exp: Likewise.
4402
4403 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4404 Chris January <chris.january@arm.com>
4405
4406 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4407 * gdb.fortran/short-circuit-argument-list.exp: New file.
4408 * gdb.fortran/short-circuit-argument-list.f90: New test.
4409
4410 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4411
4412 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4413 "arch=" keyword when executing "-stack-list-frames".
4414
4415 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4416
4417 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4418 "arch=" keyword when executing "-stack-list-frames".
4419
4420 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4421
4422 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4423 break ada".
4424
4425 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4426
4427 PR python/23669
4428 * gdb.python/python.exp: Test gdb.execute("show commands").
4429
4430 2018-09-16 Tom Tromey <tom@tromey.com>
4431
4432 * gdb.base/new-ui.exp (do_execution_tests): Update.
4433 * gdb.base/dbx.exp (test_breakpoints): Update.
4434
4435 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4436
4437 * lib/gdb.exp (gdb_simple_compile): Add proc.
4438 (is_elf_target): Use gdb_simple_compile.
4439 (skip_altivec_tests): Likewise.
4440 (skip_vsx_tests): Likewise.
4441 (skip_tsx_tests): Likewise.
4442 (skip_btrace_tests): Likewise.
4443 (skip_btrace_pt_tests): Likewise.
4444 (gdb_can_simple_compile): Likewise.
4445 (gdb_has_argv0): Likewise.
4446 (gdb_target_symbol_prefix): Likewise.
4447 (target_supports_scheduler_locking): Likewise.
4448
4449 2018-09-13 Tom Tromey <tom@tromey.com>
4450
4451 * Makefile.in (TAGS): Recognize proc_with_prefix and
4452 gdb_caching_proc.
4453
4454 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4455
4456 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4457 method.
4458
4459 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4460
4461 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4462 and a few other Inferior properties when the Inferior is no
4463 longer valid.
4464
4465 2018-09-13 Tom Tromey <tom@tromey.com>
4466
4467 PR rust/23650:
4468 * gdb.rust/simple.exp: Add test for enum field access error.
4469
4470 2018-09-13 Tom Tromey <tom@tromey.com>
4471
4472 PR rust/23626:
4473 * gdb.rust/simple.rs (EmptyEnum): New type.
4474 (main): Use it.
4475 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4476
4477 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4478
4479 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4480 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4481 * gdb.python/py-symtab.exp: Update test printing an objfile.
4482
4483 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4484
4485 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4486 object.
4487
4488 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4489
4490 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4491 (support_complex_tests): Use gdb_can_simple_compile.
4492 (is_ilp32_target): Likewise.
4493 (is_lp64_target): Likewise.
4494 (is_64_target): Likewise.
4495 (is_amd64_regs_target): Likewise.
4496 (is_aarch32_target): Likewise.
4497 (gdb_int128_helper): Likewise.
4498
4499 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4500
4501 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4502
4503 2018-09-10 Jerome Guitton <guitton@adacore.com>
4504
4505 * gdb.ada/same_component_name: Add test for case of tagged record
4506 with variable-length fields.
4507
4508 2018-09-10 Xavier Roirand <roirand@adacore.com>
4509
4510 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4511 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4512 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4513 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4514
4515 2018-09-10 Xavier Roirand <roirand@adacore.com>
4516
4517 * gdb.ada/mi_string_access.exp: New testcase.
4518 * gdb.ada/mi_string_access/bar.adb: New file.
4519 * gdb.ada/mi_string_access/pck.adb: New file.
4520 * gdb.ada/mi_string_access/pck.asd: New file.
4521
4522 2018-09-10 Xavier Roirand <roirand@adacore.com>
4523
4524 * gdb.ada/mi_var_union.exp: New testcase.
4525 * gdb.ada/mi_var_union/bar.adb: New file.
4526 * gdb.ada/mi_var_union/pck.adb: New file.
4527 * gdb.ada/mi_var_union/pck.asd: New file.
4528
4529 2018-09-08 Tom Tromey <tom@tromey.com>
4530
4531 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4532
4533 2018-09-08 Tom Tromey <tom@tromey.com>
4534
4535 PR python/16047:
4536 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4537 (register_pretty_printers): Register new printer.
4538 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4539 test.
4540 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4541 (an_int_type3): New global.
4542
4543 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4544
4545 * gdb.ada/expr_with_funcall: New testcase.
4546
4547 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4548
4549 * gdb.ada/packed_array_assign: New testcase.
4550
4551 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4552
4553 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4554 names, and add test prefixes to make test names unique.
4555
4556 2018-09-05 Tom de Vries <tdevries@suse.de>
4557
4558 * gdb.dwarf2/varval.exp: Add test.
4559
4560 2018-09-04 Gary Benson <gbenson@redhat.com>
4561
4562 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4563 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4564
4565 2018-08-31 Tom Tromey <tom@tromey.com>
4566
4567 * gdb.rust/simple.rs: Rename second variable "v".
4568
4569 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4570
4571 * gdb.base/funcargs.c (use_a): New function.
4572 (recurse): Call use_a.
4573
4574 2018-08-29 Keith Seitz <keiths@redhat.com>
4575
4576 * gdb.compile/compile-cplus-anonymous.cc: New file.
4577 * gdb.compile/compile-cplus-anonymous.exp: New file.
4578 * gdb.compile/compile-cplus-array-decay.cc: New file.
4579 * gdb.compile/compile-cplus-array-decay.exp: New file.
4580 * gdb.compile/compile-cplus-inherit.cc: New file.
4581 * gdb.compile/compile-cplus-inherit.exp: New file.
4582 * gdb.compile/compile-cplus-member.cc: New file.
4583 * gdb.compile/compile-cplus-member.exp: New file.
4584 * gdb.compile/compile-cplus-method.cc: New file.
4585 * gdb.compile/compile-cplus-method.exp: New file.
4586 * gdb.compile/compile-cplus-mod.c: "New" file.
4587 * gdb.compile/compile-cplus-namespace.cc: New file.
4588 * gdb.compile/compile-cplus-namespace.exp: New file.
4589 * gdb.compile/compile-cplus-nested.cc: New file.
4590 * gdb.compile/compile-cplus-nested.exp: New file.
4591 * gdb.compile/compile-cplus-print.c: "New" file.
4592 * gdb.compile/compile-cplus-print.exp: "New" file.
4593 * gdb.compile/compile-cplus-virtual.cc: New file.
4594 * gdb.compile/compile-cplus-virtual.exp: New file.
4595 * gdb.compile/compile-cplus.c: "New" file.
4596 * gdb.compile/compile-cplus.exp: "New" file.
4597 * lib/compile-support.exp: New file.
4598
4599 2018-08-16 Gary Benson <gbenson@redhat.com>
4600
4601 PR gdb/13000:
4602 * gdb.base/batch-exit-status.exp: New file.
4603 * gdb.base/batch-exit-status.good-commands: Likewise.
4604 * gdb.base/batch-exit-status.bad-commands: Likewise.
4605
4606 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4607
4608 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4609 (struct struct02): Likewise.
4610 (struct struct03): Likewise.
4611 (struct struct04): Likewise.
4612 (struct struct_01_01): New struct.
4613 (struct struct_01_02): Likewise.
4614 (struct struct_01_03): Likewise.
4615 (struct struct_01_04): Likewise.
4616 (struct struct_02_01): Likewise.
4617 (struct struct_02_02): Likewise.
4618 (struct struct_02_03): Likewise.
4619 (struct struct_02_04): Likewise.
4620 (struct struct_04_01): Likewise.
4621 (struct struct_04_02): Likewise.
4622 (struct struct_04_03): Likewise.
4623 (struct struct_04_04): Likewise.
4624 (struct struct_05_01): Likewise.
4625 (struct struct_05_02): Likewise.
4626 (struct struct_05_03): Likewise.
4627 (struct struct_05_04): Likewise.
4628 (cmp_struct01): Remove function.
4629 (cmp_struct02): Likewise.
4630 (cmp_struct03): Likewise.
4631 (cmp_struct04): Likewise.
4632 (cmp_struct_01_01): Add Function.
4633 (cmp_struct_01_02): Likewise.
4634 (cmp_struct_01_03): Likewise.
4635 (cmp_struct_01_04): Likewise.
4636 (cmp_struct_02_01): Likewise.
4637 (cmp_struct_02_02): Likewise.
4638 (cmp_struct_02_03): Likewise.
4639 (cmp_struct_02_04): Likewise.
4640 (cmp_struct_04_01): Likewise.
4641 (cmp_struct_04_02): Likewise.
4642 (cmp_struct_04_03): Likewise.
4643 (cmp_struct_04_04): Likewise.
4644 (cmp_struct_05_01): Likewise.
4645 (cmp_struct_05_02): Likewise.
4646 (cmp_struct_05_03): Likewise.
4647 (cmp_struct_05_04): Likewise.
4648 (call_all): Add new structs.
4649 * gdb.base/infcall-nested-structs.exp: Likewise.
4650
4651 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4652
4653 * gdb.python/py-framefilter-mi.exp: Update regexp to
4654 check for "arch" field in frame output.
4655
4656 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4657
4658 * gdb.dwarf2/dw2-ranges-func.c: New file.
4659 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4660
4661 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4662
4663 * gdb.base/term.exp: Compare terminal settings with values from
4664 the inferior.
4665 * gdb.base/term.c: Get and set terminal settings.
4666
4667 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4668
4669 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4670 accommodate new "arch" field in frame output.
4671 * gdb.mi/mi-return.exp: Likewise.
4672 * gdb.mi/mi-stack.exp: Likewise.
4673 * gdb.mi/mi-syn-frame.exp: Likewise.
4674 * gdb.mi/user-selected-context-sync.exp: Likewise.
4675
4676 2018-08-19 Michael Spang <spang@google.com>
4677
4678 PR gdb/11786
4679 * gdb.base/gcore-tls-pie.c: New file.
4680 * gdb.base/gcore-tls-pie.exp: New file.
4681
4682 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4683
4684 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4685 * gdb.dwarf2/varval.c: New file.
4686 * gdb.dwarf2/varval.exp: New file.
4687
4688 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4689
4690 PR gdb/18931
4691 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4692
4693 2018-08-16 Keith Seitz <keiths@redhat.com>
4694
4695 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4696 tests expected to pass.
4697
4698 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4699
4700 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4701 -data-disassemble -a.
4702 (test_disassembly_bogus_args): Likewise.
4703
4704 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4705
4706 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4707
4708 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4709
4710 * gdb.base/vla-optimized-out.exp: Add new test.
4711
4712 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4713
4714 * gdb.base/vla-optimized-out-o3.exp: Delete.
4715 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4716 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4717 deleted tests.
4718
4719 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4720
4721 PR gdb/18050:
4722 * gdb.server/extended-remote-restart.c: New file.
4723 * gdb.server/extended-remote-restart.exp: New file.
4724
4725 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4726
4727 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4728 "set variable index = 42".
4729
4730 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4731
4732 * boards/index-cache-gdb.exp: New file.
4733 * gdb.dwarf2/index-cache.exp: New file.
4734 * gdb.dwarf2/index-cache.c: New file.
4735 * gdb.base/maint.exp: Check if we are using the index cache.
4736
4737 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4738
4739 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4740 MAKEFLAGS.
4741
4742 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4743
4744 * dg-extract-results.sh: Move to toplevel contrib.
4745 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4746 * Makefile.in (check-parallel-racy): Likewise.
4747
4748 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4749
4750 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4751 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4752 tests if the target supports scheduler locking.
4753
4754 2018-08-04 Tom de Vries <tdevries@suse.de>
4755
4756 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4757
4758 2018-08-02 Tom Tromey <tom@tromey.com>
4759
4760 PR symtab/16842.
4761 * gdb.cp/temargs.exp: Test "info address" of a template
4762 parameter.
4763
4764 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4765
4766 * gdb.python/py-mi-var-info-path-expression.c: New file.
4767 * gdb.python/py-mi-var-info-path-expression.py: New file.
4768 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4769
4770 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4771
4772 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4773 error after "cannot resolve name" string.
4774
4775 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4776
4777 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4778 started.
4779 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4780
4781 2018-07-28 Tom de Vries <tdevries@suse.de>
4782
4783 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4784
4785 2018-07-26 Tom de Vries <tdevries@suse.de>
4786
4787 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4788
4789 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4790
4791 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4792 is visible.
4793
4794 2018-07-26 Tom de Vries <tdevries@suse.de>
4795
4796 PR breakpoints/23366
4797 * gdb.base/catch-follow-exec.c: New test.
4798 * gdb.base/catch-follow-exec.exp: New file.
4799
4800 2018-07-25 Tom de Vries <tdevries@suse.de>
4801
4802 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4803 vla-optimized-out.c.
4804
4805 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4806
4807 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4808 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4809
4810 2018-07-20 Tom de Vries <tdevries@suse.de>
4811
4812 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4813 NOCLONE macro.
4814 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4815
4816 2018-07-19 Tom de Vries <tdevries@suse.de>
4817
4818 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4819 regular expression.
4820
4821 2018-07-18 Tom de Vries <tdevries@suse.de>
4822
4823 * gdb.base/vla-optimized-out.c: New test.
4824 * gdb.base/vla-optimized-out.exp: New file.
4825
4826 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4827
4828 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4829 message "No address associated with hostname" when gdbserver
4830 cannot resolve the hostname.
4831
4832 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4833
4834 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4835 Add some test prefixes to make tests unique.
4836
4837 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4838
4839 * gdb.base/frameapply.c: New file.
4840 * gdb.base/frameapply.exp: New file.
4841
4842 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4843
4844 * gdb.base/skip.exp: Update expected error message.
4845
4846 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4847 Jan Kratochvil <jan.kratochvil@redhat.com>
4848 Paul Fertser <fercerpav@gmail.com>
4849 Tsutomu Seki <sekiriki@gmail.com>
4850
4851 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4852 parameter.
4853 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4854 by default.
4855 * boards/native-gdbserver.exp: Likewise.
4856 * gdb.server/run-without-local-binary.exp: Improve regexp used
4857 for detecting when a remote debugging connection succeeds.
4858 * gdb.server/server-connect.exp: New file.
4859 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4860 Do not prefix the port number with ":".
4861 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4862 support for detecting and using it. Add '$debughost_gdbserver'
4863 to the list of arguments used to start gdbserver. Handle case
4864 when gdbserver cannot resolve a network name.
4865
4866 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4867
4868 PR c++/23373
4869 * gdb.base/ptype-offsets.cc (struct static_member): New
4870 struct.
4871 (main) <stmember>: New variable.
4872 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4873 with a static member in it.
4874
4875 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4876
4877 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4878 watchpoints enabled and disabled.
4879
4880 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4881
4882 * gdb.base/examine-backward.exp: Still run tests around address
4883 0x0, even if address 0x0 is not readable. Update the pattern for
4884 matching address 0x0 in expected output.
4885
4886 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4887
4888 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4889 malloc/free.
4890
4891 2018-07-04 Tom de Vries <tdevries@suse.de>
4892
4893 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4894
4895 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4896
4897 PR tdep/8282
4898 * gdb.arch/mips-disassembler-options.exp: New test.
4899 * gdb.arch/mips-disassembler-options.s: New test source.
4900
4901 2018-06-29 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.threads/names.exp: Adjust expected "info threads" output.
4904
4905 2018-06-29 Pedro Alves <palves@redhat.com>
4906
4907 * gdb.opt/inline-break.exp (line number, address): Add "info
4908 break" tests.
4909
4910 2018-06-29 Pedro Alves <palves@redhat.com>
4911
4912 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4913 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4914 number and address and running to them.
4915
4916 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4917
4918 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4919
4920 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4921
4922 * lib/compiler.c: Remove executable permission flag.
4923
4924 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4925
4926 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4927 code.
4928 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4929
4930 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4931
4932 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4933
4934 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4935
4936 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4937 address argument is omitted.
4938
4939 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4940
4941 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4942
4943 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4944
4945 PR gdb/21695
4946 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4947 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4948
4949 2018-06-26 Tom Tromey <tom@tromey.com>
4950
4951 PR rust/22574:
4952 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4953 * gdb.rust/simple.rs (struct SimpleLayout): New.
4954
4955 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4956
4957 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4958 "info registers" output.
4959
4960 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4961
4962 * gdb.base/watchpoint-hw-attach.c: New test.
4963 * gdb.base/watchpoint-hw-attach.exp: New file.
4964
4965 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4966
4967 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4968 through /bin/sh.
4969 * boards/dwarf4-gdb-index.exp: Likewise.
4970 * boards/fission-dwp.exp: Likewise.
4971
4972 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4973
4974 * gdb.base/float128.exp: Add comment and improved fail message
4975 to the failure case of "print large128" test.
4976
4977 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4978
4979 * configure.ac: Remove AC_PREREQ.
4980 * configure: Re-generate.
4981
4982 2018-06-19 Pedro Alves <palves@redhat.com>
4983
4984 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4985 (func_extern_caller): New.
4986 (main): Call func_extern_caller.
4987 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4988 logic change.
4989
4990 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4991
4992 PR gdb/16841
4993 * gdb.cp/typedef-base.cc: New file.
4994 * gdb.cp/typedef-base.exp: New file.
4995
4996 2018-06-18 Tom de Vries <tdevries@suse.de>
4997
4998 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4999
5000 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5001 Richard Bunt <Richard.Bunt@arm.com>
5002
5003 * gdb.threads/attach-slow-waitpid.c: New file.
5004 * gdb.threads/attach-slow-waitpid.exp: New file.
5005 * gdb.threads/slow-waitpid.c: New file.
5006
5007 2018-06-14 Pedro Alves <palves@redhat.com>
5008
5009 * gdb.base/fork-running-state.c: Include <errno.h>.
5010 (exit_if_relative_exits): New.
5011 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5012 exits.
5013 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5014 child exits.
5015
5016 2018-06-14 Tom de Vries <tdevries@suse.de>
5017
5018 PR cli/22573
5019 * gdb.base/finish-pretty.c: New test.
5020 * gdb.base/finish-pretty.exp: New file.
5021
5022 2018-06-14 Pedro Alves <palves@redhat.com>
5023
5024 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5025 gdb's expected startup output.
5026
5027 2018-06-14 Pedro Alves <palves@redhat.com>
5028
5029 * lib/selftest-support.exp (selftest_setup): Remove inlined
5030 function handling.
5031
5032 2018-06-14 Tom de Vries <tdevries@suse.de>
5033
5034 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5035 matching of breakpoint printing.
5036
5037 2018-06-13 Tom de Vries <tdevries@suse.de>
5038
5039 PR testsuite/23269
5040 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5041 (fork_child): ... here, and ...
5042 (fork_parent): ... here.
5043
5044 2018-06-12 Tom de Vries <tdevries@suse.de>
5045
5046 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5047
5048 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5049 Stephen Roberts <stephen.roberts@arm.com>
5050
5051 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5052 rewrite test to describe action performed, rather than possible
5053 failure.
5054
5055 2018-06-08 Gary Benson <gbenson@redhat.com>
5056
5057 * gdb.threads/check-libthread-db.exp: New file.
5058 * gdb.threads/check-libthread-db.c: Likewise.
5059
5060 2018-06-05 Tom Tromey <tom@tromey.com>
5061
5062 * gdb.base/default.exp: Update expected "show version" output.
5063
5064 2018-06-05 Tom Tromey <tom@tromey.com>
5065
5066 PR cli/12326:
5067 * gdb.cp/static-print-quit.exp: Update.
5068 * lib/gdb.exp (pagination_prompt): Update.
5069 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5070 * gdb.python/python.exp: Update.
5071
5072 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5073
5074 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5075
5076 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5077
5078 * gdb.ada/bp_fun_addr: New testcase.
5079
5080 2018-06-01 Tom Tromey <tom@tromey.com>
5081
5082 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5083 results.
5084 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5085 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5086 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5087 * gdb.base/maint.exp (maint_pass_if): Update.
5088
5089 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5090
5091 * gdb.base/endian.exp: New test.
5092 * gdb.base/endian.c: New test source.
5093
5094 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5095
5096 PR gdb/23203
5097 * gdb.base/bt-selected-frame.c: New file.
5098 * gdb.base/bt-selected-frame.exp: New file.
5099 * lib/gdb.exp (get_current_frame_number): New function.
5100
5101 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5102 Pedro Alves <palves@redhat.com>
5103
5104 * gdb.threads/tls-core.c: Include <stdlib.h>
5105 (thread_proc): Call `abort'.
5106 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5107 (tls_core_test): New procedure, bits factored out from ...
5108 (top level): ... here. Test both native cores and gcore cores.
5109
5110 2018-05-23 Tom Tromey <tom@tromey.com>
5111
5112 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5113
5114 2018-05-23 Tom Tromey <tom@tromey.com>
5115
5116 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5117 symfile_complaints.
5118 (test_short_complaints): Likewise.
5119 (test_empty_complaints): Likewise.
5120 (test_initial_complaints): Update.
5121
5122 2018-05-23 Tom Tromey <tom@tromey.com>
5123
5124 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5125
5126 2018-05-23 Tom Tromey <tom@tromey.com>
5127
5128 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5129 (test_short_complaints): Update.
5130
5131 2018-05-22 Pedro Alves <palves@redhat.com>
5132
5133 * gdb.base/remote.exp: Only gdb_start after compiling the
5134 testcase. Issue "disconnect" before testing "set remote" command
5135 defaults. Issue clean_restart before running to main.
5136
5137 2018-05-22 Pedro Alves <palves@redhat.com>
5138
5139 * gdb.base/remote.exp: Adjust expected output of "show remote
5140 memory-write-packet-size". Add tests for "set remote
5141 memory-write-packet-size 0" and "set remote
5142 memory-write-packet-size fixed/limit".
5143
5144 2018-05-22 Pedro Alves <palves@redhat.com>
5145
5146 PR gdb/22973
5147 * gdb.base/utf8-identifiers.c: New file.
5148 * gdb.base/utf8-identifiers.exp: New file.
5149
5150 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5151
5152 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5153
5154 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5155
5156 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5157
5158 2018-05-18 Tom Tromey <tom@tromey.com>
5159
5160 * gdb.base/ptype-offsets.exp: Update.
5161
5162 2018-05-17 Keith Seitz <keiths@redhat.com>
5163
5164 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5165 in expected breakpoint stop locations.
5166 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5167 move to proper scope to test variable values.
5168 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5169 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5170 New functions.
5171 (main): Call not_inline_func3.
5172 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5173 inline_func1, inline_func2, and inline_func3. Test that when each
5174 breakpoint is hit, GDB properly reports both the stop location
5175 and the backtrace. Repeat tests for temporary breakpoints.
5176
5177 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5178
5179 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5180 rather then trying to access it in determining whether the PID
5181 of `gdbserver' could have been retrieved.
5182
5183 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5184
5185 * gdb.arch/amd64-init-x87-values.S: New file.
5186 * gdb.arch/amd64-init-x87-values.exp: New file.
5187
5188 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5189
5190 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5191
5192 2018-05-04 Tom Tromey <tom@tromey.com>
5193
5194 PR python/22730:
5195 * gdb.python/python.exp: Test multi-line execute.
5196
5197 2018-05-04 Tom Tromey <tom@tromey.com>
5198
5199 PR python/22731:
5200 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5201
5202 2018-05-04 Tom Tromey <tom@tromey.com>
5203
5204 PR gdb/11750:
5205 * gdb.base/define.exp: Test defining a user command inside a user
5206 command.
5207 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5208
5209 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5210 Pedro Alves <palves@redhat.com>
5211
5212 PR breakpoints/19806 and support for PR external/20207.
5213 * gdb.base/watchpoint-unaligned.c: New file.
5214 * gdb.base/watchpoint-unaligned.exp: New file.
5215
5216 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5217
5218 * gdb.base/maint.exp: Make test names unique, use
5219 test_prefix_command_help to test 'help maint info', and remove
5220 repeated test of 'help maint'.
5221
5222 2018-05-04 Tom Tromey <tom@tromey.com>
5223
5224 PR gdb/22619:
5225 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5226 behavior.
5227
5228 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5229
5230 * gdb.base/maint.exp: Process output from 'maint print registers'
5231 line at a time.
5232
5233 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5234
5235 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5236 timeout.
5237
5238 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5239
5240 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5241 filter pattern.
5242
5243 2018-05-02 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5246 to_log_command renames.
5247 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5248
5249 2018-05-02 Tom Tromey <tom@tromey.com>
5250
5251 * gdb.python/py-parameter.exp: Set test message.
5252
5253 2018-05-02 Tom Tromey <tom@tromey.com>
5254
5255 PR python/20084:
5256 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5257 PARAM_ZUINTEGER_UNLIMITED tests.
5258
5259 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5260
5261 PR rust/23124
5262 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5263 when casting.
5264
5265 2018-04-30 Tom Tromey <tom@tromey.com>
5266
5267 * gdb.python/py-type.exp: Check align attribute.
5268 * gdb.python/py-type.c: New "aligncheck" global.
5269
5270 2018-04-30 Tom Tromey <tom@tromey.com>
5271
5272 PR exp/17095:
5273 * gdb.dwarf2/dw2-align.exp: New file.
5274 * gdb.cp/align.exp: New file.
5275 * gdb.base/align.exp: New file.
5276 * lib/gdb.exp (gdb_int128_helper): New proc.
5277 (has_int128_c, has_int128_cxx): New caching procs.
5278
5279 2018-04-27 Tom Tromey <tom@tromey.com>
5280
5281 PR rust/22545:
5282 * gdb.rust/simple.exp: Add inclusive range tests.
5283
5284 2018-04-26 Pedro Alves <palves@redhat.com>
5285
5286 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5287 ifunc breakpoint locations correctly of ifunc breakpoints set
5288 while the program resolves the ifunc.
5289
5290 2018-04-26 Pedro Alves <palves@redhat.com>
5291
5292 * gdb.base/gnu-ifunc-final.c: New file.
5293 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5294 * gdb.base/gnu-ifunc.exp (executable): Delete.
5295 (staticexecutable): Adjust.
5296 (lib_opts, exec_opts): Delete.
5297 (make_binsuffix, build, set-break): New procedures.
5298 (misc_tests): New, with tests factored out from the top level.
5299 (top level): Test different combinations of ifunc resolver name,
5300 resolver with and with debug info, and ifunc target with and
5301 without debug info. Wrap static tests with with_target_prefix.
5302
5303 2018-04-26 Pedro Alves <palves@redhat.com>
5304
5305 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5306 return type" warnings.
5307
5308 2018-04-25 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5311 killed".
5312 * gdb.base/kill-after-signal.exp: Likewise.
5313 * gdb.threads/kill.exp: Likewise.
5314
5315 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5316 Sergio Durigan Junior <sergiodj@redhat.com>
5317 Pedro Alves <palves@redhat.com>
5318
5319 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5320 regexps to expect for '[Inferior ... detached]' as well.
5321 * gdb.base/attach.exp: Likewise.
5322 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5323 "gdb_continue_to_end".
5324 (test_catch_syscall_with_wrong_args): Likewise.
5325 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5326 ']'. Don't set 'verbose' on.
5327 * gdb.base/foll-vfork.exp: Likewise.
5328 * gdb.base/fork-print-inferior-events.c: New file.
5329 * gdb.base/fork-print-inferior-events.exp: New file.
5330 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5331 '[Inferior ... has been killed]' message.
5332 * gdb.base/kill-after-signal.exp: Likewise.
5333 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5334 detach message.
5335 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5336 message.
5337 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5338 regexps to expect for '[Inferior ... detached]' as well.
5339 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5340
5341 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5342
5343 PR gdb/23104
5344 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5345
5346 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5347
5348 PR gdb/23095
5349 * gdb.base/break-probes.exp: Pass shlib_load to
5350 prepare_for_testing. Set normal_bp to r_debug_state if target is
5351 bsd.
5352
5353 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5354
5355 * gdb.threads/multiple-successive-infcall.c: New test.
5356 * gdb.threads/multiple-successive-infcall.exp: New file.
5357
5358 2018-04-17 Tom Tromey <tom@tromey.com>
5359
5360 * gdb.rust/simple.rs (Union): New type.
5361 (main): New local "u".
5362 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5363
5364 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5365
5366 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5367 number information in output of "whereis" command.
5368 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5369
5370 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5371
5372 * gdb.ada/info_types.exp: Adjust expected output to the line
5373 numbers now printed by "info var/func/type".
5374 * gdb.base/completion.exp: Likewise.
5375 * gdb.base/included.exp: Likewise.
5376 * gdb.cp/cp-relocate.exp: Likewise.
5377 * gdb.cp/cplusfuncs.exp: Likewise.
5378 * gdb.cp/namespace.exp: Likewise.
5379 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5380
5381 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5382
5383 * gdb.btrace/cpu.exp: New.
5384
5385 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5386
5387 * gdb.base/step-indirect-call-thunk.exp: New.
5388 * gdb.base/step-indirect-call-thunk.c: New.
5389 * gdb.reverse/step-indirect-call-thunk.exp: New.
5390 * gdb.reverse/step-indirect-call-thunk.c: New.
5391
5392 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5393
5394 * gdb.base/pie-fork.c: New file.
5395 * gdb.base/pie-fork.exp: New file.
5396
5397 2018-04-11 Tom Tromey <tom@tromey.com>
5398
5399 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5400
5401 2018-04-10 Pedro Alves <palves@redhat.com>
5402
5403 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5404 exits. Instead loop running forever.
5405 (fork_parent): Run forever too.
5406
5407 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5408
5409 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5410 mi_continue_to_line.
5411 * gdb.mi/mi-stack.c (callee4): Add comment.
5412
5413 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5414
5415 * gdb.mi/mi-stack.exp: Fix indentation.
5416
5417 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5418
5419 PR gdb/22979
5420 * gdb.arch/amd64-osabi.exp: New file.
5421
5422 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5423
5424 PR gdb/22980
5425 * gdb.base/osabi.exp: New file.
5426
5427 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5428
5429 * gdb.cp/static-typedef-print.exp: New file.
5430 * gdb.cp/static-typedef-print.cc: New file.
5431
5432 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5433
5434 * gdb.ada/varsize_limit: New testcase.
5435
5436 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5437
5438 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5439
5440 * gdb.ada/notcplusplus: New testcase.
5441
5442 * gdb.base/c-linkage-name.c: New file.
5443 * gdb.base/c-linkage-name.exp: New testcase.
5444
5445 2018-03-26 Tom Tromey <tom@tromey.com>
5446
5447 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5448 * gdb.python/py-framefilter.py (name_error): New global.
5449 (ErrorInName.function): Use name_error.
5450
5451 2018-03-26 Tom Tromey <tom@tromey.com>
5452
5453 PR backtrace/15582:
5454 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5455
5456 2018-03-23 Keith Seitz <keiths@redhat.com>
5457
5458 PR c++/22968
5459 * gdb.cp/subtypes.exp: New file.
5460 * gdb.cp/subtypes.h: New file.
5461 * gdb.cp/subtypes.cc: New file.
5462 * gdb.cp/subtypes-2.cc: New file.
5463
5464 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5465
5466 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5467 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5468 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5469 -nostartfiles when compiling the test. Confirm that all registers
5470 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5471
5472 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5473
5474 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5475 option, syntax was wrong anyway.
5476 * gdb.arch/arm-disp-step.exp: Likewise.
5477 * gdb.arch/sparc64-regs.exp: Likewise.
5478 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5479 option, syntax was wrong anyway, switch to use
5480 prepare_for_testing.
5481 * gdb.arch/i386-disp-step.exp: Likewise.
5482
5483 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5484
5485 * gdb.ada/exec_changed.exp: Replace "target_info exists
5486 use_gdb_stub" by "use_gdb_stub".
5487 * gdb.ada/start.exp: Likewise.
5488 * gdb.base/async-shell.exp: Likewise.
5489 * gdb.base/attach-pie-misread.exp: Likewise.
5490 * gdb.base/attach-wait-input.exp: Likewise.
5491 * gdb.base/break-entry.exp: Likewise.
5492 * gdb.base/break-interp.exp: Likewise.
5493 * gdb.base/dprintf-detach.exp: Likewise.
5494 * gdb.base/nostdlib.exp: Likewise.
5495 * gdb.base/solib-nodir.exp: Likewise.
5496 * gdb.base/statistics.exp: Likewise.
5497 * gdb.base/testenv.exp: Likewise.
5498 * gdb.mi/mi-exec-run.exp: Likewise.
5499 * gdb.mi/mi-start.exp: Likewise.
5500 * gdb.multi/dummy-frame-restore.exp: Likewise.
5501 * gdb.multi/multi-arch-exec.exp: Likewise.
5502 * gdb.multi/multi-arch.exp: Likewise.
5503 * gdb.multi/tids.exp: Likewise.
5504 * gdb.multi/watchpoint-multi.exp: Likewise.
5505 * gdb.python/py-events.exp: Likewise.
5506 * gdb.threads/attach-into-signal.exp: Likewise.
5507 * gdb.threads/attach-stopped.exp: Likewise.
5508 * gdb.threads/threadapply.exp: Likewise.
5509 * lib/selftest-support.exp: Likewise.
5510
5511 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5512
5513 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5514
5515 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5516
5517 * gdb.perf/template-breakpoints.cc: New file.
5518 * gdb.perf/template-breakpoints.exp: New file.
5519 * gdb.perf/template-breakpoints.py: New file.
5520
5521 2018-03-19 Tom Tromey <tom@tromey.com>
5522
5523 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5524 y0.
5525 * gdb.rust/simple.exp: Test bare identifier form of struct
5526 initializer.
5527
5528 2018-03-19 Tom Tromey <tom@tromey.com>
5529
5530 * gdb.gdb/observer.exp: Remove.
5531
5532 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5533
5534 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5535 "qualified" option when setting breakpoints.
5536 * gdb.trace/backtrace.exp: Likewise.
5537 * gdb.trace/circ.exp: Likewise.
5538 * gdb.trace/collection.exp: Likewise.
5539 * gdb.trace/disconnected-tracing.exp: Likewise.
5540 * gdb.trace/ftrace-lock.exp: Likewise.
5541 * gdb.trace/ftrace.exp: Likewise.
5542 * gdb.trace/infotrace.exp: Likewise.
5543 * gdb.trace/packetlen.exp: Likewise.
5544 * gdb.trace/passc-dyn.exp: Likewise.
5545 * gdb.trace/qtro.exp: Likewise.
5546 * gdb.trace/read-memory.exp: Likewise.
5547 * gdb.trace/report.exp: Likewise.
5548 * gdb.trace/signal.exp: Likewise.
5549 * gdb.trace/status-stop.exp: Likewise.
5550 * gdb.trace/strace.exp: Likewise.
5551 * gdb.trace/tfind.exp: Likewise.
5552 * gdb.trace/trace-break.exp: Likewise.
5553 * gdb.trace/trace-condition.exp: Likewise.
5554 * gdb.trace/trace-mt.exp: Likewise.
5555 * gdb.trace/tstatus.exp: Likewise.
5556 * gdb.trace/tsv.exp: Likewise.
5557 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5558 * gdb.trace/unavailable.exp: Likewise.
5559 * gdb.trace/while-dyn.exp: Likewise.
5560
5561 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5562
5563 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5564 that libinproctrace is copied to the target.
5565
5566 2018-03-14 Tom Tromey <tom@tromey.com>
5567
5568 PR cli/14977:
5569 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5570 a null pointer.
5571 * gdb.base/wchar.exp: Likewise.
5572
5573 2018-03-14 Tom Tromey <tom@tromey.com>
5574
5575 PR cli/19918:
5576 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5577 flag.
5578
5579 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5580
5581 PR gdb/22841
5582 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5583 "target" to remote_exec.
5584
5585 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5586
5587 PR gdb/22841
5588 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5589 ${board}_upload): Remove.
5590
5591 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5592
5593 * gdb.cp/watch-cp.cc: New test.
5594 * gdb.cp/watch-cp.exp: New file.
5595
5596 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5597
5598 * gdb.base/infcall-nested-structs.exp: New file.
5599 * gdb.base/infcall-nested-structs.c: New file.
5600 * gdb.base/float.exp: Add riscv support.
5601
5602 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5603
5604 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5605 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5606
5607 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5608
5609 * gdb.server/abspath.exp: New file.
5610 * lib/gdb.exp (with_cwd): New procedure.
5611
5612 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5613
5614 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5615 use it.
5616 (gdb_is_target_remote_prompt): New proc.
5617 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5618 (gdb_is_target_native): Pass prompt parameter to
5619 gdb_is_target_1.
5620
5621 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5622
5623 * gdb.base/load-command.c: New file.
5624 * gdb.base/load-command.exp: New file.
5625 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5626 (gdb_is_target_1): ...this, and generalize for other targets
5627 than just remote.
5628 (gdb_is_target_remote): Use gdb_is_target_1.
5629 (gdb_is_target_native): use gdb_is_target_1.
5630
5631 2018-02-26 Tom Tromey <tom@tromey.com>
5632
5633 PR python/16497:
5634 * gdb.python/py-framefilter.exp: Update test.
5635
5636 2018-02-26 Tom Tromey <tom@tromey.com>
5637
5638 * gdb.dwarf2/variant.c: New file.
5639 * gdb.dwarf2/variant.exp: New file.
5640
5641 2018-02-26 Tom Tromey <tom@tromey.com>
5642
5643 * gdb.rust/simple.exp: Accept more possible results in enum test.
5644
5645 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5646
5647 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5648 parentheses.
5649
5650 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5651
5652 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5653 name of a variable: $actual_linejj -> $actual_line.
5654
5655 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5656
5657 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5658
5659 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5660
5661 * gdb.btrace/buffer-size.exp: Do not force BTS.
5662
5663 2018-02-14 Pedro Alves <palves@redhat.com>
5664
5665 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5666 getting a "Quit".
5667
5668 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5669
5670 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5671 Fix test name.
5672
5673 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5674
5675 * gdb.cp/m-static.exp: Check type of optimized out static
5676 member.
5677
5678 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5679
5680 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5681 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5682
5683 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5684 Leszek Swirski <leszeks@google.com>
5685
5686 * gdb.python/py-prettyprint.c
5687 (struct to_string_returns_value_inner,
5688 struct to_string_returns_value_wrapper): New.
5689 (main): Add tsrvw variable.
5690 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5691 ToStringReturnsValueWrapper): New classes.
5692 (register_pretty_printers): Register new pretty-printers.
5693 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5694 recursive pretty printer.
5695 * gdb.python/py-mi.exp: Likewise.
5696
5697 2018-02-01 Leszek Swirski <leszeks@google.com>
5698
5699 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5700 functions with the same name as an include file are parsed
5701 correctly.
5702
5703 2018-02-01 Yao Qi <yao.qi@linaro.org>
5704
5705 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5706 "\[^\r\n\]*".
5707
5708 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5709
5710 * gdb.arch/powerpc-prologue-frame.s: New file.
5711 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5712 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5713
5714 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5715
5716 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5717
5718 2018-01-30 Pedro Alves <palves@redhat.com>
5719
5720 PR gdb/13211
5721 * gdb.base/interrupt-daemon.c: New.
5722 * gdb.base/interrupt-daemon.exp: New.
5723 * gdb.multi/multi-term-settings.c: New.
5724 * gdb.multi/multi-term-settings.exp: New.
5725
5726 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5727
5728 * gdb.base/break.exp: Save the location where the breakpoint
5729 on break.c:47 was actually inserted when debugging the version
5730 compiled at -O2 and use it in the expected output of the "info
5731 break" test performed soon after.
5732
5733 2018-01-22 Pedro Alves <palves@redhat.com>
5734 Sergio Durigan Junior <sergiodj@redhat.com>
5735
5736 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5737 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5738
5739 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5740
5741 * gdb.base/break-include.c, gdb.base/break-include.inc,
5742 gdb.base/break-include.exp: New files.
5743 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5744 line number now being the actual line number where the breakpoint
5745 was inserted.
5746 * gdb.mi/mi-break.exp: Likewise.
5747 * gdb.mi/mi-reverse.exp: Likewise.
5748 * gdb.mi/mi-simplerun.exp: Ditto.
5749
5750 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5751
5752 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5753 varobj.
5754 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5755
5756 2018-01-21 Don Breazeal <donb@codesourcery.com>
5757 Andrew Burgess <andrew.burgess@embecosm.com>
5758
5759 * gdb.mi/basics.c: Add new global.
5760 * gdb.mi/mi-frame-regs.exp: New file.
5761 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5762 case.
5763
5764 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5765
5766 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5767 non-parameter, and on an unknown symbol.
5768
5769 2018-01-19 Tom Tromey <tom@tromey.com>
5770
5771 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5772 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5773
5774 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5775
5776 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5777 setrlimit and chdir to int.
5778
5779 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5780
5781 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5782 function.
5783 (my_tend): Likewise.
5784 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5785 rationale of avoiding FP- and vector instructions.
5786
5787 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5788
5789 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5790 "info reg" with "\[ \t\]*".
5791 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5792 "\[ \t\]+".
5793 * gdb.arch/s390-multiarch.exp: Ditto.
5794 * gdb.base/pc-fp.exp: Ditto.
5795 * gdb.reverse/i386-precsave.exp: Ditto.
5796 * gdb.reverse/i386-reverse.exp: Ditto.
5797 * gdb.reverse/i387-env-reverse.exp: Ditto.
5798 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5799
5800 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5801
5802 * lib/gdb.exp (gdb_compile): Re-enable use of
5803 universal_compile_options for languages other than Rust.
5804
5805 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5806
5807 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5808
5809 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5810
5811 PR gdb/16577
5812 * gdb.base/solib-vanish.exp: New.
5813 * gdb.base/solib-vanish-main.c: New.
5814 * gdb.base/solib-vanish-lib1.c: New.
5815 * gdb.base/solib-vanish-lib2.c: New.
5816
5817 2018-01-17 Yao Qi <yao.qi@linaro.org>
5818
5819 * gdb.compile/compile.exp: Match the address printed for
5820 frame in the output of command "bt".
5821
5822 2018-01-15 Tom Tromey <tom@tromey.com>
5823
5824 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5825 compute sp_reg.
5826
5827 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5828
5829 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5830 to prepare.
5831 (prepare): Return 0 on error, 1 on success.
5832
5833 2018-01-12 Pedro Alves <palves@redhat.com>
5834
5835 * gdb.base/continue-after-aborted-step-over.c: New.
5836 * gdb.base/continue-after-aborted-step-over.exp: New.
5837
5838 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5839
5840 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5841 options when not creating an executable.
5842
5843 2018-01-11 Pedro Alves <palves@redhat.com>
5844
5845 PR remote/22597
5846 * gdb.server/stop-reply-no-thread.c: New file.
5847 * gdb.server/stop-reply-no-thread.exp: New file.
5848
5849 2018-01-10 Pedro Alves <palves@redhat.com>
5850
5851 PR gdb/22670
5852 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5853 functions too. Test setting breakpoints and printing C functions
5854 with no debug info too.
5855 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5856
5857 2018-01-10 Pedro Alves <palves@redhat.com>
5858
5859 PR gdb/22670
5860 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5861 a fail.
5862
5863 2018-01-10 Pedro Alves <palves@redhat.com>
5864
5865 PR gdb/22670
5866 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5867
5868 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5869
5870 * gdb.server/unittest.exp: Match the output in non-development
5871 mode.
5872
5873 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5874
5875 * gdb.gdb/unittest.exp: Match output in non-development mode.
5876
5877 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5878
5879 * gdb.ada/access_tagged_param.exp: Relax expected output
5880 for value of "ObjL" in "continue" to pck.inspect breakpoint
5881 test.
5882
5883 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5884
5885 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5886 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5887
5888 2018-01-05 Pedro Alves <palves@redhat.com>
5889
5890 PR gdb/18653
5891 * gdb.base/libsegfault.exp: New.
5892
5893 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5894
5895 PR gdb/22670
5896 * gdb.ada/access_tagged_param.exp: New file.
5897 * gdb.ada/access_tagged_param/foo.adb: New file.
5898
5899 2018-01-05 Pedro Alves <palves@redhat.com>
5900
5901 PR gdb/22670
5902 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5903 exercise lower case too, and to exercise both full matching and
5904 wild matching.
5905
5906 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5907
5908 * gdb.ada/rename_subscript_param: New testcase.
5909
5910 2018-01-05 Jerome Guitton <guitton@adacore.com>
5911
5912 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5913
5914 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5915
5916 * gdb.ada/convvar_comp: New testcase.
5917
5918 2018-01-05 Xavier Roirand <roirand@adacore.com>
5919
5920 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5921 (My_Table): New global variable.
5922 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5923
5924 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5925
5926 PR gdb/22670
5927 * gdb.ada/maint_with_ada: New testcase.
5928
5929 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5930
5931 PR gdb/22670
5932 * gdb.ada/bp_c_mixed_case: New testcase.
5933
5934 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5935
5936 PR gdb/22670
5937 * gdb.ada/complete.exp: Add "complete break ada" test.
5938
5939 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5940
5941 PR gdb/22670
5942 * gdb.ada/info_addr_mixed_case: New testcase.
5943
5944 2018-01-03 Xavier Roirand <roirand@adacore.com>
5945
5946 * gdb.ada/excep_handle.exp: New testcase.
5947 * gdb.ada/excep_handle/foo.adb: New file.
5948 * gdb.ada/excep_handle/pck.ads: New file.
5949
5950 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5951
5952 * gdb.base/step-line.c: Add extra empty line in copyright header.
5953 * gdb.base/step-line.inp: Likewise.
5954
5955 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5956
5957 * gdb.ada/dyn_stride.exp: Add slice test.
5958
5959 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5960
5961 * gdb.ada/dyn_stride: New testcase.
5962
5963 2017-12-27 Stafford Horne <shorne@gmail.com>
5964
5965 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5966 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5967
5968 2017-12-27 Stafford Horne <shorne@gmail.com>
5969
5970 * gdb.base/reggroups.c: New file.
5971 * gdb.base/reggroups.exp: New file.
5972
5973 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5974
5975 * gdb.dwarf2/ada-valprint-error.c: New file.
5976 * gdb.dwarf2/ada-valprint-error.exp: New file.
5977
5978 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5979
5980 * gdb.ada/assign_arr: New testcase.
5981
5982 2017-12-18 Xavier Roirand <roirand@adacore.com>
5983
5984 * gdb.ada/funcall_ptr: New testcase.
5985
5986 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5987
5988 PR cli/16224
5989 * gdb.base/ptype-offsets.cc: New file.
5990 * gdb.base/ptype-offsets.exp: New file.
5991
5992 2017-12-15 Yao Qi <yao.qi@linaro.org>
5993
5994 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5995 if XML is disabled.
5996
5997 2017-12-15 Xavier Roirand <roirand@adacore.com>
5998
5999 * gdb.ada/same_component_name: New testcase.
6000
6001 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6002
6003 * gdb.ada/str_binop_equal: New testcase.
6004
6005 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6006
6007 * gdb.ada/task_switch_in_core: New testcase.
6008
6009 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6010
6011 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6012 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6013 call test_bkpt_qualified.
6014 (test_bkpt_qualified): New proc.
6015
6016 2017-12-13 Pedro Alves <palves@redhat.com>
6017
6018 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6019 Tighten regexp by matching with an anchor.
6020
6021 2017-12-13 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6024 ("expression with namespace"): New set of tests.
6025 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6026 (Nested::Test_NS::qux): New.
6027 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6028 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6029
6030 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6031
6032 * gdb.base/server-del-break.c: New file.
6033 * gdb.base/server-del-break.exp: New file.
6034
6035 2017-12-12 Stafford Horne <shorne@gmail.com>
6036
6037 * gdb.xml/tdesc-regs.exp: Add or1k support.
6038
6039 2017-12-12 Stafford Horne <shorne@gmail.com>
6040
6041 * gdb.base/bp-permanent.c: Define nop of or1k.
6042
6043 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6044
6045 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6046 output with components being reordered.
6047
6048 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6049
6050 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6051 output with components being reordered.
6052
6053 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6054 Pedro Alves <palves@redhat.com>
6055
6056 * gdb.base/maint.exp (check for .gdb_index): Check also for
6057 .debug_names.
6058 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6059 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6060 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6061 (.gdb_index used after symbol reloading): Support also .debug_names.
6062 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6063
6064 2017-12-08 Yao Qi <yao.qi@linaro.org>
6065
6066 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6067 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6068
6069 2017-12-08 Yao Qi <yao.qi@linaro.org>
6070
6071 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6072 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6073
6074 2017-12-08 Yao Qi <yao.qi@linaro.org>
6075
6076 * gdb.arch/aarch64-tagged-pointer.c: New file.
6077 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6078
6079 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6080
6081 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6082 "int".
6083
6084 2017-12-07 Keith Seitz <keiths@redhat.com>
6085
6086 PR breakpoints/22569
6087 * gdb.linespec/ls-errs.exp: Change expected result of "break
6088 -source this file has spaces.c -line 3".
6089 Check that an explicit source file followed by whitespace is
6090 identified as an invalid explicit location.
6091
6092 2017-12-07 Keith Seitz <keiths@redhat.com>
6093
6094 * gdb.cp/nested-types.cc: New file.
6095 * gdb.cp/nested-types.exp: New file.
6096 * lib/cp-support.exp: Load data-structures.exp library.
6097 (debug_cp_test_ptype_class): New global.
6098 (cp_ptype_class_verbose, next_line): New procedures.
6099 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6100 Add and document new return value.
6101 Switch the list of lines to a queue.
6102 Add support for new `type' key for nested type definitions.
6103 Add debugging/troubleshooting messages.
6104 * lib/data-structures.exp: New file.
6105
6106 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6107
6108 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6109 with proc_with_prefix, don't use with_test_prefix.
6110
6111 2017-12-07 Tom Tromey <tom@tromey.com>
6112
6113 * gdb.base/break.exp: Add test for empty "commands".
6114
6115 2017-12-07 Yao Qi <yao.qi@linaro.org>
6116
6117 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6118 malloc and catch syscall.
6119
6120 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6121
6122 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6123 tests for explicit locations.
6124
6125 2017-12-06 Pedro Alves <palves@redhat.com>
6126
6127 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6128 force-disabling XML descriptions.
6129
6130 2017-12-04 Pedro Alves <palves@redhat.com>
6131
6132 PR gdb/22499
6133 * gdb.arch/amd64-disp-step-avx.S: New file.
6134 * gdb.arch/amd64-disp-step-avx.exp: New file.
6135
6136 2017-12-03 Pedro Alves <palves@redhat.com>
6137
6138 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6139 and <string.h>.
6140 (parent_function): Print distinct messages when waitpid fails, or
6141 the child exits with a signal, or the child exits for an unhandled
6142 reason.
6143 * gdb.threads/process-dies-while-detaching.exp
6144 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6145 it. Wait for both inferior output and GDB's prompt. Use an
6146 indirect spawn id list.
6147 (do_detach): New parameter 'child_exit'. Use it to compute
6148 expected inferior output.
6149 (test_detach, test_detach_watch, test_detach_killed_outside):
6150 Adjust to pass down the expected child exit kind.
6151
6152 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6153 Sergio Durigan Junior <sergiodj@redhat.com>
6154 Pedro Alves <palves@redhat.com>
6155
6156 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6157
6158 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6159
6160 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6161 to 'symbol-file' and 'add-symbol-file' can be
6162 position-independent.
6163
6164 2017-12-01 Yao Qi <yao.qi@linaro.org>
6165
6166 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6167 the URL in copyright header.
6168 * gdb.arch/aarch64-fp.exp: Likewise.
6169 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6170 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6171 * gdb.base/expand-psymtabs.exp: Likewise.
6172 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6173 * gdb.fortran/common-block.exp: Likewise.
6174 * gdb.fortran/common-block.f90: Likewise.
6175 * gdb.fortran/logical.exp: Likewise.
6176 * gdb.fortran/vla-datatypes.f90: Likewise.
6177 * gdb.fortran/vla-sub.f90: Likewise.
6178
6179 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6180
6181 * gdb.ada/repeat_dyn: New testcase.
6182
6183 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6184
6185 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6186 Update for changed thread numbering.
6187 * gdb.cell/bt.exp: Update for changed GDB output.
6188
6189 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6190
6191 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6192 setting isremote by hand.
6193 * boards/dwarf4-gdb-index.exp: Likewise.
6194 * boards/fission.exp: Likewise.
6195 * boards/stabs.exp: Likewise.
6196
6197 2017-11-30 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.linespec/cpls-ops.exp
6200 (check_explicit_skips_function_argument): Extract the underlying
6201 type of size_t instead of hardcoding it.
6202
6203 2017-11-29 Pedro Alves <palves@redhat.com>
6204
6205 PR c++/19436
6206 * gdb.linespec/cpls-abi-tag.cc: New file.
6207 * gdb.linespec/cpls-abi-tag.exp: New file.
6208
6209 2017-11-29 Pedro Alves <palves@redhat.com>
6210
6211 * gdb.base/langs.exp: Use -qualified.
6212 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6213 it.
6214 * gdb.cp/namespace.exp: Use -qualified.
6215 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6216 (overload-3, template-overload, template-ret-type, const-overload)
6217 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6218 procedures.
6219 (test_driver): Call them.
6220 * gdb.cp/save-bp-qualified.cc: New.
6221 * gdb.cp/save-bp-qualified.exp: New.
6222 * gdb.linespec/explicit.exp: Test -qualified.
6223 * lib/completion-support.exp (completion::explicit_opts_list): Add
6224 "-qualified".
6225 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6226
6227 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6228
6229 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6230
6231 2017-11-29 Tom Tromey <tom@tromey.com>
6232
6233 * gdb.base/relocate.exp: Update invalid argument test.
6234 Add new tests for invalid arguments.
6235
6236 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6237
6238 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6239 Return 0 as a long.
6240 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6241
6242 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6243
6244 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6245 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6246 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6247 func ().
6248 * gdb.cp/shadow.cc (B.func): Return 0.
6249
6250 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6251
6252 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6253 expected output in gdb_expect call to allow the exception
6254 message to be present as well. Fix syntax confusion to avoid
6255 TCL thinking that exception_name is an array.
6256
6257 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6258
6259 * gdb.arch/spu-info.c: Include <unistd.h>.
6260 (do_signal_test): Fix broken calls to write.
6261 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6262 Fix checks for empty mailboxes. Update signal tests for corrected
6263 do_signal_test routine. Allow nonzero event status.
6264 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6265 * gdb.cell/arch.exp: Use standard_output_file.
6266 * gdb.cell/break.exp: Likewise.
6267 * gdb.cell/bt.exp: Likewise.
6268 * gdb.cell/core.exp: Likewise.
6269 * gdb.cell/dwarfaddr.exp: Likewise.
6270 * gdb.cell/ea-cache.exp: Likewise.
6271 * gdb.cell/ea-standalone.exp: Likewise.
6272 * gdb.cell/f-regs.exp: Likewise.
6273 * gdb.cell/fork.exp: Likewise.
6274 * gdb.cell/gcore.exp: Likewise.
6275 * gdb.cell/mem-access.exp: Likewise.
6276 * gdb.cell/ptype.exp: Likewise.
6277 * gdb.cell/registers.exp: Likewise.
6278 * gdb.cell/sizeof.exp: Likewise.
6279 * gdb.cell/solib-symbol.exp: Likewise.
6280 * gdb.cell/solib.exp: Likewise.
6281
6282 2017-11-25 Pedro Alves <palves@redhat.com>
6283
6284 * gdb.base/complete-empty.exp: New file.
6285 * gdb.base/completion.exp: Adjust.
6286
6287 2017-11-25 Pedro Alves <palves@redhat.com>
6288
6289 * gdb.linespec/cpls-ops.cc: New file.
6290 * gdb.linespec/cpls-ops.exp: New file.
6291 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6292 factored out from ...
6293 (test_complete_prefix_range): ... this.
6294
6295 2017-11-24 Pedro Alves <palves@redhat.com>
6296
6297 * gdb.linespec/cpcompletion.exp: New file.
6298 * gdb.linespec/cpls-hyphen.cc: New file.
6299 * gdb.linespec/cpls.cc: New file.
6300 * gdb.linespec/cpls2.cc: New file.
6301 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6302 test to use test_gdb_complete_unique. Add label completion,
6303 keyword completion and explicit location completion tests.
6304 * lib/completion-support.exp: New file.
6305
6306 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6307
6308 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6309 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6310 when hitting an exception catchpoint.
6311
6312 2017-11-22 Yao Qi <yao.qi@linaro.org>
6313
6314 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6315
6316 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6317
6318 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6319 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6320 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6321
6322 2017-11-22 Yao Qi <yao.qi@linaro.org>
6323
6324 * gdb.base/info-os.exp: Pass pthreads.
6325 * gdb.multi/multi-attach.exp: Likewise.
6326
6327 2017-11-22 Yao Qi <yao.qi@linaro.org>
6328
6329 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6330 compiler.
6331
6332 2017-11-22 Yao Qi <yao.qi@linaro.org>
6333
6334 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6335 * gdb.base/break-interp.exp: Likewise.
6336 * gdb.base/jit-attach-pie.exp: Likewise.
6337
6338 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6339
6340 * gdb.base/float128.c (large128): New variable.
6341 * gdb.base/float128.exp: Add test to print largest __float128 value.
6342
6343 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6344
6345 * gdb.arch/vsx-regs.exp: Update register content checks.
6346
6347 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6348
6349 * gdb.arch/ppc-longdouble.exp: New file.
6350 * gdb.arch/ppc-longdouble.c: Likewise.
6351
6352 2017-11-21 Pedro Alves <palves@redhat.com>
6353
6354 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6355
6356 2017-11-20 Pedro Alves <palves@redhat.com>
6357
6358 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6359 (long_double_typedef): New typedefs.
6360 Use DEF on double and long double.
6361 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6362 cases.
6363 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6364 and 'long_double_ptr_same_size' locals. Use them to decide
6365 whether cast from array/function to float is valid/invalid.
6366
6367 2017-11-17 Tom Tromey <tom@tromey.com>
6368
6369 * gdb.rust/traits.rs: New file.
6370 * gdb.rust/traits.exp: New file.
6371
6372 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6373
6374 * gdb.ada/minsyms: New testcase.
6375
6376 2017-11-16 Pedro Alves <palves@redhat.com>
6377
6378 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6379 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6380
6381 2017-11-16 Pedro Alves <palves@redhat.com>
6382
6383 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6384 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6385
6386 2017-11-16 Pedro Alves <palves@redhat.com>
6387
6388 * gdb.server/reconnect-ctrl-c.c: New file.
6389 * gdb.server/reconnect-ctrl-c.exp: New file.
6390
6391 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6392
6393 * gdb.python/py-rbreak.exp: New file.
6394 * gdb.python/py-rbreak.c: New file.
6395 * gdb.python/py-rbreak-func2.c: New file.
6396
6397 2017-11-16 Pedro Alves <palves@redhat.com>
6398
6399 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6400 pattern.
6401 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6402 GDB.
6403
6404 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6405
6406 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6407 regex.
6408
6409 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6410
6411 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6412 test names.
6413
6414 2017-11-09 Pedro Alves <palves@redhat.com>
6415
6416 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6417 factored out from ...
6418 (top level): ... here, and adjusted to avoid expecting beyond the
6419 prompt in a single gdb_test_multiple.
6420
6421 2017-11-09 Pedro Alves <palves@redhat.com>
6422
6423 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6424 output.
6425 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6426 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6427 * gdb.server/ext-run.exp ("kill" test): Likewise.
6428 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6429
6430 2017-11-09 Pedro Alves <palves@redhat.com>
6431
6432 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6433 match till end of line.
6434
6435 2017-11-09 Pedro Alves <palves@redhat.com>
6436
6437 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6438
6439 2017-11-09 Pedro Alves <palves@redhat.com>
6440
6441 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6442 New procedures, factored out from ...
6443 (top level): ... here, and adjusted to avoid expecting beyond the
6444 prompt in one go.
6445
6446 2017-11-09 Pedro Alves <palves@redhat.com>
6447
6448 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6449 output. Fix '?' match.
6450
6451 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6452
6453 * gdb.ada/scoped_watch: New testcase.
6454 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6455 which is actually correct.
6456 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6457 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6458
6459 2017-11-08 Pedro Alves <palves@redhat.com>
6460
6461 * gdb.gdb/complaints.exp (test_initial_complaints)
6462 (test_serial_complaints, test_short_complaints): Call
6463 complaint_internal instead of complaint.
6464
6465 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6466
6467 * gdb.threads/tls-core.c: New file.
6468 * gdb.threads/tls-core.exp: Likewise.
6469
6470 2017-11-08 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6473 (p Exported_Capitalized): New test.
6474 (p exported_capitalized): New test.
6475
6476 2017-11-07 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6479
6480 2017-11-07 Pedro Alves <palves@redhat.com>
6481
6482 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6483 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6484 (disable_invalid, disable_inverted, disable_negative): New
6485 procedures.
6486 ("bad numbers"): New set of tests.
6487
6488 2017-11-07 Pedro Alves <palves@redhat.com>
6489
6490 * gdb.cp/ena-dis-br-range.exp: Add tests.
6491
6492 2017-11-07 Pedro Alves <palves@redhat.com>
6493
6494 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6495
6496 2017-11-07 Xavier Roirand <roirand@adacore.com>
6497 Pedro Alves <palves@redhat.com>
6498
6499 * gdb.base/ena-dis-br.exp: Add reference to
6500 gdb.cp/ena-dis-br-range.exp.
6501 * gdb.cp/ena-dis-br-range.exp: New file.
6502 * gdb.cp/ena-dis-br-range.cc: New file.
6503
6504 2017-11-06 Pedro Alves <palves@redhat.com>
6505
6506 * gdb.base/attach-non-pgrp-leader.c: New.
6507 * gdb.base/attach-non-pgrp-leader.exp: New.
6508
6509 2017-11-06 Pedro Alves <palves@redhat.com>
6510
6511 * configure.ac: No longer check for termio.h and sgtty.h.
6512 * configure: Regenerate.
6513 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6514 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6515 Remove termio and sgtty code.
6516
6517 2017-11-03 Yao Qi <yao.qi@linaro.org>
6518
6519 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6520 in GDB is disabled.
6521
6522 2017-11-03 Yao Qi <yao.qi@linaro.org>
6523
6524 * gdb.python/py-thrhandle.exp: Skip it if python is not
6525 enabled.
6526
6527 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6528
6529 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6530 as a breakpoint command.
6531
6532 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6533
6534 PR python/21213
6535 * gdb.python/py-infthread.exp: Test calling
6536 InferiorThread.inferior () multiple times in a row.
6537
6538 2017-10-27 Keith Seitz <keiths@redhat.com>
6539
6540 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6541 Test "info break" for every inlined function breakpoint.
6542
6543 2017-10-27 Yao Qi <yao.qi@linaro.org>
6544
6545 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6546
6547 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6548
6549 * gdb.cp/classes.exp (test_static_members): Test printing
6550 Outer::instance.
6551 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6552 (Inner::instance, Outer::instance): New.
6553
6554 2017-10-24 Pedro Alves <palves@redhat.com>
6555
6556 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6557 extra console" test in two stages.
6558
6559 2017-10-24 Pedro Alves <palves@redhat.com>
6560
6561 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6562
6563 2017-10-24 Pedro Alves <palves@redhat.com>
6564
6565 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6566 loop.
6567
6568 2017-10-24 Pedro Alves <palves@redhat.com>
6569
6570 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6571 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6572
6573 2017-10-24 Pedro Alves <palves@redhat.com>
6574
6575 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6576 parameter and handle it. Don't output read value in test name.
6577
6578 2017-10-24 Pedro Alves <palves@redhat.com>
6579
6580 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6581 custom test name.
6582
6583 2017-10-24 Pedro Alves <palves@redhat.com>
6584
6585 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6586 include the unstable output directory name in the test's name.
6587 (initial_setup_simple) <'set args'>: Use custom test name.
6588
6589 2017-10-24 Pedro Alves <palves@redhat.com>
6590
6591 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6592 with explicit test name.
6593
6594 2017-10-20 Pedro Alves <palves@redhat.com>
6595
6596 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6597 'wait -i'. Use gdb_assert and remote_close.
6598
6599 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6600
6601 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6602 number from variable rather than hard-coded.
6603
6604 2017-10-19 Pedro Alves <palves@redhat.com>
6605
6606 * gdb.base/long-inferior-output.c: New file.
6607 * gdb.base/long-inferior-output.exp: New file.
6608
6609 2017-11-18 Keith Seitz <keiths@redhat.com>
6610
6611 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6612 method.
6613 (main): Call it.
6614 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6615 Add additional user-defined conversion operator tests.
6616
6617 2017-10-17 Pedro Alves <palves@redhat.com>
6618
6619 * boards/native-stdio-gdbserver.exp: Load "local-board".
6620
6621 2017-10-17 Pedro Alves <palves@redhat.com>
6622
6623 * gdb.base/quit-live.c: New file.
6624 * gdb.base/quit-live.exp: New file.
6625
6626 2017-10-16 Keith Seitz <keiths@redhat.com>
6627
6628 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6629 (class_with_protected_typedef, class_with_private_typedef)
6630 (struct_with_public_typedef, struct_with_protected_typedef)
6631 (struct_with_private_typedef): New classes/structs.
6632 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6633 typedefs and access specifiers.
6634
6635 2017-10-16 Pedro Alves <palves@redhat.com>
6636 Simon Marchi <simon.marchi@polymtl.ca>
6637
6638 * README (Local vs Remote vs Native): New section.
6639 * boards/local-board.exp: New file, with bits factored out from
6640 ...
6641 * boards/native-extended-gdbserver.exp: ... here. Load
6642 "local-board".
6643 * boards/native-gdbserver.exp: Load "local-board".
6644 (${board}_spawn, ${board}_exec): Delete.
6645 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6646 ...
6647 * boards/stdio-gdbserver-base.exp: ... this new file.
6648 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6649 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6650 procedure.
6651 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6652 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6653 stdio_gdbserver_command.
6654 (${board}_get_remote_address, ${board}_get_comm_port)
6655 (${board}_download, ${board}_upload): Delete.
6656 (get_target_remote_pipe_cmd): New.
6657
6658 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6659
6660 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6661 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6662 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6663 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6664 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6665 remove with_test_prefix.
6666
6667 2017-10-13 Pedro Alves <palves@redhat.com>
6668
6669 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6670 * gdb.base/annota1.exp: Use it instead of is_remote.
6671 * gdb.base/annota3.exp: Use it instead of is_remote.
6672 * gdb.cp/annota2.exp: Use it instead of is_remote.
6673 * gdb.cp/annota3.exp: Use it instead of is_remote.
6674 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6675
6676 2017-10-13 Pedro Alves <palves@redhat.com>
6677
6678 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6679 (test_num_test_vars, run_and_count_vars, find_env)
6680 (test_set_unset_env, test_inherit_env_var): New procedures.
6681 (top level): Use them.
6682
6683 2017-10-13 Pedro Alves <palves@redhat.com>
6684
6685 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6686 also skip on stub-like targets.
6687
6688 2017-10-13 Pedro Alves <palves@redhat.com>
6689
6690 PR gdb/22293
6691 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6692 (top level): Move some tests to ...
6693 (test_not_found): ... this new procedure.
6694 (top level): Call it.
6695
6696 2017-10-13 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6699 expect different "info terminal" output if testing with a
6700 non-native target.
6701
6702 2017-10-13 Pedro Alves <palves@redhat.com>
6703 Simon Marchi <simon.marchi@polymtl.ca>
6704
6705 PR python/12966
6706 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6707
6708 2017-10-13 Pedro Alves <palves@redhat.com>
6709
6710 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6711 already.
6712
6713 2017-10-13 Pedro Alves <palves@redhat.com>
6714
6715 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6716 is_remote.
6717
6718 2017-10-13 Pedro Alves <palves@redhat.com>
6719
6720 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6721 is_remote.
6722
6723 2017-10-13 Pedro Alves <palves@redhat.com>
6724
6725 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6726 is set.
6727 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6728 instead of is_remote.
6729
6730 2017-10-13 Pedro Alves <palves@redhat.com>
6731
6732 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6733 (top level): Add comment.
6734
6735 2017-10-13 Pedro Alves <palves@redhat.com>
6736
6737 * gdb.base/remote.exp (top level): Fix comment typo and add
6738 missing return.
6739
6740 2017-10-13 Pedro Alves <palves@redhat.com>
6741 Simon Marchi <simon.marchi@polymtl.ca>
6742
6743 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6744 calls and add comments. Skip test if use_gdb_stub is set.
6745 (top level): Use "set cwd" command instead of "cd" command.
6746
6747 2017-10-13 Pedro Alves <palves@redhat.com>
6748
6749 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6750 is_remote target check.
6751
6752 2017-10-13 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.base/scope.exp: Use build_executable + clean_restart +
6755 gdb_file_cmd instead of prepare_for_testing and no longer skip
6756 "before run" tests on is_remote target boards. Update comments.
6757 * boards/native-extended-gdbserver.exp
6758 (extended_gdbserver_load_last_file): New, factored out from ...
6759 (gdb_load): ... this. Move further below and add comment.
6760 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6761
6762 2017-10-12 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.base/attach.exp: Remove references to gdb64.
6765 * gdb.base/dbx.exp: Remove references to gdb64.
6766
6767 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6768 Pedro Alves <palves@redhat.com>
6769
6770 * gdb.base/label.exp: Remove is_remote target check.
6771
6772 2017-10-12 Pedro Alves <palves@redhat.com>
6773
6774 * gdb.base/auvx.exp (coredir): Update comment.
6775 (top level) <core_works>: Use "set cwd" command instead of "cd"
6776 command.
6777
6778 2017-10-12 Pedro Alves <palves@redhat.com>
6779 Simon Marchi <simon.marchi@polymtl.ca>
6780
6781 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6782 target boards.
6783
6784 2017-10-12 Pedro Alves <palves@redhat.com>
6785 Simon Marchi <simon.marchi@polymtl.ca>
6786
6787 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6788 Instead skip if there's any gdb_protocol set.
6789
6790 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6791 Pedro Alves <palves@redhat.com>
6792
6793 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6794
6795 2017-10-12 Pedro Alves <palves@redhat.com>
6796 Simon Marchi <simon.marchi@polymtl.ca>
6797
6798 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6799 instead of on dejagnu remote boards.
6800
6801 2017-10-12 Pedro Alves <palves@redhat.com>
6802 Simon Marchi <simon.marchi@polymtl.ca>
6803
6804 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6805 checks. Use build_executable + clean_restart instead of
6806 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6807 of enabling non-stop after starting gdb.
6808
6809 2017-10-12 Pedro Alves <palves@redhat.com>
6810
6811 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6812 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6813 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6814 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6815
6816 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6817
6818 * gdb.arch/arc-tdesc-cpu.exp: New file.
6819 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6820
6821 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6822
6823 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6824
6825 2017-10-10 Pedro Alves <palves@redhat.com>
6826
6827 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6828 expect CLI output.
6829
6830 2017-10-10 Pedro Alves <palves@redhat.com>
6831
6832 * lib/selftest-support.exp (selftest_setup): Update for
6833 captured_command_loop's prototype change.
6834
6835 2017-10-09 Pedro Alves <palves@redhat.com>
6836
6837 Test both arch1=>arch2 and arch2=>arch1.
6838
6839 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6840 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6841 factored out to...
6842 (append_arch1_options, append_arch2_options, append_arch_options)
6843 (build_executables): New procedures.
6844 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6845 local.
6846 (top level): Add new 'first_arch' testing axis.
6847
6848 2017-10-09 Pedro Alves <palves@redhat.com>
6849
6850 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6851 (barrier): New.
6852 (thread_start, all_started): New functions.
6853 (main): Spawn new thread and wait until it is scheduled.
6854 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6855 option.
6856 (do_test): Add 'selected_thread' parameter. Run to all_started
6857 instead of main. Explicitly set the breakpoint at main. Switch
6858 to the SELECTED_THREAD thread.
6859 (top level): Test handling the exec event with either the main
6860 thread or the second thread selected.
6861
6862 2017-10-09 Pedro Alves <palves@redhat.com>
6863
6864 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6865 logic. Move STOP marker after the value checks.
6866 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6867 regexp.
6868
6869 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6870
6871 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6872
6873 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6874
6875 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6876 integer-to-dfp conversion.
6877 * gdb.base/dfp-test.exp: Likewise.
6878
6879 2017-10-04 Pedro Alves <palves@redhat.com>
6880
6881 * gdb.multi/hangout.c: Include <unistd.h>.
6882 (hangout_loop): New function.
6883 (main): Call alarm. Call hangout_loop in a loop.
6884 * gdb.multi/hello.c: Include <unistd.h>.
6885 (hello_loop): New function.
6886 (main): Call alarm. Call hangout_loop in a loop.
6887 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6888 inferior with the other selected.
6889
6890 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6891
6892 * gdb.mi/list-thread-groups-available.exp: New file.
6893 * gdb.mi/list-thread-groups-available.c: New file.
6894
6895 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6896
6897 * gdb.base/set-cwd.exp: Make it available on
6898 native-extended-gdbserver.
6899
6900 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6901
6902 * gdb.base/set-cwd.c: New file.
6903 * gdb.base/set-cwd.exp: Likewise.
6904
6905 2017-10-02 Tom Tromey <tom@tromey.com>
6906
6907 PR rust/22236:
6908 * gdb.rust/simple.rs (main): New variable "fslice".
6909 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6910
6911 2017-10-02 Tom Tromey <tom@tromey.com>
6912
6913 * gdb.rust/simple.exp: Test ptype of a slice.
6914
6915 2017-10-02 Tom Tromey <tom@tromey.com>
6916
6917 * gdb.rust/simple.exp: Test index of slice.
6918
6919 2017-09-27 Tom Tromey <tom@tromey.com>
6920
6921 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6922
6923 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6924 Pedro Alves <palves@redhat.com>
6925
6926 * gdb.base/compare-sections.exp (get value of read-only section): Read
6927 as unsigned value.
6928 (corrupt read-only section): Likewise and don't set written if patching
6929 failed.
6930
6931 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6932
6933 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6934 files.
6935
6936 2017-09-20 Pedro Alves <palves@redhat.com>
6937
6938 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6939 symbol names in gdb's output.
6940 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6941
6942 2017-09-20 Pedro Alves <palves@redhat.com>
6943
6944 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6945 Rename to ...
6946 (test_list_ambiguous_symbol): ... this and add a symbol name
6947 parameter. Adjust.
6948 (test_list_ambiguous_function): Reimplement on top of
6949 test_list_ambiguous_symbol and also test listing ambiguous
6950 variables.
6951 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6952 (ambiguous_fun): ... this.
6953 (ambiguous_var): New.
6954 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6955 (ambiguous_fun): ... this.
6956 (ambiguous_var): New.
6957
6958 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6959
6960 * gdb.base/starti.c: New file.
6961 * gdb.base/starti.exp: New file.
6962 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6963
6964 2017-09-14 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6967 (top level): Use it instead of runto.
6968
6969 2017-09-11 Tom Tromey <tom@tromey.com>
6970
6971 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6972
6973 2017-09-11 Tom Tromey <tom@tromey.com>
6974
6975 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6976 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6977
6978 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6979
6980 * gdb.fortran/printing-types.exp: New file.
6981 * gdb.fortran/printing-types.exp: New file.
6982
6983 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6984
6985 * gdb.fortran/vla-ptype.exp: Fix typos.
6986 * gdb.fortran/vla-value.exp: Same.
6987
6988 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6989
6990 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6991 * gdb.mi/mi-var-child-f.exp: Likewise.
6992 * gdb.mi/mi-vla-fortran.exp: Likewise.
6993
6994 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6995 Christoph Weinmann <christoph.t.weinmann@intel.com>
6996 Bernhard Heckel <bernhard.heckel@intel.com>
6997
6998 * gdb.fortran/ptr-indentation.f90: New file.
6999 * gdb.fortran/ptr-indentation.exp: New file.
7000
7001 2017-09-05 Tom Tromey <tom@tromey.com>
7002
7003 PR gdb/22010:
7004 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7005
7006 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7007
7008 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7009
7010 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7011
7012 * gdb.threads/tls-nodebug-pie.c: New file.
7013 * gdb.threads/tls-nodebug-pie.exp: New file.
7014
7015 2017-09-05 Tom Tromey <tom@tromey.com>
7016
7017 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7018 for rust.
7019
7020 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7021
7022 * gdb.multi/multi-arch-exec.exp: Test with different
7023 "follow-exec-mode" settings.
7024 (do_test): New procedure.
7025
7026 2017-09-04 Pedro Alves <palves@redhat.com>
7027
7028 * gdb.base/func-static.c (S::method const, S::method volatile)
7029 (S::method volatile const): New methods.
7030 (c_s, v_s, cv_s): New instances.
7031 (main): Call method() on them.
7032 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7033 (cannot_resolve): New procedure.
7034 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7035 print-quote-unquoted columns.
7036 (do_test): Test printing each scope too.
7037
7038 2017-09-04 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.base/local-static.exp: Also test with
7041 class::method::variable wholly quoted.
7042 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7043
7044 2017-09-04 Pedro Alves <palves@redhat.com>
7045
7046 * gdb.base/local-static.c: New.
7047 * gdb.base/local-static.cc: New.
7048 * gdb.base/local-static.exp: New.
7049
7050 2017-09-04 Pedro Alves <palves@redhat.com>
7051
7052 * gdb.asm/asm-source.exp: Add casts to int.
7053 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7054 (dataglobal64_1, dataglobal64_2): New globals.
7055 * gdb.base/nodebug.exp: Test different expressions involving the
7056 new globals, with print, whatis and ptype. Add casts to int.
7057 * gdb.base/solib-display.exp: Add casts to int.
7058 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7059 * gdb.cp/m-static.exp: Add cast to int.
7060 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7061 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7062 tls variable with no debug info without a cast. Test with a cast
7063 to int too.
7064 * gdb.trace/entry-values.exp: Add casts.
7065
7066 2017-09-04 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.base/nodebug.exp: Test that ptype's error about functions
7069 with unknown return type includes the function name too.
7070
7071 2017-09-04 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7074 return type of munmap in infcall.
7075 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7076 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7077 type of ftell in infcall.
7078 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7079 type of getpid in infcall.
7080 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7081 infcall.
7082 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7083 Bail on failure to extract the pid.
7084 * gdb.base/nodebug.c: #include <stdint.h>.
7085 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7086 New functions.
7087 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7088 Change expected output of print/whatis/ptype with functions with
7089 no debug info. Test all supported languages. Call
7090 test_call_promotion.
7091 * gdb.compile/compile.exp: Adjust expected output to expect
7092 warning.
7093 * gdb.threads/siginfo-threads.exp: Likewise.
7094
7095 2017-09-04 Pedro Alves <palves@redhat.com>
7096
7097 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7098 "prototypes". Test calling float functions via prototyped and
7099 unprototyped function pointers.
7100 (perform_all_tests): New parameter "prototypes". Pass it down.
7101 (top level): Pass down "prototypes" parameter to
7102 perform_all_tests.
7103
7104 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7105
7106 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7107 Test with nested loops.
7108
7109 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7110
7111 * gdb.base/commands.exp: Call the new procedures.
7112 (loop_break_test, loop_continue_test): New procedures.
7113
7114 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7115
7116 * gdb.base/commands.exp: Call new procedure.
7117 (define_if_without_arg_test): New procedure.
7118
7119 2017-09-04 Pedro Alves <palves@redhat.com>
7120
7121 * gdb.base/list-ambiguous.exp: New file.
7122 * gdb.base/list-ambiguous0.c: New file.
7123 * gdb.base/list-ambiguous1.c: New file.
7124 * gdb.base/list.exp (test_list_range): Adjust expected output.
7125
7126 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7127
7128 * gdb.base/share-env-with-gdbserver.c: New file.
7129 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7130
7131 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7132
7133 * gdb.base/commands.exp (gdbvar_simple_if_test,
7134 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7135 progvar_simple_if_test, progvar_simple_while_test,
7136 progvar_complex_if_while_test, user_defined_command_test,
7137 user_defined_command_args_eval,
7138 user_defined_command_args_stack_test,
7139 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7140 temporary_breakpoint_commands,
7141 gdb_test_no_prompt, redefine_hook_test,
7142 redefine_backtrace_test): Remove "global gdb_prompt".
7143
7144 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7145
7146 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7147 New proc, call it from toplevel.
7148
7149 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7150
7151 PR remote/21852
7152 * gdb.server/normal.c: New file, copied from gdb.base.
7153 * gdb.server/run-without-local-binary.exp: New file.
7154
7155 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7156
7157 * gdb.arch/sparc64-adi.exp: New file.
7158 * gdb.arch/sparc64-adi.c: New file.
7159
7160 2017-08-22 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7163 (top level): Add "list all overloads" tests.
7164
7165 2017-08-22 Tom Tromey <tom@tromey.com>
7166
7167 * gdb.gdb/xfullpath.exp: Remove.
7168
7169 2017-08-21 Pedro Alves <palves@redhat.com>
7170
7171 PR gdb/19487
7172 * gdb.base/symbol-alias.c: New.
7173 * gdb.base/symbol-alias2.c: New.
7174 * gdb.base/symbol-alias.exp: New.
7175
7176 2017-08-21 Pedro Alves <palves@redhat.com>
7177
7178 * gdb.base/dfp-test.c
7179 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7180 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7181 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7182 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7183 * gdb.base/whatis-ptype-typedefs.c: New.
7184 * gdb.base/whatis-ptype-typedefs.exp: New.
7185 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7186 (an_int, an_int_type, an_int_type2): New globals.
7187 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7188 involving typedefs and cast expressions.
7189 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7190 (lookup_typedefs_function): New.
7191 (typedefs_pretty_printers_dict): New.
7192 (top level): Register lookup_typedefs_function in
7193 gdb.pretty_printers.
7194
7195 2017-08-18 Yao Qi <yao.qi@linaro.org>
7196
7197 * gdb.server/unittest.exp: New.
7198
7199 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7200
7201 PR gdb/21954
7202 * gdb.base/environ.exp: Add test to check if 'unset environment'
7203 works.
7204
7205 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7206
7207 * lib/gdb.exp (universal_compile_options): New caching proc.
7208 (gdb_compile): Suppress GCC's coloring of messages.
7209
7210 2017-08-14 Tom Tromey <tom@tromey.com>
7211
7212 PR gdb/21675:
7213 * gdb.base/printcmds.exp (test_radices): New function.
7214 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7215 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7216 * lib/gdb.exp (get_integer_valueof): Use p/d.
7217
7218 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7219
7220 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7221 characters.
7222
7223 2017-08-05 Tom Tromey <tom@tromey.com>
7224
7225 * gdb.rust/simple.exp: Allow String to appear in a different
7226 namespace.
7227
7228 2017-07-26 Yao Qi <yao.qi@linaro.org>
7229
7230 * gdb.gdb/unittest.exp: Invoke command
7231 "maintenance check xml-descriptions".
7232
7233 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7234
7235 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7236 calling context.
7237 (hex128): Drop erroneous calculation of parameters.
7238
7239 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7240
7241 * gdb.python/py-unwind.exp: Disable stack protection when
7242 building test file.
7243
7244 2017-07-20 Pedro Alves <palves@redhat.com>
7245
7246 * gdb.base/default.exp (set language): Adjust expected output.
7247
7248 2017-07-20 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7251 (test_minsym): ... this, and make static.
7252 (get_pck__foo__bar__minsym): Rename to ...
7253 (get_test_minsym): ... this.
7254 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7255 symbol names and comments.
7256 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7257 (get_test_minsym): ... this.
7258 (pck__foo__bar__minsym__2): Rename to ...
7259 (test_minsym): ... this.
7260 (main): Adjust.
7261
7262 2017-07-17 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.base/completion.exp: Adjust expected output.
7265 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7266 the completer works.
7267
7268 2017-07-17 Pedro Alves <palves@redhat.com>
7269
7270 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7271
7272 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7273
7274 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7275
7276 2017-07-14 Tom Tromey <tom@tromey.com>
7277
7278 PR rust/21764:
7279 * gdb.rust/simple.exp: Add tests.
7280
7281 2017-07-14 Tom Tromey <tom@tromey.com>
7282
7283 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7284
7285 2017-07-14 Pedro Alves <palves@redhat.com>
7286
7287 * gdb.linespec/base/one/thefile.cc (z1): New function.
7288 * gdb.linespec/base/two/thefile.cc (z2): New function.
7289 * gdb.linespec/linespec.exp: Add tests.
7290
7291 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7292
7293 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7294 to mi_create_breakpoint.
7295
7296 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7297
7298 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7299 mi_create_breakpoint.
7300
7301 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7302
7303 * gdb.dlang/demangle.exp: Update for demangling changes.
7304
7305 2017-07-09 Tom Tromey <tom@tromey.com>
7306
7307 * gdb.dwarf2/shortpiece.exp: New file.
7308
7309 2017-07-06 David Blaikie <dblaikie@gmail.com>
7310
7311 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7312 built from fissiont-multi-cu{1,2}.c.
7313 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7314 except putting 'main' and 'func' in separate CUs in the same DWO file.
7315 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7316 test.
7317 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7318 test.
7319
7320 2017-07-06 Pedro Alves <palves@redhat.com>
7321
7322 * gdb.python/py-unwind.exp: Test flushregs.
7323
7324 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7325
7326 PR cli/21688
7327 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7328 tests for alias commands and trailing whitespace.
7329
7330 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7331
7332 PR cli/21688
7333 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7334 procedure. Call it.
7335
7336 2017-06-29 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.base/printcmds.exp: Add tests.
7339
7340 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7341
7342 PR gdb/21337
7343 * gdb.base/reread-readsym.exp: New file.
7344 * gdb.base/reread-readsym.c: New file.
7345
7346 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7347
7348 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7349 subpattern.
7350
7351 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7352
7353 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7354 extended mnemonic.
7355 * gdb.arch/powerpc-power9.s: Likewise.
7356
7357 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7358
7359 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7360 on 32-bit x86 targets. Exploit is_*_target macros where
7361 appropriate.
7362
7363 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7364
7365 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7366 register pieces.
7367
7368 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7369
7370 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7371 located in one or more DWARF pieces.
7372
7373 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7374
7375 * lib/gdb.exp (get_endianness): New proc.
7376 * gdb.arch/aarch64-fp.exp: Use it.
7377 * gdb.arch/altivec-regs.exp: Likewise.
7378 * gdb.arch/e500-regs.exp: Likewise.
7379 * gdb.arch/vsx-regs.exp: Likewise.
7380 * gdb.base/dump.exp: Likewise.
7381 * gdb.base/funcargs.exp: Likewise.
7382 * gdb.base/gnu_vector.exp: Likewise.
7383 * gdb.dwarf2/formdata16.exp: Likewise.
7384 * gdb.dwarf2/implptrpiece.exp: Likewise.
7385 * gdb.dwarf2/nonvar-access.exp: Likewise.
7386 * gdb.python/py-inferior.exp: Likewise.
7387 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7388
7389 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7390
7391 PR gdb/21226
7392 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7393 stack value pieces are taken from the LSB end.
7394
7395 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7396
7397 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7398 variable at nonzero offset.
7399
7400 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7401
7402 * gdb.dwarf2/var-access.c: New file.
7403 * gdb.dwarf2/var-access.exp: New test.
7404 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7405
7406 2017-06-12 Tom Tromey <tom@tromey.com>
7407
7408 * gdb.dwarf2/formdata16.exp: Add tests.
7409
7410 2017-06-12 Tom Tromey <tom@tromey.com>
7411
7412 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7413
7414 2017-06-12 Tom Tromey <tom@tromey.com>
7415
7416 PR exp/16225:
7417 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7418 * gdb.arch/vsx-regs.exp: Update tests.
7419 * gdb.arch/s390-vregs.exp (hex128): New proc.
7420 Update test.
7421 * gdb.arch/altivec-regs.exp: Update tests.
7422
7423 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7424
7425 * gdb.base/startup-with-shell.c: New file.
7426 * gdb.base/startup-with-shell.exp: Likewise.
7427
7428 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7429
7430 * gdb.server/non-existing-program.exp: Update regex in order to
7431 reflect the fact that gdbserver is now using fork_inferior (with a
7432 shell) to startup the inferior.
7433
7434 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7435
7436 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7437 support function calls from GDB.
7438
7439 2017-05-21 Tom Tromey <tom@tromey.com>
7440
7441 PR rust/21466:
7442 * gdb.rust/unsized.exp: New file.
7443 * gdb.rust/unsized.rs: New file.
7444
7445 2017-05-19 Tom Tromey <tom@tromey.com>
7446
7447 PR rust/21484:
7448 * gdb.rust/watch.exp: New file.
7449 * gdb.rust/watch.rs: New file.
7450
7451 2017-05-18 Tom Tromey <tom@tromey.com>
7452
7453 * gdb.rust/simple.exp: Allow Box to be qualified.
7454
7455 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7456
7457 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7458
7459 2017-05-18 Pedro Alves <palves@redhat.com>
7460
7461 * gdb.base/fileio.c (test_write, test_read, test_close)
7462 (test_fstat): Don't print 'ret' in the fail path.
7463
7464 2017-05-18 Pedro Alves <palves@redhat.com>
7465
7466 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7467 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7468 (test_system, test_rename, test_unlink, test_time): Change
7469 prototypes.
7470 * gdb.base/fileio.exp (stop_msg): Adjust.
7471
7472 2017-05-18 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.base/fileio.c (null_str): New global.
7475 (test_stat): Use it.
7476 * gdb.base/fileio.exp: Remove nowarnings.
7477
7478 2017-05-17 Yao Qi <yao.qi@linaro.org>
7479
7480 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7481
7482 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7483
7484 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7485 argument command.
7486 (top-level): Invoke test_set_inferior_tty.
7487
7488 2017-05-04 Pedro Alves <palves@redhat.com>
7489
7490 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7491 Add parens to print call for Python 3.
7492
7493 2017-05-03 Keith Seitz <keiths@redhat.com>
7494
7495 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7496 (main): Call it.
7497
7498 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7499
7500 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7501 to prev and next.
7502
7503 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7504
7505 * gdb.python/py-record-btrace.exp: Remove test for
7506 gdb.BtraceInstruction.error.
7507
7508 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7509
7510 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7511
7512 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7513
7514 * gdb.python/py-record-btrace-threads.c: New file.
7515 * gdb.python/py-record-btrace-threads.exp: New file.
7516
7517 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7518
7519 PR testsuite/8595
7520 * gdb.base/environ.exp: Make test available in all architectures.
7521 Move bits related to "info program" testing to
7522 gdb.base/info-program.exp. Rewrite tests to use the two new
7523 procedures mentione below.
7524 (test_set_show_env_var) New procedure.
7525 (test_set_show_env_var_equal): Likewise.
7526 * gdb.base/info-program.exp: New file.
7527
7528 2017-04-27 Keith Seitz <keiths@redhat.com>
7529
7530 * gdb.cp/oranking.cc (test15): New function.
7531 (main): Call test15 and declare additional variables for testing.
7532 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7533 "p foo101('abc')" tests.
7534 Add tests for cv qualifier overloads.
7535 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7536 "lvalue reference overload" test.
7537 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7538 "print value of f1 on Child&& in f2" test.
7539
7540 2017-04-19 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7543 procedure.
7544 (top level): Call it.
7545 * lib/gdb.exp (gdb_define_cmd): New procedure.
7546
7547 2017-04-12 Pedro Alves <palves@redhat.com>
7548
7549 PR gdb/21323
7550 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7551 (wchar): New global.
7552 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7553 (do_test_wide_char, wide_char_types_no_program, top level): Add
7554 wchar_t testing.
7555
7556 2017-04-12 Pedro Alves <palves@redhat.com>
7557
7558 PR c++/21323
7559 * gdb.cp/wide_char_types.c: New file.
7560 * gdb.cp/wide_char_types.exp: New file.
7561
7562 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7563
7564 PR gdb/21352
7565 * gdb.trace/tsv.exp: Add test for "tsave -r".
7566
7567 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7568
7569 * gdb.dlang/watch-loc.c: New file.
7570 * gdb.dlang/watch-loc.exp: New file.
7571
7572 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7573
7574 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7575
7576 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7577
7578 * gdb.arch/arc-analyze-prologue.S: New file.
7579 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7580
7581 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7582
7583 * gdb.arch/arc-decode-insn.S: New file.
7584 * gdb.arch/arc-decode-insn.exp: Likewise.
7585
7586 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7587
7588 PR tdep/20928
7589 * gdb.arch/sparc64-regs.exp: New file.
7590 * gdb.arch/sparc64-regs.S: Likewise.
7591
7592 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7593
7594 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7595 and memory view on Python 3.
7596
7597 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7598 Keith Seitz <keiths@redhat.com>
7599
7600 PR gdb/14441
7601 * gdb.cp/demangle.exp: Add rvalue reference tests.
7602 * gdb.cp/rvalue-ref-casts.cc: New file.
7603 * gdb.cp/rvalue-ref-casts.exp: New file.
7604 * gdb.cp/rvalue-ref-overload.cc: New file.
7605 * gdb.cp/rvalue-ref-overload.exp: New file.
7606 * gdb.cp/rvalue-ref-params.cc: New file.
7607 * gdb.cp/rvalue-ref-params.exp: New file.
7608 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7609 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7610 * gdb.cp/rvalue-ref-types.cc: New file.
7611 * gdb.cp/rvalue-ref-types.exp: New file.
7612 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7613 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7614
7615 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7616
7617 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7618 New procedure.
7619
7620 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7621
7622 * lib/mi-support.exp (mi_gdb_test): Add additional message
7623 for unexpected output.
7624
7625 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7626
7627 * gdb.base/examine-backward.c (Barrier): New character array
7628 constant, to ensure that TestStrings is preceded by a string
7629 terminator.
7630
7631 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7632
7633 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7634 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7635 and implicit pointer into such a location.
7636
7637 2017-03-16 Doug Evans <dje@google.com>
7638
7639 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7640
7641 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7642
7643 * gdb.cp/m-static.exp: Fix expectation for prototype of
7644 test5.single_constructor and single_constructor::single_constructor.
7645
7646 2017-03-16 Doug Evans <dje@google.com>
7647
7648 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7649 * gdb.guile/scm-lazy-string.c: New file.
7650 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7651 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7652 for pointer, array, typedef lazy strings.
7653
7654 2017-03-16 Doug Evans <dje@google.com>
7655
7656 PR python/17728, python/18439, python/18779
7657 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7658 * gdb.python/py-lazy-string.c (pointer): New typedef.
7659 (main): New locals ptr, array, typedef_ptr.
7660 * gdb.python/py-value.exp: Move lazy string tests to ...
7661 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7662 array, typedef lazy strings.
7663
7664 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7665
7666 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7667 Add optional 'test' parameter.
7668
7669 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7670
7671 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7672 Skip for versions of DejaGnu < 1.5.
7673
7674 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7675
7676 * lib/gdb.exp (dejagnu_version): New proc.
7677 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7678 Use dejagnu_version.
7679
7680 2017-03-10 Keith Seitz <keiths@redhat.com>
7681
7682 PR c++/8128
7683 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7684 type from destructor regexps.
7685 Add a branch which actually passes the test.
7686 Adjust "ptype t5i" test names.
7687
7688 2017-03-08 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.base/step-over-exit.exp: Add explicit test message.
7691
7692 2017-03-08 Pedro Alves <palves@redhat.com>
7693
7694 PR gdb/18360
7695 * gdb.threads/interrupt-while-step-over.c: New file.
7696 * gdb.threads/interrupt-while-step-over.exp: New file.
7697
7698 2017-03-08 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7701 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7702
7703 2017-03-08 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7706 PKRU as not supported as a PASS.
7707
7708 2017-03-08 Pedro Alves <palves@redhat.com>
7709
7710 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7711 prefix instead of $binfile1/$binfile2.
7712 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7713 in test message.
7714 * gdb.python/py-completion.exp: Use "load python file" as test
7715 messages instead of unstable path names.
7716
7717 2017-03-08 Pedro Alves <palves@redhat.com>
7718 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 PR cli/21218
7721 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7722 New proc.
7723 (top level): Call it.
7724
7725 2017-03-08 Pedro Alves <palves@redhat.com>
7726
7727 PR tui/21216
7728 * gdb.tui/tui-nl-filtered-output.exp: New file.
7729
7730 2017-03-08 Pedro Alves <palves@redhat.com>
7731
7732 * gdb.base/completion.exp: Move TUI completion tests to ...
7733 * gdb.tui/completion.exp: ... this new file.
7734
7735 2017-03-08 Pedro Alves <palves@redhat.com>
7736
7737 * gdb.base/tui-disasm-long-lines.c,
7738 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7739 gdb.base/tui-layout.exp: Move to ...
7740 * gdb.tui/: ... this new directory.
7741
7742 2017-03-07 Pedro Alves <palves@redhat.com>
7743
7744 * gdb.base/tui-layout.c: New file.
7745 * gdb.base/tui-layout.exp: New file.
7746
7747 2017-03-07 Pedro Alves <palves@redhat.com>
7748
7749 * gdb.base/tui-layout.c: Rename to ...
7750 * gdb.base/tui-disasm-long-lines.c: ... this.
7751 * gdb.base/tui-layout.exp: Rename to ...
7752 * gdb.base/tui-disasm-long-lines.exp: ... this.
7753
7754 2017-03-07 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7757
7758 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7759
7760 * i386-mpx-call.c: New file.
7761 * i386-mpx-call.exp: New file.
7762
7763 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7764
7765 * gdb.arch/powerpc-power.exp: Delete test.
7766 * gdb.arch/powerpc-power.s: Likewise.
7767 * gdb.disasm/disassembler-options.exp: New test.
7768 * gdb.arch/powerpc-altivec.exp: Likewise.
7769 * gdb.arch/powerpc-altivec.s: Likewise.
7770 * gdb.arch/powerpc-altivec2.exp: Likewise.
7771 * gdb.arch/powerpc-altivec2.s: Likewise.
7772 * gdb.arch/powerpc-altivec3.exp: Likewise.
7773 * gdb.arch/powerpc-altivec3.s: Likewise.
7774 * gdb.arch/powerpc-power7.exp: Likewise.
7775 * gdb.arch/powerpc-power7.s: Likewise.
7776 * gdb.arch/powerpc-power8.exp: Likewise.
7777 * gdb.arch/powerpc-power8.s: Likewise.
7778 * gdb.arch/powerpc-power9.exp: Likewise.
7779 * gdb.arch/powerpc-power9.s: Likewise.
7780 * gdb.arch/powerpc-vsx.exp: Likewise.
7781 * gdb.arch/powerpc-vsx.s: Likewise.
7782 * gdb.arch/powerpc-vsx2.exp: Likewise.
7783 * gdb.arch/powerpc-vsx2.s: Likewise.
7784 * gdb.arch/powerpc-vsx3.exp: Likewise.
7785 * gdb.arch/powerpc-vsx3.s: Likewise.
7786 * gdb.arch/arm-disassembler-options.exp: Likewise.
7787 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7788 * gdb.arch/s390-disassembler-options.exp: Likewise.
7789
7790 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7791
7792 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7793 (check_supported_features): ... this. Changed return type to void.
7794 (supports_rdseed): New static global.
7795 (rdseed): Check supports_rdseed.
7796 (initialize): Call check_supported_features.
7797
7798 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7799
7800 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7801 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7802 and lqarx/stqcx.
7803 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7804 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7805
7806 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7807
7808 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7809 uppercase.
7810
7811 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7812
7813 * gdb.dwarf2/formdata16.c: New file.
7814 * gdb.dwarf2/formdata16.exp: New file.
7815 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7816
7817 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7818
7819 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7820 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7821 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7822 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7823 DW_AT_GNU_*.
7824
7825 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7826
7827 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7828
7829 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7830
7831 PR gdb/21164
7832 * gdb.base/maint.exp: Add testcases for when the commands do
7833 not have arguments.
7834
7835 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7836
7837 * gdb.cp/chained-calls.exp: Use p instead of P.
7838
7839 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7840
7841 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7842 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7843
7844 2017-02-14 Tom Tromey <tom@tromey.com>
7845
7846 PR python/13598:
7847 * gdb.python/py-events.exp: Add before_prompt event tests.
7848
7849 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7850
7851 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7852
7853 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7854
7855 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7856 (main): Call my_unique_function_name.
7857 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7858 completion of patterns with a single match.
7859 Add missing -re switches to gdb_test_multiple calls.
7860
7861 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7862
7863 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7864 return if core file is not recognized.
7865
7866 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7867
7868 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7869 and extra UIs.
7870
7871 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7872
7873 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7874 proc_with_prefix.
7875
7876 2017-02-10 Tom Tromey <tom@tromey.com>
7877
7878 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7879
7880 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7881
7882 PR gdb/21122
7883 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7884
7885 2017-02-08 Jerome Guitton <guitton@adacore.com>
7886
7887 * gdb.base/define.exp: Add test for command abbreviations
7888 in define.
7889
7890 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7891
7892 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7893 * gdb.reverse/insn-reverse-x86.c: New file.
7894
7895 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7896
7897 PR tdep/20936
7898 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7899
7900 2017-02-03 Tom Tromey <tom@tromey.com>
7901
7902 PR rust/21097:
7903 * gdb.rust/simple.exp: Add new tests.
7904
7905 2017-02-02 Pedro Alves <palves@redhat.com>
7906
7907 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7908 tests.
7909
7910 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7911
7912 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7913 taking a 2-byte value out of a 4-byte DWARF implicit value on
7914 big-endian targets.
7915 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7916 logic. Add test cases for DW_OP_implicit.
7917
7918 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7919
7920 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7921
7922 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7923
7924 * gdb.btrace/enable.exp: Call gdb_exit before
7925 skip_gdbserver_tests.
7926
7927 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7928
7929 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7930 GDBFLAGS.
7931
7932 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7933
7934 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7935 the test is skipped.
7936 * gdb.btrace/data.exp: Likewise.
7937 * gdb.btrace/delta.exp: Likewise.
7938 * gdb.btrace/dlopen.exp: Likewise.
7939 * gdb.btrace/enable-running.exp: Likewise.
7940 * gdb.btrace/enable.exp: Likewise.
7941 * gdb.btrace/exception.exp: Likewise.
7942 * gdb.btrace/function_call_history.exp: Likewise.
7943 * gdb.btrace/gcore.exp: Likewise.
7944 * gdb.btrace/instruction_history.exp: Likewise.
7945 * gdb.btrace/multi-thread-step.exp: Likewise.
7946 * gdb.btrace/nohist.exp: Likewise.
7947 * gdb.btrace/non-stop.exp: Likewise.
7948 * gdb.btrace/reconnect.exp: Likewise.
7949 * gdb.btrace/record_goto-step.exp: Likewise.
7950 * gdb.btrace/record_goto.exp: Likewise.
7951 * gdb.btrace/rn-dl-bind.exp: Likewise.
7952 * gdb.btrace/segv.exp: Likewise.
7953 * gdb.btrace/step.exp: Likewise.
7954 * gdb.btrace/stepi.exp: Likewise.
7955 * gdb.btrace/tailcall-only.exp: Likewise.
7956 * gdb.btrace/tailcall.exp: Likewise.
7957 * gdb.btrace/tsx.exp: Likewise.
7958 * gdb.btrace/unknown_functions.exp: Likewise.
7959 * gdb.btrace/vdso.exp: Likewise.
7960
7961 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7962
7963 * gdb.btrace/enable-running.c: New.
7964 * gdb.btrace/enable-running.exp: New.
7965
7966 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7967
7968 * gdb.arch/amd64-gs_base.c: New file.
7969 * gdb.arch/amd64-gs_base.exp: New file.
7970
7971 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7972
7973 * lib/memory.exp: Remove spurious empty newlines.
7974
7975 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7976
7977 * gdb.python/py-bad-printers.exp: Load python file using "source".
7978 * gdb.python/py-events.exp: Likewise.
7979 * gdb.python/py-evsignal.exp: Likewise.
7980 * gdb.python/py-evthreads.exp: Likewise.
7981 * gdb.python/py-frame-args.exp: Likewise.
7982 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7983 * gdb.python/py-framefilter-mi.exp: Likewise.
7984 * gdb.python/py-framefilter.exp: Likewise.
7985 * gdb.python/py-mi.exp: Likewise.
7986 * gdb.python/py-pp-maint.exp: Likewise.
7987 * gdb.python/py-pp-registration.exp: Likewise.
7988 * gdb.python/py-prettyprint.exp: Likewise.
7989 (run_lang_tests): Likewise.
7990 * gdb.python/py-typeprint.exp: Likewise.
7991
7992 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7993
7994 * lib/memory.exp: New file.
7995 * lib/gdb.exp: Load memory.exp.
7996 * gdb.base/memattr.exp (delete_memory): Move proc to
7997 lib/memory.exp and rename to delete_memory_regions.
7998 Replace delete_memory with delete_memory_regions.
7999 Cleanup memory regions before tests.
8000 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8001 before tests.
8002
8003 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8004
8005 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8006 files.
8007 (initialize): New function conditionally defined.
8008 (testcases): Move within conditional block.
8009 (main): Call initialize.
8010 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8011 of gdb.reverse/insn-reverse.c.
8012 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8013 gdb.reverse/insn-reverse.c.
8014
8015 2017-01-26 Yao Qi <yao.qi@linaro.org>
8016
8017 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8018 disassemble on address 0.
8019
8020 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8021 Yao Qi <yao.qi@linaro.org>
8022
8023 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8024 * gdb.dwarf2/implptr-64bit.S: Remove.
8025 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8026 variables in caller's context. Add DW_OP_implicit_value.
8027
8028 2017-01-25 Yao Qi <yao.qi@linaro.org>
8029
8030 * lib/dwarf.exp (Dwarf::_location): Handle
8031 DW_OP_GNU_implicit_pointer with proper size.
8032
8033 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8034
8035 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8036 and add untested calls.
8037
8038 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8039
8040 * gdb.python/python.exp: Check line number against what GDB thinks
8041 the line number is for func1.
8042
8043 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8044
8045 * gdb.dlang/debug-expr.exp: New file.
8046
8047 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8048
8049 Fix test names for the following files:
8050
8051 * gdb.ada/exec_changed.exp
8052 * gdb.ada/info_types.exp
8053 * gdb.arch/aarch64-atomic-inst.exp
8054 * gdb.arch/aarch64-fp.exp
8055 * gdb.arch/altivec-abi.exp
8056 * gdb.arch/altivec-regs.exp
8057 * gdb.arch/amd64-byte.exp
8058 * gdb.arch/amd64-disp-step.exp
8059 * gdb.arch/amd64-dword.exp
8060 * gdb.arch/amd64-entry-value-inline.exp
8061 * gdb.arch/amd64-entry-value-param.exp
8062 * gdb.arch/amd64-entry-value-paramref.exp
8063 * gdb.arch/amd64-entry-value.exp
8064 * gdb.arch/amd64-i386-address.exp
8065 * gdb.arch/amd64-invalid-stack-middle.exp
8066 * gdb.arch/amd64-invalid-stack-top.exp
8067 * gdb.arch/amd64-optimout-repeat.exp
8068 * gdb.arch/amd64-prologue-skip.exp
8069 * gdb.arch/amd64-prologue-xmm.exp
8070 * gdb.arch/amd64-stap-special-operands.exp
8071 * gdb.arch/amd64-stap-wrong-subexp.exp
8072 * gdb.arch/amd64-tailcall-cxx.exp
8073 * gdb.arch/amd64-tailcall-noret.exp
8074 * gdb.arch/amd64-tailcall-ret.exp
8075 * gdb.arch/amd64-tailcall-self.exp
8076 * gdb.arch/amd64-word.exp
8077 * gdb.arch/arm-bl-branch-dest.exp
8078 * gdb.arch/arm-disp-step.exp
8079 * gdb.arch/arm-neon.exp
8080 * gdb.arch/arm-single-step-kernel-helper.exp
8081 * gdb.arch/avr-flash-qualifier.exp
8082 * gdb.arch/disp-step-insn-reloc.exp
8083 * gdb.arch/e500-abi.exp
8084 * gdb.arch/e500-regs.exp
8085 * gdb.arch/ftrace-insn-reloc.exp
8086 * gdb.arch/i386-avx512.exp
8087 * gdb.arch/i386-bp_permanent.exp
8088 * gdb.arch/i386-byte.exp
8089 * gdb.arch/i386-cfi-notcurrent.exp
8090 * gdb.arch/i386-disp-step.exp
8091 * gdb.arch/i386-dr3-watch.exp
8092 * gdb.arch/i386-float.exp
8093 * gdb.arch/i386-gnu-cfi.exp
8094 * gdb.arch/i386-mpx-map.exp
8095 * gdb.arch/i386-mpx-sigsegv.exp
8096 * gdb.arch/i386-mpx-simple_segv.exp
8097 * gdb.arch/i386-mpx.exp
8098 * gdb.arch/i386-permbkpt.exp
8099 * gdb.arch/i386-prologue.exp
8100 * gdb.arch/i386-signal.exp
8101 * gdb.arch/i386-size-overlap.exp
8102 * gdb.arch/i386-unwind.exp
8103 * gdb.arch/i386-word.exp
8104 * gdb.arch/mips-fcr.exp
8105 * gdb.arch/powerpc-d128-regs.exp
8106 * gdb.arch/powerpc-stackless.exp
8107 * gdb.arch/ppc64-atomic-inst.exp
8108 * gdb.arch/s390-stackless.exp
8109 * gdb.arch/s390-tdbregs.exp
8110 * gdb.arch/s390-vregs.exp
8111 * gdb.arch/sparc-sysstep.exp
8112 * gdb.arch/thumb-bx-pc.exp
8113 * gdb.arch/thumb-singlestep.exp
8114 * gdb.arch/thumb2-it.exp
8115 * gdb.arch/vsx-regs.exp
8116 * gdb.asm/asm-source.exp
8117 * gdb.base/a2-run.exp
8118 * gdb.base/advance.exp
8119 * gdb.base/all-bin.exp
8120 * gdb.base/anon.exp
8121 * gdb.base/args.exp
8122 * gdb.base/arithmet.exp
8123 * gdb.base/async-shell.exp
8124 * gdb.base/async.exp
8125 * gdb.base/attach-pie-noexec.exp
8126 * gdb.base/attach-twice.exp
8127 * gdb.base/auto-load.exp
8128 * gdb.base/bang.exp
8129 * gdb.base/bitfields.exp
8130 * gdb.base/break-always.exp
8131 * gdb.base/break-caller-line.exp
8132 * gdb.base/break-entry.exp
8133 * gdb.base/break-inline.exp
8134 * gdb.base/break-on-linker-gcd-function.exp
8135 * gdb.base/break-probes.exp
8136 * gdb.base/break.exp
8137 * gdb.base/breakpoint-shadow.exp
8138 * gdb.base/call-ar-st.exp
8139 * gdb.base/call-sc.exp
8140 * gdb.base/call-signal-resume.exp
8141 * gdb.base/call-strs.exp
8142 * gdb.base/callfuncs.exp
8143 * gdb.base/catch-fork-static.exp
8144 * gdb.base/catch-gdb-caused-signals.exp
8145 * gdb.base/catch-load.exp
8146 * gdb.base/catch-signal-fork.exp
8147 * gdb.base/catch-signal.exp
8148 * gdb.base/catch-syscall.exp
8149 * gdb.base/charset.exp
8150 * gdb.base/checkpoint.exp
8151 * gdb.base/chng-syms.exp
8152 * gdb.base/code-expr.exp
8153 * gdb.base/code_elim.exp
8154 * gdb.base/commands.exp
8155 * gdb.base/completion.exp
8156 * gdb.base/complex.exp
8157 * gdb.base/cond-expr.exp
8158 * gdb.base/condbreak.exp
8159 * gdb.base/consecutive.exp
8160 * gdb.base/continue-all-already-running.exp
8161 * gdb.base/coredump-filter.exp
8162 * gdb.base/corefile.exp
8163 * gdb.base/dbx.exp
8164 * gdb.base/debug-expr.exp
8165 * gdb.base/define.exp
8166 * gdb.base/del.exp
8167 * gdb.base/disabled-location.exp
8168 * gdb.base/disasm-end-cu.exp
8169 * gdb.base/disasm-optim.exp
8170 * gdb.base/display.exp
8171 * gdb.base/duplicate-bp.exp
8172 * gdb.base/ena-dis-br.exp
8173 * gdb.base/ending-run.exp
8174 * gdb.base/enumval.exp
8175 * gdb.base/environ.exp
8176 * gdb.base/eu-strip-infcall.exp
8177 * gdb.base/eval-avoid-side-effects.exp
8178 * gdb.base/eval-skip.exp
8179 * gdb.base/exitsignal.exp
8180 * gdb.base/expand-psymtabs.exp
8181 * gdb.base/filesym.exp
8182 * gdb.base/find-unmapped.exp
8183 * gdb.base/finish.exp
8184 * gdb.base/float.exp
8185 * gdb.base/foll-exec-mode.exp
8186 * gdb.base/foll-exec.exp
8187 * gdb.base/foll-fork.exp
8188 * gdb.base/fortran-sym-case.exp
8189 * gdb.base/freebpcmd.exp
8190 * gdb.base/func-ptr.exp
8191 * gdb.base/func-ptrs.exp
8192 * gdb.base/funcargs.exp
8193 * gdb.base/gcore-buffer-overflow.exp
8194 * gdb.base/gcore-relro-pie.exp
8195 * gdb.base/gcore-relro.exp
8196 * gdb.base/gcore.exp
8197 * gdb.base/gdb1090.exp
8198 * gdb.base/gdb11530.exp
8199 * gdb.base/gdb11531.exp
8200 * gdb.base/gdb1821.exp
8201 * gdb.base/gdbindex-stabs.exp
8202 * gdb.base/gdbvars.exp
8203 * gdb.base/hbreak.exp
8204 * gdb.base/hbreak2.exp
8205 * gdb.base/included.exp
8206 * gdb.base/infcall-input.exp
8207 * gdb.base/inferior-died.exp
8208 * gdb.base/infnan.exp
8209 * gdb.base/info-macros.exp
8210 * gdb.base/info-os.exp
8211 * gdb.base/info-proc.exp
8212 * gdb.base/info-shared.exp
8213 * gdb.base/info-target.exp
8214 * gdb.base/infoline.exp
8215 * gdb.base/interp.exp
8216 * gdb.base/interrupt.exp
8217 * gdb.base/jit-reader.exp
8218 * gdb.base/jit-simple.exp
8219 * gdb.base/kill-after-signal.exp
8220 * gdb.base/kill-detach-inferiors-cmd.exp
8221 * gdb.base/label.exp
8222 * gdb.base/langs.exp
8223 * gdb.base/ldbl_e308.exp
8224 * gdb.base/line-symtabs.exp
8225 * gdb.base/linespecs.exp
8226 * gdb.base/list.exp
8227 * gdb.base/long_long.exp
8228 * gdb.base/longest-types.exp
8229 * gdb.base/maint.exp
8230 * gdb.base/max-value-size.exp
8231 * gdb.base/memattr.exp
8232 * gdb.base/mips_pro.exp
8233 * gdb.base/morestack.exp
8234 * gdb.base/moribund-step.exp
8235 * gdb.base/multi-forks.exp
8236 * gdb.base/nested-addr.exp
8237 * gdb.base/nextoverexit.exp
8238 * gdb.base/noreturn-finish.exp
8239 * gdb.base/noreturn-return.exp
8240 * gdb.base/nostdlib.exp
8241 * gdb.base/offsets.exp
8242 * gdb.base/opaque.exp
8243 * gdb.base/pc-fp.exp
8244 * gdb.base/permissions.exp
8245 * gdb.base/print-symbol-loading.exp
8246 * gdb.base/prologue-include.exp
8247 * gdb.base/psymtab.exp
8248 * gdb.base/ptype.exp
8249 * gdb.base/random-signal.exp
8250 * gdb.base/randomize.exp
8251 * gdb.base/range-stepping.exp
8252 * gdb.base/readline-ask.exp
8253 * gdb.base/recpar.exp
8254 * gdb.base/recurse.exp
8255 * gdb.base/relational.exp
8256 * gdb.base/restore.exp
8257 * gdb.base/return-nodebug.exp
8258 * gdb.base/return.exp
8259 * gdb.base/run-after-attach.exp
8260 * gdb.base/save-bp.exp
8261 * gdb.base/scope.exp
8262 * gdb.base/sect-cmd.exp
8263 * gdb.base/set-lang-auto.exp
8264 * gdb.base/set-noassign.exp
8265 * gdb.base/setvar.exp
8266 * gdb.base/sigall.exp
8267 * gdb.base/sigbpt.exp
8268 * gdb.base/siginfo-addr.exp
8269 * gdb.base/siginfo-infcall.exp
8270 * gdb.base/siginfo-obj.exp
8271 * gdb.base/siginfo.exp
8272 * gdb.base/signals-state-child.exp
8273 * gdb.base/signest.exp
8274 * gdb.base/sigstep.exp
8275 * gdb.base/sizeof.exp
8276 * gdb.base/skip.exp
8277 * gdb.base/solib-corrupted.exp
8278 * gdb.base/solib-nodir.exp
8279 * gdb.base/solib-search.exp
8280 * gdb.base/stack-checking.exp
8281 * gdb.base/stale-infcall.exp
8282 * gdb.base/stap-probe.exp
8283 * gdb.base/start.exp
8284 * gdb.base/step-break.exp
8285 * gdb.base/step-bt.exp
8286 * gdb.base/step-line.exp
8287 * gdb.base/step-over-exit.exp
8288 * gdb.base/step-over-syscall.exp
8289 * gdb.base/step-resume-infcall.exp
8290 * gdb.base/step-test.exp
8291 * gdb.base/store.exp
8292 * gdb.base/structs3.exp
8293 * gdb.base/sym-file.exp
8294 * gdb.base/symbol-without-target_section.exp
8295 * gdb.base/term.exp
8296 * gdb.base/testenv.exp
8297 * gdb.base/ui-redirect.exp
8298 * gdb.base/until.exp
8299 * gdb.base/unwindonsignal.exp
8300 * gdb.base/value-double-free.exp
8301 * gdb.base/vla-datatypes.exp
8302 * gdb.base/vla-ptr.exp
8303 * gdb.base/vla-sideeffect.exp
8304 * gdb.base/volatile.exp
8305 * gdb.base/watch-cond-infcall.exp
8306 * gdb.base/watch-cond.exp
8307 * gdb.base/watch-non-mem.exp
8308 * gdb.base/watch-read.exp
8309 * gdb.base/watch-vfork.exp
8310 * gdb.base/watchpoint-cond-gone.exp
8311 * gdb.base/watchpoint-delete.exp
8312 * gdb.base/watchpoint-hw-hit-once.exp
8313 * gdb.base/watchpoint-hw.exp
8314 * gdb.base/watchpoint-stops-at-right-insn.exp
8315 * gdb.base/watchpoints.exp
8316 * gdb.base/wchar.exp
8317 * gdb.base/whatis-exp.exp
8318 * gdb.btrace/buffer-size.exp
8319 * gdb.btrace/data.exp
8320 * gdb.btrace/delta.exp
8321 * gdb.btrace/dlopen.exp
8322 * gdb.btrace/enable.exp
8323 * gdb.btrace/exception.exp
8324 * gdb.btrace/function_call_history.exp
8325 * gdb.btrace/gcore.exp
8326 * gdb.btrace/instruction_history.exp
8327 * gdb.btrace/nohist.exp
8328 * gdb.btrace/reconnect.exp
8329 * gdb.btrace/record_goto-step.exp
8330 * gdb.btrace/record_goto.exp
8331 * gdb.btrace/rn-dl-bind.exp
8332 * gdb.btrace/segv.exp
8333 * gdb.btrace/step.exp
8334 * gdb.btrace/stepi.exp
8335 * gdb.btrace/tailcall-only.exp
8336 * gdb.btrace/tailcall.exp
8337 * gdb.btrace/tsx.exp
8338 * gdb.btrace/unknown_functions.exp
8339 * gdb.btrace/vdso.exp
8340 * gdb.compile/compile-ifunc.exp
8341 * gdb.compile/compile-ops.exp
8342 * gdb.compile/compile-print.exp
8343 * gdb.compile/compile-setjmp.exp
8344 * gdb.cp/abstract-origin.exp
8345 * gdb.cp/ambiguous.exp
8346 * gdb.cp/annota2.exp
8347 * gdb.cp/annota3.exp
8348 * gdb.cp/anon-ns.exp
8349 * gdb.cp/anon-struct.exp
8350 * gdb.cp/anon-union.exp
8351 * gdb.cp/arg-reference.exp
8352 * gdb.cp/baseenum.exp
8353 * gdb.cp/bool.exp
8354 * gdb.cp/breakpoint.exp
8355 * gdb.cp/bs15503.exp
8356 * gdb.cp/call-c.exp
8357 * gdb.cp/casts.exp
8358 * gdb.cp/chained-calls.exp
8359 * gdb.cp/class2.exp
8360 * gdb.cp/classes.exp
8361 * gdb.cp/cmpd-minsyms.exp
8362 * gdb.cp/converts.exp
8363 * gdb.cp/cp-relocate.exp
8364 * gdb.cp/cpcompletion.exp
8365 * gdb.cp/cpexprs.exp
8366 * gdb.cp/cplabel.exp
8367 * gdb.cp/cplusfuncs.exp
8368 * gdb.cp/cpsizeof.exp
8369 * gdb.cp/ctti.exp
8370 * gdb.cp/derivation.exp
8371 * gdb.cp/destrprint.exp
8372 * gdb.cp/dispcxx.exp
8373 * gdb.cp/enum-class.exp
8374 * gdb.cp/exception.exp
8375 * gdb.cp/exceptprint.exp
8376 * gdb.cp/expand-psymtabs-cxx.exp
8377 * gdb.cp/expand-sals.exp
8378 * gdb.cp/extern-c.exp
8379 * gdb.cp/filename.exp
8380 * gdb.cp/formatted-ref.exp
8381 * gdb.cp/fpointer.exp
8382 * gdb.cp/gdb1355.exp
8383 * gdb.cp/gdb2495.exp
8384 * gdb.cp/hang.exp
8385 * gdb.cp/impl-this.exp
8386 * gdb.cp/infcall-dlopen.exp
8387 * gdb.cp/inherit.exp
8388 * gdb.cp/iostream.exp
8389 * gdb.cp/koenig.exp
8390 * gdb.cp/local.exp
8391 * gdb.cp/m-data.exp
8392 * gdb.cp/m-static.exp
8393 * gdb.cp/mb-ctor.exp
8394 * gdb.cp/mb-inline.exp
8395 * gdb.cp/mb-templates.exp
8396 * gdb.cp/member-name.exp
8397 * gdb.cp/member-ptr.exp
8398 * gdb.cp/meth-typedefs.exp
8399 * gdb.cp/method.exp
8400 * gdb.cp/method2.exp
8401 * gdb.cp/minsym-fallback.exp
8402 * gdb.cp/misc.exp
8403 * gdb.cp/namelessclass.exp
8404 * gdb.cp/namespace-enum.exp
8405 * gdb.cp/namespace-nested-import.exp
8406 * gdb.cp/namespace.exp
8407 * gdb.cp/nextoverthrow.exp
8408 * gdb.cp/no-dmgl-verbose.exp
8409 * gdb.cp/non-trivial-retval.exp
8410 * gdb.cp/noparam.exp
8411 * gdb.cp/nsdecl.exp
8412 * gdb.cp/nsimport.exp
8413 * gdb.cp/nsnested.exp
8414 * gdb.cp/nsnoimports.exp
8415 * gdb.cp/nsrecurs.exp
8416 * gdb.cp/nsstress.exp
8417 * gdb.cp/nsusing.exp
8418 * gdb.cp/operator.exp
8419 * gdb.cp/oranking.exp
8420 * gdb.cp/overload-const.exp
8421 * gdb.cp/overload.exp
8422 * gdb.cp/ovldbreak.exp
8423 * gdb.cp/ovsrch.exp
8424 * gdb.cp/paren-type.exp
8425 * gdb.cp/parse-lang.exp
8426 * gdb.cp/pass-by-ref.exp
8427 * gdb.cp/pr-1023.exp
8428 * gdb.cp/pr-1210.exp
8429 * gdb.cp/pr-574.exp
8430 * gdb.cp/pr10687.exp
8431 * gdb.cp/pr12028.exp
8432 * gdb.cp/pr17132.exp
8433 * gdb.cp/pr17494.exp
8434 * gdb.cp/pr9067.exp
8435 * gdb.cp/pr9167.exp
8436 * gdb.cp/pr9631.exp
8437 * gdb.cp/printmethod.exp
8438 * gdb.cp/psmang.exp
8439 * gdb.cp/psymtab-parameter.exp
8440 * gdb.cp/ptype-cv-cp.exp
8441 * gdb.cp/ptype-flags.exp
8442 * gdb.cp/re-set-overloaded.exp
8443 * gdb.cp/ref-types.exp
8444 * gdb.cp/rtti.exp
8445 * gdb.cp/scope-err.exp
8446 * gdb.cp/shadow.exp
8447 * gdb.cp/smartp.exp
8448 * gdb.cp/static-method.exp
8449 * gdb.cp/static-print-quit.exp
8450 * gdb.cp/temargs.exp
8451 * gdb.cp/templates.exp
8452 * gdb.cp/try_catch.exp
8453 * gdb.cp/typedef-operator.exp
8454 * gdb.cp/typeid.exp
8455 * gdb.cp/userdef.exp
8456 * gdb.cp/using-crash.exp
8457 * gdb.cp/var-tag.exp
8458 * gdb.cp/virtbase.exp
8459 * gdb.cp/virtfunc.exp
8460 * gdb.cp/virtfunc2.exp
8461 * gdb.cp/vla-cxx.exp
8462 * gdb.disasm/t01_mov.exp
8463 * gdb.disasm/t02_mova.exp
8464 * gdb.disasm/t03_add.exp
8465 * gdb.disasm/t04_sub.exp
8466 * gdb.disasm/t05_cmp.exp
8467 * gdb.disasm/t06_ari2.exp
8468 * gdb.disasm/t07_ari3.exp
8469 * gdb.disasm/t08_or.exp
8470 * gdb.disasm/t09_xor.exp
8471 * gdb.disasm/t10_and.exp
8472 * gdb.disasm/t11_logs.exp
8473 * gdb.disasm/t12_bit.exp
8474 * gdb.disasm/t13_otr.exp
8475 * gdb.dlang/circular.exp
8476 * gdb.dwarf2/arr-stride.exp
8477 * gdb.dwarf2/arr-subrange.exp
8478 * gdb.dwarf2/atomic-type.exp
8479 * gdb.dwarf2/bad-regnum.exp
8480 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8481 * gdb.dwarf2/callframecfa.exp
8482 * gdb.dwarf2/clztest.exp
8483 * gdb.dwarf2/corrupt.exp
8484 * gdb.dwarf2/data-loc.exp
8485 * gdb.dwarf2/dup-psym.exp
8486 * gdb.dwarf2/dw2-anon-mptr.exp
8487 * gdb.dwarf2/dw2-anonymous-func.exp
8488 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8489 * gdb.dwarf2/dw2-bad-unresolved.exp
8490 * gdb.dwarf2/dw2-basic.exp
8491 * gdb.dwarf2/dw2-canonicalize-type.exp
8492 * gdb.dwarf2/dw2-case-insensitive.exp
8493 * gdb.dwarf2/dw2-common-block.exp
8494 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8495 * gdb.dwarf2/dw2-compressed.exp
8496 * gdb.dwarf2/dw2-const.exp
8497 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8498 * gdb.dwarf2/dw2-cu-size.exp
8499 * gdb.dwarf2/dw2-dup-frame.exp
8500 * gdb.dwarf2/dw2-entry-value.exp
8501 * gdb.dwarf2/dw2-icycle.exp
8502 * gdb.dwarf2/dw2-ifort-parameter.exp
8503 * gdb.dwarf2/dw2-inline-break.exp
8504 * gdb.dwarf2/dw2-inline-param.exp
8505 * gdb.dwarf2/dw2-intercu.exp
8506 * gdb.dwarf2/dw2-intermix.exp
8507 * gdb.dwarf2/dw2-lexical-block-bare.exp
8508 * gdb.dwarf2/dw2-linkage-name-trust.exp
8509 * gdb.dwarf2/dw2-minsym-in-cu.exp
8510 * gdb.dwarf2/dw2-noloc.exp
8511 * gdb.dwarf2/dw2-op-call.exp
8512 * gdb.dwarf2/dw2-op-out-param.exp
8513 * gdb.dwarf2/dw2-opt-structptr.exp
8514 * gdb.dwarf2/dw2-param-error.exp
8515 * gdb.dwarf2/dw2-producer.exp
8516 * gdb.dwarf2/dw2-ranges-base.exp
8517 * gdb.dwarf2/dw2-ref-missing-frame.exp
8518 * gdb.dwarf2/dw2-reg-undefined.exp
8519 * gdb.dwarf2/dw2-regno-invalid.exp
8520 * gdb.dwarf2/dw2-restore.exp
8521 * gdb.dwarf2/dw2-restrict.exp
8522 * gdb.dwarf2/dw2-single-line-discriminators.exp
8523 * gdb.dwarf2/dw2-strp.exp
8524 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8525 * gdb.dwarf2/dw2-unresolved.exp
8526 * gdb.dwarf2/dw2-var-zero-addr.exp
8527 * gdb.dwarf2/dw4-sig-types.exp
8528 * gdb.dwarf2/dwz.exp
8529 * gdb.dwarf2/dynarr-ptr.exp
8530 * gdb.dwarf2/enum-type.exp
8531 * gdb.dwarf2/gdb-index.exp
8532 * gdb.dwarf2/implptr-64bit.exp
8533 * gdb.dwarf2/implptr-optimized-out.exp
8534 * gdb.dwarf2/implptr.exp
8535 * gdb.dwarf2/implref-array.exp
8536 * gdb.dwarf2/implref-const.exp
8537 * gdb.dwarf2/implref-global.exp
8538 * gdb.dwarf2/implref-struct.exp
8539 * gdb.dwarf2/mac-fileno.exp
8540 * gdb.dwarf2/main-subprogram.exp
8541 * gdb.dwarf2/member-ptr-forwardref.exp
8542 * gdb.dwarf2/method-ptr.exp
8543 * gdb.dwarf2/missing-sig-type.exp
8544 * gdb.dwarf2/nonvar-access.exp
8545 * gdb.dwarf2/opaque-type-lookup.exp
8546 * gdb.dwarf2/pieces-optimized-out.exp
8547 * gdb.dwarf2/pieces.exp
8548 * gdb.dwarf2/pr10770.exp
8549 * gdb.dwarf2/pr13961.exp
8550 * gdb.dwarf2/staticvirtual.exp
8551 * gdb.dwarf2/subrange.exp
8552 * gdb.dwarf2/symtab-producer.exp
8553 * gdb.dwarf2/trace-crash.exp
8554 * gdb.dwarf2/typeddwarf.exp
8555 * gdb.dwarf2/valop.exp
8556 * gdb.dwarf2/watch-notconst.exp
8557 * gdb.fortran/array-element.exp
8558 * gdb.fortran/charset.exp
8559 * gdb.fortran/common-block.exp
8560 * gdb.fortran/complex.exp
8561 * gdb.fortran/derived-type-function.exp
8562 * gdb.fortran/derived-type.exp
8563 * gdb.fortran/logical.exp
8564 * gdb.fortran/module.exp
8565 * gdb.fortran/multi-dim.exp
8566 * gdb.fortran/nested-funcs.exp
8567 * gdb.fortran/print-formatted.exp
8568 * gdb.fortran/subarray.exp
8569 * gdb.fortran/vla-alloc-assoc.exp
8570 * gdb.fortran/vla-datatypes.exp
8571 * gdb.fortran/vla-history.exp
8572 * gdb.fortran/vla-ptr-info.exp
8573 * gdb.fortran/vla-ptype-sub.exp
8574 * gdb.fortran/vla-ptype.exp
8575 * gdb.fortran/vla-sizeof.exp
8576 * gdb.fortran/vla-type.exp
8577 * gdb.fortran/vla-value-sub-arbitrary.exp
8578 * gdb.fortran/vla-value-sub-finish.exp
8579 * gdb.fortran/vla-value-sub.exp
8580 * gdb.fortran/vla-value.exp
8581 * gdb.fortran/whatis_type.exp
8582 * gdb.go/chan.exp
8583 * gdb.go/handcall.exp
8584 * gdb.go/hello.exp
8585 * gdb.go/integers.exp
8586 * gdb.go/methods.exp
8587 * gdb.go/package.exp
8588 * gdb.go/strings.exp
8589 * gdb.go/types.exp
8590 * gdb.go/unsafe.exp
8591 * gdb.guile/scm-arch.exp
8592 * gdb.guile/scm-block.exp
8593 * gdb.guile/scm-breakpoint.exp
8594 * gdb.guile/scm-cmd.exp
8595 * gdb.guile/scm-disasm.exp
8596 * gdb.guile/scm-equal.exp
8597 * gdb.guile/scm-frame-args.exp
8598 * gdb.guile/scm-frame-inline.exp
8599 * gdb.guile/scm-frame.exp
8600 * gdb.guile/scm-iterator.exp
8601 * gdb.guile/scm-math.exp
8602 * gdb.guile/scm-objfile.exp
8603 * gdb.guile/scm-ports.exp
8604 * gdb.guile/scm-symbol.exp
8605 * gdb.guile/scm-symtab.exp
8606 * gdb.guile/scm-value-cc.exp
8607 * gdb.guile/types-module.exp
8608 * gdb.linespec/break-ask.exp
8609 * gdb.linespec/cpexplicit.exp
8610 * gdb.linespec/explicit.exp
8611 * gdb.linespec/keywords.exp
8612 * gdb.linespec/linespec.exp
8613 * gdb.linespec/ls-dollar.exp
8614 * gdb.linespec/ls-errs.exp
8615 * gdb.linespec/skip-two.exp
8616 * gdb.linespec/thread.exp
8617 * gdb.mi/mi-async.exp
8618 * gdb.mi/mi-basics.exp
8619 * gdb.mi/mi-break.exp
8620 * gdb.mi/mi-catch-load.exp
8621 * gdb.mi/mi-cli.exp
8622 * gdb.mi/mi-cmd-param-changed.exp
8623 * gdb.mi/mi-console.exp
8624 * gdb.mi/mi-detach.exp
8625 * gdb.mi/mi-disassemble.exp
8626 * gdb.mi/mi-eval.exp
8627 * gdb.mi/mi-file-transfer.exp
8628 * gdb.mi/mi-file.exp
8629 * gdb.mi/mi-fill-memory.exp
8630 * gdb.mi/mi-inheritance-syntax-error.exp
8631 * gdb.mi/mi-linespec-err-cp.exp
8632 * gdb.mi/mi-logging.exp
8633 * gdb.mi/mi-memory-changed.exp
8634 * gdb.mi/mi-read-memory.exp
8635 * gdb.mi/mi-record-changed.exp
8636 * gdb.mi/mi-reg-undefined.exp
8637 * gdb.mi/mi-regs.exp
8638 * gdb.mi/mi-return.exp
8639 * gdb.mi/mi-reverse.exp
8640 * gdb.mi/mi-simplerun.exp
8641 * gdb.mi/mi-solib.exp
8642 * gdb.mi/mi-stack.exp
8643 * gdb.mi/mi-stepi.exp
8644 * gdb.mi/mi-syn-frame.exp
8645 * gdb.mi/mi-until.exp
8646 * gdb.mi/mi-var-block.exp
8647 * gdb.mi/mi-var-child.exp
8648 * gdb.mi/mi-var-cmd.exp
8649 * gdb.mi/mi-var-cp.exp
8650 * gdb.mi/mi-var-display.exp
8651 * gdb.mi/mi-var-invalidate.exp
8652 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8653 * gdb.mi/mi-vla-fortran.exp
8654 * gdb.mi/mi-watch.exp
8655 * gdb.mi/mi2-var-child.exp
8656 * gdb.mi/user-selected-context-sync.exp
8657 * gdb.modula2/unbounded-array.exp
8658 * gdb.multi/dummy-frame-restore.exp
8659 * gdb.multi/multi-arch-exec.exp
8660 * gdb.multi/multi-arch.exp
8661 * gdb.multi/tids.exp
8662 * gdb.multi/watchpoint-multi.exp
8663 * gdb.opencl/callfuncs.exp
8664 * gdb.opencl/convs_casts.exp
8665 * gdb.opencl/datatypes.exp
8666 * gdb.opencl/operators.exp
8667 * gdb.opencl/vec_comps.exp
8668 * gdb.opt/clobbered-registers-O2.exp
8669 * gdb.opt/inline-break.exp
8670 * gdb.opt/inline-bt.exp
8671 * gdb.opt/inline-cmds.exp
8672 * gdb.opt/inline-locals.exp
8673 * gdb.pascal/case-insensitive-symbols.exp
8674 * gdb.pascal/floats.exp
8675 * gdb.pascal/gdb11492.exp
8676 * gdb.python/lib-types.exp
8677 * gdb.python/py-arch.exp
8678 * gdb.python/py-as-string.exp
8679 * gdb.python/py-bad-printers.exp
8680 * gdb.python/py-block.exp
8681 * gdb.python/py-breakpoint-create-fail.exp
8682 * gdb.python/py-breakpoint.exp
8683 * gdb.python/py-caller-is.exp
8684 * gdb.python/py-cmd.exp
8685 * gdb.python/py-explore-cc.exp
8686 * gdb.python/py-explore.exp
8687 * gdb.python/py-finish-breakpoint.exp
8688 * gdb.python/py-finish-breakpoint2.exp
8689 * gdb.python/py-frame-args.exp
8690 * gdb.python/py-frame-inline.exp
8691 * gdb.python/py-frame.exp
8692 * gdb.python/py-framefilter-mi.exp
8693 * gdb.python/py-infthread.exp
8694 * gdb.python/py-lazy-string.exp
8695 * gdb.python/py-linetable.exp
8696 * gdb.python/py-mi-events.exp
8697 * gdb.python/py-mi-objfile.exp
8698 * gdb.python/py-mi.exp
8699 * gdb.python/py-objfile.exp
8700 * gdb.python/py-pp-integral.exp
8701 * gdb.python/py-pp-maint.exp
8702 * gdb.python/py-pp-re-notag.exp
8703 * gdb.python/py-pp-registration.exp
8704 * gdb.python/py-recurse-unwind.exp
8705 * gdb.python/py-strfns.exp
8706 * gdb.python/py-symbol.exp
8707 * gdb.python/py-symtab.exp
8708 * gdb.python/py-sync-interp.exp
8709 * gdb.python/py-typeprint.exp
8710 * gdb.python/py-unwind-maint.exp
8711 * gdb.python/py-unwind.exp
8712 * gdb.python/py-value-cc.exp
8713 * gdb.python/py-xmethods.exp
8714 * gdb.reverse/amd64-tailcall-reverse.exp
8715 * gdb.reverse/break-precsave.exp
8716 * gdb.reverse/break-reverse.exp
8717 * gdb.reverse/consecutive-precsave.exp
8718 * gdb.reverse/consecutive-reverse.exp
8719 * gdb.reverse/finish-precsave.exp
8720 * gdb.reverse/finish-reverse-bkpt.exp
8721 * gdb.reverse/finish-reverse.exp
8722 * gdb.reverse/fstatat-reverse.exp
8723 * gdb.reverse/getresuid-reverse.exp
8724 * gdb.reverse/i386-precsave.exp
8725 * gdb.reverse/i386-reverse.exp
8726 * gdb.reverse/i386-sse-reverse.exp
8727 * gdb.reverse/i387-env-reverse.exp
8728 * gdb.reverse/i387-stack-reverse.exp
8729 * gdb.reverse/insn-reverse.exp
8730 * gdb.reverse/machinestate-precsave.exp
8731 * gdb.reverse/machinestate.exp
8732 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8733 * gdb.reverse/pipe-reverse.exp
8734 * gdb.reverse/readv-reverse.exp
8735 * gdb.reverse/recvmsg-reverse.exp
8736 * gdb.reverse/rerun-prec.exp
8737 * gdb.reverse/s390-mvcle.exp
8738 * gdb.reverse/step-precsave.exp
8739 * gdb.reverse/step-reverse.exp
8740 * gdb.reverse/time-reverse.exp
8741 * gdb.reverse/until-precsave.exp
8742 * gdb.reverse/until-reverse.exp
8743 * gdb.reverse/waitpid-reverse.exp
8744 * gdb.reverse/watch-precsave.exp
8745 * gdb.reverse/watch-reverse.exp
8746 * gdb.rust/generics.exp
8747 * gdb.rust/methods.exp
8748 * gdb.rust/modules.exp
8749 * gdb.rust/simple.exp
8750 * gdb.server/connect-with-no-symbol-file.exp
8751 * gdb.server/ext-attach.exp
8752 * gdb.server/ext-restart.exp
8753 * gdb.server/ext-wrapper.exp
8754 * gdb.server/file-transfer.exp
8755 * gdb.server/server-exec-info.exp
8756 * gdb.server/server-kill.exp
8757 * gdb.server/server-mon.exp
8758 * gdb.server/wrapper.exp
8759 * gdb.stabs/exclfwd.exp
8760 * gdb.stabs/gdb11479.exp
8761 * gdb.threads/clone-new-thread-event.exp
8762 * gdb.threads/corethreads.exp
8763 * gdb.threads/current-lwp-dead.exp
8764 * gdb.threads/dlopen-libpthread.exp
8765 * gdb.threads/gcore-thread.exp
8766 * gdb.threads/sigstep-threads.exp
8767 * gdb.threads/watchpoint-fork.exp
8768 * gdb.trace/actions-changed.exp
8769 * gdb.trace/backtrace.exp
8770 * gdb.trace/change-loc.exp
8771 * gdb.trace/circ.exp
8772 * gdb.trace/collection.exp
8773 * gdb.trace/disconnected-tracing.exp
8774 * gdb.trace/ftrace.exp
8775 * gdb.trace/mi-trace-frame-collected.exp
8776 * gdb.trace/mi-trace-unavailable.exp
8777 * gdb.trace/mi-traceframe-changed.exp
8778 * gdb.trace/mi-tsv-changed.exp
8779 * gdb.trace/no-attach-trace.exp
8780 * gdb.trace/passc-dyn.exp
8781 * gdb.trace/qtro.exp
8782 * gdb.trace/range-stepping.exp
8783 * gdb.trace/read-memory.exp
8784 * gdb.trace/save-trace.exp
8785 * gdb.trace/signal.exp
8786 * gdb.trace/status-stop.exp
8787 * gdb.trace/tfile.exp
8788 * gdb.trace/trace-break.exp
8789 * gdb.trace/trace-buffer-size.exp
8790 * gdb.trace/trace-condition.exp
8791 * gdb.trace/tracefile-pseudo-reg.exp
8792 * gdb.trace/tstatus.exp
8793 * gdb.trace/unavailable.exp
8794 * gdb.trace/while-dyn.exp
8795 * gdb.trace/while-stepping.exp
8796
8797 2016-12-22 Doug Evans <xdje42@gmail.com>
8798
8799 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8800 and msymbols.
8801
8802 2016-12-19 Yao Qi <yao.qi@linaro.org>
8803
8804 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8805 (test_with_self): Don't call do_steps_and_nexts, and remove
8806 code about stepping into xmalloc.
8807
8808 2016-12-09 Yao Qi <yao.qi@linaro.org>
8809
8810 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8811
8812 2016-12-09 Yao Qi <yao.qi@linaro.org>
8813
8814 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8815
8816 2016-12-09 Pedro Alves <palves@redhat.com>
8817
8818 * gdb.base/all-architectures-0.exp: New file.
8819 * gdb.base/all-architectures-1.exp: New file.
8820 * gdb.base/all-architectures-2.exp: New file.
8821 * gdb.base/all-architectures-3.exp: New file.
8822 * gdb.base/all-architectures-4.exp: New file.
8823 * gdb.base/all-architectures-5.exp: New file.
8824 * gdb.base/all-architectures-6.exp: New file.
8825 * gdb.base/all-architectures-7.exp: New file.
8826 * gdb.base/all-architectures.exp.in: New file.
8827
8828 2016-12-09 Yao Qi <yao.qi@linaro.org>
8829
8830 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8831
8832 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8833
8834 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8835 possible.
8836 Remove useless pattern-matching code.
8837
8838 2016-12-02 Pedro Alves <palves@redhat.com>
8839
8840 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8841 procedure.
8842 (top level): Call it.
8843
8844 2016-12-02 Pedro Alves <palves@redhat.com>
8845
8846 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8847 New procedure.
8848 (top level): Call it.
8849
8850 2016-12-02 Pedro Alves <palves@redhat.com>
8851
8852 PR cli/20559
8853 * gdb.base/commands.exp (user_defined_command_args_eval): New
8854 procedure.
8855 (top level): Call it.
8856
8857 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8858
8859 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8860 timeout handling.
8861
8862 2016-12-02 Tom Tromey <tom@tromey.com>
8863
8864 * gdb.dwarf2/main-subprogram.c: New file.
8865 * gdb.dwarf2/main-subprogram.exp: New file.
8866
8867 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8868
8869 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8870 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8871 gdb_test_no_output for a couple of cases.
8872 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8873
8874 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8875
8876 Fix test names and standardize compilation error messages throughout
8877 the following files:
8878
8879 * gdb.ada/start.exp
8880 * gdb.arch/alpha-step.exp
8881 * gdb.arch/e500-prologue.exp
8882 * gdb.arch/ftrace-insn-reloc.exp
8883 * gdb.arch/gdb1291.exp
8884 * gdb.arch/gdb1431.exp
8885 * gdb.arch/gdb1558.exp
8886 * gdb.arch/i386-dr3-watch.exp
8887 * gdb.arch/i386-sse-stack-align.exp
8888 * gdb.arch/ia64-breakpoint-shadow.exp
8889 * gdb.arch/pa-nullify.exp
8890 * gdb.arch/powerpc-aix-prologue.exp
8891 * gdb.arch/thumb-bx-pc.exp
8892 * gdb.base/annota1.exp
8893 * gdb.base/annota3.exp
8894 * gdb.base/arrayidx.exp
8895 * gdb.base/assign.exp
8896 * gdb.base/attach.exp
8897 * gdb.base/auxv.exp
8898 * gdb.base/bang.exp
8899 * gdb.base/bfp-test.exp
8900 * gdb.base/bigcore.exp
8901 * gdb.base/bitfields2.exp
8902 * gdb.base/break-fun-addr.exp
8903 * gdb.base/break-probes.exp
8904 * gdb.base/call-rt-st.exp
8905 * gdb.base/callexit.exp
8906 * gdb.base/catch-fork-kill.exp
8907 * gdb.base/charset.exp
8908 * gdb.base/checkpoint.exp
8909 * gdb.base/comprdebug.exp
8910 * gdb.base/constvars.exp
8911 * gdb.base/coredump-filter.exp
8912 * gdb.base/cursal.exp
8913 * gdb.base/cvexpr.exp
8914 * gdb.base/detach.exp
8915 * gdb.base/display.exp
8916 * gdb.base/dmsym.exp
8917 * gdb.base/dprintf-pending.exp
8918 * gdb.base/dso2dso.exp
8919 * gdb.base/dtrace-probe.exp
8920 * gdb.base/dump.exp
8921 * gdb.base/enum_cond.exp
8922 * gdb.base/exe-lock.exp
8923 * gdb.base/exec-invalid-sysroot.exp
8924 * gdb.base/execl-update-breakpoints.exp
8925 * gdb.base/exprs.exp
8926 * gdb.base/fileio.exp
8927 * gdb.base/find.exp
8928 * gdb.base/finish.exp
8929 * gdb.base/fixsection.exp
8930 * gdb.base/foll-vfork.exp
8931 * gdb.base/frame-args.exp
8932 * gdb.base/gcore.exp
8933 * gdb.base/gdb1250.exp
8934 * gdb.base/global-var-nested-by-dso.exp
8935 * gdb.base/gnu-ifunc.exp
8936 * gdb.base/hashline1.exp
8937 * gdb.base/hashline2.exp
8938 * gdb.base/hashline3.exp
8939 * gdb.base/hbreak-in-shr-unsupported.exp
8940 * gdb.base/huge.exp
8941 * gdb.base/infcall-input.exp
8942 * gdb.base/info-fun.exp
8943 * gdb.base/info-shared.exp
8944 * gdb.base/jit-simple.exp
8945 * gdb.base/jit-so.exp
8946 * gdb.base/jit.exp
8947 * gdb.base/jump.exp
8948 * gdb.base/label.exp
8949 * gdb.base/lineinc.exp
8950 * gdb.base/logical.exp
8951 * gdb.base/longjmp.exp
8952 * gdb.base/macscp.exp
8953 * gdb.base/miscexprs.exp
8954 * gdb.base/new-ui-echo.exp
8955 * gdb.base/new-ui-pending-input.exp
8956 * gdb.base/new-ui.exp
8957 * gdb.base/nodebug.exp
8958 * gdb.base/nofield.exp
8959 * gdb.base/offsets.exp
8960 * gdb.base/overlays.exp
8961 * gdb.base/pending.exp
8962 * gdb.base/pointers.exp
8963 * gdb.base/pr11022.exp
8964 * gdb.base/printcmds.exp
8965 * gdb.base/prologue.exp
8966 * gdb.base/ptr-typedef.exp
8967 * gdb.base/realname-expand.exp
8968 * gdb.base/relativedebug.exp
8969 * gdb.base/relocate.exp
8970 * gdb.base/remote.exp
8971 * gdb.base/reread.exp
8972 * gdb.base/return2.exp
8973 * gdb.base/savedregs.exp
8974 * gdb.base/sep.exp
8975 * gdb.base/sepdebug.exp
8976 * gdb.base/sepsymtab.exp
8977 * gdb.base/set-inferior-tty.exp
8978 * gdb.base/setshow.exp
8979 * gdb.base/shlib-call.exp
8980 * gdb.base/sigaltstack.exp
8981 * gdb.base/siginfo-addr.exp
8982 * gdb.base/signals.exp
8983 * gdb.base/signull.exp
8984 * gdb.base/sigrepeat.exp
8985 * gdb.base/so-impl-ld.exp
8986 * gdb.base/solib-display.exp
8987 * gdb.base/solib-overlap.exp
8988 * gdb.base/solib-search.exp
8989 * gdb.base/solib-symbol.exp
8990 * gdb.base/structs.exp
8991 * gdb.base/structs2.exp
8992 * gdb.base/symtab-search-order.exp
8993 * gdb.base/twice.exp
8994 * gdb.base/unload.exp
8995 * gdb.base/varargs.exp
8996 * gdb.base/watchpoint-solib.exp
8997 * gdb.base/watchpoint.exp
8998 * gdb.base/whatis.exp
8999 * gdb.base/wrong_frame_bt_full.exp
9000 * gdb.btrace/dlopen.exp
9001 * gdb.cell/ea-standalone.exp
9002 * gdb.cell/ea-test.exp
9003 * gdb.cp/dispcxx.exp
9004 * gdb.cp/gdb2384.exp
9005 * gdb.cp/method2.exp
9006 * gdb.cp/nextoverthrow.exp
9007 * gdb.cp/pr10728.exp
9008 * gdb.disasm/am33.exp
9009 * gdb.disasm/h8300s.exp
9010 * gdb.disasm/mn10300.exp
9011 * gdb.disasm/sh3.exp
9012 * gdb.dwarf2/dw2-dir-file-name.exp
9013 * gdb.fortran/complex.exp
9014 * gdb.fortran/library-module.exp
9015 * gdb.guile/scm-pretty-print.exp
9016 * gdb.guile/scm-symbol.exp
9017 * gdb.guile/scm-type.exp
9018 * gdb.guile/scm-value.exp
9019 * gdb.linespec/linespec.exp
9020 * gdb.mi/gdb701.exp
9021 * gdb.mi/gdb792.exp
9022 * gdb.mi/mi-breakpoint-changed.exp
9023 * gdb.mi/mi-dprintf-pending.exp
9024 * gdb.mi/mi-dprintf.exp
9025 * gdb.mi/mi-exit-code.exp
9026 * gdb.mi/mi-pending.exp
9027 * gdb.mi/mi-solib.exp
9028 * gdb.mi/new-ui-mi-sync.exp
9029 * gdb.mi/pr11022.exp
9030 * gdb.mi/user-selected-context-sync.exp
9031 * gdb.opt/solib-intra-step.exp
9032 * gdb.python/py-events.exp
9033 * gdb.python/py-finish-breakpoint.exp
9034 * gdb.python/py-mi.exp
9035 * gdb.python/py-prettyprint.exp
9036 * gdb.python/py-shared.exp
9037 * gdb.python/py-symbol.exp
9038 * gdb.python/py-template.exp
9039 * gdb.python/py-type.exp
9040 * gdb.python/py-value.exp
9041 * gdb.reverse/solib-precsave.exp
9042 * gdb.reverse/solib-reverse.exp
9043 * gdb.server/solib-list.exp
9044 * gdb.stabs/weird.exp
9045 * gdb.threads/reconnect-signal.exp
9046 * gdb.threads/stepi-random-signal.exp
9047 * gdb.trace/actions.exp
9048 * gdb.trace/ax.exp
9049 * gdb.trace/backtrace.exp
9050 * gdb.trace/change-loc.exp
9051 * gdb.trace/deltrace.exp
9052 * gdb.trace/ftrace-lock.exp
9053 * gdb.trace/ftrace.exp
9054 * gdb.trace/infotrace.exp
9055 * gdb.trace/mi-tracepoint-changed.exp
9056 * gdb.trace/packetlen.exp
9057 * gdb.trace/passcount.exp
9058 * gdb.trace/pending.exp
9059 * gdb.trace/range-stepping.exp
9060 * gdb.trace/report.exp
9061 * gdb.trace/stap-trace.exp
9062 * gdb.trace/tfind.exp
9063 * gdb.trace/trace-break.exp
9064 * gdb.trace/trace-condition.exp
9065 * gdb.trace/trace-enable-disable.exp
9066 * gdb.trace/trace-mt.exp
9067 * gdb.trace/tracecmd.exp
9068 * gdb.trace/tspeed.exp
9069 * gdb.trace/tsv.exp
9070 * lib/perftest.exp
9071
9072 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9073
9074 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9075 with gdb_test_no_output.
9076 Use command as test name.
9077
9078 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9079
9080 Fix test names starting with uppercase throughout the files.
9081
9082 * gdb.ada/assign_1.exp
9083 * gdb.ada/boolean_expr.exp
9084 * gdb.base/arrayidx.exp
9085 * gdb.base/del.exp
9086 * gdb.base/gcore-buffer-overflow.exp
9087 * gdb.base/testenv.exp
9088 * gdb.compile/compile.exp
9089 * gdb.python/py-framefilter-invalidarg.exp
9090 * gdb.python/py-framefilter.exp
9091
9092 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9093
9094 Fix test names starting with uppercase throughout the files.
9095
9096 * gdb.ada/array_return.exp
9097 * gdb.ada/expr_delims.exp
9098 * gdb.ada/mi_dyn_arr.exp
9099 * gdb.ada/mi_interface.exp
9100 * gdb.ada/mi_var_array.exp
9101 * gdb.ada/watch_arg.exp
9102 * gdb.arch/alpha-step.exp
9103 * gdb.arch/altivec-regs.exp
9104 * gdb.arch/e500-regs.exp
9105 * gdb.arch/powerpc-d128-regs.exp
9106 * gdb.base/arrayidx.exp
9107 * gdb.base/break.exp
9108 * gdb.base/checkpoint.exp
9109 * gdb.base/debug-expr.exp
9110 * gdb.base/dmsym.exp
9111 * gdb.base/radix.exp
9112 * gdb.base/sepdebug.exp
9113 * gdb.base/testenv.exp
9114 * gdb.base/watch_thread_num.exp
9115 * gdb.base/watchpoint-cond-gone.exp
9116 * gdb.cell/break.exp
9117 * gdb.cell/ea-cache.exp
9118 * gdb.compile/compile.exp
9119 * gdb.cp/gdb2495.exp
9120 * gdb.gdb/selftest.exp
9121 * gdb.gdb/xfullpath.exp
9122 * gdb.go/hello.exp
9123 * gdb.go/integers.exp
9124 * gdb.objc/basicclass.exp
9125 * gdb.pascal/hello.exp
9126 * gdb.pascal/integers.exp
9127 * gdb.python/py-breakpoint.exp
9128 * gdb.python/py-cmd.exp
9129 * gdb.python/py-linetable.exp
9130 * gdb.python/py-xmethods.exp
9131 * gdb.python/python.exp
9132 * gdb.reverse/consecutive-precsave.exp
9133 * gdb.reverse/finish-precsave.exp
9134 * gdb.reverse/i386-precsave.exp
9135 * gdb.reverse/machinestate-precsave.exp
9136 * gdb.reverse/sigall-precsave.exp
9137 * gdb.reverse/solib-precsave.exp
9138 * gdb.reverse/step-precsave.exp
9139 * gdb.reverse/until-precsave.exp
9140 * gdb.reverse/watch-precsave.exp
9141 * gdb.threads/leader-exit.exp
9142 * gdb.threads/pthreads.exp
9143 * gdb.threads/wp-replication.exp
9144 * gdb.trace/actions.exp
9145 * gdb.trace/mi-tsv-changed.exp
9146 * gdb.trace/tsv.exp
9147
9148 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9149
9150 Fix test names starting with uppercase throughout the files.
9151
9152 * gdb.arch/i386-bp_permanent.exp
9153 * gdb.arch/i386-gnu-cfi.exp
9154 * gdb.base/disasm-end-cu.exp
9155 * gdb.base/macscp.exp
9156 * gdb.base/pending.exp
9157 * gdb.base/watch_thread_num.exp
9158 * gdb.cp/exception.exp
9159 * gdb.cp/gdb2495.exp
9160 * gdb.cp/local.exp
9161 * gdb.python/py-evsignal.exp
9162 * gdb.python/python.exp
9163 * gdb.trace/tracecmd.exp
9164
9165 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9166
9167 Fix test names starting with uppercase throughout the files.
9168
9169 * gdb.base/charset.exp
9170 * gdb.base/eval.exp
9171 * gdb.base/multi-forks.exp
9172 * gdb.guile/scm-progspace.exp
9173 * gdb.opencl/datatypes.exp
9174 * gdb.python/py-block.exp
9175 * gdb.python/py-function.exp
9176 * gdb.python/py-symbol.exp
9177 * gdb.python/py-symtab.exp
9178 * gdb.python/py-xmethods.exp
9179 * gdb.reverse/break-precsave.exp
9180 * gdb.reverse/break-reverse.exp
9181 * gdb.reverse/consecutive-precsave.exp
9182 * gdb.reverse/consecutive-reverse.exp
9183 * gdb.reverse/finish-precsave.exp
9184 * gdb.reverse/finish-reverse-bkpt.exp
9185 * gdb.reverse/finish-reverse.exp
9186 * gdb.reverse/fstatat-reverse.exp
9187 * gdb.reverse/getresuid-reverse.exp
9188 * gdb.reverse/i386-precsave.exp
9189 * gdb.reverse/i386-reverse.exp
9190 * gdb.reverse/i386-sse-reverse.exp
9191 * gdb.reverse/i387-stack-reverse.exp
9192 * gdb.reverse/insn-reverse.exp
9193 * gdb.reverse/machinestate-precsave.exp
9194 * gdb.reverse/machinestate.exp
9195 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9196 * gdb.reverse/pipe-reverse.exp
9197 * gdb.reverse/readv-reverse.exp
9198 * gdb.reverse/recvmsg-reverse.exp
9199 * gdb.reverse/rerun-prec.exp
9200 * gdb.reverse/s390-mvcle.exp
9201 * gdb.reverse/sigall-precsave.exp
9202 * gdb.reverse/sigall-reverse.exp
9203 * gdb.reverse/solib-precsave.exp
9204 * gdb.reverse/solib-reverse.exp
9205 * gdb.reverse/step-precsave.exp
9206 * gdb.reverse/step-reverse.exp
9207 * gdb.reverse/time-reverse.exp
9208 * gdb.reverse/until-precsave.exp
9209 * gdb.reverse/until-reverse.exp
9210 * gdb.reverse/waitpid-reverse.exp
9211 * gdb.reverse/watch-precsave.exp
9212 * gdb.reverse/watch-reverse.exp
9213
9214 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9215
9216 Fix test names starting with uppercase throughout the files.
9217
9218 * gdb.arch/i386-mpx-simple_segv.exp
9219 * gdb.arch/i386-mpx.exp
9220 * gdb.arch/i386-permbkpt.exp
9221 * gdb.arch/pa-nullify.exp
9222 * gdb.arch/powerpc-d128-regs.exp
9223 * gdb.arch/vsx-regs.exp
9224 * gdb.base/bfp-test.exp
9225 * gdb.base/break.exp
9226 * gdb.base/breakpoint-shadow.exp
9227 * gdb.base/callfuncs.exp
9228 * gdb.base/charset.exp
9229 * gdb.base/commands.exp
9230 * gdb.base/completion.exp
9231 * gdb.base/dfp-test.exp
9232 * gdb.base/echo.exp
9233 * gdb.base/ending-run.exp
9234 * gdb.base/eval.exp
9235 * gdb.base/expand-psymtabs.exp
9236 * gdb.base/float128.exp
9237 * gdb.base/floatn.exp
9238 * gdb.base/foll-exec-mode.exp
9239 * gdb.base/gdb1056.exp
9240 * gdb.base/gdb11531.exp
9241 * gdb.base/kill-after-signal.exp
9242 * gdb.base/multi-forks.exp
9243 * gdb.base/overlays.exp
9244 * gdb.base/pending.exp
9245 * gdb.base/sepdebug.exp
9246 * gdb.base/testenv.exp
9247 * gdb.base/valgrind-db-attach.exp
9248 * gdb.base/watch_thread_num.exp
9249 * gdb.base/watchpoint-cond-gone.exp
9250 * gdb.base/watchpoint.exp
9251 * gdb.base/watchpoints.exp
9252 * gdb.cp/arg-reference.exp
9253 * gdb.cp/baseenum.exp
9254 * gdb.cp/operator.exp
9255 * gdb.cp/shadow.exp
9256 * gdb.dwarf2/dw2-op-out-param.exp
9257 * gdb.dwarf2/dw2-reg-undefined.exp
9258 * gdb.go/chan.exp
9259 * gdb.go/hello.exp
9260 * gdb.go/integers.exp
9261 * gdb.go/methods.exp
9262 * gdb.go/package.exp
9263 * gdb.guile/scm-parameter.exp
9264 * gdb.guile/scm-progspace.exp
9265 * gdb.guile/scm-value.exp
9266 * gdb.mi/mi-pending.exp
9267 * gdb.mi/user-selected-context-sync.exp
9268 * gdb.multi/multi-attach.exp
9269 * gdb.multi/tids.exp
9270 * gdb.opt/clobbered-registers-O2.exp
9271 * gdb.pascal/floats.exp
9272 * gdb.pascal/integers.exp
9273 * gdb.python/py-block.exp
9274 * gdb.python/py-events.exp
9275 * gdb.python/py-parameter.exp
9276 * gdb.python/py-symbol.exp
9277 * gdb.python/py-symtab.exp
9278 * gdb.python/py-type.exp
9279 * gdb.python/py-value.exp
9280 * gdb.python/py-xmethods.exp
9281 * gdb.python/python.exp
9282 * gdb.reverse/break-precsave.exp
9283 * gdb.reverse/consecutive-precsave.exp
9284 * gdb.reverse/finish-precsave.exp
9285 * gdb.reverse/i386-precsave.exp
9286 * gdb.reverse/machinestate-precsave.exp
9287 * gdb.reverse/sigall-precsave.exp
9288 * gdb.reverse/solib-precsave.exp
9289 * gdb.reverse/step-precsave.exp
9290 * gdb.reverse/until-precsave.exp
9291 * gdb.reverse/watch-precsave.exp
9292 * gdb.server/ext-attach.exp
9293 * gdb.server/ext-restart.exp
9294 * gdb.server/ext-run.exp
9295 * gdb.server/ext-wrapper.exp
9296 * gdb.stabs/gdb11479.exp
9297 * gdb.stabs/weird.exp
9298 * gdb.threads/attach-many-short-lived-threads.exp
9299 * gdb.threads/kill.exp
9300 * gdb.threads/watchpoint-fork.exp
9301
9302 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9303
9304 Fix test names starting with uppercase throughout all the files below.
9305
9306 * gdb.ada/array_return.exp
9307 * gdb.ada/catch_ex.exp
9308 * gdb.ada/info_exc.exp
9309 * gdb.ada/mi_catch_ex.exp
9310 * gdb.ada/mi_dyn_arr.exp
9311 * gdb.ada/mi_ex_cond.exp
9312 * gdb.ada/mi_exc_info.exp
9313 * gdb.ada/mi_interface.exp
9314 * gdb.ada/mi_task_arg.exp
9315 * gdb.ada/mi_task_info.exp
9316 * gdb.ada/mi_var_array.exp
9317 * gdb.arch/alpha-step.exp
9318 * gdb.arch/amd64-disp-step.exp
9319 * gdb.arch/arm-disp-step.exp
9320 * gdb.arch/disp-step-insn-reloc.exp
9321 * gdb.arch/e500-prologue.exp
9322 * gdb.arch/ftrace-insn-reloc.exp
9323 * gdb.arch/gdb1558.exp
9324 * gdb.arch/i386-bp_permanent.exp
9325 * gdb.arch/i386-disp-step.exp
9326 * gdb.arch/i386-float.exp
9327 * gdb.arch/i386-gnu-cfi.exp
9328 * gdb.arch/ia64-breakpoint-shadow.exp
9329 * gdb.arch/mips16-thunks.exp
9330 * gdb.arch/pa-nullify.exp
9331 * gdb.arch/powerpc-aix-prologue.exp
9332 * gdb.arch/powerpc-power.exp
9333 * gdb.arch/ppc-dfp.exp
9334 * gdb.arch/s390-tdbregs.exp
9335 * gdb.arch/spu-info.exp
9336 * gdb.arch/spu-ls.exp
9337 * gdb.arch/thumb-bx-pc.exp
9338 * gdb.base/advance.exp
9339 * gdb.base/annota-input-while-running.exp
9340 * gdb.base/arrayidx.exp
9341 * gdb.base/asmlabel.exp
9342 * gdb.base/async.exp
9343 * gdb.base/attach-wait-input.exp
9344 * gdb.base/auto-connect-native-target.exp
9345 * gdb.base/batch-preserve-term-settings.exp
9346 * gdb.base/bfp-test.exp
9347 * gdb.base/bigcore.exp
9348 * gdb.base/bp-permanent.exp
9349 * gdb.base/break-always.exp
9350 * gdb.base/break-fun-addr.exp
9351 * gdb.base/break-idempotent.exp
9352 * gdb.base/break-main-file-remove-fail.exp
9353 * gdb.base/break-probes.exp
9354 * gdb.base/break-unload-file.exp
9355 * gdb.base/break.exp
9356 * gdb.base/call-ar-st.exp
9357 * gdb.base/call-rt-st.exp
9358 * gdb.base/call-sc.exp
9359 * gdb.base/call-signal-resume.exp
9360 * gdb.base/call-strs.exp
9361 * gdb.base/callexit.exp
9362 * gdb.base/callfuncs.exp
9363 * gdb.base/catch-gdb-caused-signals.exp
9364 * gdb.base/catch-signal-siginfo-cond.exp
9365 * gdb.base/catch-syscall.exp
9366 * gdb.base/compare-sections.exp
9367 * gdb.base/cond-eval-mode.exp
9368 * gdb.base/condbreak-call-false.exp
9369 * gdb.base/consecutive-step-over.exp
9370 * gdb.base/cursal.exp
9371 * gdb.base/disabled-location.exp
9372 * gdb.base/disasm-end-cu.exp
9373 * gdb.base/display.exp
9374 * gdb.base/double-prompt-target-event-error.exp
9375 * gdb.base/dprintf-bp-same-addr.exp
9376 * gdb.base/dprintf-detach.exp
9377 * gdb.base/dprintf-next.exp
9378 * gdb.base/dprintf-non-stop.exp
9379 * gdb.base/dprintf-pending.exp
9380 * gdb.base/dso2dso.exp
9381 * gdb.base/ending-run.exp
9382 * gdb.base/enum_cond.exp
9383 * gdb.base/examine-backward.exp
9384 * gdb.base/exe-lock.exp
9385 * gdb.base/exec-invalid-sysroot.exp
9386 * gdb.base/execl-update-breakpoints.exp
9387 * gdb.base/execution-termios.exp
9388 * gdb.base/fileio.exp
9389 * gdb.base/fixsection.exp
9390 * gdb.base/foll-exec-mode.exp
9391 * gdb.base/foll-exec.exp
9392 * gdb.base/fork-running-state.exp
9393 * gdb.base/frame-args.exp
9394 * gdb.base/fullpath-expand.exp
9395 * gdb.base/func-ptr.exp
9396 * gdb.base/gcore-relro-pie.exp
9397 * gdb.base/gdb1090.exp
9398 * gdb.base/gdb1555.exp
9399 * gdb.base/global-var-nested-by-dso.exp
9400 * gdb.base/gnu-ifunc.exp
9401 * gdb.base/hbreak-in-shr-unsupported.exp
9402 * gdb.base/hbreak-unmapped.exp
9403 * gdb.base/hook-stop.exp
9404 * gdb.base/infcall-input.exp
9405 * gdb.base/info-fun.exp
9406 * gdb.base/info-shared.exp
9407 * gdb.base/interrupt-noterm.exp
9408 * gdb.base/jit-so.exp
9409 * gdb.base/jit.exp
9410 * gdb.base/line-symtabs.exp
9411 * gdb.base/list.exp
9412 * gdb.base/longjmp.exp
9413 * gdb.base/macscp.exp
9414 * gdb.base/max-value-size.exp
9415 * gdb.base/nodebug.exp
9416 * gdb.base/nofield.exp
9417 * gdb.base/overlays.exp
9418 * gdb.base/paginate-after-ctrl-c-running.exp
9419 * gdb.base/paginate-bg-execution.exp
9420 * gdb.base/paginate-inferior-exit.exp
9421 * gdb.base/pending.exp
9422 * gdb.base/pr11022.exp
9423 * gdb.base/printcmds.exp
9424 * gdb.base/ptr-typedef.exp
9425 * gdb.base/ptype.exp
9426 * gdb.base/randomize.exp
9427 * gdb.base/range-stepping.exp
9428 * gdb.base/realname-expand.exp
9429 * gdb.base/relativedebug.exp
9430 * gdb.base/remote.exp
9431 * gdb.base/savedregs.exp
9432 * gdb.base/sepdebug.exp
9433 * gdb.base/set-noassign.exp
9434 * gdb.base/shlib-call.exp
9435 * gdb.base/shreloc.exp
9436 * gdb.base/sigaltstack.exp
9437 * gdb.base/sigbpt.exp
9438 * gdb.base/siginfo-addr.exp
9439 * gdb.base/siginfo-obj.exp
9440 * gdb.base/siginfo-thread.exp
9441 * gdb.base/signest.exp
9442 * gdb.base/signull.exp
9443 * gdb.base/sigrepeat.exp
9444 * gdb.base/skip.exp
9445 * gdb.base/so-impl-ld.exp
9446 * gdb.base/solib-corrupted.exp
9447 * gdb.base/solib-disc.exp
9448 * gdb.base/solib-display.exp
9449 * gdb.base/solib-overlap.exp
9450 * gdb.base/solib-search.exp
9451 * gdb.base/solib-symbol.exp
9452 * gdb.base/source-execution.exp
9453 * gdb.base/sss-bp-on-user-bp-2.exp
9454 * gdb.base/sss-bp-on-user-bp.exp
9455 * gdb.base/stack-checking.exp
9456 * gdb.base/stale-infcall.exp
9457 * gdb.base/step-break.exp
9458 * gdb.base/step-line.exp
9459 * gdb.base/step-over-exit.exp
9460 * gdb.base/step-test.exp
9461 * gdb.base/structs.exp
9462 * gdb.base/sym-file.exp
9463 * gdb.base/symtab-search-order.exp
9464 * gdb.base/term.exp
9465 * gdb.base/type-opaque.exp
9466 * gdb.base/unload.exp
9467 * gdb.base/until-nodebug.exp
9468 * gdb.base/until.exp
9469 * gdb.base/unwindonsignal.exp
9470 * gdb.base/watch-cond.exp
9471 * gdb.base/watch-non-mem.exp
9472 * gdb.base/watch_thread_num.exp
9473 * gdb.base/watchpoint-reuse-slot.exp
9474 * gdb.base/watchpoint-solib.exp
9475 * gdb.base/watchpoint.exp
9476 * gdb.btrace/dlopen.exp
9477 * gdb.cell/arch.exp
9478 * gdb.cell/break.exp
9479 * gdb.cell/bt.exp
9480 * gdb.cell/core.exp
9481 * gdb.cell/data.exp
9482 * gdb.cell/dwarfaddr.exp
9483 * gdb.cell/ea-cache.exp
9484 * gdb.cell/ea-standalone.exp
9485 * gdb.cell/ea-test.exp
9486 * gdb.cell/f-regs.exp
9487 * gdb.cell/fork.exp
9488 * gdb.cell/gcore.exp
9489 * gdb.cell/mem-access.exp
9490 * gdb.cell/ptype.exp
9491 * gdb.cell/registers.exp
9492 * gdb.cell/sizeof.exp
9493 * gdb.cell/solib-symbol.exp
9494 * gdb.cell/solib.exp
9495 * gdb.compile/compile-tls.exp
9496 * gdb.cp/exception.exp
9497 * gdb.cp/gdb2495.exp
9498 * gdb.cp/local.exp
9499 * gdb.cp/mb-inline.exp
9500 * gdb.cp/mb-templates.exp
9501 * gdb.cp/pr10687.exp
9502 * gdb.cp/pr9167.exp
9503 * gdb.cp/scope-err.exp
9504 * gdb.cp/templates.exp
9505 * gdb.cp/virtfunc.exp
9506 * gdb.dwarf2/dw2-dir-file-name.exp
9507 * gdb.dwarf2/dw2-single-line-discriminators.exp
9508 * gdb.fortran/complex.exp
9509 * gdb.fortran/library-module.exp
9510 * gdb.guile/guile.exp
9511 * gdb.guile/scm-cmd.exp
9512 * gdb.guile/scm-frame-inline.exp
9513 * gdb.guile/scm-objfile.exp
9514 * gdb.guile/scm-pretty-print.exp
9515 * gdb.guile/scm-symbol.exp
9516 * gdb.guile/scm-type.exp
9517 * gdb.guile/scm-value.exp
9518 * gdb.linespec/keywords.exp
9519 * gdb.linespec/ls-errs.exp
9520 * gdb.linespec/macro-relative.exp
9521 * gdb.linespec/thread.exp
9522 * gdb.mi/mi-breakpoint-changed.exp
9523 * gdb.mi/mi-dprintf-pending.exp
9524 * gdb.mi/mi-fullname-deleted.exp
9525 * gdb.mi/mi-logging.exp
9526 * gdb.mi/mi-pending.exp
9527 * gdb.mi/mi-solib.exp
9528 * gdb.mi/new-ui-mi-sync.exp
9529 * gdb.mi/user-selected-context-sync.exp
9530 * gdb.multi/dummy-frame-restore.exp
9531 * gdb.multi/multi-arch-exec.exp
9532 * gdb.multi/remove-inferiors.exp
9533 * gdb.multi/watchpoint-multi-exit.exp
9534 * gdb.opt/solib-intra-step.exp
9535 * gdb.perf/backtrace.exp
9536 * gdb.perf/single-step.exp
9537 * gdb.perf/skip-command.exp
9538 * gdb.perf/skip-prologue.exp
9539 * gdb.perf/solib.exp
9540 * gdb.python/lib-types.exp
9541 * gdb.python/py-as-string.exp
9542 * gdb.python/py-bad-printers.exp
9543 * gdb.python/py-block.exp
9544 * gdb.python/py-breakpoint.exp
9545 * gdb.python/py-cmd.exp
9546 * gdb.python/py-events.exp
9547 * gdb.python/py-evthreads.exp
9548 * gdb.python/py-finish-breakpoint.exp
9549 * gdb.python/py-finish-breakpoint2.exp
9550 * gdb.python/py-frame-inline.exp
9551 * gdb.python/py-frame.exp
9552 * gdb.python/py-inferior.exp
9553 * gdb.python/py-infthread.exp
9554 * gdb.python/py-mi.exp
9555 * gdb.python/py-objfile.exp
9556 * gdb.python/py-pp-maint.exp
9557 * gdb.python/py-pp-registration.exp
9558 * gdb.python/py-prettyprint.exp
9559 * gdb.python/py-recurse-unwind.exp
9560 * gdb.python/py-shared.exp
9561 * gdb.python/py-symbol.exp
9562 * gdb.python/py-symtab.exp
9563 * gdb.python/py-template.exp
9564 * gdb.python/py-type.exp
9565 * gdb.python/py-unwind-maint.exp
9566 * gdb.python/py-unwind.exp
9567 * gdb.python/py-value.exp
9568 * gdb.python/python.exp
9569 * gdb.reverse/finish-reverse-bkpt.exp
9570 * gdb.reverse/insn-reverse.exp
9571 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9572 * gdb.reverse/solib-precsave.exp
9573 * gdb.reverse/solib-reverse.exp
9574 * gdb.stabs/gdb11479.exp
9575 * gdb.stabs/weird.exp
9576 * gdb.threads/fork-child-threads.exp
9577 * gdb.threads/fork-plus-threads.exp
9578 * gdb.threads/fork-thread-pending.exp
9579 * gdb.threads/forking-threads-plus-breakpoint.exp
9580 * gdb.threads/hand-call-in-threads.exp
9581 * gdb.threads/interrupted-hand-call.exp
9582 * gdb.threads/linux-dp.exp
9583 * gdb.threads/local-watch-wrong-thread.exp
9584 * gdb.threads/next-while-other-thread-longjmps.exp
9585 * gdb.threads/non-ldr-exit.exp
9586 * gdb.threads/pending-step.exp
9587 * gdb.threads/print-threads.exp
9588 * gdb.threads/process-dies-while-detaching.exp
9589 * gdb.threads/process-dies-while-handling-bp.exp
9590 * gdb.threads/pthreads.exp
9591 * gdb.threads/queue-signal.exp
9592 * gdb.threads/reconnect-signal.exp
9593 * gdb.threads/signal-command-handle-nopass.exp
9594 * gdb.threads/signal-command-multiple-signals-pending.exp
9595 * gdb.threads/signal-delivered-right-thread.exp
9596 * gdb.threads/signal-sigtrap.exp
9597 * gdb.threads/sigthread.exp
9598 * gdb.threads/staticthreads.exp
9599 * gdb.threads/stepi-random-signal.exp
9600 * gdb.threads/thread-unwindonsignal.exp
9601 * gdb.threads/thread_check.exp
9602 * gdb.threads/thread_events.exp
9603 * gdb.threads/tid-reuse.exp
9604 * gdb.threads/tls-nodebug.exp
9605 * gdb.threads/tls-shared.exp
9606 * gdb.threads/tls-so_extern.exp
9607 * gdb.threads/tls.exp
9608 * gdb.threads/wp-replication.exp
9609 * gdb.trace/actions-changed.exp
9610 * gdb.trace/actions.exp
9611 * gdb.trace/backtrace.exp
9612 * gdb.trace/change-loc.exp
9613 * gdb.trace/collection.exp
9614 * gdb.trace/deltrace.exp
9615 * gdb.trace/disconnected-tracing.exp
9616 * gdb.trace/entry-values.exp
9617 * gdb.trace/ftrace-lock.exp
9618 * gdb.trace/ftrace.exp
9619 * gdb.trace/infotrace.exp
9620 * gdb.trace/mi-trace-frame-collected.exp
9621 * gdb.trace/mi-trace-unavailable.exp
9622 * gdb.trace/mi-traceframe-changed.exp
9623 * gdb.trace/mi-tracepoint-changed.exp
9624 * gdb.trace/mi-tsv-changed.exp
9625 * gdb.trace/no-attach-trace.exp
9626 * gdb.trace/packetlen.exp
9627 * gdb.trace/passc-dyn.exp
9628 * gdb.trace/passcount.exp
9629 * gdb.trace/pending.exp
9630 * gdb.trace/pr16508.exp
9631 * gdb.trace/qtro.exp
9632 * gdb.trace/range-stepping.exp
9633 * gdb.trace/read-memory.exp
9634 * gdb.trace/report.exp
9635 * gdb.trace/save-trace.exp
9636 * gdb.trace/signal.exp
9637 * gdb.trace/stap-trace.exp
9638 * gdb.trace/status-stop.exp
9639 * gdb.trace/strace.exp
9640 * gdb.trace/tfile.exp
9641 * gdb.trace/tfind.exp
9642 * gdb.trace/trace-break.exp
9643 * gdb.trace/trace-condition.exp
9644 * gdb.trace/trace-enable-disable.exp
9645 * gdb.trace/trace-mt.exp
9646 * gdb.trace/tracecmd.exp
9647 * gdb.trace/tracefile-pseudo-reg.exp
9648 * gdb.trace/tspeed.exp
9649 * gdb.trace/tstatus.exp
9650 * gdb.trace/tsv.exp
9651 * gdb.trace/unavailable.exp
9652 * gdb.trace/while-dyn.exp
9653 * gdb.trace/while-stepping.exp
9654 * lib/gdb-guile.exp
9655 * lib/gdb.exp
9656 * lib/mi-support.exp
9657 * lib/pascal.exp
9658 * lib/perftest.exp
9659 * lib/prelink-support.exp
9660 * lib/selftest-support.exp
9661
9662 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9663
9664 * Makefile.in: Include disable-implicit-rules.mk.
9665
9666 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9667
9668 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9669 non-byte-aligned bit fields.
9670
9671 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9672
9673 PR gdb/12616
9674 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9675 respects the DW_AT_data_bit_offset attribute.
9676
9677 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9678
9679 * gdb.base/default.exp: Fix output of "set language".
9680
9681 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9682
9683 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9684 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9685 make.
9686 * configure.ac: Remove checks for the make program.
9687 * configure: Re-generate.
9688
9689 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9690
9691 * gdb.python/py-recurse-unwind.c (main): Add loop.
9692 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9693 to read_register() and gdb.parse_and_eval(). Make each code
9694 call a separate case that can be individually tested.
9695 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9696 proc. Call cont_and_backtrace for each of the code paths that
9697 we want to test in the unwinder.
9698
9699 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9700
9701 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9702 the definition of struct S.
9703
9704 2016-11-11 Catherine Moore <clm@codesourcery.com>
9705
9706 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9707
9708 2016-11-09 Pedro Alves <palves@redhat.com>
9709
9710 * gdb.base/commands.exp (runto_or_return): New procedure.
9711 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9712 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9713 (progvar_simple_while_test, progvar_complex_if_while_test)
9714 (if_while_breakpoint_command_test)
9715 (infrun_breakpoint_command_test, breakpoint_command_test)
9716 (user_defined_command_test, watchpoint_command_test)
9717 (test_command_prompt_position, redefine_hook_test)
9718 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9719 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9720 multi_line_input and multi_line. Remove gdb_expect and
9721 gdb_stop_suppressing_tests uses.
9722 * lib/gdb.exp (valnum_re): New global.
9723 (multi_line_input): New procedure.
9724
9725 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9726
9727 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9728 Remove.
9729 (test_setup): Define with proc_with_prefix.
9730 (test_cli_inferior): Likewise.
9731 (test_cli_thread): Likewise.
9732 (test_cli_frame): Likewise.
9733 (test_cli_select_frame): Likewise.
9734 (test_cli_up_down): Likewise.
9735 (test_mi_thread_select): Likewise.
9736 (test_mi_stack_select_frame): Likewise.
9737 (test_cli_in_mi_inferior): Likewise.
9738 (test_cli_in_mi_thread): Likewise.
9739 (test_cli_in_mi_frame): Likewise.
9740 (top level): Do not use with_test_prefix_procname.
9741
9742 2016-11-09 Pedro Alves <palves@redhat.com>
9743
9744 * gdb.base/commands.exp (gdbvar_simple_if_test)
9745 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9746 (progvar_simple_if_test, progvar_simple_while_test)
9747 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9748 (infrun_breakpoint_command_test, breakpoint_command_test)
9749 (user_defined_command_test, watchpoint_command_test)
9750 (test_command_prompt_position, deprecated_command_test)
9751 (bp_deleted_in_command, temporary_breakpoint_commands)
9752 (stray_arg0_test, source_file_with_indented_comment)
9753 (recursive_source_test, if_commands_test)
9754 (error_clears_commands_left, redefine_hook_test)
9755 (redefine_backtrace_test): Use proc_with_prefix.
9756 * lib/gdb.exp (proc_with_prefix): New proc.
9757
9758 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9759
9760 * gdb.base/tui-layout.c: New file.
9761 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9762 disassembly window contains very long lines.
9763
9764 2016-11-08 Tom Tromey <tom@tromey.com>
9765
9766 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9767 depend on Python 2.
9768
9769 2016-11-08 Tom Tromey <tom@tromey.com>
9770
9771 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9772 New method.
9773
9774 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9775
9776 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9777
9778 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9779
9780 * gdb.rust/simple.rs: Add test for univariant enums without
9781 discriminants and for encoded struct-like enums.
9782
9783 2016-10-28 Pedro Alves <palves@redhat.com>
9784
9785 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9786 gdb_test_multiple, tighten regexps and match symtabs and line
9787 tables incrementally.
9788
9789 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9790
9791 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9792 general.
9793
9794 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9795
9796 * gdb.base/exec-invalid-sysroot.exp: New file.
9797
9798 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9799
9800 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9801
9802 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9803
9804 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9805
9806 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9807
9808 * gdb.base/killed-outside.exp: Remove $options from a call to
9809 `prepare_for_testing'.
9810
9811 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9812
9813 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9814 Change test message.
9815
9816 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9817
9818 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9819 Update comment.
9820
9821 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9822
9823 * gdb.trace/mi-trace-save.exp: New file.
9824
9825 2016-10-13 Yao Qi <yao.qi@linaro.org>
9826
9827 * gdb.base/code_elim.exp (get_var_address): Remove.
9828 * gdb.base/relocate.exp: Likewise.
9829 * gdb.base/shreloc.exp: Likewise.
9830 * lib/gdb.exp (get_var_address): New.
9831
9832 2016-10-13 Yao Qi <yao.qi@linaro.org>
9833
9834 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9835 floating point tests if $skip_float_test is false.
9836
9837 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9838
9839 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9840 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9841 argc values.
9842 Add 1 to argc so we guarantee distinct initial/modified argc values.
9843
9844 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9845
9846 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9847
9848 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9849
9850 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9851 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9852 * gdb.arch/vsx-regs.exp: Likewise.
9853
9854 2016-10-07 Yao Qi <yao.qi@linaro.org>
9855
9856 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9857
9858 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9859
9860 * gdb.python/python.exp: Test decode_line("*0").
9861
9862 2016-10-06 Doug Evans <dje@google.com>
9863
9864 * gdb.python/py-value.exp (test_value_creation): Add test for large
9865 unsigned 64-bit value.
9866
9867 2016-10-06 Tom Tromey <tom@tromey.com>
9868
9869 * gdb.compile/compile.exp: Change java tests to rust.
9870 * gdb.base/setshow.exp: Change java tests to rust.
9871 * gdb.base/default.exp: Remove java from language list.
9872 * README (Examples): Update language example.
9873 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9874 test.
9875 * lib/gdb.exp (skip_java_tests): Remove.
9876 * lib/java.exp: Remove.
9877 * gdb.java: Remove.
9878
9879 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9880
9881 * gdb.arch/mips-fcr.exp: New test.
9882 * gdb.arch/mips-fcr.c: Source for the new test.
9883
9884 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9885
9886 * gdb.base/solib-disc.exp: Use `standard_output_file'
9887 throughout.
9888
9889 2016-10-06 Pedro Alves <palves@redhat.com>
9890
9891 * gdb.base/jit-simple-dl.c: New file.
9892 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9893 * gdb.base/jit-simple.c: ... this.
9894 * gdb.base/jit-simple.exp (jit_run): Delete.
9895 (build_jit): New proc.
9896 (jit_test_reread): Recompile either the main program or the shared
9897 library, depending on what is being tested. Skip changing address
9898 if caller wants to. Compare before/after addresses. If testing
9899 standalone, explicitly load the binary. Test "maint info
9900 breakpoints".
9901 (top level): Add "standalone vs shared lib" and "change address"
9902 vs "same address" axes.
9903
9904 2016-10-06 Pedro Alves <palves@redhat.com>
9905
9906 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9907 call.
9908 (jit_run): Delete.
9909 (jit_test_reread): Use with_test_prefix. Reload the main binary
9910 explicitly. Compare the before/after addresses of the JIT
9911 descriptor.
9912
9913 2016-08-15 Doug Evans <dje@google.com>
9914
9915 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9916 for single bitfields is bool.
9917 * gdb.xml/tdesc-regs.exp: Ditto.
9918
9919 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9920
9921 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9922
9923 2016-10-05 Yao Qi <yao.qi@linaro.org>
9924
9925 * lib/gdb.exp (support_complex_tests): Return zero if
9926 gdb_skip_float_test return true.
9927
9928 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9929 Simon Marchi <simon.marchi@ericsson.com>
9930
9931 PR gdb/20487
9932 * gdb.mi/user-selected-context-sync.exp: New file.
9933 * gdb.mi/user-selected-context-sync.c: New file.
9934
9935 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9936 Simon Marchi <simon.marchi@ericsson.com>
9937
9938 PR gdb/20487
9939 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9940 =thread-select-event check.
9941
9942 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9943
9944 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9945 the compulsory L operand changes.
9946 * gdb.arch/powerpc-power.s: Likewise.
9947
9948 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9949
9950 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9951 * gdb.base/jit-attach-pie.c: New file.
9952 * gdb.base/jit-attach-pie.exp: New file.
9953
9954 2016-09-28 Pedro Alves <palves@redhat.com>
9955
9956 * gdb.base/infcall-input.c: New file.
9957 * gdb.base/infcall-input.exp: New file.
9958
9959 2016-09-22 Yao Qi <yao.qi@linaro.org>
9960
9961 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9962 (gdb_exit): Rename it to ...
9963 (gdbserver_gdb_exit): ... Close GDBserver.
9964 (gdb_exit): New proc, call gdbserver_gdb_exit.
9965 (mi_gdb_exit): Likewise.
9966
9967 2016-09-22 Yao Qi <yao.qi@linaro.org>
9968
9969 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9970 path.
9971 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9972 Remove duplication.
9973
9974 2016-09-22 Yao Qi <yao.qi@linaro.org>
9975
9976 * lib/gdbserver-support.exp: Check the existence of
9977 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9978
9979 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9980
9981 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9982
9983 2016-09-21 Tom Tromey <tom@tromey.com>
9984
9985 PR gdb/20604:
9986 * gdb.base/quit.exp: New file.
9987
9988 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9989
9990 * .gitignore: New file.
9991
9992 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9993
9994 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9995 throughout.
9996
9997 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9998
9999 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10000
10001 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10002
10003 * gdb.cp/casts.cc (decltype): Move it ...
10004 (main): ... with its call to ...
10005 * gdb.cp/casts03.cc: ... a new file.
10006 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10007
10008 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10009
10010 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10011
10012 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10013
10014 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10015 and sync up the test with tests in gas/testsuite/gas/ppc.
10016 * gdb.arch/powerpc-power.exp: Likewise.
10017
10018 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10019
10020 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10021
10022 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10023 Jan Kratochvil <jan.kratochvil@redhat.com>
10024
10025 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10026 make m1's definition to be different from m2's. Use 'dummy' as an
10027 argument for probe 'two'.
10028
10029 2016-09-10 Jon Beniston <jon@beniston.com>
10030
10031 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10032 for sim target.
10033
10034 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10035
10036 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10037 variable declaration.
10038 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10039 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10040 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10041 received HWCAP as its argument.
10042
10043 2016-09-06 Pedro Alves <palves@redhat.com>
10044
10045 * gdb.base/new-ui-pending-input.c: New file.
10046 * gdb.base/new-ui-pending-input.exp: New file.
10047 * gdb.exp (clear_gdb_spawn_id): New procedure.
10048 (with_spawn_id): Check whether gdb_spawn_id exists before
10049 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10050 on exit.
10051
10052 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10053
10054 * gdb.base/float128.c: New file.
10055 * gdb.base/float128.exp: Likewise.
10056 * gdb.base/floatn.c: Likewise.
10057 * gdb.base/floatn.exp: Likewise.
10058
10059 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10060
10061 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10062
10063 2016-09-05 Pedro Alves <palves@redhat.com>
10064
10065 PR backtrace/19927
10066 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10067 unwinders are immediately called as side effect of "source" or
10068 "disable unwinder" commands.
10069 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10070
10071 2016-09-02 Yao Qi <yao.qi@linaro.org>
10072
10073 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10074 is true and $type is "float" or "double".
10075
10076 2016-09-02 Yao Qi <yao.qi@linaro.org>
10077
10078 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10079 true.
10080 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10081 * gdb.base/call-rt-st.exp: Likewise.
10082 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10083 return value instead of gdb,skip_float_test.
10084 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10085 (do_function_calls): Use its return value instead of
10086 gdb,skip_float_test.
10087 * gdb.base/finish.exp: Likewise.
10088 * gdb.base/funcargs.exp: Likewise.
10089 * gdb.base/return.exp: Likewise.
10090 * gdb.base/return2.exp: Likewise.
10091 * gdb.base/varargs.exp: Likewise.
10092 * lib/gdb.exp (gdb_skip_float_test): Change it to
10093 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10094
10095 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10096
10097 * gdb.multi/tids.exp: Test "thread apply all".
10098
10099 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10100
10101 * gdb.base/default.exp (tty): Remove.
10102
10103 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10104
10105 * gdb.python/py-recurse-unwind.c: New file.
10106 * gdb.python/py-recurse-unwind.py: New file.
10107 * gdb.python/py-recurse-unwind.exp: New file.
10108
10109 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10110
10111 * gdb.base/set-inferior-tty.exp: New file.
10112 * gdb.base/set-inferior-tty.c: New file.
10113
10114 2016-08-23 Pedro Alves <palves@redhat.com>
10115
10116 PR gdb/20494
10117 * gdb.base/new-ui-echo.c: New file.
10118 * gdb.base/new-ui-echo.exp: New file.
10119
10120 2016-08-23 Yao Qi <yao.qi@linaro.org>
10121
10122 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10123 gdbserver_spawn.
10124 * gdb.server/connect-without-multi-process.exp (do_test):
10125 Likewise.
10126
10127 2016-08-23 Yao Qi <yao.qi@linaro.org>
10128
10129 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10130 standalone_txt. Delete gdb_txt and standalone_txt on host
10131 and target. Spawn the binary on target. Copy files from
10132 target to host.
10133
10134 2016-08-22 Pedro Alves <palves@redhat.com>
10135
10136 PR gdb/20505
10137 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10138 with_test_prefix. Factor out bits to ...
10139 (test_no_vdso): ... this new procedure.
10140
10141 2016-08-19 Carl Love <cel@us.ibm.com>
10142
10143 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10144 maintaining separate logic for constructing the output path.
10145 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10146 * gdb.arch/ppc-dfp.exp: Likewise.
10147 * gdb.arch/ppc-fp.exp: Likewise.
10148 * gdb.arch/vsx-regs.exp: Likewise.
10149 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10150 binprefix for generating the additional binary files.
10151
10152 2016-08-19 Pedro Alves <palves@redhat.com>
10153
10154 * gdb.trace/mi-trace-frame-collected.exp
10155 (test_trace_frame_collected): On x32, expect two registers.
10156
10157 2016-08-18 Carl Love <cel@us.ibm.com>
10158
10159 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10160 and sync up the test with tests in gas/testsuite/gas/ppc.
10161 * gdb.arch/powerpc-power.exp: Likewise.
10162
10163 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10164
10165 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10166 expected error message.
10167
10168 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10169
10170 * gdb.multi/remove-inferiors.exp: New file.
10171 * gdb.multi/remove-inferiors.c: New file.
10172
10173 2016-08-12 Yao Qi <yao.qi@linaro.org>
10174
10175 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10176 argument list.
10177
10178 2016-08-10 Pedro Alves <palves@redhat.com>
10179
10180 PR gdb/19187
10181 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10182 setup_kfails.
10183
10184 2016-08-09 Pedro Alves <palves@redhat.com>
10185 Simon Marchi <simon.marchi@ericsson.com>
10186
10187 PR gdb/20418
10188 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10189 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10190
10191 2016-08-09 Pedro Alves <palves@redhat.com>
10192
10193 PR mi/20431
10194 * gdb.mi/mi-cmd-error.exp: New file.
10195
10196 2016-08-09 Pedro Alves <palves@redhat.com>
10197
10198 PR gdb/18653
10199 * gdb.base/signals-state-child.c: New file.
10200 * gdb.base/signals-state-child.exp: New file.
10201 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10202
10203 2016-08-09 Pedro Alves <palves@redhat.com>
10204
10205 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10206
10207 2016-08-03 Tom Tromey <tom@tromey.com>
10208
10209 PR python/18565:
10210 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10211
10212 2016-08-01 Yao Qi <yao.qi@linaro.org>
10213
10214 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10215 variable mode to "multi-process" if $multi_process is 1, otherwise
10216 set it to "single-process".
10217
10218 2016-08-01 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10221 * gdb.cp/cpexprs.exp: Likewise.
10222 * gdb.cp/m-static.exp: Likewise.
10223
10224 2016-07-26 Tom Tromey <tom@tromey.com>
10225
10226 PR python/20190:
10227 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10228 test.
10229
10230 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10231
10232 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10233 selecting assembly source files.
10234 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10235 assembly source files.
10236 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10237 assembly source files.
10238 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10239 selecting assembly source files.
10240
10241 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10242
10243 * gdb.base/new-ui.exp (do_test_invalid_args): New
10244 procedure.
10245
10246 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10247
10248 * gdb.btrace/reconnect.c: New file.
10249 * gdb.btrace/reconnect.exp: New file.
10250
10251 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10252
10253 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10254 to test_catch_syscall_group.
10255 (test_catch_syscall_group): New.
10256
10257 2016-07-21 Tom Tromey <tom@tromey.com>
10258
10259 * gdb.rust/simple.rs (main): Use empty struct expression.
10260 * gdb.rust/simple.exp: Add tests for empty struct expression.
10261
10262 2016-07-21 Yao Qi <yao.qi@linaro.org>
10263
10264 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10265 if gdb_skip_xml_test is true on some targets.
10266
10267 2016-07-21 Yao Qi <yao.qi@linaro.org>
10268
10269 * gdb.server/solib-list.exp: Unset last_loaded_file.
10270
10271 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10272
10273 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10274 "step into captured_main (args)".
10275
10276 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10277
10278 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10279
10280 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10281
10282 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10283
10284 2016-07-19 Pedro Alves <palves@redhat.com>
10285
10286 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10287 * gdb.opt/inline-bt.exp: Likewise.
10288 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10289 additional_flags=-Winline.
10290 * gdb.opt/inline-locals.exp: Likewise.
10291 * gdb.opt/inline-markers.c (ATTR): Define.
10292 (inlined_fn): Use it.
10293
10294 2016-07-19 Yao Qi <yao.qi@linaro.org>
10295
10296 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10297 (test_with_self): Remove some code. Remove argument executable.
10298 (top-level): Use do_self_tests.
10299
10300 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10301 Don Breazeal <donb@codesourcery.com>
10302
10303 * gdb.base/maint.exp: Escape paths used in regular expressions.
10304 * gdb.stabs/weird.exp: Likewise.
10305
10306 2016-07-13 Tom Tromey <tom@tromey.com>
10307
10308 PR python/15620, PR python/18620:
10309 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10310 (test_bkpt_events): New procs.
10311
10312 2016-07-13 Tom Tromey <tom@tromey.com>
10313
10314 PR python/17698:
10315 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10316 test.
10317 (test_watchpoints): Likewise.
10318 (test_bkpt_pending): New proc.
10319
10320 2016-07-13 Tom Tromey <tom@tromey.com>
10321
10322 PR cli/18053:
10323 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10324 completion test.
10325
10326 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10327
10328 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10329 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10330 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10331 f_label.
10332 (g): Rename g_end_lbl to g_label.
10333 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10334 low_pc and high_pc.
10335 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10336
10337 2016-07-12 Tom Tromey <tom@tromey.com>
10338
10339 PR python/19293:
10340 * gdb.python/py-unwind-maint.exp: Update tests.
10341
10342 2016-07-12 Yao Qi <yao.qi@linaro.org>
10343
10344 * lib/selftest-support.exp (selftest_setup): Match the output
10345 when captured_main is inlined.
10346
10347 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10348
10349 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10350 New variables.
10351 (print this%a, print this%b, print this): New tests.
10352 * gdb.fortran/derived-types.f90 (this): New object and
10353 initialization.
10354
10355 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10356
10357 * gdb.ada/arraydim.exp: Remove extra directory level in build
10358 directory.
10359
10360 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10361
10362 * lib/ada.exp: Remove extra directory level in build directory.
10363 * gdb.ada/cond_lang.exp: Likewise.
10364 * gdb.ada/exec_changed.exp: Likewise.
10365 * gdb.ada/lang_switch.exp: Likewise.
10366
10367 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10368
10369 * simple.rs: Add test for raw pointer subscripting.
10370 * simple.exp: Add test expectations.
10371
10372 2016-07-05 Yao Qi <yao.qi@linaro.org>
10373
10374 * gdb.mi/mi-reverse.exp: Match =record-started output.
10375
10376 2016-07-01 Pedro Alves <palves@redhat.com>
10377
10378 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10379 procedure.
10380 (jit_reader_test): Test the jit reader's unwinder.
10381 * gdb.base/jithost.c (jit_function_00_code): New global.
10382 (main): Use memcpy to fill in the mmapped code, instead of poking
10383 bytes manually here.
10384 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10385 value.
10386 (read_debug_info): Save the function's range.
10387 (read_sp): New function.
10388 (unwind_frame): Use it. Also unwind RBP.
10389 (get_frame_id): Use read_sp.
10390 (gdb_init_reader): Use calloc instead of malloc.
10391 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10392 parameter. Use gdb_test_multiple.
10393
10394 2016-07-01 Pedro Alves <palves@redhat.com>
10395 Antoine Tremblay <antoine.tremblay@ericsson.com>
10396
10397 * gdb.threads/process-dies-while-detaching.c: New file.
10398 * gdb.threads/process-dies-while-detaching.exp: New file.
10399
10400 2016-07-01 Pedro Alves <palves@redhat.com>
10401
10402 * gdb.multi/watchpoint-multi-exit.c: New file.
10403 * gdb.multi/watchpoint-multi-exit.exp: New file.
10404
10405 2016-06-30 Pedro Alves <palves@redhat.com>
10406
10407 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10408 unset inferior_spawn_id.
10409
10410 2016-06-30 Pedro Alves <palves@redhat.com>
10411
10412 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10413 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10414
10415 2016-06-29 Yao Qi <yao.qi@linaro.org>
10416
10417 * gdb.base/return.c: Add copyright header.
10418
10419 2016-06-29 Tom Tromey <tom@tromey.com>
10420
10421 PR python/20129:
10422 * gdb.python/py-framefilter.exp: Add tests for setting priority
10423 and disabling of non-existent frame filter.
10424
10425 2016-06-29 Yao Qi <yao.qi@linaro.org>
10426
10427 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10428 0x0f07ff.
10429
10430 2016-06-28 Yao Qi <yao.qi@linaro.org>
10431
10432 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10433 triplets. Start gdb, execute catch syscall, and continue. Check
10434 gdb's output to determine catch syscall is supported.
10435
10436 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10437
10438 * gdb.rust/simple.rs: Add test for returning unit in a function.
10439 * gdb.rust/simple.exp: Add expectation for functions returning
10440 unit.
10441
10442 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10443
10444 * gdb.python/py-breakpoint-create-fail.c,
10445 gdb.python/py-breakpoint-create-fail.exp,
10446 gdb.python/py-breakpoint-create-fail.py: New testcase.
10447
10448 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10449
10450 PR gdb/20239
10451 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10452 * gdb.rust/simple.exp: Add test expectations for new NonZero
10453 tests.
10454
10455 2016-06-24 David Taylor <dtaylor@emc.com>
10456
10457 * gdb.base/offsets.exp: New file.
10458 * gdb.base/offsets.c: New file.
10459
10460 2016-06-23 Tom Tromey <tom@tromey.com>
10461
10462 PR gdb/16483:
10463 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10464 before any filters are loaded.
10465
10466 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10467
10468 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10469 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10470 structs.
10471 * gdb.fortran/derived-type-function.exp: New file.
10472 * gdb.fortran/derived-type-function.f90: New file.
10473
10474
10475 2016-06-21 Pedro Alves <palves@redhat.com>
10476
10477 * gdb.base/new-ui.exp: New file.
10478 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10479 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10480 (with_spawn_id): New procedure.
10481
10482 2016-06-21 Pedro Alves <palves@redhat.com>
10483
10484 * gdb.mi/mi-exec-run.exp: New file.
10485
10486 2016-06-21 Pedro Alves <palves@redhat.com>
10487
10488 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10489 breakpoint command's output on the main UI.
10490 (test_break): New procedure, factored out from calls in the top
10491 level.
10492 (top level): Use foreach_with_prefix to test MI as main UI and as
10493 separate UI.
10494
10495 2016-06-21 Pedro Alves <palves@redhat.com>
10496
10497 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10498 (test_awatch_creation_and_listing)
10499 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10500 Remove 'type' parameter.
10501 (test_watchpoint_all): New parameter mi_mode. Remove
10502 with_test_prefix.
10503 (top level): Use foreach_with_prefix, and add main/separate UI MI
10504 testing axis.
10505
10506 2016-06-21 Pedro Alves <palves@redhat.com>
10507
10508 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10509 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10510 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10511 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10512 (gdb_main_spawn_id, mi_spawn_id): Declare and
10513 comment.
10514 (mi_create_inferior_pty): New procedure,
10515 factored out from default_mi_gdb_start.
10516 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10517 procedures.
10518 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10519 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10520 Use mi_create_inferior_pty.
10521 (mi_gdb_start): Use eval to pass down args list.
10522
10523 2016-06-21 Pedro Alves <palves@redhat.com>
10524
10525 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10526 * gdb.opt/inline-cmds.exp: Add MI tests.
10527
10528 2016-06-21 Pedro Alves <palves@redhat.com>
10529
10530 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10531
10532 2016-06-21 Pedro Alves <palves@redhat.com>
10533
10534 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10535 (top level): Use it instead of mi_execute_to.
10536
10537 2016-06-21 Pedro Alves <palves@redhat.com>
10538
10539 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10540 (cont_handler_str): New.
10541 (signal_stop_handler): Set stop_handler_str instead of printing to
10542 stdout.
10543 (continue_handler): Set cont_handler_str instead of printing to
10544 stdout.
10545 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10546 mi_send_resuming_command. Print stop_handler_str and
10547 cont_handler_str instead of expecting the python events print
10548 directly.
10549
10550 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10551
10552 * gdb.base/jit-reader.exp: New file.
10553 * gdb.base/jithost.c: New file.
10554 * gdb.base/jithost.h: New file.
10555 * gdb.base/jitreader.c : New file.
10556 * gdb.base/jit-protocol.h: New file.
10557
10558 2016-06-17 Yao Qi <yao.qi@linaro.org>
10559
10560 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10561 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10562 and detach-on-fork. Adjust tests.
10563 (top level): Invoke break_cond_on_syscall with combinations of
10564 syscall, follow-fork-mode and detach-on-fork.
10565
10566 2016-06-17 Yao Qi <yao.qi@linaro.org>
10567
10568 * gdb.base/step-over-exit.c: New.
10569 * gdb.base/step-over-exit.exp: New.
10570
10571 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10572
10573 * gdb.base/float.exp: Add target check for nds32*-*-*.
10574 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10575
10576 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10577
10578 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10579 for unsupported target features.
10580 * gdb.base/call-rt-st.exp: Likewise.
10581 * gdb.base/call-sc.exp: Likewise.
10582 * gdb.base/call-signal-resume.exp: Likewise.
10583 * gdb.base/call-strs.exp: Likewise.
10584 * gdb.base/callexit.exp: Likewise.
10585 * gdb.base/callfuncs.exp: Likewise.
10586 * gdb.base/nodebug.exp: Likewise.
10587 * gdb.base/printcmds.exp: Likewise.
10588 * gdb.base/ptype.exp: Likewise.
10589 * gdb.base/structs.exp: Likewise.
10590 * gdb.base/unwindonsignal.exp: Likewise.
10591 * gdb.cp/gdb2495.exp: Likewise.
10592 * gdb.cp/templates.exp: Likewise.
10593 * gdb.cp/virtfunc.exp: Likewise.
10594 * gdb.threads/hand-call-in-threads.exp: Likewise.
10595 * gdb.threads/interrupted-hand-call.exp: Likewise.
10596 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10597
10598 2016-06-10 Tom Tromey <tom@tromey.com>
10599
10600 PR rust/20110:
10601 * gdb.rust/expr.exp: Add test for integer constant larger than
10602 i32.
10603
10604 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10605
10606 * gdb.fortran/nested-funcs.exp: New.
10607 * gdb.fortran/nested-funcs.f90: New.
10608
10609 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10610
10611 * gdb.base/examine-backward.c: New file.
10612 * gdb.base/examine-backward.exp: New file.
10613
10614 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10615
10616 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10617 matching.
10618
10619 2016-06-02 Tom Tromey <tom@tromey.com>
10620
10621 PR python/18984:
10622 * gdb.python/py-shared.exp: Add solib_name test.
10623
10624 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10625
10626 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10627
10628 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10629
10630 PR c++/19893
10631 * gdb.dwarf2/implref.exp: Rename to...
10632 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10633 * gdb.dwarf2/implref-array.c: New file.
10634 * gdb.dwarf2/implref-array.exp: Likewise.
10635 * gdb.dwarf2/implref-global.c: Likewise.
10636 * gdb.dwarf2/implref-global.exp: Likewise.
10637 * gdb.dwarf2/implref-struct.c: Likewise.
10638 * gdb.dwarf2/implref-struct.exp: Likewise.
10639
10640 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10641
10642 * gdb.trace/trace-condition.exp: Add 64bit tests.
10643
10644 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10645
10646 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10647 bits types.
10648 (main): Adapt to 8 to 64 bits types.
10649 * gdb.trace/trace-condition.exp: Add new tests.
10650
10651 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10652
10653 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10654
10655 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10656
10657 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10658 Move condition tests...
10659 * gdb.trace/trace-condition.exp: Here.
10660
10661 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10662
10663 * gdb.trace/trace-condition.exp: Add counter-case tests.
10664
10665 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10666
10667 PR c++/15231
10668 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10669 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10670
10671 2016-05-27 Pedro Alves <palves@redhat.com>
10672
10673 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10674 New procedure.
10675 (top level): Call it, and bail out of DejaGnu is known to be bad.
10676
10677 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10678
10679 * gdb.base/whatis.c: Extend the test case.
10680 * gdb.base/whatis.exp: Add additional tests.
10681
10682 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10683
10684 * gdb.fortran/type.f90: Add pointer variable.
10685 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10686
10687 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10688
10689 * gdb.fortran/vla-type.exp: Fix testcase name.
10690
10691 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10692
10693 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10694
10695 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10696
10697 * gdb.fortran/type.f90: Add nested structures.
10698 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10699 * gdb.fortran/derived-type.exp: Adapt expected output.
10700 * gdb.fortran/vla-type.exp: Adapt expected output.
10701
10702 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10703
10704 * gdb.fortran/whatis_type.exp: Adapt expected output.
10705
10706 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10707
10708 * gdb.fortran/print_type.exp: Fix expected output.
10709 * gdb.fortran/whatis_type.exp: Fix expected output.
10710
10711 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10712
10713 * gdb.fortran/whatis_type.exp: Use multi_line.
10714
10715 2016-05-24 Tom Tromey <tom@tromey.com>
10716
10717 PR python/17386:
10718 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10719 use value as an index.
10720
10721 2016-05-23 Tom Tromey <tom@tromey.com>
10722
10723 PR python/17981:
10724 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10725 no-breakpoint case.
10726
10727 2016-05-24 Pedro Alves <palves@redhat.com>
10728
10729 PR gdb/19828
10730 * gdb.threads/clone-attach-detach.c: New file.
10731 * gdb.threads/clone-attach-detach.exp: New file.
10732
10733 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10734
10735 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10736
10737 2016-05-23 Tom Tromey <tom@tromey.com>
10738
10739 PR python/19438, PR python/18393:
10740 * gdb.python/py-progspace.exp: Add "dir" test.
10741 * gdb.python/py-objfile.exp: Add "dir" test.
10742
10743 2016-05-23 Yao Qi <yao.qi@linaro.org>
10744
10745 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10746 * gdb.arch/thumb2-it.exp: Likewise.
10747
10748 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10749
10750 * gdb.mi/mi-threads-interrupt.c: New file.
10751 * gdb.mi/mi-threads-interrupt.exp: New file.
10752
10753 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10754
10755 PR gdb/18077
10756 * gdb.mi/mi-async-run.exp: New file.
10757 * gdb.mi/mi-async-run.c: New file.
10758
10759 2016-05-17 Tom Tromey <tom@tromey.com>
10760 Manish Goregaokar <manishsmail@gmail.com>
10761
10762 * lib/rust-support.exp: New file.
10763 * lib/gdb.exp (skip_rust_tests): New proc.
10764 (build_executable_from_specs): Handle rust.
10765 * lib/future.exp (gdb_find_rustc): New proc.
10766 (gdb_default_target_compile): Handle rust.
10767 * gdb.rust/expr.exp: New file.
10768 * gdb.rust/generics.exp: New file.
10769 * gdb.rust/generics.rs: New file.
10770 * gdb.rust/methods.exp: New file.
10771 * gdb.rust/methods.rs: New file.
10772 * gdb.rust/modules.exp: New file.
10773 * gdb.rust/modules.rs: New file.
10774 * gdb.rust/simple.exp: New file.
10775 * gdb.rust/simple.rs: New file.
10776
10777 2016-05-17 Tom Tromey <tom@tromey.com>
10778
10779 * gdb.base/default.exp (set language): Add rust.
10780
10781 2016-05-17 Tom Tromey <tom@tromey.com>
10782
10783 * gdb.gdb/unittest.exp: New file.
10784
10785 2016-05-16 Yao Qi <yao.qi@linaro.org>
10786
10787 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10788 shell_prompt. Update shell_prompt_re.
10789
10790 2016-05-12 Doug Evans <dje@google.com>
10791
10792 PR symtab/19999
10793 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10794 $options when building executable.
10795 * gdb.dwarf2/fission-loclists-pie.S: New file.
10796 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10797
10798 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10799
10800 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10801 of [is_remote target],
10802
10803 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10804
10805 * lib/gdb.exp (use_gdb_stub): New procedure.
10806
10807 2016-05-03 Yunlian Jiang <yunlian@google.com>
10808 Doug Evans <dje@google.com>
10809
10810 PR symtab/19914
10811 * gdb.dwarf2/dwp-sepdebug.c: New file.
10812 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10813
10814 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10815
10816 * gdb.base/detach.exp: Remove is_remote check.
10817
10818 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10819
10820 * gdb.base/annota-input-while-running.exp: Don't check for
10821 [is_remote target]. Enable annotations after running to main.
10822 Remove unused "set test..." line.
10823
10824 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10825
10826 * gdb.trace/trace-enable-disable.exp: New file.
10827 * gdb.trace/trace-enable-disable.c: New file.
10828
10829 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10830
10831 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10832 use it in info sharedlibrary test.
10833 * gdb.trace/ftrace-lock.exp: Likewise.
10834 * gdb.trace/ftrace.exp: Likewise.
10835 * gdb.trace/range-stepping.exp: Likewise.
10836 * gdb.trace/trace-break.exp: Likewise.
10837 * gdb.trace/trace-condition.exp: Likewise.
10838 * gdb.trace/trace-mt.exp: Likewise.
10839
10840 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10841
10842 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10843 (gdb_load_shlib): ... this.
10844 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10845 gdb_load_shlib.
10846 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10847 * gdb.base/ctxobj.exp: Likewise.
10848 * gdb.base/dprintf-pending.exp: Likewise.
10849 * gdb.base/dso2dso.exp: Likewise.
10850 * gdb.base/fixsection.exp: Likewise.
10851 * gdb.base/gcore-relro.exp: Likewise.
10852 * gdb.base/gdb1555.exp: Likewise.
10853 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10854 * gdb.base/gnu-ifunc.exp: Likewise.
10855 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10856 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10857 * gdb.base/pending.exp: Likewise.
10858 * gdb.base/print-file-var.exp: Likewise.
10859 * gdb.base/print-symbol-loading.exp: Likewise.
10860 * gdb.base/shlib-call.exp: Likewise.
10861 * gdb.base/shreloc.exp: Likewise.
10862 * gdb.base/so-impl-ld.exp: Likewise.
10863 * gdb.base/solib-disc.exp: Likewise.
10864 * gdb.base/solib-nodir.exp: Likewise.
10865 * gdb.base/solib-overlap.exp: Likewise.
10866 * gdb.base/solib-symbol.exp: Likewise.
10867 * gdb.base/solib-weak.exp (do_test): Likewise.
10868 * gdb.base/sym-file.exp: Likewise.
10869 * gdb.base/symtab-search-order.exp: Likewise.
10870 * gdb.base/type-opaque.exp: Likewise.
10871 * gdb.base/unload.exp: Likewise.
10872 * gdb.base/watchpoint-solib.exp: Likewise.
10873 * gdb.compile/compile.exp: Likewise.
10874 * gdb.cp/gdb2384.exp: Likewise.
10875 * gdb.cp/infcall-dlopen.exp: Likewise.
10876 * gdb.cp/re-set-overloaded.exp: Likewise.
10877 * gdb.fortran/library-module.exp: Likewise.
10878 * gdb.opt/solib-intra-step.exp: Likewise.
10879 * gdb.python/py-finish-breakpoint.exp: Likewise.
10880 * gdb.python/py-shared.exp: Likewise.
10881 * gdb.reverse/solib-precsave.exp: Likewise.
10882 * gdb.reverse/solib-reverse.exp: Likewise.
10883 * gdb.server/solib-list.exp: Likewise.
10884 * gdb.threads/dlopen-libpthread.exp: Likewise.
10885 * gdb.threads/tls-shared.exp: Likewise.
10886 * gdb.threads/tls-so_extern.exp: Likewise.
10887 * gdb.trace/change-loc.exp: Likewise.
10888 * gdb.trace/ftrace-lock.exp: Likewise.
10889 * gdb.trace/ftrace.exp: Likewise.
10890 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10891 * gdb.trace/pending.exp: Likewise.
10892 * gdb.trace/range-stepping.exp: Likewise.
10893 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10894 (strace_info_marker): Likewise.
10895 (strace_probe_marker): Likewise.
10896 (strace_trace_on_same_addr): Likewise.
10897 (strace_trace_on_diff_addr): Likewise.
10898 * gdb.trace/trace-break.exp: Likewise.
10899 * gdb.trace/trace-condition.exp: Likewise.
10900 * gdb.trace/trace-mt.exp: Likewise.
10901
10902 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10903
10904 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10905 result of gdb_remote_download.
10906 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10907 * gdb.base/dso2dso.exp: Likewise.
10908 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10909 * gdb.base/print-file-var.exp: Likewise.
10910 * gdb.base/shlib-call.exp: Likewise.
10911 * gdb.base/shreloc.exp: Likewise.
10912 * gdb.base/solib-overlap.exp: Likewise.
10913 * gdb.base/solib-weak.exp (do_test): Likewise.
10914 * gdb.base/unload.exp: Likewise.
10915
10916 2016-04-27 Yao Qi <yao.qi@linaro.org>
10917
10918 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10919 exists.
10920
10921 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10922
10923 * vla-type.exp: Print structure from toplevel.
10924
10925 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10926
10927 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10928 of dynamic types.
10929 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10930 of dynamic types.
10931
10932 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10933
10934 * gdb.fortran/vla-type.f90: New file.
10935 * gdb.fortran/vla-type.exp: New file.
10936
10937 2016-04-25 Yao Qi <yao.qi@linaro.org>
10938
10939 * gdb.base/branch-to-self.c: New file.
10940 * gdb.base/branch-to-self.exp: New file.
10941
10942 2016-04-22 Yao Qi <yao.qi@linaro.org>
10943
10944 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10945 more after $hex.
10946
10947 2016-04-22 Yao Qi <yao.qi@linaro.org>
10948
10949 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10950 * gdb.base/annota3.exp: Likewise.
10951
10952 2016-04-22 Yao Qi <yao.qi@linaro.org>
10953
10954 * gdb.reverse/step-precsave.exp: Do one step and test program
10955 stops in "callee" and do multiple steps until program goes out
10956 of "callee".
10957 * gdb.reverse/step-reverse.exp: Likewise.
10958
10959 2016-04-22 Yao Qi <yao.qi@linaro.org>
10960
10961 * gdb.trace/signal.exp: Also pass if
10962 $tracepoint_hits($i) > $iterations.
10963
10964 2016-04-22 Yao Qi <yao.qi@linaro.org>
10965
10966 * gdb.trace/signal.c: New file.
10967 * gdb.trace/signal.exp: New file.
10968
10969 2016-04-19 Doug Evans <xdje42@gmail.com>
10970
10971 * gdb.base/bad-file.exp: New file.
10972
10973 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10974
10975 * gdb.dwarf2/implref.exp: New file.
10976
10977 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10978
10979 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10980 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10981 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10982 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10983 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10984 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10985 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10986 * lib/fortran.exp (fortran_int4): New procedure.
10987 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10988 (fortran_logical4): Likewise.
10989
10990 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10991
10992 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10993
10994 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10995
10996 * lib/compiler.c: Add Intel specific preprocessor macros.
10997 * lib/compiler.cc: Likewise.
10998
10999 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11000
11001 * gdb.server/connect-with-no-symbol-file.c: New file.
11002 * gdb.server/connect-with-no-symbol-file.exp: New file.
11003
11004 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11005
11006 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11007
11008 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11009
11010 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11011 standard output directory.
11012
11013 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11014
11015 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11016
11017 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11018
11019 * gdb.btrace/instruction_history.c (loop): Add declaration.
11020
11021 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11022
11023 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11024
11025 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11026
11027 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11028 parentheses to print.
11029 (continue_handler): Likewise.
11030
11031 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11032
11033 * gdb.server/solib-list.exp: Remove is_remote check.
11034 Pass shlib= to gdb_compile. Don't link shared library with
11035 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11036 Run binary filename through "readlink -f" on the target.
11037
11038 2016-04-08 Pedro Alves <palves@redhat.com>
11039
11040 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11041 interpreter filename as argument to gdbserver_spawn.
11042 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11043 Return empty if $last_loaded_file does not exist.
11044
11045 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11046
11047 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11048 * gdb.base/jit-main.c: Use exit after usage.
11049
11050 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11051
11052 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11053 GDBHISTSIZE prior to the tests.
11054 * gdb.base/gdbinit-history.exp: Likewise.
11055
11056 2016-04-07 Pedro Alves <palves@redhat.com>
11057
11058 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11059 instead of build_executable. Use gdb_load_shlibs.
11060
11061 2016-04-07 Yao Qi <yao.qi@linaro.org>
11062
11063 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11064 Execute "si" command.
11065
11066 2016-04-07 Yao Qi <yao.qi@linaro.org>
11067
11068 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11069 number instead of the comments on some line.
11070
11071 2016-04-06 Don Breazeal <donb@codesourcery.com>
11072
11073 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11074 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11075
11076 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11077
11078 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11079 standard_output_file. Remove unused binfile variable.
11080
11081 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11082
11083 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11084 * gdb.python/py-mi-objfile.exp: Match "list main" output
11085 in console format.
11086
11087 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11088
11089 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11090 absolute.
11091
11092 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11093
11094 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11095 absolute.
11096 * gdb.trace/ftrace.exp: Likewise.
11097 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11098 targets as well.
11099 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11100 (gdb_load_shlibs): Copy libraries to test directory when testing
11101 natively. Only set solib-search-path if testing remotely.
11102 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11103
11104 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11105
11106 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11107 gdb_download. Use it even if the target is not remote.
11108 * gdb.base/jit.exp (compile_jit_test): Likewise.
11109 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11110 output directory if the destination board is local, otherwise use
11111 the standard remote_download from DejaGnu.
11112 (gdb_download): Remove.
11113 (gdb_load_shlibs): Use gdb_remote_download instead of
11114 gdb_download.
11115 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11116 Use gdb_remote_download instead of gdb_download. Use it even if
11117 the target is not remote.
11118 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11119 instead of gdb_download.
11120
11121 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11122
11123 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11124 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11125 run.
11126
11127 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11128
11129 PR gdb/19820
11130 * gdb.base/printcmds.exp: Add artificial arrays tests.
11131
11132 2016-03-31 Pedro Alves <palves@redhat.com>
11133
11134 PR gdb/19858
11135 * gdb.base/jit-main.c: Include unistd.h.
11136 (ATTACH): Define to 0 if not already defined.
11137 (wait_for_gdb, mypid): New globals.
11138 (WAIT_FOR_GDB): New macro.
11139 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11140 some breakpoint locations.
11141 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11142 New procedures.
11143 (one_jit_test): Add REATTACH parameter, and handle it. Use
11144 continue_to_test_location.
11145 (top level): Test attach, and adjusts calls to one_jit_test.
11146
11147 2016-03-31 Pedro Alves <palves@redhat.com>
11148
11149 PR gdb/19858
11150 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11151 BINSUFFIX parameter, and handle it.
11152 (top level): Adjust calls compile_jit_test.
11153
11154 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11155
11156 PR python/19743
11157 * gdb.python/py-mi-events-gdb.py: New file.
11158 * gdb.python/py-mi-events.c: New file.
11159 * gdb.python/py-mi-events.exp: New file.
11160
11161 2016-03-30 Yao Qi <yao.qi@linaro.org>
11162
11163 * gdb.reverse/until-precsave.exp: Match function name only.
11164 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11165 Move malloc to a condition block.
11166 * gdb.reverse/until-reverse.exp: Match function name only.
11167
11168 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11169
11170 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11171 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11172 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11173 variable for GPR 0 instead of assuming it is register 0.
11174 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11175 * lib/trace-support.exp: Add s390 registers.
11176
11177 2016-03-29 Yao Qi <yao.qi@linaro.org>
11178
11179 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11180
11181 2016-03-24 Yao Qi <yao.qi@linaro.org>
11182
11183 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11184 test message.
11185
11186 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11187
11188 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11189 maintaining separate logic for constructing the output path.
11190
11191 2016-03-16 Don Breazeal <donb@codesourcery.com>
11192
11193 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11194 Retry fork and waitpid on interrupted system call errors.
11195 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11196 Use with_timeout_factor to increase timeout by factor of 10.
11197
11198 2016-03-15 Don Breazeal <donb@codesourcery.com>
11199
11200 * gdb.cp/scope-err.cc: New test program.
11201 * gdb.cp/scope-err.exp: New test script.
11202 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11203 lines and "set breakpoint here" comment.
11204 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11205 Fixed some whitespace and format issues.
11206 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11207 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11208
11209 2016-03-15 Doug Evans <dje@google.com>
11210
11211 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11212 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11213 All callers updated. Add tests for enums, mixed flags register.
11214
11215 2016-03-15 Doug Evans <dje@google.com>
11216
11217 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11218 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11219
11220 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11221
11222 * gdb.base/default.exp: Add $_as_string to the list of expected
11223 convenience functions.
11224
11225 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11226
11227 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11228
11229 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11230
11231 * gdb.python/py-as-string.exp: New file.
11232 * gdb.python/py-as-string.c: New file.
11233
11234 2016-03-09 Pedro Alves <palves@redhat.com>
11235
11236 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11237 signal" -> "Thread NN received signal" output change.
11238 * gdb.threads/ia64-sigill.exp: Likewise.
11239 * gdb.threads/linux-dp.exp: Likewise.
11240 * gdb.threads/manythreads.exp: Likewise.
11241 * gdb.threads/pending-step.exp: Likewise.
11242 * gdb.threads/print-threads.exp: Likewise.
11243 * gdb.threads/sigstep-threads.exp: Likewise.
11244 * gdb.threads/staticthreads.exp: Likewise.
11245 * gdb.threads/tls.exp: Likewise.
11246
11247 2016-03-09 Pedro Alves <palves@redhat.com>
11248
11249 * gdb.base/command-line-input.exp: New file.
11250
11251 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11252
11253 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11254 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11255 * gdb.trace/pending.exp: Accept leading dot before function name.
11256 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11257 * lib/trace-support.exp: Set registers for ppc.
11258
11259 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11260
11261 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11262 use it for disassembly; accept .main in addition to main in backtrace.
11263
11264 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11265 Marcin Kościelnicki <koriakin@0x04.net>
11266
11267 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11268 (gdb_recursion_test_ptr): New global variable.
11269 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11270 gdb_recursion_test.
11271 (gdb_c_test): Ditto.
11272
11273 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11274
11275 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11276 ordering.
11277
11278 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11279
11280 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11281 (bar): Add bar_start_lbl label.
11282 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11283 of foo/bar for emitting DWARF and tracing.
11284
11285 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11286
11287 * analyze-racy-logs.py: Set executable bit.
11288
11289 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11290
11291 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11292 (CHECK_TARGET_TMP): Likewise.
11293 (check-single-racy): New rule.
11294 (check-parallel-racy): Likewise.
11295 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11296 (do-check-parallel-racy): New rule.
11297 (check-racy/%.exp): Likewise.
11298 * README (Racy testcases): New section.
11299 * analyze-racy-logs.py: New file.
11300
11301 2016-03-03 Doug Evans <dje@google.com>
11302
11303 * gdb.base/skip.exp: Use with_test_prefix.
11304
11305 2016-03-03 Yao Qi <yao.qi@linaro.org>
11306
11307 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11308 Invoke step_over_syscall "clone" and break_cond_on_syscall
11309 "clone".
11310 * gdb.base/step-over-clone.c: New file.
11311
11312 2016-03-03 Yao Qi <yao.qi@linaro.org>
11313
11314 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11315 code format.
11316
11317 2016-03-03 Yao Qi <yao.qi@linaro.org>
11318
11319 * gdb.base/disp-step-fork.c: Rename to ...
11320 * gdb.base/step-over-fork.c: ... it. New file.
11321 * gdb.base/disp-step-vfork.c: Rename to ...
11322 * gdb.base/step-over-vfork.c: ... it. New file.
11323 * gdb.base/disp-step-syscall.exp: Rename to ...
11324 * gdb.base/step-over-syscall.exp: ... it. New file.
11325 (disp_step_cross_syscall): Rename to ...
11326 (step_over_syscall): ... it.
11327
11328 2016-03-03 Yao Qi <yao.qi@linaro.org>
11329
11330 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11331 If target supports condition evaluation on target, invoke
11332 break_cond_on_syscall for fork and vfork.
11333
11334 2016-03-03 Yao Qi <yao.qi@linaro.org>
11335
11336 * gdb.base/disp-step-syscall.exp: Don't invoke
11337 support_displaced_stepping.
11338 (disp_step_cross_syscall): Test with displaced stepping off and
11339 on if supported.
11340
11341 2016-03-03 Yao Qi <yao.qi@linaro.org>
11342
11343 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11344 proc.
11345 (setup): New proc.
11346 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11347 and setup.
11348
11349 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11350
11351 * gdb.fortran/vla-history.exp: Remove breakpoint.
11352
11353 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11354
11355 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11356 exceeds timeout.
11357
11358 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11359
11360 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11361 breakpoint.
11362
11363 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11364
11365 * gdb.mi/vla.f90: Nullify pointer after declaration.
11366
11367 2016-03-01 Pedro Alves <palves@redhat.com>
11368
11369 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11370
11371 2016-03-01 Pedro Alves <palves@redhat.com>
11372
11373 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11374 before anything else.
11375 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11376 _GNU_SOURCE here.
11377 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11378 before anything else.
11379 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11380
11381 2016-03-01 Pedro Alves <palves@redhat.com>
11382
11383 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11384
11385 2016-03-01 Yao Qi <yao.qi@linaro.org>
11386
11387 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11388 prepare_for_testing.
11389
11390 2016-03-01 Yao Qi <yao.qi@linaro.org>
11391
11392 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11393
11394 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11395
11396 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11397 manually constructing the output path.
11398
11399 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11400
11401 * gdb.arch/s390-stackless.S: New.
11402 * gdb.arch/s390-stackless.exp: New.
11403
11404 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11405
11406 * gdb.dlang/circular.c: New file.
11407 * gdb.dlang/circular.exp: New file.
11408
11409 2016-02-26 Yao Qi <yao.qi@linaro.org>
11410
11411 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11412 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11413 (testcases): Update.
11414
11415 2016-02-26 Yao Qi <yao.qi@linaro.org>
11416
11417 * gdb.reverse/aarch64.c: Rename to ...
11418 * gdb.reverse/insn-reverse.c: ... it.
11419 * gdb.reverse/aarch64.exp: Rename to ...
11420 * gdb.reverse/insn-reverse.exp: ... it.
11421
11422 2016-02-26 Yao Qi <yao.qi@linaro.org>
11423
11424 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11425 (testcase_ftype): New.
11426 (testcases): New array.
11427 (n_testcases): New.
11428 (main): Call each element in testcases.
11429 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11430 (read_testcase): New.
11431 Do the tests in a loop.
11432
11433 2016-02-25 Yao Qi <yao.qi@linaro.org>
11434
11435 * gdb.base/branches.c: Remove.
11436
11437 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11438
11439 PR gdb/13808
11440 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11441
11442 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11443
11444 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11445
11446 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11447
11448 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11449 change x86_64 call_insn to 'callq'.
11450
11451 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11452
11453 * gdb.trace/tfile-avx.c: Move to...
11454 * gdb.trace/tracefile-pseudo-reg.c: Here.
11455 * gdb.trace/tfile-avx.exp: Move to...
11456 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11457
11458 2016-02-24 Gary Benson <gbenson@redhat.com>
11459
11460 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11461 message on attach.
11462
11463 2016-02-23 Doug Evans <dje@google.com>
11464
11465 * gdb.base/skip.c (test_skip): New function.
11466 (end_test_skip_file_and_function): New function.
11467 (test_skip_file_and_function): New function.
11468 * gdb.base/skip1.c (test_skip): New function.
11469 (skip1_test_skip_file_and_function): New function.
11470 * gdb.base/skip.exp: Add tests for new skip options.
11471 * gdb.base/skip-solib.exp: Update expected output.
11472 * gdb.perf/skip-command.cc: New file.
11473 * gdb.perf/skip-command.exp: New file.
11474 * gdb.perf/skip-command.py: New file.
11475
11476 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11477
11478 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11479 info registers pattern.
11480
11481 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11482
11483 * lib/future.exp: Add D support.
11484 (gdb_find_gdc): New proc.
11485 (gdb_default_target_compile): Add D support.
11486
11487 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11488
11489 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11490 user+system time.
11491 (trace_speed_test): Determine the iteration count for a time
11492 between 15..30 seconds.
11493
11494 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11495
11496 * gdb.arch/i386-mpx-sigsegv.c: New file.
11497 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11498 * gdb.arch/i386-mpx-simple_segv.c: New file.
11499 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11500
11501 2016-02-18 Yao Qi <yao.qi@linaro.org>
11502
11503 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11504 Don't call setup_kfail.
11505
11506 2016-02-18 Yao Qi <yao.qi@linaro.org>
11507
11508 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11509 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11510
11511 2016-02-16 Doug Evans <dje@google.com>
11512
11513 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11514 * gdb.base/skip1.c: Ditto.
11515 * gdb.base/skip.exp: Whitespace cleanup.
11516
11517 2016-02-16 Don Breazeal <donb@codesourcery.com>
11518
11519 PR remote/19496
11520 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11521 Remove kfail for PR remote/19496.
11522
11523 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11524
11525 * lib/gdb.exp (standard_temp_file): Return a path specific to
11526 the runtest invocation.
11527
11528 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11529
11530 * gdb.trace/save-trace.exp: Change relative path to be in the
11531 standard output directory.
11532
11533 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11534
11535 * gdb.arch/i386-prologue.c: Add missing prototypes.
11536
11537 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11538
11539 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11540 * gdb.arch/i386-prologue.exp: Likewise.
11541 * gdb.arch/i386-size.exp: Likewise.
11542
11543 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11544
11545 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11546 define object file path.
11547 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11548 file path.
11549 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11550 standard_output_file to define binfile.
11551
11552 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11553
11554 Fix compatibility with recent gfortran-5.3.1.
11555 * gdb.fortran/vla-history.exp (print vla1 allocated)
11556 (print vla2 allocated, print $2, print $3): Remove
11557 (print $4): Rename to ...
11558 (print $2): ... here.
11559 (print $9): Rename to ...
11560 (print $5): ... here.
11561 (print $10): Rename to ...
11562 (print $6): ... here.
11563 * gdb.fortran/vla.f90: Add pvla initialization.
11564
11565 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11566
11567 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11568 New test.
11569 * gdb.fortran/vla-value-sub.exp: Likewise.
11570
11571 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11572
11573 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11574
11575 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11576
11577 * i386-biarch-core.exp: Define corefile using
11578 standard_output_file.
11579
11580 2016-02-12 Yao Qi <yao.qi@linaro.org>
11581
11582 * gdb.arch/arm-single-step-kernel-helper.c: New.
11583 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11584
11585 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11586
11587 * gdb.btrace/tailcall-only.exp: New.
11588 * gdb.btrace/tailcall-only.c: New.
11589 * gdb.btrace/x86_64-tailcall-only.S: New.
11590 * gdb.btrace/i686-tailcall-only.S: New.
11591
11592 2016-02-11 Pedro Alves <palves@redhat.com>
11593
11594 * README (Parallel testing): Add missing double quotes.
11595
11596 2016-02-11 Pedro Alves <palves@redhat.com>
11597
11598 * README (Parallel testing): New section.
11599 (GDB_PARALLEL): Rewrite.
11600 (FORCE_PARALLEL): Document.
11601
11602 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11603
11604 * gdb.trace/tfile-avx.c: New test.
11605 * gdb.trace/tfile-avx.exp: New test.
11606
11607 2016-02-09 Keith Seitz <keiths@redhat.com>
11608
11609 PR breakpoints/19546
11610 * gdb.base/infcall-exec.c: New file.
11611 * gdb.base/infcall-exec2.c: New file.
11612 * gdb.base/infcall-exec.exp: New file.
11613
11614 2016-02-09 Keith Seitz <keiths@redhat.com>
11615
11616 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11617 (toplevel): Call test_bkpt_address.
11618
11619 2016-02-09 Keith Seitz <keiths@redhat.com>
11620
11621 PR python/19506
11622 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11623 (toplevel): Call test_bkpt_address.
11624
11625 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11626
11627 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11628 to AC_OUTPUT.
11629 * configure: Regenerate.
11630
11631 2016-02-09 Pedro Alves <palves@redhat.com>
11632
11633 PR breakpoints/19548
11634 * gdb.base/execl-update-breakpoints.c (some_function): New
11635 function.
11636 (main): Call it.
11637 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11638 Tighten expected GDB output.
11639
11640 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11641
11642 * Makefile.in (ALL_SUBDIRS): Remove.
11643 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11644 (distclean maintainer-clean realclean): Likewise.
11645 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11646 * configure: Regenerate.
11647 * gdb.ada/Makefile.in: Delete.
11648 * gdb.arch/Makefile.in: Likewise.
11649 * gdb.asm/Makefile.in: Likewise.
11650 * gdb.base/Makefile.in: Likewise.
11651 * gdb.btrace/Makefile.in: Likewise.
11652 * gdb.cell/Makefile.in: Likewise.
11653 * gdb.compile/Makefile.in: Likewise.
11654 * gdb.cp/Makefile.in: Likewise.
11655 * gdb.disasm/Makefile.in: Likewise.
11656 * gdb.dlang/Makefile.in: Likewise.
11657 * gdb.dwarf2/Makefile.in: Likewise.
11658 * gdb.fortran/Makefile.in: Likewise.
11659 * gdb.gdb/Makefile.in: Likewise.
11660 * gdb.go/Makefile.in: Likewise.
11661 * gdb.guile/Makefile.in: Likewise.
11662 * gdb.java/Makefile.in: Likewise.
11663 * gdb.linespec/Makefile.in: Likewise.
11664 * gdb.mi/Makefile.in: Likewise.
11665 * gdb.modula2/Makefile.in: Likewise.
11666 * gdb.multi/Makefile.in: Likewise.
11667 * gdb.objc/Makefile.in: Likewise.
11668 * gdb.opencl/Makefile.in: Likewise.
11669 * gdb.opt/Makefile.in: Likewise.
11670 * gdb.pascal/Makefile.in: Likewise.
11671 * gdb.perf/Makefile.in: Likewise.
11672 * gdb.python/Makefile.in: Likewise.
11673 * gdb.reverse/Makefile.in: Likewise.
11674 * gdb.server/Makefile.in: Likewise.
11675 * gdb.stabs/Makefile.in: Likewise.
11676 * gdb.threads/Makefile.in: Likewise.
11677 * gdb.trace/Makefile.in: Likewise.
11678 * gdb.xml/Makefile.in: Likewise.
11679 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11680 GDB_PARALLEL.
11681 (standard_output_file): Remove check for GDB_PARALLEL, always
11682 return path in outputs/$subdir/$testname.
11683
11684 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11685
11686 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11687 (site.exp): Assign abs_srcdir to tcl's srcdir.
11688
11689 2016-02-04 Yao Qi <yao.qi@linaro.org>
11690
11691 * gdb.base/foll-exec-mode.c: Include limits.h.
11692 (main): Add parameters argc and argv. Get directory from
11693 argv[0].
11694 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11695 compilation.
11696 * gdb.base/foll-exec.c: Include limits.h.
11697 (main): Add parameters argc and argv.
11698 Get directory from argv[0].
11699 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11700 Adjust tests on the number of lines as source code changed.
11701 * gdb.base/foll-vfork-exit.c: Include limits.h.
11702 (main): Add one line of statement before vfork.
11703 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11704 (main): Add parameters argc and argv. Get directory from
11705 argv[0].
11706 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11707 (setup_gdb): Set tbreak to skip some source lines.
11708 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11709 (main): Add parameters argc and argv. Get directory from
11710 argv[0].
11711 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11712 compilation.
11713 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11714 (main): Add parameters argc and argv. Get directory from
11715 argv[0].
11716 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11717 compilation.
11718
11719 2016-02-01 Doug Evans <dje@google.com>
11720
11721 * gdb.base/skip.exp: Clean up multiple references to same test name.
11722
11723 2016-02-01 Pedro Alves <palves@redhat.com>
11724
11725 PR remote/19496
11726 * gdb.threads/forking-threads-plus-breakpoint.exp
11727 (displaced_stepping_supported): New global.
11728 (probe_displaced_stepping_support): New procedure.
11729 (do_test): Add 'displaced' parameter, and use it.
11730 (top level): Check for displaced stepping support. Add displaced
11731 stepping on/off testing axis.
11732
11733 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11734
11735 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11736 pointer. Don't perform further tests on the unassociated pointer
11737 if the first test fails.
11738
11739 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11740
11741 * gdb.base/max-value-size.c: New file.
11742 * gdb.base/max-value-size.exp: New file.
11743 * gdb.base/huge.exp: Disable max-value-size for this test.
11744
11745 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11746
11747 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11748
11749 2016-01-28 Yao Qi <yao.qi@linaro.org>
11750
11751 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11752
11753 2016-01-25 Pedro Alves <palves@redhat.com>
11754
11755 PR threads/19461
11756 * gdb.base/fork-running-state.c: New file.
11757 * gdb.base/fork-running-state.exp: New file.
11758
11759 2016-01-25 Pedro Alves <palves@redhat.com>
11760
11761 PR gdb/19494
11762 * gdb.base/catch-fork-kill.c: New file.
11763 * gdb.base/catch-fork-kill.exp: New file.
11764
11765 2016-01-25 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11768 Delete, moved to lib/gdb.exp.
11769 * gdb.threads/forking-threads-plus-breakpoint.exp
11770 (foreach_with_prefix): Likewise.
11771 * gdb.threads/process-dies-while-handling-bp.exp
11772 (foreach_with_prefix): Likewise.
11773 * lib/gdb.exp (foreach_with_prefix): New procedure.
11774
11775 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11776
11777 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11778 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11779
11780 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11781
11782 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11783 endian targets.
11784
11785 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11786 Pedro Alves <palves@redhat.com>
11787
11788 Fix testsuite compatibility with Guile.
11789 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11790 number.
11791
11792 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11793
11794 Fix testsuite compatibility with Guile.
11795 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11796 (thread 1): New test for backtrace through signal handler.
11797
11798 2016-01-22 Yao Qi <yao.qi@linaro.org>
11799
11800 PR testsuite/19491
11801 * gdb.base/multi-forks.c: Include
11802 ../lib/unbuffer_output.c
11803 (main): Call gdb_unbuffer_output.
11804
11805 2016-01-21 Doug Evans <dje@google.com>
11806
11807 * lib/ada.exp (gdb_compile_ada): Fix typo.
11808
11809 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11810
11811 * gdb.base/break-fun-addr.exp: New file.
11812 * gdb.base/break-fun-addr1.c: New file.
11813 * gdb.base/break-fun-addr2.c: New file.
11814
11815 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11816
11817 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11818 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11819 enum flag values.
11820
11821 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11822
11823 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11824 when GDB can not set the vector return value. Add more comments
11825 for clarification.
11826
11827 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11828
11829 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11830 command.
11831
11832 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11833
11834 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11835
11836 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11837
11838 * Makefile.in (check-single): Pass --status to runtest.
11839 (check/%.exp): Likewise.
11840
11841 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11842
11843 * Makefile.in (check-parallel): Propagate return code from make
11844 do-check-parallel.
11845
11846 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11847
11848 * gdb.trace/ftrace.exp: Fix expected message on continue.
11849 * gdb.trace/pending.exp: Fix expected message on continue.
11850 * gdb.trace/trace-break.exp: Fix expected message on continue.
11851
11852 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11853
11854 * lib/gdb.exp (gdb_test): Remove unused global references.
11855
11856 2016-01-18 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.base/async-shell.exp: Adjust expected output.
11859 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11860 * gdb.base/siginfo-thread.exp: Adjust expected output.
11861 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11862 * gdb.java/jnpe.exp: Adjust expected output.
11863 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11864 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11865 * gdb.threads/leader-exit.exp: Adjust expected output.
11866 * gdb.threads/manythreads.exp: Adjust expected output.
11867 * gdb.threads/pthreads.exp: Adjust expected output.
11868 * gdb.threads/schedlock.exp: Adjust expected output.
11869 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11870 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11871 expected output.
11872 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11873 output.
11874 * gdb.threads/sigthread.exp: Adjust expected output.
11875 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11876
11877 2016-01-18 Yao Qi <yao.qi@linaro.org>
11878
11879 * gdb.guile/scm-section-script.c: Replace @progbits with
11880 %progbits.
11881 * gdb.python/py-section-script.c: Likewise.
11882
11883 2016-01-15 Pedro Alves <palves@redhat.com>
11884
11885 * gdb.multi/tids.exp: Test star wildcard ranges.
11886
11887 2016-01-15 Pedro Alves <palves@redhat.com>
11888
11889 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11890 command from "thread apply" invocation.
11891 (thr_apply_info_thr_invalid): Default the expected output to the
11892 input tid list.
11893 (top level): Add tests that use convenience variables. Add tests
11894 for "thread apply" with a valid TID list, but missing the command.
11895
11896 2016-01-13 Pedro Alves <palves@redhat.com>
11897
11898 * gdb.base/default.exp: Expect $_gthread as well.
11899 * gdb.multi/tids.exp: Test $_gthread.
11900 * gdb.threads/thread-specific.exp: Test $_gthread.
11901
11902 2016-01-13 Pedro Alves <palves@redhat.com>
11903
11904 * gdb.multi/tids.exp: Test "info threads -gid".
11905
11906 2016-01-13 Pedro Alves <palves@redhat.com>
11907
11908 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11909 Breakpoint.thread.
11910 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11911
11912 2016-01-07 Pedro Alves <palves@redhat.com>
11913
11914 * gdb.base/break.exp: Adjust to output changes.
11915 * gdb.base/hbreak2.exp: Likewise.
11916 * gdb.base/sepdebug.exp: Likewise.
11917 * gdb.base/watch_thread_num.exp: Likewise.
11918 * gdb.linespec/keywords.exp: Likewise.
11919 * gdb.multi/info-threads.exp: Likewise.
11920 * gdb.threads/thread-find.exp: Likewise.
11921 * gdb.multi/tids.c: New file.
11922 * gdb.multi/tids.exp: New file.
11923
11924 2016-01-13 Pedro Alves <palves@redhat.com>
11925
11926 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11927
11928 2016-01-13 Pedro Alves <palves@redhat.com>
11929
11930 * gdb.base/default.exp: Expect $_inferior as well.
11931 * gdb.multi/base.exp: Test $_inferior.
11932
11933 2016-01-13 Pedro Alves <palves@redhat.com>
11934
11935 PR breakpoints/19388
11936 * gdb.base/catch-signal-siginfo-cond.c: New file.
11937 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11938
11939 2016-01-12 Josh Stone <jistone@redhat.com>
11940 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11941
11942 * gdb.base/catch-syscall.c (do_execve): New variable.
11943 (main): Conditionally trigger an execve.
11944 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11945 (test_catch_syscall_execve): New, check entry/return across execve.
11946 (do_syscall_tests): Call test_catch_syscall_execve.
11947
11948 2016-01-12 Pedro Alves <palves@redhat.com>
11949
11950 * gdb.base/random-signal.exp (do_test): New procedure, with body
11951 of testcase moved in.
11952
11953 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11954 Pedro Alves <palves@redhat.com>
11955
11956 * gdb.base/funcargs.exp (finish from indirectly called function):
11957 Reintroduce the case for 'First'.
11958
11959 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11960 Pedro Alves <palves@redhat.com>
11961
11962 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11963 (tcatch_vfork_then_child_follow_exec)
11964 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11965 identification.
11966
11967 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11968
11969 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11970 and repeats to unlimited.
11971 * gdb.python/py-value.exp: Likewise.
11972 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11973 and repeats to unlimited.
11974
11975 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11976
11977 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11978 and reordering the functions.
11979 * gdb.multi/hangout.c: Likewise.
11980 * gdb.multi/hello.c: Likewise.
11981
11982 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11983
11984 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11985 absolute.
11986 (SingleStatisticTestResult.report): Use dict.keys instead of
11987 dict.iterkeys.
11988
11989 2016-01-06 Pedro Alves <palves@redhat.com>
11990
11991 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11992
11993 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11994
11995 * gdb.btrace/dlopen.exp: New.
11996 * gdb.btrace/dlopen.c: New.
11997 * gdb.btrace/dlopen-dso.c: New.
11998
11999 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12000
12001 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12002 PATTERN argument is optional.
12003
12004 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12005
12006 * lib/ada.exp (target_compile_ada_from_dir): New function.
12007 (gdb_compile_ada): Reimplement avoiding the use of project files.
12008 * gdb.ada/gnat_ada.gpr: Delete.
12009 * gdb.ada/cond_lang.exp: Adjust test to make path before
12010 filename optional.
12011 * gdb.ada/small_reg_param.exp: Likewise.
12012
12013 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12014
12015 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12016
12017 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12018
12019 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12020 case.
12021
12022 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12023
12024 * gdb.base/break.exp: Remove dead code.
12025 * gdb.base/sepdebug.exp: Likewise.
12026
12027 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12028
12029 * gdb.asm/asm-source.exp: Remove HP-UX references.
12030 * gdb.base/annota1.exp: Likewise.
12031 * gdb.base/annota3.exp: Likewise.
12032 * gdb.base/attach.exp: Likewise.
12033 * gdb.base/bigcore.exp: Likewise.
12034 * gdb.base/break.exp: Likewise.
12035 * gdb.base/call-ar-st.exp: Likewise.
12036 * gdb.base/callfuncs.exp: Likewise.
12037 * gdb.base/catch-fork-static.exp: Likewise.
12038 * gdb.base/display.exp: Likewise.
12039 * gdb.base/foll-exec-mode.exp: Likewise.
12040 * gdb.base/foll-exec.exp: Likewise.
12041 * gdb.base/foll-fork.exp: Likewise.
12042 * gdb.base/foll-vfork.exp: Likewise.
12043 * gdb.base/funcargs.exp: Likewise.
12044 * gdb.base/hbreak2.exp: Likewise.
12045 * gdb.base/inferior-died.exp: Likewise.
12046 * gdb.base/interrupt.exp: Likewise.
12047 * gdb.base/multi-forks.exp: Likewise.
12048 * gdb.base/nodebug.exp: Likewise.
12049 * gdb.base/sepdebug.exp: Likewise.
12050 * gdb.base/solib1.c: Likewise.
12051 * gdb.base/step-test.exp: Likewise.
12052 * gdb.mi/non-stop.c: Likewise.
12053 * gdb.mi/pthreads.c: Likewise.
12054 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12055 * gdb.threads/pthreads.c: Likewise.
12056 * gdb.threads/staticthreads.exp: Likewise.
12057 * lib/future.exp: Likewise.
12058 * lib/gdb.exp: Likewise.
12059 * gdb.base/so-indr-cl.c: Remove.
12060 * gdb.base/so-indr-cl.exp: Likewise.
12061 * gdb.base/solib.c: Likewise.
12062 * gdb.base/solib.exp: Likewise.
12063 * gdb.base/solib2.c: Likewise.
12064
12065 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12066
12067 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12068 * gdb.base/call-ar-st.exp: Likewise.
12069 * gdb.base/callfuncs.exp: Likewise.
12070 * gdb.base/condbreak.exp: Likewise.
12071 * gdb.base/constvars.exp: Likewise.
12072 * gdb.base/hbreak2.exp: Likewise.
12073 * gdb.base/langs.exp: Likewise.
12074 * gdb.base/list.exp: Likewise.
12075 * gdb.base/long_long.exp: Likewise.
12076 * gdb.base/ptype.exp: Likewise.
12077 * gdb.base/scope.exp: Likewise.
12078 * gdb.base/signals.exp: Likewise.
12079 * gdb.base/so-impl-ld.exp: Likewise.
12080 * gdb.base/varargs.exp: Likewise.
12081 * gdb.base/volatile.exp: Likewise.
12082 * gdb.base/whatis.exp: Likewise.
12083 * gdb.cp/cplusfuncs.exp: Likewise.
12084 * gdb.cp/inherit.exp: Likewise.
12085 * gdb.cp/local.exp: Likewise.
12086 * gdb.cp/member-ptr.exp: Likewise.
12087 * gdb.cp/method.exp: Likewise.
12088 * gdb.cp/overload.exp: Likewise.
12089 * gdb.cp/templates.exp: Likewise.
12090 * gdb.stabs/weird.exp: Likewise.
12091 * lib/compiler.c: Likewise.
12092 * lib/compiler.cc: Likewise.
12093 * lib/cp-support.exp: Likewise.
12094 * lib/gdb.exp: Likewise.
12095
12096 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12097
12098 * configure.ac: Remove HP-UX case.
12099 * configure: Regenerate.
12100
12101 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12102
12103 * lib/gdb.exp (gdb_compile): Add function doc.
12104
12105 2015-12-17 Pedro Alves <palves@redhat.com>
12106
12107 PR threads/19354
12108 * gdb.multi/info-threads.exp: New file.
12109
12110 2015-12-15 Yao Qi <yao.qi@linaro.org>
12111
12112 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12113 is aarch64*-*-*.
12114
12115 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12116
12117 * gdb.base/history-duplicates.exp: Skip if no readline support.
12118
12119 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12120
12121 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12122
12123 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12124
12125 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12126
12127 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12128
12129 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12130 ctrl-C if nointerrupts target property is set.
12131 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12132 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12133 * gdb.base/paginate-bg-execution.exp: Likewise.
12134 * gdb.base/paginate-execution-startup.exp: Likewise.
12135 * gdb.base/random-signal.exp: Likewise.
12136 * gdb.base/range-stepping.exp: Likewise.
12137 * gdb.cp/annota2.exp: Likewise.
12138 * gdb.cp/annota3.exp: Likewise.
12139 * gdb.gdb/selftest.exp: Likewise.
12140 * gdb.threads/continue-pending-status.exp: Likewise.
12141 * gdb.threads/leader-exit.exp: Likewise.
12142 * gdb.threads/manythreads.exp: Likewise.
12143 * gdb.threads/pthreads.exp: Likewise.
12144 * gdb.threads/schedlock.exp: Likewise.
12145 * gdb.threads/sigthread.exp: Likewise.
12146
12147 2015-12-11 Don Breazeal <donb@codesourcery.com>
12148
12149 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12150 remote.
12151 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12152 * gdb.base/foll-exec.exp (main): Enable for target remote.
12153 * gdb.base/foll-fork.exp (main): Likewise.
12154 * gdb.base/foll-vfork.exp (main): Likewise.
12155 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12156 (proc continue_to_exit_bp_loc): Use clean_restart.
12157 * gdb.base/pie-execl.exp (main): Disable for target remote.
12158 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12159 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12160 * gdb.threads/execl.exp (main): Likewise.
12161 * gdb.threads/fork-child-threads.exp (main): Likewise.
12162 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12163 remote.
12164 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12165 remote.
12166 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12167 pid.tid style ptids, instead of just tid.
12168 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12169 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12170 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12171 ptids, instead of just tid.
12172
12173 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12174
12175 * gdb.base/list.exp (test_list_forward): Add end of file error
12176 test.
12177 (test_repeat_list_command): Add end of file error test.
12178 (test_list_backwards): Add beginning of file error test.
12179
12180 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12181
12182 * gdb.base/list.exp (test_list_invalid_args): New function,
12183 defined, and called.
12184
12185 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12186
12187 * gdb.base/list.exp (test_list): Make test names unique.
12188
12189 2015-12-11 Yao Qi <yao.qi@linaro.org>
12190
12191 * gdb.base/coremaker2.c: Remove.
12192
12193 2015-12-10 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.multi/base.exp: Remove stale "spaces" references.
12196
12197 2015-12-10 Pedro Alves <palves@redhat.com>
12198
12199 * gdb.multi/base.exp: Don't use nowarnings.
12200 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12201 * gdb.multi/hangout.c: Include stdio.h.
12202 * gdb.multi/hello.c: Include stdlib.h.
12203 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12204 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12205 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12206
12207 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12208
12209 * gdb.dwarf2/dw2-ranges-base.c: New file.
12210 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12211 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12212 support additional line table, and debug ranges generation.
12213 (Dwarf::ranges): New function, generate .debug_ranges.
12214 (Dwarf::lines): Support generating simple line table programs.
12215 (Dwarf::assemble): Initialise new namespace variables.
12216
12217 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12218
12219 * gdb.base/async.exp (proc test_background): Add case for
12220 asynchronous execution not supported.
12221
12222 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12223
12224 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12225 format and change test names to make them unique.
12226
12227 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12228 Pedro Alves <pedro@redhat.com>
12229
12230 PR gdb/18702
12231 Add checking of floatformats setup on x86_64 hosts.
12232 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12233 (smallval, bigval): New labels/constants.
12234 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12235 float" after loading bigval and smallval.
12236
12237 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12238
12239 * gdb.ada/fun_overload_menu.exp: New testcase.
12240 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12241
12242 2015-12-04 Josh Stone <jistone@redhat.com>
12243
12244 * gdb.base/catch-fork-static.exp: New.
12245
12246 2015-12-03 Yao Qi <yao.qi@linaro.org>
12247
12248 * gdb.base/sizeof.c: Don't include stdio.h and
12249 ../lib/unbuffer_output.c.
12250 (main): New variable 'size' and 'value'. Remove printf and
12251 gdb_unbuffer_output. Assign return value to size and value.
12252 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12253 at the beginning.
12254 (check_sizeof): Check the result by printing variable 'size'.
12255 (check_valueof): Check the result by printing variable 'value'.
12256
12257 2015-12-01 Yao Qi <yao.qi@linaro.org>
12258
12259 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12260 for aarch64*-*-linux* target.
12261
12262 2015-11-30 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12265
12266 2015-11-30 Pedro Alves <palves@redhat.com>
12267
12268 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12269 Handle non-stop mode vCont replies.
12270
12271 2015-11-30 Pedro Alves <palves@redhat.com>
12272
12273 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12274 prepare_for_testing. Start gdb with "set non-stop on" appended to
12275 GDBFLAGS. Lax expected stop output.
12276
12277 2015-11-27 Yao Qi <yao.qi@linaro.org>
12278
12279 * gdb.arch/arm-neon.exp: New.
12280 * gdb.arch/arm-neon.c: New.
12281
12282 2015-11-27 Yao Qi <yao.qi@linaro.org>
12283
12284 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12285
12286 2015-11-27 Yao Qi <yao.qi@linaro.org>
12287
12288 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12289 frames-invalid annotation.
12290
12291 2015-11-27 Yao Qi <yao.qi@linaro.org>
12292
12293 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12294
12295 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12296
12297 * gdb.threads/names.exp: New file.
12298 * gdb.threads/names.c: New file.
12299 * README: Mention gdb,no_thread_names.
12300
12301 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12302
12303 PR 19297
12304 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12305 support" error.
12306
12307 2015-11-24 Pedro Alves <palves@redhat.com>
12308
12309 PR 17539
12310 * gdb.base/display.exp: Expect displays to be sorted in ascending
12311 order. Use multi_line.
12312 * gdb.base/solib-display.exp: Likewise.
12313
12314 2015-11-24 Pedro Alves <palves@redhat.com>
12315
12316 PR 17539
12317 * gdb.base/display.exp: Expect displays to be sorted in ascending
12318 order. Use multi_line.
12319 * gdb.base/solib-display.exp: Likewise.
12320
12321 2015-11-24 Pedro Alves <palves@redhat.com>
12322
12323 PR 17539
12324 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12325 threads in ascending order.
12326 * gdb.base/foll-fork.exp: Likewise.
12327 * gdb.base/foll-vfork.exp: Likewise.
12328 * gdb.base/multi-forks.exp: Likewise.
12329 * gdb.mi/mi-nonstop.exp: Likewise.
12330 * gdb.mi/mi-nsintrall.exp: Likewise.
12331 * gdb.multi/base.exp: Likewise.
12332 * gdb.multi/multi-arch.exp: Likewise.
12333 * gdb.python/py-inferior.exp: Likewise.
12334 * gdb.threads/break-while-running.exp: Likewise.
12335 * gdb.threads/execl.exp: Likewise.
12336 * gdb.threads/gcore-thread.exp: Likewise.
12337 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12338 * gdb.threads/kill.exp: Likewise.
12339 * gdb.threads/linux-dp.exp: Likewise.
12340 * gdb.threads/multiple-step-overs.exp: Likewise.
12341 * gdb.threads/next-bp-other-thread.exp: Likewise.
12342 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12343 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12344 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12345 * gdb.threads/thread-find.exp: Likewise.
12346 * gdb.threads/tls.exp: Likewise.
12347 * lib/mi-support.exp (mi_reverse_list): Delete.
12348 (mi_check_thread_states): No longer reverse list.
12349
12350 2015-11-24 Pedro Alves <palves@redhat.com>
12351
12352 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12353 use lowercase.
12354
12355 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12356
12357 * gdb.trace/actions.c: Include trace-common.h.
12358 (main): Add a location for a fast tracepoint.
12359 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12360 the normal tracepoints.
12361 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12362
12363 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12364
12365 * save-trace.exp: Factor out code to these...
12366 (gdb_save_tracepoints): New.
12367 (gdb_load_tracepoints): New.
12368 (do_save_load_test): New.
12369
12370 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12371
12372 * gdb.base/asmlabel.exp: New test.
12373 * gdb.base/asmlabel.c: New test case.
12374
12375 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12376
12377 * gdb.base/wrong_frame_bt_full-main.c: New file.
12378 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12379 * gdb.base/wrong_frame_bt_full.exp: New file.
12380
12381 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12382
12383 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12384
12385 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12386
12387 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12388 pstate register when comparing registers values in
12389 sparc64-*-linux-gnu targets to avoid spurious differences.
12390
12391 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12392
12393 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12394
12395 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12396
12397 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12398 as type argument to gdb_compile.
12399 * gdb.base/nested-subp2.exp: Likewise.
12400 * gdb.base/nested-subp3.exp: Likewise.
12401
12402 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12403
12404 * lib/dwarf.exp (_note): Fix left shift of negative value.
12405 * gdb.trace/trace-condition.exp: Likewise.
12406
12407 2015-11-13 Yao Qi <yao.qi@linaro.org>
12408
12409 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12410 comments about d10v.
12411 (test_scalar_returns): Likewise.
12412 * gdb.base/d10v.ld: Remove.
12413 * gdb.base/overlays.exp: Remove the target triplet checking for
12414 d10v-*-*.
12415 * gdb.base/structs.exp (test_struct_returns): Remove the
12416 comments about d10v.
12417 (test_struct_calls): Likewise.
12418
12419 2015-11-13 Yao Qi <yao.qi@linaro.org>
12420
12421 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12422 * gdb.base/gnu_vector.c: Don't include stdio.h.
12423 (main): Don't print res and call add_some_intvecs.
12424
12425 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12426
12427 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12428 macro.
12429 (func5): Removed.
12430 (func4): Use FAST_TRACEPOINT_LABEL.
12431 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12432 macro.
12433 (func): Removed.
12434 (thread_function): Use FAST_TRACEPOINT_LABEL.
12435 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12436 (func): Remove.
12437 (marker): Use FAST_TRACEPOINT_LABEL.
12438 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12439 (pendfunc1): Remove.
12440 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12441 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12442 (foo): Remove.
12443 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12444 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12445 macro.
12446 (func): Remove.
12447 (marker): Use FAST_TRACEPOINT_LABEL.
12448 * gdb.trace/trace-common.h: New header.
12449 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12450 macro.
12451 (func): Remove.
12452 (marker): Use FAST_TRACEPOINT_LABEL.
12453 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12454 (func): Remove.
12455 (thread_function): Use FAST_TRACEPOINT_LABEL.
12456
12457 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12458
12459 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12460 in front.
12461 * gdb.trace/change-loc.exp: Use global pcreg definition.
12462 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12463 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12464 in front.
12465 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12466 * gdb.trace/pending.exp: Likewise.
12467 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12468 * gdb.trace/trace-break.exp: Likewise.
12469 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12470 in front.
12471 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12472 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12473 in front.
12474 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12475
12476 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12477
12478 * gdb.ada/fin_fun_out: New testcase.
12479
12480 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12481
12482 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12483 value associated with DW_AT_byte_size.
12484 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12485 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12486 DW_AT_upper_bound.
12487
12488 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12489
12490 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12491 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12492 version.
12493 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12494 gdb.dwarf2/dw2-canonicalize-type.exp,
12495 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12496 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12497 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12498 provided by gdb_target_symbol_prefix_flags_asm.
12499 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12500 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12501 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12502 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12503 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12504 macros where needed). Use this macro for symbols which require
12505 the prefix provided by SYMBOL_PREFIX.
12506
12507 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12508
12509 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12510 New procs.
12511 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12512 representing expressions, of more than one list element.
12513 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12514 to prepend linker symbol prefix to f.
12515 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12516 table_1 and table_2.
12517 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12518 Likewise, for f and g.
12519 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12520 for ptr.
12521 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12522 for main.
12523 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12524 table_1_ptr and table_2_ptr.
12525
12526 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12527 Joel Brobecker <brobecker@adacore.com>
12528
12529 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12530
12531 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12532
12533 * gdb.reverse/s390-mvcle.c: New test.
12534 * gdb.reverse/s390-mvcle.exp: New file.
12535 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12536
12537 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12538
12539 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12540
12541 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12542
12543 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12544 reaching marker2.
12545 * gdb.reverse/getresuid-reverse.exp: Likewise.
12546 * gdb.reverse/pipe-reverse.exp: Likewise.
12547 * gdb.reverse/readv-reverse.exp: Likewise.
12548 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12549 * gdb.reverse/time-reverse.exp: Likewise.
12550 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12551
12552 2015-10-30 Yao Qi <yao.qi@linaro.org>
12553
12554 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12555 (empty_cycle): Remove.
12556 (main): Don't call empty_cycle. Don't use watch_count_done.
12557 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12558 empty_cycle. Rewrite the code counting HW watchpoints.
12559
12560 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12561
12562 * gdb.reverse/fstatat-reverse.c: New test.
12563 * gdb.reverse/fstatat-reverse.exp: New file.
12564 * gdb.reverse/getresuid-reverse.c: New test.
12565 * gdb.reverse/getresuid-reverse.exp: New file.
12566 * gdb.reverse/pipe-reverse.c: New test.
12567 * gdb.reverse/pipe-reverse.exp: New file.
12568 * gdb.reverse/readv-reverse.c: New test.
12569 * gdb.reverse/readv-reverse.exp: New file.
12570 * gdb.reverse/recvmsg-reverse.c: New test.
12571 * gdb.reverse/recvmsg-reverse.exp: New file.
12572 * gdb.reverse/time-reverse.c: New test.
12573 * gdb.reverse/time-reverse.exp: New file.
12574 * gdb.reverse/waitpid-reverse.c: New test.
12575 * gdb.reverse/waitpid-reverse.exp: New file.
12576
12577 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12578
12579 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12580
12581 2015-10-26 Doug Evans <dje@google.com>
12582
12583 PR symtab/17391
12584 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12585 * gdb.dwarf2/bad-regnum.c: New file.
12586 * gdb.dwarf2/bad-regnum.exp: New file.
12587
12588 2015-10-26 Doug Evans <dje@google.com>
12589
12590 PR python/18938
12591 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12592 file.
12593
12594 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12595
12596 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12597 for a change by "Mention language in compile error message".
12598
12599 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12600
12601 PR python/18073
12602 * gdb.python/py-type.c (C::a_method): New.
12603 (C::a_const_method): New.
12604 (C::a_static_method): New.
12605 (a_function): New.
12606 * gdb.python/py-type.exp (test_fields): Test getting fields
12607 from function and method.
12608
12609 2015-10-21 Keven Boell <keven.boell@intel.com>
12610
12611 * gdb.fortran/vla-alloc-assoc.exp: New file.
12612 * gdb.fortran/vla-datatypes.exp: New file.
12613 * gdb.fortran/vla-datatypes.f90: New file.
12614 * gdb.fortran/vla-history.exp: New file.
12615 * gdb.fortran/vla-ptype-sub.exp: New file.
12616 * gdb.fortran/vla-ptype.exp: New file.
12617 * gdb.fortran/vla-sizeof.exp: New file.
12618 * gdb.fortran/vla-sub.f90: New file.
12619 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12620 * gdb.fortran/vla-value-sub-finish.exp: New file.
12621 * gdb.fortran/vla-value-sub.exp: New file.
12622 * gdb.fortran/vla-value.exp: New file.
12623 * gdb.fortran/vla-ptr-info.exp: New file.
12624 * gdb.mi/mi-vla-fortran.exp: New file.
12625 * gdb.mi/vla.f90: New file.
12626
12627 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12628
12629 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12630 of hardwired timeout value.
12631
12632 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12633 Pedro Alves <palves@redhat.com>
12634
12635 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12636 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12637
12638 2015-10-19 Josh Stone <jistone@redhat.com>
12639
12640 * gdb.base/catch-syscall.c: Include <sched.h>.
12641 (unknown_syscall): New variable.
12642 (main): Trigger a vfork and an unknown syscall.
12643 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12644 (unknown_syscall_number): Likewise.
12645 (check_call_to_syscall): Accept an optional syscall pattern.
12646 (check_return_from_syscall): Likewise.
12647 (check_continue): Likewise.
12648 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12649 (test_catch_syscall_skipping_return): New test toggling off 'catch
12650 syscall' to step over the syscall return, then toggling back on.
12651 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12652 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12653 (do_syscall_tests): Call test_catch_syscall_without_args and
12654 test_catch_syscall_mid_vfork.
12655 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12656 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12657
12658 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12659
12660 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12661 print g_vE): Add new pass patterns.
12662 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12663 print various symbol names for vptr fields.
12664
12665 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12666
12667 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12668 results.
12669
12670 2015-10-12 Yao Qi <yao.qi@linaro.org>
12671
12672 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12673
12674 2015-10-12 Yao Qi <yao.qi@linaro.org>
12675
12676 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12677 is aarch64*-*-linux*.
12678
12679 2015-10-12 Yao Qi <yao.qi@linaro.org>
12680
12681 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12682 (can_relocate_bcond_true): ... it.
12683 (can_relocate_bcond_false): New function.
12684 (foo): Likewise.
12685 (can_relocate_bl): Likewise.
12686 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12687 can_relocate_bl.
12688
12689 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12690
12691 * gdb.base/nested-addr.c: New file.
12692 * gdb.base/nested-addr.exp: New testcase.
12693
12694 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12695
12696 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12697 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12698 its output. Ignore the output of "record goto begin" and instead
12699 check that GDB is replaying.
12700
12701 2015-10-09 Pedro Alves <palves@redhat.com>
12702
12703 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12704 (top level): Use it in the run with no args test.
12705
12706 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12707
12708 * gdb.dlang/properties.exp: New file.
12709
12710 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12711
12712 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12713 whether or not address 0x1000 is mapped on the target.
12714
12715 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12716
12717 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12718 build.
12719
12720 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12721
12722 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12723 instruction-history test.
12724
12725 2015-09-28 Doug Evans <dje@google.com>
12726
12727 * gdb.base/gcore.c (array_func): Add reference to static_array.
12728
12729 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12730
12731 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12732 source line.
12733
12734 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12735
12736 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12737 short or char as base type.
12738
12739 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12740
12741 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12742 to allow any size enum.
12743
12744 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12745
12746 * gdb.ada/array_ptr_renaming.exp: New testcase.
12747 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12748 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12749
12750 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12751
12752 * gdb.trace/ftrace-lock.c: New file.
12753 * gdb.trace/ftrace-lock.exp: New file.
12754
12755 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12756
12757 * gdb.arch/insn-reloc.c: New file.
12758 * gdb.arch/ftrace-insn-reloc.exp: New file.
12759
12760 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12761
12762 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12763 instruction.
12764 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12765 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12766 * gdb.trace/range-stepping.c: Likewise.
12767 * gdb.trace/trace-break.c: Likewise.
12768 * gdb.trace/trace-mt.c (thread_function): Likewise.
12769 * gdb.trace/ftrace.c (marker): Likewise.
12770 * gdb.trace/trace-condition.c (marker): Likewise.
12771 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12772 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12773 is_aarch64_target.
12774
12775 2015-09-18 Doug Evans <xdje42@gmail.com>
12776
12777 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12778 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12779
12780 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12781
12782 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12783 the breakpoint.
12784
12785 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12786
12787 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12788 the pending breakpoint. Remove timeout override for "Run till
12789 MI pending breakpoint on pendfunc3 on thread 2" test.
12790
12791 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12792
12793 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12794 filename pattern.
12795
12796 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12797
12798 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12799 in breakpoint filename pattern.
12800
12801 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12802
12803 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12804
12805 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12806
12807 * gdb.linespec/explicit.exp: Check for readline support for
12808 tab-completion tests. Fix obvious typo.
12809
12810 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12811
12812 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12813 and replay.
12814
12815 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12816
12817 * gdb.btrace/non-stop.c: New.
12818 * gdb.btrace/non-stop.exp: New.
12819
12820 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12821 Yao Qi <yao.qi@linaro.org>
12822
12823 * gdb.trace/trace-condition.c: New file.
12824 * gdb.trace/trace-condition.exp: New file.
12825
12826 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12827
12828 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12829 for testing bytecode compilation.
12830
12831 2015-09-16 Pedro Alves <palves@redhat.com>
12832 Sandra Loosemore <sandra@codesourcery.com>
12833
12834 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12835 (SECONDS): Redefine.
12836 (main): Call pthread_kill and alarm early.
12837 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12838 support.
12839 (test): If the target can't hardware step and doesn't support
12840 displaced stepping, increase the timeout.
12841
12842 2015-09-16 Pedro Alves <palves@redhat.com>
12843
12844 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12845 (enable_debug): New procedures.
12846 (test): Use them. Bail out if waiting for threads fails.
12847 (top level): Bail out if a test fails.
12848
12849 2015-09-16 Yao Qi <yao.qi@linaro.org>
12850
12851 * gdb.asm/asm-source.exp: Set asm-arch for
12852 aarch64*-*-* target.
12853 * gdb.asm/aarch64.inc: New file.
12854
12855 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12856
12857 * gdb.ada/array_of_variable_length.exp: New testcase.
12858 * gdb.ada/array_of_variable_length/foo.adb: New file.
12859 * gdb.ada/array_of_variable_length/pck.adb: New file.
12860 * gdb.ada/array_of_variable_length/pck.ads: New file.
12861
12862 2015-09-15 Doug Evans <dje@google.com>
12863
12864 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12865 of function static local variable.
12866
12867 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12868
12869 * gdb.threads/tls-so_extern.exp: New test file.
12870 * gdb.threads/tls-so_extern.c: New test file.
12871 * gdb.threads/tls-so_extern_main.c: New test file.
12872
12873 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12874
12875 * gdb.opt/solib-intra-step-lib.c: New file.
12876 * gdb.opt/solib-intra-step-main.c: New file.
12877 * gdb.opt/solib-intra-step.exp: New file.
12878
12879 2015-09-15 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12882 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12883
12884 2015-09-14 Pedro Alves <palves@redhat.com>
12885
12886 * gdb.base/hook-stop-continue.c: Delete.
12887 * gdb.base/hook-stop-continue.exp: Delete.
12888 * gdb.base/hook-stop-frame.c: Delete.
12889 * gdb.base/hook-stop-frame.exp: Delete.
12890 * gdb.base/hook-stop.c: New file.
12891 * gdb.base/hook-stop.exp: New file.
12892
12893 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12894
12895 * gdb.ada/access_to_packed_array.exp: New testcase.
12896 * gdb.ada/access_to_packed_array/foo.adb: New file.
12897 * gdb.ada/access_to_packed_array/pack.adb: New file.
12898 * gdb.ada/access_to_packed_array/pack.ads: New file.
12899
12900 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12901
12902 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12903 buffer size test.
12904
12905 2015-09-11 Don Breazeal <donb@codesourcery.com>
12906
12907 * gdb.base/foll-exec.c: Add copyright header. Fix
12908 formatting issues.
12909 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12910 (do_exec_tests): Use clean_restart in place of zap_session,
12911 and for test initialization. Fix formatting issues. Use
12912 fail in place of perror.
12913 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12914 an expect statement to match an expression with output from
12915 the program under debug.
12916 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12917 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12918 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12919 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12920 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12921
12922 2015-09-09 Doug Evans <dje@google.com>
12923
12924 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12925
12926 2015-09-09 Doug Evans <dje@google.com>
12927
12928 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12929
12930 2015-09-09 Doug Evans <dje@google.com>
12931
12932 * gdb.base/savedregs.exp: Fix typo.
12933
12934 2015-09-09 Pedro Alves <palves@redhat.com>
12935
12936 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12937
12938 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12939
12940 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12941 command actually switches threads. Give up on remaining
12942 tests if target fails to stop at breakpoint.
12943
12944 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12945
12946 * gdb.ada/funcall_char.exp: New testcase.
12947 * gdb.ada/funcall_char/foo.adb: New file.
12948
12949 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12950
12951 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12952 expected outputs. Add two testcases for completing ambiguous
12953 functions.
12954 * gdb.ada/complete/aux_pck.adb: New file.
12955 * gdb.ada/complete/aux_pck.ads: New file.
12956 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12957 Ambiguous_Func functions.
12958 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12959 * gdb.ada/complete/pck.adb: Likewise.
12960
12961 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12962
12963 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12964 failures to run the test program under GDB.
12965
12966 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12967
12968 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12969 to C.
12970
12971 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12972
12973 * gdb.base/run-after-attach.exp: New test file.
12974 * gdb.base/run-after-attach.c: New test file.
12975
12976 2015-08-26 Don Breazeal <donb@codesourcery.com>
12977
12978 * gdb.base/foll-exec-2.c: New test program.
12979 * gdb.base/foll-exec-2.exp: New test.
12980
12981 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12982
12983 * gdb.base/nested-subp1.exp: New file.
12984 * gdb.base/nested-subp1.c: New file.
12985 * gdb.base/nested-subp2.exp: New file.
12986 * gdb.base/nested-subp2.c: New file.
12987 * gdb.base/nested-subp3.exp: New file.
12988 * gdb.base/nested-subp3.c: New file.
12989
12990 2015-08-24 Pedro Alves <palves@redhat.com>
12991
12992 * gdb.server/connect-without-multi-process.c: New file.
12993 * gdb.server/connect-without-multi-process.exp: New file.
12994
12995 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12996
12997 * gdb.opt/inline-markers.c: Make z int.
12998
12999 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13000
13001 * gdb.opt/inline-markers.c: Make z volatile.
13002
13003 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13004
13005 * gdb.opt/inline-bt.c: New volatile global z.
13006 * gdb.opt/inline-cmds.c: Likewise.
13007 * gdb.opt/inline-locals.c: Likewise.
13008 * gdb.opt/inline-markers.c: New extern global z.
13009 (marker): Use z.
13010 (inline_fn): Likewise.
13011
13012 2015-08-24 Pedro Alves <palves@redhat.com>
13013
13014 * config/m32r-stub.exp: Remove file.
13015 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13016 * gdb.base/call-rt-st.exp: Likewise.
13017 * gdb.base/call-strs.exp: Likewise.
13018 * gdb.base/default.exp: Remove references to h8300-*-hms and
13019 *-*-udi*.
13020 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13021
13022 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13023
13024 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13025 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13026 and "return" use KFAIL when GDB can not read/write the vector
13027 return value.
13028
13029 2015-08-21 Gary Benson <gbenson@redhat.com>
13030
13031 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13032
13033 2015-08-20 Pedro Alves <palves@redhat.com>
13034
13035 * gdb.server/solib-list.exp: No longer expect an interior stop in
13036 non-stop mode.
13037
13038 2015-08-20 Pedro Alves <palves@redhat.com>
13039
13040 * gdb.server/connect-stopped-target.c: New file.
13041 * gdb.server/connect-stopped-target.exp: New file.
13042
13043 2015-08-20 Pedro Alves <palves@redhat.com>
13044
13045 * gdb.dwarf2/comp-unit-lang.exp: New file.
13046 * gdb.dwarf2/comp-unit-lang.c: New file.
13047
13048 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13049
13050 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13051 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13052
13053 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13054
13055 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13056 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13057
13058 2015-08-18 Doug Evans <dje@google.com>
13059 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13060
13061 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13062 skip_python_tests. New arg prompt_regexp.
13063 (skip_python_tests): New function.
13064 * lib/mi-support.exp (mi_skip_python_tests): New function.
13065 * gdb.python/py-mi-objfile-gdb.py: New file.
13066 * gdb.python/py-mi-objfile.c: New file.
13067 * gdb.python/py-mi-objfile.exp: New file.
13068
13069 2015-08-17 Keith Seitz <keiths@redhat.com>
13070
13071 * gdb.linespec/explicit.exp: Move strace test from here ...
13072 * gdb.trace/strace.exp: ... to here.
13073
13074 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13075
13076 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13077 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13078
13079 2015-08-14 Doug Evans <xdje42@gmail.com>
13080
13081 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13082 inferior before selecting a new file.
13083
13084 2015-08-14 Doug Evans <xdje42@gmail.com>
13085
13086 * gdb.mi/mi-disassemble.exp: Update.
13087 * gdb.base/disasm-optim.S: New file.
13088 * gdb.base/disasm-optim.c: New file.
13089 * gdb.base/disasm-optim.h: New file.
13090 * gdb.base/disasm-optim.exp: New file.
13091
13092 2015-08-14 Keith Seitz <keiths@redhat.com>
13093
13094 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13095 "evaluated-by".
13096
13097 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13098
13099 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13100
13101 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13102
13103 * gdb.ada/fun_renaming.exp: New testcase.
13104 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13105 * gdb.ada/fun_renaming/pack.adb: New file.
13106 * gdb.ada/fun_renaming/pack.ads: New file.
13107
13108 2015-08-12 Keith Seitz <keiths@redhat.com>
13109
13110 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13111 gdb_get_line_number.
13112
13113 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13114
13115 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13116 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13117 gdb.base/dso2dso.exp: New files.
13118
13119 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13120 Pedro Alves <palves@redhat.com>
13121 Keith Seitz <keiths@redhat.com>
13122
13123 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13124 GDBFLAGS.
13125
13126 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13127
13128 * gdb.base/gdbhistsize-history.exp
13129 (test_histsize_history_setting): Use save_vars.
13130 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13131 Use save_vars.
13132 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13133 * gdb.base/readline.exp: Use save_vars.
13134
13135 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13136
13137 * lib/gdb.exp (save_vars): New proc.
13138
13139 2015-08-11 Keith Seitz <keiths@redhat.com>
13140
13141 * gdb.base/help.exp: Update help_breakpoint_text.
13142
13143 2015-08-11 Keith Seitz <keiths@redhat.com>
13144
13145 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13146 (at toplevel): Call test_explicit_breakpoints.
13147 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13148 breakpoints.
13149 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13150 breakpoint conditions, "-cond".
13151
13152 2015-08-11 Keith Seitz <keiths@redhat.com>
13153
13154 * gdb.linespec/3explicit.c: New file.
13155 * gdb.linespec/cpexplicit.cc: New file.
13156 * gdb.linespec/cpexplicit.exp: New file.
13157 * gdb.linespec/explicit.c: New file.
13158 * gdb.linespec/explicit.exp: New file.
13159 * gdb.linespec/explicit2.c: New file.
13160 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13161 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13162 before using in the matching pattern.
13163 Clarify that `prefix' is a regular expression.
13164
13165 2015-08-11 Keith Seitz <keiths@redhat.com>
13166
13167 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13168 test.
13169 Add tests for missing ",FMT" and ",".
13170
13171 2015-08-10 Doug Evans <dje@google.com>
13172 Keith Seitz <keiths@redhat.com>
13173
13174 PR gdb/17960
13175 * gdb.base/completion.exp: Add location completer tests.
13176
13177 2015-08-07 Pedro Alves <palves@redhat.com>
13178
13179 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13180 tests here.
13181 (top level): Run do_test with and without displaced stepping.
13182
13183 2015-08-07 Pedro Alves <palves@redhat.com>
13184
13185 * gdb.base/valgrind-disp-step.c: New file.
13186 * gdb.base/valgrind-disp-step.exp: New file.
13187
13188 2015-08-07 Pedro Alves <palves@redhat.com>
13189
13190 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13191 Delete function.
13192 (main): Add alarm. Run an infinite loop instead of calling
13193 wait_threads.
13194 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13195 comment.
13196 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13197 Delete function.
13198 (main): Add alarm. Run an infinite loop instead of calling
13199 wait_threads.
13200 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13201 comment.
13202
13203 2015-08-07 Pedro Alves <palves@redhat.com>
13204
13205 * gdb.base/checkpoint-ns.exp: New file.
13206 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13207 standard_testfile.
13208
13209 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13210
13211 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13212 * gdb.btrace/instruction_history.exp: Update.
13213 * gdb.btrace/tsx.exp: New.
13214 * gdb.btrace/tsx.c: New.
13215
13216 2015-08-06 Pedro Alves <palves@redhat.com>
13217
13218 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13219 increase timeout.
13220 * gdb.reverse/until-precsave.exp: Bump timeouts.
13221
13222 2015-08-06 Pedro Alves <palves@redhat.com>
13223
13224 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13225
13226 2015-08-06 Pedro Alves <palves@redhat.com>
13227
13228 PR gdb/18749
13229 * gdb.threads/process-dies-while-handling-bp.c: New file.
13230 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13231
13232 2015-08-06 Pedro Alves <palves@redhat.com>
13233
13234 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13235 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13236
13237 2015-08-05 Pedro Alves <palves@redhat.com>
13238
13239 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13240 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13241
13242 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13243
13244 * gdb.base/bp-permanent.exp: Report test as unsupported if
13245 the target cannot stop at the permanent breakpoint.
13246
13247 2015-08-03 Doug Evans <dje@google.com>
13248
13249 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13250 10000.
13251
13252 2015-08-03 Doug Evans <dje@google.com>
13253
13254 * Makefile.in (workers/%.worker, build-perf): New rule.
13255 (GDB_PERFTEST_MODE): New variable.
13256 (check-perf): Use it.
13257 (clean): Clean up gdb.perf parallel build subdirs.
13258 * lib/build-piece.exp: New file.
13259 * lib/gdb.exp (make_gdb_parallel_path): New function
13260 (standard_output_file, standard_temp_file): Call it.
13261 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13262 of $GDB_PARALLEL.
13263 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13264
13265 2015-08-03 Doug Evans <dje@google.com>
13266
13267 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13268 (LOG_FILE_NAME): New global.
13269 (TextReporter.__init__): Initialize self.txt_sum.
13270 (TextReporter.report): Add support for multiple data-points.
13271 Move report to perftest.sum, put raw data in perftest.log.
13272 (TextReporter.start): Open sum and log files.
13273 (TextReporter.end): Close sum and log files.
13274 * gdb.perf/lib/perftest/testresult.py
13275 (SingleStatisticTestResult.record): Handle multiple data-points.
13276
13277 2015-07-31 Pedro Alves <palves@redhat.com>
13278
13279 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13280 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13281 kill_wait_spawned_process instead of explicit "kill -9".
13282 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13283 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13284 kill_wait_spawned_process.
13285 * gdb.base/attach-twice.exp: Likewise.
13286 * gdb.base/attach.exp: Likewise.
13287 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13288 gdb_test_multiple.
13289 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13290 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13291 kill_wait_spawned_process.
13292 * gdb.base/valgrind-infcall.exp: Likewise.
13293 * gdb.multi/multi-attach.exp: Likewise.
13294 * gdb.python/py-prompt.exp: Likewise.
13295 * gdb.python/py-sync-interp.exp: Likewise.
13296 * gdb.server/ext-attach.exp: Likewise.
13297 * gdb.threads/attach-into-signal.exp (corefunc): Use
13298 spawn_wait_for_attach, spawn_id_get_pid and
13299 kill_wait_spawned_process.
13300 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13301 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13302 spawn_id_get_pid and kill_wait_spawned_process.
13303 * gdb.threads/attach-stopped.exp (corefunc): Use
13304 spawn_wait_for_attach, spawn_id_get_pid and
13305 kill_wait_spawned_process.
13306 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13307 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13308 kill_wait_spawned_process instead of explicit "kill -9".
13309 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13310 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13311 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13312 processes. Don't map cygwin/windows pids here. Now returns a
13313 spawn id list.
13314
13315 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13316
13317 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13318 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13319 correct patch.
13320
13321 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13322
13323 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13324
13325 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13326
13327 Reapply:
13328 2014-05-21 Mark Wielaard <mjw@redhat.com>
13329
13330 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13331
13332 2015-07-30 Pedro Alves <palves@redhat.com>
13333
13334 * linux-low.c (handle_extended_wait): Set the child's last
13335 reported status to TARGET_WAITKIND_STOPPED.
13336
13337 2015-07-30 Pedro Alves <palves@redhat.com>
13338
13339 PR threads/18600
13340 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13341 only shows inferior 1.
13342
13343 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13344 Pedro Alves <palves@redhat.com>
13345
13346 PR threads/18600
13347 * gdb.threads/fork-plus-threads.c: New file.
13348 * gdb.threads/fork-plus-threads.exp: New file.
13349
13350 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13351
13352 * gdb.base/batch-preserve-term-settings.exp
13353 (test_terminal_settings_preserved_after_cli_exit): Use
13354 send_quit_command.
13355
13356 2015-07-29 Pedro Alves <palves@redhat.com>
13357 Don Breazeal <donb@codesourcery.com>
13358
13359 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13360 output from both inferior_spawn_id and gdb_spawn_id.
13361
13362 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13363
13364 * gdb.threads/attach-into-signal.exp (corefunc): Use
13365 with_test_prefix on nested loops, uniquefying the test messages.
13366
13367 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13368
13369 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13370 commit.
13371
13372 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13373
13374 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13375 New proc.
13376 (test_terminal_settings_preserved_after_sigterm): New test.
13377
13378 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13379
13380 * gdb.base/batch-preserve-term-settings.exp
13381 (test_terminal_settings_preserved_after_cli_exit): New test.
13382
13383 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13384
13385 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13386 manipulation of saved_gdbflags.
13387 (test_terminal_settings_preserved): Remove global declaration of
13388 the unused variable pagination_prompt. Remove manipulation of
13389 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13390 GDBFLAGS.
13391
13392 2015-07-29 Pedro Alves <palves@redhat.com>
13393
13394 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13395
13396 2015-07-29 Pedro Alves <palves@redhat.com>
13397
13398 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13399 at the top.
13400
13401 2015-07-29 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13404 (main): Call gdb_unbuffer_output.
13405 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13406 (main): Call gdb_unbuffer_output.
13407 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13408 (main): Call gdb_unbuffer_output.
13409 * gdb.base/call-strs.exp: Adjust to step over the
13410 gdb_unbuffer_output call.
13411 * gdb.base/catch-gdb-caused-signals.c: Include
13412 "../lib/unbuffer_output.c".
13413 (main): Call gdb_unbuffer_output.
13414 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13415 (main): Call gdb_unbuffer_output.
13416 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13417 (main): Call gdb_unbuffer_output.
13418 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13419 (main): Call gdb_unbuffer_output.
13420 * gdb.base/shlib-call.exp: Adjust to step over the
13421 gdb_unbuffer_output call.
13422 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13423 (main): Call gdb_unbuffer_output.
13424 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13425 (main): Call gdb_unbuffer_output.
13426 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13427 (main): Rename to ...
13428 (test): ... this.
13429 (main): Reimplement.
13430 * gdb.base/varargs.exp: Run to test instead of to main.
13431 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13432 (main): Call gdb_unbuffer_output.
13433
13434 2015-07-29 Pedro Alves <palves@redhat.com>
13435
13436 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13437 factore out from mi_continue_dprintf. For call-style dprintfs,
13438 expect dprintf output out of $inferior_spawn_id.
13439 (mi_continue_dprintf): Use mi_expect_dprintf.
13440 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13441 (main): Call gdb_unbuffer_output.
13442
13443 2015-07-29 Pedro Alves <palves@redhat.com>
13444
13445 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13446 (default_mi_gdb_start): Set inferior_spawn_id instead of
13447 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13448 gdb_spawn_id.
13449 (mi_gdb_test): Always expect inferior output from both
13450 $inferior_spawn_id and $gdb_spawn_id.
13451
13452 2015-07-29 Pedro Alves <palves@redhat.com>
13453
13454 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13455 send_inferior and $inferior_spawn_id.
13456
13457 2015-07-29 Pedro Alves <palves@redhat.com>
13458
13459 * gdb.gdb/complaints.exp (test_initial_complaints)
13460 (test_serial_complaints, test_short_complaints): Use
13461 gdb_test_stdio.
13462 (test_empty_complaint): Handle $inferior_spawn_id !=
13463 $gdb_spawn_id.
13464
13465 2015-07-29 Pedro Alves <palves@redhat.com>
13466
13467 * gdb.base/varargs.exp: Use gdb_test_stdio.
13468
13469 2015-07-29 Pedro Alves <palves@redhat.com>
13470
13471 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13472
13473 2015-07-29 Pedro Alves <palves@redhat.com>
13474
13475 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13476
13477 2015-07-29 Pedro Alves <palves@redhat.com>
13478
13479 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13480 parameter into two new parameters, "inf_result" and "gdb_result".
13481 Expect inferior output and gdb output from $inferior_spawn_id and
13482 $gdb_spawn_id, respectively. Adjust all callers.
13483
13484 2015-07-29 Pedro Alves <palves@redhat.com>
13485
13486 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13487 of gdb_test_sequence.
13488
13489 2015-07-29 Pedro Alves <palves@redhat.com>
13490
13491 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13492 (saw_spurious_output): Expect inferior output from
13493 $inferior_spawn_id. Use gdb_test_stdio.
13494
13495 2015-07-29 Pedro Alves <palves@redhat.com>
13496
13497 * gdb.base/dprintf.exp: Use standard_testfile. Change
13498 prepare_for_testing call.
13499 (srcfile): Don't set.
13500 (restart): New procedure.
13501 (test_dprintf): New procecure, use to continue over dprintfs.
13502 (test_call, test_agent): New procedures, tests moved here.
13503 Restart gdb and recreate dprintfs. Adjust expected output.
13504
13505 2015-07-29 Pedro Alves <palves@redhat.com>
13506
13507 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13508
13509 2015-07-29 Pedro Alves <palves@redhat.com>
13510
13511 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13512
13513 2015-07-29 Pedro Alves <palves@redhat.com>
13514
13515 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13516 gdb_test_stdio.
13517
13518 2015-07-29 Pedro Alves <palves@redhat.com>
13519
13520 * lib/gdb.exp (gdb_test_stdio): New procedure.
13521
13522 2015-07-29 Pedro Alves <palves@redhat.com>
13523
13524 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13525
13526 2015-07-29 Pedro Alves <palves@redhat.com>
13527
13528 * gdb.base/call-signal-resume.exp: Remove check for
13529 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13530 * gdb.base/unwindonsignal.exp: Likewise.
13531 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13532 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13533
13534 2015-07-29 Pedro Alves <palves@redhat.com>
13535
13536 * gdb.base/siginfo-addr.c (pass): New function.
13537 (handler): Call it iff si_addr is correct.
13538 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13539 Set a breakpoint at "pass" and continue to it.
13540
13541 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13542
13543 * gdb.python/py-objfile.exp: Make some tests have unique names.
13544 * gdb.python/py-pp-registration.exp: Likewise.
13545
13546 2015-07-28 Pedro Alves <palves@redhat.com>
13547
13548 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13549
13550 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13551
13552 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13553
13554 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13555
13556 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13557
13558 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13559
13560 * gdb.base/gdb-sigterm-2.exp: New test.
13561
13562 2015-07-25 Doug Evans <xdje42@gmail.com>
13563
13564 Revert:
13565 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13566 (workers/%.worker, build-perf): New rule.
13567 (GDB_PERFTEST_MODE): New variable.
13568 (check-perf): Use it.
13569 (clean): Clean up gdb.perf parallel build subdirs.
13570 * lib/build-piece.exp: New file.
13571 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13572 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13573 name.
13574 (standard_temp_file): Ditto.
13575 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13576 of $GDB_PARALLEL.
13577
13578 2015-07-24 Doug Evans <dje@google.com>
13579
13580 * gdb.perf/lib/perftest/utils.py: New file.
13581 * gdb.perf/gm-hello.cc: New file.
13582 * gdb.perf/gm-pervasive-typedef.cc: New file.
13583 * gdb.perf/gm-pervasive-typedef.h: New file.
13584 * gdb.perf/gm-std.cc: New file.
13585 * gdb.perf/gm-std.h: New file.
13586 * gdb.perf/gm-use-cerr.cc: New file.
13587 * gdb.perf/gm-utils.h: New file.
13588 * gdb.perf/gmonster-null-lookup.py: New file.
13589 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13590 * gdb.perf/gmonster-print-cerr.py: New file.
13591 * gdb.perf/gmonster-ptype-string.py: New file.
13592 * gdb.perf/gmonster-runto-main.py: New file.
13593 * gdb.perf/gmonster-select-file.py: New file.
13594 * gdb.perf/gmonster1-null-lookup.exp: New file.
13595 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13596 * gdb.perf/gmonster1-print-cerr.exp: New file.
13597 * gdb.perf/gmonster1-ptype-string.exp: New file.
13598 * gdb.perf/gmonster1-runto-main.exp: New file.
13599 * gdb.perf/gmonster1-select-file.exp: New file.
13600 * gdb.perf/gmonster1.cc: New file.
13601 * gdb.perf/gmonster1.exp: New file.
13602 * gdb.perf/gmonster2-null-lookup.exp: New file.
13603 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13604 * gdb.perf/gmonster2-print-cerr.exp: New file.
13605 * gdb.perf/gmonster2-ptype-string.exp: New file.
13606 * gdb.perf/gmonster2-runto-main.exp: New file.
13607 * gdb.perf/gmonster2-select-file.exp: New file.
13608 * gdb.perf/gmonster2.cc: New file.
13609 * gdb.perf/gmonster2.exp: New file.
13610
13611 2015-07-24 Doug Evans <dje@google.com>
13612
13613 * gdb.perf/README: New file.
13614 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13615 * lib/gen-perf-test.exp: New file.
13616
13617 2015-07-24 Doug Evans <dje@google.com>
13618
13619 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13620 (PerfTest::startup): New function.
13621 (PerfTest::run): Return result of calling body.
13622 (PerfTest::assemble): Rewrite.
13623 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13624 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13625 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13626 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13627 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13628
13629 2015-07-24 Doug Evans <dje@google.com>
13630
13631 * lib/gdb.exp (clean_restart): Make executable optional.
13632
13633 2015-07-24 Doug Evans <dje@google.com>
13634
13635 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13636 compiler_info references.
13637 * gdb.cp/temargs.exp: Ditto.
13638 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13639 (get_compiler_info): Early exit if already computed. Set compiler_info
13640 to "unknown" if there was a problem.
13641 (test_compiler_info): Add function comment. Call get_compiler_info.
13642
13643 2015-07-24 Doug Evans <dje@google.com>
13644
13645 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13646 (workers/%.worker, build-perf): New rule.
13647 (GDB_PERFTEST_MODE): New variable.
13648 (check-perf): Use it.
13649 (clean): Clean up gdb.perf parallel build subdirs.
13650 * lib/build-piece.exp: New file.
13651 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13652 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13653 name.
13654 (standard_temp_file): Ditto.
13655 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13656 of $GDB_PARALLEL.
13657
13658 2015-07-24 Doug Evans <dje@google.com>
13659
13660 * lib/future.exp (gdb_default_target_compile): New option
13661 "early_flags".
13662 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13663 --as-needed.
13664
13665 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13666
13667 * gdb.base/catch-syscall.exp: Call gdb_exit before
13668 gdb_skip_xml_test.
13669
13670 2015-07-24 Pedro Alves <palves@redhat.com>
13671
13672 * gdb.python/py-events.exp: Accept output between the stop event
13673 and the prompt.
13674 * gdb.python/py-evsignal.exp: Likewise.
13675 * gdb.python/py-evthreads.exp: Likewise.
13676
13677 2015-07-24 Pedro Alves <palves@redhat.com>
13678
13679 PR gdb/18717
13680 * gdb.threads/non-ldr-exit.c: New file.
13681 * gdb.threads/non-ldr-exit.exp: New file.
13682
13683 2015-07-24 Yao Qi <yao.qi@linaro.org>
13684
13685 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13686 restarting process.
13687
13688 2015-07-24 Yao Qi <yao.qi@linaro.org>
13689
13690 * gdb.server/ext-restart.exp: New file.
13691
13692 2015-07-24 Yao Qi <yao.qi@linaro.org>
13693
13694 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13695 argument options.
13696 * gdb.server/ext-wrapper.exp: New file.
13697
13698 2015-07-23 Doug Evans <dje@google.com>
13699
13700 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13701 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13702
13703 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13704
13705 * gdb.ada/var_arr_typedef.exp: New testcase.
13706 * gdb.ada/var_arr_typedef/pack.adb: New file.
13707 * gdb.ada/var_arr_typedef/pack.ads: New file.
13708 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13709
13710 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13711
13712 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13713
13714 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13715
13716 * gdb.arch/i386-biarch-core.exp: Replace istarget
13717 by "complete set gnutarget". Remove expectation for the "core-file"
13718 command.
13719
13720 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13721
13722 Revert the previous commit:
13723 Tests for validate symbol file using build-id.
13724
13725 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13726
13727 Tests for validate symbol file using build-id.
13728 * gdb.base/solib-mismatch-lib.c: New file.
13729 * gdb.base/solib-mismatch-libmod.c: New file.
13730 * gdb.base/solib-mismatch.c: New file.
13731 * gdb.base/solib-mismatch.exp: New file.
13732
13733 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13734
13735 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13736 nios2-*-linux*.
13737 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13738 * gdb.base/siginfo.exp: Likewise.
13739 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13740
13741 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13742
13743 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13744 Move it to ...
13745 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13746 ... here.
13747 * gdb.trace/range-stepping.exp: Check that the target supports
13748 range stepping.
13749
13750 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13751
13752 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13753
13754 2015-07-14 Pedro Alves <palves@redhat.com>
13755
13756 * gdb.base/killed-outside.exp: New file.
13757 * gdb.base/killed-outside.c: New file.
13758
13759 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13760
13761 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13762 (n at main): New.
13763 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13764
13765 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13766
13767 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13768 infcall tests instead of setting up for KFAIL.
13769
13770 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13771
13772 * gdb.btrace/record_goto-step.exp: New.
13773
13774 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13775
13776 PR compile/18484
13777 * gdb.compile/compile.c (struct struct_type): Add volatile to
13778 selffield's type.
13779 * gdb.compile/compile.exp
13780 (compile code struct_object.selffield = &struct_object): Skip further
13781 struct_object tests if this one xfails.
13782
13783 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13784
13785 PR exp/18617
13786 * gdb.trace/ax.exp: Add test.
13787
13788 2015-07-07 Yao Qi <yao.qi@linaro.org>
13789
13790 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13791 instead of istarget "aarch64*-*-*".
13792 * gdb.arch/aarch64-fp.exp: Likewise.
13793 * gdb.base/float.exp: Likewise.
13794 * gdb.reverse/aarch64.exp: Likewise.
13795 * lib/gdb.exp (is_aarch64_target): New proc.
13796
13797 2015-07-07 Yao Qi <yao.qi@linaro.org>
13798
13799 * lib/gdb.exp (is_aarch32_target): New proc.
13800 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13801 instead of "istarget "arm*-*-*"".
13802 * gdb.arch/arm-disp-step.exp: Likewise.
13803 * gdb.arch/thumb-bx-pc.exp: Likewise.
13804 * gdb.arch/thumb-prologue.exp: Likewise.
13805 * gdb.arch/thumb-singlestep.exp: Likewise.
13806 * gdb.base/disp-step-syscall.exp: Likewise.
13807 * gdb.base/float.exp: Likewise.
13808
13809 2015-07-07 Yao Qi <yao.qi@linaro.org>
13810
13811 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13812 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13813
13814 2015-07-07 Yao Qi <yao.qi@linaro.org>
13815
13816 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13817 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13818 if it exists.
13819 * gdb.multi/multi-arch.exp: Likewise.
13820
13821 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13822
13823 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13824 print.
13825
13826 2015-07-07 Yao Qi <yao.qi@linaro.org>
13827
13828 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13829
13830 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13831
13832 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13833 '[' and ']' characters.
13834
13835 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13836
13837 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13838
13839 2015-06-29 Pedro Alves <palves@redhat.com>
13840
13841 PR threads/18127
13842 * gdb.threads/hand-call-new-thread.c: New file.
13843 * gdb.threads/hand-call-new-thread.c: New file.
13844
13845 2015-06-26 Keith Seitz <keiths@redhat.com>
13846 Doug Evans <dje@google.com>
13847
13848 PR 16253
13849 * gdb.cp/var-tag-2.cc: New file.
13850 * gdb.cp/var-tag-3.cc: New file.
13851 * gdb.cp/var-tag-4.cc: New file.
13852 * gdb.cp/var-tag.cc: New file.
13853 * gdb.cp/var-tag.exp: New file.
13854
13855 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13856
13857 * gdb.base/history-duplicates.exp: New test.
13858
13859 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13860
13861 * gdb.base/completion.exp: Test the completion of the "focus"
13862 command.
13863
13864 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13865
13866 * gdb.arch/amd64-prologue-skip.S: New file.
13867 * gdb.arch/amd64-prologue-skip.exp: New file.
13868
13869 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13870
13871 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13872 is_address_zero_readable check.
13873
13874 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13875
13876 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13877 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13878
13879 2015-06-24 Yao Qi <yao.qi@linaro.org>
13880
13881 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13882 linux targets.
13883
13884 2015-06-24 Yao Qi <yao.qi@linaro.org>
13885
13886 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13887 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13888 * gdb.base/siginfo-thread.exp: Likewise.
13889
13890 2015-06-22 Yao Qi <yao.qi@linaro.org>
13891
13892 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13893
13894 2015-06-22 Yao Qi <yao.qi@linaro.org>
13895
13896 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13897 aarch64*-*-*.
13898 (skip_hw_watchpoint_tests): Likewise.
13899
13900 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13901
13902 * gdb.base/gdbinit-history.exp: Test the interaction between
13903 setting GDBHISTSIZE and setting the history size via .gdbinit.
13904
13905 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13906
13907 PR gdb/16999
13908 * gdb.base/gdbhistsize-history.exp: New test.
13909
13910 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13911
13912 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13913 with GDBHISTSIZE.
13914 * gdb.base/readline.exp: Likewise.
13915
13916 2015-06-17 Yao Qi <yao.qi@linaro.org>
13917
13918 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13919 line.
13920
13921 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13922
13923 * gdb.base/gdbinit-history.exp: Add test case to check that
13924 an unlimited history file does not get truncated on exit.
13925
13926 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13927
13928 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13929 (VECTOR): New macro. Use it...
13930 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13931 ...for these typedefs.
13932 (int8, char1, int1, double1): New typedefs.
13933 (struct just_int2, struct two_int2): New structures.
13934 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13935 (add_structvecs, add_singlevecs): New functions.
13936 (main): Call add_some_intvecs twice.
13937 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13938 the compile and exit upon failure. Try compiling for the "native"
13939 architecture. Test inferior function calls with vector arguments
13940 and vector return value handling with "finish" and "return".
13941
13942 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13943
13944 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13945 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13946 PE file.
13947 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13948
13949 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13950
13951 PR breakpoints/16465
13952 * gdb.mi/mi-dprintf-pending.c: New file.
13953 * gdb.mi/mi-dprintf-pending.exp: New test.
13954 * gdb.mi/mi-dprintf-pendshr.c: New file.
13955
13956 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13957 Mircea Gherzan <mircea.gherzan@intel.com>
13958
13959 * gdb.arch/i386-mpx-map.c: New file.
13960 * gdb.arch/i386-mpx-map.exp: New File.
13961
13962 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13963
13964 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13965 * gdb.arch/i386-mpx.exp: Indentation fixed.
13966
13967 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13968
13969 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13970 function and improved indentation.
13971 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13972 gdb_test_multiple. Added additional tests to skip the test.
13973
13974 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13975
13976 * gdb.arch/i386-avx512.c: Change path in include file.
13977 * gdb.arch/i386-avx512.exp: Change include dir path
13978 compilation flag.
13979 * gdb.arch/i386-mpx.c: Change path in include file.
13980 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13981 flag.
13982
13983 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13984
13985 * gdb.compile/compile-print.exp (compile print *vararray@3)
13986 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13987
13988 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13989
13990 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13991 (do not keep jit in memory): ... this.
13992 (expect 5): Change it to ...
13993 (expect no 5): ... this.
13994
13995 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13996
13997 PR gdb/15564
13998 * gdb.mi/mi-detach.exp: New file.
13999
14000 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14001
14002 PR symtab/18392
14003 * gdb.arch/amd64-tailcall-self.S: New file.
14004 * gdb.arch/amd64-tailcall-self.c: New file.
14005 * gdb.arch/amd64-tailcall-self.exp: New file.
14006
14007 2015-05-28 Don Breazeal <donb@codesourcery.com>
14008
14009 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14010 tests for remote targets by checking is_target_gdbserver.
14011
14012 2015-05-27 Doug Evans <dje@google.com>
14013
14014 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14015 * gdb.dwarf2/opaque-type-lookup.c: New file.
14016 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14017
14018 2015-05-26 Doug Evans <dje@google.com>
14019
14020 * gdb.cp/iostream.cc: New file.
14021 * gdb.cp/iostream.exp: New file.
14022
14023 2015-05-26 Doug Evans <dje@google.com>
14024
14025 * gdb.dwarf2/dw2-op-call.exp: Update.
14026 * gdb.dwarf2/dw4-sig-types.exp: Update.
14027 * gdb.dwarf2/implptr.exp: Update.
14028 * gdb.mi/mi-cmd-param-changed.exp: Update.
14029
14030 2015-05-26 Doug Evans <dje@google.com>
14031
14032 * gdb.python/py-lazy-string.c: New file.
14033 * gdb.python/py-lazy-string.exp: New file.
14034 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14035 (main): Update. Add estring3.
14036 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14037 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14038
14039 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14040 Yao Qi <yao.qi@linaro.org>
14041
14042 * gdb.reverse/aarch64.c: New.
14043 * gdb.reverse/aarch64.exp: New.
14044
14045 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14046
14047 * lib/gdb.exp (supports_process_record): Return true for
14048 aarch64*-linux*.
14049 (supports_reverse): Likewise.
14050
14051 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14052
14053 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14054 Use with_test_prefix.
14055
14056 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14057
14058 * gdb.base/completion.exp: Add test for completion of layout
14059 names.
14060
14061 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14062
14063 * lib/gdb.exp (skip_tui_tests): New proc.
14064 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14065
14066 2015-05-19 Pedro Alves <palves@redhat.com>
14067
14068 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14069 Save the whole env array instead of just HOME. Unset HISTSIZE in
14070 the environment while testing. Restore whole environment
14071 afterwards.
14072
14073 2015-05-16 Doug Evans <xdje42@gmail.com>
14074
14075 * gdb.guile/scm-ports.c: New file.
14076 * gdb.guile/scm-ports.exp: Add memory port tests.
14077
14078 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14079
14080 * gdb.compile/compile-print.c: New file.
14081 * gdb.compile/compile-print.exp: New file.
14082
14083 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14084
14085 * gdb.compile/compile-ops.exp: Cast param to void.
14086 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14087 (compile code struct_object.selffield = &struct_object): Add xfail.
14088
14089 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14090
14091 * gdb.ada/arr_enum_with_gap: New testcase.
14092
14093 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14094
14095 * gdb.ada/byte_packed_arr: New testcase.
14096
14097 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14098
14099 * gdb.ada/pckd_neg: New testcase.
14100
14101 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14102
14103 PR gdb/17820
14104 * gdb.base/gdbinit-history.exp: New test.
14105 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14106 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14107
14108 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14109
14110 * gdb.python/py-xmethods.cc: Enhance test case.
14111 * gdb.python/py-xmethods.exp: New tests.
14112 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14113 function.
14114 (B_indexoper): Likewise.
14115 (global_dm_list) : Add new xmethod worker functions.
14116
14117 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14118
14119 * gdb.base/coredump-filter.exp: Correctly unset
14120 "coredump_var_addr" array.
14121
14122 2015-05-08 Pedro Alves <palves@redhat.com>
14123
14124 * gdb.server/non-existing-program.exp: Unset spawn_id.
14125
14126 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14127
14128 PR python/18291
14129 * gdb.python/py-xmethods.exp: Add tests.
14130
14131 2015-05-08 Yao Qi <yao.qi@linaro.org>
14132
14133 PR gdb/18208
14134 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14135 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14136 function set_coredump_filter, and remove remote_exec call.
14137 Remove argument ipid. Callers update.
14138 (top level): Don't get inferior's PID.
14139
14140 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14141
14142 * gdb.base/watch_thread_num.exp: Skip test on targets without
14143 access watchpoints.
14144
14145 2015-05-06 Pedro Alves <palves@redhat.com>
14146
14147 PR server/18081
14148 * gdb.server/non-existing-program.exp: New file.
14149
14150 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14151
14152 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14153
14154 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14155
14156 * gdb.ada/out_of_line_in_inlined: New testcase.
14157
14158 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14159
14160 * gdb.ada/var_rec_arr: New testcase.
14161
14162 2015-04-30 Yao Qi <yao.qi@linaro.org>
14163
14164 * gdb.base/break-idempotent.exp: If
14165 skip_hw_watchpoint_multi_tests returns true, skip the tests
14166 on "rwatch" and "awatch".
14167
14168 2015-04-30 Yao Qi <yao.qi@linaro.org>
14169
14170 * gdb.base/relativedebug.exp: Invoke gdb command
14171 "info sharedlibrary", and if libc.so doesn't have debug info,
14172 skip the test.
14173
14174 2015-04-29 Doug Evans <dje@google.com>
14175
14176 * gdb.python/py-xmethods.exp: Add ptype tests.
14177 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14178 get_result_type method.
14179
14180 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14181
14182 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14183 the target does not support hardware watchpoints.
14184
14185 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14186
14187 * gdb.base/break-always.exp: Abort testing if writing to memory
14188 causes an error.
14189
14190 2015-04-28 Doug Evans <dje@google.com>
14191
14192 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14193 * gdb.python/py-pp-registration.exp: ... here. New file.
14194 * gdb.python/py-pp-registration.c: New file.
14195 * gdb.python/py-pp-registration.py: New file.
14196
14197 2015-04-28 Doug Evans <dje@google.com>
14198
14199 * gdb.python/py-bad-printers.c: New file.
14200 * gdb.python/py-bad-printers.py: New file.
14201 * gdb.python/py-bad-printers.exp: New file.
14202
14203 2015-04-28 Sasha Smundak <asmundak@google.com>
14204
14205 * gdb.python/py-type.exp: New test.
14206
14207 2015-04-28 Andy Wingo <wingo@igalia.com>
14208
14209 * gdb.python/py-parameter.exp:
14210 * gdb.guile/scm-parameter.exp: Escape the path that we are
14211 matching against, as it might contain characters that are special
14212 to regular expressions.
14213
14214 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14215
14216 * gdb.ada/rec_comp: New testcase.
14217
14218 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14219
14220 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14221 before using it.
14222
14223 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14224
14225 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14226 new tests for verilog output.
14227
14228 2015-04-24 Yao Qi <yao.qi@linaro.org>
14229
14230 * boards/remote-gdbserver-on-localhost.exp: New file.
14231
14232 2015-04-23 Pedro Alves <palves@redhat.com>
14233
14234 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14235 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14236 "end of file", remove $inferior_spawn_id from the indirect list.
14237
14238 2015-04-23 Pedro Alves <palves@redhat.com>
14239
14240 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14241
14242 2015-04-23 Pedro Alves <palves@redhat.com>
14243
14244 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14245 on $any_spawn_id instead of only on $gdb_spawn_id.
14246
14247 2015-04-21 Pierre Muller <muller@sourceware.org>
14248
14249 PR pascal/17815
14250 * lib/pascal.exp (gpc_compile): Add new option "class".
14251 (fpc_compile): Likewise.
14252 * gdb.pascal/case-insensitive-symbols.pas: New file.
14253 * gdb.pascal/case-insensitive-symbols.exp: New file.
14254
14255 2015-04-20 Gary Benson <gbenson@redhat.com>
14256
14257 * gdb.base/attach.exp: Fix three extended remote failures.
14258
14259 2015-04-17 Gary Benson <gbenson@redhat.com>
14260
14261 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14262 the main executable over the remote protocol.
14263
14264 2015-04-16 Pedro Alves <palves@redhat.com>
14265
14266 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14267 a new gdbserver if gdbserver_reconnect_p is set.
14268
14269 2015-04-16 Pedro Alves <palves@redhat.com>
14270
14271 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14272 is set, don't exit gdbserver.
14273
14274 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14275
14276 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14277 appropriate .insn, such that an older assembler can be used.
14278 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14279 the z/Architecture instruction set on 31-bit targets as well.
14280
14281 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14282
14283 * gdb.go/handcall.exp: Remove all logic related to the first
14284 breakpoint and rely on go_runto_main instead.
14285 * gdb.go/strings.exp: Likewise.
14286 * gdb.go/unsafe.exp: Likewise.
14287 * gdb.go/hello.exp: Likewise. Also rename the remaining
14288 breakpoint marker to "breakpoint 1".
14289 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14290 * gdb.go/strings.go: Likewise.
14291 * gdb.go/unsafe.go: Likewise.
14292 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14293 "set breakpoint 2 here" and rename the remaining breakpoint marker
14294 to "breakpoint 1".
14295
14296 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14297
14298 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14299 if itertools.imap is not present.
14300 * gdb.python/py-objfile.exp: Add parentheses.
14301 * gdb.python/py-type.exp: Same.
14302 * gdb.python/py-unwind-maint.py: Same.
14303
14304 2015-04-15 Yao Qi <yao.qi@linaro.org>
14305
14306 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14307 of ":$ptr_size" and set its form explicitly.
14308
14309 2015-04-15 Pedro Alves <palves@redhat.com>
14310 Yao Qi <yao.qi@linaro.org>
14311
14312 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14313 timeout by factor of 4.
14314 (test_regular_watch): Likewise.
14315 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14316 * gdb.reverse/sigall-reverse.exp: Likewise.
14317 * gdb.reverse/until-precsave.exp: Likewise.
14318 * lib/gdb.exp (with_timeout_factor): New proc.
14319 (gdb_expect): Move some code to ...
14320 (get_largest_timeout): ... here. New procedure.
14321
14322 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14323
14324 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14325
14326 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14327
14328 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14329 to write to the .text section.
14330
14331 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14332
14333 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14334 Handle the case of targets that do not provide PID information.
14335
14336 2015-04-13 Yao Qi <yao.qi@linaro.org>
14337
14338 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14339 and use expect instead of gdb_expect.
14340
14341 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14342
14343 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14344 "coredump_var_addr" to avoid naming conflict with other testcases.
14345
14346 2015-04-10 Pedro Alves <palves@redhat.com>
14347
14348 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14349 gdb_test_sequence and gdb_assert.
14350
14351 2015-04-10 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14354 test messages that don't include the breakpoint address.
14355
14356 2015-04-10 Yao Qi <yao.qi@linaro.org>
14357
14358 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14359 false for some offset and width combinations which aren't
14360 supported by linux kernel.
14361
14362 2015-04-10 Pedro Alves <palves@redhat.com>
14363
14364 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14365 procedure, factored out from ...
14366 (top level): ... here. Add "set displaced-stepping" testing axis.
14367 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14368 parameter "displaced". Use it.
14369 (top level): Use foreach and add "set displaced-stepping" testing
14370 axis.
14371
14372 2015-04-10 Pedro Alves <palves@redhat.com>
14373
14374 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14375 Remove comment.
14376 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14377 both the address of the instruction that triggers the watchpoint
14378 and the address of the instruction immediately after, and use
14379 those addresses for the test. Fix comment.
14380
14381 2015-04-10 Pedro Alves <palves@redhat.com>
14382
14383 * gdb.base/sigstep.exp (breakpoint_to_handler)
14384 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14385 Test "backtrace" in handler.
14386 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14387 (top level): Add new "displaced" test axis to
14388 breakpoint_to_handler, breakpoint_to_handler_entry and
14389 breakpoint_over_handler.
14390
14391 2015-04-10 Pedro Alves <palves@redhat.com>
14392
14393 PR gdb/18216
14394 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14395
14396 2015-04-10 Yao Qi <yao.qi@linaro.org>
14397
14398 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14399 (test_add_rn_pc): New function.
14400 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14401 (top level): Invoke test_add_rn_pc.
14402
14403 2015-04-10 Pedro Alves <palves@redhat.com>
14404
14405 PR gdb/13858
14406 * gdb.base/step-over-no-symbols.exp: New file.
14407
14408 2015-04-09 Andy Wingo <wingo@igalia.com>
14409
14410 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14411 after the Python tests.
14412
14413 2015-04-08 Keith Seitz <keiths@redhat.com>
14414
14415 PR python/16699
14416 * gdb.python/py-completion.exp: New tests for completion.
14417 * gdb.python/py-completion.py (CompleteLimit1): New class.
14418 (CompleteLimit2): Likewise.
14419 (CompleteLimit3): Likewise.
14420 (CompleteLimit4): Likewise.
14421 (CompleteLimit5): Likewise.
14422 (CompleteLimit6): Likewise.
14423 (CompleteLimit7): Likewise.
14424
14425 2015-04-08 Pedro Alves <palves@redhat.com>
14426
14427 PR gdb/18214
14428 PR gdb/18216
14429 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14430 function.
14431 (main): Install it as SIGUSR1 handler.
14432 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14433 parameter. Always use "setup" as prefix. Toggle "set
14434 displaced-stepping" off/on depending on global. Don't switch to
14435 thread 1 here.
14436 (top level): Add displaced stepping "off/on" test axis. Update
14437 "setup" calls. Wrap each subtest with with_test_prefix. Test
14438 continuing with a queued signal in each thread.
14439
14440 2015-04-08 Pedro Alves <palves@redhat.com>
14441
14442 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14443 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14444 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14445 Return early if running to main fails.
14446 * gdb.trace/while-stepping.exp: Likewise.
14447
14448 2015-04-07 Pedro Alves <palves@redhat.com>
14449
14450 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14451 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14452 interact with inferior program.
14453
14454 2015-04-07 Pedro Alves <palves@redhat.com>
14455
14456 * lib/gdb.exp (inferior_spawn_id): New global.
14457 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14458 spawn id after processing the user code.
14459 (default_gdb_start): Set inferior_spawn_id.
14460 (send_inferior): New procedure.
14461 * lib/gdbserver-support.exp (gdbserver_start): Set
14462 inferior_spawn_id.
14463 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14464
14465 2015-04-07 Pedro Alves <palves@redhat.com>
14466
14467 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14468 * lib/gdbserver-support.exp (gdbserver_start): Make
14469 $server_spawn_id global.
14470 (gdbserver_start): Don't wait for gdbserver's spawn id with
14471 expect_background.
14472 (close_gdbserver): New procedure.
14473 (gdb_exit): Rename the default version and reimplement.
14474
14475 2015-04-07 Pedro Alves <palves@redhat.com>
14476
14477 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14478 append the substituted item, not the original item.
14479
14480 2015-04-07 Pedro Alves <palves@redhat.com>
14481
14482 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14483 gdb_expect.
14484
14485 2015-04-07 Pedro Alves <palves@redhat.com>
14486
14487 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14488 output appearing once only.
14489
14490 2015-04-07 Pedro Alves <palves@redhat.com>
14491
14492 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14493 that doesn't expect anything. Return early if running to main
14494 fails.
14495
14496 2015-04-07 Yao Qi <yao.qi@linaro.org>
14497
14498 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14499 (child_function): Call alarm.
14500 (main): Move call to alarm into the loop.
14501 * gdb.threads/non-stop-fair-events.exp: Build program with
14502 -DTIMEOUT=$timeout.
14503
14504 2015-04-06 Doug Evans <xdje42@gmail.com>
14505
14506 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14507 Fix dest parameter to board_info.
14508 (fpc_compile): Ditto.
14509 (gdb_compile_pascal): Rename dest arg to destfile.
14510
14511 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14512
14513 * gdb.ada/funcall_ref.exp: New file.
14514 * gdb.ada/funcall_ref/foo.adb: New file.
14515
14516 2015-04-02 Yao Qi <yao.qi@linaro.org>
14517
14518 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14519 is remote.
14520
14521 2015-04-02 Gary Benson <gbenson@redhat.com>
14522
14523 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14524
14525 2015-04-01 Sasha Smundak <asmundak@google.com>
14526
14527 * gdb.python/py-unwind-maint.c: New file.
14528 * gdb.python/py-unwind-maint.exp: New test.
14529 * gdb.python/py-unwind-maint.py: New file.
14530 * gdb.python/py-unwind.c: New file.
14531 * gdb.python/py-unwind.exp: New test.
14532 * gdb.python/py-unwind.py: New test.
14533
14534 2015-04-01 Pedro Alves <palves@redhat.com>
14535
14536 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14537 to fail instead of non-existent $test.
14538
14539 2015-04-01 Pedro Alves <palves@redhat.com>
14540
14541 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14542 GDBFLAGS if not empty.
14543
14544 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14545
14546 * gdb.ada/complete.exp: Remove "multi_line".
14547 * gdb.ada/info_exc.exp: Remove "multi_line".
14548 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14549 * gdb.ada/ptype_field.exp: Remove "multi_line".
14550 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14551 * gdb.ada/tagged.exp: Remove "multi_line".
14552 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14553 [multi_line ...]
14554 * gdb.btrace/delta.exp: Likewise.
14555 * gdb.btrace/exception.exp: Likewise.
14556 * gdb.btrace/function_call_history.exp: Likewise.
14557 * gdb.btrace/instruction_history.exp: Likewise.
14558 * gdb.btrace/nohist.exp: Likewise.
14559 * gdb.btrace/record_goto.exp: Likewise.
14560 * gdb.btrace/segv.exp: Likewise.
14561 * gdb.btrace/stepi.exp: Likewise.
14562 * gdb.btrace/tailcall.exp: Likewise.
14563 * gdb.btrace/unknown_functions.exp: Likewise.
14564 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14565 * lib/gdb.exp: Add the "multi_line" helper.
14566
14567 2015-04-01 Pedro Alves <palves@redhat.com>
14568
14569 * gdb.threads/tid-reuse.c: New file.
14570 * gdb.threads/tid-reuse.exp: New file.
14571
14572 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14573
14574 PR corefiles/16092
14575 * gdb.base/coredump-filter.c: New file.
14576 * gdb.base/coredump-filter.exp: Likewise.
14577
14578 2015-03-27 Petr Machata <pmachata@redhat.com>
14579
14580 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14581 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14582 (Dwarf::assemble): Initialize them.
14583 (Dwarf::lines): New function.
14584
14585 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14586
14587 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14588 SYMBOL_PREFIX for x86_64-*-cygwin.
14589
14590 2015-03-26 Andy Wingo <wingo@igalia.com>
14591
14592 PR symtab/18148
14593 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14594 const_value but not a location.
14595 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14596 location defined in non-main CUs are visible.
14597
14598 2015-03-26 Yao Qi <yao.qi@linaro.org>
14599
14600 PR testsuite/18139
14601 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14602 Add a line number entry for the same line.
14603 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14604 Add a line number entry for the same line.
14605
14606 2015-03-26 Yao Qi <yao.qi@linaro.org>
14607
14608 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14609 .int 0.
14610 (func): Likewise. Add .Lfunc_1 label.
14611 Use .Lfunc_1 label.
14612 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14613 .int 0.
14614 (func): Likewise.
14615 Use .Lfunc_1 label.
14616
14617 2015-03-26 Yao Qi <yao.qi@linaro.org>
14618
14619 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14620 Call gdb_compile instead to compile each .s files without debug
14621 information.
14622
14623 2015-03-26 Yao Qi <yao.qi@linaro.org>
14624
14625 * gdb.base/savedregs.exp (process_saved_regs): Make
14626 "Saved registers:" optional in the pattern.
14627
14628 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14629
14630 * gdb.btrace/next.exp: Merged into step.exp.
14631 * gdb.btrace/finish.exp: Merged into step.exp.
14632 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14633 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14634 "record goto" and checking the exact replay position.
14635 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14636 check for "Recording format" in "info record" output.
14637 * gdb.btrace/record_goto.exp: Choose test file based on target.
14638 * gdb.btrace/x86-record_goto.S: Renamed into ...
14639 * gdb.btrace/x86_64-record_goto.S: ... this.
14640 * gdb.btrace/i686-record_goto.S: New.
14641 * gdb.btrace/x86-tailcall.S: Renamed into ...
14642 * gdb.btrace/x86_64-tailcall.S: ... this.
14643 * gdb.btrace/i686-tailcall.S: New.
14644 * gdb.btrace/x86-tailcall.c: Renamed into ...
14645 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14646 separate statements. Update test.
14647 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14648 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14649 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14650 * gdb.btrace/tailcall.exp: Choose test file based on target.
14651 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14652
14653 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14654
14655 * gdb.btrace/exception.exp: Increase BTS buffer size.
14656
14657 2015-03-24 Pedro Alves <palves@redhat.com>
14658
14659 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14660
14661 2015-03-24 Pedro Alves <palves@redhat.com>
14662
14663 * gdb.threads/schedlock.exp (test_step): No longer expect that
14664 "set scheduler-locking step" with "next" over a function call runs
14665 threads unlocked.
14666
14667 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14668
14669 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14670
14671 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14672
14673 PR breakpoints/16466
14674 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14675 * gdb.mi/mi-pending.c (thread_func): New function.
14676 (int main): Add threading support required.
14677 * gdb.mi/mi-pending.exp: Add tests for this issue.
14678 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14679 (pendfunc2): Remove stdio dependency.
14680 * gdb.mi/mi-pendshr2.c: New file.
14681
14682 2015-03-23 Keith Seitz <keiths@redhat.com>
14683
14684 * gdb.linespec/keywords.c: New file.
14685 * gdb.linespec/keywords.exp: New file.
14686
14687 2015-03-23 Keith Seitz <keiths@redhat.com>
14688
14689 PR gdb/18021
14690 * gdb.dwarf2/staticvirtual.exp: New test.
14691
14692 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14693
14694 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14695 * README: Remove HP-UX and gdb.hp.
14696 (configuration):
14697 * configure: Regenerate.
14698 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14699 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14700 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14701 gdb.hp/gdb.defects/Makefile.
14702 * gdb.hp/Makefile.in: File deleted.
14703 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14704 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14705 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14706 * gdb.hp/gdb.aCC/run.c: File deleted.
14707 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14708 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14709 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14710 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14711 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14712 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14713 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14714 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14715 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14716 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14717 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14718 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14719 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14720 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14721 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14722 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14723 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14724 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14725 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14726 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14727 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14728 * gdb.hp/gdb.compat/average.c: File deleted.
14729 * gdb.hp/gdb.compat/sum.c: File deleted.
14730 * gdb.hp/gdb.compat/xdb.c: File deleted.
14731 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14732 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14733 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14734 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14735 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14736 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14737 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14738 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14739 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14740 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14741 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14742 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14743 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14744 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14745 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14746 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14747 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14748 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14749 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14750 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14751 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14752 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14753 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14754 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14755 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14756 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14757 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14758 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14759 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14760 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14761 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14762 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14763 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14764 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14765 * gdb.hp/tools/odump: File deleted.
14766
14767 2015-03-19 Pedro Alves <palves@redhat.com>
14768
14769 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14770 (saw_thread_3): New globals.
14771 (top level): Increment them when an event for the corresponding
14772 thread is seen.
14773 (no thread starvation): New test.
14774
14775 2015-03-19 Pedro Alves <palves@redhat.com>
14776
14777 * gdb.threads/continue-pending-status.c: New file.
14778 * gdb.threads/continue-pending-status.exp: New file.
14779
14780 2015-03-18 Pedro Alves <palves@redhat.com>
14781
14782 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14783 Use gdb_is_target_remote instead of is_remote. Use
14784 gdb_test_multiple instead of gdb_expect. Exit early if
14785 gdb_test_multiple hits its internal matches. Tighten stepi tests
14786 expected output. Fail on exit with any signal, instead of just
14787 SIGILL.
14788
14789 2015-03-18 Yao Qi <yao.qi@linaro.org>
14790
14791 PR tdep/18107
14792 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14793 variable.
14794 * gdb.base/catch-syscall.exp: Don't skip it on
14795 aarch64*-*-linux* target. Remove elements in all_syscalls.
14796 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14797 target.
14798 (setup_all_syscalls): New proc.
14799
14800 2015-03-16 Yao Qi <yao.qi@linaro.org>
14801
14802 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14803 (top level): Skip tests if valid_addr_p returns false for
14804 $cmd1 or $cmd2.
14805
14806 2015-03-11 Andy Wingo <wingo@igalia.com>
14807
14808 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14809
14810 2015-03-11 Yao Qi <yao.qi@linaro.org>
14811
14812 * gdb.base/catch-syscall.exp: Fix typo in comments.
14813
14814 2015-03-11 Yao Qi <yao.qi@linaro.org>
14815
14816 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14817
14818 2015-03-09 Pedro Alves <palves@redhat.com>
14819
14820 * dg-extract-results.py: Delete.
14821
14822 2015-03-09 Pedro Alves <palves@redhat.com>
14823
14824 Merge dg-extract-results.sh from GCC upstream (r218843).
14825
14826 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14827 * dg-extract-results.sh: Use --text with grep to avoid issues with
14828 binary files. Fall back to cat -v, if that doesn't work.
14829
14830 2015-03-05 Pedro Alves <palves@redhat.com>
14831
14832 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14833
14834 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14835
14836 * lib/mi-support.exp (mi_expect_interrupt): Accept
14837 alternative event for when in all-stop mode.
14838
14839 2015-03-04 Pedro Alves <palves@redhat.com>
14840
14841 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14842
14843 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14844
14845 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14846
14847 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14848
14849 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14850 regexps for GDB's current line display, accept a hex address
14851 preceding the line number.
14852
14853 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14854
14855 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14856 the 'arch1' variable for "s390*-linux*" targets.
14857
14858 2015-03-04 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14861 (main): Pass missing retval argument to pthread_join call.
14862
14863 2015-03-02 Pedro Alves <palves@redhat.com>
14864
14865 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14866 (top level): Call do_test with non-stop as well.
14867
14868 2015-03-02 Pedro Alves <palves@redhat.com>
14869
14870 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14871 -1.
14872
14873 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14874
14875 * gdb.arch/s390-vregs.exp: New test.
14876 * gdb.arch/s390-vregs.S: New file.
14877
14878 2015-02-27 Pedro Alves <palves@redhat.com>
14879
14880 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14881 call to catch_command_errors.
14882 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14883 catch_command_errors.
14884
14885 2015-02-27 Pedro Alves <palves@redhat.com>
14886
14887 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14888 "true" for boolean result.
14889 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14890 prototype of main.
14891
14892 2015-02-27 Pedro Alves <palves@redhat.com>
14893
14894 * lib/unbuffer_output.c: New file.
14895 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14896 (main): Call gdb_unbuffer_output.
14897
14898 2015-02-27 Yao Qi <yao.qi@linaro.org>
14899
14900 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14901 target.
14902
14903 2015-02-26 Doug Evans <dje@google.com>
14904
14905 * gdb.cp/class2.cc (Dbase, D): New classes.
14906 (main): New local delta.
14907 * gdb.cp/class2.exp: Test printing delta.
14908 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14909 (dynbar): New global.
14910 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14911
14912 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14913
14914 * gdb.compile/compile-ifunc.c: New file.
14915 * gdb.compile/compile-ifunc.exp: New file.
14916
14917 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14918
14919 * gdb.base/structs.exp: Check for correct struct on finish.
14920
14921 2015-02-26 Yao Qi <yao.qi@linaro.org>
14922
14923 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14924 is zero.
14925
14926 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14927
14928 * gdb.arch/cordic.ko.bz2: New file.
14929 * gdb.arch/cordic.ko.debug.bz2: New file.
14930 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14931
14932 2015-02-25 Yao Qi <yao.qi@linaro.org>
14933
14934 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14935 aarch64*-*-* target.
14936
14937 2015-02-23 Pedro Alves <palves@redhat.com>
14938
14939 * lib/gdb.exp (delete_breakpoints): Rewrite using
14940 gdb_test_multiple.
14941
14942 2015-02-23 Pedro Alves <palves@redhat.com>
14943
14944 * gdb.base/info-os.c: Include stdlib.h.
14945
14946 2015-02-22 Doug Evans <xdje42@gmail.com>
14947
14948 PR symtab/17855
14949 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14950 is read after symbols have been re-read.
14951 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14952 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14953
14954 2015-02-21 Doug Evans <dje@google.com>
14955
14956 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14957
14958 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14959
14960 PR corefiles/17808
14961 * gdb.arch/i386-biarch-core.core.bz2: New file.
14962 * gdb.arch/i386-biarch-core.exp: New file.
14963
14964 2015-02-21 Pedro Alves <palves@redhat.com>
14965
14966 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14967 runto_main fails.
14968
14969 2015-02-20 Pedro Alves <palves@redhat.com>
14970
14971 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14972 info probes.
14973
14974 2015-02-20 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14977
14978 2015-02-20 Pedro Alves <palves@redhat.com>
14979
14980 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14981 clean_restart before gdb_target_supports_trace.
14982
14983 2015-02-20 Pedro Alves <palves@redhat.com>
14984
14985 PR threads/18006
14986 * gdb.threads/clone-thread_db.c: New file.
14987 * gdb.threads/clone-thread_db.exp: New file.
14988
14989 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14990
14991 PR breakpoints/16812
14992 * gdb.base/catch-gdb-caused-signals.c: New file.
14993 * gdb.base/catch-gdb-caused-signals.exp: New file.
14994
14995 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14996
14997 * configure: Regenerated.
14998 * configure.ac: Use GDB_AC_TRANSFORM.
14999 * aclocal.m4: sinclude ../transform.m4.
15000
15001 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15002
15003 * lib/dtrace.exp: New file.
15004 * gdb.base/dtrace-probe.exp: Likewise.
15005 * gdb.base/dtrace-probe.d: Likewise.
15006 * gdb.base/dtrace-probe.c: Likewise.
15007 * lib/pdtrace.in: Likewise.
15008 * configure.ac: Output variables with the transformed names of
15009 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15010 * configure: Regenerated.
15011
15012 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15013
15014 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15015 expected message when trying to access $_probe_* convenience
15016 variables while not on a probe.
15017
15018 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15019
15020 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15021
15022 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15023
15024 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15025 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15026
15027 2015-02-10 Doug Evans <xdje42@gmail.com>
15028
15029 * lib/gdb.exp (gdb_load): Always return a result.
15030
15031 2015-02-10 Pedro Alves <palves@redhat.com>
15032
15033 * gdb.threads/signal-sigtrap.c: New file.
15034 * gdb.threads/signal-sigtrap.exp: New file.
15035
15036 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15037
15038 * gdb.trace/no-attach-trace.c: New file.
15039 * gdb.trace/no-attach-trace.exp: New file.
15040
15041 2015-02-09 Mark Wielaard <mjw@redhat.com>
15042
15043 * gdb.dwarf2/atomic.c: New file.
15044 * gdb.dwarf2/atomic-type.exp: Likewise.
15045
15046 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15047
15048 * gdb.btrace/buffer-size.exp: Update "info record" output.
15049 * gdb.btrace/delta.exp: Update "info record" output.
15050 * gdb.btrace/enable.exp: Update "info record" output.
15051 * gdb.btrace/finish.exp: Update "info record" output.
15052 * gdb.btrace/instruction_history.exp: Update "info record" output.
15053 * gdb.btrace/next.exp: Update "info record" output.
15054 * gdb.btrace/nexti.exp: Update "info record" output.
15055 * gdb.btrace/step.exp: Update "info record" output.
15056 * gdb.btrace/stepi.exp: Update "info record" output.
15057 * gdb.btrace/nohist.exp: Update "info record" output.
15058
15059 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15060
15061 * gdb.btrace/buffer-size: New.
15062
15063 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15064
15065 * gdb.btrace/delta.exp: Update "info record" output.
15066 * gdb.btrace/enable.exp: Update "info record" output.
15067 * gdb.btrace/finish.exp: Update "info record" output.
15068 * gdb.btrace/instruction_history.exp: Update "info record" output.
15069 * gdb.btrace/next.exp: Update "info record" output.
15070 * gdb.btrace/nexti.exp: Update "info record" output.
15071 * gdb.btrace/step.exp: Update "info record" output.
15072 * gdb.btrace/stepi.exp: Update "info record" output.
15073 * gdb.btrace/nohist.exp: Update "info record" output.
15074
15075 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15076
15077 PR gdb/15678
15078 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15079
15080 2015-02-06 Pedro Alves <palves@redhat.com>
15081
15082 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15083 macro.
15084 (seconds_left, again): New globals.
15085 (main): Wait seconds_left in a 1-second sleep loop instead of
15086 sleeping 180 seconds. If 'again' is set, reset the seconds
15087 counter.
15088 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15089 'again' in the inferior before detaching. Print the seconds left.
15090 (options): New global.
15091 (top level): Build program with -DTIMEOUT=$timeout.
15092
15093 2015-02-06 Pedro Alves <palves@redhat.com>
15094
15095 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15096 determine how many seconds to pass to 'alarm'.
15097 * gdb.base/gdb-sigterm.exp (top level): Build program with
15098 -DTIMEOUT=$timeout.
15099 (do_test): Return success/failure indication. Add more verbose
15100 logging. Don't fail if 200 single steps are seen. Instead, fail
15101 when the test times out.
15102 (passes): New global.
15103 (top level): Break the testing loop if testing fails on any
15104 iteration. Use gdb_assert.
15105
15106 2015-02-04 Don Breazeal <donb@codesourcery.com>
15107
15108 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15109 and initialize them.
15110 (ipc_cleanup): New function.
15111 (main): Don't declare shmid, semid, and msqid. Add a call to
15112 atexit so that we call ipc_cleanup on exit.
15113
15114 2015-02-04 Pedro Alves <palves@redhat.com>
15115
15116 * boards/native-extended-gdbserver.exp: Remove any target variant
15117 specifications from the board name before clearing the isremote
15118 flag from board_info.
15119
15120 2015-01-31 Doug Evans <xdje42@gmail.com>
15121
15122 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15123
15124 2015-01-31 Gary Benson <gbenson@redhat.com>
15125
15126 * gdb.base/completion.exp: Disable completion limiting for
15127 existing tests. Add new tests to check completion limiting.
15128 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15129
15130 2015-01-31 Doug Evans <xdje42@gmail.com>
15131
15132 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15133
15134 2015-01-31 Doug Evans <xdje42@gmail.com>
15135
15136 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15137 entries. Duplicate file section script entries.
15138 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15139 inlined entries. Add test for safe-path rejection.
15140 * gdb.python/py-section-script.c: Add duplicate inlined section script
15141 entries. Duplicate file section script entries.
15142 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15143 inlined entries. Add test for safe-path rejection.
15144
15145 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15146
15147 * gdb.ada/disc_arr_bound: New testcase.
15148
15149 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15150
15151 * gdb.ada/mi_var_array: New testcase.
15152
15153 2015-01-27 Doug Evans <dje@google.com>
15154
15155 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15156 Add test for objfile.filename, objfile.username after objfile
15157 has been unloaded.
15158
15159 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15160
15161 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15162 the second test to print the name attribute of value
15163 returned by the call to gdb.lookup_type, and adjust
15164 the expected output accordingly.
15165
15166 2015-01-25 Mark Wielaard <mjw@redhat.com>
15167
15168 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15169 * gdb.base/disp-step-fork.c: Include unistd.h.
15170 * gdb.base/siginfo-obj.c: Include stdio.h.
15171 * gdb.base/siginfo-thread.c: Likewise.
15172 * gdb.mi/non-stop.c: Include unistd.h.
15173 * gdb.mi/nsthrexec.c: Include stdio.h.
15174 * gdb.mi/pthreads.c: Include unistd.h.
15175 * gdb.modula2/unbounded1.c (main): Declare returns int.
15176 * gdb.reverse/consecutive-reverse.c: Likewise.
15177 * gdb.threads/create-fail.c: Include unistd.h.
15178 * gdb.threads/killed.c: Likewise.
15179 * gdb.threads/linux-dp.c: Likewise.
15180 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15181 * gdb.threads/non-ldr-exc-2.c: Likewise.
15182 * gdb.threads/non-ldr-exc-3.c: Likewise.
15183 * gdb.threads/non-ldr-exc-4.c: Likewise.
15184 * gdb.threads/pthreads.c: Include unistd.h.
15185 (main): Declare returns int.
15186 * gdb.threads/tls-main.c (foo): New declaration.
15187 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15188
15189 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15190
15191 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15192 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15193
15194 2015-01-15 Mark Wielaard <mjw@redhat.com>
15195
15196 * gdb.base/noreturn-return.c: New file.
15197 * gdb.base/noreturn-return.exp: New file.
15198 * gdb.base/noreturn-finish.c: New file.
15199 * gdb.base/noreturn-finish.exp: New file.
15200
15201 2015-01-23 Pedro Alves <palves@redhat.com>
15202
15203 * gdb.threads/continue-pending-after-query.c: New file.
15204 * gdb.threads/continue-pending-after-query.exp: New file.
15205
15206 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15207 Simon Marchi <simon.marchi@ericsson.com>
15208
15209 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15210 * gdb.base/valgrind-db-attach.exp: Same.
15211 * gdb.base/valgrind-infcall.exp: Same.
15212 * lib/mi-support.exp (default_mi_gdb_start): Same.
15213 * lib/prompt.exp (default_prompt_gdb_start): Same.
15214 * lib/gdb.exp (default_gdb_spawn): Same.
15215 (gdb_interact): New.
15216
15217
15218 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15219
15220 * gdb.compile/compile.exp (pointer to jit function): New test.
15221
15222 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15223
15224 * lib/gdb.exp (supports_process_record): Return true for
15225 powerpc*-*-linux*.
15226 (supports_reverse): Likewise.
15227
15228 2015-01-15 Don Breazeal <donb@codesourcery.com>
15229
15230 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15231 instead of checking whether the target board is remote and
15232 use spawn_wait_for_attach instead of exec/sleep.
15233 * gdb.base/attach-twice.exp: Likewise.
15234
15235 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15236
15237 * gdb.ada/var_arr_attrs: New testcase.
15238
15239 2015-01-14 Pedro Alves <palves@redhat.com>
15240 Joel Brobecker <brobecker@adacore.com>
15241
15242 PR gdb/17525
15243 * gdb.base/bp-cmds-execution-x-script.c: New file.
15244 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15245 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15246
15247 2015-01-14 Pedro Alves <palves@redhat.com>
15248
15249 PR cli/17828
15250 * gdb.base/batch-preserve-term-settings.c: New file.
15251 * gdb.base/batch-preserve-term-settings.exp: New file.
15252
15253 2015-01-13 Doug Evans <dje@google.com>
15254
15255 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15256 binary.
15257
15258 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15259
15260 * Makefile.in (clean mostlyclean): Do not delete *.py.
15261
15262 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15263
15264 * gdb.python/py-lookup-type.exp: New file.
15265
15266 2015-01-12 Pedro Alves <palves@redhat.com>
15267
15268 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15269 restore GDBFLAGS before returning.
15270
15271 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15272
15273 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15274 is_amd64_regs_target and is_x86_like_target.
15275
15276 2015-01-11 Doug Evans <xdje42@gmail.com>
15277
15278 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15279 is given without an explicit form.
15280 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15281 attributes.
15282 * gdb.dwarf/corrupt.exp: Ditto.
15283 * gdb.dwarf2/enum-type.exp: Ditto.
15284 * gdb.trace/entry-values.exp: Ditto.
15285 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15286
15287 2015-01-11 Doug Evans <xdje42@gmail.com>
15288
15289 PR gdb/15830
15290 * gdb.base/maint.exp: Remove references to "maint demangle".
15291 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15292 Add tests for explicitly specifying language to demangle.
15293 * gdb.dlang/demangle.exp: Ditto.
15294
15295 2015-01-09 Pedro Alves <palves@redhat.com>
15296
15297 * gdb.threads/non-stop-fair-events.c: New file.
15298 * gdb.threads/non-stop-fair-events.exp: New file.
15299
15300 2015-01-09 Pedro Alves <palves@redhat.com>
15301
15302 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15303 the global scope. Set a breakpoint after all threads are started
15304 rather than stepping over two source lines. Expect the prompt.
15305 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15306 global.
15307 (NUM): Now 15.
15308 (main): Use threads_started_barrier to wait for all threads to
15309 start. Main thread no longer calls thread_function. Exit after
15310 180 seconds.
15311 (loop): New function.
15312 (thread_function): Wait on threads_started_barrier barrier. Call
15313 'loop' at each iteration.
15314 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15315 threads have started, instead of hardcoding number of "next"
15316 steps. Use an access watchpoint instead of a write watchpoint.
15317
15318 2015-01-09 Pedro Alves <palves@redhat.com>
15319
15320 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15321 (thread_func): Wait on barrier.
15322 (main): Wait for all threads to start before stopping GDB.
15323 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15324 global.
15325 (thread1_func, thread2_func): Wait on barrier.
15326 (main): Wait for all threads to start before stopping GDB.
15327 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15328 New global.
15329 (thread1_func, thread2_func): Wait on barrier.
15330 (main): Wait for all threads to start before stopping GDB.
15331
15332 2015-01-09 Pedro Alves <palves@redhat.com>
15333
15334 * gdb.threads/attach-many-short-lived-threads.c: New file.
15335 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15336
15337 2014-01-09 Pedro Alves <palves@redhat.com>
15338
15339 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15340 instead of to thread 2.
15341 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15342 Add barrier around each pthread_create call instead of around all
15343 calls.
15344 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15345 Set a break on thread_function and have the child threads hit it
15346 one at at a time.
15347
15348 2015-01-09 Pedro Alves <palves@redhat.com>
15349
15350 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15351 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15352 false.
15353 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15354 checking whether the target board is remote.
15355 * gdb.multi/multi-attach.exp: Likewise.
15356 * gdb.python/py-sync-interp.exp: Likewise.
15357 * gdb.server/ext-attach.exp: Likewise.
15358 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15359 tests that need to attach, instead of checking whether the target
15360 board is remote at the top of the file.
15361
15362 2015-01-08 Yao Qi <yao@codesourcery.com>
15363
15364 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15365
15366 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15367
15368 Fix testcase compilation.
15369 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15370
15371 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15372
15373 * gdb.python/py-type.exp: Add a couple test about empty
15374 array creation, and negative-length array creation.
15375
15376 2015-01-02 Doug Evans <xdje42@gmail.com>
15377
15378 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15379
15380 2015-01-02 Doug Evans <dje@google.com>
15381
15382 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15383
15384 2014-12-29 Yao Qi <yao@codesourcery.com>
15385
15386 * gdb.trace/entry-values.exp: Update comments. Rename variable
15387 bar_call_foo to returned_from_foo.
15388
15389 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15390
15391 PR gdb/17394
15392 * gdb.linespec/break-asm-file.c: New file.
15393 * gdb.linespec/break-asm-file.exp: New file.
15394 * gdb.linespec/break-asm-file0.s: New file.
15395 * gdb.linespec/break-asm-file1.s: New file.
15396
15397 2014-12-18 Nigel Stephens <nigel@mips.com>
15398 Maciej W. Rozycki <macro@codesourcery.com>
15399
15400 * gdb.base/float.exp: Handle the new output from "info float" on
15401 MIPS targets.
15402
15403 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15404
15405 Fix MinGW compilation.
15406 * gdb.compile/compile-ops.exp: Update untested message if
15407 !skip_compile_feature_tests.
15408 * gdb.compile/compile-setjmp.exp: Likewise.
15409 * gdb.compile/compile-tls.exp: Likewise.
15410 * gdb.compile/compile.exp: Likewise.
15411 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15412 supported on this host".
15413
15414 2014-12-16 Doug Evans <xdje42@gmail.com>
15415
15416 * boards/stabs.exp: New file.
15417
15418 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15419
15420 * gdb.base/completion.exp: Adjust to format changes of "maint
15421 print user-registers".
15422
15423 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15424
15425 PR server/17457
15426 * gdb.arch/aarch64-fp.c: New file.
15427 * gdb.arch/aarch64-fp.exp: New file.
15428
15429 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15430
15431 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15432 r210637, r210913, r211666, r215400, r215817).
15433
15434 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15435 * dg-extract-results.py: New file.
15436 * dg-extract-results.sh: Use it if the environment seems
15437 suitable.
15438
15439 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15440
15441 * dg-extract-results.py (parse_run): Handle warnings that
15442 are printed before a test harness is run.
15443
15444 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15445
15446 * dg-extract-results.py (Named): Remove __cmp__ method.
15447 (output_variation): Use a key to sort variation.harnesses.
15448
15449 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15450
15451 * dg-extract-results.py: For Python 3, force sys.stdout to
15452 handle surrogate escape sequences.
15453 (safe_open): New function.
15454 (output_segment, main): Use it.
15455
15456 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15457
15458 * dg-extract-results.py (Prog.result_re): Include options
15459 in test name.
15460
15461 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15462
15463 * dg-extract-results.py (output_variation): Always sort if
15464 do_sum.
15465
15466 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15467
15468 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15469 as long as we get pagination notifications.
15470
15471 2014-12-15 Jason Merrill <jason@redhat.com>
15472
15473 * Makefile.in (check-gdb.%): Restore.
15474 * README: Mention it.
15475
15476 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15477
15478 * gdb.ada/str_uninit: New testcase.
15479
15480 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15481
15482 PR symtab/17642
15483 * gdb.base/vla-stub-define.c: New file.
15484 * gdb.base/vla-stub.c: New file.
15485 * gdb.base/vla-stub.exp: New file.
15486
15487 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15488 Jan Kratochvil <jan.kratochvil@redhat.com>
15489 Tom Tromey <tromey@redhat.com>
15490
15491 * configure.ac: Add gdb.compile/.
15492 * configure: Regenerate.
15493 * gdb.compile/Makefile.in: New file.
15494 * gdb.compile/compile-ops.exp: New file.
15495 * gdb.compile/compile-ops.c: New file.
15496 * gdb.compile/compile-tls.c: New file.
15497 * gdb.compile/compile-tls.exp: New file.
15498 * gdb.compile/compile-constvar.S: New file.
15499 * gdb.compile/compile-constvar.c: New file.
15500 * gdb.compile/compile-mod.c: New file.
15501 * gdb.compile/compile-nodebug.c: New file.
15502 * gdb.compile/compile-setjmp-mod.c: New file.
15503 * gdb.compile/compile-setjmp.c: New file.
15504 * gdb.compile/compile-setjmp.exp: New file.
15505 * gdb.compile/compile-shlib.c: New file.
15506 * gdb.compile/compile.c: New file.
15507 * gdb.compile/compile.exp: New file.
15508 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15509
15510 2014-12-12 Tom Tromey <tromey@redhat.com>
15511
15512 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15513 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15514
15515 2014-12-12 Doug Evans <dje@google.com>
15516
15517 * lib/gdb-python.exp (get_python_valueof): New function.
15518 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15519
15520 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15521
15522 * gdb.base/completion.exp: Add test for completion of "info
15523 registers ".
15524
15525 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15526
15527 * gdb.base/func-ptrs.c: New file.
15528 * gdb.base/func-ptrs.exp: New file.
15529
15530 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15531
15532 PR breakpoints/17012
15533 * gdb.base/dprintf-detach.c: New file.
15534 * gdb.base/dprintf-detach.exp: New file.
15535
15536 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15537
15538 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15539 * lib/gdb.exp (target_is_gdbserver): New procedure.
15540
15541 2014-12-08 Doug Evans <dje@google.com>
15542
15543 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15544
15545 2014-12-05 Yao Qi <yao@codesourcery.com>
15546
15547 * gdb.guile/scm-error.exp: Remove the third argument to
15548 gdb_remote_download.
15549 * gdb.guile/scm-frame-args.exp: Likewise.
15550 * gdb.guile/scm-section-script.exp: Likewise.
15551
15552 2014-12-05 Yao Qi <yao@codesourcery.com>
15553
15554 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15555
15556 2014-12-04 Doug Evans <dje@google.com>
15557
15558 * gdb.python/py-objfile.exp: Add tests for
15559 objfile.add_separate_debug_file.
15560
15561 2014-12-04 Doug Evans <dje@google.com>
15562
15563 * lib/gdb.exp (get_build_id): New function.
15564 (build_id_debug_filename_get): Rewrite to use it.
15565 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15566
15567 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15568
15569 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15570 `method(long)', not just 0x0.
15571 * gdb.cp/nsalias.exp: Align code labels to 4.
15572 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15573 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15574 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15575 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15576 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15577 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15578
15579 2014-12-02 Doug Evans <dje@google.com>
15580
15581 PR symtab/17602
15582 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15583 * gdb.cp/anon-ns2.cc: ... here. New file.
15584 * gdb.cp/anon-ns.exp: Update.
15585
15586 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15587
15588 * gdb.python/py-events.py (inferior_call_handler): New.
15589 (register_changed_handler, memory_changed_handler): New.
15590 (test_events.invoke): Register new handlers.
15591 * gdb.python/py-events.exp: Add tests for inferior call,
15592 memory_changed and register_changed events.
15593
15594 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15595
15596 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15597 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15598 if the linker doesn't understand this.
15599
15600 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15601
15602 * gdb.python/python.exp: Change expected reply to help().
15603
15604 2014-12-01 Yao Qi <yao@codesourcery.com>
15605
15606 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15607 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15608 * configure: Re-generated.
15609
15610 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15611
15612 * gdb.cp/chained-calls.cc: New file.
15613 * gdb.cp/chained-calls.exp: New file.
15614 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15615
15616 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15617
15618 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15619 * gdb.dwarf2/symtab-producer.exp: Same.
15620 * gdb.gdb/python-interrupts.exp: Same.
15621 * gdb.gdb/python-selftest.exp: Same.
15622 * gdb.python/py-linetable.exp: Same.
15623 * gdb.python/py-type.exp: Same.
15624 * gdb.python/py-value-cc.exp: Same.
15625 * gdb.python/py-value.exp: Same.
15626
15627 2014-11-28 Yao Qi <yao@codesourcery.com>
15628
15629 * gdb.base/break-probes.exp: Match library name prefixed with
15630 sysroot.
15631
15632 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15633
15634 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15635 test expected output. Add parentheses for the call to print.
15636 Remove L suffix from integers.
15637
15638 2014-11-26 Doug Evans <dje@google.com>
15639
15640 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15641
15642 2014-11-22 Yao Qi <yao@codesourcery.com>
15643
15644 * gdb.trace/entry-values.c: Remove asms.
15645 (foo): Add foo_label.
15646 (bar): Add bar_label.
15647 * gdb.trace/entry-values.exp: Remove code computing foo's
15648 length and bar's length.
15649 (Dwarf::assemble): Invoke function_range for bar and use
15650 MACRO_AT_func for foo.
15651
15652 2014-11-22 Yao Qi <yao@codesourcery.com>
15653
15654 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15655 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15656 Use .Lgcc43_procstart instead of gcc43.
15657
15658 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15659
15660 * gdb.ada/n_arr_bound: New testcase.
15661
15662 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15663
15664 PR breakpoints/10737
15665 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15666 test_catch_syscall_multi_arch.
15667 (test_catch_syscall_multi_arch): New function.
15668
15669 2014-11-20 Doug Evans <xdje42@gmail.com>
15670
15671 * gdb.base/maint.exp: Update expected output.
15672
15673 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15674
15675 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15676 4-byte instruction on S390.
15677
15678 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15679
15680 * gdb.ada/arr_arr: New testcase.
15681
15682 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15683
15684 * gdb.ada/pkd_arr_elem: New Testcase.
15685
15686 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15687
15688 * gdb.reverse/break-precsave: Expect completion message for
15689 core file reads.
15690 * gdb.reverse/consecutive-precsave.exp: Likewise.
15691 * gdb.reverse/finish-precsave.exp: Likewise.
15692 * gdb.reverse/i386-precsave.exp: Likewise.
15693 * gdb.reverse/machinestate-precsave.exp: Likewise.
15694 * gdb.reverse/sigall-precsave.exp: Likewise.
15695 * gdb.reverse/solib-precsave.exp: Likewise.
15696 * gdb.reverse/step-precsave.exp: Likewise.
15697 * gdb.reverse/until-precsave.exp: Likewise.
15698 * gdb.reverse/watch-precsave.exp: Likewise.
15699
15700 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15701
15702 * gdb.base/bp-permanent.c: Include unistd.h.
15703 * gdb.python/py-framefilter-mi.c (main): Add return type.
15704 * gdb.python/py-framefilter.c (main): Likewise.
15705 * gdb.trace/actions-changed.c (main): Likewise.
15706
15707 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15708
15709 * gdb.mi/until.c: Add eye-catchers.
15710 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15711 line numbers.
15712
15713 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15714
15715 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15716 function header variants in break1.c.
15717 * gdb.base/ena-dis-br.exp: Likewise.
15718 * gdb.base/hbreak2.exp: Likewise.
15719 * gdb.reverse/until-precsave.exp: Drop references to removed
15720 non-prototype function header variants in ur1.c.
15721 * gdb.reverse/until-reverse.exp: Likewise.
15722
15723 2014-11-17 Petr Machata <pmachata@redhat.com>
15724
15725 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15726 ${_cu_offset_size} bytes abbrev offset.
15727
15728 2014-11-15 Doug Evans <xdje42@gmail.com>
15729
15730 PR symtab/17559
15731 * gdb.base/line-symtabs.exp: New file.
15732 * gdb.base/line-symtabs.c: New file.
15733 * gdb.base/line-symtabs.h: New file.
15734
15735 2014-11-14 Yao Qi <yao@codesourcery.com>
15736
15737 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15738 (func): Add label func_label.
15739 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15740 Replace low_pc and high_pc with MACRO_AT_range.
15741 Replace name, low_pc and high_pc with MACRO_AT_func.
15742
15743 2014-11-14 Yao Qi <yao@codesourcery.com>
15744
15745 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15746 Replace name, low_pc and high_pc with MACRO_AT_func.
15747
15748 2014-11-14 Yao Qi <yao@codesourcery.com>
15749
15750 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15751 produce debug information.
15752 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15753
15754 2014-11-14 Yao Qi <yao@codesourcery.com>
15755
15756 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15757 object and get function length.
15758 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15759 with MACRO_AT_func.
15760 (top-level): Replace gdb_compile and clean_restart with
15761 prepare_for_testing.
15762 * gdb.dwarf2/main.c (main): Add label main_label.
15763
15764 2014-11-14 Yao Qi <yao@codesourcery.com>
15765
15766 * lib/dwarf.exp (function_range): New procedure.
15767 (Dwarf::_handle_macro_at_func): New procedure.
15768 (Dwarf::_handle_macro_at_range): New procedure.
15769 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15770
15771 2014-11-14 Yao Qi <yao@codesourcery.com>
15772
15773 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15774 (_handle_attribute): New procedure.
15775
15776 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15777
15778 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15779 * gdb.base/call-sc.c (zed): Likewise.
15780 * gdb.base/checkpoint.c (main): Likewise.
15781 * gdb.base/dump.c (main): Likewise.
15782 * gdb.base/gcore.c (main): Likewise.
15783 * gdb.base/huge.c (main): Likewise.
15784 * gdb.base/multi-forks.c (main): Likewise.
15785 * gdb.base/pr10179-a.c (main): Likewise.
15786 * gdb.base/savedregs.c (main): Likewise.
15787 * gdb.base/sigaltstack.c (main): Likewise.
15788 * gdb.base/siginfo.c (main): Likewise.
15789 * gdb.base/structs.c (zed): Likewise.
15790 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15791 * gdb.mi/mi-syn-frame.c (main): Likewise.
15792 * gdb.mi/until.c (foo, main): Likewise.
15793 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15794 * gdb.base/solib-weak.c (foo): Declare.
15795 * gdb.base/attach-twice.c: Include stdio.h.
15796 * gdb.base/weaklib1.c: Likewise.
15797 * gdb.base/weaklib2.c: Likewise.
15798 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15799 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15800 unistd.h.
15801 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15802 * gdb.mi/mi-exit-code.c: Likewise.
15803 * gdb.base/break-interp-lib.c: Include string.h.
15804 * gdb.base/coremaker.c: Likewise.
15805 * gdb.base/testenv.c: Likewise.
15806 * gdb.python/py-finish-breakpoint.c: Likewise.
15807 * gdb.base/inferior-died.c: Include sys/wait.h.
15808 * gdb.base/fileio.c: Include time.h.
15809 * gdb.base/async-shell.c: Include unistd.h.
15810 * gdb.base/dprintf-non-stop.c: Likewise.
15811 * gdb.base/info-os.c: Likewise.
15812 * gdb.mi/mi-console.c: Likewise.
15813 * gdb.mi/watch-nonstop.c: Likewise.
15814 * gdb.python/py-events.c: Likewise.
15815 * gdb.base/async.c (baz): Move up before its invocation.
15816 * gdb.base/code_elim2.c (my_global_func): Likewise.
15817 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15818 * gdb.base/advance.c (func2): Likewise.
15819
15820 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15821
15822 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15823 variant.
15824 * gdb.base/annota3.c: Likewise.
15825 * gdb.base/async.c: Likewise.
15826 * gdb.base/average.c: Likewise.
15827 * gdb.base/call-ar-st.c: Likewise.
15828 * gdb.base/call-rt-st.c: Likewise.
15829 * gdb.base/call-sc.c: Likewise.
15830 * gdb.base/call-strs.c: Likewise.
15831 * gdb.base/ending-run.c: Likewise.
15832 * gdb.base/execd-prog.c: Likewise.
15833 * gdb.base/exprs.c: Likewise.
15834 * gdb.base/foll-exec.c: Likewise.
15835 * gdb.base/foll-fork.c: Likewise.
15836 * gdb.base/foll-vfork.c: Likewise.
15837 * gdb.base/funcargs.c: Likewise.
15838 * gdb.base/gcore.c: Likewise.
15839 * gdb.base/jump.c: Likewise.
15840 * gdb.base/langs0.c: Likewise.
15841 * gdb.base/langs1.c: Likewise.
15842 * gdb.base/langs2.c: Likewise.
15843 * gdb.base/mips_pro.c: Likewise.
15844 * gdb.base/nodebug.c: Likewise.
15845 * gdb.base/opaque0.c: Likewise.
15846 * gdb.base/opaque1.c: Likewise.
15847 * gdb.base/recurse.c: Likewise.
15848 * gdb.base/run.c: Likewise.
15849 * gdb.base/scope0.c: Likewise.
15850 * gdb.base/scope1.c: Likewise.
15851 * gdb.base/setshow.c: Likewise.
15852 * gdb.base/setvar.c: Likewise.
15853 * gdb.base/shmain.c: Likewise.
15854 * gdb.base/shr1.c: Likewise.
15855 * gdb.base/shr2.c: Likewise.
15856 * gdb.base/sigall.c: Likewise.
15857 * gdb.base/signals.c: Likewise.
15858 * gdb.base/so-indr-cl.c: Likewise.
15859 * gdb.base/solib2.c: Likewise.
15860 * gdb.base/structs.c: Likewise.
15861 * gdb.base/sum.c: Likewise.
15862 * gdb.base/vforked-prog.c: Likewise.
15863 * gdb.base/watchpoint.c: Likewise.
15864 * gdb.reverse/shr2.c: Likewise.
15865 * gdb.reverse/until-reverse.c: Likewise.
15866 * gdb.reverse/ur1.c: Likewise.
15867 * gdb.reverse/watch-reverse.c: Likewise.
15868
15869 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15870
15871 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15872 variant.
15873 * gdb.base/sepdebug.exp: Drop references to removed code.
15874
15875 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15876
15877 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15878 variant. Preserve original line numbering.
15879 * gdb.base/list1.c: Likewise.
15880
15881 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15882
15883 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15884 variant.
15885 * gdb.base/break1.c: Likewise.
15886 * gdb.base/break.exp: Drop references to removed code.
15887
15888 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15889
15890 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15891 variant.
15892
15893 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15894
15895 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15896
15897 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15898
15899 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15900 logic into perform_all_tests() and invoke it with and without
15901 function header prototypes.
15902 (do_function_calls): Remove conditional XFAIL for PR 5318.
15903 (rerun_and_prepare): Remove duplicate code.
15904 (perform_all_tests): New. Main logic moved here.
15905
15906 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15907
15908 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15909 code guarded by #ifdef NO_PROTOTYPES.
15910 (t_double_many_args): Likewise.
15911 (DEF_FUNC_MANY_ARGS_1): Likewise.
15912 (DEF_FUNC_VALUES_1): Likewise.
15913 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15914 guarded by #ifdef PROTOTYPES.
15915
15916 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15917
15918 * gdb.mi/mi-console.c: Add eye-catcher.
15919 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15920 instead of literal line number.
15921
15922 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15923
15924 * gdb.base/shr2.c: Add eye-catcher.
15925 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15926 line number.
15927
15928 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15929
15930 * gdb.base/jump.c: Add eye-catchers.
15931 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15932 numbers.
15933
15934 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15935
15936 * gdb.base/execd-prog.c: Add eye-catchers.
15937 * gdb.base/foll-exec.c: Likewise.
15938 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15939 line numbers.
15940
15941 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15942
15943 * gdb.base/ending-run.c: Add eye-catchers.
15944 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15945 literal line numbers.
15946
15947 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15948
15949 * gdb.base/call-rt-st.c: Add eye-catchers.
15950 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15951 literal line numbers.
15952
15953 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15954
15955 * gdb.base/call-ar-st.c: Add eye-catchers.
15956 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15957 literal line numbers.
15958
15959 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15960
15961 * gdb.base/average.c: Add eye-catchers.
15962 * gdb.base/sum.c: Likewise.
15963 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15964 regexps dynamically.
15965
15966 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15967
15968 * gdb.base/solib1.c: Add eye-catchers.
15969 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15970 literal line numbers.
15971
15972 2014-11-12 Pedro Alves <palves@redhat.com>
15973
15974 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15975 leader has exited.
15976
15977 2014-11-12 Pedro Alves <palves@redhat.com>
15978
15979 * gdb.arch/i386-bp_permanent.c: New file.
15980 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15981 (srcfile): Set to i386-bp_permanent.c.
15982 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15983 that stepi does not execute the 'leave' instruction, instead of
15984 testing it does execute.
15985 * gdb.base/bp-permanent.c: New file.
15986 * gdb.base/bp-permanent.exp: New file.
15987
15988 2014-11-10 Doug Evans <xdje42@gmail.com>
15989
15990 PR symtab/17564
15991 * gdb.base/symtab-search-order.exp: New file.
15992 * gdb.base/symtab-search-order.c: New file.
15993 * gdb.base/symtab-search-order-1.c: New file.
15994 * gdb.base/symtab-search-order-shlib-1.c: New file.
15995
15996 2014-11-07 Pedro Alves <palves@redhat.com>
15997
15998 PR gdb/17511
15999 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16000 i?86-*-linux*.
16001
16002 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16003
16004 PR c++/17494
16005 * gdb.cp/pr17494.cc: New file.
16006 * gdb.cp/pr17494.exp: New file.
16007
16008 2014-11-02 Yao Qi <yao@codesourcery.com>
16009
16010 * gdb.python/python.exp: Get working directory and match the
16011 output of "set extended-prompt \\w " with it.
16012
16013 2014-10-30 Doug Evans <dje@google.com>
16014
16015 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16016 in objfiles.
16017 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16018 in progspaces.
16019
16020 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16021
16022 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16023 * gdb.base/realname-expand.exp: Likewise.
16024 * gdb.linespec/macro-relative.exp: Likewise.
16025
16026 2014-10-29 Pedro Alves <palves@redhat.com>
16027
16028 PR gdb/17408
16029 * gdb.threads/schedlock.c (some_function): New function.
16030 (call_function): New global.
16031 (MAYBE_CALL_SOME_FUNCTION): New macro.
16032 (thread_function): Call it.
16033 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16034 and use it instead of a global counter. Adjust all callers.
16035 (get_current_thread): Use "find current thread" for test message
16036 here rather than having all callers pass down the same string.
16037 (goto_loop): New procedure, factored out from ...
16038 (my_continue): ... this.
16039 (step_ten_loops): Change parameter from test message to command to
16040 use. Adjust.
16041 (list_count): Delete global.
16042 (check_result): New procedure, factored out from duplicate top
16043 level code.
16044 (continue tests): Wrap in with_test_prefix.
16045 (test_step): New procedure, factored out from duplicate top level
16046 code.
16047 (top level): Test "step" in combination with all scheduler-locking
16048 modes. Test "next" in combination with all scheduler-locking
16049 modes, and in combination with stepping over a function call or
16050 not.
16051 * gdb.threads/next-bp-other-thread.c: New file.
16052 * gdb.threads/next-bp-other-thread.exp: New file.
16053
16054 2014-10-29 Pedro Alves <palves@redhat.com>
16055
16056 PR python/17372
16057 * gdb.python/python.exp: Test a multi-line command that spawns
16058 interactive Python.
16059 * gdb.base/multi-line-starts-subshell.exp: New file.
16060
16061 2014-10-29 Yao Qi <yao@codesourcery.com>
16062
16063 * gdb.base/fileio.exp: Make directories on host.
16064
16065 2014-10-29 Yao Qi <yao@codesourcery.com>
16066
16067 * gdb.base/fileio.c (test_write): Close the file.
16068
16069 2014-10-28 Pedro Alves <palves@redhat.com>
16070
16071 PR gdb/12623
16072 * gdb.base/sigstep.c (no_handler): New global.
16073 (main): If 'no_handler is true, set the signal handlers to
16074 SIG_IGN.
16075 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16076 with_sw_watch and no_handler parameters. Handle them.
16077 (top level) <stepping over handler when stopped at a breakpoint
16078 test>: Add a test axis for testing with a software watchpoint, and
16079 another for testing with the signal handler set to SIG_IGN.
16080 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16081 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16082
16083 2014-10-28 Pedro Alves <palves@redhat.com>
16084
16085 PR gdb/17511
16086 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16087 * gdb.base/sigstep.exp (other_handler_location): New global.
16088 (advance): Support stepping into the signal handler, and running
16089 commands while in the handler.
16090 (in_handler_map): New global.
16091 (top level): In the advance test, add combinations for getting
16092 into the handler with stepping commands, and for running commands
16093 in the handler. Add comment descripting the advancei tests.
16094
16095 2014-10-28 Pedro Alves <palves@redhat.com>
16096
16097 * gdb.base/sigstep.exp: Use build_executable instead of
16098 prepare_for_testing.
16099 (top level): Move code that starts GDB, runs to main and creates a
16100 display to ...
16101 (restart): ... this new procedure.
16102 (top level): Move backtrace from signal handler test to ...
16103 (validate_backtrace): ... this new procedure.
16104 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16105 with_test_prefix. Always restart GDB.
16106 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16107 with_test_prefix. Always restart GDB. No need to delete
16108 breakpoints after the test.
16109 (test_skip_handler): Remove prefix parameter.
16110 (skip_over_handler, breakpoint_to_handler)
16111 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16112 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16113 restart GDB. No need to delete breakpoints after the test.
16114 (top level): Use foreach to call the test procedures with
16115 different commands.
16116
16117 2014-10-28 Pedro Alves <palves@redhat.com>
16118
16119 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16120 instead of GNATS numbers.
16121 * gdb.base/sigbpt.exp: Likewise.
16122 * gdb.base/siginfo.exp: Likewise.
16123 * gdb.base/sigstep.exp: Likewise.
16124
16125 2014-10-27 Pedro Alves <palves@redhat.com>
16126
16127 * gdb.base/sigstep.c (dummy): New global.
16128 (main): Issue a couple writes to the new global.
16129 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16130 procedures.
16131 (skip_over_handler): Use test_skip_handler.
16132 (top level): Call skip_over_handler for stepi and nexti too.
16133 (breakpoint_over_handler): Use test_skip_handler.
16134 (top level): Call breakpoint_over_handler for stepi and nexti too.
16135
16136 2014-10-27 Yao Qi <yao@codesourcery.com>
16137
16138 * gdb.trace/tfile.c (adjust_function_address)
16139 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16140 function descriptor.
16141
16142 2014-10-24 Don Breazeal <donb@codesourcery.com>
16143
16144 * gdb.base/foll-fork.exp (test_follow_fork,
16145 catch_fork_child_follow): Check for updated fork messages emitted
16146 from infrun.c.
16147 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16148 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16149 vfork_and_exec_child_follow_through_step): Check for updated vfork
16150 messages emitted from infrun.c.
16151
16152 2014-10-24 Pedro Alves <palves@redhat.com>
16153
16154 * gdb.base/corefile.exp: Remove references to ultrix.
16155 * gdb.base/interrupt.exp: Likewise.
16156 * gdb.base/whatis.exp: Likewise.
16157 * gdb.gdb/selftest.exp: Likewise.
16158 * gdb.threads/manythreads.exp: Likewise.
16159 * gdb.threads/print-threads.exp: Likewise.
16160 * gdb.threads/pthreads.exp:: Likewise.
16161 * gdb.threads/schedlock.exp: Likewise.
16162
16163 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16164
16165 * gdb.cp/non-trivial-retval.cc: Add a test case.
16166 * gdb.cp/non-trivial-retval.exp: Add a test.
16167
16168 2014-10-20 Yao Qi <yao@codesourcery.com>
16169
16170 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16171 * gdb.python/py-objfile-script-gdb.py: New file.
16172 * gdb.python/py-objfile-script.exp: Update reference to
16173 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16174 of remote_download. Remove the dest file.
16175
16176 2014-10-20 Yao Qi <yao@codesourcery.com>
16177
16178 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16179 * gdb.base/step-line.exp: Likewise.
16180 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16181 * gdb.dwarf2/dw2-basic.exp: Likewise.
16182 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16183 * gdb.dwarf2/dw2-filename.exp: Likewise.
16184 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16185 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16186 * gdb.dwarf2/dw2-producer.exp: Likewise.
16187 * gdb.dwarf2/mac-fileno.exp: Likewise.
16188 * gdb.python/py-frame-args.exp: Likewise.
16189 * gdb.python/py-framefilter.exp: Likewise.
16190 * gdb.python/py-mi.exp: Likewise.
16191 * gdb.python/py-objfile-script.exp: Likewise
16192 * gdb.python/py-pp-integral.exp: Likewise.
16193 * gdb.python/py-pp-re-notag.exp: Likewise.
16194 * gdb.python/py-prettyprint.exp: Likewise.
16195 * gdb.python/py-section-script.exp: Likewise.
16196 * gdb.python/py-typeprint.exp: Likewise.
16197 * gdb.python/py-xmethods.exp: Likewise.
16198 * gdb.stabs/weird.exp: Likewise.
16199 * gdb.xml/tdesc-regs.exp: Likewise.
16200
16201 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16202
16203 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16204 (out_cu): Use addr_len for the size of addresses.
16205 (out_line): Likewise. Size DW_LNE_set_address instruction
16206 according to addr_len.
16207 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16208 (FUNC): Add START_INSNS to definition.
16209
16210 2014-10-18 Yao Qi <yao@codesourcery.com>
16211
16212 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16213 gdb_has_argv0 return true.
16214 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16215 check [target_info exists noargs], check [gdb_has_argv0]
16216 instead.
16217 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16218 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16219 procedures.
16220
16221 2014-10-17 Doug Evans <dje@google.com>
16222
16223 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16224 event.
16225 * gdb.python/py-events.py: Add clear_objfiles event.
16226
16227 2014-10-17 Doug Evans <dje@google.com>
16228
16229 * gdb.python/py-objfile.exp: Test progspace attribute.
16230
16231 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16232
16233 * gdb.guile/scm-breakpoint.exp: Do not assume any
16234 directory separators when matching source file paths.
16235 * gdb.python/py-breakpoint.exp: Likewise.
16236 * gdb.reverse/break-precsave.exp: Likewise.
16237 * gdb.reverse/break-reverse.exp: Likewise.
16238 * gdb.reverse/consecutive-precsave.exp: Likewise.
16239 * gdb.reverse/finish-precsave.exp: Likewise.
16240 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16241 * gdb.reverse/finish-reverse.exp: Likewise.
16242 * gdb.reverse/i386-precsave.exp: Likewise.
16243 * gdb.reverse/i387-env-reverse.exp: Likewise.
16244 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16245 * gdb.reverse/machinestate-precsave.exp: Likewise.
16246 * gdb.reverse/machinestate.exp: Likewise.
16247 * gdb.reverse/sigall-precsave.exp: Likewise.
16248 * gdb.reverse/solib-precsave.exp: Likewise.
16249 * gdb.reverse/step-precsave.exp: Likewise.
16250 * gdb.reverse/until-precsave.exp: Likewise.
16251 * gdb.reverse/watch-precsave.exp: Likewise.
16252 * gdb.reverse/watch-reverse.exp: Likewise.
16253
16254 2014-10-17 Yao Qi <yao@codesourcery.com>
16255
16256 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16257 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16258
16259 2014-10-17 Pedro Alves <palves@redhat.com>
16260
16261 PR gdb/17471
16262 * gdb.base/bg-execution-repeat.c: New file.
16263 * gdb.base/bg-execution-repeat.exp: New file.
16264
16265 2014-10-17 Pedro Alves <palves@redhat.com>
16266
16267 PR gdb/17300
16268 * gdb.base/continue-all-already-running.c: New file.
16269 * gdb.base/continue-all-already-running.exp: New file.
16270
16271 2014-10-17 Pedro Alves <palves@redhat.com>
16272
16273 PR gdb/17472
16274 * gdb.base/annota-input-while-running.c: New file.
16275 * gdb.base/annota-input-while-running.exp: New file.
16276
16277 2014-10-17 Pedro Alves <palves@redhat.com>
16278
16279 * gdb.base/callfuncs.exp: emove references to osf.
16280 * gdb.base/sigall.exp: Likewise.
16281 * gdb.gdb/selftest.exp: Likewise.
16282 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16283 * gdb.mi/non-stop.c: Likewise.
16284 * gdb.mi/pthreads.c: Likewise.
16285 * gdb.reverse/sigall-precsave.exp: Likewise.
16286 * gdb.reverse/sigall-reverse.exp: Likewise.
16287 * gdb.threads/pthreads.c: Likewise.
16288 * gdb.threads/pthreads.exp: Likewise.
16289
16290 2014-10-17 Yao Qi <yao@codesourcery.com>
16291
16292 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16293 check 'target_info exists noargs'.
16294 (test_command_prompt_position): Likewise.
16295 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16296 Remove "set args".
16297 (progvar_simple_while_test): Likewise.
16298 (progvar_complex_if_while_test): Likewise.
16299 (if_while_breakpoint_command_test): Likewise.
16300 (infrun_breakpoint_command_test): Likewise.
16301 (breakpoint_command_test): Likewise.
16302 (watchpoint_command_test): Likewise.
16303 (bp_deleted_in_command_test): Likewise.
16304 (temporary_breakpoint_commands): Likewise.
16305
16306 2014-10-16 Yao Qi <yao@codesourcery.com>
16307
16308 * gdb.base/remotetimeout.exp: Remove noargs checking.
16309
16310 2014-10-15 Pedro Alves <palves@redhat.com>
16311
16312 PR breakpoints/9649
16313 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16314 * gdb.base/breakpoint-in-ro-region.exp
16315 (probe_target_hardware_step): New procedure.
16316 (top level): Probe hardware stepping and hardware breakpoint
16317 support. Test stepping through a read-only region, with both
16318 "breakpoint auto-hw" on and off and both "always-inserted" on and
16319 off.
16320
16321 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16322
16323 * gdb.dlang/demangle.exp: Update for demangling changes.
16324
16325 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16326
16327 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16328 * gdb.cp/non-trivial-retval.exp: Add new tests.
16329
16330 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16331
16332 PR c++/13403
16333 PR c++/15154
16334 * gdb.cp/non-trivial-retval.cc: New file.
16335 * gdb.cp/non-trivial-retval.exp: New file.
16336
16337 2014-10-15 Yao Qi <yao@codesourcery.com>
16338
16339 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16340 remote host.
16341
16342 2014-10-15 Yao Qi <yao@codesourcery.com>
16343
16344 * gdb.python/py-symbol.exp: Match file base name if host is
16345 remote, otherwise match file name with dir name.
16346 * gdb.python/py-symtab.exp: Likewise.
16347 * gdb.python/python.exp: Likewise.
16348
16349 2014-10-15 Yao Qi <yao@codesourcery.com>
16350
16351 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16352 pattern.
16353 * gdb.python/py-symtab.exp: Likewise.
16354 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16355 locationn.
16356
16357 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16358
16359 * gdb.ada/addr_arith: New testcase.
16360
16361 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16362
16363 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16364 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16365 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16366 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16367
16368 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16369
16370 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16371 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16372 * gdb.arch/stap-eval-lang-ada.exp: New file.
16373
16374 2014-10-14 Yao Qi <yao@codesourcery.com>
16375
16376 * gdb.mi/mi-var-child.c (nothing1): New function.
16377 (nothing2): New function.
16378 (do_children_tests): Set function pointers by nothing1 and
16379 nothing2.
16380 * gdb.mi/mi-var-child.exp: Step over new added statements.
16381 Update test to match the new output.
16382 * gdb.mi/var-cmd.c (nothing1): New function.
16383 (nothing2): New function.
16384 (do_children_tests): Set function pointers by nothing1 and
16385 nothing2.
16386 * gdb.mi/mi-var-display.exp: Update test to match output.
16387 Step to the line specified by $line_dct_nothing.
16388 Increase the number of lines to step.
16389
16390 2014-10-14 Yao Qi <yao@codesourcery.com>
16391
16392 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16393 tests.
16394 * gdb.mi/mi2-var-child.exp: Likewise.
16395
16396 2014-10-13 Doug Evans <dje@google.com>
16397
16398 * gdb.python/py-objfile.exp: Change name of file name test.
16399
16400 2014-10-13 Doug Evans <dje@google.com>
16401
16402 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16403 from the start of the CU.
16404
16405 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16406 Yao Qi <yao@codesourcery.com>
16407
16408 Fix "save breakpoints" for "catch" command.
16409 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16410 Remove -nonewline. Match also the added "main" line.
16411
16412 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16413
16414 Fix "save breakpoints" for "disable $bpnum" command.
16415 * gdb.base/save-bp.c (main): Add label.
16416 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16417
16418 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16419
16420 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16421
16422 2014-10-11 Yao Qi <yao@codesourcery.com>
16423
16424 * gdb.server/server-kill.exp: Execute command
16425 "set remote trace-status-packet on" before "tstatus".
16426
16427 2014-10-11 Yao Qi <yao@codesourcery.com>
16428
16429 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16430 (main): Call getppid.
16431 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16432 and continue to it. Read variable "server_pid".
16433
16434 2014-10-11 Yao Qi <yao@codesourcery.com>
16435
16436 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16437
16438 2014-10-11 Yao Qi <yao@codesourcery.com>
16439
16440 * gdb.threads/thread-find.exp: Don't execute command
16441 "info threads".
16442 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16443 * gdb.threads/linux-dp.exp: Don't check the condition
16444 $threads_created equals to zero.
16445
16446 2014-10-10 Pedro Alves <palves@redhat.com>
16447
16448 * gdb.base/bigcore.exp: Remove references to IRIX.
16449 * gdb.base/funcargs.exp: Likewise.
16450 * gdb.base/interrupt.exp: Likewise.
16451 * gdb.base/mips_pro.exp: Likewise.
16452 * gdb.base/nodebug.exp: Likewise.
16453 * gdb.base/setvar.exp: Likewise.
16454 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16455
16456 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16457 Pedro Alves <palves@redhat.com>
16458
16459 PR symtab/14466
16460 * gdb.base/vdso-warning.c: New file.
16461 * gdb.base/vdso-warning.exp: New file.
16462
16463 2014-10-02 Doug Evans <dje@google.com>
16464
16465 * gdb.base/structs.c (main): Don't run forever.
16466
16467 2014-10-02 Pedro Alves <palves@redhat.com>
16468
16469 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16470 (top level) <stop threads 1, stop threads 2>: Use it.
16471
16472 2014-10-02 Pedro Alves <palves@redhat.com>
16473
16474 * gdb.threads/break-while-running.exp (test): Add new
16475 'update_thread_list' argument. Skip "info threads" if false.
16476 (top level): Add new 'update_thread_list' axis.
16477
16478 2014-10-02 Pedro Alves <palves@redhat.com>
16479
16480 PR breakpoints/17431
16481 * gdb.base/execl-update-breakpoints.c: New file.
16482 * gdb.base/execl-update-breakpoints.exp: New file.
16483
16484 2014-10-01 Pedro Alves <palves@redhat.com>
16485
16486 * gdb.base/breakpoint-in-ro-region.c: New file.
16487 * gdb.base/breakpoint-in-ro-region.exp: New file.
16488
16489 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16490
16491 * gdb.mi/mi-exit-code.exp: New file.
16492 * gdb.mi/mi-exit-code.c: New file.
16493
16494 2014-09-30 Yao Qi <yao@codesourcery.com>
16495
16496 * lib/prelink-support.exp (build_executable_own_libs): Error if
16497 the target isn't native.
16498
16499 2014-09-30 Yao Qi <yao@codesourcery.com>
16500
16501 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16502 false.
16503
16504 2014-09-22 Pedro Alves <palves@redhat.com>
16505
16506 * gdb.threads/break-while-running.exp: New file.
16507 * gdb.threads/break-while-running.c: New file.
16508
16509 2014-09-19 Yao Qi <yao@codesourcery.com>
16510
16511 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16512 Invoke test. Restart GDB with --readnow and invoke test again.
16513
16514 2014-09-19 Yao Qi <yao@codesourcery.com>
16515
16516 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16517 proc set_breakpoint_on_gcd_function. Invoke
16518 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16519 invoke set_breakpoint_on_gcd_function again.
16520
16521 2014-09-18 Doug Evans <dje@google.com>
16522
16523 * gdb.dwarf2/symtab-producer.exp: New file.
16524
16525 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16526
16527 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16528 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16529 * gdb.base/global-var-nested-by-dso.c: Likewise.
16530 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16531
16532 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16533 Pedro Alves <palves@redhat.com>
16534
16535 * gdb.base/watch-bitfields.exp: Pass string other than test file
16536 name to prepare_for_testing.
16537 (watch): New procedure.
16538 (expect_watchpoint): Use with_test_prefix.
16539 (top level): Factor out tests to ...
16540 (test_watch_location, test_regular_watch): ... these new
16541 procedures, and use with_test_prefix and gdb_continue_to_end.
16542
16543 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16544
16545 PR breakpoints/12526
16546 * gdb.base/watch-bitfields.exp: New file.
16547 * gdb.base/watch-bitfields.c: New file.
16548
16549 2014-09-16 Pedro Alves <palves@redhat.com>
16550
16551 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16552 software and hardware addresses, not software address against
16553 itself.
16554
16555 2014-09-16 Pedro Alves <palves@redhat.com>
16556
16557 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16558 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16559
16560 2014-09-16 Pedro Alves <palves@redhat.com>
16561
16562 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16563 files.
16564 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16565 "*-*-vxworks*" throughout.
16566 * gdb.base/break.exp: Likewise.
16567 * gdb.base/default.exp: Likewise.
16568 * gdb.base/scope.exp: Likewise.
16569 * gdb.base/sepdebug.exp: Likewise.
16570 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16571 throughout.
16572 * gdb.base/run.c: Likewise.
16573 * gdb.base/sepdebug.c: Likewise.
16574 * gdb.hp/gdb.aCC/run.c: Likewise.
16575 * gdb.reverse/until-reverse.c: Likewise.
16576 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16577
16578 2014-09-16 Yao Qi <yao@codesourcery.com>
16579
16580 * boards/local-remote-host-native.exp: New file.
16581
16582 2014-09-14 Doug Evans <xdje42@gmail.com>
16583
16584 * gdb.threads/queue-signal.c (thread_count): New variable.
16585 (thread_count_mutex, thread_count_condvar): New variables.
16586 (incr_thread_count, wait_all_threads_running): New functions.
16587 (main): Wait for all threads to be in their thread functions.
16588
16589 2014-09-13 Doug Evans <xdje42@gmail.com>
16590
16591 * gdb.threads/queue-signal.c: New file.
16592 * gdb.threads/queue-signal.exp: New file.
16593
16594 2014-09-13 Doug Evans <xdje42@gmail.com>
16595
16596 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16597 be consistent with what default_gdb_init uses.
16598 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16599 the plain text of the prompt. Add some logging printfs.
16600 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16601
16602 2014-09-12 Pedro Alves <palves@redhat.com>
16603
16604 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16605 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16606 * gdb.arch/i386-size-overlap.exp: Likewise.
16607 * gdb.arch/i386-size.exp: Likewise.
16608 * gdb.arch/i386-unwind.exp: Likewise.
16609 * gdb.base/a2-run.exp: Likewise.
16610 * gdb.base/break.exp: Likewise.
16611 * gdb.base/charset.exp: Likewise.
16612 * gdb.base/chng-syms.exp: Likewise.
16613 * gdb.base/commands.exp: Likewise.
16614 * gdb.base/dbx.exp: Likewise.
16615 * gdb.base/find.exp: Likewise.
16616 * gdb.base/funcargs.exp: Likewise.
16617 * gdb.base/jit-simple.exp: Likewise.
16618 * gdb.base/reread.exp: Likewise.
16619 * gdb.base/sepdebug.exp: Likewise.
16620 * gdb.base/step-bt.exp: Likewise.
16621 * gdb.cp/mb-inline.exp: Likewise.
16622 * gdb.cp/mb-templates.exp: Likewise.
16623 * gdb.objc/basicclass.exp: Likewise.
16624 * gdb.threads/killed.exp: Likewise.
16625
16626 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16627
16628 PR tdep/17379
16629 * gdb.arch/powerpc-stackless.S: New file.
16630 * gdb.arch/powerpc-stackless.exp: New file.
16631
16632 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16633
16634 * gdb.base/attach.c: Include unistd.h.
16635 (main): Call alarm. Add label postloop.
16636 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16637 gdb_breakpoint, gdb_continue_to_breakpoint.
16638 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16639
16640 2014-09-11 Pedro Alves <palves@redhat.com>
16641
16642 PR gdb/17347
16643 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16644 * gdb.base/attach.exp (test_command_line_attach_run): New
16645 procedure.
16646 (top level): Call it.
16647
16648 2014-09-11 Pedro Alves <palves@redhat.com>
16649
16650 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16651 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16652 (do_command_attach_tests): Use spawn_wait_for_attach.
16653 * gdb.base/solib-overlap.exp: Likewise.
16654 * gdb.multi/multi-attach.exp: Likewise.
16655 * gdb.python/py-prompt.exp: Likewise.
16656 * gdb.python/py-sync-interp.exp: Likewise.
16657 * gdb.server/ext-attach.exp: Likewise.
16658
16659 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16660
16661 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16662 command in testcase. Simplify testcase.
16663
16664 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16665
16666 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16667
16668 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16669
16670 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16671
16672 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16673
16674 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16675
16676 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16677
16678 * gdb.dwarf2/dynarr-ptr.c: New file.
16679 * gdb.dwarf2/dynarr-ptr.exp: New file.
16680
16681 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16682
16683 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16684 of 30 rather than hardcoding 120 for a slow test case. Take the
16685 `gdb,timeout' target setting into account for this calculation.
16686 Don't extend the timeout for the test cases that don't need it.
16687
16688 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16689
16690 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16691 a factor of 2 for a slow test case. Take the `gdb,timeout'
16692 target setting into account for this calculation.
16693 * gdb.reverse/until-precsave.exp: Increase the timeout by
16694 a factor of 15 and 3 respectively rather than adding 120
16695 for a pair of slow test cases. Take the `gdb,timeout'
16696 target setting into account for this calculation.
16697
16698 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16699
16700 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16701 timeout, don't pass one down to gdb_expect.
16702 (gdb_expect): Rework timeout selection.
16703
16704 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16705
16706 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16707 exception on timeout.
16708 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16709 (gdbserver_start_extended): Catch any `gdbserver_start' error
16710 exceptions.
16711 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16712 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16713 `gdbserver_gdb_load' error exceptions.
16714
16715 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16716
16717 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16718 120 on waiting for the TCP socket to open.
16719
16720 2014-09-09 Doug Evans <xdje42@gmail.com>
16721
16722 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16723 _caller_matches, _any_caller_is, _any_caller_matches.
16724
16725 2014-09-09 Doug Evans <xdje42@gmail.com>
16726
16727 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16728
16729 2014-09-09 Yao Qi <yao@codesourcery.com>
16730
16731 * gdb.mi/mi-var-display.exp: Set print symbol off.
16732
16733 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16734
16735 PR gdb/17035
16736 * gdb.base/commands.exp: Add tests to verify user-defined
16737 commands with empty bodies.
16738 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16739 python commands in `show user command`.
16740 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16741 scheme commands in `show user command`.
16742
16743 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16744
16745 PR python/17355
16746 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16747 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16748 * gdb.python/py-framefilter-invalidarg.exp: New file.
16749 * gdb.python/py-framefilter-invalidarg.py: New file.
16750
16751 2014-09-06 Doug Evans <xdje42@gmail.com>
16752
16753 PR 15276
16754 * gdb.python/py-caller-is.c: New file.
16755 * gdb.python/py-caller-is.exp: New file.
16756
16757 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16758
16759 PR gdb/17235
16760 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16761 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16762
16763 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16764
16765 PR fortran/17237
16766 * gdb.fortran/print-formatted.exp: New file.
16767 * gdb.fortran/print-formatted.f90: Likewise.
16768
16769 2014-09-03 Sasha Smundak <asmundak@google.com>
16770
16771 * gdb.python/py-frame.exp: Test Frame.read_register.
16772
16773 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16774
16775 PR python/16699
16776 * gdb.python/py-completion.exp: New file.
16777 * gdb.python/py-completion.py: Likewise.
16778
16779 2014-08-28 Doug Evans <dje@google.com>
16780
16781 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16782 eax,etc. are live with values set by gdb and thus the compiler can't
16783 use them.
16784 * gdb.arch/i386-pseudo.c (main): Ditto.
16785
16786 2014-08-27 Doug Evans <dje@google.com>
16787
16788 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16789
16790 2014-08-25 Doug Evans <dje@google.com>
16791
16792 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16793 (main): Ditto.
16794
16795 2014-08-25 Doug Evans <dje@google.com>
16796
16797 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16798
16799 2014-08-24 Yao Qi <yao@codesourcery.com>
16800
16801 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16802 symbol off.
16803 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16804
16805 2014-08-22 Doug Evans <dje@google.com>
16806
16807 PR 17276
16808 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16809 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16810 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16811
16812 2014-08-22 Yao Qi <yao@codesourcery.com>
16813
16814 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16815 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16816 * gdb.python/python.exp: Likewise. Use .py file on the host
16817 instead of the build.
16818
16819 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16820
16821 * gdb.threads/gcore-stale-thread.c: New file.
16822 * gdb.threads/gcore-stale-thread.exp: New file.
16823
16824 2014-08-21 Pedro Alves <palves@redhat.com>
16825
16826 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16827 * gdb.base/gcore-relro-pie.exp: Likewise.
16828 * gdb.base/gcore-relro.exp: Likewise.
16829 * gdb.base/gcore.exp: Likewise.
16830 * gdb.base/print-symbol-loading.exp: Likewise.
16831 * gdb.threads/gcore-thread.exp: Likewise.
16832 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16833
16834 2014-08-20 Pedro Alves <palves@redhat.com>
16835 Jan Kratochvil <jan.kratochvil@redhat.com>
16836
16837 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16838 configure.
16839 (EXPECT): Handle READ1 being set.
16840 (all): Depend on EXTRA_RULES.
16841 (check-read1, expect-read1, read1.so, read1): New rules.
16842 * README (Testsuite Parameters): Document the READ1 make variable.
16843 (Race detection): New section.
16844 * configure: Regenerate.
16845 * configure.ac: If build==host==target, and running under a
16846 GNU/glibc system, add read1 to the extra Makefile rules.
16847 (EXTRA_RULES): AC_SUBST it.
16848 * lib/read1.c: New file.
16849
16850 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16851
16852 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16853 the handling of variables declared as a typedef to an array
16854 which a DW_AT_data_location attribute.
16855
16856 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16857 Pedro Alves <palves@redhat.com>
16858
16859 PR symtab/14604
16860 PR symtab/14605
16861 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16862 gdb_test.
16863
16864 2014-08-19 Pedro Alves <palves@redhat.com>
16865
16866 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16867
16868 2014-08-19 Yao Qi <yao@codesourcery.com>
16869
16870 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16871 right line.
16872
16873 2014-08-18 David Blaikie <dblaikie@gmail.com>
16874
16875 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16876
16877 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16878
16879 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16880 attribute in array range.
16881
16882 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16883
16884 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16885
16886 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16887
16888 PR c++/17132
16889 * gdb.cp/pr17132.cc: New file.
16890 * gdb.cp/pr17132.exp: New file.
16891
16892 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16893
16894 * gdb.python/py-xmethods.py (A_getarrayind)
16895 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16896 Use 'print' with function call syntax.
16897 (E_method_matcher.match): Fix tab vs space indentation mixup.
16898
16899 2014-08-15 Yao Qi <yao@codesourcery.com>
16900
16901 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16902 false.
16903
16904 2014-08-15 Yao Qi <yao@codesourcery.com>
16905
16906 * gdb.cp/casts.exp: Set print symbol off.
16907 * gdb.cp/class2.exp: Likewise.
16908 * gdb.cp/overload.exp: Likewise.
16909 * gdb.cp/templates.exp: Likewise.
16910
16911 2014-08-11 Doug Evans <dje@google.com>
16912
16913 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16914 (test_load_shlib): Update.
16915
16916 2014-08-09 Yao Qi <yao@codesourcery.com>
16917
16918 * gdb.base/display.exp: Invoke is_address_zero_readable.
16919 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16920 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16921 * gdb.base/hbreak-unmapped.exp: Return if
16922 is_address_zero_readable returns true.
16923 * gdb.base/signest.exp: Likewise.
16924 * gdb.base/signull.exp: Likewise.
16925 * gdb.base/sigbpt.exp: Likewise.
16926 * gdb.guile/scm-disasm.exp: Do the test if
16927 is_address_zero_readable returns false.
16928 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16929 * gdb.python/py-arch.exp: Likewise.
16930 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16931 * lib/gdb.exp (is_address_zero_readable): New proc.
16932
16933 2014-08-09 Yao Qi <yao@codesourcery.com>
16934
16935 PR testsuite/13443
16936 * gdb.mi/mi-var-display.exp: Make test messages unique.
16937
16938 2014-08-04 Tom Tromey <tromey@redhat.com>
16939
16940 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16941 target 0".
16942
16943 2014-08-04 Tom Tromey <tromey@redhat.com>
16944
16945 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16946 "target_resume".
16947
16948 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16949
16950 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16951 inner_vla_struct_object_size.
16952 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16953 as xfail.
16954
16955 2014-07-30 Pedro Alves <palves@redhat.com>
16956
16957 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16958 comment.
16959
16960 2014-07-29 Yao Qi <yao@codesourcery.com>
16961
16962 PR gdb/17206
16963 * gdb.base/until-nodebug.exp: New.
16964
16965 2014-07-28 Doug Evans <xdje42@gmail.com>
16966
16967 PR guile/17203
16968 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16969 previously existing parameter, and previously ambiguously spelled
16970 parameter.
16971
16972 2014-07-28 Will Newton <will.newton@linaro.org>
16973
16974 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16975
16976 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16977 Doug Evans <xdje42@gmail.com>
16978
16979 PR guile/17146
16980 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16981
16982 2014-07-25 Pedro Alves <palves@redhat.com>
16983
16984 * gdb.threads/signal-command-handle-nopass.c: New file.
16985 * gdb.threads/signal-command-handle-nopass.exp: New file.
16986 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16987 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16988 * gdb.threads/signal-delivered-right-thread.c: New file.
16989 * gdb.threads/signal-delivered-right-thread.exp: New file.
16990
16991 2014-07-25 Pedro Alves <palves@redhat.com>
16992
16993 * gdb.base/double-prompt-target-event-error.exp
16994 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16995 match.
16996 (cancel_pagination_in_target_event): Rework double prompt
16997 detection.
16998 * gdb.base/paginate-after-ctrl-c-running.exp
16999 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17000 <return>' match.
17001 * gdb.base/paginate-bg-execution.exp
17002 (test_bg_execution_pagination_return)
17003 (test_bg_execution_pagination_cancel): Remove '-notransfer
17004 <return>' matches.
17005 * gdb.base/paginate-execution-startup.exp
17006 (test_fg_execution_pagination_return)
17007 (test_fg_execution_pagination_cancel): Remove '-notransfer
17008 <return>' matches.
17009 * gdb.base/paginate-inferior-exit.exp
17010 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17011 match.
17012 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17013 * lib/gdb.exp (pagination_prompt): Run text through
17014 string_to_regexp.
17015 (gdb_test_multiple): Match $pagination_prompt instead of
17016 "<return>".
17017 (string_to_regexp): Move to lib/gdb-utils.exp.
17018
17019 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17020
17021 * gdb.arch/amd64-entry-value-paramref.S: New file.
17022 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17023 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17024 * gdb.arch/amd64-optimout-repeat.S: New file.
17025 * gdb.arch/amd64-optimout-repeat.c: New file.
17026 * gdb.arch/amd64-optimout-repeat.exp: New file.
17027
17028 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17029
17030 PR gdb/17170
17031 * gdb.base/statistics.exp: New file.
17032
17033 2014-07-17 Doug Evans <dje@google.com>
17034
17035 PR gdb/17170
17036 * gdb.base/maint.exp: Update testing of per-command stats.
17037
17038 2014-07-16 Pedro Alves <palves@redhat.com>
17039
17040 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17041 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17042 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17043 (tfile_write_buf): New functions.
17044 (add_memory_block): Rewrite using the above.
17045 (adjust_function_address): New function.
17046 (FUNCTION_ADDRESS): New macro.
17047 (write_basic_trace_file): Remove short_x local, and use
17048 tfile_write_16. Change type of func_addr local to unsigned long
17049 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17050 here. Cast argument of add_memory_block to char pointer.
17051 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17052 (main): Remove parameters.
17053 * gdb.trace/tfile.exp: Remove nowarnings.
17054
17055 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17056
17057 * gdb.base/debug-expr.exp: Test string evaluation with
17058 "debug expression" on.
17059
17060 2014-07-15 Pedro Alves <palves@redhat.com>
17061
17062 * gdb.base/reread.exp: Use clean_restart.
17063
17064 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17065
17066 * gdb.arch/avr-flash-qualifer.c: New.
17067 * gdb.arch/avr-flash-qualifer.exp: New.
17068
17069 2014-07-14 Pedro Alves <palves@redhat.com>
17070
17071 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17072 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17073
17074 2014-07-14 Pedro Alves <palves@redhat.com>
17075
17076 * gdb.base/double-prompt-target-event-error.c: New file.
17077 * gdb.base/double-prompt-target-event-error.exp: New file.
17078
17079 2014-07-14 Pedro Alves <palves@redhat.com>
17080
17081 PR gdb/17072
17082 * gdb.base/paginate-inferior-exit.c: New file.
17083 * gdb.base/paginate-inferior-exit.exp: New file.
17084
17085 2014-07-14 Pedro Alves <palves@redhat.com>
17086
17087 PR gdb/17072
17088 * gdb.base/paginate-bg-execution.c: New file.
17089 * gdb.base/paginate-bg-execution.exp: New file.
17090
17091 2014-07-14 Pedro Alves <palves@redhat.com>
17092
17093 PR gdb/17072
17094 * gdb.base/paginate-execution-startup.c: New file.
17095 * gdb.base/paginate-execution-startup.exp: New file.
17096 * lib/gdb.exp (pagination_prompt): New global.
17097 (default_gdb_spawn): New procedure, factored out from
17098 default_gdb_spawn.
17099 (default_gdb_start): Adjust to call default_gdb_spawn.
17100 (gdb_spawn): New procedure.
17101
17102 2014-07-14 Pedro Alves <palves@redhat.com>
17103
17104 * lib/gdb.exp (gdb_assert): New procedure.
17105 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17106
17107 2014-07-14 Pedro Alves <palves@redhat.com>
17108
17109 * gdb.base/execution-termios.c: New file.
17110 * gdb.base/execution-termios.exp: New file.
17111
17112 2014-07-14 Tom Tromey <tromey@redhat.com>
17113
17114 * gdb.cp/vla-cxx.cc: New file.
17115 * gdb.cp/vla-cxx.exp: New file.
17116
17117 2014-07-14 Tom Tromey <tromey@redhat.com>
17118
17119 * gdb.reverse/rerun-prec.c: New file.
17120 * gdb.reverse/rerun-prec.exp: New file.
17121
17122 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17123 Maciej W. Rozycki <macro@codesourcery.com>
17124
17125 * lib/gdb-utils.exp: New file.
17126 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17127 inline `gdb_init_command' processing.
17128 (gdb_start_cmd): Likewise.
17129 * lib/mi-support.exp (mi_run_cmd): Likewise.
17130 * README: Document `gdb_init_command' and `gdb_init_commands'.
17131
17132 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17133
17134 Fix false FAIL running under a very long directory name.
17135 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17136 and "set print elements 10000". Twice.
17137
17138 2014-07-11 Yao Qi <yao@codesourcery.com>
17139
17140 * gdb.base/exprs.exp: "set print symbol off".
17141
17142 2014-07-11 Pedro Alves <palves@redhat.com>
17143
17144 * gdb.threads/kill.c: New file.
17145 * gdb.threads/kill.exp: New file.
17146
17147 2014-07-10 Yao Qi <yao@codesourcery.com>
17148
17149 * gdb.trace/tfile.c (write_basic_trace_file)
17150 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17151 address written to trace file.
17152
17153 2014-07-09 Pedro Alves <palves@redhat.com>
17154
17155 * gdb.base/attach-wait-input.exp: New file.
17156 * gdb.base/attach-wait-input.c: New file.
17157
17158 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17159
17160 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17161 setting up test structures.
17162 (main): Call new test function.
17163 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17164 test function, continue into test function and walk test
17165 structures.
17166
17167 2014-07-02 Yao Qi <yao@codesourcery.com>
17168
17169 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17170 'bar_start' at the beginning of functions 'foo' and 'bar'
17171 respectively.
17172 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17173 instead of 'foo' and 'bar'.
17174
17175 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17176
17177 * gdb.btrace/segv.exp: New.
17178 * gdb.btrace/segv.c: New.
17179
17180 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17181
17182 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17183 instruction.
17184
17185 2014-06-30 Mark Wielaard <mjw@redhat.com>
17186
17187 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17188 vulture, vilify, villar): New volatile array constants.
17189 (vindictive, vegetation): New const volatile array constants.
17190 * gdb.base/volatile.exp: Test volatile and const volatile array
17191 types.
17192
17193 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17194
17195 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17196 target lacks support for awatch, rwatch, or hbreak.
17197
17198 2014-06-27 Yao Qi <yao@codesourcery.com>
17199
17200 * gdb.multi/dummy-frame-restore.exp: New.
17201 * gdb.multi/dummy-frame-restore.c: New.
17202
17203 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17204
17205 * gdb.btrace/gcore.exp: New.
17206
17207 2014-06-23 Pedro Alves <palves@redhat.com>
17208
17209 * gdb.base/watchpoint-reuse-slot.c: New file.
17210 * gdb.base/watchpoint-reuse-slot.exp: New file.
17211
17212 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17213
17214 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17215 progspace's filename in 'info', 'enable' and 'disable' command
17216 tests.
17217
17218 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17219
17220 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17221 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17222 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17223
17224 2014-06-20 Gary Benson <gbenson@redhat.com>
17225
17226 * gdb.arch/i386-avx.exp: Fix include file location.
17227 * gdb.arch/i386-sse.exp: Likewise.
17228
17229 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17230
17231 * gdb.dlang/expression.exp: New file.
17232
17233 2014-06-19 Pedro Alves <palves@redhat.com>
17234
17235 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17236 out from ...
17237 (top level): ... here. Iterate running tests under different
17238 scheduler-locking settings.
17239
17240 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17241
17242 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17243 to DW_FORM_addr and use non-zero addresses.
17244
17245 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17246
17247 PR gdb/17017
17248 * gdb.python/py-xmethods.cc: Add global function call counters and
17249 increment them in their respective functions. Remove "cout"
17250 statements.
17251 * gdb.python/py-xmethods.exp: Make tests check the global function
17252 call counters instead of depending on inferior IO.
17253
17254 2014-06-18 Don Breazeal <donb@codesourcery.com>
17255
17256 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17257 Deleted procedure.
17258 (explicit_fork_parent_follow): Deleted procedure.
17259 (explicit_fork_child_follow): Deleted procedure.
17260 (test_follow_fork): New procedure.
17261 (do_fork_tests): Replace calls to deleted procedures with
17262 calls to test_follow_fork and reset GDB for subsequent
17263 procedure calls.
17264
17265 2014-06-17 Yao Qi <yao@codesourcery.com>
17266
17267 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17268 CP1252.
17269
17270 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17271
17272 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17273 Initialize ptr and S explicitly.
17274 (skip_type_update_when_not_use_rtti_test): Likewise.
17275
17276 2014-06-16 Keith Seitz <keiths@redhat.com>
17277
17278 PR mi/15863
17279 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17280 the inferior is started.
17281
17282 2014-06-16 Pedro Alves <palves@redhat.com>
17283
17284 * gdb.base/break-main-file-remove-fail.c: New file.
17285 * gdb.base/break-main-file-remove-fail.exp: New file.
17286 * gdb.base/break-unload-file.exp: Use build_executable instead of
17287 prepare_for_testing.
17288 (test_break): New parameter "initial_load". Handle it.
17289 (top level): Add initial_load cmdline/file axis.
17290
17291 2014-06-12 Tom Tromey <tromey@redhat.com>
17292
17293 * gdb.base/completion.exp: Don't use directory name in test.
17294
17295 2014-06-09 Gary Benson <gbenson@redhat.com>
17296
17297 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17298 separate the always-available ANSI-standard signals from the
17299 signals that require checking.
17300 (main): Likewise.
17301 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17302 Likewise.
17303 (main): Likewise.
17304
17305 2014-06-07 Keith Seitz <keiths@redhat.com>
17306
17307 Revert:
17308 PR c++/16253
17309 * gdb.cp/var-tag.cc: New file.
17310 * gdb.cp/var-tag.exp: New file.
17311 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17312 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17313 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17314 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17315
17316 2014-06-06 Doug Evans <xdje42@gmail.com>
17317
17318 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17319
17320 2014-06-06 Pedro Alves <palves@redhat.com>
17321
17322 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17323 in target debug output instead of looking at RSP packets,
17324 disabling the test on any target that uses hardware stepping.
17325 Update comments.
17326
17327 2014-06-06 Pedro Alves <palves@redhat.com>
17328
17329 * gdb.base/break-unload-file.exp: Fix typo.
17330
17331 2014-06-06 Yao Qi <yao@codesourcery.com>
17332
17333 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17334 from "jit_function" to "^jit_function".
17335
17336 2014-06-06 Yao Qi <yao@codesourcery.com>
17337
17338 * gdb.base/async.c (foo): Add one statement.
17339 * gdb.base/async.exp: Get the next instruction address and
17340 match the output of "nexti" by instruction address. Match
17341 the hex address in the output of "finish".
17342
17343 2014-06-06 Gary Benson <gbenson@redhat.com>
17344
17345 * gdb.base/call-signals.c: Remove preprocessor conditionals
17346 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17347 SIGSEGV and SIGTERM.
17348 * gdb.base/sigall.c: Likewise.
17349 * gdb.base/unwindonsignal.c: Likewise.
17350 * gdb.reverse/sigall-reverse.c: Likewise.
17351
17352 2014-06-06 Yao Qi <yao@codesourcery.com>
17353
17354 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17355 readable, skip the test.
17356
17357 2014-06-06 Yao Qi <yao@codesourcery.com>
17358
17359 * gdb.threads/staticthreads.c (thread_function): Move the line
17360 setting breakpoint on forward.
17361 * gdb.threads/staticthreads.exp: Update comments.
17362
17363 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17364
17365 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17366 "history-append! type error".
17367
17368 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17369
17370 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17371 erroneous dprintf expected input.
17372
17373 2014-06-04 Doug Evans <xdje42@gmail.com>
17374
17375 * gdb.guile/scm-generics.exp: Delete.
17376
17377 2014-06-04 Doug Evans <xdje42@gmail.com>
17378
17379 * gdb.guile/scm-breakpoint.exp: Update.
17380 Add tests for breakpoint registration.
17381
17382 2014-06-04 Tom Tromey <tromey@redhat.com>
17383
17384 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17385 VLA-in-union.
17386 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17387 inner_vla_struct, vla_union types. Initialize objects of those
17388 types and compute their sizes.
17389
17390 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17391 Hui Zhu <hui@codesourcery.com>
17392
17393 * gdb.base/fileio.exp: Add test for shell not available as well as
17394 available.
17395 * gdb.base/fileio.c (test_system): Check for shell twice.
17396
17397 2014-06-04 Yao Qi <yao@codesourcery.com>
17398
17399 * gdb.base/auto-connect-native-target.exp: Remove redundant
17400 space from the regexp pattern.
17401
17402 2014-06-04 Yao Qi <yao@codesourcery.com>
17403
17404 * gdb.base/default.exp: Replace "child" with "native" in
17405 regexp pattern.
17406
17407 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17408
17409 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17410 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17411 * gdb.python/py-xmethods.py: Python script supporting the
17412 new testcase and tests.
17413
17414 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17415 Pedro Alves <palves@redhat.com>
17416
17417 PR breakpoints/17000
17418 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17419 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17420
17421 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17422
17423 * gdb.base/subst.exp: Add tests to verify partial path matching
17424 output.
17425
17426 2014-06-03 Pedro Alves <palves@redhat.com>
17427
17428 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17429 target that doesn't use software single-stepping.
17430
17431 2014-06-03 Pedro Alves <palves@redhat.com>
17432
17433 PR breakpoints/17000
17434 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17435 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17436
17437 2014-06-02 Doug Evans <xdje42@gmail.com>
17438
17439 * gdb.guile/scm-parameter.exp: New file.
17440
17441 2014-06-02 Doug Evans <xdje42@gmail.com>
17442
17443 * gdb.guile/scm-cmd.c: New file.
17444 * gdb.guile/scm-cmd.exp: New file.
17445
17446 2014-06-02 Doug Evans <xdje42@gmail.com>
17447
17448 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17449 pretty-printer lookup.
17450 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17451 (make-pp_s-printer): Call it.
17452 (make-pretty-printer-from-dict): New function.
17453 (lookup-pretty-printer-maker-from-dict): New function.
17454 (*pretty-printer*): Simplify.
17455 (make-objfile-pp_s-printer): New function.
17456 (install-objfile-pretty-printers!): New function.
17457 (make-progspace-pp_s-printer): New function.
17458 (install-progspace-pretty-printers!): New function.
17459 * gdb.guile/scm-progspace.c: New file.
17460 * gdb.guile/scm-progspace.exp: New file.
17461
17462 2014-06-02 Pedro Alves <palves@redhat.com>
17463
17464 * gdb.base/dprintf-bp-same-addr.c: New file.
17465 * gdb.base/dprintf-bp-same-addr.exp: New file.
17466
17467 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17468
17469 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17470 * gdb.arch/powerpc-power.s: Likewise.
17471
17472 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17473
17474 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17475
17476 2014-06-01 Yao Qi <yao@codesourcery.com>
17477
17478 * gdb.base/watchpoint.exp (test_watch_location): Check null
17479 pointer can be dereferenced. If not, do the test, otherwise
17480 skip it.
17481
17482 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17483
17484 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17485 results.
17486 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17487
17488 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17489
17490 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17491 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17492 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17493 * gdb.arch/amd64-invalid-stack-top.c: New file.
17494 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17495
17496 2014-05-30 Pedro Alves <palves@redhat.com>
17497
17498 PR breakpoints/17000
17499 * gdb.base/sss-bp-on-user-bp.c: New file.
17500 * gdb.base/sss-bp-on-user-bp.exp: New file.
17501
17502 2014-05-30 David Blaikie <dblaikie@gmail.com>
17503
17504 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17505 gnu_inline semantics via attribute.
17506 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17507 source explicitly specifies the required semantics.
17508
17509 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17510
17511 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17512
17513 2014-05-29 Pedro Alves <palves@redhat.com>
17514 Tom Tromey <tromey@redhat.com>
17515
17516 * gdb.base/async-shell.exp: Don't enable target-async.
17517 * gdb.base/async.exp
17518 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17519 parameter. Adjust.
17520 (top level): Don't test with "target-async".
17521 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17522 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17523 * gdb.base/inferior-died.exp: Don't enable target-async.
17524 * gdb.base/interrupt-noterm.exp: Likewise.
17525 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17526 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17527 * gdb.mi/mi-nonstop.exp: Likewise.
17528 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17529 * gdb.mi/mi-nsintrall.exp: Likewise.
17530 * gdb.mi/mi-nsmoribund.exp: Likewise.
17531 * gdb.mi/mi-nsthrexec.exp: Likewise.
17532 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17533 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17534 * gdb.python/py-evsignal.exp: Don't enable target-async.
17535 * gdb.python/py-evthreads.exp: Likewise.
17536 * gdb.python/py-prompt.exp: Likewise.
17537 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17538 * gdb.server/solib-list.exp: Don't enable target-async.
17539 * gdb.threads/thread-specific-bp.exp: Likewise.
17540 * lib/mi-support.exp: Adjust to use mi-async.
17541
17542 2014-05-29 Pedro Alves <palves@redhat.com>
17543
17544 PR gdb/13860
17545 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17546 reason, even in sync mode.
17547
17548 2014-05-29 Pedro Alves <palves@redhat.com>
17549 Hui Zhu <hui@codesourcery.com>
17550
17551 PR PR15693
17552 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17553 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17554 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17555 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17556
17557 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17558
17559 * config/monitor.exp (gdb_target_monitor): Replace use of
17560 "set remotebaud" by "set serial baud".
17561
17562 2014-05-26 Andy Wingo <wingo@igalia.com>
17563
17564 * gdb.guile/scm-breakpoint.exp:
17565 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17566 properties instead of gdb-object-properties.
17567
17568 2014-05-26 Yao Qi <yao@codesourcery.com>
17569
17570 * gdb.server/no-thread-db.exp: Specify source file name
17571 explicitly when setting a breakpoint.
17572
17573 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17574
17575 * gdb.btrace/vdso.c: New.
17576 * gdb.btrace/vdso.exp: New.
17577
17578 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17579
17580 * gdb.base/gcore.exp (capture_command_output): Move ...
17581 * lib/gdb.exp (capture_command_output): ... here.
17582
17583 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17584
17585 * gdb.btrace/data.exp: Test memory access during btrace replay.
17586
17587 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17588
17589 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17590
17591 2014-05-21 Pedro Alves <palves@redhat.com>
17592
17593 PR gdb/13860
17594 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17595 (top level): Test that output related to execution commands is
17596 sent to the console with CLI commands, but not with MI commands.
17597 Test that breakpoint events are always mirrored to the console.
17598 Also expect the new source line to be output after a "next" in
17599 async mode too. Make it a pass/fail test.
17600 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17601 output.
17602 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17603
17604 2014-05-21 Pedro Alves <palves@redhat.com>
17605
17606 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17607 Use them to test variations of "list" after reaching a breakpoint.
17608 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17609 Test "list" with listsize 10 after reaching a breakpoint.
17610 * gdb.python/python.exp (decode_line current location line
17611 number): Adjust expected line number.
17612
17613 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17614
17615 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17616 behavior for $args, pass it directly to "run".
17617
17618 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17619
17620 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17621 30000 to 65536.
17622
17623 2014-05-21 Pedro Alves <palves@redhat.com>
17624
17625 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17626 auto-connect-native-target off".
17627 * gdb.base/auto-connect-native-target.c: New file.
17628 * gdb.base/auto-connect-native-target.exp: New file.
17629
17630 2014-05-21 Pedro Alves <palves@redhat.com>
17631
17632 * gdb.base/default.exp: Test "target native" instead of "target
17633 child".
17634
17635 2014-05-21 Mark Wielaard <mjw@redhat.com>
17636
17637 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17638
17639 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17640
17641 Fix TLS access for -static -pthread.
17642 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17643 <HAVE_TLS> (thread_function, main): Initialize it.
17644 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17645 Add clean_restart.
17646 <$have_tls != "">: Check TLSVAR.
17647
17648 2014-05-21 Pedro Alves <palves@redhat.com>
17649
17650 * gdb.base/dcache-line-read-error.c: New.
17651 * gdb.base/dcache-line-read-error.exp: New.
17652
17653 2014-05-20 Pedro Alves <palves@redhat.com>
17654
17655 * gdb.base/compare-sections.c: New file.
17656 * gdb.base/compare-sections.exp: New file.
17657
17658 2014-05-20 Pedro Alves <palves@redhat.com>
17659
17660 * gdb.base/break-idempotent.c: New file.
17661 * gdb.base/break-idempotent.exp: New file.
17662
17663 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17664
17665 * gdb.btrace/nohist.exp: New.
17666
17667 2014-05-20 Yao Qi <yao@codesourcery.com>
17668
17669 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17670 gdb.reverse directory and gdb_reverse_timeout exists in board
17671 setting.
17672 * README: Document gdb_reverse_timeout.
17673
17674 2014-05-20 Yao Qi <yao@codesourcery.com>
17675
17676 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17677 'test_file_name'. Treat args as a string instead of a list.
17678 (gdb_init): Rename argument 'args' by 'test_file_name'.
17679
17680 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17681
17682 * gdb.arch/powerpc-power.exp: New file.
17683 * gdb.arch/powerpc-power.s: New file.
17684
17685 2014-05-16 Doug Evans <dje@google.com>
17686
17687 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17688 * gdb.base/completion.exp: Check that all expected files exist
17689 before doing file completion.
17690
17691 2014-05-16 Doug Evans <dje@google.com>
17692
17693 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17694 Update.
17695 (do_syscall_tests_without_xml): Update.
17696
17697 2014-05-16 Pedro Alves <palves@redhat.com>
17698
17699 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17700 instead of "unknown output after running".
17701
17702 2014-05-16 Yao Qi <yao@codesourcery.com>
17703
17704 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17705 file1.txt from host at the end.
17706 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17707
17708 2014-05-15 Doug Evans <dje@google.com>
17709
17710 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17711 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17712 loading file. Add test for TU lookup.
17713
17714 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17715
17716 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17717 calling "-exec-arguments" or "set args" before running the
17718 inferior.
17719
17720 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17721
17722 * lib/mi-support.exp (mi_expect_stop): Expect message for
17723 inferiors that exit with non-zero exit code.
17724
17725 2014-05-14 Yao Qi <yao@codesourcery.com>
17726
17727 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17728 match absolute path on remote host.
17729 (test_file_list_exec_source_files): Remove "/" from the
17730 pattern.
17731
17732 2014-05-14 Yao Qi <yao@codesourcery.com>
17733
17734 * boards/local-remote-host-notty.exp (${board}_file): New
17735 proc.
17736
17737 2014-05-07 Kyle McMartin <kyle@redhat.com>
17738
17739 Pushed by Joel Brobecker <brobecker@adacore.com>.
17740 * gdb.arch/aarch64-atomic-inst.c: New file.
17741 * gdb.arch/aarch64-atomic-inst.exp: New file.
17742
17743 2014-05-07 Yao Qi <yao@codesourcery.com>
17744
17745 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17746 in current context" too.
17747
17748 2014-05-05 Keith Seitz <keiths@redhat.com>
17749
17750 * gdb.linespec/ls-dollar.exp: Add test for linespec
17751 file:convenience_variable.
17752
17753 2014-05-05 Yao Qi <yao@codesourcery.com>
17754
17755 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17756 traceframes into tfile and ctf trace files. Read data from
17757 trace file and test collected data.
17758 (gdb_collect_locals_test): Likewise.
17759 (gdb_unavailable_registers_test): Likewise.
17760 (gdb_unavailable_floats): Likewise.
17761 (gdb_collect_globals_test): Likewise.
17762 (top-level): Append "ctf" to trace_file_targets if GDB
17763 supports.
17764
17765 2014-05-05 Yao Qi <yao@codesourcery.com>
17766
17767 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17768 code to ...
17769 (gdb_collect_args_test_1): ... it. New proc.
17770 (gdb_collect_locals_test): Move some code to ...
17771 (gdb_collect_locals_test_1): ... it. New proc.
17772 (gdb_unavailable_registers_test): Move some code to ...
17773 (gdb_unavailable_registers_test_1): ... it. New proc.
17774 (gdb_unavailable_floats): Move some code to ...
17775 (gdb_unavailable_floats_1): ... it. New proc.
17776
17777 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17778
17779 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17780 probes to test for bitness recognition.
17781 * gdb.arch/amd64-stap-optional-prefix.exp
17782 (test_probe_value_without_reg): New procedure.
17783 Add code to test for different kinds of bitness.
17784
17785 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17786
17787 PR breakpoints/16889
17788 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17789 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17790
17791 2014-05-01 Pedro Alves <palves@redhat.com>
17792
17793 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17794 gdb_file_cmd if no file is specified.
17795 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17796 last_loaded_file to set the remote exec-file.
17797
17798 2014-05-01 Pedro Alves <palves@redhat.com>
17799
17800 * boards/local-remote-host.exp: New file.
17801
17802 2014-05-01 Pedro Alves <palves@redhat.com>
17803
17804 * boards/local-remote-host.exp: Rename to ...
17805 * boards/local-remote-host-notty.exp: ... this.
17806
17807 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17808
17809 * gdb.ada/dyn_arrayidx: New testcase.
17810
17811 2014-04-26 Yao Qi <yao@codesourcery.com>
17812
17813 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17814 and compute the length of function main. Save it in
17815 $main_length.
17816 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17817 (top-level): Use gdb_compile to compile objects into
17818 executable and restart GDB. Remove invocation to
17819 prepare_for_testing.
17820
17821 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17822 Pedro Alves <palves@redhat.com>
17823
17824 PR server/16255
17825 * gdb.multi/multi-attach.c: New file.
17826 * gdb.multi/multi-attach.exp: New file.
17827
17828 2014-04-25 Pedro Alves <palves@redhat.com>
17829
17830 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17831 user.
17832 (top level): Test that "set remote conditional-breakpoints-packet
17833 off" works as intended.
17834 * gdb.base/dprintf.exp: Test that "set remote
17835 breakpoint-commands-packet off" works as intended.
17836 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17837 New function.
17838 (top level): Call it.
17839 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17840 remote fast-tracepoints-packet off" works as intended.
17841 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17842 * lib/gdb.exp (gdb_is_target_remote): ... here.
17843
17844 2014-04-24 David Blaikie <dblaikie@gmail.com>
17845
17846 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17847 ensure clang would not discard them.
17848 * gdb.base/gdbvars.c: Ditto.
17849 * gdb.base/memattr.c: Ditto.
17850 * gdb.base/whatis.c: Ditto.
17851 * gdb.python/py-prettyprint.c: Ditto.
17852 * gdb.trace/actions.c: Ditto.
17853 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17854 ensure clang would not discard it.
17855
17856 2014-04-24 David Blaikie <dblaikie@gmail.com>
17857
17858 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17859 clang to emit the full definition of type required by the test
17860 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17861
17862 2014-04-24 David Blaikie <dblaikie@gmail.com>
17863
17864 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17865 coax Clang into emitting the definition of the type.
17866 * gdb.cp/pr10728-x.h (y): Ditto.
17867 * gdb.cp/pr10728-y.cc (y): Ditto.
17868
17869 2014-04-24 David Blaikie <dblaikie@gmail.com>
17870
17871 * gdb.base/label.exp: XFAIL label related tests under Clang.
17872 * gdb.cp/cplabel.exp: Ditto.
17873 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17874 under Clang those using labels.
17875
17876 2014-04-25 Yao Qi <yao@codesourcery.com>
17877
17878 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17879 double_label.
17880 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17881 partial_label and double_label.
17882
17883 2014-04-24 David Blaikie <dblaikie@gmail.com>
17884
17885 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17886
17887 2014-04-24 David Blaikie <dblaikie@gmail.com>
17888
17889 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17890 of the function to work across GCC and Clang.
17891 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17892 pointer types (const void ** const V void **).
17893
17894 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17895 Walfred Tedeschi <walfred.tedeschi@intel.com>
17896
17897 * Makefile.in (EXECUTABLES): Added i386-avx512.
17898 * gdb.arch/i386-avx512.c: New file.
17899 * gdb.arch/i386-avx512.exp: Likewise.
17900
17901 2014-04-23 Keith Seitz <keiths@redhat.com>
17902
17903 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17904 (mi_make_breakpoint_table): New procedure.
17905 (mi_create_breakpoint): Use mi_make_breakpoint
17906 and return the result.
17907 (mi_make_breakpoint): New procedure.
17908 (mi_build_kv_pairs): New procedure.
17909
17910 * gdb.mi/mi-break.exp: Remove unused globals,
17911 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17912 All callers updated.
17913 * gdb.mi/mi-dprintf.exp: Use variable to track command
17914 number.
17915 Update all callers of mi_create_breakpoint and use
17916 mi_make_breakpoint_table.
17917 Remove any unused global variables.
17918 * gdb.mi/mi-nonstop.exp: Likewise.
17919 * gdb.mi/mi-nsintrall.exp: Likewise.
17920 * gdb.mi/mi-nsmoribund.exp: Likewise.
17921 * gdb.mi/mi-nsthrexec.exp: Likewise.
17922 * gdb.mi/mi-reverse.exp: Likewise.
17923 * gdb.mi/mi-simplerun.exp: Likewise.
17924 * gdb.mi/mi-stepn.exp: Likewise.
17925 * gdb.mi/mi-syn-frame.exp: Likewise.
17926 * gdb.mi/mi-until.exp: Likewise.
17927 * gdb.mi/mi-var-cp.exp: Likewise.
17928 * gdb.mi/mi-var-display.exp: Likewise.
17929 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17930 * gdb.mi/mi2-var-child.exp: Likewise.
17931 * gdb.mi/mi-vla-c99.exp: Likewise.
17932 * lib/mi-support.exp: Likewise.
17933
17934 From Ian Lance Taylor <iant@cygnus.com>:
17935 * lib/gdb.exp (parse_args): New procedure.
17936
17937 2014-04-23 Pedro Alves <palves@redhat.com>
17938
17939 * gdb.base/break-unload-file.c: New file.
17940 * gdb.base/break-unload-file.exp: New file.
17941 * gdb.base/sym-file-lib.c (baz): New function.
17942 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17943 field.
17944 (load): Store the segment's mapped size.
17945 (unload): New function.
17946 (unload_shlib): New function.
17947 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17948 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17949 set a breakpoint at baz, and call it.
17950 * gdb.base/sym-file.exp: New tests for stale breakpoint
17951 instructions.
17952
17953 2014-04-23 Pedro Alves <palves@redhat.com>
17954
17955 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17956 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17957 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17958 * gdb.base/hbreak-unmapped.c: New file.
17959 * gdb.base/hbreak-unmapped.exp: New file.
17960 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17961 * lib/gdb.exp (gdb_is_target_remote): ... here.
17962
17963 2014-04-22 Pedro Alves <palves@redhat.com>
17964
17965 * gdb.base/consecutive-step-over.c: New file.
17966 * gdb.base/consecutive-step-over.exp: New file.
17967
17968 2014-04-22 Pedro Alves <palves@redhat.com>
17969
17970 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17971 instead of send_gdb/gdb_expect.
17972
17973 2014-04-22 Yao Qi <yao@codesourcery.com>
17974
17975 * lib/trace-support.exp (generate_tracefile): New procedure.
17976 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17977 return 0.
17978 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17979 if generate_tracefile returns 1.
17980
17981 2014-04-18 Tom Tromey <palves@redhat.com>
17982 Pedro alves <tromey@redhat.com>
17983
17984 PR backtrace/15558
17985 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17986 with a backtrace limit.
17987 * gdb.python/py-frame-inline.exp: Test running to an inline
17988 function with a backtrace limit, and printing the newest frame.
17989 * gdb.python/py-frame-inline.c (main): Call f.
17990
17991 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17992
17993 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17994
17995 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17996
17997 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17998 Drop prefix from unsupported source file path.
17999
18000 2014-04-17 Yao Qi <yao@codesourcery.com>
18001
18002 * lib/gdb.exp (with_target_charset): New proc.
18003 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18004 with_target_charset.
18005 (test_print_strings): Likewise.
18006 (test_repeat_bytes): Likewise.
18007 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18008 for some tests.
18009
18010 2014-04-16 Keith Seitz <keiths@redhat.com>
18011
18012 PR gdb/15827
18013 * gdb.dwarf2/corrupt.c: New file.
18014 * gdb.dwarf2/corrupt.exp: New file.
18015
18016 2014-04-16 Keith Seitz <keiths@redhat.com>
18017
18018 PR c++/16597
18019 * gdb.cp/namelessclass.cc: New file.
18020 * gdb.cp/namelessclass.exp: New file.
18021 * gdb.cp/namelessclass.S: New file.
18022
18023 2014-04-16 Doug Evans <dje@google.com>
18024
18025 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18026 Add comment.
18027 (gdbserver_default_get_comm_port): New function.
18028 (gdbserver_start): Check if board file provided
18029 "gdbserver,get_comm_port" and use it if so.
18030 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18031 (gdb,socketport): Set to "stdio".
18032 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18033 (stdio_gdbserver_template): Delete.
18034 (${board}_get_remote_address): Update.
18035 (${board}_build_remote_cmd): Delete.
18036 (${board}_get_comm_port): New function.
18037 (${board}_spawn): Update.
18038 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18039 Delete.
18040 (${board}_get_remote_address): Update.
18041 (${board}_get_comm_port): New function.
18042
18043 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18044
18045 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18046 appearing in any order.
18047
18048 2014-04-15 Doug Evans <dje@google.com>
18049
18050 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18051 uninitialized value of "description".
18052
18053 2014-04-15 Keith Seitz <keiths@redhat.com>
18054
18055 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18056 Remove unused globals.
18057 (test_running_the_program): Likewise.
18058 (test_controlled_execution): Likewise.
18059 (test_controlling_breakpoints): Likewise.
18060 (test_program_termination): Likewise.
18061
18062 2014-04-15 Keith Seitz <keiths@redhat.com>
18063
18064 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18065 unused globals.
18066 (test_rbreak_creation_and_listing): Likewise.
18067 (test_ignore_count): Likewise.
18068 (test_error): Likewise.
18069
18070 2014-04-15 Pedro Alves <palves@redhat.com>
18071
18072 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18073 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18074 sym-file-loader.c.
18075 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18076 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18077 to sym-file-loader.c.
18078 (struct library): Forward declare.
18079 (load_shlib, lookup_function): Change prototypes.
18080 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18081 (translate_offset): Remove declarations.
18082 (get_text_addr): New declaration.
18083 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18084 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18085 sym-file-loader.h.
18086 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18087 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18088 here from sym-file-loader.h.
18089 (struct library): New structure.
18090 (load_shlib, lookup_function): Change prototypes and adjust to
18091 work with a struct library.
18092 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18093 (translate_offset): Make static.
18094 (get_text_addr): New function.
18095 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18096
18097 2014-04-15 Pedro Alves <palves@redhat.com>
18098
18099 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18100
18101 2014-04-15 Pedro Alves <palves@redhat.com>
18102
18103 * gdb.base/sym-file-loader.c: Include <limits.h>.
18104 (SELF_LINK): New define.
18105 (get_origin): New function.
18106 (load_shlib): Use it.
18107 * gdb.base/sym-file.exp: Don't early return if the target is
18108 remote. Use runto_main, and issue fail is that fails. Use
18109 gdb_load_shlibs.
18110 (shlib_name): Delete.
18111 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18112
18113 2014-04-15 Pedro Alves <palves@redhat.com>
18114
18115 * gdb.base/sym-file.exp: Remove regex characters from test
18116 message. Don't refer to breakpoint numbers in test messages.
18117
18118 2014-04-14 Keith Seitz <keiths@redhat.com>
18119
18120 PR c++/16253
18121 * gdb.cp/var-tag.cc: New file.
18122 * gdb.cp/var-tag.exp: New file.
18123 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18124 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18125 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18126 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18127
18128 2014-04-14 Tom Tromey <tromey@redhat.com>
18129
18130 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18131 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18132 type.
18133 * gdb.cp/enum-class.exp: New file.
18134 * gdb.cp/enum-class.cc: New file.
18135
18136 2014-04-14 Tom Tromey <tromey@redhat.com>
18137
18138 * gdb.dwarf2/enum-type.exp: New file.
18139
18140 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18141
18142 * gdb.mi/mi-vla-c99.exp: New file.
18143 * gdb.mi/vla.c: New file.
18144
18145 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18146
18147 * gdb.base/vla-datatypes.c: New file.
18148 * gdb.base/vla-datatypes.exp: New file.
18149
18150 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18151
18152 * gdb.base/vla-ptr.c: New file.
18153 * gdb.base/vla-ptr.exp: New file.
18154
18155 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18156
18157 * gdb.dwarf2/count.exp: New file.
18158
18159 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18160
18161 * gdb.base/vla-sideeffect.c: New file.
18162 * gdb.base/vla-sideeffect.exp: New file.
18163
18164 2014-04-14 David Blaikie <dblaikie@gmail.com>
18165
18166 * gdb.mi/non-stop.c: Add return value for non-void function return
18167 statement.
18168 * gdb.threads/staticthreads.c: Ditto.
18169
18170 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18171 Doug Evans <xdje42@gmail.com>
18172
18173 * gdb.guile/scm-value.c: Improve test case.
18174 * gdb.guile/scm-value.exp: Add new test.
18175
18176 2014-04-11 David Blaikie <dblaikie@gmail.com>
18177
18178 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18179 override Clang's default.
18180
18181 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18182
18183 Revert the following changes (regressions):
18184
18185 * gdb.base/vla-sideeffect.c: New file.
18186 * gdb.base/vla-sideeffect.exp: New file.
18187
18188 * gdb.dwarf2/count.exp: New file.
18189
18190 * gdb.base/vla-multi.c: New file.
18191 * gdb.base/vla-multi.exp: New file.
18192
18193 * gdb.base/vla-ptr.c: New file.
18194 * gdb.base/vla-ptr.exp: New file.
18195
18196 * gdb.base/vla-datatypes.c: New file.
18197 * gdb.base/vla-datatypes.exp: New file.
18198
18199 * gdb.mi/mi-vla-c99.exp: New file.
18200 * gdb.mi/vla.c: New file.
18201
18202 2014-04-11 Keith Seitz <keiths@redhat.com>
18203
18204 PR c++/16675
18205 * gdb.cp/cpsizeof.exp: New file.
18206 * gdb.cp/cpsizeof.cc: New file.
18207
18208 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18209
18210 * gdb.mi/mi-vla-c99.exp: New file.
18211 * gdb.mi/vla.c: New file.
18212
18213 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18214
18215 * gdb.base/vla-datatypes.c: New file.
18216 * gdb.base/vla-datatypes.exp: New file.
18217
18218 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18219
18220 * gdb.base/vla-ptr.c: New file.
18221 * gdb.base/vla-ptr.exp: New file.
18222
18223 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18224
18225 * gdb.base/vla-multi.c: New file.
18226 * gdb.base/vla-multi.exp: New file.
18227
18228 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18229
18230 * gdb.dwarf2/count.exp: New file.
18231
18232 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18233
18234 * gdb.base/vla-sideeffect.c: New file.
18235 * gdb.base/vla-sideeffect.exp: New file.
18236
18237 2014-04-11 Yao Qi <yao@codesourcery.com>
18238
18239 * gdb.base/completion.exp: Check file exists before running tests
18240 on file completion.
18241
18242 2014-04-10 Pedro Alves <palves@redhat.com>
18243
18244 * gdb.base/cond-eval-mode.c: New file.
18245 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18246 prepare_for_testing to build the new file. Check result of
18247 runto_main.
18248 (test_break, test_watch): New procedures.
18249 (top level): Use them.
18250
18251 2014-04-08 Pierre Muller <muller@sourceware.org>
18252
18253 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18254 Ctrl-V use for mingw hosts.
18255
18256 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18257
18258 * gdb.python/py-value.c: Improve test case.
18259 * gdb.python/py-value.exp: Add new test.
18260
18261 2014-04-07 David Blaikie <dblaikie@gmail.com>
18262
18263 * lib/compiler.c: Identify the clang compiler.
18264 * lib/compiler.cc: Ditto.
18265
18266 2014-04-03 Yao Qi <yao@codesourcery.com>
18267
18268 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18269
18270 2014-04-01 Anton Blanchard <anton@samba.org>
18271
18272 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18273 messages unique.
18274
18275 2014-04-01 Anton Blanchard <anton@samba.org>
18276
18277 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18278 prepare_for_testing.
18279
18280 2014-04-01 Anton Blanchard <anton@samba.org>
18281
18282 * gdb.arch/ppc64-atomic-inst.c: Remove.
18283 * gdb.arch/ppc64-atomic-inst.S: New file.
18284 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18285
18286 2014-03-31 Doug Evans <dje@google.com>
18287
18288 * gdb.base/print-symbol-loading-lib.c: New file.
18289 * gdb.base/print-symbol-loading-main.c: New file.
18290 * gdb.base/print-symbol-loading.exp: New file.
18291
18292 2014-03-31 Yao Qi <yao@codesourcery.com>
18293
18294 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18295
18296 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18297
18298 * gdb.ada/mi_dyn_arr: New testcase.
18299
18300 2014-03-27 Doug Evans <dje@google.com>
18301
18302 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18303
18304 2014-03-27 Yao Qi <yao@codesourcery.com>
18305
18306 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18307 if target is nios2-*-*.
18308
18309 2014-03-26 Yao Qi <yao@codesourcery.com>
18310
18311 * lib/gdb.exp (readline_is_used): New proc.
18312 * gdb.base/completion.exp: Move tests on command complete up.
18313 Skip the rest of tests if readline is not used.
18314 * gdb.ada/complete.exp: Skp the test if readline is not
18315 used.
18316 * gdb.base/filesym.exp: Likewise.
18317 * gdb.base/macscp.exp: Likewise.
18318 * gdb.base/readline-ask.exp: Likewise.
18319 * gdb.base/readline.exp: Likewise.
18320 * gdb.python/py-cmd.exp: Likewise.
18321 * gdb.trace/tfile.exp: Likewise.
18322
18323 2014-03-26 Yao Qi <yao@codesourcery.com>
18324
18325 * gdb.base/macscp.exp: Fix code format issues.
18326
18327 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18328
18329 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18330 * gdb.asm/powerpc64le.inc: New file.
18331
18332 2014-03-25 Pedro Alves <palves@redhat.com>
18333 Doug Evans <dje@google.com>
18334
18335 * gdb.base/source-execution.c: New file.
18336 * gdb.base/source-execution.exp: New file.
18337 * gdb.base/source-execution.gdb: New file.
18338
18339 2014-03-24 Doug Evans <dje@google.com>
18340
18341 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18342 using fission.
18343
18344 2014-03-24 Hui Zhu <hui@codesourcery.com>
18345 Pedro Alves <palves@redhat.com>
18346
18347 PR breakpoints/16101
18348 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18349 test pass/fail messages. Detect missing support for dprintf when
18350 breakpoints are actually inserted.
18351 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18352 breakpoints are actually inserted.
18353 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18354 fails.
18355
18356 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18357
18358 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18359
18360 2014-03-22 Doug Evans <xdje42@gmail.com>
18361
18362 * gdb.python/python.exp (python not supported): Verify multi-line
18363 python command issues an error.
18364 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18365 guile command issues an error.
18366
18367 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18368
18369 * gdb.threads/thread-specific.exp: Handle the lack of usable
18370 $this_breakpoint and $this_thread.
18371
18372 2014-03-21 Hui Zhu <hui@codesourcery.com>
18373
18374 * gdb.base/attach.exp (do_command_attach_tests): New.
18375
18376 2014-03-20 Tom Tromey <tromey@redhat.com>
18377 Pedro Alves <palves@redhat.com>
18378
18379 PR cli/15718
18380 * gdb.base/condbreak-call-false.c: New file.
18381 * gdb.base/condbreak-call-false.exp: New file.
18382
18383 2014-03-20 Pedro Alves <palves@redhat.com>
18384
18385 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18386 Delete.
18387 (block_signals, unblock_signals): Delete.
18388 (child_function_2, main): Remove references to deleted variable
18389 and functions.
18390
18391 2014-03-20 Pedro Alves <palves@redhat.com>
18392
18393 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18394 Use pthread_kill to signal thread 2.
18395 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18396 Adjust to make the test send itself a signal rather than using the
18397 host's "kill" command.
18398
18399 2014-03-20 Pedro Alves <palves@redhat.com>
18400
18401 * gdb.threads/multiple-step-overs.c: New file.
18402 * gdb.threads/multiple-step-overs.exp: New file.
18403 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18404 Adjust expected infrun debug output.
18405
18406 2014-03-20 Pedro Alves <palves@redhat.com>
18407
18408 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18409 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18410
18411 2014-03-20 Pedro Alves <palves@redhat.com>
18412
18413 PR breakpoints/7143
18414 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18415 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18416 of gdb_test_multiple.
18417 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18418 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18419
18420 2014-03-20 Pedro Alves <palves@redhat.com>
18421
18422 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18423 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18424
18425 2014-03-19 Pedro Alves <palves@redhat.com>
18426
18427 * gdb.base/async.exp: Remove early return.
18428
18429 2014-03-19 Pedro Alves <palves@redhat.com>
18430
18431 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18432
18433 2014-03-19 Pedro Alves <palves@redhat.com>
18434
18435 * gdb.base/async.exp (test_background): Expect \r\n after
18436 "completed." in the fail pattern.
18437
18438 2014-03-19 Pedro Alves <palves@redhat.com>
18439
18440 * gdb.base/async.exp (test_background): New procedure.
18441 Use it for all background execution command tests.
18442
18443 2014-03-19 Pedro Alves <palves@redhat.com>
18444
18445 * gdb.base/async.exp: Use prepare_for_testing.
18446
18447 2014-03-19 Pedro Alves <palves@redhat.com>
18448
18449 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18450 the same line.
18451
18452 2014-03-19 Pedro Alves <palves@redhat.com>
18453
18454 * gdb.base/async.c (main): Add "jump here" and "until here" line
18455 marker comments.
18456 * gdb.base/async.exp (jump_here): New global.
18457 (jump& test): Use it.
18458 (until_here): New global.
18459 (until& test): Use it.
18460
18461 2014-03-19 Pedro Alves <palves@redhat.com>
18462
18463 * gdb.base/async.exp: Don't frob gdb_protocol.
18464
18465 2014-03-18 Doug Evans <xdje42@gmail.com>
18466
18467 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18468 Fix spelling of exec-done-display.
18469
18470 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18471
18472 PR gdb/15358
18473 * gdb.base/gdb-sigterm.c: New file.
18474 * gdb.base/gdb-sigterm.exp: New file.
18475
18476 2014-03-18 Pedro Alves <palves@redhat.com>
18477
18478 PR gdb/13860
18479 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18480 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18481 solib-event.
18482
18483 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18484
18485 * gdb.ada/pckd_arr_ren: New testcase.
18486
18487 2014-03-13 Doug Evans <xdje42@gmail.com>
18488
18489 PR guile/16612
18490 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18491 collect after discarding symbols.
18492
18493 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18494 Doug Evans <xdje42@gmail.com>
18495
18496 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18497 to history survives a gc.
18498
18499 2014-03-13 Pedro Alves <palves@redhat.com>
18500
18501 * gdb.base/default.exp: Don't test "target procfs".
18502
18503 2014-03-13 Pedro Alves <palves@redhat.com>
18504
18505 * gdb.base/default.exp: Update "target child" and "target procfs"
18506 tests to not expect "Unix".
18507
18508 2014-03-12 Tom Tromey <tromey@redhat.com>
18509
18510 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18511 New procs. Add target-async tests.
18512 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18513 Add target-async tests.
18514
18515 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18516
18517 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18518 'func_start' and 'func_end' for the beginning and end of the
18519 function code, respectively.
18520 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18521 'func_end' instead of 'func' and 'main'.
18522
18523 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18524
18525 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18526 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18527 generate the debug info assembler source.
18528
18529 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18530
18531 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18532 * gdb.dwarf2/arr-subrange.exp: Likewise.
18533 * gdb.dwarf2/dwz.exp: Likewise.
18534 * gdb.dwarf2/method-ptr.exp: Likewise.
18535 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18536 * gdb.dwarf2/subrange.exp: Likewise.
18537 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18538 * gdb.dwarf2/implptrpiece.exp: Likewise.
18539 * gdb.dwarf2/nostaticblock.exp: Likewise.
18540
18541 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18542
18543 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18544 directory to absolute path name arguments.
18545
18546 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18547
18548 * gdb.ada/tagged_access: New testcase.
18549
18550 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18551
18552 * gdb.btrace/data.exp: Update expected output.
18553
18554 2014-03-06 Yao Qi <yao@codesourcery.com>
18555
18556 * gdb.trace/pr16508.exp: New file.
18557
18558 2014-03-05 Pedro Alves <palves@redhat.com>
18559
18560 PR gdb/16575
18561 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18562 procedure.
18563 (top level): Adjust to use it. Add tests that exercise breakpoint
18564 interaction with the code-cache.
18565
18566 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18567
18568 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18569 test for 'history-append!'.
18570
18571 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18572
18573 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18574 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18575 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18576 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18577 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18578 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18579
18580 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18581
18582 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18583 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18584 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18585
18586 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18587
18588 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18589
18590 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18591
18592 * gdb.dwarf2/arr-stride.c: New file.
18593 * gdb.dwarf2/arr-stride.exp: New file.
18594
18595 2014-02-26 Pedro Alves <palves@redhat.com>
18596
18597 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18598 that won't ever trigger. Make sure that GDB reports the correct
18599 breakpoint that caused the stop.
18600
18601 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18602
18603 PR gdb/16626
18604 * gdb.base/auto-load-script: New file.
18605 * gdb.base/auto-load.c: New file.
18606 * gdb.base/auto-load.exp: New file.
18607
18608 PR gdb/16626
18609 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18610
18611 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18612
18613 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18614 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18615
18616 2014-02-24 Doug Evans <dje@google.com>
18617
18618 * lib/gdb.exp (run_on_host): Log error output if program fails.
18619
18620 2014-02-21 Pedro Alves <palves@redhat.com>
18621
18622 * gdb.threads/step-after-sr-lock.c: Rename to ...
18623 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18624 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18625 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18626 ... this.
18627
18628 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18629
18630 PR tdep/16397
18631 * gdb.arch/amd64-stap-special-operands.exp: New file.
18632 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18633 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18634 * gdb.arch/amd64-stap-triplet.S: Likewise.
18635 * gdb.arch/amd64-stap-triplet.c: Likewise.
18636
18637 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18638
18639 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18640 in .section pseudo-op.
18641
18642 2014-02-20 lin zuojian <manjian2006@gmail.com>
18643 Joel Brobecker <brobecker@adacore.com>
18644 Doug Evans <xdje42@gmail.com>
18645
18646 PR symtab/16581
18647 * gdb.dwarf2/dw2-icycle.S: New file.
18648 * gdb.dwarf2/dw2-icycle.c: New file.
18649 * gdb.dwarf2/dw2-icycle.exp: New file.
18650
18651 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18652
18653 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18654 operations on gdb.Value objects.
18655 * gdb.python/py-value-cc.exp: Add new test to test operations on
18656 gdb.Value objects.
18657
18658 2014-02-18 Doug Evans <dje@google.com>
18659
18660 * Makefile.in (TESTS): New variable.
18661 (expanded_tests, expanded_tests_or_none): New variables
18662 (check-single): Pass $(expanded_tests_or_none) to runtest.
18663 (check-parallel): Only run tests in $(TESTS) if non-empty.
18664 (check/no-matching-tests-found): New rule.
18665 * README: Document TESTS makefile variable.
18666
18667 2014-02-18 Doug Evans <dje@google.com>
18668
18669 * Makefile.in (check-parallel): rm -rf outputs temp.
18670
18671 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18672
18673 Fix "ERROR: no fileid for" in the testsuite.
18674 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18675
18676 2014-02-12 Doug Evans <dje@google.com>
18677
18678 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18679 (MISCELLANEOUS): New variable.
18680 (clean): rm -rf $(MISCELLANEOUS).
18681 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18682 dwp live in the same directory as symlinks, with each symlink pointed
18683 to a differently named file in a different directory.
18684
18685 2014-02-11 Doug Evans <dje@google.com>
18686
18687 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18688 of Tcl file commands.
18689
18690 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18691
18692 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18693 "kill -SIGUSR1 -1".
18694
18695 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18696
18697 * gdb.ada/tick_length_array_enum_idx: New testcase.
18698
18699 2014-02-10 Doug Evans <xdje42@gmail.com>
18700
18701 * configure.ac (AC_OUTPUT): Add gdb.guile.
18702 * configure: Regenerate.
18703 * lib/gdb-guile.exp: New file.
18704 * lib/gdb.exp (get_target_charset): New function.
18705 * gdb.base/help.exp: Update expected output from "apropos apropos".
18706 * gdb.guile/Makefile.in: New file.
18707 * gdb.guile/guile.exp: New file.
18708 * gdb.guile/scm-arch.c: New file.
18709 * gdb.guile/scm-arch.exp: New file.
18710 * gdb.guile/scm-block.c: New file.
18711 * gdb.guile/scm-block.exp: New file.
18712 * gdb.guile/scm-breakpoint.c: New file.
18713 * gdb.guile/scm-breakpoint.exp: New file.
18714 * gdb.guile/scm-disasm.c: New file.
18715 * gdb.guile/scm-disasm.exp: New file.
18716 * gdb.guile/scm-equal.c: New file.
18717 * gdb.guile/scm-equal.exp: New file.
18718 * gdb.guile/scm-error.exp: New file.
18719 * gdb.guile/scm-error.scm: New file.
18720 * gdb.guile/scm-frame-args.c: New file.
18721 * gdb.guile/scm-frame-args.exp: New file.
18722 * gdb.guile/scm-frame-args.scm: New file.
18723 * gdb.guile/scm-frame-inline.c: New file.
18724 * gdb.guile/scm-frame-inline.exp: New file.
18725 * gdb.guile/scm-frame.c: New file.
18726 * gdb.guile/scm-frame.exp: New file.
18727 * gdb.guile/scm-generics.exp: New file.
18728 * gdb.guile/scm-gsmob.exp: New file.
18729 * gdb.guile/scm-iterator.c: New file.
18730 * gdb.guile/scm-iterator.exp: New file.
18731 * gdb.guile/scm-math.c: New file.
18732 * gdb.guile/scm-math.exp: New file.
18733 * gdb.guile/scm-objfile-script-gdb.in: New file.
18734 * gdb.guile/scm-objfile-script.c: New file.
18735 * gdb.guile/scm-objfile-script.exp: New file.
18736 * gdb.guile/scm-objfile.c: New file.
18737 * gdb.guile/scm-objfile.exp: New file.
18738 * gdb.guile/scm-ports.exp: New file.
18739 * gdb.guile/scm-pretty-print.c: New file.
18740 * gdb.guile/scm-pretty-print.exp: New file.
18741 * gdb.guile/scm-pretty-print.scm: New file.
18742 * gdb.guile/scm-section-script.c: New file.
18743 * gdb.guile/scm-section-script.exp: New file.
18744 * gdb.guile/scm-section-script.scm: New file.
18745 * gdb.guile/scm-symbol.c: New file.
18746 * gdb.guile/scm-symbol.exp: New file.
18747 * gdb.guile/scm-symtab-2.c: New file.
18748 * gdb.guile/scm-symtab.c: New file.
18749 * gdb.guile/scm-symtab.exp: New file.
18750 * gdb.guile/scm-type.c: New file.
18751 * gdb.guile/scm-type.exp: New file.
18752 * gdb.guile/scm-value-cc.cc: New file.
18753 * gdb.guile/scm-value-cc.exp: New file.
18754 * gdb.guile/scm-value.c: New file.
18755 * gdb.guile/scm-value.exp: New file.
18756 * gdb.guile/source2.scm: New file.
18757 * gdb.guile/types-module.cc: New file.
18758 * gdb.guile/types-module.exp: New file.
18759
18760 2014-02-10 Yao Qi <yao@codesourcery.com>
18761
18762 PR testsuite/16543
18763 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18764 * configure: Regenerated.
18765 * Makefile.in: New file.
18766
18767 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18768
18769 * gdb.python/py-framefilter.exp: Fix typo.
18770
18771 2014-02-08 Yao Qi <yao@codesourcery.com>
18772
18773 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18774 that no =breakpoint-modified is emitted when breakpoints are
18775 modified through MI commands.
18776
18777 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18778 Pedro Alves <palves@redhat.com>
18779
18780 * gdb.threads/step-after-sr-lock.c: New file.
18781 * gdb.threads/step-after-sr-lock.exp: New file.
18782
18783 2014-02-07 Pedro Alves <palves@redhat.com>
18784
18785 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18786
18787 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18788
18789 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18790 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18791
18792 2014-02-06 Doug Evans <xdje42@gmail.com>
18793
18794 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18795 output.
18796
18797 * gdb.gdb/python-interrupts.exp: New file.
18798
18799 2014-02-05 Yao Qi <yao@codesourcery.com>
18800
18801 * gdb.trace/report.exp (use_collected_data): Test the output
18802 of "info threads" and "info inferiors".
18803
18804 2014-02-05 Yao Qi <yao@codesourcery.com>
18805
18806 Revert this patch:
18807
18808 2013-05-24 Yao Qi <yao@codesourcery.com>
18809
18810 * gdb.trace/tfile.exp: Test inferior and thread.
18811
18812 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18813
18814 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18815 on a function.
18816 * gdb.base/step-bt.c: Call hello via function pointer to make
18817 sure its first instruction is executed on powerpc64le-linux.
18818
18819 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18820
18821 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18822
18823 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18824
18825 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18826 of the test patterns for use on little-endian systems.
18827
18828 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18829
18830 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18831 (decimal_vector): Fix for little-endian.
18832
18833 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18834
18835 * gdb.arch/sparc-sysstep.exp: New file.
18836 * gdb.arch/sparc-sysstep.c: Likewise.
18837
18838 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18839
18840 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18841
18842 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18843
18844 2014-01-23 Tom Tromey <tromey@redhat.com>
18845
18846 * gdb.ada/array_char_idx: New testcase.
18847
18848 2014-01-23 Tom Tromey <tromey@redhat.com>
18849
18850 PR python/16487:
18851 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18852 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18853 classes.
18854
18855 2014-01-23 Tom Tromey <tromey@redhat.com>
18856
18857 PR python/16491:
18858 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18859 string from an inferior frame.
18860 * gdb.python/py-framefilter-mi.exp: Update.
18861
18862 2014-01-22 Doug Evans <dje@google.com>
18863
18864 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18865
18866 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18867
18868 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18869
18870 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18871
18872 * gdb.trace/entry-values.exp: Remove excess space character from
18873 regex patterns. Handle s390 call instruction.
18874
18875 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18876
18877 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18878 define "*_start" label. Make "name" static.
18879 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18880 ${name} by references to ${name}_start.
18881
18882 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18883
18884 * gdb.base/info-macros.exp: Remove "debug" from the compile
18885 options.
18886
18887 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18888
18889 * gdb.dlang/demangle.exp: New file.
18890
18891 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18892
18893 * gdb.dlang/primitive-types.exp: New file.
18894
18895 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18896
18897 * configure.ac: Create gdb.dlang/Makefile.
18898 * configure: Regenerate.
18899 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18900 * gdb.dlang/Makefile.in: New file.
18901 * lib/d-support.exp: New file.
18902 * lib/gdb.exp (skip_d_tests): New proc.
18903
18904 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18905
18906 * gdb.btrace/delta.exp: Check reverse stepi.
18907 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18908 * gdb.btrace/finish.exp: New.
18909 * gdb.btrace/next.exp: New.
18910 * gdb.btrace/nexti.exp: New.
18911 * gdb.btrace/record_goto.c: Add comments.
18912 * gdb.btrace/step.exp: New.
18913 * gdb.btrace/stepi.exp: New.
18914 * gdb.btrace/multi-thread-step.c: New.
18915 * gdb.btrace/multi-thread-step.exp: New.
18916 * gdb.btrace/rn-dl-bind.c: New.
18917 * gdb.btrace/rn-dl-bind.exp: New.
18918 * gdb.btrace/data.c: New.
18919 * gdb.btrace/data.exp: New.
18920 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18921
18922 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18923
18924 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18925 * gdb.btrace/exception.exp: Update.
18926 * gdb.btrace/instruction_history.exp: Update.
18927 * gdb.btrace/record_goto.exp: Update.
18928 * gdb.btrace/tailcall.exp: Update.
18929 * gdb.btrace/unknown_functions.exp: Update.
18930 * gdb.btrace/delta.exp: New.
18931
18932 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18933
18934 * gdb.btrace/record_goto.exp: Add backtrace test.
18935 * gdb.btrace/tailcall.exp: Add backtrace test.
18936
18937 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18938
18939 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18940 * gdb.btrace/record_goto.c: New.
18941 * gdb.btrace/record_goto.exp: New.
18942 * gdb.btrace/x86-record_goto.S: New.
18943
18944 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18945
18946 * gdb.btrace/function_call_history.exp: Update tests.
18947 * gdb.btrace/instruction_history.exp: Update tests.
18948
18949 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18950
18951 * gdb.btrace/function_call_history.exp: Fix expected field
18952 order for "record function-call-history".
18953 Add new tests for "record function-call-history /c".
18954 * gdb.btrace/exception.cc: New.
18955 * gdb.btrace/exception.exp: New.
18956 * gdb.btrace/tailcall.exp: New.
18957 * gdb.btrace/x86-tailcall.S: New.
18958 * gdb.btrace/x86-tailcall.c: New.
18959 * gdb.btrace/unknown_functions.c: New.
18960 * gdb.btrace/unknown_functions.exp: New.
18961 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18962
18963 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18964
18965 * gdb.btrace/instruction_history.exp: Update.
18966 * gdb.btrace/function_call_history.exp: Update.
18967
18968 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18969
18970 * gdb.btrace/function_call_history.exp: Fix expected function
18971 trace.
18972 * gdb.btrace/instruction_history.exp: Initialize traced.
18973 Remove traced_functions.
18974
18975 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18976
18977 * gdb.btrace/function_call_history.exp: Update
18978 * gdb.btrace/instruction_history.exp: Update.
18979
18980 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18981
18982 * gdb.btrace/enable.exp: Update expected text.
18983
18984 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18985
18986 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18987 bytes.
18988
18989 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18990
18991 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18992
18993 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18994
18995 * lib/gdb.exp (supports_process_record): Return true for
18996 arm*-linux*. (supports_reverse): Likewise.
18997
18998 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18999
19000 PR python/15464
19001 PR python/16113
19002 * gdb.python/py-type.c: Enhance test case.
19003 * gdb.python/py-value-cc.cc: Likewise
19004 * gdb.python/py-type.exp: Add new tests.
19005 * gdb.python/py-value-cc.exp: Likewise
19006
19007 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19008 Pedro Alves <palves@redhat.com>
19009
19010 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19011 Make "name" extern.
19012 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19013 references to ${name}_start by references to ${name}.
19014
19015 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19016
19017 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19018
19019 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19020
19021 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19022
19023 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19024 Pedro Alves <palves@redhat.com>
19025
19026 * gdb.mi/mi-info-os.exp: Connect to the target with
19027 mi_gdb_target_load.
19028
19029 2014-01-08 Pedro Alves <palves@redhat.com>
19030
19031 * gdb.threads/reconnect-signal.c: New file.
19032 * gdb.threads/reconnect-signal.exp: New file.
19033
19034 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19035
19036 * gdb.base/source-dir.exp: New file.
19037
19038 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19039
19040 * gdb.ada/mi_interface: New testcase.
19041
19042 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19043
19044 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19045 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19046 gdb.ada/pp-rec-component/pck.ads: New files.
19047
19048 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19049
19050 * gdb.python/py-pp-integral.c: New file.
19051 * gdb.python/py-pp-integral.py: New file.
19052 * gdb.python/py-pp-integral.exp: New file.
19053
19054 For older changes see ChangeLog-1993-2013.
19055 \f
19056 ;; Local Variables:
19057 ;; mode: change-log
19058 ;; left-margin: 8
19059 ;; fill-column: 74
19060 ;; version-control: never
19061 ;; End:
19062
19063 Copyright 2014-2020 Free Software Foundation, Inc.
19064 Copying and distribution of this file, with or without modification,
19065 are permitted provided the copyright notice and this notice are preserved.
This page took 0.451652 seconds and 4 git commands to generate.