[gdb/testsuite] Fix .debug_ranges in gdb.mi/dw2-ref-missing-frame-func.c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-04-22 Tom de Vries <tdevries@suse.de>
2
3 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4 debug_info_offset.
5 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
6 before $objsfile in the line line.
7
8 2020-04-22 Tom de Vries <tdevries@suse.de>
9
10 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
11
12 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
13
14 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
15 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
16 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
17 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
18 * gdb.base/jit-protocol.h: Update definitions to match all usage
19 contexts.
20
21 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
22
23 * gdb.base: Rename all jit related test and source files.
24
25 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
26
27 * gdb.base/jit-reader.exp: Relax register output check.
28
29 2020-04-22 Tom de Vries <tdevries@suse.de>
30
31 PR symtab/25764
32 * gdb.base/psym-external-decl-2.c: New test.
33 * gdb.base/psym-external-decl.c: New test.
34 * gdb.base/psym-external-decl.exp: New file.
35 * gdb.threads/tls.exp: Add PR25807 kfail.
36
37 2020-04-22 Tom de Vries <tdevries@suse.de>
38
39 PR symtab/25801
40 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
41 in "info source" output.
42
43 2020-04-22 Tom de Vries <tdevries@suse.de>
44
45 PR symtab/25700
46 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
47 symtab for imported_unit.c.
48
49 2020-04-21 Gary Benson <gbenson@redhat.com>
50
51 * gdb.base/advance.c (func): New argument, to match call site.
52 (func2, func3): Add return statements.
53
54 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
55
56 * gdb.multi/run-only-second-inf.c: New file.
57 * gdb.multi/run-only-second-inf.exp: New file.
58
59 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
60
61 * gdb.btrace/multi-inferior.c: New test.
62 * gdb.btrace/multi-inferior.exp: New file.
63
64 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
65
66 * gdb.btrace/enable-new-thread.c: New test.
67 * gdb.btrace/enable-new-thread.exp: New file.
68
69 2020-04-21 Tom de Vries <tdevries@suse.de>
70
71 PR gdb/25471
72 * gdb.threads/killed-outside.c: New test.
73 * gdb.threads/killed-outside.exp: New file.
74
75 2020-04-20 Gary Benson <gbenson@redhat.com>
76
77 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
78 * gdb.base/nested-subp2.exp: Likewise.
79 * gdb.base/nested-subp3.exp: Likewise.
80
81 2020-04-20 Gary Benson <gbenson@redhat.com>
82
83 * gdb.base/nested-subp1.exp: Disable test when using clang.
84 * gdb.base/nested-subp2.exp: Likewise.
85 * gdb.base/nested-subp3.exp: Likewise.
86
87 2020-04-20 Gary Benson <gbenson@redhat.com>
88
89 * gdb.cp/exception.cc: Fix compilation error with clang.
90
91 2020-04-20 Gary Benson <gbenson@redhat.com>
92
93 * gdb.trace/tspeed.c: Fix compilation error with clang.
94
95 2020-04-20 Gary Benson <gbenson@redhat.com>
96
97 * gdb.base/jit-main.c: Fix compilation error with clang.
98
99 2020-04-17 Kamil Rytarowski <n54@gmx.com>
100
101 * gdb.base/attach-twice.c: Include "sys/types.h".
102 (PTRACE_ATTACH): Add fallback definition.
103 (main): Pass `0' to the 4th argument of `ptrace'.
104
105 2020-04-17 Kamil Rytarowski <n54@gmx.com>
106
107 * gdb.base/fork-running-state.c: Include "signal.h".
108
109 2020-04-17 Tom Tromey <tromey@adacore.com>
110
111 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
112 Update tests.
113 * gdb.btrace/cpu.exp: Update tests.
114 * gdb.base/maint.exp: Update tests.
115 * gdb.base/default.exp: Update tests.
116 * gdb.base/completion.exp: Update tests.
117
118 2020-04-16 Tom de Vries <tdevries@suse.de>
119
120 PR symtab/25791
121 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
122 (ensure_gdb_index): and factor out and move ...
123 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
124 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
125
126 2020-04-16 Tom de Vries <tdevries@suse.de>
127
128 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
129 loading exec.
130
131 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
132
133 * gdb.base/many-completions.exp: New file.
134
135 2020-04-14 Tom de Vries <tdevries@suse.de>
136
137 PR symtab/25718
138 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
139
140 2020-04-14 Tom de Vries <tdevries@suse.de>
141
142 PR symtab/25720
143 * gdb.base/maint-expand-symbols-header-file.c: New test.
144 * gdb.base/maint-expand-symbols-header-file.exp: New file.
145 * gdb.base/maint-expand-symbols-header-file.h: New test.
146
147 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
150 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
151 get_func_info.
152 (get_func_info): Delete.
153 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
154 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
155 * lib/dwarf.exp (get_func_info): New function.
156
157 2020-04-13 Tom de Vries <tdevries@suse.de>
158
159 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
160 to what find_gnatmake does.
161
162 2020-04-10 Tom de Vries <tdevries@suse.de>
163
164 * gdb.base/style.exp: Expect "Expanding full symbols" message for
165 -readnow.
166
167 2020-04-10 Tom de Vries <tdevries@suse.de>
168
169 PR cli/25808
170 * gdb.base/style.c: Add leading newlines.
171 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
172 Check listing of main's one-line body.
173
174 2020-04-08 Tom de Vries <tdevries@suse.de>
175
176 * lib/gdb.exp (psymtabs_p): New proc.
177 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
178 importing unit" unsupported if there are no partial symbols.
179
180 2020-04-08 Tom de Vries <tdevries@suse.de>
181
182 PR testsuite/25760
183 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
184
185 2020-04-07 Tom de Vries <tdevries@suse.de>
186
187 PR symtab/25796
188 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
189
190 2020-04-07 Tom de Vries <tdevries@suse.de>
191
192 * gdb.base/check-psymtab.c: New test.
193 * gdb.base/check-psymtab.exp: New file.
194
195 2020-04-06 Tom Tromey <tromey@adacore.com>
196
197 * gdb.ada/variant-record/proc.adb: New file.
198 * gdb.ada/variant-record/value.adb: New file.
199 * gdb.ada/variant-record/value.s: New file.
200 * gdb.ada/variant-record.exp: New file.
201
202 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
203
204 PR gdb/25325
205 * gdb.cp/typed-enum.cc: New test.
206 * gdb.cp/typed-enum.exp: New file.
207
208 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
209
210 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
211 * gdb.dwarf2/dw2-inline-small-func.c: New file.
212 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
213 * gdb.dwarf2/dw2-inline-small-func.h: New file.
214 * gdb.opt/inline-small-func.c: New file.
215 * gdb.opt/inline-small-func.exp: New file.
216 * gdb.opt/inline-small-func.h: New file.
217
218 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
221 function.
222
223 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
224
225 * lib/dwarf.exp (function_range): Allow compiler options to be
226 specified.
227
228 2020-04-02 Tom de Vries <tdevries@suse.de>
229
230 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
231 __attribute__((always_inline)).
232 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
233
234 2020-04-02 Tom de Vries <tdevries@suse.de>
235
236 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
237 (gdbserver_gdb_exit): ... here. Add timeout warning.
238 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
239 (connect_target_extended_remote): Append new server_spawn_id to
240 server_spawn_ids.
241 (cleanup): New proc.
242 (setup, <toplevel>): Call cleanup.
243
244 2020-04-02 Tom de Vries <tdevries@suse.de>
245
246 * gdb.base/main-psymtab.exp: New file.
247
248 2020-04-02 Tom de Vries <tdevries@suse.de>
249
250 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
251
252 2020-04-01 Tom Tromey <tom@tromey.com>
253
254 * gdb.base/complex-parts.exp: Add type tests.
255
256 2020-04-01 Tom Tromey <tom@tromey.com>
257
258 * gdb.base/complex-parts.exp: Add arithmetic tests.
259
260 2020-04-01 Tom Tromey <tom@tromey.com>
261
262 * gdb.compile/compile.exp: Update.
263 * gdb.compile/compile-cplus.exp: Update.
264 * gdb.base/varargs.exp: Update.
265 * gdb.base/floatn.exp: Update.
266 * gdb.base/endianity.exp: Update.
267 * gdb.base/callfuncs.exp (do_function_calls): Update.
268 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
269 (complex_float_integral_args): Update.
270 * gdb.base/complex.exp: Update.
271 * gdb.base/complex-parts.exp: Update.
272
273 2020-04-01 Tom Tromey <tromey@adacore.com>
274
275 * gdb.rust/union.rs: New file.
276 * gdb.rust/union.exp: New file.
277 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
278 (main): Update.
279 * gdb.rust/simple.exp: Move union tests to union.exp.
280
281 2020-04-01 Tom Tromey <tromey@adacore.com>
282
283 * gdb.rust/simple.rs (main): Remove "y0".
284
285 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
286
287 * gdb.multi/stop-all-on-exit.c: New test.
288 * gdb.multi/stop-all-on-exit.exp: New file.
289
290 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
291
292 PR gdb/24789
293 * gdb.cp/misc.cc: Add integer reference variable.
294 * gdb.cp/misc.exp: Add test.
295
296 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
297
298 * gdb.server/stop-reply-no-thread.exp: Enhance the test
299 scenario to cover execution until the end and also the case
300
301 2020-03-31 Tom de Vries <tdevries@suse.de>
302
303 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
304 c. Use "maint info symtabs" to check symtab expansion.
305
306 2020-03-30 Tom de Vries <tdevries@suse.de>
307
308 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
309 unsupported.
310 (verify_psymtab_expanded): Move ...
311 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
312 test.
313 (readnow): New proc.
314
315 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
318 with $hex.
319
320 2020-03-20 Tom Tromey <tromey@adacore.com>
321
322 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
323
324 2020-03-20 Tom Tromey <tromey@adacore.com>
325
326 * gdb.ada/sub_variant/subv.adb: New file.
327 * gdb.ada/sub_variant.exp: New file.
328
329 2020-03-20 Tom de Vries <tdevries@suse.de>
330
331 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
332 first break fails.
333 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
334
335 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
336
337 * gdb.server/exit-multiple-threads.c: New file.
338 * gdb.server/exit-multiple-threads.exp: New file.
339
340 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * gdb.fortran/mixed-lang-stack.c: New file.
343 * gdb.fortran/mixed-lang-stack.cpp: New file.
344 * gdb.fortran/mixed-lang-stack.exp: New file.
345 * gdb.fortran/mixed-lang-stack.f90: New file.
346
347 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
348
349 * gdb.linespec/cp-completion-aliases.cc: New file.
350 * gdb.linespec/cp-completion-aliases.exp: New file.
351
352 2020-03-19 Tom de Vries <tdevries@suse.de>
353
354 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
355 more precise.
356
357 2020-03-18 Tom de Vries <tdevries@suse.de>
358
359 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
360 * gdb.dwarf2/break-inline-psymtab.c: New test.
361 * gdb.dwarf2/break-inline-psymtab.exp: New file.
362
363 2020-03-16 Tom de Vries <tdevries@suse.de>
364
365 * lib/cache.exp (gdb_do_cache): Add and handle local variables
366 cache_verify and cache_verify_proc.
367
368 2020-03-15 Tom de Vries <tdevries@suse.de>
369
370 * gdb.server/solib-list.exp: Handle
371 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
372
373 2020-03-15 Tom de Vries <tdevries@suse.de>
374
375 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
376 objfiles".
377
378 2020-03-14 Tom Tromey <tom@tromey.com>
379
380 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
381
382 2020-03-14 Tom de Vries <tdevries@suse.de>
383
384 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
385
386 2020-03-14 Tom de Vries <tdevries@suse.de>
387
388 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
389 result in line-by-line fashion.
390
391 2020-03-14 Tom de Vries <tdevries@suse.de>
392
393 * lib/gdb.exp (supports_statement_frontiers): New proc.
394 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
395
396 2020-03-14 Tom de Vries <tdevries@suse.de>
397
398 * gdb.base/printcmds.exp: Add missing quoting for "print
399 teststring2".
400
401 2020-03-13 Tom Tromey <tom@tromey.com>
402
403 * gdb.base/printcmds.exp (test_print_strings): Add regression
404 test.
405 * gdb.base/printcmds.c (charptr): New typedef.
406 (teststring2): New global.
407
408 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 * gdb.base/break-interp.exp: Use the tail of the filename, not the
411 full path in the test name.
412 (test_ld): Add some with_test_prefix blocks to make test names
413 unique.
414
415 2020-03-13 Tom de Vries <tdevries@suse.de>
416
417 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
418
419 2020-03-13 Tom de Vries <tdevries@suse.de>
420
421 * gdb.mi/mi-sym-info.exp: Make matching more precise.
422
423 2020-03-13 Tom de Vries <tdevries@suse.de>
424
425 PR symtab/25646
426 * gdb.dwarf2/imported-unit.exp: Add test.
427
428 2020-03-13 Tom de Vries <tdevries@suse.de>
429
430 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
431 (var1, var2): New variable.
432 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
433 matching symbols.
434
435 2020-03-13 Tom de Vries <tdevries@suse.de>
436
437 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
438 (Term::command): Use prompt prefix.
439 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
440 * gdb.tui/tui-layout-asm-short-prog.exp: Use
441 command_no_prompt_prefix instead of prefix.
442 * gdb.tui/tui-layout-asm.exp: Same.
443
444 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
445
446 * gdb.base/break-interp.exp: Use foreach_with_prefix.
447
448 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
449
450 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
451 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
452 on" while stepping over the test instruction, match printed
453 message.
454
455 2020-03-12 Tom de Vries <tdevries@suse.de>
456
457 * gdb.base/info-types.exp: Use exp_continue during matching of output
458 of "info types".
459
460 2020-03-12 Tom de Vries <tdevries@suse.de>
461
462 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
463
464 2020-03-12 Tom de Vries <tdevries@suse.de>
465
466 * gdb.fortran/module.exp: Use exp_continue during matching of output
467 of "info variable -n".
468
469 2020-03-12 Tom de Vries <tdevries@suse.de>
470
471 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
472 gdb.dwarf2/dw2-ranges-base.c.
473
474 2020-03-12 Tom de Vries <tdevries@suse.de>
475
476 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
477 in presence of GLIBC debuginfo.
478
479 2020-03-12 Tom de Vries <tdevries@suse.de>
480
481 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
482 $core.
483
484 2020-03-12 Tom de Vries <tdevries@suse.de>
485
486 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
487 more precise.
488
489 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
490
491 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
492 from Unix to Windows path.
493
494 2020-03-11 Tom de Vries <tdevries@suse.de>
495
496 * gdb.ada/minsyms.exp: Set language to ada.
497
498 2020-03-11 Tom de Vries <tdevries@suse.de>
499
500 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
501
502 2020-03-11 Tom de Vries <tdevries@suse.de>
503
504 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
505
506 2020-03-11 Tom Tromey <tromey@adacore.com>
507
508 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
509
510 2020-03-11 Tom de Vries <tdevries@suse.de>
511
512 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
513
514 2020-03-11 Tom de Vries <tdevries@suse.de>
515
516 * gdb.base/break-interp.exp: Limit verbose scope.
517
518 2020-03-11 Tom de Vries <tdevries@suse.de>
519
520 * gdb.fortran/logical.f90: Define variable with character type.
521 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
522
523 2020-03-11 Tom de Vries <tdevries@suse.de>
524
525 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
526
527 2020-03-11 Tom de Vries <tdevries@suse.de>
528
529 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
530 symtabs.
531
532 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
533 Bernd Edlinger <bernd.edlinger@hotmail.de>
534
535 * gdb.cp/step-and-next-inline.cc: New file.
536 * gdb.cp/step-and-next-inline.exp: New file.
537 * gdb.cp/step-and-next-inline.h: New file.
538 * gdb.dwarf2/dw2-is-stmt.c: New file.
539 * gdb.dwarf2/dw2-is-stmt.exp: New file.
540 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
541 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
542 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
543
544 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
545
546 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
547 is-stmt flag in the line table.
548
549 2020-03-09 Tom de Vries <tdevries@suse.de>
550
551 * lib/gdb.exp (cached_file): Create cache dir.
552
553 2020-03-07 Tom de Vries <tdevries@suse.de>
554
555 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
556 * gdb.cp/rvalue-ref-params.exp: Same.
557
558 2020-03-06 Tom de Vries <tdevries@suse.de>
559
560 * lib/gdb.exp (tentative_rename, cached_file): New proc.
561 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
562
563 2020-03-06 Tom de Vries <tdevries@suse.de>
564
565 * README: Fix "the the".
566 * gdb.base/dprintf.exp: Same.
567
568 2020-03-05 Tom de Vries <tdevries@suse.de>
569
570 * gdb.base/maint.exp: Update "main print statistics" expected output.
571
572 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
573
574 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
575 (fortran_int8): Likewise.
576 (fortran_real4): Likewise.
577 (fortran_real8): Likewise.
578 (fortran_complex4): Likewise.
579 (fortran_logical4): Likewise.
580 (fortran_character1): Likewise.
581
582 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
583
584 * gdb.fortran/logical.exp: Add tests that any non-zero value is
585 printed as true.
586
587 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
588
589 * gdb.base/printcmds.exp: Add test to verify printf of a
590 variable holding an address.
591
592 2020-03-03 Tom de Vries <tdevries@suse.de>
593
594 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
595
596 2020-03-03 Tom de Vries <tdevries@suse.de>
597
598 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
599 gdb_test_multiple call.
600
601 2020-03-03 Tom de Vries <tdevries@suse.de>
602
603 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
604 gdb_test_multiple calls.
605
606 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.base/default.exp: Remove test of 'set history filename'.
609 * gdb.base/gdbinit-history.exp: Add tests for setting the history
610 filename to the empty string.
611 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
612 and GDBHISTSIZE.
613
614 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
615
616 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
617 disabled.
618
619 2020-03-02 Pedro Alves <palves@redhat.com>
620 Tom de Vries <tdevries@suse.de>
621
622 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
623 -prompt prefix, before user_code argument. Add -lbl option likewise.
624 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
625 (gdb_is_target_1): Add -prompt prefix and move to before user_code
626 argument.
627 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
628 have "\r\n" at start-of-line, instead of at end-of-line.
629
630 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
631
632 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
633 libinproctrace.so.
634
635 2020-02-28 Luis Machado <luis.machado@linaro.org>
636
637 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
638 to "p/x".
639
640 2020-02-28 Luis Machado <luis.machado@linaro.org>
641
642 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
643 asm/ptrace.h and error.h.
644
645 2020-02-28 Tom de Vries <tdevries@suse.de>
646
647 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
648 (struct wrapper, do_something, mundane/symada__cS): Move ...
649 * gdb.base/c-linkage-name-2.c: ... here. New source file.
650 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
651 Update "print symada__cS before partial symtab expansion" regexp.
652 Update breakpoint location. Flush symbol cache after expansion.
653
654 2020-02-28 Luis Machado <luis.machado@linaro.org>
655
656 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
657
658 2020-02-27 Tom de Vries <tdevries@suse.de>
659
660 * config/sid.exp: Remove unused globals.
661 * gdb.base/attach.exp: Same.
662 * gdb.base/catch-load.exp: Same.
663 * gdb.base/dbx.exp: Same.
664 * lib/gdb.exp: Same.
665 * lib/mi-support.exp: Same.
666 * lib/prompt.exp: Same.
667
668 2020-02-27 Tom de Vries <tdevries@suse.de>
669
670 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
671 not set.
672
673 2020-02-26 Aaron Merey <amerey@redhat.com>
674
675 * gdb.debuginfod: New directory for debuginfod tests.
676 * gdb.debuginfod/main.c: New test file.
677 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
678
679 2020-02-26 Tom de Vries <tdevries@suse.de>
680
681 PR gdb/25603
682 * gdb.base/persistent-lang.cc: New test.
683 * gdb.base/persistent-lang.exp: New file.
684
685 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
686
687 * gdb.fortran/derived-type-striding.exp: Add a new test.
688 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
689 new test.
690
691 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
692
693 * gdb.base/cached-source-file.exp: Avoid source file paths in test
694 names.
695
696 2020-02-25 Tom de Vries <tdevries@suse.de>
697
698 PR go/18926
699 * gdb.go/methods.exp: Remove gcc/93866 xfail.
700
701 2020-02-24 Tom de Vries <tdevries@suse.de>
702
703 PR gdb/25592
704 * gdb.base/info-locals-unused-static-var.c: New test.
705 * gdb.base/info-locals-unused-static-var.exp: New file.
706
707 2020-02-22 Tom Tromey <tom@tromey.com>
708
709 * gdb.python/tui-window.exp: New file.
710 * gdb.python/tui-window.py: New file.
711
712 2020-02-22 Tom Tromey <tom@tromey.com>
713
714 PR tui/17850:
715 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
716 tests.
717
718 2020-02-22 Tom Tromey <tom@tromey.com>
719
720 * gdb.tui/new-layout.exp: Add sub-layout tests.
721
722 2020-02-22 Tom Tromey <tom@tromey.com>
723
724 * gdb.tui/new-layout.exp: New file.
725
726 2020-02-22 Tom Tromey <tom@tromey.com>
727
728 * gdb.rust/rust-style.rs: New file.
729 * gdb.rust/rust-style.exp: New file.
730 * gdb.base/style.exp: Test structure printing.
731 * gdb.base/style.c (struct some_struct): New type.
732 (enum etype): New type.
733 (struct_value): New global.
734
735 2020-02-21 Tom de Vries <tdevries@suse.de>
736
737 PR go/18926
738 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
739 Remove blanket xfails. Use message argument for gdb_breakpoint.
740 Make continuing to breakpoint test conditional on setting breakpoint.
741 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
742 DW_AT_name attribute. Add xfail for GCC PR93866.
743
744 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.dwarf2/cpp-linkage-name.c: New file.
747 * gdb.dwarf2/cpp-linkage-name.exp: New file.
748
749 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
750
751 * lib/gdb.exp (gdb_wrapper_init): Reset
752 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
753 not exist.
754
755 2020-02-20 Tom de Vries <tdevries@suse.de>
756
757 PR go/17018
758 * gdb.go/hello.exp: Copy ...
759 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
760 print of st to print value of global definition. Add xfail for GCC
761 PR93844.
762 * gdb.go/hello.exp: Remove printing of st before definition.
763 * gdb.go/hello.go: Copy ...
764 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
765 to st.
766 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
767
768 2020-02-20 Tom de Vries <tdevries@suse.de>
769
770 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
771 (gdb_simple_compile): Handle compile_flags go by using .go extension
772 for source file.
773 * gdb.go/chan.exp: Use support_go_compile.
774 * gdb.go/handcall.exp: Same.
775 * gdb.go/hello.exp: Same.
776 * gdb.go/integers.exp: Same.
777 * gdb.go/max-depth.exp: Same.
778 * gdb.go/methods.exp: Same.
779 * gdb.go/package.exp: Same.
780 * gdb.go/strings.exp: Same.
781 * gdb.go/types.exp: Same.
782 * gdb.go/unsafe.exp: Same.
783
784 2020-02-19 Tom de Vries <tdevries@suse.de>
785
786 * gdb.python/lib-types.exp: Make xfail more strict.
787
788 2020-02-19 Tom de Vries <tdevries@suse.de>
789
790 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
791
792 2020-02-19 Doug Evans <dje@google.com>
793
794 PR rust/25535
795 * gdb.rust/simple.exp: Add test.
796 * gdb.rust/simple.rs: Add test.
797
798 2020-02-19 Tom de Vries <tdevries@suse.de>
799
800 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
801 output line-by-line.
802
803 2020-02-19 Tom de Vries <tdevries@suse.de>
804
805 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
806
807 2020-02-19 Tom de Vries <tdevries@suse.de>
808
809 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
810 prelink.
811
812 2020-02-19 Tom de Vries <tdevries@suse.de>
813
814 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
815 (gdb_do_cache): Use gdb_do_cache_wrap.
816 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
817
818 2020-02-19 Tom de Vries <tdevries@suse.de>
819
820 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
821 gdb_compile option.
822
823 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
824
825 * gdb.base/printcmds.exp (test_print_enums): Update expected
826 output.
827
828 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
829
830 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
831 for "unknown".
832
833 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
834
835 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
836 enumerator.
837
838 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
839
840 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
841 FE_, add FE_NONE.
842 (three): Update.
843 (enum flag_enum_without_zero): New enum.
844 (flag_enum_without_zero): New variable.
845 (enum not_flag_enum): New enum.
846 (three_not_flag): New variable.
847 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
848 (test_print_enums): Add more tests for printing flag enums.
849
850 2020-02-18 Tom de Vries <tdevries@suse.de>
851
852 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
853 (gdb_compile_ada): ... here.
854 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
855 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
856
857 2020-02-14 Tom Tromey <tom@tromey.com>
858
859 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
860 build directory.
861 * boards/gdbserver-base.exp: Update path to gdbserver.
862
863 2020-02-13 Tom de Vries <tdevries@suse.de>
864
865 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
866
867 2020-02-13 Tom de Vries <tdevries@suse.de>
868
869 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
870 are missing.
871
872 2020-02-13 Tom de Vries <tdevries@suse.de>
873
874 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
875 call.
876
877 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
878
879 PR tui/25126
880 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
881 * gdb.base/cached-source-file.c: New file.
882 * gdb.base/cached-source-file.exp: New file.
883
884 2020-02-11 Tom de Vries <tdevries@suse.de>
885
886 PR testsuite/25488
887 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
888
889 2020-02-10 Tom de Vries <tdevries@suse.de>
890
891 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
892
893 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
894
895 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
896 and $after_addr are both integers before making a comparison.
897
898 2020-02-09 Tom de Vries <tdevries@suse.de>
899
900 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
901 command output and paste it into gdb.log. If any, paste catch message
902 to gdb.log.
903
904 2020-02-07 Tom Tromey <tromey@adacore.com>
905
906 PR breakpoints/24915:
907 * gdb.base/annotate-symlink.exp: Use setup_xfail.
908
909 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
910
911 * gdb.tui/tui-missing-src.exp: Add the "missing source
912 file" test for the TUI.
913
914 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
915
916 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
917 including a port number in the output.
918
919 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
920
921 * lib/fortran.exp (fortran_int4): Handle clang.
922 (fortran_int8): Likewise.
923 (fortran_real4): Likewise.
924 (fortran_real8): Likewise.
925 (fortran_complex4): Likewise.
926 (fortran_logical4): Likewise.
927 (fortran_character1): Likewise.
928
929 2020-02-04 Tom de Vries <tdevries@suse.de>
930
931 * README (Race detection): Add note.
932
933 2020-02-04 Tom de Vries <tdevries@suse.de>
934
935 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
936
937 2020-02-04 Tom de Vries <tdevries@suse.de>
938
939 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
940
941 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
942
943 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
944 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
945 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
946 blttar, bnetarl.
947 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
948 binary for blttar, bnetarl.
949 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
950 wait instruction. Delete ldmx test.
951 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
952
953 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
954
955 * gdb.fortran/array-bounds-high.exp: New file.
956 * gdb.fortran/array-bounds-high.f90: New file.
957
958 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
959
960 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
961 Replace #include of <sys/fcntl.h> by <fcntl.h>.
962
963 2020-02-01 Tom de Vries <tdevries@suse.de>
964
965 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
966
967 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 PR tui/9765
970 * gdb.tui/tui-layout-asm-short-prog.S: New file.
971 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
972
973 2020-01-29 Luis Machado <luis.machado@linaro.org>
974
975 * gdb.arch/aarch64-brk-patterns.c: New source file.
976 * gdb.arch/aarch64-brk-patterns.exp: New test.
977
978 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
979
980 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
981 GCC/Clang version.
982 * gdb.cp/pass-by-ref.exp: Ditto.
983
984 2020-01-29 Tom de Vries <tdevries@suse.de>
985
986 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
987 * gdb.threads/watchpoint-fork-mt.c: Same.
988 * gdb.threads/watchpoint-fork-parent.c: Same.
989 * gdb.threads/watchpoint-fork-st.c: Same.
990 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
991
992 2020-01-27 Luis Machado <luis.machado@linaro.org>
993
994 * gdb.base/step-over-syscall.exp (setup): Check if we're already
995 sitting at a syscall instruction when we hit the syscall function's
996 breakpoint.
997 Check PC against one obtained with the x command.
998 Validate syscall number.
999 (step_over_syscall): Don't continue to the syscall instruction if
1000 we're already there.
1001
1002 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1003
1004 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1005
1006 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1007
1008 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1009 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1010
1011 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1014 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1015
1016 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1017
1018 * gdb.base/maint.exp: Update line table parsing test.
1019 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1020
1021 2020-01-24 Pedro Alves <palves@redhat.com>
1022
1023 PR gdb/25410
1024 * gdb.multi/multi-re-run-1.c: New.
1025 * gdb.multi/multi-re-run-2.c: New.
1026 * gdb.multi/multi-re-run.exp: New.
1027
1028 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1029
1030 PR gdb/23718
1031 * gdb.server/server-kill-python.exp: New file.
1032
1033 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1034
1035 * gdb.server/multi-ui-errors.c: New file.
1036 * gdb.server/multi-ui-errors.exp: New file.
1037
1038 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1039
1040 PR tui/9765
1041 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1042
1043 2020-01-19 Tom Tromey <tom@tromey.com>
1044
1045 * gdb.tui/main.exp: Add check for plain "file".
1046
1047 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1048
1049 * lib/gdb.exp: Fix spelling error (seperatelly).
1050
1051 2020-01-14 Tom Tromey <tom@tromey.com>
1052
1053 PR symtab/12535:
1054 * gdb.python/python.exp: Test decode_line with empty string
1055 argument.
1056
1057 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1058
1059 * gdb.base/skip-inline.exp: Extend test.
1060
1061 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1062
1063 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1064 * gdb.dwarf2/dw2-bad-elf.c: New file.
1065 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1066
1067 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1070 _line_saw_file.
1071
1072 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1075 border.
1076
1077 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1078
1079 * gdb.multi/multi-target.exp (setup): Factor out "info
1080 connections" and "info inferiors" tests to ...
1081 (test_info_inferiors): ... this new procedure.
1082 (top level): Run new "info-inferiors" tests.
1083
1084 2020-01-10 Pedro Alves <palves@redhat.com>
1085
1086 * gdb.server/bkpt-other-inferior.exp: New file.
1087
1088 2020-01-10 Pedro Alves <palves@redhat.com>
1089
1090 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1091 of "add-inferior".
1092 * gdb.base/quit-live.exp: Likewise.
1093 * gdb.base/remote-exec-file.exp: Likewise.
1094 * gdb.guile/scm-progspace.exp: Likewise.
1095 * gdb.linespec/linespec.exp: Likewise.
1096 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1097 * gdb.mi/user-selected-context-sync.exp: Likewise.
1098 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1099 "info inferiors" tests.
1100 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1101 "add-inferior".
1102 * gdb.multi/watchpoint-multi.exp: Likewise.
1103 * gdb.python/py-inferior.exp: Likewise.
1104 * gdb.server/extended-remote-restart.exp: Likewise.
1105 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1106 "info inferiors".
1107 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1108 * gdb.trace/report.exp: Likewise.
1109
1110 2020-01-10 Pedro Alves <palves@redhat.com>
1111
1112 * gdb.multi/multi-target.c: New file.
1113 * gdb.multi/multi-target.exp: New file.
1114 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1115 mode requested, but remote does not support non-stop".
1116
1117 2020-01-10 Pedro Alves <palves@redhat.com>
1118
1119 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1120 disconnect before reconnecting.
1121
1122 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1123 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.server/connect-without-multi-process.exp: Also test
1126 continuing to end.
1127
1128 2020-01-10 Pedro Alves <palves@redhat.com>
1129
1130 * gdb.base/remote-exec-file.exp: New file.
1131
1132 2020-01-10 Pedro Alves <palves@redhat.com>
1133
1134 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1135 output.
1136 * gdb.threads/async.c: New.
1137 * gdb.threads/async.exp: New.
1138 * gdb.multi/tids-gid-reset.c: New.
1139 * gdb.multi/tids-gid-reset.exp: New.
1140
1141 2020-01-10 George Barrett <bob@bob131.so>
1142
1143 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1144 to help in finding the image relocation offset.
1145 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1146 options in arguments.
1147 (stap_test_no_debuginfo): Likewise.
1148 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1149 test variants.
1150 (stap_test): Add null semaphore relocation test.
1151
1152 2020-01-10 George Barrett <bob@bob131.so>
1153
1154 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1155 * gdb.base/stap-probe.exp: Likewise.
1156 (stap_test): Pass argument as an additional flag.
1157 (stap_test_no_debuginfo): Likewise.
1158 (stap_test): Check `info probes stap' output for semaphore
1159 addresses if the test binary is supposed to have them.
1160
1161 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.tui/basic.exp: Add more scrolling tests.
1164
1165 2020-01-09 Tom Tromey <tom@tromey.com>
1166
1167 PR tui/18932:
1168 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1169 meangingful value.
1170 (Term::command, Term::resize): Update.
1171 * gdb.tui/basic.exp: Add scrolling test.
1172
1173 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1174
1175 * gdb.tui/tui-layout-asm.exp: New file.
1176
1177 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1180
1181 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1182
1183 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1184 (Term::enter_tui): Use Term::prepare_for_tui.
1185
1186 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1187
1188 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1189 called.
1190
1191 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * gdb.base/skip.exp: Fix race condition in test.
1194
1195 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 * gdb.base/backtrace.c: New file.
1198 * gdb.base/backtrace.exp: New file.
1199
1200 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1201
1202 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1203
1204 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1205
1206 * gdb.base/style.exp: Test that warnings are styled.
1207
1208 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1209
1210 * gdb.base/line65535.exp: New file.
1211 * gdb.base/line65535.c: New file.
1212
1213 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1214
1215 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1216 * lib/gnat_debug_info_test.adb: New file.
1217 * gdb.ada/ptype_tagged_param.exp: Use
1218 gnat_runtime_has_debug_info, expect a different output if
1219 runtime does not have debug info.
1220
1221 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1222
1223 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1224 (another) quote in test name.
1225
1226 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1227
1228 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1229 Add quote in test name.
1230
1231 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1232
1233 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1234 directory instead.
1235 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1236 * gdb.cp/pass-by-ref-2.cc: New file.
1237 * gdb.cp/pass-by-ref-2.exp: New file.
1238
1239 2019-12-20 Tom Tromey <tom@tromey.com>
1240
1241 * gdb.tui/list-before.exp: New file.
1242
1243 2019-12-20 Tom Tromey <tom@tromey.com>
1244
1245 * gdb.tui/list.exp: Check for source on initial listing.
1246
1247 2019-12-11 Tom Tromey <tromey@adacore.com>
1248
1249 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1250 Add crlf test.
1251
1252 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1253
1254 * gdb.base/default.exp: Update value of $_gdb_major.
1255
1256 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1257
1258 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1259
1260 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1261
1262 * gdb.base/skip.exp: Whitespace fix.
1263
1264 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1265
1266 * gdb.base/skip-inline.c: New file.
1267 * gdb.base/skip-inline.exp: New file.
1268
1269 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1270
1271 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1272 jit_function_00 to jit_function_stack_mangle.
1273 * gdb.base/jithost.c (jit_function_t): Rename to...
1274 (jit_function_stack_mangle_t): ... this.
1275 (jit_function_add_t): New typedef.
1276 (jit_function_00_code): Rename to...
1277 (jit_function_stack_mangle_code): ... this, make static.
1278 (jit_function_add_code): New.
1279 (main): Generate "add" function and call it. Adjust to changes
1280 in jithost_abi.
1281 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1282 (struct jithost_abi) <begin, end>: Remove fields.
1283 <object, function_stack_mangle, function_add>: New fields.
1284 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1285 code_end>: Remove fields.
1286 <func_stack_mangle>: New field.
1287 (read_debug_info): Adjust to renaming, create block for "add"
1288 function.
1289 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1290
1291 2019-12-11 Tom Tromey <tom@tromey.com>
1292
1293 * gdb.tui/resize.exp: Fix regexp.
1294 * gdb.tui/regs.exp: Fix regexps.
1295 * gdb.tui/main.exp: Fix regexp.
1296
1297 2019-12-11 Tom Tromey <tom@tromey.com>
1298
1299 * gdb.tui/resize.exp: Update.
1300 * gdb.tui/empty.exp (layouts): Update.
1301
1302 2019-12-11 Tom Tromey <tom@tromey.com>
1303
1304 * gdb.tui/regs.exp: Update.
1305 * gdb.tui/empty.exp (layouts): Update.
1306 * gdb.tui/basic.exp: Update.
1307 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1308
1309 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1310
1311 * gdb.base/options.exp: Add -raw-values in the print completion list.
1312 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1313
1314 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1315
1316 * gdb.threads/omp-par-scope.c: New file.
1317 * gdb/threads/omp-par-scope.exp: New file.
1318
1319 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1320
1321 * lib/gdb.exp (support_nested_function_tests): New proc.
1322
1323 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1324
1325 * lib/gdb.exp (gdb_compile_openmp): New proc.
1326 (build_executable_from_specs): Add an "openmp" option.
1327 (gdb_compile_pthreads): Add non-executable case.
1328
1329 2019-12-10 Tom Tromey <tromey@adacore.com>
1330
1331 * gdb.ada/unchecked_union.exp: New file.
1332 * gdb.ada/unchecked_union/pck.adb: New file.
1333 * gdb.ada/unchecked_union/pck.ads: New file.
1334 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1335 * gdb-utils.exp (string_to_regexp): Also quote "?".
1336
1337 2019-12-10 George Barrett <bob@bob131.so>
1338
1339 Test scripted probe breakpoints.
1340 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1341 * gdb.python/py-breakpoint.c (main): Likewise.
1342 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1343 specifier test.
1344 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1345
1346 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1347
1348 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1349 an rvalue parameter.
1350 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1351 parameter.
1352
1353 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1354
1355 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1356 modules.
1357
1358 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1359
1360 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1361 broken version of GCC.
1362
1363 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1366 sym-info-cmds library.
1367 * gdb.fortran/info-types.exp: Likewise.
1368 * lib/sym-info-cmds.exp: New file.
1369
1370 2019-12-08 Tom de Vries <tdevries@suse.de>
1371
1372 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1373
1374 2019-12-07 Keith Seitz <keiths@redhat.com>
1375
1376 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1377 * gdb.base/corefile-buildid-shlib.c: New file.
1378 * gdb.base/corefile-buildid.c: New file.
1379 * gdb.base/corefile-buildid.exp: New file.
1380
1381 2019-12-06 Tom de Vries <tdevries@suse.de>
1382
1383 * gdb.dwarf2/varval.exp: Add decl before def test.
1384
1385 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1386
1387 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1388
1389 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1390
1391 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1392 CV and reference conversion for overload resolution.
1393 * gdb.cp/rvalue-ref-overload.exp: Test it.
1394
1395 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1396
1397 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1398 * gdb.base/frameapply.exp: Test faas without command.
1399
1400 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1401
1402 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1403 Fortran tests.
1404 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1405 order.
1406
1407 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1408
1409 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1410 casting to type with no kind specified.
1411 (test_basic_parsing_of_type_kinds): Additional tests for types
1412 with no kind specified, and add tests for single/double
1413 precision/complex types.
1414
1415 2019-12-04 Tom Tromey <tromey@adacore.com>
1416
1417 * gdb.base/endianity.c (struct other) <x>: New field.
1418 (main): Initialize it.
1419 * gdb.base/endianity.exp: Update.
1420
1421 2019-12-04 Tom Tromey <tromey@adacore.com>
1422
1423 * gdb.ada/scalar_storage/storage.adb: New file.
1424 * gdb.ada/scalar_storage/pck.adb: New file.
1425 * gdb.ada/scalar_storage/pck.ads: New file.
1426 * gdb.ada/scalar_storage.exp: New file.
1427
1428 2019-12-04 Tom Tromey <tromey@adacore.com>
1429
1430 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1431 (main): Initialize it.
1432 * gdb.base/endianity.exp: Update.
1433
1434 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1435
1436 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1437
1438 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1439
1440 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1441 -symbol-info-module-functions and -symbol-info-module-variables.
1442
1443 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1444
1445 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1446
1447 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1448 Andrew Burgess <andrew.burgess@embecosm.com>
1449
1450 * gdb.fortran/derived-type-striding.exp: New file.
1451 * gdb.fortran/derived-type-striding.f90: New file.
1452 * gdb.fortran/array-slices.exp: New file.
1453 * gdb.fortran/array-slices.f90: New file.
1454
1455 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1456
1457 * gdb.base/define.exp: Test . in command names.
1458 * gdb.base/setshow.exp: Update test, as . is now part of
1459 command name.
1460
1461 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1462
1463 * gdb.base/define-prefix.exp: New file.
1464
1465 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1466
1467 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1468 compile.
1469 (skip_btrace_pt_tests): Likewise.
1470
1471 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1472
1473 * gdb.fortran/info-modules.exp: Compile source files in correct
1474 order.
1475
1476 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1477
1478 * gdb.dwarf2/imported-unit.exp: New file.
1479 * gdb.dwarf2/imported-unit.c: New file.
1480
1481 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1482
1483 * gdb.mi/mi-fortran-modules-2.f90: New file.
1484 * gdb.mi/mi-fortran-modules.exp: New file.
1485 * gdb.mi/mi-fortran-modules.f90: New file.
1486
1487 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1488
1489 * gdb.mi/mi-sym-info-1.c: New file.
1490 * gdb.mi/mi-sym-info-2.c: New file.
1491 * gdb.mi/mi-sym-info.exp: New file.
1492
1493 2019-11-22 Tom Tromey <tromey@adacore.com>
1494
1495 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1496 * gdb.ada/tasks/foo.adb: Add another stopping location.
1497
1498 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1499
1500 * gdb.base/endianity.c: New test.
1501 * gdb.base/endianity.exp: New file.
1502
1503 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1504
1505 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1506
1507 2019-11-21 Tom de Vries <tdevries@suse.de>
1508
1509 PR gdb/24956
1510 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1511
1512 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1513
1514 * gdb.python/py-progspace.exp: Add missing parentheses on some
1515 'print' commands.
1516
1517 2019-11-19 Tom Tromey <tom@tromey.com>
1518
1519 * gdb.tui/winheight.exp: New file.
1520
1521 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1522
1523 * gdb.base/ctf-whatis.c: Delete.
1524 * gdb.base/ctf-whatis.exp: Delete.
1525 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1526
1527 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1528
1529 * gdb.base/ctf-cvexpr.exp: Delete.
1530 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1531
1532 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1533
1534 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1535 the compiler. Clean up header comment a little.
1536 * gdb.base/ctf-ptype.exp: Likewise.
1537 * gdb.base/ctf-whatis.exp: Likewise.
1538 * lib/gdb.exp (skip_ctf_tests): New proc.
1539
1540 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1541
1542 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1543 * gdb.tui/corefile-run.exp: New file.
1544
1545 2019-11-14 Tom Tromey <tromey@adacore.com>
1546
1547 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1548 regression tests.
1549
1550 2019-11-12 Tom Tromey <tom@tromey.com>
1551
1552 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1553 after any command. Expect prompt after WAIT_FOR is seen.
1554 (enter_tui): Enable resize messages.
1555 (command): Expect command in output.
1556 (get_line): Avoid error when cursor appears to be off-screen.
1557 (dump_screen): Include screen size in title.
1558 (_do_resize): New proc, from "resize".
1559 (resize): Rewrite. Do resize in two steps.
1560 * gdb.tui/empty.exp (layouts): Fix entries.
1561 (check_boxes): Remove xfail.
1562 (check_text): Dump screen on failure.
1563
1564 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1565
1566 * gdb.python/py-symbol.exp: Add test for
1567 gdb.lookup_static_symbols.
1568
1569 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1570
1571 * gdb.python/py-symbol.c: Declare and call function from new
1572 py-symbol-2.c file.
1573 * gdb.python/py-symbol.exp: Compile both source files, and add new
1574 tests for gdb.lookup_static_symbol.
1575 * gdb.python/py-symbol-2.c: New file.
1576
1577 2019-11-02 Tom de Vries <tdevries@suse.de>
1578
1579 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1580 * gdb.base/anon.exp: Same.
1581 * gdb.base/auto-connect-native-target.exp: Same.
1582 * gdb.base/call-ar-st.exp: Same.
1583 * gdb.base/catch-syscall.exp: Same.
1584 * gdb.base/commands.exp: Same.
1585 * gdb.base/default.exp: Same.
1586 * gdb.base/display.exp: Same.
1587 * gdb.base/float.exp: Same.
1588 * gdb.base/foll-fork.exp: Same.
1589 * gdb.base/help.exp: Same.
1590 * gdb.base/info-macros.exp: Same.
1591 * gdb.base/info-proc.exp: Same.
1592 * gdb.base/info-target.exp: Same.
1593 * gdb.base/long_long.exp: Same.
1594 * gdb.base/macscp.exp: Same.
1595 * gdb.base/memattr.exp: Same.
1596 * gdb.base/nofield.exp: Same.
1597 * gdb.base/pointers.exp: Same.
1598 * gdb.base/printcmds.exp: Same.
1599 * gdb.base/ptype.exp: Same.
1600 * gdb.base/restore.exp: Same.
1601 * gdb.base/return.exp: Same.
1602 * gdb.base/scope.exp: Same.
1603 * gdb.base/set-noassign.exp: Same.
1604 * gdb.base/setshow.exp: Same.
1605 * gdb.base/shlib-call.exp: Same.
1606 * gdb.base/signals.exp: Same.
1607 * gdb.base/sigstep.exp: Same.
1608 * gdb.base/skip.exp: Same.
1609 * gdb.base/solib-symbol.exp: Same.
1610 * gdb.base/stap-probe.exp: Same.
1611 * gdb.base/step-line.exp: Same.
1612 * gdb.base/step-test.exp: Same.
1613 * gdb.base/style.exp: Same.
1614 * gdb.base/varargs.exp: Same.
1615 * gdb.base/vla-datatypes.exp: Same.
1616 * gdb.base/vla-ptr.exp: Same.
1617 * gdb.base/vla-sideeffect.exp: Same.
1618 * gdb.base/volatile.exp: Same.
1619 * gdb.base/watch-cond-infcall.exp: Same.
1620 * gdb.base/watchpoint.exp: Same.
1621
1622 2019-11-02 Tom de Vries <tdevries@suse.de>
1623
1624 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1625 * gdb.cp/cpexprs.exp: Same.
1626 * gdb.cp/except-multi-location.exp: Same.
1627 * gdb.cp/exceptprint.exp: Same.
1628 * gdb.cp/gdb2384.exp: Same.
1629 * gdb.cp/inherit.exp: Same.
1630 * gdb.cp/m-static.exp: Same.
1631 * gdb.cp/meth-typedefs.exp: Same.
1632 * gdb.cp/misc.exp: Same.
1633 * gdb.cp/namespace.exp: Same.
1634 * gdb.cp/non-trivial-retval.exp: Same.
1635 * gdb.cp/overload.exp: Same.
1636 * gdb.cp/pr17132.exp: Same.
1637 * gdb.cp/re-set-overloaded.exp: Same.
1638 * gdb.cp/rvalue-ref-types.exp: Same.
1639 * gdb.cp/templates.exp: Same.
1640
1641 2019-11-01 Luis Machado <luis.machado@linaro.org>
1642
1643 PR gdb/25124
1644
1645 * gdb.arch/pr25124.S: New file.
1646 * gdb.arch/pr25124.exp: New file.
1647
1648 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1649
1650 * gdb.fortran/info-modules.exp: Update expected results, and add
1651 additional tests for 'info module functinos', and 'info module
1652 variables'.
1653 * gdb.fortran/info-types.exp: Update expected results.
1654 * gdb.fortran/info-types.f90: Extend testcase with additional
1655 module variables and functions.
1656
1657 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1658
1659 * gdb.fortran/info-modules.exp: New file.
1660 * gdb.fortran/info-types.exp: Build with new file.
1661 * gdb.fortran/info-types.f90: Include and use new module.
1662 * gdb.fortran/info-types-2.f90: New file.
1663
1664 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1665
1666 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1667 * gdb.base/settings.exp: Test all settings types using
1668 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1669 that now verifies that the value of "maint show" is the same as
1670 returned by the settings functions. Test the type of the
1671 maintenance settings.
1672 * gdb.base/default.exp: Update show_conv_list.
1673
1674 2019-10-31 Tom de Vries <tdevries@suse.de>
1675
1676 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1677 gdb_test.
1678 * gdb.arch/amd64-disp-step.exp: Same.
1679 * gdb.asm/asm-source.exp: Same.
1680 * gdb.btrace/buffer-size.exp: Same.
1681 * gdb.btrace/cpu.exp: Same.
1682 * gdb.btrace/enable.exp: Same.
1683 * gdb.dwarf2/count.exp: Same.
1684 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1685 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1686 * gdb.fortran/vla-datatypes.exp: Same.
1687 * gdb.fortran/vla-history.exp: Same.
1688 * gdb.fortran/vla-ptype.exp: Same.
1689 * gdb.fortran/vla-value.exp: Same.
1690 * gdb.fortran/whatis_type.exp: Same.
1691 * gdb.guile/guile.exp: Same.
1692 * gdb.multi/tids.exp: Same.
1693 * gdb.python/py-finish-breakpoint.exp: Same.
1694 * gdb.python/py-framefilter.exp: Same.
1695 * gdb.python/py-pp-registration.exp: Same.
1696 * gdb.python/py-xmethods.exp: Same.
1697 * gdb.python/python.exp: Same.
1698 * gdb.server/connect-with-no-symbol-file.exp: Same.
1699 * gdb.server/no-thread-db.exp: Same.
1700 * gdb.server/run-without-local-binary.exp: Same.
1701 * gdb.stabs/weird.exp: Same.
1702 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1703 * gdb.threads/thread-find.exp: Same.
1704 * gdb.threads/tls-shared.exp: Same.
1705 * gdb.threads/tls.exp: Same.
1706 * gdb.threads/wp-replication.exp: Same.
1707 * gdb.trace/ax.exp: Same.
1708 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1709
1710 2019-10-31 Tom de Vries <tdevries@suse.de>
1711
1712 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1713 * gdb.ada/array_subscript_addr.exp: Same.
1714 * gdb.ada/arrayidx.exp: Same.
1715 * gdb.ada/arrayparam.exp: Same.
1716 * gdb.ada/arrayptr.exp: Same.
1717 * gdb.ada/boolean_expr.exp: Same.
1718 * gdb.ada/call_pn.exp: Same.
1719 * gdb.ada/complete.exp: Same.
1720 * gdb.ada/fixed_cmp.exp: Same.
1721 * gdb.ada/fun_addr.exp: Same.
1722 * gdb.ada/funcall_param.exp: Same.
1723 * gdb.ada/interface.exp: Same.
1724 * gdb.ada/mod_from_name.exp: Same.
1725 * gdb.ada/null_array.exp: Same.
1726 * gdb.ada/packed_array.exp: Same.
1727 * gdb.ada/packed_tagged.exp: Same.
1728 * gdb.ada/print_chars.exp: Same.
1729 * gdb.ada/print_pc.exp: Same.
1730 * gdb.ada/ptype_arith_binop.exp: Same.
1731 * gdb.ada/ptype_field.exp: Same.
1732 * gdb.ada/ptype_tagged_param.exp: Same.
1733 * gdb.ada/rec_return.exp: Same.
1734 * gdb.ada/ref_tick_size.exp: Same.
1735 * gdb.ada/str_ref_cmp.exp: Same.
1736 * gdb.ada/taft_type.exp: Same.
1737 * gdb.ada/tagged.exp: Same.
1738 * gdb.ada/type_coercion.exp: Same.
1739 * gdb.ada/uninitialized_vars.exp: Same.
1740
1741 2019-10-30 Tom de Vries <tdevries@suse.de>
1742
1743 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1744
1745 2019-10-26 Tom de Vries <tdevries@suse.de>
1746
1747 * gdb.base/bigcore.c: Fix typos in comments.
1748 * gdb.base/ctf-ptype.c: Same.
1749 * gdb.base/long_long.c: Same.
1750 * gdb.dwarf2/dw2-op-out-param.S: Same.
1751 * gdb.python/py-evthreads.c: Same.
1752 * gdb.reverse/i387-stack-reverse.c: Same.
1753 * gdb.trace/tfile.c: Same.
1754 * lib/compiler.c: Same.
1755 * lib/compiler.cc: Same.
1756
1757 2019-10-25 Tom de Vries <tdevries@suse.de>
1758
1759 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1760 gdb_test_multiple calls.
1761 * gdb.reverse/sigall-reverse.exp: Same.
1762 * gdb.reverse/solib-precsave.exp: Same.
1763 * gdb.reverse/solib-reverse.exp: Same.
1764 * gdb.reverse/until-precsave.exp: Same.
1765 * gdb.reverse/until-reverse.exp: Same.
1766
1767 2019-10-24 Tom de Vries <tdevries@suse.de>
1768
1769 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1770 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1771 kfail using -wrap pattern flag and convenience variable
1772 gdb_test_name.
1773
1774 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1775
1776 * gdb.python/py-progspace.exp: Add tests for the
1777 Progspace.block_for_pc method.
1778
1779 2019-10-23 Tom Tromey <tom@tromey.com>
1780
1781 * configure: Rebuild.
1782 * aclocal.m4: Use m4_include, not sinclude.
1783
1784 2019-10-21 Tom de Vries <tdevries@suse.de>
1785
1786 * gdb.base/infcall-nested-structs.c: Add
1787 __attribute__((noinline,noclone)) to all functions.
1788 (call_all): Add missing variable initialization. Simplify return value.
1789 (breakpt): Increment volatile variable, to prevent call from being
1790 optimized out.
1791 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1792
1793 2019-10-17 Tom de Vries <tdevries@suse.de>
1794
1795 * gdb.fortran/module.exp: Allow info variables to print info for files
1796 other than module.f90.
1797
1798 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1799
1800 * gdb.fortran/module.exp: Extend with 'info variables' test.
1801
1802 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1803
1804 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1805 F77_FOR_TARGET.
1806
1807 2019-10-16 Tom de Vries <tdevries@suse.de>
1808
1809 PR tdep/25096
1810 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1811
1812 2019-10-16 Tom de Vries <tdevries@suse.de>
1813
1814 PR tdep/24104
1815 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1816 Add KFAIL for PR tdep/25096.
1817
1818 2019-10-16 Tom de Vries <tdevries@suse.de>
1819
1820 PR testsuite/25059
1821 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1822
1823 2019-10-16 Tom de Vries <tdevries@suse.de>
1824
1825 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1826 as signed.
1827
1828 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1829
1830 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1831 one instead of increasing timeout.
1832
1833 2019-10-13 Tom de Vries <tdevries@suse.de>
1834
1835 PR record/25038
1836 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1837 * gdb.reverse/sigall-reverse.exp: Same.
1838 * gdb.reverse/solib-precsave.exp: Same.
1839 * gdb.reverse/solib-reverse.exp: Same.
1840 * gdb.reverse/step-precsave.exp: Same.
1841 * gdb.reverse/until-precsave.exp: Same.
1842 * gdb.reverse/until-reverse.exp: Same.
1843 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1844
1845 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1846
1847 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1848 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1849 (cmp_struct_05_01, cmp_struct_static_02_01)
1850 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1851 comparisons.
1852
1853 2019-10-10 Tom de Vries <tdevries@suse.de>
1854
1855 PR testsuite/24888
1856 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1857 gnatlink.
1858
1859 2019-10-09 Tom de Vries <tdevries@suse.de>
1860
1861 PR testsuite/25048
1862 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1863
1864 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1865
1866 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1867 exceptions due to missing debug information.
1868
1869 2019-10-07 Tom de Vries <tdevries@suse.de>
1870
1871 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1872
1873 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1874
1875 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1876 * gdb.base/annota1.exp: Update to use gdb_test_name.
1877
1878 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1879
1880 * gdb.base/ctf-whatis.exp: New file.
1881 * gdb.base/ctf-whatis.c: New file.
1882 * gdb.base/ctf-ptype.exp: New file.
1883 * gdb.base/ctf-ptype.c: New file.
1884 * gdb.base/ctf-constvars.exp: New file.
1885 * gdb.base/ctf-constvars.c: New file.
1886 * gdb.base/ctf-cvexpr.exp: New file.
1887
1888 2019-10-04 Tom de Vries <tdevries@suse.de>
1889
1890 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1891 for loop.
1892
1893 2019-10-03 Tom Tromey <tom@tromey.com>
1894
1895 PR rust/24976:
1896 * gdb.rust/simple.rs (Union2): New type.
1897 (main): Use Union2.
1898 * gdb.rust/simple.exp: Add test.
1899
1900 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1901
1902 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1903 nested function prefix.
1904
1905 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1906 Richard Bunt <richard.bunt@arm.com>
1907 Andrew Burgess <andrew.burgess@embecosm.com>
1908
1909 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1910 nested functions.
1911 * gdb.fortran/nested-funcs.f90: Update expected results.
1912 * gdb.fortran/nested-funcs-2.exp: New file.
1913 * gdb.fortran/nested-funcs-2.f90: New file.
1914
1915 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1916
1917 * gdb.python/py-parameter.exp: Make test names unique.
1918 * gdb.python/py-template.exp: Likewise.
1919 * gdb.python/py-value.exp: Likewise.
1920
1921 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1922
1923 * gdb.base/break-interp.exp: Reduce test name duplication.
1924 * gdb.base/call-sc.exp: Likewise.
1925 * gdb.base/callfuncs.exp: Likewise.
1926 * gdb.base/charset.exp: Likewise.
1927 * gdb.base/dump.exp: Likewise.
1928 * gdb.base/ena-dis-br.exp: Likewise.
1929 * gdb.base/relational.exp: Likewise.
1930 * gdb.base/step-over-syscall.exp: Likewise.
1931 * gdb.base/structs.exp: Likewise.
1932
1933 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1934
1935 * gdb.linespec/explicit.exp: Make test names unique.
1936 * gdb.linespec/ls-errs.exp: Likewise.
1937
1938 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * gdb.reverse/break-precsave.exp: Make test names unique.
1941 * gdb.reverse/break-reverse.exp: Likewise.
1942 * gdb.reverse/finish-precsave.exp: Likewise.
1943 * gdb.reverse/finish-reverse.exp: Likewise.
1944 * gdb.reverse/machinestate-precsave.exp: Likewise.
1945 * gdb.reverse/machinestate.exp: Likewise.
1946 * gdb.reverse/readv-reverse.exp: Likewise.
1947 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1948 * gdb.reverse/sigall-precsave.exp: Likewise.
1949 * gdb.reverse/sigall-reverse.exp: Likewise.
1950 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1951 * gdb.reverse/watch-precsave.exp: Likewise.
1952 * gdb.reverse/watch-reverse.exp: Likewise.
1953
1954 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1955
1956 * gdb.threads/stop-with-handle.c: New file.
1957 * gdb.threads/stop-with-handle.exp: New file.
1958
1959 2019-10-03 Tom de Vries <tdevries@suse.de>
1960
1961 PR testsuite/25059
1962 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1963 directory" line to be missing.
1964
1965 2019-10-03 Tom de Vries <tdevries@suse.de>
1966
1967 PR testsuite/25059
1968 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1969 type optional.
1970
1971 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1972
1973 * gdb.python/py-format-string.c (string.h): New include.
1974 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1975 the same value, for endianness-independence.
1976 * gdb.python/py-format-string.exp (default_regexp_dict)
1977 (test_pretty_structs, test_format): Adjust expected output to the
1978 changed initialization.
1979
1980 2019-10-02 Tom Tromey <tromey@adacore.com>
1981
1982 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1983
1984 2019-10-02 Pedro Alves <palves@redhat.com>
1985 Andrew Burgess <andrew.burgess@embecosm.com>
1986
1987 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1988 "print-file-var.h".
1989 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1990 (get_version_1): Print this_version_id and its address.
1991 Add extern "C" wrappers around interface functions.
1992 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1993 "print-file-var.h".
1994 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1995 (get_version_2): Print this_version_id and its address.
1996 Add extern "C" wrappers around interface functions.
1997 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1998 <stddef.h> and "print-file-var.h".
1999 Add extern "C" wrappers around interface functions.
2000 [VERSION_ID_MAIN] (this_version_id): Define.
2001 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2002 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2003 up extern "C" blocks.
2004 * gdb.base/print-file-var.exp (test): New, factored out from top
2005 level.
2006 (top level): Test all combinations of attribute hidden or not,
2007 dlopen or not, and this_version_id symbol in main file or not.
2008 Compile tests as both C++ and C, make test names unique.
2009
2010 2019-10-01 Tom Tromey <tom@tromey.com>
2011
2012 * gdb.base/style.exp: Test "show logging filename".
2013
2014 2019-10-01 Tom Tromey <tom@tromey.com>
2015
2016 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2017 * gdb.base/style.exp: Add metadata style test.
2018
2019 2019-10-01 Tom Tromey <tom@tromey.com>
2020
2021 * gdb.base/style.exp: Test "pwd".
2022
2023 2019-10-01 Tom Tromey <tom@tromey.com>
2024
2025 * gdb.base/style.exp: Update tests.
2026
2027 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2028
2029 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2030 'six' to unsigned.
2031 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2032 'five'. Use an all-ones bit pattern for each.
2033 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2034 to its changed values.
2035
2036 2019-09-30 Tom Tromey <tromey@adacore.com>
2037
2038 * gdb.rust/traits.rs: Disable all warnings.
2039
2040 2019-09-29 Tom de Vries <tdevries@suse.de>
2041
2042 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2043
2044 2019-09-29 Tom de Vries <tdevries@suse.de>
2045
2046 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2047
2048 2019-09-27 Tom de Vries <tdevries@suse.de>
2049
2050 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2051
2052 2019-09-27 Tom de Vries <tdevries@suse.de>
2053
2054 PR record/23188
2055 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2056
2057 2019-09-26 Tom Tromey <tromey@adacore.com>
2058
2059 * gdb.ada/py_taft.exp: New file.
2060 * gdb.ada/py_taft/main.adb: New file.
2061 * gdb.ada/py_taft/pkg.adb: New file.
2062 * gdb.ada/py_taft/pkg.ads: New file.
2063
2064 2019-09-24 Tom de Vries <tdevries@suse.de>
2065
2066 PR gdb/24598
2067 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2068
2069 2019-09-22 Tom de Vries <tdevries@suse.de>
2070
2071 * gdb.base/restore.exp: Allow register variables to be optimized out at
2072 -O0.
2073
2074 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2075
2076 * gdb.arch/spu-info.exp: Remove file.
2077 * gdb.arch/spu-info.c: Remove file.
2078 * gdb.arch/spu-ls.exp: Remove file.
2079 * gdb.arch/spu-ls.c: Remove file.
2080
2081 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2082 * gdb.asm/spu.inc: Remove file.
2083
2084 * gdb.base/dump.exp: Remove support for spu*-*-*.
2085 * gdb.base/stack-checking.exp: Likewise.
2086 * gdb.base/overlays.exp: Likewise.
2087 * gdb.base/ovlymgr.c: Likewise.
2088 * gdb.base/spu.ld: Remove file.
2089
2090 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2091 * gdb.cp/cpexprs.exp: Likewise.
2092 * gdb.cp/exception.exp: Likewise.
2093 * gdb.cp/gdb2495.exp: Likewise.
2094 * gdb.cp/mb-templates.exp: Likewise.
2095 * gdb.cp/pr9167.exp: Likewise.
2096 * gdb.cp/userdef.exp: Likewise.
2097
2098 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2099
2100 * gdb.cell: Remove directory.
2101 * lib/cell.exp: Remove file.
2102
2103 2019-09-19 Tom de Vries <tdevries@suse.de>
2104
2105 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2106
2107 2019-09-19 Tom de Vries <tdevries@suse.de>
2108
2109 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2110
2111 2019-09-19 Tom de Vries <tdevries@suse.de>
2112
2113 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2114 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2115 (gdb_target_cmd): ... here.
2116 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2117 value 2.
2118
2119 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2120
2121 * gdb.base/source-dir.exp: Avoid having directory names in test
2122 names.
2123
2124 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2125
2126 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2127 directory.
2128
2129 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2130
2131 * gdb.base/list-missing-source.exp: New file.
2132
2133 2019-09-14 Tom de Vries <tdevries@suse.de>
2134
2135 PR teststuite/24599
2136 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2137 * lib/ada.exp (gnatmake_version_at_least): New proc.
2138
2139 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * gdb.base/maint.exp: Use exec_has_index_section.
2142
2143 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2144
2145 * gdb.base/maint.exp: Add test for 'maint info sections'.
2146
2147 2019-09-12 Tom de Vries <tdevries@suse.de>
2148
2149 * gdb.base/store.exp: Allow register variables to be optimized out at
2150 -O0.
2151
2152 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2153
2154 * gdb.ada/rdv_wait.exp: Update to new task names.
2155 * gdb.base/task_switch_in_core.exp: Likewise.
2156 * gdb.base/info_sources_base.c: Likewise.
2157
2158 2019-09-10 Tom Tromey <tromey@adacore.com>
2159
2160 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2161
2162 2019-09-10 Tom Tromey <tromey@adacore.com>
2163
2164 * gdb.ada/dgopt.exp: New file.
2165 * gdb.ada/dgopt/x.adb: New file.
2166
2167 2019-09-08 Tom Tromey <tom@tromey.com>
2168
2169 * gdb.tui/resize.exp: Remove setup_xfail.
2170 * gdb.tui/regs.exp: Remove setup_xfail.
2171 * gdb.tui/basic.exp: Remove setup_xfail.
2172
2173 2019-09-06 David Blaikie <dblaikie@gmail.com>
2174
2175 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2176 * gdb.cp/cplabel.exp: Ditto.
2177 * gdb.linespec/ls-errs.exp: Ditto.
2178
2179 2019-09-05 Tom de Vries <tdevries@suse.de>
2180
2181 * lib/gdb.exp (cmp_file_string): New proc.
2182 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2183 runto_main. Verify save breakpoints output.
2184
2185 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2186
2187 * gdb.base/info-var.exp: Test info variables without running
2188 to main, to avoid expect's buffer overflow.
2189
2190 2019-09-03 Tom Tromey <tromey@adacore.com>
2191
2192 * gdb.ada/bias.exp: New file.
2193 * gdb.ada/bias/bias.adb: New file.
2194 * gdb.ada/print_chars.exp: Add regression test.
2195 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2196 (MC): New variable.
2197
2198 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2199
2200 * gdb.base/argv0-symlink.exp: Run only on native target
2201 and local host.
2202
2203 2019-08-29 Tom de Vries <tdevries@suse.de>
2204
2205 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2206 diverse debug info.
2207 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2208
2209 2019-08-28 Tom de Vries <tdevries@suse.de>
2210
2211 * gdb.base/info-var.exp: Allow info variables to print info for files
2212 other than info-var-f1.c and info-var-f2.c.
2213
2214 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2215
2216 * gdb.fortran/info-types.exp: Add module.
2217 * gdb.fortran/info-types.f90: Update expected results.
2218
2219 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2220
2221 * gdb.fortran/info-types.exp: New file.
2222 * gdb.fortran/info-types.f90: New file.
2223 * lib/fortran.exp (fortran_character1): New proc.
2224
2225 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2226
2227 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2228 functions'. Reindent as needed.
2229 * gdb.base/info-var-f1.c: New file.
2230 * gdb.base/info-var-f2.c: New file.
2231 * gdb.base/info-var.exp: New file.
2232 * gdb.base/info-var.h: New file.
2233
2234 2019-08-26 Tom de Vries <tdevries@suse.de>
2235
2236 PR c++/24852
2237 * gdb.cp/no-libstdcxx-probe.exp: New test.
2238
2239 2019-08-26 Tom de Vries <tdevries@suse.de>
2240
2241 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2242 * tests need to be skipped.
2243 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2244 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2245 mi_skip_libstdcxx_probe_tests.
2246
2247 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2248
2249 * gdb.python/py-xmethods.exp: Use raw strings when passing
2250 arguments to SimpleXMethodMatcher.
2251
2252 2019-08-22 Tom de Vries <tdevries@suse.de>
2253
2254 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2255 more informative.
2256
2257 2019-08-21 Pedro Alves <palves@redhat.com>
2258
2259 * gdb.base/with.exp: Test "with" with no arguments.
2260
2261 2019-08-21 Tom de Vries <tdevries@suse.de>
2262
2263 * gdb.base/gdb-caching-proc.exp: Sort files.
2264
2265 2019-08-20 Tom de Vries <tdevries@suse.de>
2266
2267 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2268 compilation.
2269
2270 2019-08-16 Tom de Vries <tdevries@suse.de>
2271
2272 * gdb.base/compare-sections.exp ("after run to main"): Allow
2273 mismatched read-only sections for PIE executables.
2274
2275 2019-08-16 Tom Tromey <tom@tromey.com>
2276
2277 * lib/tuiterm.exp (_csi_Z): New proc.
2278 * gdb.tui/basic.exp: Update window positions.
2279 * gdb.tui/empty.exp: Update window positions.
2280
2281 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2282
2283 * gdb.base/examine-backward.exp: Correct regexp for
2284 "examine 3 bytes backward from ${address_zero}".
2285
2286 2019-08-15 Tom Tromey <tom@tromey.com>
2287
2288 * gdb.tui/empty.exp: Enable resizing tests.
2289
2290 2019-08-15 Tom Tromey <tromey@adacore.com>
2291
2292 * gdb.ada/char_enum.exp: Add regression tests.
2293 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2294 and '0'.
2295 (Char, Gchar): Update.
2296 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2297
2298 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2299
2300 * gdb.python/python.exp: Expect a leading underscore on
2301 GdbOutput{,Error}File.
2302
2303 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2304
2305 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2306 Windows host.
2307
2308 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2309
2310 * gdb.base/batch-preserve-term-settings.exp
2311 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2312
2313 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2314
2315 * lib/gdb.exp: When running on a mingw target, replace
2316 /x/ with x:/.
2317
2318 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2319
2320 * gdb.arch/aarch64-prologue.c: New test.
2321 * gdb.arch/aarch64-prologue.exp: New file.
2322
2323 2019-08-13 Tom de Vries <tdevries@suse.de>
2324
2325 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2326 Thread.
2327
2328 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2329
2330 * gdb.python/py-completion.exp: Download the .py file to the host
2331 and use its host pathname. Conditionalize tests that use
2332 tab completion and manipulate files on the build machine.
2333 * gdb.python/py-events.exp: Download the .py file to the host
2334 and use its host pathname.
2335 * gdb.python/py-evsignal.exp: Likewise.
2336 * gdb.python/py-evthreads.exp: Likewise.
2337 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2338 pathname syntax.
2339 * gdb.python/py-framefilter.exp: Download the .py file to the right
2340 place on the host. Match Windows pathname syntax.
2341 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2342 .py file to the host and use its host pathname.
2343 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2344 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2345 build pathname. Skip symlink test on Windows host. Add missing
2346 newline at end of file.
2347 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2348 and use its host pathname.
2349 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2350 * gdb.python/py-section-script.exp: Use host location of binfile
2351 on safe-path. Use correct path separator on Windows host.
2352 Reorder alternatives in gdb_test_multiple to prevent matching
2353 the wrong alternative on success.
2354 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2355
2356 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2357
2358 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2359 expect the GDB inferior to no longer immediately stop after
2360 being resumed with "signal SIGINT".
2361
2362 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2363
2364 * gdb.linespec/break-ask.exp: Generalize regexps to match
2365 Windows pathnames too.
2366
2367 2019-08-08 Tom de Vries <tdevries@suse.de>
2368
2369 PR testsuite/24862
2370 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2371
2372 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2373
2374 * gdb.base/style.exp: Update tests for help doc new invariants.
2375 * gdb.base/help.exp: Likewise.
2376
2377 2019-08-06 Tom Tromey <tom@tromey.com>
2378
2379 * gdb.base/style.exp: Add disassemble test.
2380 * gdb.base/style.c (some_called_function): New function.
2381 (main): Use it.
2382
2383 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2384
2385 * gdb.python/py-block.exp: Test dictionary access on blocks.
2386
2387 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2388
2389 PR gdb/24863
2390 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2391 -list-thread-groups --available test when running under
2392 check-read1.
2393
2394 2019-08-05 Tom de Vries <tdevries@suse.de>
2395
2396 PR testsuite/24863
2397 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2398 * gdb.base/help.exp: Use with_read1_timeout_factor.
2399 * gdb.base/info-macros.exp: Same.
2400 * gdb.cp/nested-types.exp: Same.
2401
2402 2019-08-05 Tom de Vries <tdevries@suse.de>
2403
2404 * lib/gdb.exp (version_at_least): Factor out of ...
2405 (tcl_version_at_least): ... here.
2406 (gdb_compile): Fail if pie results in non-PIE executable.
2407 (readelf_version, readelf_prints_pie): New proc.
2408 (exec_is_pie): Return -1 if unknown.
2409
2410 2019-08-05 Tom de Vries <tdevries@suse.de>
2411
2412 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2413
2414 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2415
2416 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2417
2418 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2419
2420 * lib/completion-support.exp (test_gdb_complete_none): Skip
2421 tab completion tests if no readline support.
2422 (test_gdb_complete_unique_re): Likewise.
2423 (test_gdb_complete_multiple): Likewise.
2424
2425 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2426
2427 * gdb.base/info_sources.exp: New file.
2428 * gdb.base/info_sources.c: New file.
2429 * gdb.base/info_sources_base.c: New file.
2430
2431 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2432
2433 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2434 prefix argument.
2435 (test_exit_status): Add prefix argument.
2436
2437 2019-08-01 Tom de Vries <tdevries@suse.de>
2438
2439 PR testsuite/24863
2440 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2441 calling exp_continue for new thread and thread exited messages.
2442
2443 2019-08-01 Tom de Vries <tdevries@suse.de>
2444
2445 PR testsuite/24863
2446 * gdb.base/structs.exp: Fix check-read1 timeout using
2447 gdb_test_sequence.
2448 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2449
2450 2019-08-01 Tom de Vries <tdevries@suse.de>
2451
2452 PR testsuite/24863
2453 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2454 line.
2455
2456 2019-08-01 Tom de Vries <tdevries@suse.de>
2457
2458 PR testsuite/24863
2459 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2460
2461 2019-07-30 Tom Tromey <tromey@adacore.com>
2462
2463 * gdb.ada/display_nested.exp: New file.
2464 * gdb.ada/display_nested/foo.adb: New file.
2465 * gdb.ada/display_nested/pack.adb: New file.
2466 * gdb.ada/display_nested/pack.ads: New file.
2467
2468 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2469
2470 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2471 namespace.
2472 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2473
2474 2019-07-30 Tom de Vries <tdevries@suse.de>
2475
2476 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2477 instead.
2478
2479 2019-07-30 Tom de Vries <tdevries@suse.de>
2480
2481 PR testsuite/24834
2482 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2483 (exec_is_pie): New proc.
2484
2485 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2486
2487 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2488
2489 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2490
2491 * gdb.python/py-objfile.c: Add global and static vars.
2492 * gdb.python/py-objfile.exp: Test new functions Objfile.
2493 lookup_global_symbol and lookup_static_symbol.
2494
2495 2019-07-29 Tom Tromey <tom@tromey.com>
2496
2497 * lib/tuiterm.exp (Term::_csi_@): New proc.
2498 (Term::_csi_X): Don't move cursor.
2499
2500 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2501
2502 * gdb.base/options.exp: Update backtrace - completion to
2503 new option -frame-info.
2504 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2505 Test new 'set print frame-info'. Test backtrace -frame-info
2506 overriding 'set print frame-info'.
2507 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2508 Test new 'set print frame-info'.
2509 Verify consistency of backtrace with and without filters, with and
2510 without -no-filters.
2511 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2512 default.
2513
2514 2019-07-29 Tom de Vries <tdevries@suse.de>
2515
2516 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2517 no arguments".
2518
2519 2019-07-29 Tom de Vries <tdevries@suse.de>
2520
2521 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2522 is a substring of the first for "complete non-unique file name".
2523
2524 2019-07-29 Tom de Vries <tdevries@suse.de>
2525
2526 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2527 with ".*".
2528
2529 2019-07-29 Tom de Vries <tdevries@suse.de>
2530
2531 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2532 Pass prompt_regexp parameter to gdb_test_multiple calls.
2533
2534 2019-07-29 Tom de Vries <tdevries@suse.de>
2535
2536 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2537 print registers" regexps.
2538
2539 2019-07-29 Tom de Vries <tdevries@suse.de>
2540
2541 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2542
2543 2019-07-29 Tom de Vries <tdevries@suse.de>
2544
2545 PR gdb/24855
2546 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2547 (skip_python_tests_prompt): Add prompt_regexp argument to
2548 gdb_test_multiple calls.
2549
2550 2019-07-27 Tom Tromey <tom@tromey.com>
2551
2552 * gdb.tui/main.exp: New file.
2553
2554 2019-07-27 Tom Tromey <tom@tromey.com>
2555
2556 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2557 optional.
2558 * gdb.tui/empty.exp: New file.
2559
2560 2019-07-27 Tom Tromey <tom@tromey.com>
2561
2562 * lib/tuiterm.exp (spawn): New proc.
2563 (Term::resize): New proc.
2564 * gdb.tui/resize.exp: New file.
2565
2566 2019-07-27 Tom Tromey <tom@tromey.com>
2567
2568 * gdb.tui/list.exp: New file.
2569
2570 2019-07-27 Tom Tromey <tom@tromey.com>
2571
2572 * gdb.tui/regs.exp: New file.
2573
2574 2019-07-27 Tom Tromey <tom@tromey.com>
2575
2576 * gdb.tui/basic.exp: Add "layout split" test.
2577
2578 2019-07-27 Tom Tromey <tom@tromey.com>
2579
2580 * gdb.tui/basic.exp: Add "layout asm" test.
2581
2582 2019-07-27 Tom Tromey <tom@tromey.com>
2583
2584 * lib/tuiterm.exp: New file.
2585 * gdb.tui/basic.exp: New file.
2586
2587 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2588
2589 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2590 Enable tests associated with this flag. Adjust regex
2591 referencing "foo_low" to now refer to "foo_cold" instead.
2592
2593 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2594
2595 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2596 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2597 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2598 foo_cold. Revise comments to match.
2599 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2600 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2601 were wrapped into this proc; Call do_test in loop from outermost
2602 level.
2603 (foo_low): Rename all occurrences to "foo_cold".
2604 (backtrace from baz): New test.
2605 (x2/i foo_cold): New test.
2606 (info line *foo_cold): New test.
2607
2608 2019-07-26 Tom de Vries <tdevries@suse.de>
2609
2610 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2611
2612 2019-07-25 Tom de Vries <tdevries@suse.de>
2613
2614 PR testsuite/24830
2615 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2616 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2617 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2618 (skip_libstdcxx_probe_tests): ... here.
2619 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2620
2621 2019-07-24 Tom de Vries <tdevries@suse.de>
2622
2623 PR testsuite/24807
2624 * gdb.objc/basicclass.m: Include stdio.h.
2625 * gdb.objc/nondebug.m: Same.
2626 * gdb.objc/objcdecode.m: Same.
2627
2628 2019-07-24 Tom de Vries <tdevries@suse.de>
2629
2630 PR testsuite/24612
2631 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2632 additional_flags.
2633
2634 2019-07-24 Tom de Vries <tdevries@suse.de>
2635
2636 PR testsuite/24831
2637 * gdb.multi/tids.exp: Update error messages for info threads.
2638
2639 2019-07-24 Tom de Vries <tdevries@suse.de>
2640
2641 * gdb.base/info-types.exp: Allow info types to print info for more than
2642 one file.
2643
2644 2019-07-23 Tom de Vries <tdevries@suse.de>
2645
2646 PR testsuite/24842
2647 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2648 gdb_spawn_with_cmdline_opts.
2649
2650 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2651
2652 * gdb.arch/arm-cmse-sgstubs.c: New test.
2653 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2654
2655 2019-07-23 Tom de Vries <tdevries@suse.de>
2656
2657 PR testsuite/24711
2658 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2659 issuing next command.
2660
2661 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * gdb.ada/info_auto_lang.exp: Update expected results.
2664 * gdb.base/info-types.c: Add additional types to check.
2665 * gdb.base/info-types.exp: Update expected results.
2666
2667 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2668
2669 * gdb.base/info-types.c: New file.
2670 * gdb.base/info-types.exp: New file.
2671
2672 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2673
2674 * gdb.arch/riscv-bp-infcall.c: New file.
2675 * gdb.arch/riscv-bp-infcall.exp: New file.
2676
2677 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2678
2679 PR breakpoints/24541
2680 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2681
2682 2019-07-14 Tom de Vries <tdevries@suse.de>
2683
2684 PR testsuite/24760
2685 * gdb.objc/basicclass.exp: Fix unterminated string.
2686
2687 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2688 Andrew Burgess <andrew.burgess@embecosm.com>
2689
2690 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2691 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2692 negative bounds.
2693 * gdb.fortran/vla-value.exp: Print elements of an array with
2694 negative bounds.
2695 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2696 testing.
2697
2698 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2699
2700 * gdb.base/options.exp (expect_string): Dequote strings in
2701 results.
2702 (test-string): Test strings with different quoting and reindent.
2703
2704 2019-07-10 Tom Tromey <tromey@adacore.com>
2705
2706 * gdb.ada/mi_ex_cond.exp: Update expected results.
2707 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2708 * gdb.ada/mi_catch_ex.exp: Update expected results.
2709 * gdb.ada/mi_catch_assert.exp: Update expected results.
2710 * gdb.ada/catch_ex.exp (catch_exception_info)
2711 (catch_exception_entry, catch_assert_entry)
2712 (catch_unhandled_entry): Update.
2713 * gdb.ada/catch_assert_if.exp: Update expected results.
2714
2715 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2716 Stephen Roberts <stephen.roberts@arm.com>
2717
2718 * gdb.base/define.exp: Restore original prompt.
2719
2720 2019-07-09 Pedro Alves <palves@redhat.com>
2721
2722 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2723 breakpoints" output.
2724 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2725 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2726 throw" creates breakpoint.
2727 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2728 'type="catchpoint"'.
2729
2730 2019-07-09 Pedro Alves <palves@redhat.com>
2731
2732 PR c++/15468
2733 * gdb.cp/except-multi-location-lib.cc: New.
2734 * gdb.cp/except-multi-location-main.cc: New.
2735 * gdb.cp/except-multi-location.exp: New.
2736
2737 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2738
2739 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2740 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2741 argument and update callers.
2742
2743 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.arch/amd64-break-on-asm-line.S: New file.
2746 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2747
2748 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2749
2750 * gdb.base/printcmds.exp: Test printing C string and
2751 C wide string convenience vars without transiting via the inferior.
2752 Also make test names unique.
2753
2754 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2755
2756 PR breakpoints/25011
2757 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2758
2759 2019-07-04 Pedro Alves <palves@redhat.com>
2760
2761 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2762 body returned ok(0), break(3) or continue(4).
2763 * gdb.testsuite/foreach_with_prefix.exp: New file.
2764
2765 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2766
2767 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2768
2769 2019-07-03 Pedro Alves <palves@redhat.com>
2770
2771 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2772 "return -code".
2773
2774 2019-07-03 Pedro Alves <palves@redhat.com>
2775
2776 PR cli/24732
2777 * gdb.base/shell.exp: Load completion-support.exp.
2778 Adjust expected error output. Add completion tests.
2779
2780 2019-07-03 Pedro Alves <palves@redhat.com>
2781
2782 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2783 string_to_regexp.
2784
2785 2019-07-03 Pedro Alves <palves@redhat.com>
2786
2787 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2788 (expect_integer): Adjust to expect "-string".
2789 (expect_string): New.
2790 (all_options): Expect "-string".
2791 (test-flag, test-boolean): Adjust to expect "-string".
2792 (test-string): New proc.
2793 (top level): Call it.
2794
2795 2019-07-03 Pedro Alves <palves@redhat.com>
2796
2797 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2798 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2799 the expected output in the success.
2800
2801 2019-07-03 Pedro Alves <palves@redhat.com>
2802
2803 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2804 Split one gdb_test_multiple call in two to avoid a race.
2805
2806 2019-07-03 Pedro Alves <palves@redhat.com>
2807
2808 * gdb.base/with.c: New file.
2809 * gdb.base/with.exp: New file.
2810
2811 2019-07-03 Pedro Alves <palves@redhat.com>
2812
2813 * gdb.base/settings.exp: Replace all references to "maint
2814 test-settings set" with references to "maint set test-settings",
2815 and all references to "maint test-settings show" with references
2816 to "maint show test-settings".
2817
2818 2019-07-03 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.base/settings.exp (test-string): Adjust expected out when
2821 testing "maint test-settings show filename"
2822
2823 2019-07-02 Pedro Alves <palves@redhat.com>
2824
2825 * gdb.base/options.exp (test-info-threads): New procedure.
2826 (top level): Call it.
2827
2828 2019-06-28 Tom Tromey <tromey@adacore.com>
2829
2830 * gdb.dwarf2/ada-linkage-name.c: New file.
2831 * gdb.dwarf2/ada-linkage-name.exp: New file.
2832
2833 2019-06-27 Tom Tromey <tromey@adacore.com>
2834
2835 PR c++/20020:
2836 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2837
2838 2019-06-26 Tom de Vries <tdevries@suse.de>
2839
2840 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2841
2842 2019-06-26 Tom de Vries <tdevries@suse.de>
2843
2844 * gdb.base/index-cache.exp: Add back missing debug option.
2845
2846 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2847
2848 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2849
2850 2019-06-25 Tom de Vries <tdevries@suse.de>
2851
2852 PR testsuite/24727
2853 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2854
2855 2019-06-24 Tom de Vries <tdevries@suse.de>
2856
2857 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2858
2859 2019-06-24 Tom de Vries <tdevries@suse.de>
2860
2861 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2862 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2863 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2864
2865 2019-06-24 Tom de Vries <tdevries@suse.de>
2866
2867 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2868
2869 2019-06-21 Tom de Vries <tdevries@suse.de>
2870
2871 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2872
2873 2019-06-21 Tom de Vries <tdevries@suse.de>
2874
2875 PR testsuite/24518
2876 PR ada/24713
2877 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2878 index.
2879
2880 2019-06-19 Tom Tromey <tromey@adacore.com>
2881
2882 * gdb.ada/length_cond.exp: Add intro comment.
2883
2884 2019-06-19 Tom Tromey <tromey@adacore.com>
2885
2886 * gdb.ada/length_cond.exp: New file.
2887 * gdb.ada/length_cond/length_cond.adb: New file.
2888 * gdb.ada/length_cond/pck.adb: New file.
2889 * gdb.ada/length_cond/pck.ads: New file.
2890
2891 2019-06-18 Tom de Vries <tdevries@suse.de>
2892
2893 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2894
2895 2019-06-18 Tom Tromey <tromey@adacore.com>
2896
2897 * gdb.base/list0.h: Add comment explaining control character.
2898
2899 2019-06-18 Tom de Vries <tdevries@suse.de>
2900
2901 * boards/fission.exp: Break up long debug_flags line.
2902
2903 2019-06-16 Tom de Vries <tdevries@suse.de>
2904
2905 PR gdb/24445
2906 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2907 generated index.
2908
2909 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2910
2911 PR gdb/24686
2912 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2913 improve detection of bug gdb/24541.
2914
2915 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2916
2917 PR gdb/24669
2918 * gdb.base/index-cache.exp (uses_readnow,
2919 expecting_index_cache_use): Define global variable.
2920 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2921 expecting_index_cache_use.
2922
2923 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2924 Andrew Burgess <andrew.burgess@embecosm.com>
2925
2926 * gdb.fortran/pointers.f90: New file.
2927 * gdb.fortran/print_type.exp: New file.
2928 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2929 * gdb.fortran/vla-type.exp: Likewise.
2930 * gdb.fortran/vla-value.exp: Likewise.
2931 * gdb.mi/mi-vla-fortran.exp: Likewise.
2932
2933 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2934
2935 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2936 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2937 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2938 as a stop reason.
2939
2940 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2941
2942 * gdb.base/annota1.exp: Update expected results.
2943 * gdb.cp/annota2.exp: Likewise.
2944 * gdb.cp/annota3.exp: Likewise.
2945
2946 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2947
2948 * gdb.base/style-logging.exp: Remove path from test name.
2949
2950 2019-06-14 Tom Tromey <tromey@adacore.com>
2951
2952 PR gdb/24502:
2953 * gdb.base/style-logging.exp: New file.
2954
2955 2019-06-14 Tom Tromey <tromey@adacore.com>
2956
2957 * gdb.base/symfile-warn.exp: New file.
2958 * gdb.base/symfile-warn.c: New file.
2959
2960 2019-06-14 Tom Tromey <tromey@adacore.com>
2961
2962 * gdb.base/annotate-symlink.exp: New file.
2963
2964 2019-06-14 Tom Tromey <tromey@adacore.com>
2965
2966 * gdb.ada/set_wstr.exp: Add reassignment test.
2967
2968 2019-06-14 Tom Tromey <tromey@adacore.com>
2969
2970 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2971 'unchecked_access and 'unrestricted_access as well.
2972
2973 2019-06-14 Tom Tromey <tromey@adacore.com>
2974
2975 PR ada/24539:
2976 * gdb.ada/vla.exp: Update tests.
2977 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2978 pragma.
2979
2980 2019-06-13 Pedro Alves <palves@redhat.com>
2981
2982 * gdb.base/settings.exp (test-integer): Test junk after
2983 "unlimited".
2984
2985 2019-06-13 Pedro Alves <palves@redhat.com>
2986
2987 * gdb.base/options.exp (test-thread-apply): New.
2988 (top level): Call it.
2989
2990 2019-06-13 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.base/options.exp (test-frame-apply): New.
2993 (top level): Test print commands with different "frame apply"
2994 prefixes.
2995
2996 2019-06-13 Pedro Alves <palves@redhat.com>
2997
2998 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2999 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3000 'max_completions' parameter and handle it.
3001 (test_gdb_completion_offers_commands): New.
3002
3003 2019-06-13 Pedro Alves <palves@redhat.com>
3004
3005 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3006
3007 2019-06-13 Pedro Alves <palves@redhat.com>
3008
3009 * gdb.base/options.exp (test-backtrace): New.
3010 (top level): Call it.
3011
3012 2019-06-13 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.guile/scm-frame-args.exp: Use "set print
3015 raw-frame-arguments" instead of "set print raw frame-arguments".
3016 * gdb.python/py-frame-args.exp: Likewise.
3017
3018 2019-06-13 Pedro Alves <palves@redhat.com>
3019
3020 * gdb.compile/compile.exp: Adjust expected output to option
3021 processing changes.
3022
3023 2019-06-13 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.base/options.exp: Build executable.
3026 (test-print): New procedure.
3027 (top level): Call it, once for "print" and another for "compile
3028 print".
3029
3030 2019-06-13 Pedro Alves <palves@redhat.com>
3031
3032 * gdb.base/options.c: New file.
3033 * gdb.base/options.exp: New file.
3034
3035 2019-06-13 Pedro Alves <palves@redhat.com>
3036
3037 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3038 that "o" is ambiguous.
3039
3040 2019-06-13 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.base/settings.c: New file.
3043 * gdb.base/settings.exp: New file.
3044
3045 2019-06-13 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.base/completion.exp: Fix comment typo.
3048
3049 2019-06-13 Pedro Alves <palves@redhat.com>
3050
3051 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3052 foo --1" test.
3053
3054 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3055
3056 * gdb.fortran/block-data.f: New.
3057 * gdb.fortran/block-data.exp: New.
3058
3059 2019-06-11 Tom de Vries <tdevries@suse.de>
3060
3061 PR testsuite/24521
3062 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3063 message.
3064
3065 2019-06-11 Tom de Vries <tdevries@suse.de>
3066
3067 PR testsuite/24521
3068 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3069
3070 2019-06-11 Tom de Vries <tdevries@suse.de>
3071
3072 * boards/readnow.exp: New file.
3073
3074 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.fortran/vla-sizeof.exp: Update expected results.
3077
3078 2019-06-06 Amos Bird <amosbird@gmail.com>
3079
3080 * gdb.base/annota1.exp (thread_switch): Add test for
3081 thread-exited annotation.
3082
3083 2019-06-06 Tom Tromey <tromey@adacore.com>
3084
3085 * gdb.base/maint.exp: Expect command started/finished output.
3086
3087 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3088
3089 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3090 comment.
3091 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3092
3093 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3096 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3097 * gdb.arch/riscv-unwind-long-insn.c: New file.
3098 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3099
3100 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3101
3102 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3103
3104 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3105
3106 * lib/gdb.exp (help_list_trailer): New regexp variable
3107 factorizing the help trailer message.
3108 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3109 arg to allow to better factorize various tests.
3110 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3111 (test_prefix_command_help): Use help_list_trailer.
3112 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3113 * gdb.guile/scm-cmd.exp: Likewise.
3114 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3115 * gdb.base/help.exp: Use test_user_defined_class_help.
3116 * gdb.base/style.exp: Add tests for styling of help and apropos.
3117 * lib/gdb-utils.exp (style): Add title and highlight styles.
3118
3119 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3120
3121 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3122 $_shell_exitsignal.
3123 * gdb.base/default.exp: Update for new convenience variables.
3124
3125 2019-05-29 Tom Tromey <tromey@adacore.com>
3126
3127 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3128 to "break complete ada" test case's regexp.
3129
3130 2019-05-29 Tom Tromey <tromey@adacore.com>
3131
3132 PR c++/20020:
3133 * gdb.cp/constexpr-field.exp: New file.
3134 * gdb.cp/constexpr-field.cc: New file.
3135
3136 2019-05-29 Tom Tromey <tromey@adacore.com>
3137
3138 * gdb.base/finish.exp (finish_no_print): New proc.
3139 (finish_tests): Call it.
3140
3141 2019-05-24 Tom de Vries <tdevries@suse.de>
3142
3143 * gdb.dwarf2/gdb-add-index.exp: New file.
3144
3145 2019-05-22 Tom Tromey <tromey@adacore.com>
3146
3147 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3148 * gdb.base/style.exp: Use "style".
3149 * lib/gdb-utils.exp (style): New proc.
3150
3151 2019-05-22 Tom de Vries <tdevries@suse.de>
3152
3153 * gdb.base/align.exp: Require c++11.
3154
3155 2019-05-22 Tom de Vries <tdevries@suse.de>
3156
3157 PR testsuite/24586
3158 * gdb.python/py-mi-var-info-path-expression.exp: Call
3159 mi_skip_python_tests to check if python is supported.
3160
3161 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3162
3163 * gdb.arch/aarch64-pauth.c: New test.
3164 * gdb.arch/aarch64-pauth.exp: New file.
3165
3166 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3167
3168 * README (Re-running Tests Outside The Testsuite): New section.
3169
3170 2019-05-21 Tom de Vries <tdevries@suse.de>
3171
3172 * gdb.arch/amd64-eval.exp: Require c++11.
3173 * gdb.base/max-depth.exp: Same.
3174 * gdb.compile/compile-cplus-array-decay.exp: Same.
3175 * gdb.cp/meth-typedefs.exp: Same.
3176 * gdb.cp/subtypes.exp: Same.
3177 * gdb.cp/temargs.exp: Same.
3178
3179 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3180
3181 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3182
3183 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3184
3185 PR gdb/18644
3186 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3187 * gdb.fortran/printing-types.exp: Add new test.
3188 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3189 testing.
3190 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3191 setup_kfail call.
3192
3193 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3194
3195 * README (Running the Testsuite): Change example.
3196 (Testsuite Parameters): Remove TRANSCRIPT.
3197 * lib/gdb.exp: Remove TRANSCRIPT check.
3198
3199 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3200
3201 * README (Testsuite Parameters): Add replay logging to
3202 GDBSERVER_DEBUG.
3203 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3204 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3205 as a comma separated list.
3206 (gdb_debug_init): Override procedure.
3207
3208 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3209
3210 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3211 (gdb_write_cmd_file): New procedure.
3212 * lib/gdbserver-support.exp (gdbserver_start): Call
3213 gdbserver_write_cmd_file.
3214 (gdbserver_write_cmd_file): New procedure.
3215
3216 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3217
3218 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3219 (delete_breakpoints): Likewise.
3220 (gdb_run_cmd): Likewise.
3221 (gdb_start_cmd): Likewise.
3222 (gdb_starti_cmd): Likewise.
3223 (gdb_internal_error_resync): Likewise.
3224 (gdb_test_multiple): Likewise.
3225 (gdb_reinitialize_dir): Likewise.
3226 (default_gdb_exit): Likewise.
3227 (gdb_file_cmd): Mark kill as optional.
3228 (default_gdb_start): Call gdb_stdin_log_init.
3229 (send_gdb): Call gdb_stdin_log_write.
3230 (rerun_to_main): Mark Y as an answer.
3231 (gdb_stdin_log_init): New function.
3232 (gdb_stdin_log_write): Likewise.
3233
3234 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3235
3236 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3237 * gdb.base/debug-expr.exp: Likewise.
3238 * gdb.base/foll-fork.exp: Likewise.
3239 * gdb.base/foll-vfork.exp: Likewise.
3240 * gdb.base/fork-print-inferior-events.exp: Likewise.
3241 * gdb.base/gdb-sigterm.exp: Likewise.
3242 * gdb.base/gdbinit-history.exp: Likewise.
3243 * gdb.base/osabi.exp: Likewise.
3244 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3245 * gdb.base/ui-redirect.exp: Likewise.
3246 * gdb.gdb/unittest.exp: Likewise.
3247 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3248 * gdb.mi/mi-watch.exp: Likewise.
3249 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3250 * gdb.mi/user-selected-context-sync.exp: Likewise.
3251 * gdb.python/python.exp: Disable debug test when debugging.
3252 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3253 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3254 Likewise.
3255 * gdb.threads/stepi-random-signal.exp: Likewise.
3256
3257 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3258
3259 * Makefile.in: Pass through GDB_DEBUG.
3260 * README (Testsuite Parameters): Add GDB_DEBUG.
3261 (gdb,debug): Add board setting.
3262 * lib/gdb.exp (default_gdb_start): Start debugging.
3263 (gdb_debug_enabled): New procedure.
3264 (gdb_debug_init): Likewise.
3265
3266 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3267
3268 * Makefile.in: Pass through GDB_DEBUG.
3269 * README (Testsuite Parameters): Add GDB_DEBUG.
3270 (gdb,debug): Add board setting.
3271 * lib/gdb.exp (default_gdb_start): Start debugging.
3272 (gdb_debug_enabled): New procedure.
3273 (gdb_debug_init): Likewise.
3274
3275 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3276
3277 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3278
3279 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3280
3281 * gdb.base/ui-redirect.exp: Test redirection.
3282
3283 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3284
3285 * gdb.mi/mi-complete.exp: New file.
3286 * gdb.mi/mi-complete.cc: Likewise.
3287
3288 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3289
3290 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3291 indexed and sliced arrays, and pointers to arrays.
3292
3293 2019-05-14 Tom Tromey <tromey@adacore.com>
3294
3295 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3296 styling test.
3297
3298 2019-05-14 Tom de Vries <tdevries@suse.de>
3299
3300 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3301 selection entry encoding.
3302
3303 2019-05-10 Tom Tromey <tromey@adacore.com>
3304
3305 * gdb.ada/info_exc.exp: Add "complete" test.
3306
3307 2019-05-09 Tom de Vries <tdevries@suse.de>
3308
3309 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3310 CU-relative.
3311
3312 2019-05-09 Tom de Vries <tdevries@suse.de>
3313
3314 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3315 CU-relative.
3316
3317 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3318
3319 * gdb.ada/frame_arg_lang.exp: New testcase.
3320 * gdb.ada/frame_arg_lang/bla.adb: New file.
3321 * gdb.ada/frame_arg_lang/pck.ads: New file.
3322 * gdb.ada/frame_arg_lang/pck.adb: New file.
3323 * gdb.ada/frame_arg_lang/foo.c: New file.
3324
3325 2019-05-08 Tom Tromey <tromey@adacore.com>
3326
3327 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3328
3329 2019-05-08 Tom Tromey <tromey@adacore.com>
3330
3331 * gdb.base/ptype-offsets.exp: Update tests.
3332
3333 2019-05-08 Tom Tromey <tromey@adacore.com>
3334
3335 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3336 cases.
3337 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3338 "short".
3339
3340 2019-05-08 Tom Tromey <tromey@adacore.com>
3341
3342 * gdb.ada/vla.exp: New file.
3343 * gdb.ada/vla/vla.adb: New file.
3344
3345 2019-05-07 Tom de Vries <tdevries@suse.de>
3346
3347 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3348
3349 2019-05-07 Tom de Vries <tdevries@suse.de>
3350
3351 PR testsuite/24522
3352 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3353 section.
3354
3355 2019-05-07 Tom de Vries <tdevries@suse.de>
3356
3357 PR testsuite/24522
3358 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3359 .debug_aranges section.
3360
3361 2019-05-07 Tom de Vries <tdevries@suse.de>
3362
3363 PR testsuite/24159
3364 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3365
3366 2019-05-06 Tom de Vries <tdevries@suse.de>
3367
3368 * lib/gdb.exp (exec_has_index_section): New proc.
3369 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3370 section.
3371
3372 2019-05-04 Tom de Vries <tdevries@suse.de>
3373
3374 * boards/cc-with-debug-names.exp: New file.
3375
3376 2019-05-03 Tom Tromey <tromey@adacore.com>
3377
3378 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3379 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3380 * gdb.ada/char_enum.exp: Add test.
3381
3382 2019-05-03 Tom de Vries <tdevries@suse.de>
3383
3384 * boards/cc-with-gdb-index.exp: New file.
3385
3386 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.rust/simple.exp: Add new test case.
3389 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3390 (main): Initialise an instance of the new struct.
3391
3392 2019-05-01 Tom Tromey <tromey@adacore.com>
3393
3394 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3395 record.
3396 (NPR): New variable.
3397 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3398 test.
3399
3400 2019-05-01 Tom Tromey <tromey@adacore.com>
3401
3402 * gdb.ada/packed_array_assign.exp: Add packed assignment
3403 regression test.
3404
3405 2019-05-01 Tom de Vries <tdevries@suse.de>
3406
3407 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3408
3409 2019-05-01 Tom de Vries <tdevries@suse.de>
3410
3411 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3412
3413 2019-04-30 Ali Tamur <tamur@google.com>
3414
3415 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3416
3417 2019-04-30 Tom Tromey <tromey@adacore.com>
3418
3419 * lib/ada.exp (find_ada_tool): New proc.
3420 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3421 * gdb.ada/catch_ex_std.exp: New file.
3422 * gdb.ada/catch_ex_std/foo.adb: New file.
3423 * gdb.ada/catch_ex_std/some_package.adb: New file.
3424 * gdb.ada/catch_ex_std/some_package.ads: New file.
3425
3426 2019-04-30 Tom Tromey <tromey@adacore.com>
3427
3428 PR c++/24470:
3429 * gdb.cp/temargs.cc: Add test code from PR.
3430
3431 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3432
3433 * gdb.fortran/vla-datatypes.exp: Update expected results.
3434 * gdb.fortran/vla-ptype.exp: Likewise.
3435 * gdb.fortran/vla-type.exp: Likewise.
3436 * gdb.fortran/vla-value.exp: Likewise.
3437
3438 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3439
3440 * gdb.fortran/ptr-indentation.exp: Update expected results.
3441 * gdb.fortran/ptype-on-functions.exp: Likewise.
3442 * gdb.fortran/vla-ptr-info.exp: Likewise.
3443 * gdb.fortran/vla-value.exp: Likewise.
3444
3445 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3446
3447 * gdb.fortran/ptype-on-functions.exp: New file.
3448 * gdb.fortran/ptype-on-functions.f90: New file.
3449
3450 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3453 case void string.
3454
3455 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * gdb.fortran/complex.exp: Expand.
3458 * gdb.fortran/complex.f: Renamed to...
3459 * gdb.fortran/complex.f90: ...this, and extended to add more
3460 complex values.
3461
3462 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3463
3464 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3465 MODULO, CMPLX.
3466
3467 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3468 Richard Bunt <richard.bunt@arm.com>
3469
3470 * gdb.base/max-depth.c: New file.
3471 * gdb.base/max-depth.exp: New file.
3472 * gdb.python/py-nested-maps.c: New file.
3473 * gdb.python/py-nested-maps.exp: New file.
3474 * gdb.python/py-nested-maps.py: New file.
3475 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3476 (test_all_common): Call test_max_depth.
3477 * gdb.fortran/max-depth.exp: New file.
3478 * gdb.fortran/max-depth.f90: New file.
3479 * gdb.go/max-depth.exp: New file.
3480 * gdb.go/max-depth.go: New file.
3481 * gdb.modula2/max-depth.exp: New file.
3482 * gdb.modula2/max-depth.c: New file.
3483 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3484
3485 2019-04-29 Tom de Vries <tdevries@suse.de>
3486
3487 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3488
3489 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3490
3491 * gdb.base/callexit.exp: Test may-call-functions off.
3492
3493 2019-04-25 Keith Seitz <keiths@redhat.com>
3494
3495 PR c++/24367
3496 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3497 (another_incomplete_struct, test_incomplete): New definitions.
3498 (main): Use new definitions.
3499 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3500 functions.
3501
3502 2019-04-25 Ali Tamur <tamur@google.com>
3503
3504 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3505
3506 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3507
3508 PR corefiles/11608
3509 PR corefiles/18187
3510 * gdb.base/coredump-filter-build-id.exp: New file.
3511
3512 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3513
3514 * Makefile.in: Pass through GDBSERVER_DEBUG.
3515 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3516 (gdbserver,debug): Add board setting.
3517 * gdb.trace/tspeed.exp: Skip when debugging.
3518 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3519 * lib/gdbserver-support.exp: Likewise
3520
3521 2019-04-24 Tom Tromey <tromey@adacore.com>
3522
3523 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3524 Rust.
3525
3526 2019-04-24 Tom Tromey <tromey@adacore.com>
3527
3528 * gdb.arch/amd64-eval.exp: Test bitfield return.
3529 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3530 (class Foo) <return_bitfields>: New method.
3531 (main): Call it.
3532
3533 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3534
3535 * gdb.cp/many-args.cc: New file.
3536 * gdb.cp/many-args.exp: New file.
3537
3538 2019-04-23 Tom de Vries <tdevries@suse.de>
3539
3540 PR gdb/24433
3541 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3542
3543 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3544
3545 * gdb.trace/backtrace.exp: Use nopie flag.
3546 * gdb.trace/circ.exp: Likewise.
3547 * gdb.trace/collection.exp: Likewise.
3548 * gdb.trace/ftrace.exp: Likewise.
3549 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3550 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3551 * gdb.trace/qtro.exp: Likewise.
3552 * gdb.trace/read-memory.exp: Likewise.
3553 * gdb.trace/report.exp: Likewise.
3554 * gdb.trace/tfile.exp: Likewise.
3555 * gdb.trace/tfind.exp: Likewise.
3556 * gdb.trace/unavailable.exp: Likewise.
3557
3558 2019-04-22 Pedro Alves <palves@redhat.com>
3559
3560 * gdb.base/solib-probes-nosharedlibrary.c,
3561 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3562
3563 2019-04-19 Tom Tromey <tromey@adacore.com>
3564
3565 * gdb.ada/ptype_union.c: New file.
3566 * gdb.ada/ptype_union.exp: New file.
3567
3568 2019-04-19 Tom Tromey <tromey@adacore.com>
3569
3570 PR symtab/24423:
3571 * gdb.base/list0.h (foo): Add a control-l character.
3572
3573 2019-04-18 Tom de Vries <tdevries@suse.de>
3574
3575 PR gdb/24433
3576 * boards/local-board.exp: Set sysroot to "".
3577
3578 2019-04-18 Tom de Vries <tdevries@suse.de>
3579 Pedro Alves <palves@redhat.com>
3580
3581 PR gdb/24454
3582 * gdb.threads/vfork-follow-child-exec.c: New file.
3583 * gdb.threads/vfork-follow-child-exec.exp: New file.
3584 * gdb.threads/vfork-follow-child-exit.c: New file.
3585 * gdb.threads/vfork-follow-child-exit.exp: New file.
3586
3587 2019-04-15 Leszek Swirski <leszeks@google.com>
3588
3589 * gdb.arch/amd64-eval.cc: New file.
3590 * gdb.arch/amd64-eval.exp: New file.
3591
3592 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3593
3594 * gdb.server/sysroot.c: New test.
3595 * gdb.server/sysroot.exp: New file.
3596 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3597 matching param.
3598
3599 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3600
3601 * gdb.base/align.exp: Extend test to cover structures containing
3602 only static fields.
3603
3604 2019-04-11 Tom de Vries <tdevries@suse.de>
3605
3606 * boards/cc-with-dwz-m.exp: New file.
3607 * boards/cc-with-dwz.exp: New file.
3608 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3609
3610 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3611
3612 * gdb.base/start-cpp.exp: New file.
3613 * gdb.base/start-cpp.cc: New file.
3614
3615 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3616
3617 * gdb.python/py-thrhandle.exp: Adjust tests to call
3618 thread_from_handle instead of thread_from_thread_handle.
3619
3620 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3621
3622 * gdb.python/py-thrhandle.exp: Add tests for
3623 gdb.InferiorThread.handle.
3624
3625 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3626
3627 * gdb.python/py-function.exp: Check calling helper function from
3628 all languages.
3629 * lib/gdb.exp (gdb_supported_languages): New proc.
3630
3631 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3632
3633 * gdb.base/complex-parts.c: New file.
3634 * gdb.base/complex-parts.exp: New file.
3635
3636 2019-04-01 Tom Tromey <tromey@adacore.com>
3637
3638 PR symtab/23331:
3639 * gdb.dwarf2/dw2-ranges-main.c: New file.
3640 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3641 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3642
3643 2019-03-30 Simon Marchi <simark@simark.ca>
3644
3645 * gdb.base/default.exp: Add values for $_gdb_major and
3646 $_gdb_minor.
3647
3648 2019-03-29 Tom Tromey <tromey@adacore.com>
3649
3650 * gdb.base/help.exp: Tighten apropos regexp.
3651
3652 2019-03-29 Keith Seitz <keiths@redhat.com>
3653
3654 * gdb.fortran/array-bounds.exp: New file.
3655 * gdb.fortran/array-bounds.f90: New file.
3656
3657 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3658
3659 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3660
3661 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3662
3663 * gdb.multi/hello.c (main): Increase alarm timer.
3664
3665 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3666
3667 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3668 factor when no hardware watchpoint support.
3669
3670 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3671 Pedro Alves <palves@redhat.com>
3672
3673 * boards/local-board.exp: set sysroot to /.
3674
3675 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3676
3677 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3678 in child.
3679
3680 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3681
3682 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3683 field.
3684 (make_container): Initialise new field.
3685 * gdb.python/py-prettyprint.exp: Add new tests.
3686 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3687 <display_hint>: New method.
3688
3689 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3690
3691 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3692 gdb_continue_to_breakpoint more throughout this test.
3693 (run_lang_tests) Supply unique test names, and use
3694 gdb_test_no_output.
3695
3696 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3697
3698 * gdb.base/finish-pretty.exp: Update expected results.
3699 * gdb.base/pretty-print.c: New file.
3700 * gdb.base/pretty-print.exp: New file.
3701
3702 2019-03-25 Pedro Alves <palves@redhat.com>
3703
3704 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3705 move comments outside list. Append '-i "" eof' section.
3706
3707 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3708
3709 PR testsuite/25016
3710 * README: Add pie options.
3711 * gdb.base/break-interp.exp: Ensure pie is disabled.
3712 * gdb.base/dump.exp: Likewise.
3713 * lib/gdb.exp (gdb_compile): Add pie option.
3714
3715 2019-03-19 Tom Tromey <tromey@adacore.com>
3716
3717 * gdb.mi/mi2-cli-display.c: New file.
3718 * gdb.mi/mi2-cli-display.exp: New file.
3719
3720 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3721 Tom Tromey <tromey@adacore.com>
3722
3723 * gdb.ada/ptype_array/pck.adb: New file.
3724 * gdb.ada/ptype_array/pck.ads: New file.
3725 * gdb.ada/ptype_array/foo.adb: New file.
3726 * gdb.ada/ptype_array.exp: New file.
3727
3728 2019-03-14 Tom Tromey <tromey@adacore.com>
3729
3730 * gdb.base/style.exp: Add "set style sources" test.
3731
3732 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3733
3734 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3735 * mi-breakpoint-multiple-locations.exp: ... this.
3736 (make_breakpoints_pattern): New proc.
3737 (do_test): Add mi_version parameter, test -break-insert,
3738 -break-info and =breakpoint-created.
3739
3740 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3741
3742 * config/default.exp: Remove 'load_lib gdb.exp'.
3743 * config/monitor.exp: Likewise.
3744 * config/sid.exp: Likewise.
3745 * config/sim.exp: Likewise.
3746 * config/slite.exp: Likewise.
3747 * config/unix.exp: Likewise.
3748 * gdb.base/default.exp: Remove unhelpful comment.
3749
3750 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3751
3752 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3753
3754 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3755
3756 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3757
3758 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3759
3760 * gdb.fortran/type-kinds.exp: Update expected results.
3761
3762 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3763
3764 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3765
3766 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3767
3768 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3769 function.
3770 (test_basic_parsing_of_type_kinds): Expand types tested.
3771 (test_parsing_invalid_type_kinds): New function.
3772
3773 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3774
3775 * gdb.fortran/intrinsics.exp: New file.
3776 * gdb.fortran/intrinsics.f90: New file.
3777 * gdb.fortran/type-kinds.exp: New file.
3778
3779 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3780
3781 * gdb.fortran/dot-ops.exp: New file.
3782
3783 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3784
3785 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3786 Check upper and lower case logical literals.
3787
3788 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3789
3790 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3791 Remove duplicate tests.
3792
3793 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3794
3795 * lib/gdb.exp (builtin_cd): rename of cd.
3796 (cd): Override builtin.
3797
3798 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3799
3800 * gdb.fortran/function-calls.exp: New file.
3801 * gdb.fortran/function-calls.f90: New test.
3802
3803 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3804
3805 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3806 on user program standard output.
3807 * gdb.fortran/short-circuit-argument-list.f90: Record function
3808 calls.
3809
3810 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3811
3812 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3813 failure.
3814
3815 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3816
3817 PR gdb/8527
3818 * gdb.base/interrupt-daemon-attach.c,
3819 gdb.base/interrupt-daemon-attach.exp: New test.
3820
3821 2019-02-27 Pedro Alves <palves@redhat.com>
3822
3823 * gdb.base/page.exp: Add tests for "set width/height -1".
3824
3825 2019-02-27 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.base/page.exp: Add tests for "set/show width/height" with
3828 "infinite" values.
3829
3830 2019-02-27 Tom Tromey <tromey@adacore.com>
3831
3832 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3833 2.4.
3834 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3835 workaround.
3836
3837 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3838
3839 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3840 tests for structs with static members.
3841
3842 2019-02-26 Tom Tromey <tromey@adacore.com>
3843
3844 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3845 ValueError, not TypeError.
3846
3847 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3848
3849 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3850 call from main program.
3851
3852 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3853
3854 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3855 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3856 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3857 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3858 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3859
3860 2019-02-22 Keith Seitz <keiths@redhat.com>
3861
3862 PR symtab/23853
3863 * gdb.base/symlink-sourcefile.c: New file.
3864 * gdb.base/symlink-sourcefile.exp: New file.
3865
3866 2019-02-20 Tom Tromey <tom@tromey.com>
3867
3868 * gdb.base/info_qt.exp: Update.
3869
3870 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3871
3872 * gdb.base/source.exp: Move "error in sourced script" code to
3873 the end.
3874 * gdb.base/source-error.gdb: Move contents to
3875 source-error-1.gdb. Add new code to source source-error-1.gdb.
3876 * gdb.base/source-error-1.gdb: New file, from previous
3877 source-error.gdb.
3878
3879 2019-02-17 Tom Tromey <tom@tromey.com>
3880
3881 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3882 for macro styling.
3883 * gdb.base/style.c (SOME_MACRO): New macro.
3884
3885 2019-02-17 Tom Tromey <tom@tromey.com>
3886
3887 * gdb.base/style.exp: Add line-wrapping tests.
3888 * gdb.base/page.exp: Add test for quitting during pagination.
3889
3890 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3891
3892 * gdb.ada/big_packed_array: New testcase.
3893 * gdb.ada/homonym.exp: Fix incorrect expected output for
3894 "break <homonym__get_value>" test.
3895
3896 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3897
3898 PR breakpoints/21870
3899 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3900 and prepare_for_testing. Add comment.
3901 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3902 redundant cleanup call. Clean up comment.
3903
3904 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3905
3906 PR breakpoints/21870
3907 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3908 * gdb.arch/aarch64-dbreg-contents.c: New file.
3909
3910 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3911
3912 * gdb.ada/mi_ref_changeable: New testcase.
3913
3914 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3915
3916 * gdb.base/attach.exp: Add double attach test.
3917
3918 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3919
3920 * lib/gdb.exp (default_gdb_start): Don't match pagination
3921 prompt.
3922 (gdb_init): Set stty_init.
3923
3924 2019-01-27 Tom Tromey <tom@tromey.com>
3925
3926 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3927 skip_python_tests.
3928
3929 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3930
3931 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3932 New structure.
3933 (struct struct_static_02_02): Likewise.
3934 (struct struct_static_02_03): Likewise.
3935 (struct struct_static_02_04): Likewise.
3936 (struct struct_static_04_01): Likewise.
3937 (struct struct_static_04_02): Likewise.
3938 (struct struct_static_04_03): Likewise.
3939 (struct struct_static_04_04): Likewise.
3940 (struct struct_static_06_01): Likewise.
3941 (struct struct_static_06_02): Likewise.
3942 (struct struct_static_06_03): Likewise.
3943 (struct struct_static_06_04): Likewise.
3944 (cmp_struct_static_02_01): Likewise.
3945 (cmp_struct_static_02_02): Likewise.
3946 (cmp_struct_static_02_03): Likewise.
3947 (cmp_struct_static_02_04): Likewise.
3948 (cmp_struct_static_04_01): Likewise.
3949 (cmp_struct_static_04_02): Likewise.
3950 (cmp_struct_static_04_03): Likewise.
3951 (cmp_struct_static_04_04): Likewise.
3952 (cmp_struct_static_06_01): Likewise.
3953 (cmp_struct_static_06_02): Likewise.
3954 (cmp_struct_static_06_03): Likewise.
3955 (cmp_struct_static_06_04): Likewise.
3956 (call_all): Test new structs.
3957 * gdb.base/infcall-nested-structs.exp: Likewise.
3958
3959 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3960 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3961
3962 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3963 * gdb.base/stack-protector.c: New test.
3964 * gdb.base/stack-protector.exp: New file.
3965 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3966 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3967 option.
3968 (gdb_compile): Remove stack protector for GCC and prevent
3969 recursion.
3970
3971 2019-01-16 Keith Seitz <keiths@redhat.com>
3972
3973 PR gdb/23773
3974 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3975
3976 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3977
3978 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3979 aliases.
3980 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3981 tests.
3982 * gdb.arch/powerpc-vector-regs.c: New file.
3983 * gdb.arch/powerpc-vector-regs.exp: New file.
3984
3985 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3986
3987 * gdb.arch/altivec-regs.exp: Fix the list passed to
3988 gdb_expect_list when testing "info vector".
3989
3990 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3991
3992 * gdb.base/style.exp: Don't include path in testname.
3993
3994 2019-01-10 Keith Seitz <keiths@redhat.com>
3995
3996 PR gdb/23712
3997 PR symtab/23010
3998 * gdb.dwarf2/multidictionary.exp: New file.
3999
4000 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4001
4002 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4003 (test_gnuv3_style_demangling): ... this.
4004 (test_lucid_style_demangling): Remove.
4005 (test_arm_style_demangling): Remove.
4006 (test_hp_style_demangling): Remove.
4007 (do_tests): Remove calls to the above.
4008
4009 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4010
4011 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4012 case.
4013
4014 2019-01-06 Tom Tromey <tom@tromey.com>
4015
4016 PR gdb/28155:
4017 * gdb.dwarf2/typedef-void-finish.exp: New file.
4018
4019 2018-12-28 Tom Tromey <tom@tromey.com>
4020 Simon Marchi <simark@simark.ca>
4021
4022 * gdb.base/jit-exec.exp: New file.
4023 * gdb.base/jit-exec.c: New file.
4024 * gdb.base/jit-execd.c: New file.
4025
4026 2018-12-28 Tom Tromey <tom@tromey.com>
4027
4028 * gdb.base/style.exp: Update test to check for address styling.
4029
4030 2018-12-28 Tom Tromey <tom@tromey.com>
4031
4032 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4033 message.
4034
4035 2018-12-28 Tom Tromey <tom@tromey.com>
4036
4037 * gdb.base/style.exp: Add test for version number styling.
4038
4039 2018-12-28 Tom Tromey <tom@tromey.com>
4040
4041 * gdb.base/style.exp: Add test for print_address_symbolic.
4042
4043 2018-12-28 Tom Tromey <tom@tromey.com>
4044
4045 * gdb.base/style.exp: Add test for breakpoint setting.
4046
4047 2018-12-28 Tom Tromey <tom@tromey.com>
4048
4049 * gdb.base/style.exp: Add test for variable names.
4050
4051 2018-12-28 Tom Tromey <tom@tromey.com>
4052
4053 * gdb.base/style.exp: New file.
4054 * gdb.base/style.c: New file.
4055
4056 2018-12-28 Tom Tromey <tom@tromey.com>
4057
4058 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4059 "dumb".
4060 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4061 the TERM environment variable.
4062
4063 2018-12-27 Tom Tromey <tom@tromey.com>
4064
4065 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4066 pagination test.
4067
4068 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4069
4070 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4071 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4072
4073 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4074
4075 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4076 Filename a.adb changed to bp_fun_addr.adb.
4077 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4078
4079 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4080
4081 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4082 non-PIE executables.
4083 * README: Mention the gdb,nopie_flag board setting.
4084 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4085 non-PIE executable.
4086 * gdb.arch/amd64-entry-value.exp: Likewise.
4087 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4088 * gdb.arch/i386-float.exp: Likewise.
4089 * gdb.arch/i386-signal.exp: Likewise.
4090 * gdb.mi/mi-reg-undefined.exp: Likewise.
4091
4092 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4093
4094 PR gdb/23974
4095 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4096
4097 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4098
4099 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4100 Update order of results accordingly.
4101
4102 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4103
4104 * gdb.base/annota1.exp: Update a test regexp.
4105
4106 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4107
4108 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4109
4110 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4111
4112 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4113 (reuse_time): Initialize to REUSE_TIME_CAP.
4114 (check_rc): New function.
4115 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4116 Check pthread_create rc.
4117 (spawner_thread_func): Check pthread_create and pthread_join rc.
4118
4119 2018-12-08 Pedro Alves <palves@redhat.com>
4120
4121 * gdb.base/list.exp (test_forward_search): Rename to ...
4122 (test_forward_reverse_search): ... this. Also test reverse-search
4123 and the forward-search alias.
4124
4125 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4126
4127 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4128 local timeout variable before return, and remove all local timeout
4129 variable entirely.
4130 (gdb_load): Likewise.
4131
4132 2018-12-01 Tom de Vries <tdevries@suse.de>
4133
4134 * gdb.base/gdb-caching-proc.exp: New file.
4135
4136 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4137
4138 * Makefile.in (TIMESTAMP): New variable.
4139 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4140 command.
4141 (check-single-racy): Likewise.
4142 (check/%.exp): Likewise.
4143 (check-racy/%.exp): Likewise.
4144 (workers/%.worker): Likewise.
4145 (build-perf): Likewise.
4146 (check-perf): Likewise.
4147 * README: Describe new "TS" and "TS_FORMAT" variables.
4148 * print-ts.py: New file.
4149
4150 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4151
4152 PR python/23714
4153 * gdb.python/python.exp: Test command repetition after
4154 gdb.execute.
4155
4156 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4157
4158 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4159 is correctly aligned.
4160
4161 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4162
4163 * gdb.ada/info_auto_lang.exp: New testcase.
4164 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4165 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4166 * gdb.ada/info_auto_lang/some_c.c: New file.
4167
4168 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4169
4170 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4171 FUNC_lang language syntax.
4172
4173 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4174
4175 * gdb.base/info_minsym.c: New file.
4176 * gdb.base/info_minsym.exp: New file.
4177
4178 2018-11-19 Tom Tromey <tom@tromey.com>
4179
4180 PR rust/23625:
4181 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4182 * gdb.rust/expr.exp: Update expected output. Change one test.
4183
4184 2018-11-19 Tom Tromey <tom@tromey.com>
4185
4186 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4187
4188 2018-11-19 Pedro Alves <palves@redhat.com>
4189
4190 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4191 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4192 see the expected warning.
4193
4194 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4195
4196 PR gdb/22736:
4197 * gdb.cp/infcall-nodebug-lib.c: New test.
4198 * gdb.cp/infcall-nodebug-main.c: New test.
4199 * gdb.cp/infcall-nodebug.exp: New file.
4200
4201 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4202
4203 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4204 completer tests.
4205
4206 2018-11-09 Tom de Vries <tdevries@suse.de>
4207
4208 * gdb.base/msym-lang.c: New test.
4209 * gdb.base/msym-lang.exp: New file.
4210 * gdb.base/msym-lang-main.c: New test.
4211
4212 2018-11-08 Tom Tromey <tom@tromey.com>
4213
4214 PR gdb/23555:
4215 PR gdb/23838:
4216 * gdb.base/warning.exp: New file.
4217
4218 2018-11-08 Jan Beulich <jbeulich@suse.com>
4219
4220 * testsuite/gdb.arch/i386-avx512.c,
4221 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4222
4223 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4224
4225 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4226 point hardware.
4227
4228 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4229
4230 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4231 * gdb.dwarf2/missing-type-name.exp: New file.
4232
4233 2018-11-06 Tom de Vries <tdevries@suse.de>
4234
4235 * gdb.base/many-headers.c: New test.
4236 * gdb.base/many-headers.exp: New file.
4237
4238 2018-11-06 Jim Wilson <jimw@sifive.com>
4239
4240 * gdb.base/code_elim.exp: For riscv, set additional_flags
4241 to include -msmall-data-limit=0.
4242
4243 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4244
4245 * gdb.ada/watch_minus_l: New testcase.
4246
4247 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4248
4249 * gdb.arch/aix-sighandle.c: New file.
4250 * gdb.arch/aix-sighandle.exp: New file.
4251
4252 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4253
4254 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4255 registers being unions.
4256
4257 2018-10-31 Tom de Vries <tdevries@suse.de>
4258
4259 * lib/valgrind.exp: New file.
4260 (vgdb_start, vgdb_stop): New procs, factored out of ...
4261 * gdb.base/valgrind-bt.exp: ... here, ...
4262 * gdb.base/valgrind-disp-step.exp: ... here and ...
4263 * gdb.base/valgrind-infcall.exp: ... here.
4264
4265 2018-10-31 Tom de Vries <tdevries@suse.de>
4266
4267 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4268
4269 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4270
4271 * gdb.dwarf2/void-type.c: New file.
4272 * gdb.dwarf2/void-type.exp: New file.
4273
4274 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4275
4276 * gdb.base/info_qt.c: New file.
4277 * gdb.base/info_qt.exp: New file.
4278
4279 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4280
4281 * gdb.arch/powerpc-htm-regs.c: New file.
4282 * gdb.arch/powerpc-htm-regs.exp: New file.
4283
4284 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4285
4286 * gdb.arch/powerpc-tar.c: New file.
4287 * gdb.arch/powerpc-tar.exp: New file.
4288
4289 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4290
4291 * gdb.arch/powerpc-ppr-dscr.c: New file.
4292 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4293
4294 2018-10-25 Tom de Vries <tdevries@suse.de>
4295
4296 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4297
4298 2018-10-24 Tom de Vries <tdevries@suse.de>
4299
4300 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4301 longer exists error.
4302
4303 2018-10-24 Tom de Vries <tdevries@suse.de>
4304
4305 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4306
4307 2018-10-24 Tom de Vries <tdevries@suse.de>
4308
4309 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4310 --db-attach in valgrind.
4311
4312 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4313
4314 * gdb.arch/riscv-reg-aliases.c: New file.
4315 * gdb.arch/riscv-reg-aliases.exp: New file.
4316
4317 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4318
4319 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4320
4321 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4322
4323 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4324
4325 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4326
4327 * gdb.cp/ovldbreak.exp: Fix regexps.
4328
4329 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4330
4331 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4332
4333 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4334
4335 PR cli/23785
4336 * gdb.base/restore.exp: New test to check if "restore" with an
4337 invalid file doesn't segfault.
4338
4339 2018-10-18 Tom de Vries <tdevries@suse.de>
4340
4341 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4342 * gdb.ada/excep_handle.exp: Same.
4343 * gdb.ada/mi_string_access.exp: Same.
4344 * gdb.ada/mi_var_union.exp: Same.
4345 * gdb.arch/arc-analyze-prologue.exp: Same.
4346 * gdb.arch/arc-decode-insn.exp: Same.
4347 * gdb.base/readnever.exp: Same.
4348 * gdb.fortran/printing-types.exp: Same.
4349 * gdb.guile/scm-lazy-string.exp: Same.
4350
4351 2018-10-16 Tom de Vries <tdevries@suse.de>
4352
4353 PR gdb/23730
4354 * gdb.base/catch-follow-exec.c: Add copyright notice.
4355 * gdb.base/catch-follow-exec.exp: Rewrite to use
4356 gdb_spawn_with_cmdline_opts. Require gdb-native.
4357
4358 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4359
4360 * gdb.trace/actions-changed.exp: Check for arch support.
4361 * gdb.trace/actions.exp: Likewise.
4362 * gdb.trace/ax.exp: Likewise.
4363 * gdb.trace/backtrace.exp: Likewise.
4364 * gdb.trace/change-loc.exp: Likewise.
4365 * gdb.trace/deltrace.exp: Likewise.
4366 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4367 * gdb.trace/ftrace.exp: Likewise.
4368 * gdb.trace/infotrace.exp: Check for arch support.
4369 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4370 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4371 * gdb.trace/mi-tsv-changed.exp: Likewise.
4372 * gdb.trace/packetlen.exp: Likewise.
4373 * gdb.trace/passc-dyn.exp: Likewise.
4374 * gdb.trace/passcount.exp: Likewise.
4375 * gdb.trace/pending.exp: Likewise.
4376 * gdb.trace/range-stepping.exp: Check for shlib support.
4377 * gdb.trace/report.exp: Check for arch support.
4378 * gdb.trace/save-trace.exp: Likewise.
4379 * gdb.trace/signal.exp: Check for signal support.
4380 * gdb.trace/tfind.exp: Check for arch support.
4381 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4382 * gdb.trace/trace-common.h: Add comment.
4383 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4384 * gdb.trace/trace-enable-disable.exp: Likewise.
4385 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4386 * gdb.trace/tracecmd.exp: Check for arch support.
4387 * gdb.trace/tspeed.exp: Check for shlib and target support.
4388 * gdb.trace/tstatus.exp: Check for arch support.
4389 * gdb.trace/tsv.exp: Likewise.
4390 * gdb.trace/while-dyn.exp: Likewise.
4391 * gdb.trace/while-stepping.exp: Likewise.
4392 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4393
4394 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4395
4396 * gdb.trace/tspeed.exp: Remove nowarnings.
4397 (prepare_for_trace_test): Declare "global ipalib".
4398 * gdb.trace/tspeed.c: Include unistd.h.
4399 (main): Remove superfluous printf argument.
4400
4401 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4402
4403 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4404 directory prefix on the filename.
4405
4406 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4407
4408 * gdb.gdb/unittest.exp: Update expected message informing that
4409 selftests have been disabled.
4410 * gdb.server/unittest.exp: Likewise.
4411
4412 2018-10-09 Tom de Vries <tdevries@suse.de>
4413
4414 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4415 with runto_main.
4416
4417 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4418
4419 PR c++/16841
4420 * gdb.cp/virtbase2.cc: New file.
4421 * gdb.cp/virtbase2.exp: New file.
4422
4423 2018-10-06 Tom Tromey <tom@tromey.com>
4424
4425 PR python/19399:
4426 * gdb.python/py-inferior.exp: Add architecture test.
4427
4428 2018-10-06 Tom Tromey <tom@tromey.com>
4429
4430 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4431 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4432
4433 2018-10-06 Tom Tromey <tom@tromey.com>
4434
4435 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4436 of a "throw" catchpoint.
4437
4438 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4439
4440 * gdb.base/info-proc.exp: Update string expected from "help info
4441 proc".
4442
4443 2018-10-04 Tom Tromey <tom@tromey.com>
4444
4445 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4446 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4447 (test_initial_complaints, test_empty_complaints): Update.
4448 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4449
4450 2018-10-04 Tom Tromey <tom@tromey.com>
4451
4452 PR cli/19551:
4453 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4454 * lib/gdb.exp (gdb_file_cmd): Update.
4455 * gdb.stabs/weird.exp (print_weird_var): Update.
4456 * gdb.server/solib-list.exp: Update.
4457 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4458 * gdb.mi/mi-cli.exp: Update.
4459 * gdb.linespec/linespec.exp: Update.
4460 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4461 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4462 * gdb.cp/cp-relocate.exp: Update.
4463 * gdb.base/sym-file.exp: Update.
4464 * gdb.base/relocate.exp: Update.
4465 * gdb.base/readnever.exp: Update.
4466 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4467 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4468 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4469 * gdb.base/code_elim.exp: Update.
4470 * gdb.base/break-unload-file.exp (test_break): Update.
4471 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4472 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4473 Update.
4474 * gdb.base/attach.exp (do_attach_tests): Update.
4475 * gdb.base/sepdebug.exp: Update.
4476 * gdb.python/py-section-script.exp: Update.
4477
4478 2018-10-04 Tom Tromey <tom@tromey.com>
4479
4480 PR cli/22234:
4481 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4482 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4483 output.
4484
4485 2018-10-04 Tom Tromey <tom@tromey.com>
4486
4487 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4488 set width and height to 0.
4489 (test_command_line_attach_run): Use -quiet.
4490
4491 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4492
4493 * lib/gdb.exp (skip_ifunc_tests): New.
4494 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4495 other compile failures.
4496 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4497
4498 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4499
4500 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4501 is_amd64_regs_target.
4502
4503 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4504
4505 * gdb.arch/aarch64-sighandler-regs.c: New test.
4506 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4507 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4508
4509 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4510
4511 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4512 assembly.
4513
4514 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4515
4516 * gdb.base/frame-selection.exp: New file.
4517 * gdb.base/frame-selection.c: New file.
4518
4519 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4520
4521 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4522 pthread barrier.
4523 (main): Likewise.
4524
4525 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4526
4527 * gdb.base/large-frame-1.c: New file.
4528 * gdb.base/large-frame-2.c: New file.
4529 * gdb.base/large-frame.exp: New file.
4530 * gdb.base/large-frame.h: New file.
4531
4532 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4533
4534 PR gdb/20948
4535 * gdb.base/write_mem.exp: New test.
4536 * gdb.base/write_mem.c: Likewise.
4537
4538 2018-09-23 Tom Tromey <tom@tromey.com>
4539
4540 PR python/18852:
4541 * gdb.python/py-parameter.exp: Add test for parameter that throws
4542 on "set".
4543
4544 2018-09-23 Tom Tromey <tom@tromey.com>
4545
4546 PR python/17284:
4547 * gdb.python/py-template.exp (test_template_arg): Add test for
4548 negative template argument number.
4549
4550 2018-09-23 Tom Tromey <tom@tromey.com>
4551
4552 PR python/14062:
4553 * gdb.python/python.exp: Add test for post_event error.
4554
4555 2018-09-23 Tom Tromey <tom@tromey.com>
4556
4557 PR python/18170:
4558 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4559 convert pointers to int and long.
4560
4561 2018-09-23 Tom Tromey <tom@tromey.com>
4562
4563 PR python/20126:
4564 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4565 signed-ness conversion tests.
4566
4567 2018-09-23 Tom Tromey <tom@tromey.com>
4568
4569 PR python/18352;
4570 * gdb.python/py-value.exp (test_float_conversion): New proc.
4571 Use it.
4572
4573 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4574
4575 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4576
4577 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4578
4579 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4580 no readline.
4581 * gdb.base/utf8-identifiers.exp: Likewise.
4582 * gdb.cp/cpcompletion.exp: Likewise.
4583 * gdb.linespec/cpcompletion.exp: Likewise.
4584 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4585 * gdb.linespec/cpls-ops.exp: Likewise.
4586
4587 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4588 Chris January <chris.january@arm.com>
4589
4590 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4591 * gdb.fortran/short-circuit-argument-list.exp: New file.
4592 * gdb.fortran/short-circuit-argument-list.f90: New test.
4593
4594 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4595
4596 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4597 "arch=" keyword when executing "-stack-list-frames".
4598
4599 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4600
4601 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4602 "arch=" keyword when executing "-stack-list-frames".
4603
4604 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4605
4606 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4607 break ada".
4608
4609 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4610
4611 PR python/23669
4612 * gdb.python/python.exp: Test gdb.execute("show commands").
4613
4614 2018-09-16 Tom Tromey <tom@tromey.com>
4615
4616 * gdb.base/new-ui.exp (do_execution_tests): Update.
4617 * gdb.base/dbx.exp (test_breakpoints): Update.
4618
4619 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4620
4621 * lib/gdb.exp (gdb_simple_compile): Add proc.
4622 (is_elf_target): Use gdb_simple_compile.
4623 (skip_altivec_tests): Likewise.
4624 (skip_vsx_tests): Likewise.
4625 (skip_tsx_tests): Likewise.
4626 (skip_btrace_tests): Likewise.
4627 (skip_btrace_pt_tests): Likewise.
4628 (gdb_can_simple_compile): Likewise.
4629 (gdb_has_argv0): Likewise.
4630 (gdb_target_symbol_prefix): Likewise.
4631 (target_supports_scheduler_locking): Likewise.
4632
4633 2018-09-13 Tom Tromey <tom@tromey.com>
4634
4635 * Makefile.in (TAGS): Recognize proc_with_prefix and
4636 gdb_caching_proc.
4637
4638 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4639
4640 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4641 method.
4642
4643 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4644
4645 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4646 and a few other Inferior properties when the Inferior is no
4647 longer valid.
4648
4649 2018-09-13 Tom Tromey <tom@tromey.com>
4650
4651 PR rust/23650:
4652 * gdb.rust/simple.exp: Add test for enum field access error.
4653
4654 2018-09-13 Tom Tromey <tom@tromey.com>
4655
4656 PR rust/23626:
4657 * gdb.rust/simple.rs (EmptyEnum): New type.
4658 (main): Use it.
4659 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4660
4661 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4662
4663 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4664 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4665 * gdb.python/py-symtab.exp: Update test printing an objfile.
4666
4667 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4668
4669 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4670 object.
4671
4672 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4673
4674 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4675 (support_complex_tests): Use gdb_can_simple_compile.
4676 (is_ilp32_target): Likewise.
4677 (is_lp64_target): Likewise.
4678 (is_64_target): Likewise.
4679 (is_amd64_regs_target): Likewise.
4680 (is_aarch32_target): Likewise.
4681 (gdb_int128_helper): Likewise.
4682
4683 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4684
4685 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4686
4687 2018-09-10 Jerome Guitton <guitton@adacore.com>
4688
4689 * gdb.ada/same_component_name: Add test for case of tagged record
4690 with variable-length fields.
4691
4692 2018-09-10 Xavier Roirand <roirand@adacore.com>
4693
4694 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4695 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4696 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4697 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4698
4699 2018-09-10 Xavier Roirand <roirand@adacore.com>
4700
4701 * gdb.ada/mi_string_access.exp: New testcase.
4702 * gdb.ada/mi_string_access/bar.adb: New file.
4703 * gdb.ada/mi_string_access/pck.adb: New file.
4704 * gdb.ada/mi_string_access/pck.asd: New file.
4705
4706 2018-09-10 Xavier Roirand <roirand@adacore.com>
4707
4708 * gdb.ada/mi_var_union.exp: New testcase.
4709 * gdb.ada/mi_var_union/bar.adb: New file.
4710 * gdb.ada/mi_var_union/pck.adb: New file.
4711 * gdb.ada/mi_var_union/pck.asd: New file.
4712
4713 2018-09-08 Tom Tromey <tom@tromey.com>
4714
4715 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4716
4717 2018-09-08 Tom Tromey <tom@tromey.com>
4718
4719 PR python/16047:
4720 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4721 (register_pretty_printers): Register new printer.
4722 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4723 test.
4724 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4725 (an_int_type3): New global.
4726
4727 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4728
4729 * gdb.ada/expr_with_funcall: New testcase.
4730
4731 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4732
4733 * gdb.ada/packed_array_assign: New testcase.
4734
4735 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4736
4737 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4738 names, and add test prefixes to make test names unique.
4739
4740 2018-09-05 Tom de Vries <tdevries@suse.de>
4741
4742 * gdb.dwarf2/varval.exp: Add test.
4743
4744 2018-09-04 Gary Benson <gbenson@redhat.com>
4745
4746 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4747 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4748
4749 2018-08-31 Tom Tromey <tom@tromey.com>
4750
4751 * gdb.rust/simple.rs: Rename second variable "v".
4752
4753 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4754
4755 * gdb.base/funcargs.c (use_a): New function.
4756 (recurse): Call use_a.
4757
4758 2018-08-29 Keith Seitz <keiths@redhat.com>
4759
4760 * gdb.compile/compile-cplus-anonymous.cc: New file.
4761 * gdb.compile/compile-cplus-anonymous.exp: New file.
4762 * gdb.compile/compile-cplus-array-decay.cc: New file.
4763 * gdb.compile/compile-cplus-array-decay.exp: New file.
4764 * gdb.compile/compile-cplus-inherit.cc: New file.
4765 * gdb.compile/compile-cplus-inherit.exp: New file.
4766 * gdb.compile/compile-cplus-member.cc: New file.
4767 * gdb.compile/compile-cplus-member.exp: New file.
4768 * gdb.compile/compile-cplus-method.cc: New file.
4769 * gdb.compile/compile-cplus-method.exp: New file.
4770 * gdb.compile/compile-cplus-mod.c: "New" file.
4771 * gdb.compile/compile-cplus-namespace.cc: New file.
4772 * gdb.compile/compile-cplus-namespace.exp: New file.
4773 * gdb.compile/compile-cplus-nested.cc: New file.
4774 * gdb.compile/compile-cplus-nested.exp: New file.
4775 * gdb.compile/compile-cplus-print.c: "New" file.
4776 * gdb.compile/compile-cplus-print.exp: "New" file.
4777 * gdb.compile/compile-cplus-virtual.cc: New file.
4778 * gdb.compile/compile-cplus-virtual.exp: New file.
4779 * gdb.compile/compile-cplus.c: "New" file.
4780 * gdb.compile/compile-cplus.exp: "New" file.
4781 * lib/compile-support.exp: New file.
4782
4783 2018-08-16 Gary Benson <gbenson@redhat.com>
4784
4785 PR gdb/13000:
4786 * gdb.base/batch-exit-status.exp: New file.
4787 * gdb.base/batch-exit-status.good-commands: Likewise.
4788 * gdb.base/batch-exit-status.bad-commands: Likewise.
4789
4790 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4791
4792 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4793 (struct struct02): Likewise.
4794 (struct struct03): Likewise.
4795 (struct struct04): Likewise.
4796 (struct struct_01_01): New struct.
4797 (struct struct_01_02): Likewise.
4798 (struct struct_01_03): Likewise.
4799 (struct struct_01_04): Likewise.
4800 (struct struct_02_01): Likewise.
4801 (struct struct_02_02): Likewise.
4802 (struct struct_02_03): Likewise.
4803 (struct struct_02_04): Likewise.
4804 (struct struct_04_01): Likewise.
4805 (struct struct_04_02): Likewise.
4806 (struct struct_04_03): Likewise.
4807 (struct struct_04_04): Likewise.
4808 (struct struct_05_01): Likewise.
4809 (struct struct_05_02): Likewise.
4810 (struct struct_05_03): Likewise.
4811 (struct struct_05_04): Likewise.
4812 (cmp_struct01): Remove function.
4813 (cmp_struct02): Likewise.
4814 (cmp_struct03): Likewise.
4815 (cmp_struct04): Likewise.
4816 (cmp_struct_01_01): Add Function.
4817 (cmp_struct_01_02): Likewise.
4818 (cmp_struct_01_03): Likewise.
4819 (cmp_struct_01_04): Likewise.
4820 (cmp_struct_02_01): Likewise.
4821 (cmp_struct_02_02): Likewise.
4822 (cmp_struct_02_03): Likewise.
4823 (cmp_struct_02_04): Likewise.
4824 (cmp_struct_04_01): Likewise.
4825 (cmp_struct_04_02): Likewise.
4826 (cmp_struct_04_03): Likewise.
4827 (cmp_struct_04_04): Likewise.
4828 (cmp_struct_05_01): Likewise.
4829 (cmp_struct_05_02): Likewise.
4830 (cmp_struct_05_03): Likewise.
4831 (cmp_struct_05_04): Likewise.
4832 (call_all): Add new structs.
4833 * gdb.base/infcall-nested-structs.exp: Likewise.
4834
4835 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4836
4837 * gdb.python/py-framefilter-mi.exp: Update regexp to
4838 check for "arch" field in frame output.
4839
4840 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4841
4842 * gdb.dwarf2/dw2-ranges-func.c: New file.
4843 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4844
4845 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4846
4847 * gdb.base/term.exp: Compare terminal settings with values from
4848 the inferior.
4849 * gdb.base/term.c: Get and set terminal settings.
4850
4851 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4852
4853 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4854 accommodate new "arch" field in frame output.
4855 * gdb.mi/mi-return.exp: Likewise.
4856 * gdb.mi/mi-stack.exp: Likewise.
4857 * gdb.mi/mi-syn-frame.exp: Likewise.
4858 * gdb.mi/user-selected-context-sync.exp: Likewise.
4859
4860 2018-08-19 Michael Spang <spang@google.com>
4861
4862 PR gdb/11786
4863 * gdb.base/gcore-tls-pie.c: New file.
4864 * gdb.base/gcore-tls-pie.exp: New file.
4865
4866 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4867
4868 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4869 * gdb.dwarf2/varval.c: New file.
4870 * gdb.dwarf2/varval.exp: New file.
4871
4872 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4873
4874 PR gdb/18931
4875 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4876
4877 2018-08-16 Keith Seitz <keiths@redhat.com>
4878
4879 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4880 tests expected to pass.
4881
4882 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4883
4884 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4885 -data-disassemble -a.
4886 (test_disassembly_bogus_args): Likewise.
4887
4888 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4889
4890 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4891
4892 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4893
4894 * gdb.base/vla-optimized-out.exp: Add new test.
4895
4896 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4897
4898 * gdb.base/vla-optimized-out-o3.exp: Delete.
4899 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4900 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4901 deleted tests.
4902
4903 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4904
4905 PR gdb/18050:
4906 * gdb.server/extended-remote-restart.c: New file.
4907 * gdb.server/extended-remote-restart.exp: New file.
4908
4909 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4910
4911 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4912 "set variable index = 42".
4913
4914 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4915
4916 * boards/index-cache-gdb.exp: New file.
4917 * gdb.dwarf2/index-cache.exp: New file.
4918 * gdb.dwarf2/index-cache.c: New file.
4919 * gdb.base/maint.exp: Check if we are using the index cache.
4920
4921 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4922
4923 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4924 MAKEFLAGS.
4925
4926 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4927
4928 * dg-extract-results.sh: Move to toplevel contrib.
4929 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4930 * Makefile.in (check-parallel-racy): Likewise.
4931
4932 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4933
4934 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4935 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4936 tests if the target supports scheduler locking.
4937
4938 2018-08-04 Tom de Vries <tdevries@suse.de>
4939
4940 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4941
4942 2018-08-02 Tom Tromey <tom@tromey.com>
4943
4944 PR symtab/16842.
4945 * gdb.cp/temargs.exp: Test "info address" of a template
4946 parameter.
4947
4948 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4949
4950 * gdb.python/py-mi-var-info-path-expression.c: New file.
4951 * gdb.python/py-mi-var-info-path-expression.py: New file.
4952 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4953
4954 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4955
4956 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4957 error after "cannot resolve name" string.
4958
4959 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4960
4961 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4962 started.
4963 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4964
4965 2018-07-28 Tom de Vries <tdevries@suse.de>
4966
4967 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4968
4969 2018-07-26 Tom de Vries <tdevries@suse.de>
4970
4971 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4972
4973 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4974
4975 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4976 is visible.
4977
4978 2018-07-26 Tom de Vries <tdevries@suse.de>
4979
4980 PR breakpoints/23366
4981 * gdb.base/catch-follow-exec.c: New test.
4982 * gdb.base/catch-follow-exec.exp: New file.
4983
4984 2018-07-25 Tom de Vries <tdevries@suse.de>
4985
4986 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4987 vla-optimized-out.c.
4988
4989 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4990
4991 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4992 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4993
4994 2018-07-20 Tom de Vries <tdevries@suse.de>
4995
4996 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4997 NOCLONE macro.
4998 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4999
5000 2018-07-19 Tom de Vries <tdevries@suse.de>
5001
5002 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5003 regular expression.
5004
5005 2018-07-18 Tom de Vries <tdevries@suse.de>
5006
5007 * gdb.base/vla-optimized-out.c: New test.
5008 * gdb.base/vla-optimized-out.exp: New file.
5009
5010 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5011
5012 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5013 message "No address associated with hostname" when gdbserver
5014 cannot resolve the hostname.
5015
5016 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5017
5018 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5019 Add some test prefixes to make tests unique.
5020
5021 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5022
5023 * gdb.base/frameapply.c: New file.
5024 * gdb.base/frameapply.exp: New file.
5025
5026 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5027
5028 * gdb.base/skip.exp: Update expected error message.
5029
5030 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5031 Jan Kratochvil <jan.kratochvil@redhat.com>
5032 Paul Fertser <fercerpav@gmail.com>
5033 Tsutomu Seki <sekiriki@gmail.com>
5034
5035 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5036 parameter.
5037 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5038 by default.
5039 * boards/native-gdbserver.exp: Likewise.
5040 * gdb.server/run-without-local-binary.exp: Improve regexp used
5041 for detecting when a remote debugging connection succeeds.
5042 * gdb.server/server-connect.exp: New file.
5043 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5044 Do not prefix the port number with ":".
5045 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5046 support for detecting and using it. Add '$debughost_gdbserver'
5047 to the list of arguments used to start gdbserver. Handle case
5048 when gdbserver cannot resolve a network name.
5049
5050 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5051
5052 PR c++/23373
5053 * gdb.base/ptype-offsets.cc (struct static_member): New
5054 struct.
5055 (main) <stmember>: New variable.
5056 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5057 with a static member in it.
5058
5059 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5060
5061 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5062 watchpoints enabled and disabled.
5063
5064 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5065
5066 * gdb.base/examine-backward.exp: Still run tests around address
5067 0x0, even if address 0x0 is not readable. Update the pattern for
5068 matching address 0x0 in expected output.
5069
5070 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5071
5072 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5073 malloc/free.
5074
5075 2018-07-04 Tom de Vries <tdevries@suse.de>
5076
5077 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5078
5079 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5080
5081 PR tdep/8282
5082 * gdb.arch/mips-disassembler-options.exp: New test.
5083 * gdb.arch/mips-disassembler-options.s: New test source.
5084
5085 2018-06-29 Pedro Alves <palves@redhat.com>
5086
5087 * gdb.threads/names.exp: Adjust expected "info threads" output.
5088
5089 2018-06-29 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.opt/inline-break.exp (line number, address): Add "info
5092 break" tests.
5093
5094 2018-06-29 Pedro Alves <palves@redhat.com>
5095
5096 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5097 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5098 number and address and running to them.
5099
5100 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5101
5102 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5103
5104 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5105
5106 * lib/compiler.c: Remove executable permission flag.
5107
5108 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5109
5110 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5111 code.
5112 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5113
5114 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5115
5116 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5117
5118 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5119
5120 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5121 address argument is omitted.
5122
5123 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5124
5125 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5126
5127 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5128
5129 PR gdb/21695
5130 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5131 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5132
5133 2018-06-26 Tom Tromey <tom@tromey.com>
5134
5135 PR rust/22574:
5136 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5137 * gdb.rust/simple.rs (struct SimpleLayout): New.
5138
5139 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5140
5141 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5142 "info registers" output.
5143
5144 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5145
5146 * gdb.base/watchpoint-hw-attach.c: New test.
5147 * gdb.base/watchpoint-hw-attach.exp: New file.
5148
5149 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5150
5151 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5152 through /bin/sh.
5153 * boards/dwarf4-gdb-index.exp: Likewise.
5154 * boards/fission-dwp.exp: Likewise.
5155
5156 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5157
5158 * gdb.base/float128.exp: Add comment and improved fail message
5159 to the failure case of "print large128" test.
5160
5161 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5162
5163 * configure.ac: Remove AC_PREREQ.
5164 * configure: Re-generate.
5165
5166 2018-06-19 Pedro Alves <palves@redhat.com>
5167
5168 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5169 (func_extern_caller): New.
5170 (main): Call func_extern_caller.
5171 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5172 logic change.
5173
5174 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5175
5176 PR gdb/16841
5177 * gdb.cp/typedef-base.cc: New file.
5178 * gdb.cp/typedef-base.exp: New file.
5179
5180 2018-06-18 Tom de Vries <tdevries@suse.de>
5181
5182 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5183
5184 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5185 Richard Bunt <Richard.Bunt@arm.com>
5186
5187 * gdb.threads/attach-slow-waitpid.c: New file.
5188 * gdb.threads/attach-slow-waitpid.exp: New file.
5189 * gdb.threads/slow-waitpid.c: New file.
5190
5191 2018-06-14 Pedro Alves <palves@redhat.com>
5192
5193 * gdb.base/fork-running-state.c: Include <errno.h>.
5194 (exit_if_relative_exits): New.
5195 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5196 exits.
5197 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5198 child exits.
5199
5200 2018-06-14 Tom de Vries <tdevries@suse.de>
5201
5202 PR cli/22573
5203 * gdb.base/finish-pretty.c: New test.
5204 * gdb.base/finish-pretty.exp: New file.
5205
5206 2018-06-14 Pedro Alves <palves@redhat.com>
5207
5208 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5209 gdb's expected startup output.
5210
5211 2018-06-14 Pedro Alves <palves@redhat.com>
5212
5213 * lib/selftest-support.exp (selftest_setup): Remove inlined
5214 function handling.
5215
5216 2018-06-14 Tom de Vries <tdevries@suse.de>
5217
5218 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5219 matching of breakpoint printing.
5220
5221 2018-06-13 Tom de Vries <tdevries@suse.de>
5222
5223 PR testsuite/23269
5224 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5225 (fork_child): ... here, and ...
5226 (fork_parent): ... here.
5227
5228 2018-06-12 Tom de Vries <tdevries@suse.de>
5229
5230 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5231
5232 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5233 Stephen Roberts <stephen.roberts@arm.com>
5234
5235 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5236 rewrite test to describe action performed, rather than possible
5237 failure.
5238
5239 2018-06-08 Gary Benson <gbenson@redhat.com>
5240
5241 * gdb.threads/check-libthread-db.exp: New file.
5242 * gdb.threads/check-libthread-db.c: Likewise.
5243
5244 2018-06-05 Tom Tromey <tom@tromey.com>
5245
5246 * gdb.base/default.exp: Update expected "show version" output.
5247
5248 2018-06-05 Tom Tromey <tom@tromey.com>
5249
5250 PR cli/12326:
5251 * gdb.cp/static-print-quit.exp: Update.
5252 * lib/gdb.exp (pagination_prompt): Update.
5253 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5254 * gdb.python/python.exp: Update.
5255
5256 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5257
5258 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5259
5260 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5261
5262 * gdb.ada/bp_fun_addr: New testcase.
5263
5264 2018-06-01 Tom Tromey <tom@tromey.com>
5265
5266 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5267 results.
5268 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5269 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5270 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5271 * gdb.base/maint.exp (maint_pass_if): Update.
5272
5273 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5274
5275 * gdb.base/endian.exp: New test.
5276 * gdb.base/endian.c: New test source.
5277
5278 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5279
5280 PR gdb/23203
5281 * gdb.base/bt-selected-frame.c: New file.
5282 * gdb.base/bt-selected-frame.exp: New file.
5283 * lib/gdb.exp (get_current_frame_number): New function.
5284
5285 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5286 Pedro Alves <palves@redhat.com>
5287
5288 * gdb.threads/tls-core.c: Include <stdlib.h>
5289 (thread_proc): Call `abort'.
5290 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5291 (tls_core_test): New procedure, bits factored out from ...
5292 (top level): ... here. Test both native cores and gcore cores.
5293
5294 2018-05-23 Tom Tromey <tom@tromey.com>
5295
5296 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5297
5298 2018-05-23 Tom Tromey <tom@tromey.com>
5299
5300 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5301 symfile_complaints.
5302 (test_short_complaints): Likewise.
5303 (test_empty_complaints): Likewise.
5304 (test_initial_complaints): Update.
5305
5306 2018-05-23 Tom Tromey <tom@tromey.com>
5307
5308 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5309
5310 2018-05-23 Tom Tromey <tom@tromey.com>
5311
5312 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5313 (test_short_complaints): Update.
5314
5315 2018-05-22 Pedro Alves <palves@redhat.com>
5316
5317 * gdb.base/remote.exp: Only gdb_start after compiling the
5318 testcase. Issue "disconnect" before testing "set remote" command
5319 defaults. Issue clean_restart before running to main.
5320
5321 2018-05-22 Pedro Alves <palves@redhat.com>
5322
5323 * gdb.base/remote.exp: Adjust expected output of "show remote
5324 memory-write-packet-size". Add tests for "set remote
5325 memory-write-packet-size 0" and "set remote
5326 memory-write-packet-size fixed/limit".
5327
5328 2018-05-22 Pedro Alves <palves@redhat.com>
5329
5330 PR gdb/22973
5331 * gdb.base/utf8-identifiers.c: New file.
5332 * gdb.base/utf8-identifiers.exp: New file.
5333
5334 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5335
5336 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5337
5338 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5339
5340 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5341
5342 2018-05-18 Tom Tromey <tom@tromey.com>
5343
5344 * gdb.base/ptype-offsets.exp: Update.
5345
5346 2018-05-17 Keith Seitz <keiths@redhat.com>
5347
5348 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5349 in expected breakpoint stop locations.
5350 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5351 move to proper scope to test variable values.
5352 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5353 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5354 New functions.
5355 (main): Call not_inline_func3.
5356 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5357 inline_func1, inline_func2, and inline_func3. Test that when each
5358 breakpoint is hit, GDB properly reports both the stop location
5359 and the backtrace. Repeat tests for temporary breakpoints.
5360
5361 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5362
5363 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5364 rather then trying to access it in determining whether the PID
5365 of `gdbserver' could have been retrieved.
5366
5367 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5368
5369 * gdb.arch/amd64-init-x87-values.S: New file.
5370 * gdb.arch/amd64-init-x87-values.exp: New file.
5371
5372 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5373
5374 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5375
5376 2018-05-04 Tom Tromey <tom@tromey.com>
5377
5378 PR python/22730:
5379 * gdb.python/python.exp: Test multi-line execute.
5380
5381 2018-05-04 Tom Tromey <tom@tromey.com>
5382
5383 PR python/22731:
5384 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5385
5386 2018-05-04 Tom Tromey <tom@tromey.com>
5387
5388 PR gdb/11750:
5389 * gdb.base/define.exp: Test defining a user command inside a user
5390 command.
5391 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5392
5393 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5394 Pedro Alves <palves@redhat.com>
5395
5396 PR breakpoints/19806 and support for PR external/20207.
5397 * gdb.base/watchpoint-unaligned.c: New file.
5398 * gdb.base/watchpoint-unaligned.exp: New file.
5399
5400 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5401
5402 * gdb.base/maint.exp: Make test names unique, use
5403 test_prefix_command_help to test 'help maint info', and remove
5404 repeated test of 'help maint'.
5405
5406 2018-05-04 Tom Tromey <tom@tromey.com>
5407
5408 PR gdb/22619:
5409 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5410 behavior.
5411
5412 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5413
5414 * gdb.base/maint.exp: Process output from 'maint print registers'
5415 line at a time.
5416
5417 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5418
5419 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5420 timeout.
5421
5422 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5423
5424 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5425 filter pattern.
5426
5427 2018-05-02 Pedro Alves <palves@redhat.com>
5428
5429 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5430 to_log_command renames.
5431 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5432
5433 2018-05-02 Tom Tromey <tom@tromey.com>
5434
5435 * gdb.python/py-parameter.exp: Set test message.
5436
5437 2018-05-02 Tom Tromey <tom@tromey.com>
5438
5439 PR python/20084:
5440 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5441 PARAM_ZUINTEGER_UNLIMITED tests.
5442
5443 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5444
5445 PR rust/23124
5446 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5447 when casting.
5448
5449 2018-04-30 Tom Tromey <tom@tromey.com>
5450
5451 * gdb.python/py-type.exp: Check align attribute.
5452 * gdb.python/py-type.c: New "aligncheck" global.
5453
5454 2018-04-30 Tom Tromey <tom@tromey.com>
5455
5456 PR exp/17095:
5457 * gdb.dwarf2/dw2-align.exp: New file.
5458 * gdb.cp/align.exp: New file.
5459 * gdb.base/align.exp: New file.
5460 * lib/gdb.exp (gdb_int128_helper): New proc.
5461 (has_int128_c, has_int128_cxx): New caching procs.
5462
5463 2018-04-27 Tom Tromey <tom@tromey.com>
5464
5465 PR rust/22545:
5466 * gdb.rust/simple.exp: Add inclusive range tests.
5467
5468 2018-04-26 Pedro Alves <palves@redhat.com>
5469
5470 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5471 ifunc breakpoint locations correctly of ifunc breakpoints set
5472 while the program resolves the ifunc.
5473
5474 2018-04-26 Pedro Alves <palves@redhat.com>
5475
5476 * gdb.base/gnu-ifunc-final.c: New file.
5477 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5478 * gdb.base/gnu-ifunc.exp (executable): Delete.
5479 (staticexecutable): Adjust.
5480 (lib_opts, exec_opts): Delete.
5481 (make_binsuffix, build, set-break): New procedures.
5482 (misc_tests): New, with tests factored out from the top level.
5483 (top level): Test different combinations of ifunc resolver name,
5484 resolver with and with debug info, and ifunc target with and
5485 without debug info. Wrap static tests with with_target_prefix.
5486
5487 2018-04-26 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5490 return type" warnings.
5491
5492 2018-04-25 Pedro Alves <palves@redhat.com>
5493
5494 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5495 killed".
5496 * gdb.base/kill-after-signal.exp: Likewise.
5497 * gdb.threads/kill.exp: Likewise.
5498
5499 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5500 Sergio Durigan Junior <sergiodj@redhat.com>
5501 Pedro Alves <palves@redhat.com>
5502
5503 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5504 regexps to expect for '[Inferior ... detached]' as well.
5505 * gdb.base/attach.exp: Likewise.
5506 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5507 "gdb_continue_to_end".
5508 (test_catch_syscall_with_wrong_args): Likewise.
5509 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5510 ']'. Don't set 'verbose' on.
5511 * gdb.base/foll-vfork.exp: Likewise.
5512 * gdb.base/fork-print-inferior-events.c: New file.
5513 * gdb.base/fork-print-inferior-events.exp: New file.
5514 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5515 '[Inferior ... has been killed]' message.
5516 * gdb.base/kill-after-signal.exp: Likewise.
5517 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5518 detach message.
5519 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5520 message.
5521 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5522 regexps to expect for '[Inferior ... detached]' as well.
5523 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5524
5525 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5526
5527 PR gdb/23104
5528 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5529
5530 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5531
5532 PR gdb/23095
5533 * gdb.base/break-probes.exp: Pass shlib_load to
5534 prepare_for_testing. Set normal_bp to r_debug_state if target is
5535 bsd.
5536
5537 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5538
5539 * gdb.threads/multiple-successive-infcall.c: New test.
5540 * gdb.threads/multiple-successive-infcall.exp: New file.
5541
5542 2018-04-17 Tom Tromey <tom@tromey.com>
5543
5544 * gdb.rust/simple.rs (Union): New type.
5545 (main): New local "u".
5546 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5547
5548 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5549
5550 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5551 number information in output of "whereis" command.
5552 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5553
5554 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5555
5556 * gdb.ada/info_types.exp: Adjust expected output to the line
5557 numbers now printed by "info var/func/type".
5558 * gdb.base/completion.exp: Likewise.
5559 * gdb.base/included.exp: Likewise.
5560 * gdb.cp/cp-relocate.exp: Likewise.
5561 * gdb.cp/cplusfuncs.exp: Likewise.
5562 * gdb.cp/namespace.exp: Likewise.
5563 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5564
5565 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5566
5567 * gdb.btrace/cpu.exp: New.
5568
5569 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5570
5571 * gdb.base/step-indirect-call-thunk.exp: New.
5572 * gdb.base/step-indirect-call-thunk.c: New.
5573 * gdb.reverse/step-indirect-call-thunk.exp: New.
5574 * gdb.reverse/step-indirect-call-thunk.c: New.
5575
5576 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5577
5578 * gdb.base/pie-fork.c: New file.
5579 * gdb.base/pie-fork.exp: New file.
5580
5581 2018-04-11 Tom Tromey <tom@tromey.com>
5582
5583 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5584
5585 2018-04-10 Pedro Alves <palves@redhat.com>
5586
5587 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5588 exits. Instead loop running forever.
5589 (fork_parent): Run forever too.
5590
5591 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5592
5593 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5594 mi_continue_to_line.
5595 * gdb.mi/mi-stack.c (callee4): Add comment.
5596
5597 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5598
5599 * gdb.mi/mi-stack.exp: Fix indentation.
5600
5601 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5602
5603 PR gdb/22979
5604 * gdb.arch/amd64-osabi.exp: New file.
5605
5606 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5607
5608 PR gdb/22980
5609 * gdb.base/osabi.exp: New file.
5610
5611 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5612
5613 * gdb.cp/static-typedef-print.exp: New file.
5614 * gdb.cp/static-typedef-print.cc: New file.
5615
5616 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5617
5618 * gdb.ada/varsize_limit: New testcase.
5619
5620 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5621
5622 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5623
5624 * gdb.ada/notcplusplus: New testcase.
5625
5626 * gdb.base/c-linkage-name.c: New file.
5627 * gdb.base/c-linkage-name.exp: New testcase.
5628
5629 2018-03-26 Tom Tromey <tom@tromey.com>
5630
5631 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5632 * gdb.python/py-framefilter.py (name_error): New global.
5633 (ErrorInName.function): Use name_error.
5634
5635 2018-03-26 Tom Tromey <tom@tromey.com>
5636
5637 PR backtrace/15582:
5638 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5639
5640 2018-03-23 Keith Seitz <keiths@redhat.com>
5641
5642 PR c++/22968
5643 * gdb.cp/subtypes.exp: New file.
5644 * gdb.cp/subtypes.h: New file.
5645 * gdb.cp/subtypes.cc: New file.
5646 * gdb.cp/subtypes-2.cc: New file.
5647
5648 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5649
5650 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5651 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5652 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5653 -nostartfiles when compiling the test. Confirm that all registers
5654 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5655
5656 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5657
5658 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5659 option, syntax was wrong anyway.
5660 * gdb.arch/arm-disp-step.exp: Likewise.
5661 * gdb.arch/sparc64-regs.exp: Likewise.
5662 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5663 option, syntax was wrong anyway, switch to use
5664 prepare_for_testing.
5665 * gdb.arch/i386-disp-step.exp: Likewise.
5666
5667 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5668
5669 * gdb.ada/exec_changed.exp: Replace "target_info exists
5670 use_gdb_stub" by "use_gdb_stub".
5671 * gdb.ada/start.exp: Likewise.
5672 * gdb.base/async-shell.exp: Likewise.
5673 * gdb.base/attach-pie-misread.exp: Likewise.
5674 * gdb.base/attach-wait-input.exp: Likewise.
5675 * gdb.base/break-entry.exp: Likewise.
5676 * gdb.base/break-interp.exp: Likewise.
5677 * gdb.base/dprintf-detach.exp: Likewise.
5678 * gdb.base/nostdlib.exp: Likewise.
5679 * gdb.base/solib-nodir.exp: Likewise.
5680 * gdb.base/statistics.exp: Likewise.
5681 * gdb.base/testenv.exp: Likewise.
5682 * gdb.mi/mi-exec-run.exp: Likewise.
5683 * gdb.mi/mi-start.exp: Likewise.
5684 * gdb.multi/dummy-frame-restore.exp: Likewise.
5685 * gdb.multi/multi-arch-exec.exp: Likewise.
5686 * gdb.multi/multi-arch.exp: Likewise.
5687 * gdb.multi/tids.exp: Likewise.
5688 * gdb.multi/watchpoint-multi.exp: Likewise.
5689 * gdb.python/py-events.exp: Likewise.
5690 * gdb.threads/attach-into-signal.exp: Likewise.
5691 * gdb.threads/attach-stopped.exp: Likewise.
5692 * gdb.threads/threadapply.exp: Likewise.
5693 * lib/selftest-support.exp: Likewise.
5694
5695 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5696
5697 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5698
5699 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5700
5701 * gdb.perf/template-breakpoints.cc: New file.
5702 * gdb.perf/template-breakpoints.exp: New file.
5703 * gdb.perf/template-breakpoints.py: New file.
5704
5705 2018-03-19 Tom Tromey <tom@tromey.com>
5706
5707 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5708 y0.
5709 * gdb.rust/simple.exp: Test bare identifier form of struct
5710 initializer.
5711
5712 2018-03-19 Tom Tromey <tom@tromey.com>
5713
5714 * gdb.gdb/observer.exp: Remove.
5715
5716 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5717
5718 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5719 "qualified" option when setting breakpoints.
5720 * gdb.trace/backtrace.exp: Likewise.
5721 * gdb.trace/circ.exp: Likewise.
5722 * gdb.trace/collection.exp: Likewise.
5723 * gdb.trace/disconnected-tracing.exp: Likewise.
5724 * gdb.trace/ftrace-lock.exp: Likewise.
5725 * gdb.trace/ftrace.exp: Likewise.
5726 * gdb.trace/infotrace.exp: Likewise.
5727 * gdb.trace/packetlen.exp: Likewise.
5728 * gdb.trace/passc-dyn.exp: Likewise.
5729 * gdb.trace/qtro.exp: Likewise.
5730 * gdb.trace/read-memory.exp: Likewise.
5731 * gdb.trace/report.exp: Likewise.
5732 * gdb.trace/signal.exp: Likewise.
5733 * gdb.trace/status-stop.exp: Likewise.
5734 * gdb.trace/strace.exp: Likewise.
5735 * gdb.trace/tfind.exp: Likewise.
5736 * gdb.trace/trace-break.exp: Likewise.
5737 * gdb.trace/trace-condition.exp: Likewise.
5738 * gdb.trace/trace-mt.exp: Likewise.
5739 * gdb.trace/tstatus.exp: Likewise.
5740 * gdb.trace/tsv.exp: Likewise.
5741 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5742 * gdb.trace/unavailable.exp: Likewise.
5743 * gdb.trace/while-dyn.exp: Likewise.
5744
5745 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5746
5747 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5748 that libinproctrace is copied to the target.
5749
5750 2018-03-14 Tom Tromey <tom@tromey.com>
5751
5752 PR cli/14977:
5753 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5754 a null pointer.
5755 * gdb.base/wchar.exp: Likewise.
5756
5757 2018-03-14 Tom Tromey <tom@tromey.com>
5758
5759 PR cli/19918:
5760 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5761 flag.
5762
5763 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5764
5765 PR gdb/22841
5766 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5767 "target" to remote_exec.
5768
5769 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5770
5771 PR gdb/22841
5772 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5773 ${board}_upload): Remove.
5774
5775 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5776
5777 * gdb.cp/watch-cp.cc: New test.
5778 * gdb.cp/watch-cp.exp: New file.
5779
5780 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5781
5782 * gdb.base/infcall-nested-structs.exp: New file.
5783 * gdb.base/infcall-nested-structs.c: New file.
5784 * gdb.base/float.exp: Add riscv support.
5785
5786 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5787
5788 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5789 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5790
5791 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5792
5793 * gdb.server/abspath.exp: New file.
5794 * lib/gdb.exp (with_cwd): New procedure.
5795
5796 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5797
5798 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5799 use it.
5800 (gdb_is_target_remote_prompt): New proc.
5801 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5802 (gdb_is_target_native): Pass prompt parameter to
5803 gdb_is_target_1.
5804
5805 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5806
5807 * gdb.base/load-command.c: New file.
5808 * gdb.base/load-command.exp: New file.
5809 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5810 (gdb_is_target_1): ...this, and generalize for other targets
5811 than just remote.
5812 (gdb_is_target_remote): Use gdb_is_target_1.
5813 (gdb_is_target_native): use gdb_is_target_1.
5814
5815 2018-02-26 Tom Tromey <tom@tromey.com>
5816
5817 PR python/16497:
5818 * gdb.python/py-framefilter.exp: Update test.
5819
5820 2018-02-26 Tom Tromey <tom@tromey.com>
5821
5822 * gdb.dwarf2/variant.c: New file.
5823 * gdb.dwarf2/variant.exp: New file.
5824
5825 2018-02-26 Tom Tromey <tom@tromey.com>
5826
5827 * gdb.rust/simple.exp: Accept more possible results in enum test.
5828
5829 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5830
5831 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5832 parentheses.
5833
5834 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5835
5836 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5837 name of a variable: $actual_linejj -> $actual_line.
5838
5839 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5840
5841 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5842
5843 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5844
5845 * gdb.btrace/buffer-size.exp: Do not force BTS.
5846
5847 2018-02-14 Pedro Alves <palves@redhat.com>
5848
5849 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5850 getting a "Quit".
5851
5852 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5853
5854 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5855 Fix test name.
5856
5857 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5858
5859 * gdb.cp/m-static.exp: Check type of optimized out static
5860 member.
5861
5862 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5863
5864 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5865 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5866
5867 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5868 Leszek Swirski <leszeks@google.com>
5869
5870 * gdb.python/py-prettyprint.c
5871 (struct to_string_returns_value_inner,
5872 struct to_string_returns_value_wrapper): New.
5873 (main): Add tsrvw variable.
5874 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5875 ToStringReturnsValueWrapper): New classes.
5876 (register_pretty_printers): Register new pretty-printers.
5877 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5878 recursive pretty printer.
5879 * gdb.python/py-mi.exp: Likewise.
5880
5881 2018-02-01 Leszek Swirski <leszeks@google.com>
5882
5883 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5884 functions with the same name as an include file are parsed
5885 correctly.
5886
5887 2018-02-01 Yao Qi <yao.qi@linaro.org>
5888
5889 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5890 "\[^\r\n\]*".
5891
5892 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5893
5894 * gdb.arch/powerpc-prologue-frame.s: New file.
5895 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5896 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5897
5898 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5899
5900 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5901
5902 2018-01-30 Pedro Alves <palves@redhat.com>
5903
5904 PR gdb/13211
5905 * gdb.base/interrupt-daemon.c: New.
5906 * gdb.base/interrupt-daemon.exp: New.
5907 * gdb.multi/multi-term-settings.c: New.
5908 * gdb.multi/multi-term-settings.exp: New.
5909
5910 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5911
5912 * gdb.base/break.exp: Save the location where the breakpoint
5913 on break.c:47 was actually inserted when debugging the version
5914 compiled at -O2 and use it in the expected output of the "info
5915 break" test performed soon after.
5916
5917 2018-01-22 Pedro Alves <palves@redhat.com>
5918 Sergio Durigan Junior <sergiodj@redhat.com>
5919
5920 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5921 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5922
5923 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5924
5925 * gdb.base/break-include.c, gdb.base/break-include.inc,
5926 gdb.base/break-include.exp: New files.
5927 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5928 line number now being the actual line number where the breakpoint
5929 was inserted.
5930 * gdb.mi/mi-break.exp: Likewise.
5931 * gdb.mi/mi-reverse.exp: Likewise.
5932 * gdb.mi/mi-simplerun.exp: Ditto.
5933
5934 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5935
5936 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5937 varobj.
5938 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5939
5940 2018-01-21 Don Breazeal <donb@codesourcery.com>
5941 Andrew Burgess <andrew.burgess@embecosm.com>
5942
5943 * gdb.mi/basics.c: Add new global.
5944 * gdb.mi/mi-frame-regs.exp: New file.
5945 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5946 case.
5947
5948 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5949
5950 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5951 non-parameter, and on an unknown symbol.
5952
5953 2018-01-19 Tom Tromey <tom@tromey.com>
5954
5955 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5956 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5957
5958 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5959
5960 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5961 setrlimit and chdir to int.
5962
5963 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5964
5965 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5966 function.
5967 (my_tend): Likewise.
5968 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5969 rationale of avoiding FP- and vector instructions.
5970
5971 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5972
5973 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5974 "info reg" with "\[ \t\]*".
5975 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5976 "\[ \t\]+".
5977 * gdb.arch/s390-multiarch.exp: Ditto.
5978 * gdb.base/pc-fp.exp: Ditto.
5979 * gdb.reverse/i386-precsave.exp: Ditto.
5980 * gdb.reverse/i386-reverse.exp: Ditto.
5981 * gdb.reverse/i387-env-reverse.exp: Ditto.
5982 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5983
5984 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5985
5986 * lib/gdb.exp (gdb_compile): Re-enable use of
5987 universal_compile_options for languages other than Rust.
5988
5989 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5990
5991 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5992
5993 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5994
5995 PR gdb/16577
5996 * gdb.base/solib-vanish.exp: New.
5997 * gdb.base/solib-vanish-main.c: New.
5998 * gdb.base/solib-vanish-lib1.c: New.
5999 * gdb.base/solib-vanish-lib2.c: New.
6000
6001 2018-01-17 Yao Qi <yao.qi@linaro.org>
6002
6003 * gdb.compile/compile.exp: Match the address printed for
6004 frame in the output of command "bt".
6005
6006 2018-01-15 Tom Tromey <tom@tromey.com>
6007
6008 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6009 compute sp_reg.
6010
6011 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6012
6013 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6014 to prepare.
6015 (prepare): Return 0 on error, 1 on success.
6016
6017 2018-01-12 Pedro Alves <palves@redhat.com>
6018
6019 * gdb.base/continue-after-aborted-step-over.c: New.
6020 * gdb.base/continue-after-aborted-step-over.exp: New.
6021
6022 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6023
6024 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6025 options when not creating an executable.
6026
6027 2018-01-11 Pedro Alves <palves@redhat.com>
6028
6029 PR remote/22597
6030 * gdb.server/stop-reply-no-thread.c: New file.
6031 * gdb.server/stop-reply-no-thread.exp: New file.
6032
6033 2018-01-10 Pedro Alves <palves@redhat.com>
6034
6035 PR gdb/22670
6036 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6037 functions too. Test setting breakpoints and printing C functions
6038 with no debug info too.
6039 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6040
6041 2018-01-10 Pedro Alves <palves@redhat.com>
6042
6043 PR gdb/22670
6044 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6045 a fail.
6046
6047 2018-01-10 Pedro Alves <palves@redhat.com>
6048
6049 PR gdb/22670
6050 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6051
6052 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6053
6054 * gdb.server/unittest.exp: Match the output in non-development
6055 mode.
6056
6057 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6058
6059 * gdb.gdb/unittest.exp: Match output in non-development mode.
6060
6061 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6062
6063 * gdb.ada/access_tagged_param.exp: Relax expected output
6064 for value of "ObjL" in "continue" to pck.inspect breakpoint
6065 test.
6066
6067 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6068
6069 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6070 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6071
6072 2018-01-05 Pedro Alves <palves@redhat.com>
6073
6074 PR gdb/18653
6075 * gdb.base/libsegfault.exp: New.
6076
6077 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6078
6079 PR gdb/22670
6080 * gdb.ada/access_tagged_param.exp: New file.
6081 * gdb.ada/access_tagged_param/foo.adb: New file.
6082
6083 2018-01-05 Pedro Alves <palves@redhat.com>
6084
6085 PR gdb/22670
6086 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6087 exercise lower case too, and to exercise both full matching and
6088 wild matching.
6089
6090 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6091
6092 * gdb.ada/rename_subscript_param: New testcase.
6093
6094 2018-01-05 Jerome Guitton <guitton@adacore.com>
6095
6096 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6097
6098 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6099
6100 * gdb.ada/convvar_comp: New testcase.
6101
6102 2018-01-05 Xavier Roirand <roirand@adacore.com>
6103
6104 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6105 (My_Table): New global variable.
6106 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6107
6108 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6109
6110 PR gdb/22670
6111 * gdb.ada/maint_with_ada: New testcase.
6112
6113 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6114
6115 PR gdb/22670
6116 * gdb.ada/bp_c_mixed_case: New testcase.
6117
6118 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6119
6120 PR gdb/22670
6121 * gdb.ada/complete.exp: Add "complete break ada" test.
6122
6123 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6124
6125 PR gdb/22670
6126 * gdb.ada/info_addr_mixed_case: New testcase.
6127
6128 2018-01-03 Xavier Roirand <roirand@adacore.com>
6129
6130 * gdb.ada/excep_handle.exp: New testcase.
6131 * gdb.ada/excep_handle/foo.adb: New file.
6132 * gdb.ada/excep_handle/pck.ads: New file.
6133
6134 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6135
6136 * gdb.base/step-line.c: Add extra empty line in copyright header.
6137 * gdb.base/step-line.inp: Likewise.
6138
6139 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6140
6141 * gdb.ada/dyn_stride.exp: Add slice test.
6142
6143 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6144
6145 * gdb.ada/dyn_stride: New testcase.
6146
6147 2017-12-27 Stafford Horne <shorne@gmail.com>
6148
6149 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6150 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6151
6152 2017-12-27 Stafford Horne <shorne@gmail.com>
6153
6154 * gdb.base/reggroups.c: New file.
6155 * gdb.base/reggroups.exp: New file.
6156
6157 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6158
6159 * gdb.dwarf2/ada-valprint-error.c: New file.
6160 * gdb.dwarf2/ada-valprint-error.exp: New file.
6161
6162 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6163
6164 * gdb.ada/assign_arr: New testcase.
6165
6166 2017-12-18 Xavier Roirand <roirand@adacore.com>
6167
6168 * gdb.ada/funcall_ptr: New testcase.
6169
6170 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6171
6172 PR cli/16224
6173 * gdb.base/ptype-offsets.cc: New file.
6174 * gdb.base/ptype-offsets.exp: New file.
6175
6176 2017-12-15 Yao Qi <yao.qi@linaro.org>
6177
6178 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6179 if XML is disabled.
6180
6181 2017-12-15 Xavier Roirand <roirand@adacore.com>
6182
6183 * gdb.ada/same_component_name: New testcase.
6184
6185 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6186
6187 * gdb.ada/str_binop_equal: New testcase.
6188
6189 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6190
6191 * gdb.ada/task_switch_in_core: New testcase.
6192
6193 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6194
6195 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6196 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6197 call test_bkpt_qualified.
6198 (test_bkpt_qualified): New proc.
6199
6200 2017-12-13 Pedro Alves <palves@redhat.com>
6201
6202 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6203 Tighten regexp by matching with an anchor.
6204
6205 2017-12-13 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6208 ("expression with namespace"): New set of tests.
6209 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6210 (Nested::Test_NS::qux): New.
6211 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6212 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6213
6214 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6215
6216 * gdb.base/server-del-break.c: New file.
6217 * gdb.base/server-del-break.exp: New file.
6218
6219 2017-12-12 Stafford Horne <shorne@gmail.com>
6220
6221 * gdb.xml/tdesc-regs.exp: Add or1k support.
6222
6223 2017-12-12 Stafford Horne <shorne@gmail.com>
6224
6225 * gdb.base/bp-permanent.c: Define nop of or1k.
6226
6227 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6228
6229 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6230 output with components being reordered.
6231
6232 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6233
6234 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6235 output with components being reordered.
6236
6237 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6238 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.base/maint.exp (check for .gdb_index): Check also for
6241 .debug_names.
6242 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6243 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6244 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6245 (.gdb_index used after symbol reloading): Support also .debug_names.
6246 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6247
6248 2017-12-08 Yao Qi <yao.qi@linaro.org>
6249
6250 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6251 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6252
6253 2017-12-08 Yao Qi <yao.qi@linaro.org>
6254
6255 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6256 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6257
6258 2017-12-08 Yao Qi <yao.qi@linaro.org>
6259
6260 * gdb.arch/aarch64-tagged-pointer.c: New file.
6261 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6262
6263 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6264
6265 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6266 "int".
6267
6268 2017-12-07 Keith Seitz <keiths@redhat.com>
6269
6270 PR breakpoints/22569
6271 * gdb.linespec/ls-errs.exp: Change expected result of "break
6272 -source this file has spaces.c -line 3".
6273 Check that an explicit source file followed by whitespace is
6274 identified as an invalid explicit location.
6275
6276 2017-12-07 Keith Seitz <keiths@redhat.com>
6277
6278 * gdb.cp/nested-types.cc: New file.
6279 * gdb.cp/nested-types.exp: New file.
6280 * lib/cp-support.exp: Load data-structures.exp library.
6281 (debug_cp_test_ptype_class): New global.
6282 (cp_ptype_class_verbose, next_line): New procedures.
6283 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6284 Add and document new return value.
6285 Switch the list of lines to a queue.
6286 Add support for new `type' key for nested type definitions.
6287 Add debugging/troubleshooting messages.
6288 * lib/data-structures.exp: New file.
6289
6290 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6291
6292 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6293 with proc_with_prefix, don't use with_test_prefix.
6294
6295 2017-12-07 Tom Tromey <tom@tromey.com>
6296
6297 * gdb.base/break.exp: Add test for empty "commands".
6298
6299 2017-12-07 Yao Qi <yao.qi@linaro.org>
6300
6301 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6302 malloc and catch syscall.
6303
6304 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6305
6306 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6307 tests for explicit locations.
6308
6309 2017-12-06 Pedro Alves <palves@redhat.com>
6310
6311 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6312 force-disabling XML descriptions.
6313
6314 2017-12-04 Pedro Alves <palves@redhat.com>
6315
6316 PR gdb/22499
6317 * gdb.arch/amd64-disp-step-avx.S: New file.
6318 * gdb.arch/amd64-disp-step-avx.exp: New file.
6319
6320 2017-12-03 Pedro Alves <palves@redhat.com>
6321
6322 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6323 and <string.h>.
6324 (parent_function): Print distinct messages when waitpid fails, or
6325 the child exits with a signal, or the child exits for an unhandled
6326 reason.
6327 * gdb.threads/process-dies-while-detaching.exp
6328 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6329 it. Wait for both inferior output and GDB's prompt. Use an
6330 indirect spawn id list.
6331 (do_detach): New parameter 'child_exit'. Use it to compute
6332 expected inferior output.
6333 (test_detach, test_detach_watch, test_detach_killed_outside):
6334 Adjust to pass down the expected child exit kind.
6335
6336 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6337 Sergio Durigan Junior <sergiodj@redhat.com>
6338 Pedro Alves <palves@redhat.com>
6339
6340 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6341
6342 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6343
6344 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6345 to 'symbol-file' and 'add-symbol-file' can be
6346 position-independent.
6347
6348 2017-12-01 Yao Qi <yao.qi@linaro.org>
6349
6350 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6351 the URL in copyright header.
6352 * gdb.arch/aarch64-fp.exp: Likewise.
6353 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6354 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6355 * gdb.base/expand-psymtabs.exp: Likewise.
6356 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6357 * gdb.fortran/common-block.exp: Likewise.
6358 * gdb.fortran/common-block.f90: Likewise.
6359 * gdb.fortran/logical.exp: Likewise.
6360 * gdb.fortran/vla-datatypes.f90: Likewise.
6361 * gdb.fortran/vla-sub.f90: Likewise.
6362
6363 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6364
6365 * gdb.ada/repeat_dyn: New testcase.
6366
6367 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6368
6369 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6370 Update for changed thread numbering.
6371 * gdb.cell/bt.exp: Update for changed GDB output.
6372
6373 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6374
6375 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6376 setting isremote by hand.
6377 * boards/dwarf4-gdb-index.exp: Likewise.
6378 * boards/fission.exp: Likewise.
6379 * boards/stabs.exp: Likewise.
6380
6381 2017-11-30 Pedro Alves <palves@redhat.com>
6382
6383 * gdb.linespec/cpls-ops.exp
6384 (check_explicit_skips_function_argument): Extract the underlying
6385 type of size_t instead of hardcoding it.
6386
6387 2017-11-29 Pedro Alves <palves@redhat.com>
6388
6389 PR c++/19436
6390 * gdb.linespec/cpls-abi-tag.cc: New file.
6391 * gdb.linespec/cpls-abi-tag.exp: New file.
6392
6393 2017-11-29 Pedro Alves <palves@redhat.com>
6394
6395 * gdb.base/langs.exp: Use -qualified.
6396 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6397 it.
6398 * gdb.cp/namespace.exp: Use -qualified.
6399 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6400 (overload-3, template-overload, template-ret-type, const-overload)
6401 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6402 procedures.
6403 (test_driver): Call them.
6404 * gdb.cp/save-bp-qualified.cc: New.
6405 * gdb.cp/save-bp-qualified.exp: New.
6406 * gdb.linespec/explicit.exp: Test -qualified.
6407 * lib/completion-support.exp (completion::explicit_opts_list): Add
6408 "-qualified".
6409 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6410
6411 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6412
6413 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6414
6415 2017-11-29 Tom Tromey <tom@tromey.com>
6416
6417 * gdb.base/relocate.exp: Update invalid argument test.
6418 Add new tests for invalid arguments.
6419
6420 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6421
6422 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6423 Return 0 as a long.
6424 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6425
6426 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6427
6428 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6429 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6430 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6431 func ().
6432 * gdb.cp/shadow.cc (B.func): Return 0.
6433
6434 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6435
6436 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6437 expected output in gdb_expect call to allow the exception
6438 message to be present as well. Fix syntax confusion to avoid
6439 TCL thinking that exception_name is an array.
6440
6441 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6442
6443 * gdb.arch/spu-info.c: Include <unistd.h>.
6444 (do_signal_test): Fix broken calls to write.
6445 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6446 Fix checks for empty mailboxes. Update signal tests for corrected
6447 do_signal_test routine. Allow nonzero event status.
6448 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6449 * gdb.cell/arch.exp: Use standard_output_file.
6450 * gdb.cell/break.exp: Likewise.
6451 * gdb.cell/bt.exp: Likewise.
6452 * gdb.cell/core.exp: Likewise.
6453 * gdb.cell/dwarfaddr.exp: Likewise.
6454 * gdb.cell/ea-cache.exp: Likewise.
6455 * gdb.cell/ea-standalone.exp: Likewise.
6456 * gdb.cell/f-regs.exp: Likewise.
6457 * gdb.cell/fork.exp: Likewise.
6458 * gdb.cell/gcore.exp: Likewise.
6459 * gdb.cell/mem-access.exp: Likewise.
6460 * gdb.cell/ptype.exp: Likewise.
6461 * gdb.cell/registers.exp: Likewise.
6462 * gdb.cell/sizeof.exp: Likewise.
6463 * gdb.cell/solib-symbol.exp: Likewise.
6464 * gdb.cell/solib.exp: Likewise.
6465
6466 2017-11-25 Pedro Alves <palves@redhat.com>
6467
6468 * gdb.base/complete-empty.exp: New file.
6469 * gdb.base/completion.exp: Adjust.
6470
6471 2017-11-25 Pedro Alves <palves@redhat.com>
6472
6473 * gdb.linespec/cpls-ops.cc: New file.
6474 * gdb.linespec/cpls-ops.exp: New file.
6475 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6476 factored out from ...
6477 (test_complete_prefix_range): ... this.
6478
6479 2017-11-24 Pedro Alves <palves@redhat.com>
6480
6481 * gdb.linespec/cpcompletion.exp: New file.
6482 * gdb.linespec/cpls-hyphen.cc: New file.
6483 * gdb.linespec/cpls.cc: New file.
6484 * gdb.linespec/cpls2.cc: New file.
6485 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6486 test to use test_gdb_complete_unique. Add label completion,
6487 keyword completion and explicit location completion tests.
6488 * lib/completion-support.exp: New file.
6489
6490 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6491
6492 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6493 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6494 when hitting an exception catchpoint.
6495
6496 2017-11-22 Yao Qi <yao.qi@linaro.org>
6497
6498 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6499
6500 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6501
6502 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6503 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6504 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6505
6506 2017-11-22 Yao Qi <yao.qi@linaro.org>
6507
6508 * gdb.base/info-os.exp: Pass pthreads.
6509 * gdb.multi/multi-attach.exp: Likewise.
6510
6511 2017-11-22 Yao Qi <yao.qi@linaro.org>
6512
6513 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6514 compiler.
6515
6516 2017-11-22 Yao Qi <yao.qi@linaro.org>
6517
6518 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6519 * gdb.base/break-interp.exp: Likewise.
6520 * gdb.base/jit-attach-pie.exp: Likewise.
6521
6522 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6523
6524 * gdb.base/float128.c (large128): New variable.
6525 * gdb.base/float128.exp: Add test to print largest __float128 value.
6526
6527 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6528
6529 * gdb.arch/vsx-regs.exp: Update register content checks.
6530
6531 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6532
6533 * gdb.arch/ppc-longdouble.exp: New file.
6534 * gdb.arch/ppc-longdouble.c: Likewise.
6535
6536 2017-11-21 Pedro Alves <palves@redhat.com>
6537
6538 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6539
6540 2017-11-20 Pedro Alves <palves@redhat.com>
6541
6542 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6543 (long_double_typedef): New typedefs.
6544 Use DEF on double and long double.
6545 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6546 cases.
6547 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6548 and 'long_double_ptr_same_size' locals. Use them to decide
6549 whether cast from array/function to float is valid/invalid.
6550
6551 2017-11-17 Tom Tromey <tom@tromey.com>
6552
6553 * gdb.rust/traits.rs: New file.
6554 * gdb.rust/traits.exp: New file.
6555
6556 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6557
6558 * gdb.ada/minsyms: New testcase.
6559
6560 2017-11-16 Pedro Alves <palves@redhat.com>
6561
6562 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6563 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6564
6565 2017-11-16 Pedro Alves <palves@redhat.com>
6566
6567 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6568 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6569
6570 2017-11-16 Pedro Alves <palves@redhat.com>
6571
6572 * gdb.server/reconnect-ctrl-c.c: New file.
6573 * gdb.server/reconnect-ctrl-c.exp: New file.
6574
6575 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6576
6577 * gdb.python/py-rbreak.exp: New file.
6578 * gdb.python/py-rbreak.c: New file.
6579 * gdb.python/py-rbreak-func2.c: New file.
6580
6581 2017-11-16 Pedro Alves <palves@redhat.com>
6582
6583 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6584 pattern.
6585 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6586 GDB.
6587
6588 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6589
6590 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6591 regex.
6592
6593 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6594
6595 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6596 test names.
6597
6598 2017-11-09 Pedro Alves <palves@redhat.com>
6599
6600 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6601 factored out from ...
6602 (top level): ... here, and adjusted to avoid expecting beyond the
6603 prompt in a single gdb_test_multiple.
6604
6605 2017-11-09 Pedro Alves <palves@redhat.com>
6606
6607 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6608 output.
6609 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6610 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6611 * gdb.server/ext-run.exp ("kill" test): Likewise.
6612 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6613
6614 2017-11-09 Pedro Alves <palves@redhat.com>
6615
6616 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6617 match till end of line.
6618
6619 2017-11-09 Pedro Alves <palves@redhat.com>
6620
6621 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6622
6623 2017-11-09 Pedro Alves <palves@redhat.com>
6624
6625 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6626 New procedures, factored out from ...
6627 (top level): ... here, and adjusted to avoid expecting beyond the
6628 prompt in one go.
6629
6630 2017-11-09 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6633 output. Fix '?' match.
6634
6635 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6636
6637 * gdb.ada/scoped_watch: New testcase.
6638 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6639 which is actually correct.
6640 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6641 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6642
6643 2017-11-08 Pedro Alves <palves@redhat.com>
6644
6645 * gdb.gdb/complaints.exp (test_initial_complaints)
6646 (test_serial_complaints, test_short_complaints): Call
6647 complaint_internal instead of complaint.
6648
6649 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6650
6651 * gdb.threads/tls-core.c: New file.
6652 * gdb.threads/tls-core.exp: Likewise.
6653
6654 2017-11-08 Pedro Alves <palves@redhat.com>
6655
6656 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6657 (p Exported_Capitalized): New test.
6658 (p exported_capitalized): New test.
6659
6660 2017-11-07 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6663
6664 2017-11-07 Pedro Alves <palves@redhat.com>
6665
6666 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6667 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6668 (disable_invalid, disable_inverted, disable_negative): New
6669 procedures.
6670 ("bad numbers"): New set of tests.
6671
6672 2017-11-07 Pedro Alves <palves@redhat.com>
6673
6674 * gdb.cp/ena-dis-br-range.exp: Add tests.
6675
6676 2017-11-07 Pedro Alves <palves@redhat.com>
6677
6678 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6679
6680 2017-11-07 Xavier Roirand <roirand@adacore.com>
6681 Pedro Alves <palves@redhat.com>
6682
6683 * gdb.base/ena-dis-br.exp: Add reference to
6684 gdb.cp/ena-dis-br-range.exp.
6685 * gdb.cp/ena-dis-br-range.exp: New file.
6686 * gdb.cp/ena-dis-br-range.cc: New file.
6687
6688 2017-11-06 Pedro Alves <palves@redhat.com>
6689
6690 * gdb.base/attach-non-pgrp-leader.c: New.
6691 * gdb.base/attach-non-pgrp-leader.exp: New.
6692
6693 2017-11-06 Pedro Alves <palves@redhat.com>
6694
6695 * configure.ac: No longer check for termio.h and sgtty.h.
6696 * configure: Regenerate.
6697 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6698 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6699 Remove termio and sgtty code.
6700
6701 2017-11-03 Yao Qi <yao.qi@linaro.org>
6702
6703 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6704 in GDB is disabled.
6705
6706 2017-11-03 Yao Qi <yao.qi@linaro.org>
6707
6708 * gdb.python/py-thrhandle.exp: Skip it if python is not
6709 enabled.
6710
6711 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6712
6713 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6714 as a breakpoint command.
6715
6716 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6717
6718 PR python/21213
6719 * gdb.python/py-infthread.exp: Test calling
6720 InferiorThread.inferior () multiple times in a row.
6721
6722 2017-10-27 Keith Seitz <keiths@redhat.com>
6723
6724 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6725 Test "info break" for every inlined function breakpoint.
6726
6727 2017-10-27 Yao Qi <yao.qi@linaro.org>
6728
6729 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6730
6731 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6732
6733 * gdb.cp/classes.exp (test_static_members): Test printing
6734 Outer::instance.
6735 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6736 (Inner::instance, Outer::instance): New.
6737
6738 2017-10-24 Pedro Alves <palves@redhat.com>
6739
6740 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6741 extra console" test in two stages.
6742
6743 2017-10-24 Pedro Alves <palves@redhat.com>
6744
6745 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6746
6747 2017-10-24 Pedro Alves <palves@redhat.com>
6748
6749 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6750 loop.
6751
6752 2017-10-24 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6755 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6756
6757 2017-10-24 Pedro Alves <palves@redhat.com>
6758
6759 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6760 parameter and handle it. Don't output read value in test name.
6761
6762 2017-10-24 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6765 custom test name.
6766
6767 2017-10-24 Pedro Alves <palves@redhat.com>
6768
6769 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6770 include the unstable output directory name in the test's name.
6771 (initial_setup_simple) <'set args'>: Use custom test name.
6772
6773 2017-10-24 Pedro Alves <palves@redhat.com>
6774
6775 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6776 with explicit test name.
6777
6778 2017-10-20 Pedro Alves <palves@redhat.com>
6779
6780 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6781 'wait -i'. Use gdb_assert and remote_close.
6782
6783 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6784
6785 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6786 number from variable rather than hard-coded.
6787
6788 2017-10-19 Pedro Alves <palves@redhat.com>
6789
6790 * gdb.base/long-inferior-output.c: New file.
6791 * gdb.base/long-inferior-output.exp: New file.
6792
6793 2017-11-18 Keith Seitz <keiths@redhat.com>
6794
6795 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6796 method.
6797 (main): Call it.
6798 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6799 Add additional user-defined conversion operator tests.
6800
6801 2017-10-17 Pedro Alves <palves@redhat.com>
6802
6803 * boards/native-stdio-gdbserver.exp: Load "local-board".
6804
6805 2017-10-17 Pedro Alves <palves@redhat.com>
6806
6807 * gdb.base/quit-live.c: New file.
6808 * gdb.base/quit-live.exp: New file.
6809
6810 2017-10-16 Keith Seitz <keiths@redhat.com>
6811
6812 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6813 (class_with_protected_typedef, class_with_private_typedef)
6814 (struct_with_public_typedef, struct_with_protected_typedef)
6815 (struct_with_private_typedef): New classes/structs.
6816 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6817 typedefs and access specifiers.
6818
6819 2017-10-16 Pedro Alves <palves@redhat.com>
6820 Simon Marchi <simon.marchi@polymtl.ca>
6821
6822 * README (Local vs Remote vs Native): New section.
6823 * boards/local-board.exp: New file, with bits factored out from
6824 ...
6825 * boards/native-extended-gdbserver.exp: ... here. Load
6826 "local-board".
6827 * boards/native-gdbserver.exp: Load "local-board".
6828 (${board}_spawn, ${board}_exec): Delete.
6829 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6830 ...
6831 * boards/stdio-gdbserver-base.exp: ... this new file.
6832 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6833 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6834 procedure.
6835 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6836 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6837 stdio_gdbserver_command.
6838 (${board}_get_remote_address, ${board}_get_comm_port)
6839 (${board}_download, ${board}_upload): Delete.
6840 (get_target_remote_pipe_cmd): New.
6841
6842 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6843
6844 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6845 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6846 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6847 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6848 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6849 remove with_test_prefix.
6850
6851 2017-10-13 Pedro Alves <palves@redhat.com>
6852
6853 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6854 * gdb.base/annota1.exp: Use it instead of is_remote.
6855 * gdb.base/annota3.exp: Use it instead of is_remote.
6856 * gdb.cp/annota2.exp: Use it instead of is_remote.
6857 * gdb.cp/annota3.exp: Use it instead of is_remote.
6858 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6859
6860 2017-10-13 Pedro Alves <palves@redhat.com>
6861
6862 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6863 (test_num_test_vars, run_and_count_vars, find_env)
6864 (test_set_unset_env, test_inherit_env_var): New procedures.
6865 (top level): Use them.
6866
6867 2017-10-13 Pedro Alves <palves@redhat.com>
6868
6869 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6870 also skip on stub-like targets.
6871
6872 2017-10-13 Pedro Alves <palves@redhat.com>
6873
6874 PR gdb/22293
6875 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6876 (top level): Move some tests to ...
6877 (test_not_found): ... this new procedure.
6878 (top level): Call it.
6879
6880 2017-10-13 Pedro Alves <palves@redhat.com>
6881
6882 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6883 expect different "info terminal" output if testing with a
6884 non-native target.
6885
6886 2017-10-13 Pedro Alves <palves@redhat.com>
6887 Simon Marchi <simon.marchi@polymtl.ca>
6888
6889 PR python/12966
6890 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6891
6892 2017-10-13 Pedro Alves <palves@redhat.com>
6893
6894 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6895 already.
6896
6897 2017-10-13 Pedro Alves <palves@redhat.com>
6898
6899 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6900 is_remote.
6901
6902 2017-10-13 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6905 is_remote.
6906
6907 2017-10-13 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6910 is set.
6911 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6912 instead of is_remote.
6913
6914 2017-10-13 Pedro Alves <palves@redhat.com>
6915
6916 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6917 (top level): Add comment.
6918
6919 2017-10-13 Pedro Alves <palves@redhat.com>
6920
6921 * gdb.base/remote.exp (top level): Fix comment typo and add
6922 missing return.
6923
6924 2017-10-13 Pedro Alves <palves@redhat.com>
6925 Simon Marchi <simon.marchi@polymtl.ca>
6926
6927 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6928 calls and add comments. Skip test if use_gdb_stub is set.
6929 (top level): Use "set cwd" command instead of "cd" command.
6930
6931 2017-10-13 Pedro Alves <palves@redhat.com>
6932
6933 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6934 is_remote target check.
6935
6936 2017-10-13 Pedro Alves <palves@redhat.com>
6937
6938 * gdb.base/scope.exp: Use build_executable + clean_restart +
6939 gdb_file_cmd instead of prepare_for_testing and no longer skip
6940 "before run" tests on is_remote target boards. Update comments.
6941 * boards/native-extended-gdbserver.exp
6942 (extended_gdbserver_load_last_file): New, factored out from ...
6943 (gdb_load): ... this. Move further below and add comment.
6944 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6945
6946 2017-10-12 Pedro Alves <palves@redhat.com>
6947
6948 * gdb.base/attach.exp: Remove references to gdb64.
6949 * gdb.base/dbx.exp: Remove references to gdb64.
6950
6951 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6952 Pedro Alves <palves@redhat.com>
6953
6954 * gdb.base/label.exp: Remove is_remote target check.
6955
6956 2017-10-12 Pedro Alves <palves@redhat.com>
6957
6958 * gdb.base/auvx.exp (coredir): Update comment.
6959 (top level) <core_works>: Use "set cwd" command instead of "cd"
6960 command.
6961
6962 2017-10-12 Pedro Alves <palves@redhat.com>
6963 Simon Marchi <simon.marchi@polymtl.ca>
6964
6965 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6966 target boards.
6967
6968 2017-10-12 Pedro Alves <palves@redhat.com>
6969 Simon Marchi <simon.marchi@polymtl.ca>
6970
6971 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6972 Instead skip if there's any gdb_protocol set.
6973
6974 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6975 Pedro Alves <palves@redhat.com>
6976
6977 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6978
6979 2017-10-12 Pedro Alves <palves@redhat.com>
6980 Simon Marchi <simon.marchi@polymtl.ca>
6981
6982 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6983 instead of on dejagnu remote boards.
6984
6985 2017-10-12 Pedro Alves <palves@redhat.com>
6986 Simon Marchi <simon.marchi@polymtl.ca>
6987
6988 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6989 checks. Use build_executable + clean_restart instead of
6990 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6991 of enabling non-stop after starting gdb.
6992
6993 2017-10-12 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6996 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6997 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6998 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6999
7000 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7001
7002 * gdb.arch/arc-tdesc-cpu.exp: New file.
7003 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7004
7005 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7006
7007 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7008
7009 2017-10-10 Pedro Alves <palves@redhat.com>
7010
7011 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7012 expect CLI output.
7013
7014 2017-10-10 Pedro Alves <palves@redhat.com>
7015
7016 * lib/selftest-support.exp (selftest_setup): Update for
7017 captured_command_loop's prototype change.
7018
7019 2017-10-09 Pedro Alves <palves@redhat.com>
7020
7021 Test both arch1=>arch2 and arch2=>arch1.
7022
7023 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7024 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7025 factored out to...
7026 (append_arch1_options, append_arch2_options, append_arch_options)
7027 (build_executables): New procedures.
7028 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7029 local.
7030 (top level): Add new 'first_arch' testing axis.
7031
7032 2017-10-09 Pedro Alves <palves@redhat.com>
7033
7034 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7035 (barrier): New.
7036 (thread_start, all_started): New functions.
7037 (main): Spawn new thread and wait until it is scheduled.
7038 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7039 option.
7040 (do_test): Add 'selected_thread' parameter. Run to all_started
7041 instead of main. Explicitly set the breakpoint at main. Switch
7042 to the SELECTED_THREAD thread.
7043 (top level): Test handling the exec event with either the main
7044 thread or the second thread selected.
7045
7046 2017-10-09 Pedro Alves <palves@redhat.com>
7047
7048 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7049 logic. Move STOP marker after the value checks.
7050 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7051 regexp.
7052
7053 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7054
7055 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7056
7057 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7058
7059 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7060 integer-to-dfp conversion.
7061 * gdb.base/dfp-test.exp: Likewise.
7062
7063 2017-10-04 Pedro Alves <palves@redhat.com>
7064
7065 * gdb.multi/hangout.c: Include <unistd.h>.
7066 (hangout_loop): New function.
7067 (main): Call alarm. Call hangout_loop in a loop.
7068 * gdb.multi/hello.c: Include <unistd.h>.
7069 (hello_loop): New function.
7070 (main): Call alarm. Call hangout_loop in a loop.
7071 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7072 inferior with the other selected.
7073
7074 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7075
7076 * gdb.mi/list-thread-groups-available.exp: New file.
7077 * gdb.mi/list-thread-groups-available.c: New file.
7078
7079 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7080
7081 * gdb.base/set-cwd.exp: Make it available on
7082 native-extended-gdbserver.
7083
7084 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7085
7086 * gdb.base/set-cwd.c: New file.
7087 * gdb.base/set-cwd.exp: Likewise.
7088
7089 2017-10-02 Tom Tromey <tom@tromey.com>
7090
7091 PR rust/22236:
7092 * gdb.rust/simple.rs (main): New variable "fslice".
7093 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7094
7095 2017-10-02 Tom Tromey <tom@tromey.com>
7096
7097 * gdb.rust/simple.exp: Test ptype of a slice.
7098
7099 2017-10-02 Tom Tromey <tom@tromey.com>
7100
7101 * gdb.rust/simple.exp: Test index of slice.
7102
7103 2017-09-27 Tom Tromey <tom@tromey.com>
7104
7105 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7106
7107 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7108 Pedro Alves <palves@redhat.com>
7109
7110 * gdb.base/compare-sections.exp (get value of read-only section): Read
7111 as unsigned value.
7112 (corrupt read-only section): Likewise and don't set written if patching
7113 failed.
7114
7115 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7116
7117 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7118 files.
7119
7120 2017-09-20 Pedro Alves <palves@redhat.com>
7121
7122 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7123 symbol names in gdb's output.
7124 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7125
7126 2017-09-20 Pedro Alves <palves@redhat.com>
7127
7128 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7129 Rename to ...
7130 (test_list_ambiguous_symbol): ... this and add a symbol name
7131 parameter. Adjust.
7132 (test_list_ambiguous_function): Reimplement on top of
7133 test_list_ambiguous_symbol and also test listing ambiguous
7134 variables.
7135 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7136 (ambiguous_fun): ... this.
7137 (ambiguous_var): New.
7138 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7139 (ambiguous_fun): ... this.
7140 (ambiguous_var): New.
7141
7142 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7143
7144 * gdb.base/starti.c: New file.
7145 * gdb.base/starti.exp: New file.
7146 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7147
7148 2017-09-14 Pedro Alves <palves@redhat.com>
7149
7150 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7151 (top level): Use it instead of runto.
7152
7153 2017-09-11 Tom Tromey <tom@tromey.com>
7154
7155 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7156
7157 2017-09-11 Tom Tromey <tom@tromey.com>
7158
7159 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7160 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7161
7162 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7163
7164 * gdb.fortran/printing-types.exp: New file.
7165 * gdb.fortran/printing-types.exp: New file.
7166
7167 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7168
7169 * gdb.fortran/vla-ptype.exp: Fix typos.
7170 * gdb.fortran/vla-value.exp: Same.
7171
7172 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7173
7174 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7175 * gdb.mi/mi-var-child-f.exp: Likewise.
7176 * gdb.mi/mi-vla-fortran.exp: Likewise.
7177
7178 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7179 Christoph Weinmann <christoph.t.weinmann@intel.com>
7180 Bernhard Heckel <bernhard.heckel@intel.com>
7181
7182 * gdb.fortran/ptr-indentation.f90: New file.
7183 * gdb.fortran/ptr-indentation.exp: New file.
7184
7185 2017-09-05 Tom Tromey <tom@tromey.com>
7186
7187 PR gdb/22010:
7188 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7189
7190 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7191
7192 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7193
7194 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7195
7196 * gdb.threads/tls-nodebug-pie.c: New file.
7197 * gdb.threads/tls-nodebug-pie.exp: New file.
7198
7199 2017-09-05 Tom Tromey <tom@tromey.com>
7200
7201 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7202 for rust.
7203
7204 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7205
7206 * gdb.multi/multi-arch-exec.exp: Test with different
7207 "follow-exec-mode" settings.
7208 (do_test): New procedure.
7209
7210 2017-09-04 Pedro Alves <palves@redhat.com>
7211
7212 * gdb.base/func-static.c (S::method const, S::method volatile)
7213 (S::method volatile const): New methods.
7214 (c_s, v_s, cv_s): New instances.
7215 (main): Call method() on them.
7216 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7217 (cannot_resolve): New procedure.
7218 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7219 print-quote-unquoted columns.
7220 (do_test): Test printing each scope too.
7221
7222 2017-09-04 Pedro Alves <palves@redhat.com>
7223
7224 * gdb.base/local-static.exp: Also test with
7225 class::method::variable wholly quoted.
7226 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7227
7228 2017-09-04 Pedro Alves <palves@redhat.com>
7229
7230 * gdb.base/local-static.c: New.
7231 * gdb.base/local-static.cc: New.
7232 * gdb.base/local-static.exp: New.
7233
7234 2017-09-04 Pedro Alves <palves@redhat.com>
7235
7236 * gdb.asm/asm-source.exp: Add casts to int.
7237 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7238 (dataglobal64_1, dataglobal64_2): New globals.
7239 * gdb.base/nodebug.exp: Test different expressions involving the
7240 new globals, with print, whatis and ptype. Add casts to int.
7241 * gdb.base/solib-display.exp: Add casts to int.
7242 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7243 * gdb.cp/m-static.exp: Add cast to int.
7244 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7245 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7246 tls variable with no debug info without a cast. Test with a cast
7247 to int too.
7248 * gdb.trace/entry-values.exp: Add casts.
7249
7250 2017-09-04 Pedro Alves <palves@redhat.com>
7251
7252 * gdb.base/nodebug.exp: Test that ptype's error about functions
7253 with unknown return type includes the function name too.
7254
7255 2017-09-04 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7258 return type of munmap in infcall.
7259 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7260 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7261 type of ftell in infcall.
7262 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7263 type of getpid in infcall.
7264 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7265 infcall.
7266 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7267 Bail on failure to extract the pid.
7268 * gdb.base/nodebug.c: #include <stdint.h>.
7269 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7270 New functions.
7271 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7272 Change expected output of print/whatis/ptype with functions with
7273 no debug info. Test all supported languages. Call
7274 test_call_promotion.
7275 * gdb.compile/compile.exp: Adjust expected output to expect
7276 warning.
7277 * gdb.threads/siginfo-threads.exp: Likewise.
7278
7279 2017-09-04 Pedro Alves <palves@redhat.com>
7280
7281 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7282 "prototypes". Test calling float functions via prototyped and
7283 unprototyped function pointers.
7284 (perform_all_tests): New parameter "prototypes". Pass it down.
7285 (top level): Pass down "prototypes" parameter to
7286 perform_all_tests.
7287
7288 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7289
7290 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7291 Test with nested loops.
7292
7293 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7294
7295 * gdb.base/commands.exp: Call the new procedures.
7296 (loop_break_test, loop_continue_test): New procedures.
7297
7298 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7299
7300 * gdb.base/commands.exp: Call new procedure.
7301 (define_if_without_arg_test): New procedure.
7302
7303 2017-09-04 Pedro Alves <palves@redhat.com>
7304
7305 * gdb.base/list-ambiguous.exp: New file.
7306 * gdb.base/list-ambiguous0.c: New file.
7307 * gdb.base/list-ambiguous1.c: New file.
7308 * gdb.base/list.exp (test_list_range): Adjust expected output.
7309
7310 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7311
7312 * gdb.base/share-env-with-gdbserver.c: New file.
7313 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7314
7315 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7316
7317 * gdb.base/commands.exp (gdbvar_simple_if_test,
7318 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7319 progvar_simple_if_test, progvar_simple_while_test,
7320 progvar_complex_if_while_test, user_defined_command_test,
7321 user_defined_command_args_eval,
7322 user_defined_command_args_stack_test,
7323 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7324 temporary_breakpoint_commands,
7325 gdb_test_no_prompt, redefine_hook_test,
7326 redefine_backtrace_test): Remove "global gdb_prompt".
7327
7328 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7329
7330 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7331 New proc, call it from toplevel.
7332
7333 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7334
7335 PR remote/21852
7336 * gdb.server/normal.c: New file, copied from gdb.base.
7337 * gdb.server/run-without-local-binary.exp: New file.
7338
7339 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7340
7341 * gdb.arch/sparc64-adi.exp: New file.
7342 * gdb.arch/sparc64-adi.c: New file.
7343
7344 2017-08-22 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7347 (top level): Add "list all overloads" tests.
7348
7349 2017-08-22 Tom Tromey <tom@tromey.com>
7350
7351 * gdb.gdb/xfullpath.exp: Remove.
7352
7353 2017-08-21 Pedro Alves <palves@redhat.com>
7354
7355 PR gdb/19487
7356 * gdb.base/symbol-alias.c: New.
7357 * gdb.base/symbol-alias2.c: New.
7358 * gdb.base/symbol-alias.exp: New.
7359
7360 2017-08-21 Pedro Alves <palves@redhat.com>
7361
7362 * gdb.base/dfp-test.c
7363 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7364 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7365 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7366 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7367 * gdb.base/whatis-ptype-typedefs.c: New.
7368 * gdb.base/whatis-ptype-typedefs.exp: New.
7369 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7370 (an_int, an_int_type, an_int_type2): New globals.
7371 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7372 involving typedefs and cast expressions.
7373 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7374 (lookup_typedefs_function): New.
7375 (typedefs_pretty_printers_dict): New.
7376 (top level): Register lookup_typedefs_function in
7377 gdb.pretty_printers.
7378
7379 2017-08-18 Yao Qi <yao.qi@linaro.org>
7380
7381 * gdb.server/unittest.exp: New.
7382
7383 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7384
7385 PR gdb/21954
7386 * gdb.base/environ.exp: Add test to check if 'unset environment'
7387 works.
7388
7389 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7390
7391 * lib/gdb.exp (universal_compile_options): New caching proc.
7392 (gdb_compile): Suppress GCC's coloring of messages.
7393
7394 2017-08-14 Tom Tromey <tom@tromey.com>
7395
7396 PR gdb/21675:
7397 * gdb.base/printcmds.exp (test_radices): New function.
7398 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7399 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7400 * lib/gdb.exp (get_integer_valueof): Use p/d.
7401
7402 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7403
7404 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7405 characters.
7406
7407 2017-08-05 Tom Tromey <tom@tromey.com>
7408
7409 * gdb.rust/simple.exp: Allow String to appear in a different
7410 namespace.
7411
7412 2017-07-26 Yao Qi <yao.qi@linaro.org>
7413
7414 * gdb.gdb/unittest.exp: Invoke command
7415 "maintenance check xml-descriptions".
7416
7417 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7418
7419 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7420 calling context.
7421 (hex128): Drop erroneous calculation of parameters.
7422
7423 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7424
7425 * gdb.python/py-unwind.exp: Disable stack protection when
7426 building test file.
7427
7428 2017-07-20 Pedro Alves <palves@redhat.com>
7429
7430 * gdb.base/default.exp (set language): Adjust expected output.
7431
7432 2017-07-20 Pedro Alves <palves@redhat.com>
7433
7434 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7435 (test_minsym): ... this, and make static.
7436 (get_pck__foo__bar__minsym): Rename to ...
7437 (get_test_minsym): ... this.
7438 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7439 symbol names and comments.
7440 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7441 (get_test_minsym): ... this.
7442 (pck__foo__bar__minsym__2): Rename to ...
7443 (test_minsym): ... this.
7444 (main): Adjust.
7445
7446 2017-07-17 Pedro Alves <palves@redhat.com>
7447
7448 * gdb.base/completion.exp: Adjust expected output.
7449 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7450 the completer works.
7451
7452 2017-07-17 Pedro Alves <palves@redhat.com>
7453
7454 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7455
7456 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7457
7458 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7459
7460 2017-07-14 Tom Tromey <tom@tromey.com>
7461
7462 PR rust/21764:
7463 * gdb.rust/simple.exp: Add tests.
7464
7465 2017-07-14 Tom Tromey <tom@tromey.com>
7466
7467 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7468
7469 2017-07-14 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.linespec/base/one/thefile.cc (z1): New function.
7472 * gdb.linespec/base/two/thefile.cc (z2): New function.
7473 * gdb.linespec/linespec.exp: Add tests.
7474
7475 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7476
7477 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7478 to mi_create_breakpoint.
7479
7480 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7481
7482 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7483 mi_create_breakpoint.
7484
7485 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7486
7487 * gdb.dlang/demangle.exp: Update for demangling changes.
7488
7489 2017-07-09 Tom Tromey <tom@tromey.com>
7490
7491 * gdb.dwarf2/shortpiece.exp: New file.
7492
7493 2017-07-06 David Blaikie <dblaikie@gmail.com>
7494
7495 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7496 built from fissiont-multi-cu{1,2}.c.
7497 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7498 except putting 'main' and 'func' in separate CUs in the same DWO file.
7499 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7500 test.
7501 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7502 test.
7503
7504 2017-07-06 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.python/py-unwind.exp: Test flushregs.
7507
7508 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7509
7510 PR cli/21688
7511 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7512 tests for alias commands and trailing whitespace.
7513
7514 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7515
7516 PR cli/21688
7517 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7518 procedure. Call it.
7519
7520 2017-06-29 Pedro Alves <palves@redhat.com>
7521
7522 * gdb.base/printcmds.exp: Add tests.
7523
7524 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7525
7526 PR gdb/21337
7527 * gdb.base/reread-readsym.exp: New file.
7528 * gdb.base/reread-readsym.c: New file.
7529
7530 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7531
7532 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7533 subpattern.
7534
7535 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7536
7537 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7538 extended mnemonic.
7539 * gdb.arch/powerpc-power9.s: Likewise.
7540
7541 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7542
7543 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7544 on 32-bit x86 targets. Exploit is_*_target macros where
7545 appropriate.
7546
7547 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7548
7549 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7550 register pieces.
7551
7552 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7553
7554 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7555 located in one or more DWARF pieces.
7556
7557 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7558
7559 * lib/gdb.exp (get_endianness): New proc.
7560 * gdb.arch/aarch64-fp.exp: Use it.
7561 * gdb.arch/altivec-regs.exp: Likewise.
7562 * gdb.arch/e500-regs.exp: Likewise.
7563 * gdb.arch/vsx-regs.exp: Likewise.
7564 * gdb.base/dump.exp: Likewise.
7565 * gdb.base/funcargs.exp: Likewise.
7566 * gdb.base/gnu_vector.exp: Likewise.
7567 * gdb.dwarf2/formdata16.exp: Likewise.
7568 * gdb.dwarf2/implptrpiece.exp: Likewise.
7569 * gdb.dwarf2/nonvar-access.exp: Likewise.
7570 * gdb.python/py-inferior.exp: Likewise.
7571 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7572
7573 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7574
7575 PR gdb/21226
7576 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7577 stack value pieces are taken from the LSB end.
7578
7579 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7580
7581 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7582 variable at nonzero offset.
7583
7584 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7585
7586 * gdb.dwarf2/var-access.c: New file.
7587 * gdb.dwarf2/var-access.exp: New test.
7588 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7589
7590 2017-06-12 Tom Tromey <tom@tromey.com>
7591
7592 * gdb.dwarf2/formdata16.exp: Add tests.
7593
7594 2017-06-12 Tom Tromey <tom@tromey.com>
7595
7596 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7597
7598 2017-06-12 Tom Tromey <tom@tromey.com>
7599
7600 PR exp/16225:
7601 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7602 * gdb.arch/vsx-regs.exp: Update tests.
7603 * gdb.arch/s390-vregs.exp (hex128): New proc.
7604 Update test.
7605 * gdb.arch/altivec-regs.exp: Update tests.
7606
7607 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7608
7609 * gdb.base/startup-with-shell.c: New file.
7610 * gdb.base/startup-with-shell.exp: Likewise.
7611
7612 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7613
7614 * gdb.server/non-existing-program.exp: Update regex in order to
7615 reflect the fact that gdbserver is now using fork_inferior (with a
7616 shell) to startup the inferior.
7617
7618 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7619
7620 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7621 support function calls from GDB.
7622
7623 2017-05-21 Tom Tromey <tom@tromey.com>
7624
7625 PR rust/21466:
7626 * gdb.rust/unsized.exp: New file.
7627 * gdb.rust/unsized.rs: New file.
7628
7629 2017-05-19 Tom Tromey <tom@tromey.com>
7630
7631 PR rust/21484:
7632 * gdb.rust/watch.exp: New file.
7633 * gdb.rust/watch.rs: New file.
7634
7635 2017-05-18 Tom Tromey <tom@tromey.com>
7636
7637 * gdb.rust/simple.exp: Allow Box to be qualified.
7638
7639 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7640
7641 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7642
7643 2017-05-18 Pedro Alves <palves@redhat.com>
7644
7645 * gdb.base/fileio.c (test_write, test_read, test_close)
7646 (test_fstat): Don't print 'ret' in the fail path.
7647
7648 2017-05-18 Pedro Alves <palves@redhat.com>
7649
7650 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7651 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7652 (test_system, test_rename, test_unlink, test_time): Change
7653 prototypes.
7654 * gdb.base/fileio.exp (stop_msg): Adjust.
7655
7656 2017-05-18 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.base/fileio.c (null_str): New global.
7659 (test_stat): Use it.
7660 * gdb.base/fileio.exp: Remove nowarnings.
7661
7662 2017-05-17 Yao Qi <yao.qi@linaro.org>
7663
7664 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7665
7666 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7667
7668 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7669 argument command.
7670 (top-level): Invoke test_set_inferior_tty.
7671
7672 2017-05-04 Pedro Alves <palves@redhat.com>
7673
7674 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7675 Add parens to print call for Python 3.
7676
7677 2017-05-03 Keith Seitz <keiths@redhat.com>
7678
7679 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7680 (main): Call it.
7681
7682 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7683
7684 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7685 to prev and next.
7686
7687 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7688
7689 * gdb.python/py-record-btrace.exp: Remove test for
7690 gdb.BtraceInstruction.error.
7691
7692 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7693
7694 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7695
7696 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7697
7698 * gdb.python/py-record-btrace-threads.c: New file.
7699 * gdb.python/py-record-btrace-threads.exp: New file.
7700
7701 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7702
7703 PR testsuite/8595
7704 * gdb.base/environ.exp: Make test available in all architectures.
7705 Move bits related to "info program" testing to
7706 gdb.base/info-program.exp. Rewrite tests to use the two new
7707 procedures mentione below.
7708 (test_set_show_env_var) New procedure.
7709 (test_set_show_env_var_equal): Likewise.
7710 * gdb.base/info-program.exp: New file.
7711
7712 2017-04-27 Keith Seitz <keiths@redhat.com>
7713
7714 * gdb.cp/oranking.cc (test15): New function.
7715 (main): Call test15 and declare additional variables for testing.
7716 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7717 "p foo101('abc')" tests.
7718 Add tests for cv qualifier overloads.
7719 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7720 "lvalue reference overload" test.
7721 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7722 "print value of f1 on Child&& in f2" test.
7723
7724 2017-04-19 Pedro Alves <palves@redhat.com>
7725
7726 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7727 procedure.
7728 (top level): Call it.
7729 * lib/gdb.exp (gdb_define_cmd): New procedure.
7730
7731 2017-04-12 Pedro Alves <palves@redhat.com>
7732
7733 PR gdb/21323
7734 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7735 (wchar): New global.
7736 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7737 (do_test_wide_char, wide_char_types_no_program, top level): Add
7738 wchar_t testing.
7739
7740 2017-04-12 Pedro Alves <palves@redhat.com>
7741
7742 PR c++/21323
7743 * gdb.cp/wide_char_types.c: New file.
7744 * gdb.cp/wide_char_types.exp: New file.
7745
7746 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7747
7748 PR gdb/21352
7749 * gdb.trace/tsv.exp: Add test for "tsave -r".
7750
7751 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7752
7753 * gdb.dlang/watch-loc.c: New file.
7754 * gdb.dlang/watch-loc.exp: New file.
7755
7756 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7757
7758 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7759
7760 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7761
7762 * gdb.arch/arc-analyze-prologue.S: New file.
7763 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7764
7765 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7766
7767 * gdb.arch/arc-decode-insn.S: New file.
7768 * gdb.arch/arc-decode-insn.exp: Likewise.
7769
7770 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7771
7772 PR tdep/20928
7773 * gdb.arch/sparc64-regs.exp: New file.
7774 * gdb.arch/sparc64-regs.S: Likewise.
7775
7776 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7777
7778 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7779 and memory view on Python 3.
7780
7781 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7782 Keith Seitz <keiths@redhat.com>
7783
7784 PR gdb/14441
7785 * gdb.cp/demangle.exp: Add rvalue reference tests.
7786 * gdb.cp/rvalue-ref-casts.cc: New file.
7787 * gdb.cp/rvalue-ref-casts.exp: New file.
7788 * gdb.cp/rvalue-ref-overload.cc: New file.
7789 * gdb.cp/rvalue-ref-overload.exp: New file.
7790 * gdb.cp/rvalue-ref-params.cc: New file.
7791 * gdb.cp/rvalue-ref-params.exp: New file.
7792 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7793 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7794 * gdb.cp/rvalue-ref-types.cc: New file.
7795 * gdb.cp/rvalue-ref-types.exp: New file.
7796 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7797 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7798
7799 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7800
7801 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7802 New procedure.
7803
7804 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7805
7806 * lib/mi-support.exp (mi_gdb_test): Add additional message
7807 for unexpected output.
7808
7809 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7810
7811 * gdb.base/examine-backward.c (Barrier): New character array
7812 constant, to ensure that TestStrings is preceded by a string
7813 terminator.
7814
7815 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7816
7817 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7818 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7819 and implicit pointer into such a location.
7820
7821 2017-03-16 Doug Evans <dje@google.com>
7822
7823 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7824
7825 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7826
7827 * gdb.cp/m-static.exp: Fix expectation for prototype of
7828 test5.single_constructor and single_constructor::single_constructor.
7829
7830 2017-03-16 Doug Evans <dje@google.com>
7831
7832 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7833 * gdb.guile/scm-lazy-string.c: New file.
7834 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7835 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7836 for pointer, array, typedef lazy strings.
7837
7838 2017-03-16 Doug Evans <dje@google.com>
7839
7840 PR python/17728, python/18439, python/18779
7841 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7842 * gdb.python/py-lazy-string.c (pointer): New typedef.
7843 (main): New locals ptr, array, typedef_ptr.
7844 * gdb.python/py-value.exp: Move lazy string tests to ...
7845 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7846 array, typedef lazy strings.
7847
7848 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7849
7850 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7851 Add optional 'test' parameter.
7852
7853 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7854
7855 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7856 Skip for versions of DejaGnu < 1.5.
7857
7858 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7859
7860 * lib/gdb.exp (dejagnu_version): New proc.
7861 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7862 Use dejagnu_version.
7863
7864 2017-03-10 Keith Seitz <keiths@redhat.com>
7865
7866 PR c++/8128
7867 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7868 type from destructor regexps.
7869 Add a branch which actually passes the test.
7870 Adjust "ptype t5i" test names.
7871
7872 2017-03-08 Pedro Alves <palves@redhat.com>
7873
7874 * gdb.base/step-over-exit.exp: Add explicit test message.
7875
7876 2017-03-08 Pedro Alves <palves@redhat.com>
7877
7878 PR gdb/18360
7879 * gdb.threads/interrupt-while-step-over.c: New file.
7880 * gdb.threads/interrupt-while-step-over.exp: New file.
7881
7882 2017-03-08 Pedro Alves <palves@redhat.com>
7883
7884 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7885 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7886
7887 2017-03-08 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7890 PKRU as not supported as a PASS.
7891
7892 2017-03-08 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7895 prefix instead of $binfile1/$binfile2.
7896 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7897 in test message.
7898 * gdb.python/py-completion.exp: Use "load python file" as test
7899 messages instead of unstable path names.
7900
7901 2017-03-08 Pedro Alves <palves@redhat.com>
7902 Jan Kratochvil <jan.kratochvil@redhat.com>
7903
7904 PR cli/21218
7905 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7906 New proc.
7907 (top level): Call it.
7908
7909 2017-03-08 Pedro Alves <palves@redhat.com>
7910
7911 PR tui/21216
7912 * gdb.tui/tui-nl-filtered-output.exp: New file.
7913
7914 2017-03-08 Pedro Alves <palves@redhat.com>
7915
7916 * gdb.base/completion.exp: Move TUI completion tests to ...
7917 * gdb.tui/completion.exp: ... this new file.
7918
7919 2017-03-08 Pedro Alves <palves@redhat.com>
7920
7921 * gdb.base/tui-disasm-long-lines.c,
7922 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7923 gdb.base/tui-layout.exp: Move to ...
7924 * gdb.tui/: ... this new directory.
7925
7926 2017-03-07 Pedro Alves <palves@redhat.com>
7927
7928 * gdb.base/tui-layout.c: New file.
7929 * gdb.base/tui-layout.exp: New file.
7930
7931 2017-03-07 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.base/tui-layout.c: Rename to ...
7934 * gdb.base/tui-disasm-long-lines.c: ... this.
7935 * gdb.base/tui-layout.exp: Rename to ...
7936 * gdb.base/tui-disasm-long-lines.exp: ... this.
7937
7938 2017-03-07 Pedro Alves <palves@redhat.com>
7939
7940 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7941
7942 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7943
7944 * i386-mpx-call.c: New file.
7945 * i386-mpx-call.exp: New file.
7946
7947 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7948
7949 * gdb.arch/powerpc-power.exp: Delete test.
7950 * gdb.arch/powerpc-power.s: Likewise.
7951 * gdb.disasm/disassembler-options.exp: New test.
7952 * gdb.arch/powerpc-altivec.exp: Likewise.
7953 * gdb.arch/powerpc-altivec.s: Likewise.
7954 * gdb.arch/powerpc-altivec2.exp: Likewise.
7955 * gdb.arch/powerpc-altivec2.s: Likewise.
7956 * gdb.arch/powerpc-altivec3.exp: Likewise.
7957 * gdb.arch/powerpc-altivec3.s: Likewise.
7958 * gdb.arch/powerpc-power7.exp: Likewise.
7959 * gdb.arch/powerpc-power7.s: Likewise.
7960 * gdb.arch/powerpc-power8.exp: Likewise.
7961 * gdb.arch/powerpc-power8.s: Likewise.
7962 * gdb.arch/powerpc-power9.exp: Likewise.
7963 * gdb.arch/powerpc-power9.s: Likewise.
7964 * gdb.arch/powerpc-vsx.exp: Likewise.
7965 * gdb.arch/powerpc-vsx.s: Likewise.
7966 * gdb.arch/powerpc-vsx2.exp: Likewise.
7967 * gdb.arch/powerpc-vsx2.s: Likewise.
7968 * gdb.arch/powerpc-vsx3.exp: Likewise.
7969 * gdb.arch/powerpc-vsx3.s: Likewise.
7970 * gdb.arch/arm-disassembler-options.exp: Likewise.
7971 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7972 * gdb.arch/s390-disassembler-options.exp: Likewise.
7973
7974 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7975
7976 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7977 (check_supported_features): ... this. Changed return type to void.
7978 (supports_rdseed): New static global.
7979 (rdseed): Check supports_rdseed.
7980 (initialize): Call check_supported_features.
7981
7982 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7983
7984 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7985 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7986 and lqarx/stqcx.
7987 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7988 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7989
7990 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7991
7992 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7993 uppercase.
7994
7995 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7996
7997 * gdb.dwarf2/formdata16.c: New file.
7998 * gdb.dwarf2/formdata16.exp: New file.
7999 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8000
8001 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8002
8003 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8004 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8005 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8006 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8007 DW_AT_GNU_*.
8008
8009 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8010
8011 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8012
8013 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8014
8015 PR gdb/21164
8016 * gdb.base/maint.exp: Add testcases for when the commands do
8017 not have arguments.
8018
8019 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8020
8021 * gdb.cp/chained-calls.exp: Use p instead of P.
8022
8023 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8024
8025 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8026 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8027
8028 2017-02-14 Tom Tromey <tom@tromey.com>
8029
8030 PR python/13598:
8031 * gdb.python/py-events.exp: Add before_prompt event tests.
8032
8033 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8034
8035 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8036
8037 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8038
8039 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8040 (main): Call my_unique_function_name.
8041 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8042 completion of patterns with a single match.
8043 Add missing -re switches to gdb_test_multiple calls.
8044
8045 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8046
8047 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8048 return if core file is not recognized.
8049
8050 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8051
8052 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8053 and extra UIs.
8054
8055 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8056
8057 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8058 proc_with_prefix.
8059
8060 2017-02-10 Tom Tromey <tom@tromey.com>
8061
8062 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8063
8064 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8065
8066 PR gdb/21122
8067 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8068
8069 2017-02-08 Jerome Guitton <guitton@adacore.com>
8070
8071 * gdb.base/define.exp: Add test for command abbreviations
8072 in define.
8073
8074 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8075
8076 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8077 * gdb.reverse/insn-reverse-x86.c: New file.
8078
8079 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8080
8081 PR tdep/20936
8082 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8083
8084 2017-02-03 Tom Tromey <tom@tromey.com>
8085
8086 PR rust/21097:
8087 * gdb.rust/simple.exp: Add new tests.
8088
8089 2017-02-02 Pedro Alves <palves@redhat.com>
8090
8091 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8092 tests.
8093
8094 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8095
8096 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8097 taking a 2-byte value out of a 4-byte DWARF implicit value on
8098 big-endian targets.
8099 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8100 logic. Add test cases for DW_OP_implicit.
8101
8102 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8103
8104 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8105
8106 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8107
8108 * gdb.btrace/enable.exp: Call gdb_exit before
8109 skip_gdbserver_tests.
8110
8111 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8112
8113 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8114 GDBFLAGS.
8115
8116 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8117
8118 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8119 the test is skipped.
8120 * gdb.btrace/data.exp: Likewise.
8121 * gdb.btrace/delta.exp: Likewise.
8122 * gdb.btrace/dlopen.exp: Likewise.
8123 * gdb.btrace/enable-running.exp: Likewise.
8124 * gdb.btrace/enable.exp: Likewise.
8125 * gdb.btrace/exception.exp: Likewise.
8126 * gdb.btrace/function_call_history.exp: Likewise.
8127 * gdb.btrace/gcore.exp: Likewise.
8128 * gdb.btrace/instruction_history.exp: Likewise.
8129 * gdb.btrace/multi-thread-step.exp: Likewise.
8130 * gdb.btrace/nohist.exp: Likewise.
8131 * gdb.btrace/non-stop.exp: Likewise.
8132 * gdb.btrace/reconnect.exp: Likewise.
8133 * gdb.btrace/record_goto-step.exp: Likewise.
8134 * gdb.btrace/record_goto.exp: Likewise.
8135 * gdb.btrace/rn-dl-bind.exp: Likewise.
8136 * gdb.btrace/segv.exp: Likewise.
8137 * gdb.btrace/step.exp: Likewise.
8138 * gdb.btrace/stepi.exp: Likewise.
8139 * gdb.btrace/tailcall-only.exp: Likewise.
8140 * gdb.btrace/tailcall.exp: Likewise.
8141 * gdb.btrace/tsx.exp: Likewise.
8142 * gdb.btrace/unknown_functions.exp: Likewise.
8143 * gdb.btrace/vdso.exp: Likewise.
8144
8145 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8146
8147 * gdb.btrace/enable-running.c: New.
8148 * gdb.btrace/enable-running.exp: New.
8149
8150 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8151
8152 * gdb.arch/amd64-gs_base.c: New file.
8153 * gdb.arch/amd64-gs_base.exp: New file.
8154
8155 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8156
8157 * lib/memory.exp: Remove spurious empty newlines.
8158
8159 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8160
8161 * gdb.python/py-bad-printers.exp: Load python file using "source".
8162 * gdb.python/py-events.exp: Likewise.
8163 * gdb.python/py-evsignal.exp: Likewise.
8164 * gdb.python/py-evthreads.exp: Likewise.
8165 * gdb.python/py-frame-args.exp: Likewise.
8166 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8167 * gdb.python/py-framefilter-mi.exp: Likewise.
8168 * gdb.python/py-framefilter.exp: Likewise.
8169 * gdb.python/py-mi.exp: Likewise.
8170 * gdb.python/py-pp-maint.exp: Likewise.
8171 * gdb.python/py-pp-registration.exp: Likewise.
8172 * gdb.python/py-prettyprint.exp: Likewise.
8173 (run_lang_tests): Likewise.
8174 * gdb.python/py-typeprint.exp: Likewise.
8175
8176 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8177
8178 * lib/memory.exp: New file.
8179 * lib/gdb.exp: Load memory.exp.
8180 * gdb.base/memattr.exp (delete_memory): Move proc to
8181 lib/memory.exp and rename to delete_memory_regions.
8182 Replace delete_memory with delete_memory_regions.
8183 Cleanup memory regions before tests.
8184 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8185 before tests.
8186
8187 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8188
8189 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8190 files.
8191 (initialize): New function conditionally defined.
8192 (testcases): Move within conditional block.
8193 (main): Call initialize.
8194 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8195 of gdb.reverse/insn-reverse.c.
8196 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8197 gdb.reverse/insn-reverse.c.
8198
8199 2017-01-26 Yao Qi <yao.qi@linaro.org>
8200
8201 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8202 disassemble on address 0.
8203
8204 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8205 Yao Qi <yao.qi@linaro.org>
8206
8207 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8208 * gdb.dwarf2/implptr-64bit.S: Remove.
8209 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8210 variables in caller's context. Add DW_OP_implicit_value.
8211
8212 2017-01-25 Yao Qi <yao.qi@linaro.org>
8213
8214 * lib/dwarf.exp (Dwarf::_location): Handle
8215 DW_OP_GNU_implicit_pointer with proper size.
8216
8217 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8218
8219 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8220 and add untested calls.
8221
8222 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8223
8224 * gdb.python/python.exp: Check line number against what GDB thinks
8225 the line number is for func1.
8226
8227 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8228
8229 * gdb.dlang/debug-expr.exp: New file.
8230
8231 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8232
8233 Fix test names for the following files:
8234
8235 * gdb.ada/exec_changed.exp
8236 * gdb.ada/info_types.exp
8237 * gdb.arch/aarch64-atomic-inst.exp
8238 * gdb.arch/aarch64-fp.exp
8239 * gdb.arch/altivec-abi.exp
8240 * gdb.arch/altivec-regs.exp
8241 * gdb.arch/amd64-byte.exp
8242 * gdb.arch/amd64-disp-step.exp
8243 * gdb.arch/amd64-dword.exp
8244 * gdb.arch/amd64-entry-value-inline.exp
8245 * gdb.arch/amd64-entry-value-param.exp
8246 * gdb.arch/amd64-entry-value-paramref.exp
8247 * gdb.arch/amd64-entry-value.exp
8248 * gdb.arch/amd64-i386-address.exp
8249 * gdb.arch/amd64-invalid-stack-middle.exp
8250 * gdb.arch/amd64-invalid-stack-top.exp
8251 * gdb.arch/amd64-optimout-repeat.exp
8252 * gdb.arch/amd64-prologue-skip.exp
8253 * gdb.arch/amd64-prologue-xmm.exp
8254 * gdb.arch/amd64-stap-special-operands.exp
8255 * gdb.arch/amd64-stap-wrong-subexp.exp
8256 * gdb.arch/amd64-tailcall-cxx.exp
8257 * gdb.arch/amd64-tailcall-noret.exp
8258 * gdb.arch/amd64-tailcall-ret.exp
8259 * gdb.arch/amd64-tailcall-self.exp
8260 * gdb.arch/amd64-word.exp
8261 * gdb.arch/arm-bl-branch-dest.exp
8262 * gdb.arch/arm-disp-step.exp
8263 * gdb.arch/arm-neon.exp
8264 * gdb.arch/arm-single-step-kernel-helper.exp
8265 * gdb.arch/avr-flash-qualifier.exp
8266 * gdb.arch/disp-step-insn-reloc.exp
8267 * gdb.arch/e500-abi.exp
8268 * gdb.arch/e500-regs.exp
8269 * gdb.arch/ftrace-insn-reloc.exp
8270 * gdb.arch/i386-avx512.exp
8271 * gdb.arch/i386-bp_permanent.exp
8272 * gdb.arch/i386-byte.exp
8273 * gdb.arch/i386-cfi-notcurrent.exp
8274 * gdb.arch/i386-disp-step.exp
8275 * gdb.arch/i386-dr3-watch.exp
8276 * gdb.arch/i386-float.exp
8277 * gdb.arch/i386-gnu-cfi.exp
8278 * gdb.arch/i386-mpx-map.exp
8279 * gdb.arch/i386-mpx-sigsegv.exp
8280 * gdb.arch/i386-mpx-simple_segv.exp
8281 * gdb.arch/i386-mpx.exp
8282 * gdb.arch/i386-permbkpt.exp
8283 * gdb.arch/i386-prologue.exp
8284 * gdb.arch/i386-signal.exp
8285 * gdb.arch/i386-size-overlap.exp
8286 * gdb.arch/i386-unwind.exp
8287 * gdb.arch/i386-word.exp
8288 * gdb.arch/mips-fcr.exp
8289 * gdb.arch/powerpc-d128-regs.exp
8290 * gdb.arch/powerpc-stackless.exp
8291 * gdb.arch/ppc64-atomic-inst.exp
8292 * gdb.arch/s390-stackless.exp
8293 * gdb.arch/s390-tdbregs.exp
8294 * gdb.arch/s390-vregs.exp
8295 * gdb.arch/sparc-sysstep.exp
8296 * gdb.arch/thumb-bx-pc.exp
8297 * gdb.arch/thumb-singlestep.exp
8298 * gdb.arch/thumb2-it.exp
8299 * gdb.arch/vsx-regs.exp
8300 * gdb.asm/asm-source.exp
8301 * gdb.base/a2-run.exp
8302 * gdb.base/advance.exp
8303 * gdb.base/all-bin.exp
8304 * gdb.base/anon.exp
8305 * gdb.base/args.exp
8306 * gdb.base/arithmet.exp
8307 * gdb.base/async-shell.exp
8308 * gdb.base/async.exp
8309 * gdb.base/attach-pie-noexec.exp
8310 * gdb.base/attach-twice.exp
8311 * gdb.base/auto-load.exp
8312 * gdb.base/bang.exp
8313 * gdb.base/bitfields.exp
8314 * gdb.base/break-always.exp
8315 * gdb.base/break-caller-line.exp
8316 * gdb.base/break-entry.exp
8317 * gdb.base/break-inline.exp
8318 * gdb.base/break-on-linker-gcd-function.exp
8319 * gdb.base/break-probes.exp
8320 * gdb.base/break.exp
8321 * gdb.base/breakpoint-shadow.exp
8322 * gdb.base/call-ar-st.exp
8323 * gdb.base/call-sc.exp
8324 * gdb.base/call-signal-resume.exp
8325 * gdb.base/call-strs.exp
8326 * gdb.base/callfuncs.exp
8327 * gdb.base/catch-fork-static.exp
8328 * gdb.base/catch-gdb-caused-signals.exp
8329 * gdb.base/catch-load.exp
8330 * gdb.base/catch-signal-fork.exp
8331 * gdb.base/catch-signal.exp
8332 * gdb.base/catch-syscall.exp
8333 * gdb.base/charset.exp
8334 * gdb.base/checkpoint.exp
8335 * gdb.base/chng-syms.exp
8336 * gdb.base/code-expr.exp
8337 * gdb.base/code_elim.exp
8338 * gdb.base/commands.exp
8339 * gdb.base/completion.exp
8340 * gdb.base/complex.exp
8341 * gdb.base/cond-expr.exp
8342 * gdb.base/condbreak.exp
8343 * gdb.base/consecutive.exp
8344 * gdb.base/continue-all-already-running.exp
8345 * gdb.base/coredump-filter.exp
8346 * gdb.base/corefile.exp
8347 * gdb.base/dbx.exp
8348 * gdb.base/debug-expr.exp
8349 * gdb.base/define.exp
8350 * gdb.base/del.exp
8351 * gdb.base/disabled-location.exp
8352 * gdb.base/disasm-end-cu.exp
8353 * gdb.base/disasm-optim.exp
8354 * gdb.base/display.exp
8355 * gdb.base/duplicate-bp.exp
8356 * gdb.base/ena-dis-br.exp
8357 * gdb.base/ending-run.exp
8358 * gdb.base/enumval.exp
8359 * gdb.base/environ.exp
8360 * gdb.base/eu-strip-infcall.exp
8361 * gdb.base/eval-avoid-side-effects.exp
8362 * gdb.base/eval-skip.exp
8363 * gdb.base/exitsignal.exp
8364 * gdb.base/expand-psymtabs.exp
8365 * gdb.base/filesym.exp
8366 * gdb.base/find-unmapped.exp
8367 * gdb.base/finish.exp
8368 * gdb.base/float.exp
8369 * gdb.base/foll-exec-mode.exp
8370 * gdb.base/foll-exec.exp
8371 * gdb.base/foll-fork.exp
8372 * gdb.base/fortran-sym-case.exp
8373 * gdb.base/freebpcmd.exp
8374 * gdb.base/func-ptr.exp
8375 * gdb.base/func-ptrs.exp
8376 * gdb.base/funcargs.exp
8377 * gdb.base/gcore-buffer-overflow.exp
8378 * gdb.base/gcore-relro-pie.exp
8379 * gdb.base/gcore-relro.exp
8380 * gdb.base/gcore.exp
8381 * gdb.base/gdb1090.exp
8382 * gdb.base/gdb11530.exp
8383 * gdb.base/gdb11531.exp
8384 * gdb.base/gdb1821.exp
8385 * gdb.base/gdbindex-stabs.exp
8386 * gdb.base/gdbvars.exp
8387 * gdb.base/hbreak.exp
8388 * gdb.base/hbreak2.exp
8389 * gdb.base/included.exp
8390 * gdb.base/infcall-input.exp
8391 * gdb.base/inferior-died.exp
8392 * gdb.base/infnan.exp
8393 * gdb.base/info-macros.exp
8394 * gdb.base/info-os.exp
8395 * gdb.base/info-proc.exp
8396 * gdb.base/info-shared.exp
8397 * gdb.base/info-target.exp
8398 * gdb.base/infoline.exp
8399 * gdb.base/interp.exp
8400 * gdb.base/interrupt.exp
8401 * gdb.base/jit-reader.exp
8402 * gdb.base/jit-simple.exp
8403 * gdb.base/kill-after-signal.exp
8404 * gdb.base/kill-detach-inferiors-cmd.exp
8405 * gdb.base/label.exp
8406 * gdb.base/langs.exp
8407 * gdb.base/ldbl_e308.exp
8408 * gdb.base/line-symtabs.exp
8409 * gdb.base/linespecs.exp
8410 * gdb.base/list.exp
8411 * gdb.base/long_long.exp
8412 * gdb.base/longest-types.exp
8413 * gdb.base/maint.exp
8414 * gdb.base/max-value-size.exp
8415 * gdb.base/memattr.exp
8416 * gdb.base/mips_pro.exp
8417 * gdb.base/morestack.exp
8418 * gdb.base/moribund-step.exp
8419 * gdb.base/multi-forks.exp
8420 * gdb.base/nested-addr.exp
8421 * gdb.base/nextoverexit.exp
8422 * gdb.base/noreturn-finish.exp
8423 * gdb.base/noreturn-return.exp
8424 * gdb.base/nostdlib.exp
8425 * gdb.base/offsets.exp
8426 * gdb.base/opaque.exp
8427 * gdb.base/pc-fp.exp
8428 * gdb.base/permissions.exp
8429 * gdb.base/print-symbol-loading.exp
8430 * gdb.base/prologue-include.exp
8431 * gdb.base/psymtab.exp
8432 * gdb.base/ptype.exp
8433 * gdb.base/random-signal.exp
8434 * gdb.base/randomize.exp
8435 * gdb.base/range-stepping.exp
8436 * gdb.base/readline-ask.exp
8437 * gdb.base/recpar.exp
8438 * gdb.base/recurse.exp
8439 * gdb.base/relational.exp
8440 * gdb.base/restore.exp
8441 * gdb.base/return-nodebug.exp
8442 * gdb.base/return.exp
8443 * gdb.base/run-after-attach.exp
8444 * gdb.base/save-bp.exp
8445 * gdb.base/scope.exp
8446 * gdb.base/sect-cmd.exp
8447 * gdb.base/set-lang-auto.exp
8448 * gdb.base/set-noassign.exp
8449 * gdb.base/setvar.exp
8450 * gdb.base/sigall.exp
8451 * gdb.base/sigbpt.exp
8452 * gdb.base/siginfo-addr.exp
8453 * gdb.base/siginfo-infcall.exp
8454 * gdb.base/siginfo-obj.exp
8455 * gdb.base/siginfo.exp
8456 * gdb.base/signals-state-child.exp
8457 * gdb.base/signest.exp
8458 * gdb.base/sigstep.exp
8459 * gdb.base/sizeof.exp
8460 * gdb.base/skip.exp
8461 * gdb.base/solib-corrupted.exp
8462 * gdb.base/solib-nodir.exp
8463 * gdb.base/solib-search.exp
8464 * gdb.base/stack-checking.exp
8465 * gdb.base/stale-infcall.exp
8466 * gdb.base/stap-probe.exp
8467 * gdb.base/start.exp
8468 * gdb.base/step-break.exp
8469 * gdb.base/step-bt.exp
8470 * gdb.base/step-line.exp
8471 * gdb.base/step-over-exit.exp
8472 * gdb.base/step-over-syscall.exp
8473 * gdb.base/step-resume-infcall.exp
8474 * gdb.base/step-test.exp
8475 * gdb.base/store.exp
8476 * gdb.base/structs3.exp
8477 * gdb.base/sym-file.exp
8478 * gdb.base/symbol-without-target_section.exp
8479 * gdb.base/term.exp
8480 * gdb.base/testenv.exp
8481 * gdb.base/ui-redirect.exp
8482 * gdb.base/until.exp
8483 * gdb.base/unwindonsignal.exp
8484 * gdb.base/value-double-free.exp
8485 * gdb.base/vla-datatypes.exp
8486 * gdb.base/vla-ptr.exp
8487 * gdb.base/vla-sideeffect.exp
8488 * gdb.base/volatile.exp
8489 * gdb.base/watch-cond-infcall.exp
8490 * gdb.base/watch-cond.exp
8491 * gdb.base/watch-non-mem.exp
8492 * gdb.base/watch-read.exp
8493 * gdb.base/watch-vfork.exp
8494 * gdb.base/watchpoint-cond-gone.exp
8495 * gdb.base/watchpoint-delete.exp
8496 * gdb.base/watchpoint-hw-hit-once.exp
8497 * gdb.base/watchpoint-hw.exp
8498 * gdb.base/watchpoint-stops-at-right-insn.exp
8499 * gdb.base/watchpoints.exp
8500 * gdb.base/wchar.exp
8501 * gdb.base/whatis-exp.exp
8502 * gdb.btrace/buffer-size.exp
8503 * gdb.btrace/data.exp
8504 * gdb.btrace/delta.exp
8505 * gdb.btrace/dlopen.exp
8506 * gdb.btrace/enable.exp
8507 * gdb.btrace/exception.exp
8508 * gdb.btrace/function_call_history.exp
8509 * gdb.btrace/gcore.exp
8510 * gdb.btrace/instruction_history.exp
8511 * gdb.btrace/nohist.exp
8512 * gdb.btrace/reconnect.exp
8513 * gdb.btrace/record_goto-step.exp
8514 * gdb.btrace/record_goto.exp
8515 * gdb.btrace/rn-dl-bind.exp
8516 * gdb.btrace/segv.exp
8517 * gdb.btrace/step.exp
8518 * gdb.btrace/stepi.exp
8519 * gdb.btrace/tailcall-only.exp
8520 * gdb.btrace/tailcall.exp
8521 * gdb.btrace/tsx.exp
8522 * gdb.btrace/unknown_functions.exp
8523 * gdb.btrace/vdso.exp
8524 * gdb.compile/compile-ifunc.exp
8525 * gdb.compile/compile-ops.exp
8526 * gdb.compile/compile-print.exp
8527 * gdb.compile/compile-setjmp.exp
8528 * gdb.cp/abstract-origin.exp
8529 * gdb.cp/ambiguous.exp
8530 * gdb.cp/annota2.exp
8531 * gdb.cp/annota3.exp
8532 * gdb.cp/anon-ns.exp
8533 * gdb.cp/anon-struct.exp
8534 * gdb.cp/anon-union.exp
8535 * gdb.cp/arg-reference.exp
8536 * gdb.cp/baseenum.exp
8537 * gdb.cp/bool.exp
8538 * gdb.cp/breakpoint.exp
8539 * gdb.cp/bs15503.exp
8540 * gdb.cp/call-c.exp
8541 * gdb.cp/casts.exp
8542 * gdb.cp/chained-calls.exp
8543 * gdb.cp/class2.exp
8544 * gdb.cp/classes.exp
8545 * gdb.cp/cmpd-minsyms.exp
8546 * gdb.cp/converts.exp
8547 * gdb.cp/cp-relocate.exp
8548 * gdb.cp/cpcompletion.exp
8549 * gdb.cp/cpexprs.exp
8550 * gdb.cp/cplabel.exp
8551 * gdb.cp/cplusfuncs.exp
8552 * gdb.cp/cpsizeof.exp
8553 * gdb.cp/ctti.exp
8554 * gdb.cp/derivation.exp
8555 * gdb.cp/destrprint.exp
8556 * gdb.cp/dispcxx.exp
8557 * gdb.cp/enum-class.exp
8558 * gdb.cp/exception.exp
8559 * gdb.cp/exceptprint.exp
8560 * gdb.cp/expand-psymtabs-cxx.exp
8561 * gdb.cp/expand-sals.exp
8562 * gdb.cp/extern-c.exp
8563 * gdb.cp/filename.exp
8564 * gdb.cp/formatted-ref.exp
8565 * gdb.cp/fpointer.exp
8566 * gdb.cp/gdb1355.exp
8567 * gdb.cp/gdb2495.exp
8568 * gdb.cp/hang.exp
8569 * gdb.cp/impl-this.exp
8570 * gdb.cp/infcall-dlopen.exp
8571 * gdb.cp/inherit.exp
8572 * gdb.cp/iostream.exp
8573 * gdb.cp/koenig.exp
8574 * gdb.cp/local.exp
8575 * gdb.cp/m-data.exp
8576 * gdb.cp/m-static.exp
8577 * gdb.cp/mb-ctor.exp
8578 * gdb.cp/mb-inline.exp
8579 * gdb.cp/mb-templates.exp
8580 * gdb.cp/member-name.exp
8581 * gdb.cp/member-ptr.exp
8582 * gdb.cp/meth-typedefs.exp
8583 * gdb.cp/method.exp
8584 * gdb.cp/method2.exp
8585 * gdb.cp/minsym-fallback.exp
8586 * gdb.cp/misc.exp
8587 * gdb.cp/namelessclass.exp
8588 * gdb.cp/namespace-enum.exp
8589 * gdb.cp/namespace-nested-import.exp
8590 * gdb.cp/namespace.exp
8591 * gdb.cp/nextoverthrow.exp
8592 * gdb.cp/no-dmgl-verbose.exp
8593 * gdb.cp/non-trivial-retval.exp
8594 * gdb.cp/noparam.exp
8595 * gdb.cp/nsdecl.exp
8596 * gdb.cp/nsimport.exp
8597 * gdb.cp/nsnested.exp
8598 * gdb.cp/nsnoimports.exp
8599 * gdb.cp/nsrecurs.exp
8600 * gdb.cp/nsstress.exp
8601 * gdb.cp/nsusing.exp
8602 * gdb.cp/operator.exp
8603 * gdb.cp/oranking.exp
8604 * gdb.cp/overload-const.exp
8605 * gdb.cp/overload.exp
8606 * gdb.cp/ovldbreak.exp
8607 * gdb.cp/ovsrch.exp
8608 * gdb.cp/paren-type.exp
8609 * gdb.cp/parse-lang.exp
8610 * gdb.cp/pass-by-ref.exp
8611 * gdb.cp/pr-1023.exp
8612 * gdb.cp/pr-1210.exp
8613 * gdb.cp/pr-574.exp
8614 * gdb.cp/pr10687.exp
8615 * gdb.cp/pr12028.exp
8616 * gdb.cp/pr17132.exp
8617 * gdb.cp/pr17494.exp
8618 * gdb.cp/pr9067.exp
8619 * gdb.cp/pr9167.exp
8620 * gdb.cp/pr9631.exp
8621 * gdb.cp/printmethod.exp
8622 * gdb.cp/psmang.exp
8623 * gdb.cp/psymtab-parameter.exp
8624 * gdb.cp/ptype-cv-cp.exp
8625 * gdb.cp/ptype-flags.exp
8626 * gdb.cp/re-set-overloaded.exp
8627 * gdb.cp/ref-types.exp
8628 * gdb.cp/rtti.exp
8629 * gdb.cp/scope-err.exp
8630 * gdb.cp/shadow.exp
8631 * gdb.cp/smartp.exp
8632 * gdb.cp/static-method.exp
8633 * gdb.cp/static-print-quit.exp
8634 * gdb.cp/temargs.exp
8635 * gdb.cp/templates.exp
8636 * gdb.cp/try_catch.exp
8637 * gdb.cp/typedef-operator.exp
8638 * gdb.cp/typeid.exp
8639 * gdb.cp/userdef.exp
8640 * gdb.cp/using-crash.exp
8641 * gdb.cp/var-tag.exp
8642 * gdb.cp/virtbase.exp
8643 * gdb.cp/virtfunc.exp
8644 * gdb.cp/virtfunc2.exp
8645 * gdb.cp/vla-cxx.exp
8646 * gdb.disasm/t01_mov.exp
8647 * gdb.disasm/t02_mova.exp
8648 * gdb.disasm/t03_add.exp
8649 * gdb.disasm/t04_sub.exp
8650 * gdb.disasm/t05_cmp.exp
8651 * gdb.disasm/t06_ari2.exp
8652 * gdb.disasm/t07_ari3.exp
8653 * gdb.disasm/t08_or.exp
8654 * gdb.disasm/t09_xor.exp
8655 * gdb.disasm/t10_and.exp
8656 * gdb.disasm/t11_logs.exp
8657 * gdb.disasm/t12_bit.exp
8658 * gdb.disasm/t13_otr.exp
8659 * gdb.dlang/circular.exp
8660 * gdb.dwarf2/arr-stride.exp
8661 * gdb.dwarf2/arr-subrange.exp
8662 * gdb.dwarf2/atomic-type.exp
8663 * gdb.dwarf2/bad-regnum.exp
8664 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8665 * gdb.dwarf2/callframecfa.exp
8666 * gdb.dwarf2/clztest.exp
8667 * gdb.dwarf2/corrupt.exp
8668 * gdb.dwarf2/data-loc.exp
8669 * gdb.dwarf2/dup-psym.exp
8670 * gdb.dwarf2/dw2-anon-mptr.exp
8671 * gdb.dwarf2/dw2-anonymous-func.exp
8672 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8673 * gdb.dwarf2/dw2-bad-unresolved.exp
8674 * gdb.dwarf2/dw2-basic.exp
8675 * gdb.dwarf2/dw2-canonicalize-type.exp
8676 * gdb.dwarf2/dw2-case-insensitive.exp
8677 * gdb.dwarf2/dw2-common-block.exp
8678 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8679 * gdb.dwarf2/dw2-compressed.exp
8680 * gdb.dwarf2/dw2-const.exp
8681 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8682 * gdb.dwarf2/dw2-cu-size.exp
8683 * gdb.dwarf2/dw2-dup-frame.exp
8684 * gdb.dwarf2/dw2-entry-value.exp
8685 * gdb.dwarf2/dw2-icycle.exp
8686 * gdb.dwarf2/dw2-ifort-parameter.exp
8687 * gdb.dwarf2/dw2-inline-break.exp
8688 * gdb.dwarf2/dw2-inline-param.exp
8689 * gdb.dwarf2/dw2-intercu.exp
8690 * gdb.dwarf2/dw2-intermix.exp
8691 * gdb.dwarf2/dw2-lexical-block-bare.exp
8692 * gdb.dwarf2/dw2-linkage-name-trust.exp
8693 * gdb.dwarf2/dw2-minsym-in-cu.exp
8694 * gdb.dwarf2/dw2-noloc.exp
8695 * gdb.dwarf2/dw2-op-call.exp
8696 * gdb.dwarf2/dw2-op-out-param.exp
8697 * gdb.dwarf2/dw2-opt-structptr.exp
8698 * gdb.dwarf2/dw2-param-error.exp
8699 * gdb.dwarf2/dw2-producer.exp
8700 * gdb.dwarf2/dw2-ranges-base.exp
8701 * gdb.dwarf2/dw2-ref-missing-frame.exp
8702 * gdb.dwarf2/dw2-reg-undefined.exp
8703 * gdb.dwarf2/dw2-regno-invalid.exp
8704 * gdb.dwarf2/dw2-restore.exp
8705 * gdb.dwarf2/dw2-restrict.exp
8706 * gdb.dwarf2/dw2-single-line-discriminators.exp
8707 * gdb.dwarf2/dw2-strp.exp
8708 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8709 * gdb.dwarf2/dw2-unresolved.exp
8710 * gdb.dwarf2/dw2-var-zero-addr.exp
8711 * gdb.dwarf2/dw4-sig-types.exp
8712 * gdb.dwarf2/dwz.exp
8713 * gdb.dwarf2/dynarr-ptr.exp
8714 * gdb.dwarf2/enum-type.exp
8715 * gdb.dwarf2/gdb-index.exp
8716 * gdb.dwarf2/implptr-64bit.exp
8717 * gdb.dwarf2/implptr-optimized-out.exp
8718 * gdb.dwarf2/implptr.exp
8719 * gdb.dwarf2/implref-array.exp
8720 * gdb.dwarf2/implref-const.exp
8721 * gdb.dwarf2/implref-global.exp
8722 * gdb.dwarf2/implref-struct.exp
8723 * gdb.dwarf2/mac-fileno.exp
8724 * gdb.dwarf2/main-subprogram.exp
8725 * gdb.dwarf2/member-ptr-forwardref.exp
8726 * gdb.dwarf2/method-ptr.exp
8727 * gdb.dwarf2/missing-sig-type.exp
8728 * gdb.dwarf2/nonvar-access.exp
8729 * gdb.dwarf2/opaque-type-lookup.exp
8730 * gdb.dwarf2/pieces-optimized-out.exp
8731 * gdb.dwarf2/pieces.exp
8732 * gdb.dwarf2/pr10770.exp
8733 * gdb.dwarf2/pr13961.exp
8734 * gdb.dwarf2/staticvirtual.exp
8735 * gdb.dwarf2/subrange.exp
8736 * gdb.dwarf2/symtab-producer.exp
8737 * gdb.dwarf2/trace-crash.exp
8738 * gdb.dwarf2/typeddwarf.exp
8739 * gdb.dwarf2/valop.exp
8740 * gdb.dwarf2/watch-notconst.exp
8741 * gdb.fortran/array-element.exp
8742 * gdb.fortran/charset.exp
8743 * gdb.fortran/common-block.exp
8744 * gdb.fortran/complex.exp
8745 * gdb.fortran/derived-type-function.exp
8746 * gdb.fortran/derived-type.exp
8747 * gdb.fortran/logical.exp
8748 * gdb.fortran/module.exp
8749 * gdb.fortran/multi-dim.exp
8750 * gdb.fortran/nested-funcs.exp
8751 * gdb.fortran/print-formatted.exp
8752 * gdb.fortran/subarray.exp
8753 * gdb.fortran/vla-alloc-assoc.exp
8754 * gdb.fortran/vla-datatypes.exp
8755 * gdb.fortran/vla-history.exp
8756 * gdb.fortran/vla-ptr-info.exp
8757 * gdb.fortran/vla-ptype-sub.exp
8758 * gdb.fortran/vla-ptype.exp
8759 * gdb.fortran/vla-sizeof.exp
8760 * gdb.fortran/vla-type.exp
8761 * gdb.fortran/vla-value-sub-arbitrary.exp
8762 * gdb.fortran/vla-value-sub-finish.exp
8763 * gdb.fortran/vla-value-sub.exp
8764 * gdb.fortran/vla-value.exp
8765 * gdb.fortran/whatis_type.exp
8766 * gdb.go/chan.exp
8767 * gdb.go/handcall.exp
8768 * gdb.go/hello.exp
8769 * gdb.go/integers.exp
8770 * gdb.go/methods.exp
8771 * gdb.go/package.exp
8772 * gdb.go/strings.exp
8773 * gdb.go/types.exp
8774 * gdb.go/unsafe.exp
8775 * gdb.guile/scm-arch.exp
8776 * gdb.guile/scm-block.exp
8777 * gdb.guile/scm-breakpoint.exp
8778 * gdb.guile/scm-cmd.exp
8779 * gdb.guile/scm-disasm.exp
8780 * gdb.guile/scm-equal.exp
8781 * gdb.guile/scm-frame-args.exp
8782 * gdb.guile/scm-frame-inline.exp
8783 * gdb.guile/scm-frame.exp
8784 * gdb.guile/scm-iterator.exp
8785 * gdb.guile/scm-math.exp
8786 * gdb.guile/scm-objfile.exp
8787 * gdb.guile/scm-ports.exp
8788 * gdb.guile/scm-symbol.exp
8789 * gdb.guile/scm-symtab.exp
8790 * gdb.guile/scm-value-cc.exp
8791 * gdb.guile/types-module.exp
8792 * gdb.linespec/break-ask.exp
8793 * gdb.linespec/cpexplicit.exp
8794 * gdb.linespec/explicit.exp
8795 * gdb.linespec/keywords.exp
8796 * gdb.linespec/linespec.exp
8797 * gdb.linespec/ls-dollar.exp
8798 * gdb.linespec/ls-errs.exp
8799 * gdb.linespec/skip-two.exp
8800 * gdb.linespec/thread.exp
8801 * gdb.mi/mi-async.exp
8802 * gdb.mi/mi-basics.exp
8803 * gdb.mi/mi-break.exp
8804 * gdb.mi/mi-catch-load.exp
8805 * gdb.mi/mi-cli.exp
8806 * gdb.mi/mi-cmd-param-changed.exp
8807 * gdb.mi/mi-console.exp
8808 * gdb.mi/mi-detach.exp
8809 * gdb.mi/mi-disassemble.exp
8810 * gdb.mi/mi-eval.exp
8811 * gdb.mi/mi-file-transfer.exp
8812 * gdb.mi/mi-file.exp
8813 * gdb.mi/mi-fill-memory.exp
8814 * gdb.mi/mi-inheritance-syntax-error.exp
8815 * gdb.mi/mi-linespec-err-cp.exp
8816 * gdb.mi/mi-logging.exp
8817 * gdb.mi/mi-memory-changed.exp
8818 * gdb.mi/mi-read-memory.exp
8819 * gdb.mi/mi-record-changed.exp
8820 * gdb.mi/mi-reg-undefined.exp
8821 * gdb.mi/mi-regs.exp
8822 * gdb.mi/mi-return.exp
8823 * gdb.mi/mi-reverse.exp
8824 * gdb.mi/mi-simplerun.exp
8825 * gdb.mi/mi-solib.exp
8826 * gdb.mi/mi-stack.exp
8827 * gdb.mi/mi-stepi.exp
8828 * gdb.mi/mi-syn-frame.exp
8829 * gdb.mi/mi-until.exp
8830 * gdb.mi/mi-var-block.exp
8831 * gdb.mi/mi-var-child.exp
8832 * gdb.mi/mi-var-cmd.exp
8833 * gdb.mi/mi-var-cp.exp
8834 * gdb.mi/mi-var-display.exp
8835 * gdb.mi/mi-var-invalidate.exp
8836 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8837 * gdb.mi/mi-vla-fortran.exp
8838 * gdb.mi/mi-watch.exp
8839 * gdb.mi/mi2-var-child.exp
8840 * gdb.mi/user-selected-context-sync.exp
8841 * gdb.modula2/unbounded-array.exp
8842 * gdb.multi/dummy-frame-restore.exp
8843 * gdb.multi/multi-arch-exec.exp
8844 * gdb.multi/multi-arch.exp
8845 * gdb.multi/tids.exp
8846 * gdb.multi/watchpoint-multi.exp
8847 * gdb.opencl/callfuncs.exp
8848 * gdb.opencl/convs_casts.exp
8849 * gdb.opencl/datatypes.exp
8850 * gdb.opencl/operators.exp
8851 * gdb.opencl/vec_comps.exp
8852 * gdb.opt/clobbered-registers-O2.exp
8853 * gdb.opt/inline-break.exp
8854 * gdb.opt/inline-bt.exp
8855 * gdb.opt/inline-cmds.exp
8856 * gdb.opt/inline-locals.exp
8857 * gdb.pascal/case-insensitive-symbols.exp
8858 * gdb.pascal/floats.exp
8859 * gdb.pascal/gdb11492.exp
8860 * gdb.python/lib-types.exp
8861 * gdb.python/py-arch.exp
8862 * gdb.python/py-as-string.exp
8863 * gdb.python/py-bad-printers.exp
8864 * gdb.python/py-block.exp
8865 * gdb.python/py-breakpoint-create-fail.exp
8866 * gdb.python/py-breakpoint.exp
8867 * gdb.python/py-caller-is.exp
8868 * gdb.python/py-cmd.exp
8869 * gdb.python/py-explore-cc.exp
8870 * gdb.python/py-explore.exp
8871 * gdb.python/py-finish-breakpoint.exp
8872 * gdb.python/py-finish-breakpoint2.exp
8873 * gdb.python/py-frame-args.exp
8874 * gdb.python/py-frame-inline.exp
8875 * gdb.python/py-frame.exp
8876 * gdb.python/py-framefilter-mi.exp
8877 * gdb.python/py-infthread.exp
8878 * gdb.python/py-lazy-string.exp
8879 * gdb.python/py-linetable.exp
8880 * gdb.python/py-mi-events.exp
8881 * gdb.python/py-mi-objfile.exp
8882 * gdb.python/py-mi.exp
8883 * gdb.python/py-objfile.exp
8884 * gdb.python/py-pp-integral.exp
8885 * gdb.python/py-pp-maint.exp
8886 * gdb.python/py-pp-re-notag.exp
8887 * gdb.python/py-pp-registration.exp
8888 * gdb.python/py-recurse-unwind.exp
8889 * gdb.python/py-strfns.exp
8890 * gdb.python/py-symbol.exp
8891 * gdb.python/py-symtab.exp
8892 * gdb.python/py-sync-interp.exp
8893 * gdb.python/py-typeprint.exp
8894 * gdb.python/py-unwind-maint.exp
8895 * gdb.python/py-unwind.exp
8896 * gdb.python/py-value-cc.exp
8897 * gdb.python/py-xmethods.exp
8898 * gdb.reverse/amd64-tailcall-reverse.exp
8899 * gdb.reverse/break-precsave.exp
8900 * gdb.reverse/break-reverse.exp
8901 * gdb.reverse/consecutive-precsave.exp
8902 * gdb.reverse/consecutive-reverse.exp
8903 * gdb.reverse/finish-precsave.exp
8904 * gdb.reverse/finish-reverse-bkpt.exp
8905 * gdb.reverse/finish-reverse.exp
8906 * gdb.reverse/fstatat-reverse.exp
8907 * gdb.reverse/getresuid-reverse.exp
8908 * gdb.reverse/i386-precsave.exp
8909 * gdb.reverse/i386-reverse.exp
8910 * gdb.reverse/i386-sse-reverse.exp
8911 * gdb.reverse/i387-env-reverse.exp
8912 * gdb.reverse/i387-stack-reverse.exp
8913 * gdb.reverse/insn-reverse.exp
8914 * gdb.reverse/machinestate-precsave.exp
8915 * gdb.reverse/machinestate.exp
8916 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8917 * gdb.reverse/pipe-reverse.exp
8918 * gdb.reverse/readv-reverse.exp
8919 * gdb.reverse/recvmsg-reverse.exp
8920 * gdb.reverse/rerun-prec.exp
8921 * gdb.reverse/s390-mvcle.exp
8922 * gdb.reverse/step-precsave.exp
8923 * gdb.reverse/step-reverse.exp
8924 * gdb.reverse/time-reverse.exp
8925 * gdb.reverse/until-precsave.exp
8926 * gdb.reverse/until-reverse.exp
8927 * gdb.reverse/waitpid-reverse.exp
8928 * gdb.reverse/watch-precsave.exp
8929 * gdb.reverse/watch-reverse.exp
8930 * gdb.rust/generics.exp
8931 * gdb.rust/methods.exp
8932 * gdb.rust/modules.exp
8933 * gdb.rust/simple.exp
8934 * gdb.server/connect-with-no-symbol-file.exp
8935 * gdb.server/ext-attach.exp
8936 * gdb.server/ext-restart.exp
8937 * gdb.server/ext-wrapper.exp
8938 * gdb.server/file-transfer.exp
8939 * gdb.server/server-exec-info.exp
8940 * gdb.server/server-kill.exp
8941 * gdb.server/server-mon.exp
8942 * gdb.server/wrapper.exp
8943 * gdb.stabs/exclfwd.exp
8944 * gdb.stabs/gdb11479.exp
8945 * gdb.threads/clone-new-thread-event.exp
8946 * gdb.threads/corethreads.exp
8947 * gdb.threads/current-lwp-dead.exp
8948 * gdb.threads/dlopen-libpthread.exp
8949 * gdb.threads/gcore-thread.exp
8950 * gdb.threads/sigstep-threads.exp
8951 * gdb.threads/watchpoint-fork.exp
8952 * gdb.trace/actions-changed.exp
8953 * gdb.trace/backtrace.exp
8954 * gdb.trace/change-loc.exp
8955 * gdb.trace/circ.exp
8956 * gdb.trace/collection.exp
8957 * gdb.trace/disconnected-tracing.exp
8958 * gdb.trace/ftrace.exp
8959 * gdb.trace/mi-trace-frame-collected.exp
8960 * gdb.trace/mi-trace-unavailable.exp
8961 * gdb.trace/mi-traceframe-changed.exp
8962 * gdb.trace/mi-tsv-changed.exp
8963 * gdb.trace/no-attach-trace.exp
8964 * gdb.trace/passc-dyn.exp
8965 * gdb.trace/qtro.exp
8966 * gdb.trace/range-stepping.exp
8967 * gdb.trace/read-memory.exp
8968 * gdb.trace/save-trace.exp
8969 * gdb.trace/signal.exp
8970 * gdb.trace/status-stop.exp
8971 * gdb.trace/tfile.exp
8972 * gdb.trace/trace-break.exp
8973 * gdb.trace/trace-buffer-size.exp
8974 * gdb.trace/trace-condition.exp
8975 * gdb.trace/tracefile-pseudo-reg.exp
8976 * gdb.trace/tstatus.exp
8977 * gdb.trace/unavailable.exp
8978 * gdb.trace/while-dyn.exp
8979 * gdb.trace/while-stepping.exp
8980
8981 2016-12-22 Doug Evans <xdje42@gmail.com>
8982
8983 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8984 and msymbols.
8985
8986 2016-12-19 Yao Qi <yao.qi@linaro.org>
8987
8988 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8989 (test_with_self): Don't call do_steps_and_nexts, and remove
8990 code about stepping into xmalloc.
8991
8992 2016-12-09 Yao Qi <yao.qi@linaro.org>
8993
8994 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8995
8996 2016-12-09 Yao Qi <yao.qi@linaro.org>
8997
8998 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8999
9000 2016-12-09 Pedro Alves <palves@redhat.com>
9001
9002 * gdb.base/all-architectures-0.exp: New file.
9003 * gdb.base/all-architectures-1.exp: New file.
9004 * gdb.base/all-architectures-2.exp: New file.
9005 * gdb.base/all-architectures-3.exp: New file.
9006 * gdb.base/all-architectures-4.exp: New file.
9007 * gdb.base/all-architectures-5.exp: New file.
9008 * gdb.base/all-architectures-6.exp: New file.
9009 * gdb.base/all-architectures-7.exp: New file.
9010 * gdb.base/all-architectures.exp.in: New file.
9011
9012 2016-12-09 Yao Qi <yao.qi@linaro.org>
9013
9014 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9015
9016 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9017
9018 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9019 possible.
9020 Remove useless pattern-matching code.
9021
9022 2016-12-02 Pedro Alves <palves@redhat.com>
9023
9024 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9025 procedure.
9026 (top level): Call it.
9027
9028 2016-12-02 Pedro Alves <palves@redhat.com>
9029
9030 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9031 New procedure.
9032 (top level): Call it.
9033
9034 2016-12-02 Pedro Alves <palves@redhat.com>
9035
9036 PR cli/20559
9037 * gdb.base/commands.exp (user_defined_command_args_eval): New
9038 procedure.
9039 (top level): Call it.
9040
9041 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9042
9043 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9044 timeout handling.
9045
9046 2016-12-02 Tom Tromey <tom@tromey.com>
9047
9048 * gdb.dwarf2/main-subprogram.c: New file.
9049 * gdb.dwarf2/main-subprogram.exp: New file.
9050
9051 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9052
9053 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9054 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9055 gdb_test_no_output for a couple of cases.
9056 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9057
9058 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9059
9060 Fix test names and standardize compilation error messages throughout
9061 the following files:
9062
9063 * gdb.ada/start.exp
9064 * gdb.arch/alpha-step.exp
9065 * gdb.arch/e500-prologue.exp
9066 * gdb.arch/ftrace-insn-reloc.exp
9067 * gdb.arch/gdb1291.exp
9068 * gdb.arch/gdb1431.exp
9069 * gdb.arch/gdb1558.exp
9070 * gdb.arch/i386-dr3-watch.exp
9071 * gdb.arch/i386-sse-stack-align.exp
9072 * gdb.arch/ia64-breakpoint-shadow.exp
9073 * gdb.arch/pa-nullify.exp
9074 * gdb.arch/powerpc-aix-prologue.exp
9075 * gdb.arch/thumb-bx-pc.exp
9076 * gdb.base/annota1.exp
9077 * gdb.base/annota3.exp
9078 * gdb.base/arrayidx.exp
9079 * gdb.base/assign.exp
9080 * gdb.base/attach.exp
9081 * gdb.base/auxv.exp
9082 * gdb.base/bang.exp
9083 * gdb.base/bfp-test.exp
9084 * gdb.base/bigcore.exp
9085 * gdb.base/bitfields2.exp
9086 * gdb.base/break-fun-addr.exp
9087 * gdb.base/break-probes.exp
9088 * gdb.base/call-rt-st.exp
9089 * gdb.base/callexit.exp
9090 * gdb.base/catch-fork-kill.exp
9091 * gdb.base/charset.exp
9092 * gdb.base/checkpoint.exp
9093 * gdb.base/comprdebug.exp
9094 * gdb.base/constvars.exp
9095 * gdb.base/coredump-filter.exp
9096 * gdb.base/cursal.exp
9097 * gdb.base/cvexpr.exp
9098 * gdb.base/detach.exp
9099 * gdb.base/display.exp
9100 * gdb.base/dmsym.exp
9101 * gdb.base/dprintf-pending.exp
9102 * gdb.base/dso2dso.exp
9103 * gdb.base/dtrace-probe.exp
9104 * gdb.base/dump.exp
9105 * gdb.base/enum_cond.exp
9106 * gdb.base/exe-lock.exp
9107 * gdb.base/exec-invalid-sysroot.exp
9108 * gdb.base/execl-update-breakpoints.exp
9109 * gdb.base/exprs.exp
9110 * gdb.base/fileio.exp
9111 * gdb.base/find.exp
9112 * gdb.base/finish.exp
9113 * gdb.base/fixsection.exp
9114 * gdb.base/foll-vfork.exp
9115 * gdb.base/frame-args.exp
9116 * gdb.base/gcore.exp
9117 * gdb.base/gdb1250.exp
9118 * gdb.base/global-var-nested-by-dso.exp
9119 * gdb.base/gnu-ifunc.exp
9120 * gdb.base/hashline1.exp
9121 * gdb.base/hashline2.exp
9122 * gdb.base/hashline3.exp
9123 * gdb.base/hbreak-in-shr-unsupported.exp
9124 * gdb.base/huge.exp
9125 * gdb.base/infcall-input.exp
9126 * gdb.base/info-fun.exp
9127 * gdb.base/info-shared.exp
9128 * gdb.base/jit-simple.exp
9129 * gdb.base/jit-so.exp
9130 * gdb.base/jit.exp
9131 * gdb.base/jump.exp
9132 * gdb.base/label.exp
9133 * gdb.base/lineinc.exp
9134 * gdb.base/logical.exp
9135 * gdb.base/longjmp.exp
9136 * gdb.base/macscp.exp
9137 * gdb.base/miscexprs.exp
9138 * gdb.base/new-ui-echo.exp
9139 * gdb.base/new-ui-pending-input.exp
9140 * gdb.base/new-ui.exp
9141 * gdb.base/nodebug.exp
9142 * gdb.base/nofield.exp
9143 * gdb.base/offsets.exp
9144 * gdb.base/overlays.exp
9145 * gdb.base/pending.exp
9146 * gdb.base/pointers.exp
9147 * gdb.base/pr11022.exp
9148 * gdb.base/printcmds.exp
9149 * gdb.base/prologue.exp
9150 * gdb.base/ptr-typedef.exp
9151 * gdb.base/realname-expand.exp
9152 * gdb.base/relativedebug.exp
9153 * gdb.base/relocate.exp
9154 * gdb.base/remote.exp
9155 * gdb.base/reread.exp
9156 * gdb.base/return2.exp
9157 * gdb.base/savedregs.exp
9158 * gdb.base/sep.exp
9159 * gdb.base/sepdebug.exp
9160 * gdb.base/sepsymtab.exp
9161 * gdb.base/set-inferior-tty.exp
9162 * gdb.base/setshow.exp
9163 * gdb.base/shlib-call.exp
9164 * gdb.base/sigaltstack.exp
9165 * gdb.base/siginfo-addr.exp
9166 * gdb.base/signals.exp
9167 * gdb.base/signull.exp
9168 * gdb.base/sigrepeat.exp
9169 * gdb.base/so-impl-ld.exp
9170 * gdb.base/solib-display.exp
9171 * gdb.base/solib-overlap.exp
9172 * gdb.base/solib-search.exp
9173 * gdb.base/solib-symbol.exp
9174 * gdb.base/structs.exp
9175 * gdb.base/structs2.exp
9176 * gdb.base/symtab-search-order.exp
9177 * gdb.base/twice.exp
9178 * gdb.base/unload.exp
9179 * gdb.base/varargs.exp
9180 * gdb.base/watchpoint-solib.exp
9181 * gdb.base/watchpoint.exp
9182 * gdb.base/whatis.exp
9183 * gdb.base/wrong_frame_bt_full.exp
9184 * gdb.btrace/dlopen.exp
9185 * gdb.cell/ea-standalone.exp
9186 * gdb.cell/ea-test.exp
9187 * gdb.cp/dispcxx.exp
9188 * gdb.cp/gdb2384.exp
9189 * gdb.cp/method2.exp
9190 * gdb.cp/nextoverthrow.exp
9191 * gdb.cp/pr10728.exp
9192 * gdb.disasm/am33.exp
9193 * gdb.disasm/h8300s.exp
9194 * gdb.disasm/mn10300.exp
9195 * gdb.disasm/sh3.exp
9196 * gdb.dwarf2/dw2-dir-file-name.exp
9197 * gdb.fortran/complex.exp
9198 * gdb.fortran/library-module.exp
9199 * gdb.guile/scm-pretty-print.exp
9200 * gdb.guile/scm-symbol.exp
9201 * gdb.guile/scm-type.exp
9202 * gdb.guile/scm-value.exp
9203 * gdb.linespec/linespec.exp
9204 * gdb.mi/gdb701.exp
9205 * gdb.mi/gdb792.exp
9206 * gdb.mi/mi-breakpoint-changed.exp
9207 * gdb.mi/mi-dprintf-pending.exp
9208 * gdb.mi/mi-dprintf.exp
9209 * gdb.mi/mi-exit-code.exp
9210 * gdb.mi/mi-pending.exp
9211 * gdb.mi/mi-solib.exp
9212 * gdb.mi/new-ui-mi-sync.exp
9213 * gdb.mi/pr11022.exp
9214 * gdb.mi/user-selected-context-sync.exp
9215 * gdb.opt/solib-intra-step.exp
9216 * gdb.python/py-events.exp
9217 * gdb.python/py-finish-breakpoint.exp
9218 * gdb.python/py-mi.exp
9219 * gdb.python/py-prettyprint.exp
9220 * gdb.python/py-shared.exp
9221 * gdb.python/py-symbol.exp
9222 * gdb.python/py-template.exp
9223 * gdb.python/py-type.exp
9224 * gdb.python/py-value.exp
9225 * gdb.reverse/solib-precsave.exp
9226 * gdb.reverse/solib-reverse.exp
9227 * gdb.server/solib-list.exp
9228 * gdb.stabs/weird.exp
9229 * gdb.threads/reconnect-signal.exp
9230 * gdb.threads/stepi-random-signal.exp
9231 * gdb.trace/actions.exp
9232 * gdb.trace/ax.exp
9233 * gdb.trace/backtrace.exp
9234 * gdb.trace/change-loc.exp
9235 * gdb.trace/deltrace.exp
9236 * gdb.trace/ftrace-lock.exp
9237 * gdb.trace/ftrace.exp
9238 * gdb.trace/infotrace.exp
9239 * gdb.trace/mi-tracepoint-changed.exp
9240 * gdb.trace/packetlen.exp
9241 * gdb.trace/passcount.exp
9242 * gdb.trace/pending.exp
9243 * gdb.trace/range-stepping.exp
9244 * gdb.trace/report.exp
9245 * gdb.trace/stap-trace.exp
9246 * gdb.trace/tfind.exp
9247 * gdb.trace/trace-break.exp
9248 * gdb.trace/trace-condition.exp
9249 * gdb.trace/trace-enable-disable.exp
9250 * gdb.trace/trace-mt.exp
9251 * gdb.trace/tracecmd.exp
9252 * gdb.trace/tspeed.exp
9253 * gdb.trace/tsv.exp
9254 * lib/perftest.exp
9255
9256 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9257
9258 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9259 with gdb_test_no_output.
9260 Use command as test name.
9261
9262 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9263
9264 Fix test names starting with uppercase throughout the files.
9265
9266 * gdb.ada/assign_1.exp
9267 * gdb.ada/boolean_expr.exp
9268 * gdb.base/arrayidx.exp
9269 * gdb.base/del.exp
9270 * gdb.base/gcore-buffer-overflow.exp
9271 * gdb.base/testenv.exp
9272 * gdb.compile/compile.exp
9273 * gdb.python/py-framefilter-invalidarg.exp
9274 * gdb.python/py-framefilter.exp
9275
9276 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9277
9278 Fix test names starting with uppercase throughout the files.
9279
9280 * gdb.ada/array_return.exp
9281 * gdb.ada/expr_delims.exp
9282 * gdb.ada/mi_dyn_arr.exp
9283 * gdb.ada/mi_interface.exp
9284 * gdb.ada/mi_var_array.exp
9285 * gdb.ada/watch_arg.exp
9286 * gdb.arch/alpha-step.exp
9287 * gdb.arch/altivec-regs.exp
9288 * gdb.arch/e500-regs.exp
9289 * gdb.arch/powerpc-d128-regs.exp
9290 * gdb.base/arrayidx.exp
9291 * gdb.base/break.exp
9292 * gdb.base/checkpoint.exp
9293 * gdb.base/debug-expr.exp
9294 * gdb.base/dmsym.exp
9295 * gdb.base/radix.exp
9296 * gdb.base/sepdebug.exp
9297 * gdb.base/testenv.exp
9298 * gdb.base/watch_thread_num.exp
9299 * gdb.base/watchpoint-cond-gone.exp
9300 * gdb.cell/break.exp
9301 * gdb.cell/ea-cache.exp
9302 * gdb.compile/compile.exp
9303 * gdb.cp/gdb2495.exp
9304 * gdb.gdb/selftest.exp
9305 * gdb.gdb/xfullpath.exp
9306 * gdb.go/hello.exp
9307 * gdb.go/integers.exp
9308 * gdb.objc/basicclass.exp
9309 * gdb.pascal/hello.exp
9310 * gdb.pascal/integers.exp
9311 * gdb.python/py-breakpoint.exp
9312 * gdb.python/py-cmd.exp
9313 * gdb.python/py-linetable.exp
9314 * gdb.python/py-xmethods.exp
9315 * gdb.python/python.exp
9316 * gdb.reverse/consecutive-precsave.exp
9317 * gdb.reverse/finish-precsave.exp
9318 * gdb.reverse/i386-precsave.exp
9319 * gdb.reverse/machinestate-precsave.exp
9320 * gdb.reverse/sigall-precsave.exp
9321 * gdb.reverse/solib-precsave.exp
9322 * gdb.reverse/step-precsave.exp
9323 * gdb.reverse/until-precsave.exp
9324 * gdb.reverse/watch-precsave.exp
9325 * gdb.threads/leader-exit.exp
9326 * gdb.threads/pthreads.exp
9327 * gdb.threads/wp-replication.exp
9328 * gdb.trace/actions.exp
9329 * gdb.trace/mi-tsv-changed.exp
9330 * gdb.trace/tsv.exp
9331
9332 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9333
9334 Fix test names starting with uppercase throughout the files.
9335
9336 * gdb.arch/i386-bp_permanent.exp
9337 * gdb.arch/i386-gnu-cfi.exp
9338 * gdb.base/disasm-end-cu.exp
9339 * gdb.base/macscp.exp
9340 * gdb.base/pending.exp
9341 * gdb.base/watch_thread_num.exp
9342 * gdb.cp/exception.exp
9343 * gdb.cp/gdb2495.exp
9344 * gdb.cp/local.exp
9345 * gdb.python/py-evsignal.exp
9346 * gdb.python/python.exp
9347 * gdb.trace/tracecmd.exp
9348
9349 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9350
9351 Fix test names starting with uppercase throughout the files.
9352
9353 * gdb.base/charset.exp
9354 * gdb.base/eval.exp
9355 * gdb.base/multi-forks.exp
9356 * gdb.guile/scm-progspace.exp
9357 * gdb.opencl/datatypes.exp
9358 * gdb.python/py-block.exp
9359 * gdb.python/py-function.exp
9360 * gdb.python/py-symbol.exp
9361 * gdb.python/py-symtab.exp
9362 * gdb.python/py-xmethods.exp
9363 * gdb.reverse/break-precsave.exp
9364 * gdb.reverse/break-reverse.exp
9365 * gdb.reverse/consecutive-precsave.exp
9366 * gdb.reverse/consecutive-reverse.exp
9367 * gdb.reverse/finish-precsave.exp
9368 * gdb.reverse/finish-reverse-bkpt.exp
9369 * gdb.reverse/finish-reverse.exp
9370 * gdb.reverse/fstatat-reverse.exp
9371 * gdb.reverse/getresuid-reverse.exp
9372 * gdb.reverse/i386-precsave.exp
9373 * gdb.reverse/i386-reverse.exp
9374 * gdb.reverse/i386-sse-reverse.exp
9375 * gdb.reverse/i387-stack-reverse.exp
9376 * gdb.reverse/insn-reverse.exp
9377 * gdb.reverse/machinestate-precsave.exp
9378 * gdb.reverse/machinestate.exp
9379 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9380 * gdb.reverse/pipe-reverse.exp
9381 * gdb.reverse/readv-reverse.exp
9382 * gdb.reverse/recvmsg-reverse.exp
9383 * gdb.reverse/rerun-prec.exp
9384 * gdb.reverse/s390-mvcle.exp
9385 * gdb.reverse/sigall-precsave.exp
9386 * gdb.reverse/sigall-reverse.exp
9387 * gdb.reverse/solib-precsave.exp
9388 * gdb.reverse/solib-reverse.exp
9389 * gdb.reverse/step-precsave.exp
9390 * gdb.reverse/step-reverse.exp
9391 * gdb.reverse/time-reverse.exp
9392 * gdb.reverse/until-precsave.exp
9393 * gdb.reverse/until-reverse.exp
9394 * gdb.reverse/waitpid-reverse.exp
9395 * gdb.reverse/watch-precsave.exp
9396 * gdb.reverse/watch-reverse.exp
9397
9398 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9399
9400 Fix test names starting with uppercase throughout the files.
9401
9402 * gdb.arch/i386-mpx-simple_segv.exp
9403 * gdb.arch/i386-mpx.exp
9404 * gdb.arch/i386-permbkpt.exp
9405 * gdb.arch/pa-nullify.exp
9406 * gdb.arch/powerpc-d128-regs.exp
9407 * gdb.arch/vsx-regs.exp
9408 * gdb.base/bfp-test.exp
9409 * gdb.base/break.exp
9410 * gdb.base/breakpoint-shadow.exp
9411 * gdb.base/callfuncs.exp
9412 * gdb.base/charset.exp
9413 * gdb.base/commands.exp
9414 * gdb.base/completion.exp
9415 * gdb.base/dfp-test.exp
9416 * gdb.base/echo.exp
9417 * gdb.base/ending-run.exp
9418 * gdb.base/eval.exp
9419 * gdb.base/expand-psymtabs.exp
9420 * gdb.base/float128.exp
9421 * gdb.base/floatn.exp
9422 * gdb.base/foll-exec-mode.exp
9423 * gdb.base/gdb1056.exp
9424 * gdb.base/gdb11531.exp
9425 * gdb.base/kill-after-signal.exp
9426 * gdb.base/multi-forks.exp
9427 * gdb.base/overlays.exp
9428 * gdb.base/pending.exp
9429 * gdb.base/sepdebug.exp
9430 * gdb.base/testenv.exp
9431 * gdb.base/valgrind-db-attach.exp
9432 * gdb.base/watch_thread_num.exp
9433 * gdb.base/watchpoint-cond-gone.exp
9434 * gdb.base/watchpoint.exp
9435 * gdb.base/watchpoints.exp
9436 * gdb.cp/arg-reference.exp
9437 * gdb.cp/baseenum.exp
9438 * gdb.cp/operator.exp
9439 * gdb.cp/shadow.exp
9440 * gdb.dwarf2/dw2-op-out-param.exp
9441 * gdb.dwarf2/dw2-reg-undefined.exp
9442 * gdb.go/chan.exp
9443 * gdb.go/hello.exp
9444 * gdb.go/integers.exp
9445 * gdb.go/methods.exp
9446 * gdb.go/package.exp
9447 * gdb.guile/scm-parameter.exp
9448 * gdb.guile/scm-progspace.exp
9449 * gdb.guile/scm-value.exp
9450 * gdb.mi/mi-pending.exp
9451 * gdb.mi/user-selected-context-sync.exp
9452 * gdb.multi/multi-attach.exp
9453 * gdb.multi/tids.exp
9454 * gdb.opt/clobbered-registers-O2.exp
9455 * gdb.pascal/floats.exp
9456 * gdb.pascal/integers.exp
9457 * gdb.python/py-block.exp
9458 * gdb.python/py-events.exp
9459 * gdb.python/py-parameter.exp
9460 * gdb.python/py-symbol.exp
9461 * gdb.python/py-symtab.exp
9462 * gdb.python/py-type.exp
9463 * gdb.python/py-value.exp
9464 * gdb.python/py-xmethods.exp
9465 * gdb.python/python.exp
9466 * gdb.reverse/break-precsave.exp
9467 * gdb.reverse/consecutive-precsave.exp
9468 * gdb.reverse/finish-precsave.exp
9469 * gdb.reverse/i386-precsave.exp
9470 * gdb.reverse/machinestate-precsave.exp
9471 * gdb.reverse/sigall-precsave.exp
9472 * gdb.reverse/solib-precsave.exp
9473 * gdb.reverse/step-precsave.exp
9474 * gdb.reverse/until-precsave.exp
9475 * gdb.reverse/watch-precsave.exp
9476 * gdb.server/ext-attach.exp
9477 * gdb.server/ext-restart.exp
9478 * gdb.server/ext-run.exp
9479 * gdb.server/ext-wrapper.exp
9480 * gdb.stabs/gdb11479.exp
9481 * gdb.stabs/weird.exp
9482 * gdb.threads/attach-many-short-lived-threads.exp
9483 * gdb.threads/kill.exp
9484 * gdb.threads/watchpoint-fork.exp
9485
9486 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9487
9488 Fix test names starting with uppercase throughout all the files below.
9489
9490 * gdb.ada/array_return.exp
9491 * gdb.ada/catch_ex.exp
9492 * gdb.ada/info_exc.exp
9493 * gdb.ada/mi_catch_ex.exp
9494 * gdb.ada/mi_dyn_arr.exp
9495 * gdb.ada/mi_ex_cond.exp
9496 * gdb.ada/mi_exc_info.exp
9497 * gdb.ada/mi_interface.exp
9498 * gdb.ada/mi_task_arg.exp
9499 * gdb.ada/mi_task_info.exp
9500 * gdb.ada/mi_var_array.exp
9501 * gdb.arch/alpha-step.exp
9502 * gdb.arch/amd64-disp-step.exp
9503 * gdb.arch/arm-disp-step.exp
9504 * gdb.arch/disp-step-insn-reloc.exp
9505 * gdb.arch/e500-prologue.exp
9506 * gdb.arch/ftrace-insn-reloc.exp
9507 * gdb.arch/gdb1558.exp
9508 * gdb.arch/i386-bp_permanent.exp
9509 * gdb.arch/i386-disp-step.exp
9510 * gdb.arch/i386-float.exp
9511 * gdb.arch/i386-gnu-cfi.exp
9512 * gdb.arch/ia64-breakpoint-shadow.exp
9513 * gdb.arch/mips16-thunks.exp
9514 * gdb.arch/pa-nullify.exp
9515 * gdb.arch/powerpc-aix-prologue.exp
9516 * gdb.arch/powerpc-power.exp
9517 * gdb.arch/ppc-dfp.exp
9518 * gdb.arch/s390-tdbregs.exp
9519 * gdb.arch/spu-info.exp
9520 * gdb.arch/spu-ls.exp
9521 * gdb.arch/thumb-bx-pc.exp
9522 * gdb.base/advance.exp
9523 * gdb.base/annota-input-while-running.exp
9524 * gdb.base/arrayidx.exp
9525 * gdb.base/asmlabel.exp
9526 * gdb.base/async.exp
9527 * gdb.base/attach-wait-input.exp
9528 * gdb.base/auto-connect-native-target.exp
9529 * gdb.base/batch-preserve-term-settings.exp
9530 * gdb.base/bfp-test.exp
9531 * gdb.base/bigcore.exp
9532 * gdb.base/bp-permanent.exp
9533 * gdb.base/break-always.exp
9534 * gdb.base/break-fun-addr.exp
9535 * gdb.base/break-idempotent.exp
9536 * gdb.base/break-main-file-remove-fail.exp
9537 * gdb.base/break-probes.exp
9538 * gdb.base/break-unload-file.exp
9539 * gdb.base/break.exp
9540 * gdb.base/call-ar-st.exp
9541 * gdb.base/call-rt-st.exp
9542 * gdb.base/call-sc.exp
9543 * gdb.base/call-signal-resume.exp
9544 * gdb.base/call-strs.exp
9545 * gdb.base/callexit.exp
9546 * gdb.base/callfuncs.exp
9547 * gdb.base/catch-gdb-caused-signals.exp
9548 * gdb.base/catch-signal-siginfo-cond.exp
9549 * gdb.base/catch-syscall.exp
9550 * gdb.base/compare-sections.exp
9551 * gdb.base/cond-eval-mode.exp
9552 * gdb.base/condbreak-call-false.exp
9553 * gdb.base/consecutive-step-over.exp
9554 * gdb.base/cursal.exp
9555 * gdb.base/disabled-location.exp
9556 * gdb.base/disasm-end-cu.exp
9557 * gdb.base/display.exp
9558 * gdb.base/double-prompt-target-event-error.exp
9559 * gdb.base/dprintf-bp-same-addr.exp
9560 * gdb.base/dprintf-detach.exp
9561 * gdb.base/dprintf-next.exp
9562 * gdb.base/dprintf-non-stop.exp
9563 * gdb.base/dprintf-pending.exp
9564 * gdb.base/dso2dso.exp
9565 * gdb.base/ending-run.exp
9566 * gdb.base/enum_cond.exp
9567 * gdb.base/examine-backward.exp
9568 * gdb.base/exe-lock.exp
9569 * gdb.base/exec-invalid-sysroot.exp
9570 * gdb.base/execl-update-breakpoints.exp
9571 * gdb.base/execution-termios.exp
9572 * gdb.base/fileio.exp
9573 * gdb.base/fixsection.exp
9574 * gdb.base/foll-exec-mode.exp
9575 * gdb.base/foll-exec.exp
9576 * gdb.base/fork-running-state.exp
9577 * gdb.base/frame-args.exp
9578 * gdb.base/fullpath-expand.exp
9579 * gdb.base/func-ptr.exp
9580 * gdb.base/gcore-relro-pie.exp
9581 * gdb.base/gdb1090.exp
9582 * gdb.base/gdb1555.exp
9583 * gdb.base/global-var-nested-by-dso.exp
9584 * gdb.base/gnu-ifunc.exp
9585 * gdb.base/hbreak-in-shr-unsupported.exp
9586 * gdb.base/hbreak-unmapped.exp
9587 * gdb.base/hook-stop.exp
9588 * gdb.base/infcall-input.exp
9589 * gdb.base/info-fun.exp
9590 * gdb.base/info-shared.exp
9591 * gdb.base/interrupt-noterm.exp
9592 * gdb.base/jit-so.exp
9593 * gdb.base/jit.exp
9594 * gdb.base/line-symtabs.exp
9595 * gdb.base/list.exp
9596 * gdb.base/longjmp.exp
9597 * gdb.base/macscp.exp
9598 * gdb.base/max-value-size.exp
9599 * gdb.base/nodebug.exp
9600 * gdb.base/nofield.exp
9601 * gdb.base/overlays.exp
9602 * gdb.base/paginate-after-ctrl-c-running.exp
9603 * gdb.base/paginate-bg-execution.exp
9604 * gdb.base/paginate-inferior-exit.exp
9605 * gdb.base/pending.exp
9606 * gdb.base/pr11022.exp
9607 * gdb.base/printcmds.exp
9608 * gdb.base/ptr-typedef.exp
9609 * gdb.base/ptype.exp
9610 * gdb.base/randomize.exp
9611 * gdb.base/range-stepping.exp
9612 * gdb.base/realname-expand.exp
9613 * gdb.base/relativedebug.exp
9614 * gdb.base/remote.exp
9615 * gdb.base/savedregs.exp
9616 * gdb.base/sepdebug.exp
9617 * gdb.base/set-noassign.exp
9618 * gdb.base/shlib-call.exp
9619 * gdb.base/shreloc.exp
9620 * gdb.base/sigaltstack.exp
9621 * gdb.base/sigbpt.exp
9622 * gdb.base/siginfo-addr.exp
9623 * gdb.base/siginfo-obj.exp
9624 * gdb.base/siginfo-thread.exp
9625 * gdb.base/signest.exp
9626 * gdb.base/signull.exp
9627 * gdb.base/sigrepeat.exp
9628 * gdb.base/skip.exp
9629 * gdb.base/so-impl-ld.exp
9630 * gdb.base/solib-corrupted.exp
9631 * gdb.base/solib-disc.exp
9632 * gdb.base/solib-display.exp
9633 * gdb.base/solib-overlap.exp
9634 * gdb.base/solib-search.exp
9635 * gdb.base/solib-symbol.exp
9636 * gdb.base/source-execution.exp
9637 * gdb.base/sss-bp-on-user-bp-2.exp
9638 * gdb.base/sss-bp-on-user-bp.exp
9639 * gdb.base/stack-checking.exp
9640 * gdb.base/stale-infcall.exp
9641 * gdb.base/step-break.exp
9642 * gdb.base/step-line.exp
9643 * gdb.base/step-over-exit.exp
9644 * gdb.base/step-test.exp
9645 * gdb.base/structs.exp
9646 * gdb.base/sym-file.exp
9647 * gdb.base/symtab-search-order.exp
9648 * gdb.base/term.exp
9649 * gdb.base/type-opaque.exp
9650 * gdb.base/unload.exp
9651 * gdb.base/until-nodebug.exp
9652 * gdb.base/until.exp
9653 * gdb.base/unwindonsignal.exp
9654 * gdb.base/watch-cond.exp
9655 * gdb.base/watch-non-mem.exp
9656 * gdb.base/watch_thread_num.exp
9657 * gdb.base/watchpoint-reuse-slot.exp
9658 * gdb.base/watchpoint-solib.exp
9659 * gdb.base/watchpoint.exp
9660 * gdb.btrace/dlopen.exp
9661 * gdb.cell/arch.exp
9662 * gdb.cell/break.exp
9663 * gdb.cell/bt.exp
9664 * gdb.cell/core.exp
9665 * gdb.cell/data.exp
9666 * gdb.cell/dwarfaddr.exp
9667 * gdb.cell/ea-cache.exp
9668 * gdb.cell/ea-standalone.exp
9669 * gdb.cell/ea-test.exp
9670 * gdb.cell/f-regs.exp
9671 * gdb.cell/fork.exp
9672 * gdb.cell/gcore.exp
9673 * gdb.cell/mem-access.exp
9674 * gdb.cell/ptype.exp
9675 * gdb.cell/registers.exp
9676 * gdb.cell/sizeof.exp
9677 * gdb.cell/solib-symbol.exp
9678 * gdb.cell/solib.exp
9679 * gdb.compile/compile-tls.exp
9680 * gdb.cp/exception.exp
9681 * gdb.cp/gdb2495.exp
9682 * gdb.cp/local.exp
9683 * gdb.cp/mb-inline.exp
9684 * gdb.cp/mb-templates.exp
9685 * gdb.cp/pr10687.exp
9686 * gdb.cp/pr9167.exp
9687 * gdb.cp/scope-err.exp
9688 * gdb.cp/templates.exp
9689 * gdb.cp/virtfunc.exp
9690 * gdb.dwarf2/dw2-dir-file-name.exp
9691 * gdb.dwarf2/dw2-single-line-discriminators.exp
9692 * gdb.fortran/complex.exp
9693 * gdb.fortran/library-module.exp
9694 * gdb.guile/guile.exp
9695 * gdb.guile/scm-cmd.exp
9696 * gdb.guile/scm-frame-inline.exp
9697 * gdb.guile/scm-objfile.exp
9698 * gdb.guile/scm-pretty-print.exp
9699 * gdb.guile/scm-symbol.exp
9700 * gdb.guile/scm-type.exp
9701 * gdb.guile/scm-value.exp
9702 * gdb.linespec/keywords.exp
9703 * gdb.linespec/ls-errs.exp
9704 * gdb.linespec/macro-relative.exp
9705 * gdb.linespec/thread.exp
9706 * gdb.mi/mi-breakpoint-changed.exp
9707 * gdb.mi/mi-dprintf-pending.exp
9708 * gdb.mi/mi-fullname-deleted.exp
9709 * gdb.mi/mi-logging.exp
9710 * gdb.mi/mi-pending.exp
9711 * gdb.mi/mi-solib.exp
9712 * gdb.mi/new-ui-mi-sync.exp
9713 * gdb.mi/user-selected-context-sync.exp
9714 * gdb.multi/dummy-frame-restore.exp
9715 * gdb.multi/multi-arch-exec.exp
9716 * gdb.multi/remove-inferiors.exp
9717 * gdb.multi/watchpoint-multi-exit.exp
9718 * gdb.opt/solib-intra-step.exp
9719 * gdb.perf/backtrace.exp
9720 * gdb.perf/single-step.exp
9721 * gdb.perf/skip-command.exp
9722 * gdb.perf/skip-prologue.exp
9723 * gdb.perf/solib.exp
9724 * gdb.python/lib-types.exp
9725 * gdb.python/py-as-string.exp
9726 * gdb.python/py-bad-printers.exp
9727 * gdb.python/py-block.exp
9728 * gdb.python/py-breakpoint.exp
9729 * gdb.python/py-cmd.exp
9730 * gdb.python/py-events.exp
9731 * gdb.python/py-evthreads.exp
9732 * gdb.python/py-finish-breakpoint.exp
9733 * gdb.python/py-finish-breakpoint2.exp
9734 * gdb.python/py-frame-inline.exp
9735 * gdb.python/py-frame.exp
9736 * gdb.python/py-inferior.exp
9737 * gdb.python/py-infthread.exp
9738 * gdb.python/py-mi.exp
9739 * gdb.python/py-objfile.exp
9740 * gdb.python/py-pp-maint.exp
9741 * gdb.python/py-pp-registration.exp
9742 * gdb.python/py-prettyprint.exp
9743 * gdb.python/py-recurse-unwind.exp
9744 * gdb.python/py-shared.exp
9745 * gdb.python/py-symbol.exp
9746 * gdb.python/py-symtab.exp
9747 * gdb.python/py-template.exp
9748 * gdb.python/py-type.exp
9749 * gdb.python/py-unwind-maint.exp
9750 * gdb.python/py-unwind.exp
9751 * gdb.python/py-value.exp
9752 * gdb.python/python.exp
9753 * gdb.reverse/finish-reverse-bkpt.exp
9754 * gdb.reverse/insn-reverse.exp
9755 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9756 * gdb.reverse/solib-precsave.exp
9757 * gdb.reverse/solib-reverse.exp
9758 * gdb.stabs/gdb11479.exp
9759 * gdb.stabs/weird.exp
9760 * gdb.threads/fork-child-threads.exp
9761 * gdb.threads/fork-plus-threads.exp
9762 * gdb.threads/fork-thread-pending.exp
9763 * gdb.threads/forking-threads-plus-breakpoint.exp
9764 * gdb.threads/hand-call-in-threads.exp
9765 * gdb.threads/interrupted-hand-call.exp
9766 * gdb.threads/linux-dp.exp
9767 * gdb.threads/local-watch-wrong-thread.exp
9768 * gdb.threads/next-while-other-thread-longjmps.exp
9769 * gdb.threads/non-ldr-exit.exp
9770 * gdb.threads/pending-step.exp
9771 * gdb.threads/print-threads.exp
9772 * gdb.threads/process-dies-while-detaching.exp
9773 * gdb.threads/process-dies-while-handling-bp.exp
9774 * gdb.threads/pthreads.exp
9775 * gdb.threads/queue-signal.exp
9776 * gdb.threads/reconnect-signal.exp
9777 * gdb.threads/signal-command-handle-nopass.exp
9778 * gdb.threads/signal-command-multiple-signals-pending.exp
9779 * gdb.threads/signal-delivered-right-thread.exp
9780 * gdb.threads/signal-sigtrap.exp
9781 * gdb.threads/sigthread.exp
9782 * gdb.threads/staticthreads.exp
9783 * gdb.threads/stepi-random-signal.exp
9784 * gdb.threads/thread-unwindonsignal.exp
9785 * gdb.threads/thread_check.exp
9786 * gdb.threads/thread_events.exp
9787 * gdb.threads/tid-reuse.exp
9788 * gdb.threads/tls-nodebug.exp
9789 * gdb.threads/tls-shared.exp
9790 * gdb.threads/tls-so_extern.exp
9791 * gdb.threads/tls.exp
9792 * gdb.threads/wp-replication.exp
9793 * gdb.trace/actions-changed.exp
9794 * gdb.trace/actions.exp
9795 * gdb.trace/backtrace.exp
9796 * gdb.trace/change-loc.exp
9797 * gdb.trace/collection.exp
9798 * gdb.trace/deltrace.exp
9799 * gdb.trace/disconnected-tracing.exp
9800 * gdb.trace/entry-values.exp
9801 * gdb.trace/ftrace-lock.exp
9802 * gdb.trace/ftrace.exp
9803 * gdb.trace/infotrace.exp
9804 * gdb.trace/mi-trace-frame-collected.exp
9805 * gdb.trace/mi-trace-unavailable.exp
9806 * gdb.trace/mi-traceframe-changed.exp
9807 * gdb.trace/mi-tracepoint-changed.exp
9808 * gdb.trace/mi-tsv-changed.exp
9809 * gdb.trace/no-attach-trace.exp
9810 * gdb.trace/packetlen.exp
9811 * gdb.trace/passc-dyn.exp
9812 * gdb.trace/passcount.exp
9813 * gdb.trace/pending.exp
9814 * gdb.trace/pr16508.exp
9815 * gdb.trace/qtro.exp
9816 * gdb.trace/range-stepping.exp
9817 * gdb.trace/read-memory.exp
9818 * gdb.trace/report.exp
9819 * gdb.trace/save-trace.exp
9820 * gdb.trace/signal.exp
9821 * gdb.trace/stap-trace.exp
9822 * gdb.trace/status-stop.exp
9823 * gdb.trace/strace.exp
9824 * gdb.trace/tfile.exp
9825 * gdb.trace/tfind.exp
9826 * gdb.trace/trace-break.exp
9827 * gdb.trace/trace-condition.exp
9828 * gdb.trace/trace-enable-disable.exp
9829 * gdb.trace/trace-mt.exp
9830 * gdb.trace/tracecmd.exp
9831 * gdb.trace/tracefile-pseudo-reg.exp
9832 * gdb.trace/tspeed.exp
9833 * gdb.trace/tstatus.exp
9834 * gdb.trace/tsv.exp
9835 * gdb.trace/unavailable.exp
9836 * gdb.trace/while-dyn.exp
9837 * gdb.trace/while-stepping.exp
9838 * lib/gdb-guile.exp
9839 * lib/gdb.exp
9840 * lib/mi-support.exp
9841 * lib/pascal.exp
9842 * lib/perftest.exp
9843 * lib/prelink-support.exp
9844 * lib/selftest-support.exp
9845
9846 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9847
9848 * Makefile.in: Include disable-implicit-rules.mk.
9849
9850 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9851
9852 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9853 non-byte-aligned bit fields.
9854
9855 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9856
9857 PR gdb/12616
9858 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9859 respects the DW_AT_data_bit_offset attribute.
9860
9861 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9862
9863 * gdb.base/default.exp: Fix output of "set language".
9864
9865 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9866
9867 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9868 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9869 make.
9870 * configure.ac: Remove checks for the make program.
9871 * configure: Re-generate.
9872
9873 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9874
9875 * gdb.python/py-recurse-unwind.c (main): Add loop.
9876 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9877 to read_register() and gdb.parse_and_eval(). Make each code
9878 call a separate case that can be individually tested.
9879 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9880 proc. Call cont_and_backtrace for each of the code paths that
9881 we want to test in the unwinder.
9882
9883 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9884
9885 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9886 the definition of struct S.
9887
9888 2016-11-11 Catherine Moore <clm@codesourcery.com>
9889
9890 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9891
9892 2016-11-09 Pedro Alves <palves@redhat.com>
9893
9894 * gdb.base/commands.exp (runto_or_return): New procedure.
9895 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9896 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9897 (progvar_simple_while_test, progvar_complex_if_while_test)
9898 (if_while_breakpoint_command_test)
9899 (infrun_breakpoint_command_test, breakpoint_command_test)
9900 (user_defined_command_test, watchpoint_command_test)
9901 (test_command_prompt_position, redefine_hook_test)
9902 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9903 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9904 multi_line_input and multi_line. Remove gdb_expect and
9905 gdb_stop_suppressing_tests uses.
9906 * lib/gdb.exp (valnum_re): New global.
9907 (multi_line_input): New procedure.
9908
9909 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9910
9911 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9912 Remove.
9913 (test_setup): Define with proc_with_prefix.
9914 (test_cli_inferior): Likewise.
9915 (test_cli_thread): Likewise.
9916 (test_cli_frame): Likewise.
9917 (test_cli_select_frame): Likewise.
9918 (test_cli_up_down): Likewise.
9919 (test_mi_thread_select): Likewise.
9920 (test_mi_stack_select_frame): Likewise.
9921 (test_cli_in_mi_inferior): Likewise.
9922 (test_cli_in_mi_thread): Likewise.
9923 (test_cli_in_mi_frame): Likewise.
9924 (top level): Do not use with_test_prefix_procname.
9925
9926 2016-11-09 Pedro Alves <palves@redhat.com>
9927
9928 * gdb.base/commands.exp (gdbvar_simple_if_test)
9929 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9930 (progvar_simple_if_test, progvar_simple_while_test)
9931 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9932 (infrun_breakpoint_command_test, breakpoint_command_test)
9933 (user_defined_command_test, watchpoint_command_test)
9934 (test_command_prompt_position, deprecated_command_test)
9935 (bp_deleted_in_command, temporary_breakpoint_commands)
9936 (stray_arg0_test, source_file_with_indented_comment)
9937 (recursive_source_test, if_commands_test)
9938 (error_clears_commands_left, redefine_hook_test)
9939 (redefine_backtrace_test): Use proc_with_prefix.
9940 * lib/gdb.exp (proc_with_prefix): New proc.
9941
9942 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9943
9944 * gdb.base/tui-layout.c: New file.
9945 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9946 disassembly window contains very long lines.
9947
9948 2016-11-08 Tom Tromey <tom@tromey.com>
9949
9950 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9951 depend on Python 2.
9952
9953 2016-11-08 Tom Tromey <tom@tromey.com>
9954
9955 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9956 New method.
9957
9958 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9959
9960 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9961
9962 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9963
9964 * gdb.rust/simple.rs: Add test for univariant enums without
9965 discriminants and for encoded struct-like enums.
9966
9967 2016-10-28 Pedro Alves <palves@redhat.com>
9968
9969 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9970 gdb_test_multiple, tighten regexps and match symtabs and line
9971 tables incrementally.
9972
9973 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9974
9975 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9976 general.
9977
9978 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9979
9980 * gdb.base/exec-invalid-sysroot.exp: New file.
9981
9982 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9983
9984 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9985
9986 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9987
9988 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9989
9990 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9991
9992 * gdb.base/killed-outside.exp: Remove $options from a call to
9993 `prepare_for_testing'.
9994
9995 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9996
9997 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9998 Change test message.
9999
10000 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10001
10002 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10003 Update comment.
10004
10005 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10006
10007 * gdb.trace/mi-trace-save.exp: New file.
10008
10009 2016-10-13 Yao Qi <yao.qi@linaro.org>
10010
10011 * gdb.base/code_elim.exp (get_var_address): Remove.
10012 * gdb.base/relocate.exp: Likewise.
10013 * gdb.base/shreloc.exp: Likewise.
10014 * lib/gdb.exp (get_var_address): New.
10015
10016 2016-10-13 Yao Qi <yao.qi@linaro.org>
10017
10018 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10019 floating point tests if $skip_float_test is false.
10020
10021 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10022
10023 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10024 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10025 argc values.
10026 Add 1 to argc so we guarantee distinct initial/modified argc values.
10027
10028 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10029
10030 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10031
10032 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10033
10034 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10035 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10036 * gdb.arch/vsx-regs.exp: Likewise.
10037
10038 2016-10-07 Yao Qi <yao.qi@linaro.org>
10039
10040 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10041
10042 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10043
10044 * gdb.python/python.exp: Test decode_line("*0").
10045
10046 2016-10-06 Doug Evans <dje@google.com>
10047
10048 * gdb.python/py-value.exp (test_value_creation): Add test for large
10049 unsigned 64-bit value.
10050
10051 2016-10-06 Tom Tromey <tom@tromey.com>
10052
10053 * gdb.compile/compile.exp: Change java tests to rust.
10054 * gdb.base/setshow.exp: Change java tests to rust.
10055 * gdb.base/default.exp: Remove java from language list.
10056 * README (Examples): Update language example.
10057 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10058 test.
10059 * lib/gdb.exp (skip_java_tests): Remove.
10060 * lib/java.exp: Remove.
10061 * gdb.java: Remove.
10062
10063 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10064
10065 * gdb.arch/mips-fcr.exp: New test.
10066 * gdb.arch/mips-fcr.c: Source for the new test.
10067
10068 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10069
10070 * gdb.base/solib-disc.exp: Use `standard_output_file'
10071 throughout.
10072
10073 2016-10-06 Pedro Alves <palves@redhat.com>
10074
10075 * gdb.base/jit-simple-dl.c: New file.
10076 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10077 * gdb.base/jit-simple.c: ... this.
10078 * gdb.base/jit-simple.exp (jit_run): Delete.
10079 (build_jit): New proc.
10080 (jit_test_reread): Recompile either the main program or the shared
10081 library, depending on what is being tested. Skip changing address
10082 if caller wants to. Compare before/after addresses. If testing
10083 standalone, explicitly load the binary. Test "maint info
10084 breakpoints".
10085 (top level): Add "standalone vs shared lib" and "change address"
10086 vs "same address" axes.
10087
10088 2016-10-06 Pedro Alves <palves@redhat.com>
10089
10090 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10091 call.
10092 (jit_run): Delete.
10093 (jit_test_reread): Use with_test_prefix. Reload the main binary
10094 explicitly. Compare the before/after addresses of the JIT
10095 descriptor.
10096
10097 2016-08-15 Doug Evans <dje@google.com>
10098
10099 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10100 for single bitfields is bool.
10101 * gdb.xml/tdesc-regs.exp: Ditto.
10102
10103 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10104
10105 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10106
10107 2016-10-05 Yao Qi <yao.qi@linaro.org>
10108
10109 * lib/gdb.exp (support_complex_tests): Return zero if
10110 gdb_skip_float_test return true.
10111
10112 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10113 Simon Marchi <simon.marchi@ericsson.com>
10114
10115 PR gdb/20487
10116 * gdb.mi/user-selected-context-sync.exp: New file.
10117 * gdb.mi/user-selected-context-sync.c: New file.
10118
10119 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10120 Simon Marchi <simon.marchi@ericsson.com>
10121
10122 PR gdb/20487
10123 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10124 =thread-select-event check.
10125
10126 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10127
10128 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10129 the compulsory L operand changes.
10130 * gdb.arch/powerpc-power.s: Likewise.
10131
10132 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10133
10134 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10135 * gdb.base/jit-attach-pie.c: New file.
10136 * gdb.base/jit-attach-pie.exp: New file.
10137
10138 2016-09-28 Pedro Alves <palves@redhat.com>
10139
10140 * gdb.base/infcall-input.c: New file.
10141 * gdb.base/infcall-input.exp: New file.
10142
10143 2016-09-22 Yao Qi <yao.qi@linaro.org>
10144
10145 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10146 (gdb_exit): Rename it to ...
10147 (gdbserver_gdb_exit): ... Close GDBserver.
10148 (gdb_exit): New proc, call gdbserver_gdb_exit.
10149 (mi_gdb_exit): Likewise.
10150
10151 2016-09-22 Yao Qi <yao.qi@linaro.org>
10152
10153 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10154 path.
10155 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10156 Remove duplication.
10157
10158 2016-09-22 Yao Qi <yao.qi@linaro.org>
10159
10160 * lib/gdbserver-support.exp: Check the existence of
10161 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10162
10163 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10164
10165 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10166
10167 2016-09-21 Tom Tromey <tom@tromey.com>
10168
10169 PR gdb/20604:
10170 * gdb.base/quit.exp: New file.
10171
10172 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10173
10174 * .gitignore: New file.
10175
10176 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10177
10178 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10179 throughout.
10180
10181 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10182
10183 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10184
10185 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10186
10187 * gdb.cp/casts.cc (decltype): Move it ...
10188 (main): ... with its call to ...
10189 * gdb.cp/casts03.cc: ... a new file.
10190 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10191
10192 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10193
10194 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10195
10196 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10197
10198 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10199 and sync up the test with tests in gas/testsuite/gas/ppc.
10200 * gdb.arch/powerpc-power.exp: Likewise.
10201
10202 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10203
10204 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10205
10206 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10207 Jan Kratochvil <jan.kratochvil@redhat.com>
10208
10209 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10210 make m1's definition to be different from m2's. Use 'dummy' as an
10211 argument for probe 'two'.
10212
10213 2016-09-10 Jon Beniston <jon@beniston.com>
10214
10215 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10216 for sim target.
10217
10218 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10219
10220 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10221 variable declaration.
10222 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10223 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10224 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10225 received HWCAP as its argument.
10226
10227 2016-09-06 Pedro Alves <palves@redhat.com>
10228
10229 * gdb.base/new-ui-pending-input.c: New file.
10230 * gdb.base/new-ui-pending-input.exp: New file.
10231 * gdb.exp (clear_gdb_spawn_id): New procedure.
10232 (with_spawn_id): Check whether gdb_spawn_id exists before
10233 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10234 on exit.
10235
10236 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10237
10238 * gdb.base/float128.c: New file.
10239 * gdb.base/float128.exp: Likewise.
10240 * gdb.base/floatn.c: Likewise.
10241 * gdb.base/floatn.exp: Likewise.
10242
10243 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10244
10245 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10246
10247 2016-09-05 Pedro Alves <palves@redhat.com>
10248
10249 PR backtrace/19927
10250 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10251 unwinders are immediately called as side effect of "source" or
10252 "disable unwinder" commands.
10253 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10254
10255 2016-09-02 Yao Qi <yao.qi@linaro.org>
10256
10257 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10258 is true and $type is "float" or "double".
10259
10260 2016-09-02 Yao Qi <yao.qi@linaro.org>
10261
10262 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10263 true.
10264 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10265 * gdb.base/call-rt-st.exp: Likewise.
10266 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10267 return value instead of gdb,skip_float_test.
10268 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10269 (do_function_calls): Use its return value instead of
10270 gdb,skip_float_test.
10271 * gdb.base/finish.exp: Likewise.
10272 * gdb.base/funcargs.exp: Likewise.
10273 * gdb.base/return.exp: Likewise.
10274 * gdb.base/return2.exp: Likewise.
10275 * gdb.base/varargs.exp: Likewise.
10276 * lib/gdb.exp (gdb_skip_float_test): Change it to
10277 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10278
10279 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10280
10281 * gdb.multi/tids.exp: Test "thread apply all".
10282
10283 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10284
10285 * gdb.base/default.exp (tty): Remove.
10286
10287 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10288
10289 * gdb.python/py-recurse-unwind.c: New file.
10290 * gdb.python/py-recurse-unwind.py: New file.
10291 * gdb.python/py-recurse-unwind.exp: New file.
10292
10293 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10294
10295 * gdb.base/set-inferior-tty.exp: New file.
10296 * gdb.base/set-inferior-tty.c: New file.
10297
10298 2016-08-23 Pedro Alves <palves@redhat.com>
10299
10300 PR gdb/20494
10301 * gdb.base/new-ui-echo.c: New file.
10302 * gdb.base/new-ui-echo.exp: New file.
10303
10304 2016-08-23 Yao Qi <yao.qi@linaro.org>
10305
10306 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10307 gdbserver_spawn.
10308 * gdb.server/connect-without-multi-process.exp (do_test):
10309 Likewise.
10310
10311 2016-08-23 Yao Qi <yao.qi@linaro.org>
10312
10313 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10314 standalone_txt. Delete gdb_txt and standalone_txt on host
10315 and target. Spawn the binary on target. Copy files from
10316 target to host.
10317
10318 2016-08-22 Pedro Alves <palves@redhat.com>
10319
10320 PR gdb/20505
10321 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10322 with_test_prefix. Factor out bits to ...
10323 (test_no_vdso): ... this new procedure.
10324
10325 2016-08-19 Carl Love <cel@us.ibm.com>
10326
10327 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10328 maintaining separate logic for constructing the output path.
10329 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10330 * gdb.arch/ppc-dfp.exp: Likewise.
10331 * gdb.arch/ppc-fp.exp: Likewise.
10332 * gdb.arch/vsx-regs.exp: Likewise.
10333 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10334 binprefix for generating the additional binary files.
10335
10336 2016-08-19 Pedro Alves <palves@redhat.com>
10337
10338 * gdb.trace/mi-trace-frame-collected.exp
10339 (test_trace_frame_collected): On x32, expect two registers.
10340
10341 2016-08-18 Carl Love <cel@us.ibm.com>
10342
10343 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10344 and sync up the test with tests in gas/testsuite/gas/ppc.
10345 * gdb.arch/powerpc-power.exp: Likewise.
10346
10347 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10348
10349 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10350 expected error message.
10351
10352 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10353
10354 * gdb.multi/remove-inferiors.exp: New file.
10355 * gdb.multi/remove-inferiors.c: New file.
10356
10357 2016-08-12 Yao Qi <yao.qi@linaro.org>
10358
10359 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10360 argument list.
10361
10362 2016-08-10 Pedro Alves <palves@redhat.com>
10363
10364 PR gdb/19187
10365 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10366 setup_kfails.
10367
10368 2016-08-09 Pedro Alves <palves@redhat.com>
10369 Simon Marchi <simon.marchi@ericsson.com>
10370
10371 PR gdb/20418
10372 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10373 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10374
10375 2016-08-09 Pedro Alves <palves@redhat.com>
10376
10377 PR mi/20431
10378 * gdb.mi/mi-cmd-error.exp: New file.
10379
10380 2016-08-09 Pedro Alves <palves@redhat.com>
10381
10382 PR gdb/18653
10383 * gdb.base/signals-state-child.c: New file.
10384 * gdb.base/signals-state-child.exp: New file.
10385 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10386
10387 2016-08-09 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10390
10391 2016-08-03 Tom Tromey <tom@tromey.com>
10392
10393 PR python/18565:
10394 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10395
10396 2016-08-01 Yao Qi <yao.qi@linaro.org>
10397
10398 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10399 variable mode to "multi-process" if $multi_process is 1, otherwise
10400 set it to "single-process".
10401
10402 2016-08-01 Yao Qi <yao.qi@linaro.org>
10403
10404 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10405 * gdb.cp/cpexprs.exp: Likewise.
10406 * gdb.cp/m-static.exp: Likewise.
10407
10408 2016-07-26 Tom Tromey <tom@tromey.com>
10409
10410 PR python/20190:
10411 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10412 test.
10413
10414 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10415
10416 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10417 selecting assembly source files.
10418 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10419 assembly source files.
10420 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10421 assembly source files.
10422 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10423 selecting assembly source files.
10424
10425 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10426
10427 * gdb.base/new-ui.exp (do_test_invalid_args): New
10428 procedure.
10429
10430 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10431
10432 * gdb.btrace/reconnect.c: New file.
10433 * gdb.btrace/reconnect.exp: New file.
10434
10435 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10436
10437 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10438 to test_catch_syscall_group.
10439 (test_catch_syscall_group): New.
10440
10441 2016-07-21 Tom Tromey <tom@tromey.com>
10442
10443 * gdb.rust/simple.rs (main): Use empty struct expression.
10444 * gdb.rust/simple.exp: Add tests for empty struct expression.
10445
10446 2016-07-21 Yao Qi <yao.qi@linaro.org>
10447
10448 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10449 if gdb_skip_xml_test is true on some targets.
10450
10451 2016-07-21 Yao Qi <yao.qi@linaro.org>
10452
10453 * gdb.server/solib-list.exp: Unset last_loaded_file.
10454
10455 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10456
10457 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10458 "step into captured_main (args)".
10459
10460 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10461
10462 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10463
10464 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10465
10466 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10467
10468 2016-07-19 Pedro Alves <palves@redhat.com>
10469
10470 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10471 * gdb.opt/inline-bt.exp: Likewise.
10472 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10473 additional_flags=-Winline.
10474 * gdb.opt/inline-locals.exp: Likewise.
10475 * gdb.opt/inline-markers.c (ATTR): Define.
10476 (inlined_fn): Use it.
10477
10478 2016-07-19 Yao Qi <yao.qi@linaro.org>
10479
10480 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10481 (test_with_self): Remove some code. Remove argument executable.
10482 (top-level): Use do_self_tests.
10483
10484 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10485 Don Breazeal <donb@codesourcery.com>
10486
10487 * gdb.base/maint.exp: Escape paths used in regular expressions.
10488 * gdb.stabs/weird.exp: Likewise.
10489
10490 2016-07-13 Tom Tromey <tom@tromey.com>
10491
10492 PR python/15620, PR python/18620:
10493 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10494 (test_bkpt_events): New procs.
10495
10496 2016-07-13 Tom Tromey <tom@tromey.com>
10497
10498 PR python/17698:
10499 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10500 test.
10501 (test_watchpoints): Likewise.
10502 (test_bkpt_pending): New proc.
10503
10504 2016-07-13 Tom Tromey <tom@tromey.com>
10505
10506 PR cli/18053:
10507 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10508 completion test.
10509
10510 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10511
10512 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10513 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10514 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10515 f_label.
10516 (g): Rename g_end_lbl to g_label.
10517 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10518 low_pc and high_pc.
10519 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10520
10521 2016-07-12 Tom Tromey <tom@tromey.com>
10522
10523 PR python/19293:
10524 * gdb.python/py-unwind-maint.exp: Update tests.
10525
10526 2016-07-12 Yao Qi <yao.qi@linaro.org>
10527
10528 * lib/selftest-support.exp (selftest_setup): Match the output
10529 when captured_main is inlined.
10530
10531 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10532
10533 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10534 New variables.
10535 (print this%a, print this%b, print this): New tests.
10536 * gdb.fortran/derived-types.f90 (this): New object and
10537 initialization.
10538
10539 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10540
10541 * gdb.ada/arraydim.exp: Remove extra directory level in build
10542 directory.
10543
10544 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10545
10546 * lib/ada.exp: Remove extra directory level in build directory.
10547 * gdb.ada/cond_lang.exp: Likewise.
10548 * gdb.ada/exec_changed.exp: Likewise.
10549 * gdb.ada/lang_switch.exp: Likewise.
10550
10551 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10552
10553 * simple.rs: Add test for raw pointer subscripting.
10554 * simple.exp: Add test expectations.
10555
10556 2016-07-05 Yao Qi <yao.qi@linaro.org>
10557
10558 * gdb.mi/mi-reverse.exp: Match =record-started output.
10559
10560 2016-07-01 Pedro Alves <palves@redhat.com>
10561
10562 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10563 procedure.
10564 (jit_reader_test): Test the jit reader's unwinder.
10565 * gdb.base/jithost.c (jit_function_00_code): New global.
10566 (main): Use memcpy to fill in the mmapped code, instead of poking
10567 bytes manually here.
10568 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10569 value.
10570 (read_debug_info): Save the function's range.
10571 (read_sp): New function.
10572 (unwind_frame): Use it. Also unwind RBP.
10573 (get_frame_id): Use read_sp.
10574 (gdb_init_reader): Use calloc instead of malloc.
10575 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10576 parameter. Use gdb_test_multiple.
10577
10578 2016-07-01 Pedro Alves <palves@redhat.com>
10579 Antoine Tremblay <antoine.tremblay@ericsson.com>
10580
10581 * gdb.threads/process-dies-while-detaching.c: New file.
10582 * gdb.threads/process-dies-while-detaching.exp: New file.
10583
10584 2016-07-01 Pedro Alves <palves@redhat.com>
10585
10586 * gdb.multi/watchpoint-multi-exit.c: New file.
10587 * gdb.multi/watchpoint-multi-exit.exp: New file.
10588
10589 2016-06-30 Pedro Alves <palves@redhat.com>
10590
10591 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10592 unset inferior_spawn_id.
10593
10594 2016-06-30 Pedro Alves <palves@redhat.com>
10595
10596 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10597 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10598
10599 2016-06-29 Yao Qi <yao.qi@linaro.org>
10600
10601 * gdb.base/return.c: Add copyright header.
10602
10603 2016-06-29 Tom Tromey <tom@tromey.com>
10604
10605 PR python/20129:
10606 * gdb.python/py-framefilter.exp: Add tests for setting priority
10607 and disabling of non-existent frame filter.
10608
10609 2016-06-29 Yao Qi <yao.qi@linaro.org>
10610
10611 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10612 0x0f07ff.
10613
10614 2016-06-28 Yao Qi <yao.qi@linaro.org>
10615
10616 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10617 triplets. Start gdb, execute catch syscall, and continue. Check
10618 gdb's output to determine catch syscall is supported.
10619
10620 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10621
10622 * gdb.rust/simple.rs: Add test for returning unit in a function.
10623 * gdb.rust/simple.exp: Add expectation for functions returning
10624 unit.
10625
10626 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10627
10628 * gdb.python/py-breakpoint-create-fail.c,
10629 gdb.python/py-breakpoint-create-fail.exp,
10630 gdb.python/py-breakpoint-create-fail.py: New testcase.
10631
10632 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10633
10634 PR gdb/20239
10635 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10636 * gdb.rust/simple.exp: Add test expectations for new NonZero
10637 tests.
10638
10639 2016-06-24 David Taylor <dtaylor@emc.com>
10640
10641 * gdb.base/offsets.exp: New file.
10642 * gdb.base/offsets.c: New file.
10643
10644 2016-06-23 Tom Tromey <tom@tromey.com>
10645
10646 PR gdb/16483:
10647 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10648 before any filters are loaded.
10649
10650 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10651
10652 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10653 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10654 structs.
10655 * gdb.fortran/derived-type-function.exp: New file.
10656 * gdb.fortran/derived-type-function.f90: New file.
10657
10658
10659 2016-06-21 Pedro Alves <palves@redhat.com>
10660
10661 * gdb.base/new-ui.exp: New file.
10662 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10663 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10664 (with_spawn_id): New procedure.
10665
10666 2016-06-21 Pedro Alves <palves@redhat.com>
10667
10668 * gdb.mi/mi-exec-run.exp: New file.
10669
10670 2016-06-21 Pedro Alves <palves@redhat.com>
10671
10672 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10673 breakpoint command's output on the main UI.
10674 (test_break): New procedure, factored out from calls in the top
10675 level.
10676 (top level): Use foreach_with_prefix to test MI as main UI and as
10677 separate UI.
10678
10679 2016-06-21 Pedro Alves <palves@redhat.com>
10680
10681 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10682 (test_awatch_creation_and_listing)
10683 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10684 Remove 'type' parameter.
10685 (test_watchpoint_all): New parameter mi_mode. Remove
10686 with_test_prefix.
10687 (top level): Use foreach_with_prefix, and add main/separate UI MI
10688 testing axis.
10689
10690 2016-06-21 Pedro Alves <palves@redhat.com>
10691
10692 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10693 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10694 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10695 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10696 (gdb_main_spawn_id, mi_spawn_id): Declare and
10697 comment.
10698 (mi_create_inferior_pty): New procedure,
10699 factored out from default_mi_gdb_start.
10700 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10701 procedures.
10702 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10703 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10704 Use mi_create_inferior_pty.
10705 (mi_gdb_start): Use eval to pass down args list.
10706
10707 2016-06-21 Pedro Alves <palves@redhat.com>
10708
10709 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10710 * gdb.opt/inline-cmds.exp: Add MI tests.
10711
10712 2016-06-21 Pedro Alves <palves@redhat.com>
10713
10714 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10715
10716 2016-06-21 Pedro Alves <palves@redhat.com>
10717
10718 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10719 (top level): Use it instead of mi_execute_to.
10720
10721 2016-06-21 Pedro Alves <palves@redhat.com>
10722
10723 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10724 (cont_handler_str): New.
10725 (signal_stop_handler): Set stop_handler_str instead of printing to
10726 stdout.
10727 (continue_handler): Set cont_handler_str instead of printing to
10728 stdout.
10729 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10730 mi_send_resuming_command. Print stop_handler_str and
10731 cont_handler_str instead of expecting the python events print
10732 directly.
10733
10734 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10735
10736 * gdb.base/jit-reader.exp: New file.
10737 * gdb.base/jithost.c: New file.
10738 * gdb.base/jithost.h: New file.
10739 * gdb.base/jitreader.c : New file.
10740 * gdb.base/jit-protocol.h: New file.
10741
10742 2016-06-17 Yao Qi <yao.qi@linaro.org>
10743
10744 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10745 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10746 and detach-on-fork. Adjust tests.
10747 (top level): Invoke break_cond_on_syscall with combinations of
10748 syscall, follow-fork-mode and detach-on-fork.
10749
10750 2016-06-17 Yao Qi <yao.qi@linaro.org>
10751
10752 * gdb.base/step-over-exit.c: New.
10753 * gdb.base/step-over-exit.exp: New.
10754
10755 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10756
10757 * gdb.base/float.exp: Add target check for nds32*-*-*.
10758 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10759
10760 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10761
10762 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10763 for unsupported target features.
10764 * gdb.base/call-rt-st.exp: Likewise.
10765 * gdb.base/call-sc.exp: Likewise.
10766 * gdb.base/call-signal-resume.exp: Likewise.
10767 * gdb.base/call-strs.exp: Likewise.
10768 * gdb.base/callexit.exp: Likewise.
10769 * gdb.base/callfuncs.exp: Likewise.
10770 * gdb.base/nodebug.exp: Likewise.
10771 * gdb.base/printcmds.exp: Likewise.
10772 * gdb.base/ptype.exp: Likewise.
10773 * gdb.base/structs.exp: Likewise.
10774 * gdb.base/unwindonsignal.exp: Likewise.
10775 * gdb.cp/gdb2495.exp: Likewise.
10776 * gdb.cp/templates.exp: Likewise.
10777 * gdb.cp/virtfunc.exp: Likewise.
10778 * gdb.threads/hand-call-in-threads.exp: Likewise.
10779 * gdb.threads/interrupted-hand-call.exp: Likewise.
10780 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10781
10782 2016-06-10 Tom Tromey <tom@tromey.com>
10783
10784 PR rust/20110:
10785 * gdb.rust/expr.exp: Add test for integer constant larger than
10786 i32.
10787
10788 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10789
10790 * gdb.fortran/nested-funcs.exp: New.
10791 * gdb.fortran/nested-funcs.f90: New.
10792
10793 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10794
10795 * gdb.base/examine-backward.c: New file.
10796 * gdb.base/examine-backward.exp: New file.
10797
10798 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10799
10800 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10801 matching.
10802
10803 2016-06-02 Tom Tromey <tom@tromey.com>
10804
10805 PR python/18984:
10806 * gdb.python/py-shared.exp: Add solib_name test.
10807
10808 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10809
10810 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10811
10812 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10813
10814 PR c++/19893
10815 * gdb.dwarf2/implref.exp: Rename to...
10816 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10817 * gdb.dwarf2/implref-array.c: New file.
10818 * gdb.dwarf2/implref-array.exp: Likewise.
10819 * gdb.dwarf2/implref-global.c: Likewise.
10820 * gdb.dwarf2/implref-global.exp: Likewise.
10821 * gdb.dwarf2/implref-struct.c: Likewise.
10822 * gdb.dwarf2/implref-struct.exp: Likewise.
10823
10824 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10825
10826 * gdb.trace/trace-condition.exp: Add 64bit tests.
10827
10828 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10829
10830 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10831 bits types.
10832 (main): Adapt to 8 to 64 bits types.
10833 * gdb.trace/trace-condition.exp: Add new tests.
10834
10835 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10836
10837 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10838
10839 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10840
10841 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10842 Move condition tests...
10843 * gdb.trace/trace-condition.exp: Here.
10844
10845 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10846
10847 * gdb.trace/trace-condition.exp: Add counter-case tests.
10848
10849 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10850
10851 PR c++/15231
10852 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10853 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10854
10855 2016-05-27 Pedro Alves <palves@redhat.com>
10856
10857 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10858 New procedure.
10859 (top level): Call it, and bail out of DejaGnu is known to be bad.
10860
10861 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10862
10863 * gdb.base/whatis.c: Extend the test case.
10864 * gdb.base/whatis.exp: Add additional tests.
10865
10866 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10867
10868 * gdb.fortran/type.f90: Add pointer variable.
10869 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10870
10871 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10872
10873 * gdb.fortran/vla-type.exp: Fix testcase name.
10874
10875 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10876
10877 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10878
10879 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10880
10881 * gdb.fortran/type.f90: Add nested structures.
10882 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10883 * gdb.fortran/derived-type.exp: Adapt expected output.
10884 * gdb.fortran/vla-type.exp: Adapt expected output.
10885
10886 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10887
10888 * gdb.fortran/whatis_type.exp: Adapt expected output.
10889
10890 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10891
10892 * gdb.fortran/print_type.exp: Fix expected output.
10893 * gdb.fortran/whatis_type.exp: Fix expected output.
10894
10895 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10896
10897 * gdb.fortran/whatis_type.exp: Use multi_line.
10898
10899 2016-05-24 Tom Tromey <tom@tromey.com>
10900
10901 PR python/17386:
10902 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10903 use value as an index.
10904
10905 2016-05-23 Tom Tromey <tom@tromey.com>
10906
10907 PR python/17981:
10908 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10909 no-breakpoint case.
10910
10911 2016-05-24 Pedro Alves <palves@redhat.com>
10912
10913 PR gdb/19828
10914 * gdb.threads/clone-attach-detach.c: New file.
10915 * gdb.threads/clone-attach-detach.exp: New file.
10916
10917 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10918
10919 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10920
10921 2016-05-23 Tom Tromey <tom@tromey.com>
10922
10923 PR python/19438, PR python/18393:
10924 * gdb.python/py-progspace.exp: Add "dir" test.
10925 * gdb.python/py-objfile.exp: Add "dir" test.
10926
10927 2016-05-23 Yao Qi <yao.qi@linaro.org>
10928
10929 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10930 * gdb.arch/thumb2-it.exp: Likewise.
10931
10932 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10933
10934 * gdb.mi/mi-threads-interrupt.c: New file.
10935 * gdb.mi/mi-threads-interrupt.exp: New file.
10936
10937 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10938
10939 PR gdb/18077
10940 * gdb.mi/mi-async-run.exp: New file.
10941 * gdb.mi/mi-async-run.c: New file.
10942
10943 2016-05-17 Tom Tromey <tom@tromey.com>
10944 Manish Goregaokar <manishsmail@gmail.com>
10945
10946 * lib/rust-support.exp: New file.
10947 * lib/gdb.exp (skip_rust_tests): New proc.
10948 (build_executable_from_specs): Handle rust.
10949 * lib/future.exp (gdb_find_rustc): New proc.
10950 (gdb_default_target_compile): Handle rust.
10951 * gdb.rust/expr.exp: New file.
10952 * gdb.rust/generics.exp: New file.
10953 * gdb.rust/generics.rs: New file.
10954 * gdb.rust/methods.exp: New file.
10955 * gdb.rust/methods.rs: New file.
10956 * gdb.rust/modules.exp: New file.
10957 * gdb.rust/modules.rs: New file.
10958 * gdb.rust/simple.exp: New file.
10959 * gdb.rust/simple.rs: New file.
10960
10961 2016-05-17 Tom Tromey <tom@tromey.com>
10962
10963 * gdb.base/default.exp (set language): Add rust.
10964
10965 2016-05-17 Tom Tromey <tom@tromey.com>
10966
10967 * gdb.gdb/unittest.exp: New file.
10968
10969 2016-05-16 Yao Qi <yao.qi@linaro.org>
10970
10971 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10972 shell_prompt. Update shell_prompt_re.
10973
10974 2016-05-12 Doug Evans <dje@google.com>
10975
10976 PR symtab/19999
10977 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10978 $options when building executable.
10979 * gdb.dwarf2/fission-loclists-pie.S: New file.
10980 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10981
10982 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10983
10984 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10985 of [is_remote target],
10986
10987 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10988
10989 * lib/gdb.exp (use_gdb_stub): New procedure.
10990
10991 2016-05-03 Yunlian Jiang <yunlian@google.com>
10992 Doug Evans <dje@google.com>
10993
10994 PR symtab/19914
10995 * gdb.dwarf2/dwp-sepdebug.c: New file.
10996 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10997
10998 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10999
11000 * gdb.base/detach.exp: Remove is_remote check.
11001
11002 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11003
11004 * gdb.base/annota-input-while-running.exp: Don't check for
11005 [is_remote target]. Enable annotations after running to main.
11006 Remove unused "set test..." line.
11007
11008 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11009
11010 * gdb.trace/trace-enable-disable.exp: New file.
11011 * gdb.trace/trace-enable-disable.c: New file.
11012
11013 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11014
11015 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11016 use it in info sharedlibrary test.
11017 * gdb.trace/ftrace-lock.exp: Likewise.
11018 * gdb.trace/ftrace.exp: Likewise.
11019 * gdb.trace/range-stepping.exp: Likewise.
11020 * gdb.trace/trace-break.exp: Likewise.
11021 * gdb.trace/trace-condition.exp: Likewise.
11022 * gdb.trace/trace-mt.exp: Likewise.
11023
11024 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11025
11026 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11027 (gdb_load_shlib): ... this.
11028 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11029 gdb_load_shlib.
11030 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11031 * gdb.base/ctxobj.exp: Likewise.
11032 * gdb.base/dprintf-pending.exp: Likewise.
11033 * gdb.base/dso2dso.exp: Likewise.
11034 * gdb.base/fixsection.exp: Likewise.
11035 * gdb.base/gcore-relro.exp: Likewise.
11036 * gdb.base/gdb1555.exp: Likewise.
11037 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11038 * gdb.base/gnu-ifunc.exp: Likewise.
11039 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11040 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11041 * gdb.base/pending.exp: Likewise.
11042 * gdb.base/print-file-var.exp: Likewise.
11043 * gdb.base/print-symbol-loading.exp: Likewise.
11044 * gdb.base/shlib-call.exp: Likewise.
11045 * gdb.base/shreloc.exp: Likewise.
11046 * gdb.base/so-impl-ld.exp: Likewise.
11047 * gdb.base/solib-disc.exp: Likewise.
11048 * gdb.base/solib-nodir.exp: Likewise.
11049 * gdb.base/solib-overlap.exp: Likewise.
11050 * gdb.base/solib-symbol.exp: Likewise.
11051 * gdb.base/solib-weak.exp (do_test): Likewise.
11052 * gdb.base/sym-file.exp: Likewise.
11053 * gdb.base/symtab-search-order.exp: Likewise.
11054 * gdb.base/type-opaque.exp: Likewise.
11055 * gdb.base/unload.exp: Likewise.
11056 * gdb.base/watchpoint-solib.exp: Likewise.
11057 * gdb.compile/compile.exp: Likewise.
11058 * gdb.cp/gdb2384.exp: Likewise.
11059 * gdb.cp/infcall-dlopen.exp: Likewise.
11060 * gdb.cp/re-set-overloaded.exp: Likewise.
11061 * gdb.fortran/library-module.exp: Likewise.
11062 * gdb.opt/solib-intra-step.exp: Likewise.
11063 * gdb.python/py-finish-breakpoint.exp: Likewise.
11064 * gdb.python/py-shared.exp: Likewise.
11065 * gdb.reverse/solib-precsave.exp: Likewise.
11066 * gdb.reverse/solib-reverse.exp: Likewise.
11067 * gdb.server/solib-list.exp: Likewise.
11068 * gdb.threads/dlopen-libpthread.exp: Likewise.
11069 * gdb.threads/tls-shared.exp: Likewise.
11070 * gdb.threads/tls-so_extern.exp: Likewise.
11071 * gdb.trace/change-loc.exp: Likewise.
11072 * gdb.trace/ftrace-lock.exp: Likewise.
11073 * gdb.trace/ftrace.exp: Likewise.
11074 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11075 * gdb.trace/pending.exp: Likewise.
11076 * gdb.trace/range-stepping.exp: Likewise.
11077 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11078 (strace_info_marker): Likewise.
11079 (strace_probe_marker): Likewise.
11080 (strace_trace_on_same_addr): Likewise.
11081 (strace_trace_on_diff_addr): Likewise.
11082 * gdb.trace/trace-break.exp: Likewise.
11083 * gdb.trace/trace-condition.exp: Likewise.
11084 * gdb.trace/trace-mt.exp: Likewise.
11085
11086 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11087
11088 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11089 result of gdb_remote_download.
11090 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11091 * gdb.base/dso2dso.exp: Likewise.
11092 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11093 * gdb.base/print-file-var.exp: Likewise.
11094 * gdb.base/shlib-call.exp: Likewise.
11095 * gdb.base/shreloc.exp: Likewise.
11096 * gdb.base/solib-overlap.exp: Likewise.
11097 * gdb.base/solib-weak.exp (do_test): Likewise.
11098 * gdb.base/unload.exp: Likewise.
11099
11100 2016-04-27 Yao Qi <yao.qi@linaro.org>
11101
11102 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11103 exists.
11104
11105 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11106
11107 * vla-type.exp: Print structure from toplevel.
11108
11109 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11110
11111 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11112 of dynamic types.
11113 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11114 of dynamic types.
11115
11116 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11117
11118 * gdb.fortran/vla-type.f90: New file.
11119 * gdb.fortran/vla-type.exp: New file.
11120
11121 2016-04-25 Yao Qi <yao.qi@linaro.org>
11122
11123 * gdb.base/branch-to-self.c: New file.
11124 * gdb.base/branch-to-self.exp: New file.
11125
11126 2016-04-22 Yao Qi <yao.qi@linaro.org>
11127
11128 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11129 more after $hex.
11130
11131 2016-04-22 Yao Qi <yao.qi@linaro.org>
11132
11133 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11134 * gdb.base/annota3.exp: Likewise.
11135
11136 2016-04-22 Yao Qi <yao.qi@linaro.org>
11137
11138 * gdb.reverse/step-precsave.exp: Do one step and test program
11139 stops in "callee" and do multiple steps until program goes out
11140 of "callee".
11141 * gdb.reverse/step-reverse.exp: Likewise.
11142
11143 2016-04-22 Yao Qi <yao.qi@linaro.org>
11144
11145 * gdb.trace/signal.exp: Also pass if
11146 $tracepoint_hits($i) > $iterations.
11147
11148 2016-04-22 Yao Qi <yao.qi@linaro.org>
11149
11150 * gdb.trace/signal.c: New file.
11151 * gdb.trace/signal.exp: New file.
11152
11153 2016-04-19 Doug Evans <xdje42@gmail.com>
11154
11155 * gdb.base/bad-file.exp: New file.
11156
11157 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11158
11159 * gdb.dwarf2/implref.exp: New file.
11160
11161 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11162
11163 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11164 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11165 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11166 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11167 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11168 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11169 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11170 * lib/fortran.exp (fortran_int4): New procedure.
11171 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11172 (fortran_logical4): Likewise.
11173
11174 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11175
11176 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11177
11178 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11179
11180 * lib/compiler.c: Add Intel specific preprocessor macros.
11181 * lib/compiler.cc: Likewise.
11182
11183 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11184
11185 * gdb.server/connect-with-no-symbol-file.c: New file.
11186 * gdb.server/connect-with-no-symbol-file.exp: New file.
11187
11188 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11189
11190 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11191
11192 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11193
11194 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11195 standard output directory.
11196
11197 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11198
11199 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11200
11201 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11202
11203 * gdb.btrace/instruction_history.c (loop): Add declaration.
11204
11205 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11206
11207 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11208
11209 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11210
11211 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11212 parentheses to print.
11213 (continue_handler): Likewise.
11214
11215 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11216
11217 * gdb.server/solib-list.exp: Remove is_remote check.
11218 Pass shlib= to gdb_compile. Don't link shared library with
11219 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11220 Run binary filename through "readlink -f" on the target.
11221
11222 2016-04-08 Pedro Alves <palves@redhat.com>
11223
11224 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11225 interpreter filename as argument to gdbserver_spawn.
11226 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11227 Return empty if $last_loaded_file does not exist.
11228
11229 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11230
11231 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11232 * gdb.base/jit-main.c: Use exit after usage.
11233
11234 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11235
11236 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11237 GDBHISTSIZE prior to the tests.
11238 * gdb.base/gdbinit-history.exp: Likewise.
11239
11240 2016-04-07 Pedro Alves <palves@redhat.com>
11241
11242 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11243 instead of build_executable. Use gdb_load_shlibs.
11244
11245 2016-04-07 Yao Qi <yao.qi@linaro.org>
11246
11247 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11248 Execute "si" command.
11249
11250 2016-04-07 Yao Qi <yao.qi@linaro.org>
11251
11252 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11253 number instead of the comments on some line.
11254
11255 2016-04-06 Don Breazeal <donb@codesourcery.com>
11256
11257 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11258 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11259
11260 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11261
11262 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11263 standard_output_file. Remove unused binfile variable.
11264
11265 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11266
11267 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11268 * gdb.python/py-mi-objfile.exp: Match "list main" output
11269 in console format.
11270
11271 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11272
11273 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11274 absolute.
11275
11276 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11277
11278 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11279 absolute.
11280 * gdb.trace/ftrace.exp: Likewise.
11281 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11282 targets as well.
11283 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11284 (gdb_load_shlibs): Copy libraries to test directory when testing
11285 natively. Only set solib-search-path if testing remotely.
11286 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11287
11288 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11289
11290 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11291 gdb_download. Use it even if the target is not remote.
11292 * gdb.base/jit.exp (compile_jit_test): Likewise.
11293 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11294 output directory if the destination board is local, otherwise use
11295 the standard remote_download from DejaGnu.
11296 (gdb_download): Remove.
11297 (gdb_load_shlibs): Use gdb_remote_download instead of
11298 gdb_download.
11299 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11300 Use gdb_remote_download instead of gdb_download. Use it even if
11301 the target is not remote.
11302 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11303 instead of gdb_download.
11304
11305 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11306
11307 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11308 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11309 run.
11310
11311 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11312
11313 PR gdb/19820
11314 * gdb.base/printcmds.exp: Add artificial arrays tests.
11315
11316 2016-03-31 Pedro Alves <palves@redhat.com>
11317
11318 PR gdb/19858
11319 * gdb.base/jit-main.c: Include unistd.h.
11320 (ATTACH): Define to 0 if not already defined.
11321 (wait_for_gdb, mypid): New globals.
11322 (WAIT_FOR_GDB): New macro.
11323 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11324 some breakpoint locations.
11325 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11326 New procedures.
11327 (one_jit_test): Add REATTACH parameter, and handle it. Use
11328 continue_to_test_location.
11329 (top level): Test attach, and adjusts calls to one_jit_test.
11330
11331 2016-03-31 Pedro Alves <palves@redhat.com>
11332
11333 PR gdb/19858
11334 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11335 BINSUFFIX parameter, and handle it.
11336 (top level): Adjust calls compile_jit_test.
11337
11338 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11339
11340 PR python/19743
11341 * gdb.python/py-mi-events-gdb.py: New file.
11342 * gdb.python/py-mi-events.c: New file.
11343 * gdb.python/py-mi-events.exp: New file.
11344
11345 2016-03-30 Yao Qi <yao.qi@linaro.org>
11346
11347 * gdb.reverse/until-precsave.exp: Match function name only.
11348 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11349 Move malloc to a condition block.
11350 * gdb.reverse/until-reverse.exp: Match function name only.
11351
11352 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11353
11354 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11355 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11356 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11357 variable for GPR 0 instead of assuming it is register 0.
11358 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11359 * lib/trace-support.exp: Add s390 registers.
11360
11361 2016-03-29 Yao Qi <yao.qi@linaro.org>
11362
11363 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11364
11365 2016-03-24 Yao Qi <yao.qi@linaro.org>
11366
11367 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11368 test message.
11369
11370 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11371
11372 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11373 maintaining separate logic for constructing the output path.
11374
11375 2016-03-16 Don Breazeal <donb@codesourcery.com>
11376
11377 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11378 Retry fork and waitpid on interrupted system call errors.
11379 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11380 Use with_timeout_factor to increase timeout by factor of 10.
11381
11382 2016-03-15 Don Breazeal <donb@codesourcery.com>
11383
11384 * gdb.cp/scope-err.cc: New test program.
11385 * gdb.cp/scope-err.exp: New test script.
11386 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11387 lines and "set breakpoint here" comment.
11388 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11389 Fixed some whitespace and format issues.
11390 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11391 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11392
11393 2016-03-15 Doug Evans <dje@google.com>
11394
11395 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11396 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11397 All callers updated. Add tests for enums, mixed flags register.
11398
11399 2016-03-15 Doug Evans <dje@google.com>
11400
11401 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11402 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11403
11404 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11405
11406 * gdb.base/default.exp: Add $_as_string to the list of expected
11407 convenience functions.
11408
11409 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11410
11411 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11412
11413 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11414
11415 * gdb.python/py-as-string.exp: New file.
11416 * gdb.python/py-as-string.c: New file.
11417
11418 2016-03-09 Pedro Alves <palves@redhat.com>
11419
11420 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11421 signal" -> "Thread NN received signal" output change.
11422 * gdb.threads/ia64-sigill.exp: Likewise.
11423 * gdb.threads/linux-dp.exp: Likewise.
11424 * gdb.threads/manythreads.exp: Likewise.
11425 * gdb.threads/pending-step.exp: Likewise.
11426 * gdb.threads/print-threads.exp: Likewise.
11427 * gdb.threads/sigstep-threads.exp: Likewise.
11428 * gdb.threads/staticthreads.exp: Likewise.
11429 * gdb.threads/tls.exp: Likewise.
11430
11431 2016-03-09 Pedro Alves <palves@redhat.com>
11432
11433 * gdb.base/command-line-input.exp: New file.
11434
11435 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11436
11437 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11438 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11439 * gdb.trace/pending.exp: Accept leading dot before function name.
11440 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11441 * lib/trace-support.exp: Set registers for ppc.
11442
11443 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11444
11445 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11446 use it for disassembly; accept .main in addition to main in backtrace.
11447
11448 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11449 Marcin Kościelnicki <koriakin@0x04.net>
11450
11451 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11452 (gdb_recursion_test_ptr): New global variable.
11453 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11454 gdb_recursion_test.
11455 (gdb_c_test): Ditto.
11456
11457 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11458
11459 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11460 ordering.
11461
11462 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11463
11464 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11465 (bar): Add bar_start_lbl label.
11466 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11467 of foo/bar for emitting DWARF and tracing.
11468
11469 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11470
11471 * analyze-racy-logs.py: Set executable bit.
11472
11473 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11474
11475 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11476 (CHECK_TARGET_TMP): Likewise.
11477 (check-single-racy): New rule.
11478 (check-parallel-racy): Likewise.
11479 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11480 (do-check-parallel-racy): New rule.
11481 (check-racy/%.exp): Likewise.
11482 * README (Racy testcases): New section.
11483 * analyze-racy-logs.py: New file.
11484
11485 2016-03-03 Doug Evans <dje@google.com>
11486
11487 * gdb.base/skip.exp: Use with_test_prefix.
11488
11489 2016-03-03 Yao Qi <yao.qi@linaro.org>
11490
11491 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11492 Invoke step_over_syscall "clone" and break_cond_on_syscall
11493 "clone".
11494 * gdb.base/step-over-clone.c: New file.
11495
11496 2016-03-03 Yao Qi <yao.qi@linaro.org>
11497
11498 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11499 code format.
11500
11501 2016-03-03 Yao Qi <yao.qi@linaro.org>
11502
11503 * gdb.base/disp-step-fork.c: Rename to ...
11504 * gdb.base/step-over-fork.c: ... it. New file.
11505 * gdb.base/disp-step-vfork.c: Rename to ...
11506 * gdb.base/step-over-vfork.c: ... it. New file.
11507 * gdb.base/disp-step-syscall.exp: Rename to ...
11508 * gdb.base/step-over-syscall.exp: ... it. New file.
11509 (disp_step_cross_syscall): Rename to ...
11510 (step_over_syscall): ... it.
11511
11512 2016-03-03 Yao Qi <yao.qi@linaro.org>
11513
11514 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11515 If target supports condition evaluation on target, invoke
11516 break_cond_on_syscall for fork and vfork.
11517
11518 2016-03-03 Yao Qi <yao.qi@linaro.org>
11519
11520 * gdb.base/disp-step-syscall.exp: Don't invoke
11521 support_displaced_stepping.
11522 (disp_step_cross_syscall): Test with displaced stepping off and
11523 on if supported.
11524
11525 2016-03-03 Yao Qi <yao.qi@linaro.org>
11526
11527 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11528 proc.
11529 (setup): New proc.
11530 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11531 and setup.
11532
11533 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11534
11535 * gdb.fortran/vla-history.exp: Remove breakpoint.
11536
11537 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11538
11539 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11540 exceeds timeout.
11541
11542 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11543
11544 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11545 breakpoint.
11546
11547 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11548
11549 * gdb.mi/vla.f90: Nullify pointer after declaration.
11550
11551 2016-03-01 Pedro Alves <palves@redhat.com>
11552
11553 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11554
11555 2016-03-01 Pedro Alves <palves@redhat.com>
11556
11557 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11558 before anything else.
11559 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11560 _GNU_SOURCE here.
11561 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11562 before anything else.
11563 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11564
11565 2016-03-01 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11568
11569 2016-03-01 Yao Qi <yao.qi@linaro.org>
11570
11571 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11572 prepare_for_testing.
11573
11574 2016-03-01 Yao Qi <yao.qi@linaro.org>
11575
11576 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11577
11578 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11579
11580 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11581 manually constructing the output path.
11582
11583 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11584
11585 * gdb.arch/s390-stackless.S: New.
11586 * gdb.arch/s390-stackless.exp: New.
11587
11588 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11589
11590 * gdb.dlang/circular.c: New file.
11591 * gdb.dlang/circular.exp: New file.
11592
11593 2016-02-26 Yao Qi <yao.qi@linaro.org>
11594
11595 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11596 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11597 (testcases): Update.
11598
11599 2016-02-26 Yao Qi <yao.qi@linaro.org>
11600
11601 * gdb.reverse/aarch64.c: Rename to ...
11602 * gdb.reverse/insn-reverse.c: ... it.
11603 * gdb.reverse/aarch64.exp: Rename to ...
11604 * gdb.reverse/insn-reverse.exp: ... it.
11605
11606 2016-02-26 Yao Qi <yao.qi@linaro.org>
11607
11608 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11609 (testcase_ftype): New.
11610 (testcases): New array.
11611 (n_testcases): New.
11612 (main): Call each element in testcases.
11613 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11614 (read_testcase): New.
11615 Do the tests in a loop.
11616
11617 2016-02-25 Yao Qi <yao.qi@linaro.org>
11618
11619 * gdb.base/branches.c: Remove.
11620
11621 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11622
11623 PR gdb/13808
11624 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11625
11626 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11627
11628 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11629
11630 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11631
11632 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11633 change x86_64 call_insn to 'callq'.
11634
11635 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11636
11637 * gdb.trace/tfile-avx.c: Move to...
11638 * gdb.trace/tracefile-pseudo-reg.c: Here.
11639 * gdb.trace/tfile-avx.exp: Move to...
11640 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11641
11642 2016-02-24 Gary Benson <gbenson@redhat.com>
11643
11644 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11645 message on attach.
11646
11647 2016-02-23 Doug Evans <dje@google.com>
11648
11649 * gdb.base/skip.c (test_skip): New function.
11650 (end_test_skip_file_and_function): New function.
11651 (test_skip_file_and_function): New function.
11652 * gdb.base/skip1.c (test_skip): New function.
11653 (skip1_test_skip_file_and_function): New function.
11654 * gdb.base/skip.exp: Add tests for new skip options.
11655 * gdb.base/skip-solib.exp: Update expected output.
11656 * gdb.perf/skip-command.cc: New file.
11657 * gdb.perf/skip-command.exp: New file.
11658 * gdb.perf/skip-command.py: New file.
11659
11660 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11661
11662 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11663 info registers pattern.
11664
11665 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11666
11667 * lib/future.exp: Add D support.
11668 (gdb_find_gdc): New proc.
11669 (gdb_default_target_compile): Add D support.
11670
11671 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11672
11673 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11674 user+system time.
11675 (trace_speed_test): Determine the iteration count for a time
11676 between 15..30 seconds.
11677
11678 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11679
11680 * gdb.arch/i386-mpx-sigsegv.c: New file.
11681 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11682 * gdb.arch/i386-mpx-simple_segv.c: New file.
11683 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11684
11685 2016-02-18 Yao Qi <yao.qi@linaro.org>
11686
11687 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11688 Don't call setup_kfail.
11689
11690 2016-02-18 Yao Qi <yao.qi@linaro.org>
11691
11692 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11693 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11694
11695 2016-02-16 Doug Evans <dje@google.com>
11696
11697 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11698 * gdb.base/skip1.c: Ditto.
11699 * gdb.base/skip.exp: Whitespace cleanup.
11700
11701 2016-02-16 Don Breazeal <donb@codesourcery.com>
11702
11703 PR remote/19496
11704 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11705 Remove kfail for PR remote/19496.
11706
11707 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11708
11709 * lib/gdb.exp (standard_temp_file): Return a path specific to
11710 the runtest invocation.
11711
11712 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11713
11714 * gdb.trace/save-trace.exp: Change relative path to be in the
11715 standard output directory.
11716
11717 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11718
11719 * gdb.arch/i386-prologue.c: Add missing prototypes.
11720
11721 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11722
11723 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11724 * gdb.arch/i386-prologue.exp: Likewise.
11725 * gdb.arch/i386-size.exp: Likewise.
11726
11727 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11728
11729 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11730 define object file path.
11731 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11732 file path.
11733 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11734 standard_output_file to define binfile.
11735
11736 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11737
11738 Fix compatibility with recent gfortran-5.3.1.
11739 * gdb.fortran/vla-history.exp (print vla1 allocated)
11740 (print vla2 allocated, print $2, print $3): Remove
11741 (print $4): Rename to ...
11742 (print $2): ... here.
11743 (print $9): Rename to ...
11744 (print $5): ... here.
11745 (print $10): Rename to ...
11746 (print $6): ... here.
11747 * gdb.fortran/vla.f90: Add pvla initialization.
11748
11749 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11750
11751 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11752 New test.
11753 * gdb.fortran/vla-value-sub.exp: Likewise.
11754
11755 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11756
11757 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11758
11759 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11760
11761 * i386-biarch-core.exp: Define corefile using
11762 standard_output_file.
11763
11764 2016-02-12 Yao Qi <yao.qi@linaro.org>
11765
11766 * gdb.arch/arm-single-step-kernel-helper.c: New.
11767 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11768
11769 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11770
11771 * gdb.btrace/tailcall-only.exp: New.
11772 * gdb.btrace/tailcall-only.c: New.
11773 * gdb.btrace/x86_64-tailcall-only.S: New.
11774 * gdb.btrace/i686-tailcall-only.S: New.
11775
11776 2016-02-11 Pedro Alves <palves@redhat.com>
11777
11778 * README (Parallel testing): Add missing double quotes.
11779
11780 2016-02-11 Pedro Alves <palves@redhat.com>
11781
11782 * README (Parallel testing): New section.
11783 (GDB_PARALLEL): Rewrite.
11784 (FORCE_PARALLEL): Document.
11785
11786 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11787
11788 * gdb.trace/tfile-avx.c: New test.
11789 * gdb.trace/tfile-avx.exp: New test.
11790
11791 2016-02-09 Keith Seitz <keiths@redhat.com>
11792
11793 PR breakpoints/19546
11794 * gdb.base/infcall-exec.c: New file.
11795 * gdb.base/infcall-exec2.c: New file.
11796 * gdb.base/infcall-exec.exp: New file.
11797
11798 2016-02-09 Keith Seitz <keiths@redhat.com>
11799
11800 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11801 (toplevel): Call test_bkpt_address.
11802
11803 2016-02-09 Keith Seitz <keiths@redhat.com>
11804
11805 PR python/19506
11806 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11807 (toplevel): Call test_bkpt_address.
11808
11809 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11810
11811 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11812 to AC_OUTPUT.
11813 * configure: Regenerate.
11814
11815 2016-02-09 Pedro Alves <palves@redhat.com>
11816
11817 PR breakpoints/19548
11818 * gdb.base/execl-update-breakpoints.c (some_function): New
11819 function.
11820 (main): Call it.
11821 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11822 Tighten expected GDB output.
11823
11824 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11825
11826 * Makefile.in (ALL_SUBDIRS): Remove.
11827 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11828 (distclean maintainer-clean realclean): Likewise.
11829 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11830 * configure: Regenerate.
11831 * gdb.ada/Makefile.in: Delete.
11832 * gdb.arch/Makefile.in: Likewise.
11833 * gdb.asm/Makefile.in: Likewise.
11834 * gdb.base/Makefile.in: Likewise.
11835 * gdb.btrace/Makefile.in: Likewise.
11836 * gdb.cell/Makefile.in: Likewise.
11837 * gdb.compile/Makefile.in: Likewise.
11838 * gdb.cp/Makefile.in: Likewise.
11839 * gdb.disasm/Makefile.in: Likewise.
11840 * gdb.dlang/Makefile.in: Likewise.
11841 * gdb.dwarf2/Makefile.in: Likewise.
11842 * gdb.fortran/Makefile.in: Likewise.
11843 * gdb.gdb/Makefile.in: Likewise.
11844 * gdb.go/Makefile.in: Likewise.
11845 * gdb.guile/Makefile.in: Likewise.
11846 * gdb.java/Makefile.in: Likewise.
11847 * gdb.linespec/Makefile.in: Likewise.
11848 * gdb.mi/Makefile.in: Likewise.
11849 * gdb.modula2/Makefile.in: Likewise.
11850 * gdb.multi/Makefile.in: Likewise.
11851 * gdb.objc/Makefile.in: Likewise.
11852 * gdb.opencl/Makefile.in: Likewise.
11853 * gdb.opt/Makefile.in: Likewise.
11854 * gdb.pascal/Makefile.in: Likewise.
11855 * gdb.perf/Makefile.in: Likewise.
11856 * gdb.python/Makefile.in: Likewise.
11857 * gdb.reverse/Makefile.in: Likewise.
11858 * gdb.server/Makefile.in: Likewise.
11859 * gdb.stabs/Makefile.in: Likewise.
11860 * gdb.threads/Makefile.in: Likewise.
11861 * gdb.trace/Makefile.in: Likewise.
11862 * gdb.xml/Makefile.in: Likewise.
11863 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11864 GDB_PARALLEL.
11865 (standard_output_file): Remove check for GDB_PARALLEL, always
11866 return path in outputs/$subdir/$testname.
11867
11868 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11869
11870 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11871 (site.exp): Assign abs_srcdir to tcl's srcdir.
11872
11873 2016-02-04 Yao Qi <yao.qi@linaro.org>
11874
11875 * gdb.base/foll-exec-mode.c: Include limits.h.
11876 (main): Add parameters argc and argv. Get directory from
11877 argv[0].
11878 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11879 compilation.
11880 * gdb.base/foll-exec.c: Include limits.h.
11881 (main): Add parameters argc and argv.
11882 Get directory from argv[0].
11883 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11884 Adjust tests on the number of lines as source code changed.
11885 * gdb.base/foll-vfork-exit.c: Include limits.h.
11886 (main): Add one line of statement before vfork.
11887 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11888 (main): Add parameters argc and argv. Get directory from
11889 argv[0].
11890 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11891 (setup_gdb): Set tbreak to skip some source lines.
11892 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11893 (main): Add parameters argc and argv. Get directory from
11894 argv[0].
11895 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11896 compilation.
11897 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11898 (main): Add parameters argc and argv. Get directory from
11899 argv[0].
11900 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11901 compilation.
11902
11903 2016-02-01 Doug Evans <dje@google.com>
11904
11905 * gdb.base/skip.exp: Clean up multiple references to same test name.
11906
11907 2016-02-01 Pedro Alves <palves@redhat.com>
11908
11909 PR remote/19496
11910 * gdb.threads/forking-threads-plus-breakpoint.exp
11911 (displaced_stepping_supported): New global.
11912 (probe_displaced_stepping_support): New procedure.
11913 (do_test): Add 'displaced' parameter, and use it.
11914 (top level): Check for displaced stepping support. Add displaced
11915 stepping on/off testing axis.
11916
11917 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11918
11919 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11920 pointer. Don't perform further tests on the unassociated pointer
11921 if the first test fails.
11922
11923 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11924
11925 * gdb.base/max-value-size.c: New file.
11926 * gdb.base/max-value-size.exp: New file.
11927 * gdb.base/huge.exp: Disable max-value-size for this test.
11928
11929 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11930
11931 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11932
11933 2016-01-28 Yao Qi <yao.qi@linaro.org>
11934
11935 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11936
11937 2016-01-25 Pedro Alves <palves@redhat.com>
11938
11939 PR threads/19461
11940 * gdb.base/fork-running-state.c: New file.
11941 * gdb.base/fork-running-state.exp: New file.
11942
11943 2016-01-25 Pedro Alves <palves@redhat.com>
11944
11945 PR gdb/19494
11946 * gdb.base/catch-fork-kill.c: New file.
11947 * gdb.base/catch-fork-kill.exp: New file.
11948
11949 2016-01-25 Pedro Alves <palves@redhat.com>
11950
11951 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11952 Delete, moved to lib/gdb.exp.
11953 * gdb.threads/forking-threads-plus-breakpoint.exp
11954 (foreach_with_prefix): Likewise.
11955 * gdb.threads/process-dies-while-handling-bp.exp
11956 (foreach_with_prefix): Likewise.
11957 * lib/gdb.exp (foreach_with_prefix): New procedure.
11958
11959 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11960
11961 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11962 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11963
11964 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11965
11966 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11967 endian targets.
11968
11969 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11970 Pedro Alves <palves@redhat.com>
11971
11972 Fix testsuite compatibility with Guile.
11973 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11974 number.
11975
11976 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11977
11978 Fix testsuite compatibility with Guile.
11979 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11980 (thread 1): New test for backtrace through signal handler.
11981
11982 2016-01-22 Yao Qi <yao.qi@linaro.org>
11983
11984 PR testsuite/19491
11985 * gdb.base/multi-forks.c: Include
11986 ../lib/unbuffer_output.c
11987 (main): Call gdb_unbuffer_output.
11988
11989 2016-01-21 Doug Evans <dje@google.com>
11990
11991 * lib/ada.exp (gdb_compile_ada): Fix typo.
11992
11993 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11994
11995 * gdb.base/break-fun-addr.exp: New file.
11996 * gdb.base/break-fun-addr1.c: New file.
11997 * gdb.base/break-fun-addr2.c: New file.
11998
11999 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12000
12001 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12002 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12003 enum flag values.
12004
12005 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12006
12007 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12008 when GDB can not set the vector return value. Add more comments
12009 for clarification.
12010
12011 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12012
12013 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12014 command.
12015
12016 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12017
12018 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12019
12020 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12021
12022 * Makefile.in (check-single): Pass --status to runtest.
12023 (check/%.exp): Likewise.
12024
12025 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12026
12027 * Makefile.in (check-parallel): Propagate return code from make
12028 do-check-parallel.
12029
12030 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12031
12032 * gdb.trace/ftrace.exp: Fix expected message on continue.
12033 * gdb.trace/pending.exp: Fix expected message on continue.
12034 * gdb.trace/trace-break.exp: Fix expected message on continue.
12035
12036 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12037
12038 * lib/gdb.exp (gdb_test): Remove unused global references.
12039
12040 2016-01-18 Pedro Alves <palves@redhat.com>
12041
12042 * gdb.base/async-shell.exp: Adjust expected output.
12043 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12044 * gdb.base/siginfo-thread.exp: Adjust expected output.
12045 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12046 * gdb.java/jnpe.exp: Adjust expected output.
12047 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12048 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12049 * gdb.threads/leader-exit.exp: Adjust expected output.
12050 * gdb.threads/manythreads.exp: Adjust expected output.
12051 * gdb.threads/pthreads.exp: Adjust expected output.
12052 * gdb.threads/schedlock.exp: Adjust expected output.
12053 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12054 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12055 expected output.
12056 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12057 output.
12058 * gdb.threads/sigthread.exp: Adjust expected output.
12059 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12060
12061 2016-01-18 Yao Qi <yao.qi@linaro.org>
12062
12063 * gdb.guile/scm-section-script.c: Replace @progbits with
12064 %progbits.
12065 * gdb.python/py-section-script.c: Likewise.
12066
12067 2016-01-15 Pedro Alves <palves@redhat.com>
12068
12069 * gdb.multi/tids.exp: Test star wildcard ranges.
12070
12071 2016-01-15 Pedro Alves <palves@redhat.com>
12072
12073 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12074 command from "thread apply" invocation.
12075 (thr_apply_info_thr_invalid): Default the expected output to the
12076 input tid list.
12077 (top level): Add tests that use convenience variables. Add tests
12078 for "thread apply" with a valid TID list, but missing the command.
12079
12080 2016-01-13 Pedro Alves <palves@redhat.com>
12081
12082 * gdb.base/default.exp: Expect $_gthread as well.
12083 * gdb.multi/tids.exp: Test $_gthread.
12084 * gdb.threads/thread-specific.exp: Test $_gthread.
12085
12086 2016-01-13 Pedro Alves <palves@redhat.com>
12087
12088 * gdb.multi/tids.exp: Test "info threads -gid".
12089
12090 2016-01-13 Pedro Alves <palves@redhat.com>
12091
12092 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12093 Breakpoint.thread.
12094 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12095
12096 2016-01-07 Pedro Alves <palves@redhat.com>
12097
12098 * gdb.base/break.exp: Adjust to output changes.
12099 * gdb.base/hbreak2.exp: Likewise.
12100 * gdb.base/sepdebug.exp: Likewise.
12101 * gdb.base/watch_thread_num.exp: Likewise.
12102 * gdb.linespec/keywords.exp: Likewise.
12103 * gdb.multi/info-threads.exp: Likewise.
12104 * gdb.threads/thread-find.exp: Likewise.
12105 * gdb.multi/tids.c: New file.
12106 * gdb.multi/tids.exp: New file.
12107
12108 2016-01-13 Pedro Alves <palves@redhat.com>
12109
12110 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12111
12112 2016-01-13 Pedro Alves <palves@redhat.com>
12113
12114 * gdb.base/default.exp: Expect $_inferior as well.
12115 * gdb.multi/base.exp: Test $_inferior.
12116
12117 2016-01-13 Pedro Alves <palves@redhat.com>
12118
12119 PR breakpoints/19388
12120 * gdb.base/catch-signal-siginfo-cond.c: New file.
12121 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12122
12123 2016-01-12 Josh Stone <jistone@redhat.com>
12124 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12125
12126 * gdb.base/catch-syscall.c (do_execve): New variable.
12127 (main): Conditionally trigger an execve.
12128 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12129 (test_catch_syscall_execve): New, check entry/return across execve.
12130 (do_syscall_tests): Call test_catch_syscall_execve.
12131
12132 2016-01-12 Pedro Alves <palves@redhat.com>
12133
12134 * gdb.base/random-signal.exp (do_test): New procedure, with body
12135 of testcase moved in.
12136
12137 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12138 Pedro Alves <palves@redhat.com>
12139
12140 * gdb.base/funcargs.exp (finish from indirectly called function):
12141 Reintroduce the case for 'First'.
12142
12143 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12144 Pedro Alves <palves@redhat.com>
12145
12146 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12147 (tcatch_vfork_then_child_follow_exec)
12148 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12149 identification.
12150
12151 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12152
12153 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12154 and repeats to unlimited.
12155 * gdb.python/py-value.exp: Likewise.
12156 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12157 and repeats to unlimited.
12158
12159 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12160
12161 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12162 and reordering the functions.
12163 * gdb.multi/hangout.c: Likewise.
12164 * gdb.multi/hello.c: Likewise.
12165
12166 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12167
12168 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12169 absolute.
12170 (SingleStatisticTestResult.report): Use dict.keys instead of
12171 dict.iterkeys.
12172
12173 2016-01-06 Pedro Alves <palves@redhat.com>
12174
12175 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12176
12177 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12178
12179 * gdb.btrace/dlopen.exp: New.
12180 * gdb.btrace/dlopen.c: New.
12181 * gdb.btrace/dlopen-dso.c: New.
12182
12183 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12184
12185 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12186 PATTERN argument is optional.
12187
12188 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12189
12190 * lib/ada.exp (target_compile_ada_from_dir): New function.
12191 (gdb_compile_ada): Reimplement avoiding the use of project files.
12192 * gdb.ada/gnat_ada.gpr: Delete.
12193 * gdb.ada/cond_lang.exp: Adjust test to make path before
12194 filename optional.
12195 * gdb.ada/small_reg_param.exp: Likewise.
12196
12197 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12198
12199 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12200
12201 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12202
12203 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12204 case.
12205
12206 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12207
12208 * gdb.base/break.exp: Remove dead code.
12209 * gdb.base/sepdebug.exp: Likewise.
12210
12211 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12212
12213 * gdb.asm/asm-source.exp: Remove HP-UX references.
12214 * gdb.base/annota1.exp: Likewise.
12215 * gdb.base/annota3.exp: Likewise.
12216 * gdb.base/attach.exp: Likewise.
12217 * gdb.base/bigcore.exp: Likewise.
12218 * gdb.base/break.exp: Likewise.
12219 * gdb.base/call-ar-st.exp: Likewise.
12220 * gdb.base/callfuncs.exp: Likewise.
12221 * gdb.base/catch-fork-static.exp: Likewise.
12222 * gdb.base/display.exp: Likewise.
12223 * gdb.base/foll-exec-mode.exp: Likewise.
12224 * gdb.base/foll-exec.exp: Likewise.
12225 * gdb.base/foll-fork.exp: Likewise.
12226 * gdb.base/foll-vfork.exp: Likewise.
12227 * gdb.base/funcargs.exp: Likewise.
12228 * gdb.base/hbreak2.exp: Likewise.
12229 * gdb.base/inferior-died.exp: Likewise.
12230 * gdb.base/interrupt.exp: Likewise.
12231 * gdb.base/multi-forks.exp: Likewise.
12232 * gdb.base/nodebug.exp: Likewise.
12233 * gdb.base/sepdebug.exp: Likewise.
12234 * gdb.base/solib1.c: Likewise.
12235 * gdb.base/step-test.exp: Likewise.
12236 * gdb.mi/non-stop.c: Likewise.
12237 * gdb.mi/pthreads.c: Likewise.
12238 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12239 * gdb.threads/pthreads.c: Likewise.
12240 * gdb.threads/staticthreads.exp: Likewise.
12241 * lib/future.exp: Likewise.
12242 * lib/gdb.exp: Likewise.
12243 * gdb.base/so-indr-cl.c: Remove.
12244 * gdb.base/so-indr-cl.exp: Likewise.
12245 * gdb.base/solib.c: Likewise.
12246 * gdb.base/solib.exp: Likewise.
12247 * gdb.base/solib2.c: Likewise.
12248
12249 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12250
12251 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12252 * gdb.base/call-ar-st.exp: Likewise.
12253 * gdb.base/callfuncs.exp: Likewise.
12254 * gdb.base/condbreak.exp: Likewise.
12255 * gdb.base/constvars.exp: Likewise.
12256 * gdb.base/hbreak2.exp: Likewise.
12257 * gdb.base/langs.exp: Likewise.
12258 * gdb.base/list.exp: Likewise.
12259 * gdb.base/long_long.exp: Likewise.
12260 * gdb.base/ptype.exp: Likewise.
12261 * gdb.base/scope.exp: Likewise.
12262 * gdb.base/signals.exp: Likewise.
12263 * gdb.base/so-impl-ld.exp: Likewise.
12264 * gdb.base/varargs.exp: Likewise.
12265 * gdb.base/volatile.exp: Likewise.
12266 * gdb.base/whatis.exp: Likewise.
12267 * gdb.cp/cplusfuncs.exp: Likewise.
12268 * gdb.cp/inherit.exp: Likewise.
12269 * gdb.cp/local.exp: Likewise.
12270 * gdb.cp/member-ptr.exp: Likewise.
12271 * gdb.cp/method.exp: Likewise.
12272 * gdb.cp/overload.exp: Likewise.
12273 * gdb.cp/templates.exp: Likewise.
12274 * gdb.stabs/weird.exp: Likewise.
12275 * lib/compiler.c: Likewise.
12276 * lib/compiler.cc: Likewise.
12277 * lib/cp-support.exp: Likewise.
12278 * lib/gdb.exp: Likewise.
12279
12280 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12281
12282 * configure.ac: Remove HP-UX case.
12283 * configure: Regenerate.
12284
12285 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12286
12287 * lib/gdb.exp (gdb_compile): Add function doc.
12288
12289 2015-12-17 Pedro Alves <palves@redhat.com>
12290
12291 PR threads/19354
12292 * gdb.multi/info-threads.exp: New file.
12293
12294 2015-12-15 Yao Qi <yao.qi@linaro.org>
12295
12296 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12297 is aarch64*-*-*.
12298
12299 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12300
12301 * gdb.base/history-duplicates.exp: Skip if no readline support.
12302
12303 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12304
12305 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12306
12307 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12308
12309 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12310
12311 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12312
12313 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12314 ctrl-C if nointerrupts target property is set.
12315 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12316 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12317 * gdb.base/paginate-bg-execution.exp: Likewise.
12318 * gdb.base/paginate-execution-startup.exp: Likewise.
12319 * gdb.base/random-signal.exp: Likewise.
12320 * gdb.base/range-stepping.exp: Likewise.
12321 * gdb.cp/annota2.exp: Likewise.
12322 * gdb.cp/annota3.exp: Likewise.
12323 * gdb.gdb/selftest.exp: Likewise.
12324 * gdb.threads/continue-pending-status.exp: Likewise.
12325 * gdb.threads/leader-exit.exp: Likewise.
12326 * gdb.threads/manythreads.exp: Likewise.
12327 * gdb.threads/pthreads.exp: Likewise.
12328 * gdb.threads/schedlock.exp: Likewise.
12329 * gdb.threads/sigthread.exp: Likewise.
12330
12331 2015-12-11 Don Breazeal <donb@codesourcery.com>
12332
12333 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12334 remote.
12335 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12336 * gdb.base/foll-exec.exp (main): Enable for target remote.
12337 * gdb.base/foll-fork.exp (main): Likewise.
12338 * gdb.base/foll-vfork.exp (main): Likewise.
12339 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12340 (proc continue_to_exit_bp_loc): Use clean_restart.
12341 * gdb.base/pie-execl.exp (main): Disable for target remote.
12342 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12343 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12344 * gdb.threads/execl.exp (main): Likewise.
12345 * gdb.threads/fork-child-threads.exp (main): Likewise.
12346 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12347 remote.
12348 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12349 remote.
12350 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12351 pid.tid style ptids, instead of just tid.
12352 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12353 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12354 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12355 ptids, instead of just tid.
12356
12357 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12358
12359 * gdb.base/list.exp (test_list_forward): Add end of file error
12360 test.
12361 (test_repeat_list_command): Add end of file error test.
12362 (test_list_backwards): Add beginning of file error test.
12363
12364 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12365
12366 * gdb.base/list.exp (test_list_invalid_args): New function,
12367 defined, and called.
12368
12369 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12370
12371 * gdb.base/list.exp (test_list): Make test names unique.
12372
12373 2015-12-11 Yao Qi <yao.qi@linaro.org>
12374
12375 * gdb.base/coremaker2.c: Remove.
12376
12377 2015-12-10 Pedro Alves <palves@redhat.com>
12378
12379 * gdb.multi/base.exp: Remove stale "spaces" references.
12380
12381 2015-12-10 Pedro Alves <palves@redhat.com>
12382
12383 * gdb.multi/base.exp: Don't use nowarnings.
12384 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12385 * gdb.multi/hangout.c: Include stdio.h.
12386 * gdb.multi/hello.c: Include stdlib.h.
12387 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12388 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12389 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12390
12391 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12392
12393 * gdb.dwarf2/dw2-ranges-base.c: New file.
12394 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12395 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12396 support additional line table, and debug ranges generation.
12397 (Dwarf::ranges): New function, generate .debug_ranges.
12398 (Dwarf::lines): Support generating simple line table programs.
12399 (Dwarf::assemble): Initialise new namespace variables.
12400
12401 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12402
12403 * gdb.base/async.exp (proc test_background): Add case for
12404 asynchronous execution not supported.
12405
12406 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12407
12408 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12409 format and change test names to make them unique.
12410
12411 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12412 Pedro Alves <pedro@redhat.com>
12413
12414 PR gdb/18702
12415 Add checking of floatformats setup on x86_64 hosts.
12416 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12417 (smallval, bigval): New labels/constants.
12418 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12419 float" after loading bigval and smallval.
12420
12421 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12422
12423 * gdb.ada/fun_overload_menu.exp: New testcase.
12424 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12425
12426 2015-12-04 Josh Stone <jistone@redhat.com>
12427
12428 * gdb.base/catch-fork-static.exp: New.
12429
12430 2015-12-03 Yao Qi <yao.qi@linaro.org>
12431
12432 * gdb.base/sizeof.c: Don't include stdio.h and
12433 ../lib/unbuffer_output.c.
12434 (main): New variable 'size' and 'value'. Remove printf and
12435 gdb_unbuffer_output. Assign return value to size and value.
12436 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12437 at the beginning.
12438 (check_sizeof): Check the result by printing variable 'size'.
12439 (check_valueof): Check the result by printing variable 'value'.
12440
12441 2015-12-01 Yao Qi <yao.qi@linaro.org>
12442
12443 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12444 for aarch64*-*-linux* target.
12445
12446 2015-11-30 Pedro Alves <palves@redhat.com>
12447
12448 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12449
12450 2015-11-30 Pedro Alves <palves@redhat.com>
12451
12452 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12453 Handle non-stop mode vCont replies.
12454
12455 2015-11-30 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12458 prepare_for_testing. Start gdb with "set non-stop on" appended to
12459 GDBFLAGS. Lax expected stop output.
12460
12461 2015-11-27 Yao Qi <yao.qi@linaro.org>
12462
12463 * gdb.arch/arm-neon.exp: New.
12464 * gdb.arch/arm-neon.c: New.
12465
12466 2015-11-27 Yao Qi <yao.qi@linaro.org>
12467
12468 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12469
12470 2015-11-27 Yao Qi <yao.qi@linaro.org>
12471
12472 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12473 frames-invalid annotation.
12474
12475 2015-11-27 Yao Qi <yao.qi@linaro.org>
12476
12477 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12478
12479 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12480
12481 * gdb.threads/names.exp: New file.
12482 * gdb.threads/names.c: New file.
12483 * README: Mention gdb,no_thread_names.
12484
12485 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12486
12487 PR 19297
12488 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12489 support" error.
12490
12491 2015-11-24 Pedro Alves <palves@redhat.com>
12492
12493 PR 17539
12494 * gdb.base/display.exp: Expect displays to be sorted in ascending
12495 order. Use multi_line.
12496 * gdb.base/solib-display.exp: Likewise.
12497
12498 2015-11-24 Pedro Alves <palves@redhat.com>
12499
12500 PR 17539
12501 * gdb.base/display.exp: Expect displays to be sorted in ascending
12502 order. Use multi_line.
12503 * gdb.base/solib-display.exp: Likewise.
12504
12505 2015-11-24 Pedro Alves <palves@redhat.com>
12506
12507 PR 17539
12508 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12509 threads in ascending order.
12510 * gdb.base/foll-fork.exp: Likewise.
12511 * gdb.base/foll-vfork.exp: Likewise.
12512 * gdb.base/multi-forks.exp: Likewise.
12513 * gdb.mi/mi-nonstop.exp: Likewise.
12514 * gdb.mi/mi-nsintrall.exp: Likewise.
12515 * gdb.multi/base.exp: Likewise.
12516 * gdb.multi/multi-arch.exp: Likewise.
12517 * gdb.python/py-inferior.exp: Likewise.
12518 * gdb.threads/break-while-running.exp: Likewise.
12519 * gdb.threads/execl.exp: Likewise.
12520 * gdb.threads/gcore-thread.exp: Likewise.
12521 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12522 * gdb.threads/kill.exp: Likewise.
12523 * gdb.threads/linux-dp.exp: Likewise.
12524 * gdb.threads/multiple-step-overs.exp: Likewise.
12525 * gdb.threads/next-bp-other-thread.exp: Likewise.
12526 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12527 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12528 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12529 * gdb.threads/thread-find.exp: Likewise.
12530 * gdb.threads/tls.exp: Likewise.
12531 * lib/mi-support.exp (mi_reverse_list): Delete.
12532 (mi_check_thread_states): No longer reverse list.
12533
12534 2015-11-24 Pedro Alves <palves@redhat.com>
12535
12536 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12537 use lowercase.
12538
12539 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12540
12541 * gdb.trace/actions.c: Include trace-common.h.
12542 (main): Add a location for a fast tracepoint.
12543 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12544 the normal tracepoints.
12545 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12546
12547 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12548
12549 * save-trace.exp: Factor out code to these...
12550 (gdb_save_tracepoints): New.
12551 (gdb_load_tracepoints): New.
12552 (do_save_load_test): New.
12553
12554 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12555
12556 * gdb.base/asmlabel.exp: New test.
12557 * gdb.base/asmlabel.c: New test case.
12558
12559 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12560
12561 * gdb.base/wrong_frame_bt_full-main.c: New file.
12562 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12563 * gdb.base/wrong_frame_bt_full.exp: New file.
12564
12565 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12566
12567 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12568
12569 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12570
12571 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12572 pstate register when comparing registers values in
12573 sparc64-*-linux-gnu targets to avoid spurious differences.
12574
12575 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12576
12577 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12578
12579 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12580
12581 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12582 as type argument to gdb_compile.
12583 * gdb.base/nested-subp2.exp: Likewise.
12584 * gdb.base/nested-subp3.exp: Likewise.
12585
12586 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12587
12588 * lib/dwarf.exp (_note): Fix left shift of negative value.
12589 * gdb.trace/trace-condition.exp: Likewise.
12590
12591 2015-11-13 Yao Qi <yao.qi@linaro.org>
12592
12593 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12594 comments about d10v.
12595 (test_scalar_returns): Likewise.
12596 * gdb.base/d10v.ld: Remove.
12597 * gdb.base/overlays.exp: Remove the target triplet checking for
12598 d10v-*-*.
12599 * gdb.base/structs.exp (test_struct_returns): Remove the
12600 comments about d10v.
12601 (test_struct_calls): Likewise.
12602
12603 2015-11-13 Yao Qi <yao.qi@linaro.org>
12604
12605 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12606 * gdb.base/gnu_vector.c: Don't include stdio.h.
12607 (main): Don't print res and call add_some_intvecs.
12608
12609 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12610
12611 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12612 macro.
12613 (func5): Removed.
12614 (func4): Use FAST_TRACEPOINT_LABEL.
12615 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12616 macro.
12617 (func): Removed.
12618 (thread_function): Use FAST_TRACEPOINT_LABEL.
12619 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12620 (func): Remove.
12621 (marker): Use FAST_TRACEPOINT_LABEL.
12622 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12623 (pendfunc1): Remove.
12624 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12625 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12626 (foo): Remove.
12627 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12628 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12629 macro.
12630 (func): Remove.
12631 (marker): Use FAST_TRACEPOINT_LABEL.
12632 * gdb.trace/trace-common.h: New header.
12633 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12634 macro.
12635 (func): Remove.
12636 (marker): Use FAST_TRACEPOINT_LABEL.
12637 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12638 (func): Remove.
12639 (thread_function): Use FAST_TRACEPOINT_LABEL.
12640
12641 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12642
12643 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12644 in front.
12645 * gdb.trace/change-loc.exp: Use global pcreg definition.
12646 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12647 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12648 in front.
12649 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12650 * gdb.trace/pending.exp: Likewise.
12651 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12652 * gdb.trace/trace-break.exp: Likewise.
12653 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12654 in front.
12655 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12656 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12657 in front.
12658 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12659
12660 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12661
12662 * gdb.ada/fin_fun_out: New testcase.
12663
12664 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12665
12666 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12667 value associated with DW_AT_byte_size.
12668 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12669 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12670 DW_AT_upper_bound.
12671
12672 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12673
12674 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12675 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12676 version.
12677 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12678 gdb.dwarf2/dw2-canonicalize-type.exp,
12679 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12680 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12681 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12682 provided by gdb_target_symbol_prefix_flags_asm.
12683 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12684 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12685 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12686 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12687 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12688 macros where needed). Use this macro for symbols which require
12689 the prefix provided by SYMBOL_PREFIX.
12690
12691 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12692
12693 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12694 New procs.
12695 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12696 representing expressions, of more than one list element.
12697 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12698 to prepend linker symbol prefix to f.
12699 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12700 table_1 and table_2.
12701 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12702 Likewise, for f and g.
12703 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12704 for ptr.
12705 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12706 for main.
12707 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12708 table_1_ptr and table_2_ptr.
12709
12710 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12711 Joel Brobecker <brobecker@adacore.com>
12712
12713 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12714
12715 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12716
12717 * gdb.reverse/s390-mvcle.c: New test.
12718 * gdb.reverse/s390-mvcle.exp: New file.
12719 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12720
12721 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12722
12723 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12724
12725 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12726
12727 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12728 reaching marker2.
12729 * gdb.reverse/getresuid-reverse.exp: Likewise.
12730 * gdb.reverse/pipe-reverse.exp: Likewise.
12731 * gdb.reverse/readv-reverse.exp: Likewise.
12732 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12733 * gdb.reverse/time-reverse.exp: Likewise.
12734 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12735
12736 2015-10-30 Yao Qi <yao.qi@linaro.org>
12737
12738 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12739 (empty_cycle): Remove.
12740 (main): Don't call empty_cycle. Don't use watch_count_done.
12741 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12742 empty_cycle. Rewrite the code counting HW watchpoints.
12743
12744 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12745
12746 * gdb.reverse/fstatat-reverse.c: New test.
12747 * gdb.reverse/fstatat-reverse.exp: New file.
12748 * gdb.reverse/getresuid-reverse.c: New test.
12749 * gdb.reverse/getresuid-reverse.exp: New file.
12750 * gdb.reverse/pipe-reverse.c: New test.
12751 * gdb.reverse/pipe-reverse.exp: New file.
12752 * gdb.reverse/readv-reverse.c: New test.
12753 * gdb.reverse/readv-reverse.exp: New file.
12754 * gdb.reverse/recvmsg-reverse.c: New test.
12755 * gdb.reverse/recvmsg-reverse.exp: New file.
12756 * gdb.reverse/time-reverse.c: New test.
12757 * gdb.reverse/time-reverse.exp: New file.
12758 * gdb.reverse/waitpid-reverse.c: New test.
12759 * gdb.reverse/waitpid-reverse.exp: New file.
12760
12761 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12762
12763 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12764
12765 2015-10-26 Doug Evans <dje@google.com>
12766
12767 PR symtab/17391
12768 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12769 * gdb.dwarf2/bad-regnum.c: New file.
12770 * gdb.dwarf2/bad-regnum.exp: New file.
12771
12772 2015-10-26 Doug Evans <dje@google.com>
12773
12774 PR python/18938
12775 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12776 file.
12777
12778 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12779
12780 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12781 for a change by "Mention language in compile error message".
12782
12783 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12784
12785 PR python/18073
12786 * gdb.python/py-type.c (C::a_method): New.
12787 (C::a_const_method): New.
12788 (C::a_static_method): New.
12789 (a_function): New.
12790 * gdb.python/py-type.exp (test_fields): Test getting fields
12791 from function and method.
12792
12793 2015-10-21 Keven Boell <keven.boell@intel.com>
12794
12795 * gdb.fortran/vla-alloc-assoc.exp: New file.
12796 * gdb.fortran/vla-datatypes.exp: New file.
12797 * gdb.fortran/vla-datatypes.f90: New file.
12798 * gdb.fortran/vla-history.exp: New file.
12799 * gdb.fortran/vla-ptype-sub.exp: New file.
12800 * gdb.fortran/vla-ptype.exp: New file.
12801 * gdb.fortran/vla-sizeof.exp: New file.
12802 * gdb.fortran/vla-sub.f90: New file.
12803 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12804 * gdb.fortran/vla-value-sub-finish.exp: New file.
12805 * gdb.fortran/vla-value-sub.exp: New file.
12806 * gdb.fortran/vla-value.exp: New file.
12807 * gdb.fortran/vla-ptr-info.exp: New file.
12808 * gdb.mi/mi-vla-fortran.exp: New file.
12809 * gdb.mi/vla.f90: New file.
12810
12811 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12812
12813 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12814 of hardwired timeout value.
12815
12816 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12817 Pedro Alves <palves@redhat.com>
12818
12819 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12820 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12821
12822 2015-10-19 Josh Stone <jistone@redhat.com>
12823
12824 * gdb.base/catch-syscall.c: Include <sched.h>.
12825 (unknown_syscall): New variable.
12826 (main): Trigger a vfork and an unknown syscall.
12827 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12828 (unknown_syscall_number): Likewise.
12829 (check_call_to_syscall): Accept an optional syscall pattern.
12830 (check_return_from_syscall): Likewise.
12831 (check_continue): Likewise.
12832 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12833 (test_catch_syscall_skipping_return): New test toggling off 'catch
12834 syscall' to step over the syscall return, then toggling back on.
12835 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12836 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12837 (do_syscall_tests): Call test_catch_syscall_without_args and
12838 test_catch_syscall_mid_vfork.
12839 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12840 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12841
12842 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12843
12844 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12845 print g_vE): Add new pass patterns.
12846 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12847 print various symbol names for vptr fields.
12848
12849 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12850
12851 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12852 results.
12853
12854 2015-10-12 Yao Qi <yao.qi@linaro.org>
12855
12856 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12857
12858 2015-10-12 Yao Qi <yao.qi@linaro.org>
12859
12860 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12861 is aarch64*-*-linux*.
12862
12863 2015-10-12 Yao Qi <yao.qi@linaro.org>
12864
12865 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12866 (can_relocate_bcond_true): ... it.
12867 (can_relocate_bcond_false): New function.
12868 (foo): Likewise.
12869 (can_relocate_bl): Likewise.
12870 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12871 can_relocate_bl.
12872
12873 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12874
12875 * gdb.base/nested-addr.c: New file.
12876 * gdb.base/nested-addr.exp: New testcase.
12877
12878 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12879
12880 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12881 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12882 its output. Ignore the output of "record goto begin" and instead
12883 check that GDB is replaying.
12884
12885 2015-10-09 Pedro Alves <palves@redhat.com>
12886
12887 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12888 (top level): Use it in the run with no args test.
12889
12890 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12891
12892 * gdb.dlang/properties.exp: New file.
12893
12894 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12895
12896 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12897 whether or not address 0x1000 is mapped on the target.
12898
12899 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12900
12901 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12902 build.
12903
12904 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12905
12906 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12907 instruction-history test.
12908
12909 2015-09-28 Doug Evans <dje@google.com>
12910
12911 * gdb.base/gcore.c (array_func): Add reference to static_array.
12912
12913 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12914
12915 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12916 source line.
12917
12918 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12919
12920 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12921 short or char as base type.
12922
12923 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12924
12925 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12926 to allow any size enum.
12927
12928 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12929
12930 * gdb.ada/array_ptr_renaming.exp: New testcase.
12931 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12932 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12933
12934 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12935
12936 * gdb.trace/ftrace-lock.c: New file.
12937 * gdb.trace/ftrace-lock.exp: New file.
12938
12939 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12940
12941 * gdb.arch/insn-reloc.c: New file.
12942 * gdb.arch/ftrace-insn-reloc.exp: New file.
12943
12944 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12945
12946 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12947 instruction.
12948 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12949 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12950 * gdb.trace/range-stepping.c: Likewise.
12951 * gdb.trace/trace-break.c: Likewise.
12952 * gdb.trace/trace-mt.c (thread_function): Likewise.
12953 * gdb.trace/ftrace.c (marker): Likewise.
12954 * gdb.trace/trace-condition.c (marker): Likewise.
12955 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12956 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12957 is_aarch64_target.
12958
12959 2015-09-18 Doug Evans <xdje42@gmail.com>
12960
12961 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12962 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12963
12964 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12965
12966 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12967 the breakpoint.
12968
12969 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12970
12971 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12972 the pending breakpoint. Remove timeout override for "Run till
12973 MI pending breakpoint on pendfunc3 on thread 2" test.
12974
12975 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12976
12977 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12978 filename pattern.
12979
12980 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12981
12982 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12983 in breakpoint filename pattern.
12984
12985 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12986
12987 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12988
12989 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12990
12991 * gdb.linespec/explicit.exp: Check for readline support for
12992 tab-completion tests. Fix obvious typo.
12993
12994 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12995
12996 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12997 and replay.
12998
12999 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13000
13001 * gdb.btrace/non-stop.c: New.
13002 * gdb.btrace/non-stop.exp: New.
13003
13004 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13005 Yao Qi <yao.qi@linaro.org>
13006
13007 * gdb.trace/trace-condition.c: New file.
13008 * gdb.trace/trace-condition.exp: New file.
13009
13010 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13011
13012 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13013 for testing bytecode compilation.
13014
13015 2015-09-16 Pedro Alves <palves@redhat.com>
13016 Sandra Loosemore <sandra@codesourcery.com>
13017
13018 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13019 (SECONDS): Redefine.
13020 (main): Call pthread_kill and alarm early.
13021 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13022 support.
13023 (test): If the target can't hardware step and doesn't support
13024 displaced stepping, increase the timeout.
13025
13026 2015-09-16 Pedro Alves <palves@redhat.com>
13027
13028 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13029 (enable_debug): New procedures.
13030 (test): Use them. Bail out if waiting for threads fails.
13031 (top level): Bail out if a test fails.
13032
13033 2015-09-16 Yao Qi <yao.qi@linaro.org>
13034
13035 * gdb.asm/asm-source.exp: Set asm-arch for
13036 aarch64*-*-* target.
13037 * gdb.asm/aarch64.inc: New file.
13038
13039 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13040
13041 * gdb.ada/array_of_variable_length.exp: New testcase.
13042 * gdb.ada/array_of_variable_length/foo.adb: New file.
13043 * gdb.ada/array_of_variable_length/pck.adb: New file.
13044 * gdb.ada/array_of_variable_length/pck.ads: New file.
13045
13046 2015-09-15 Doug Evans <dje@google.com>
13047
13048 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13049 of function static local variable.
13050
13051 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13052
13053 * gdb.threads/tls-so_extern.exp: New test file.
13054 * gdb.threads/tls-so_extern.c: New test file.
13055 * gdb.threads/tls-so_extern_main.c: New test file.
13056
13057 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13058
13059 * gdb.opt/solib-intra-step-lib.c: New file.
13060 * gdb.opt/solib-intra-step-main.c: New file.
13061 * gdb.opt/solib-intra-step.exp: New file.
13062
13063 2015-09-15 Pedro Alves <palves@redhat.com>
13064
13065 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13066 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13067
13068 2015-09-14 Pedro Alves <palves@redhat.com>
13069
13070 * gdb.base/hook-stop-continue.c: Delete.
13071 * gdb.base/hook-stop-continue.exp: Delete.
13072 * gdb.base/hook-stop-frame.c: Delete.
13073 * gdb.base/hook-stop-frame.exp: Delete.
13074 * gdb.base/hook-stop.c: New file.
13075 * gdb.base/hook-stop.exp: New file.
13076
13077 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13078
13079 * gdb.ada/access_to_packed_array.exp: New testcase.
13080 * gdb.ada/access_to_packed_array/foo.adb: New file.
13081 * gdb.ada/access_to_packed_array/pack.adb: New file.
13082 * gdb.ada/access_to_packed_array/pack.ads: New file.
13083
13084 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13085
13086 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13087 buffer size test.
13088
13089 2015-09-11 Don Breazeal <donb@codesourcery.com>
13090
13091 * gdb.base/foll-exec.c: Add copyright header. Fix
13092 formatting issues.
13093 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13094 (do_exec_tests): Use clean_restart in place of zap_session,
13095 and for test initialization. Fix formatting issues. Use
13096 fail in place of perror.
13097 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13098 an expect statement to match an expression with output from
13099 the program under debug.
13100 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13101 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13102 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13103 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13104 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13105
13106 2015-09-09 Doug Evans <dje@google.com>
13107
13108 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13109
13110 2015-09-09 Doug Evans <dje@google.com>
13111
13112 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13113
13114 2015-09-09 Doug Evans <dje@google.com>
13115
13116 * gdb.base/savedregs.exp: Fix typo.
13117
13118 2015-09-09 Pedro Alves <palves@redhat.com>
13119
13120 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13121
13122 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13123
13124 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13125 command actually switches threads. Give up on remaining
13126 tests if target fails to stop at breakpoint.
13127
13128 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13129
13130 * gdb.ada/funcall_char.exp: New testcase.
13131 * gdb.ada/funcall_char/foo.adb: New file.
13132
13133 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13134
13135 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13136 expected outputs. Add two testcases for completing ambiguous
13137 functions.
13138 * gdb.ada/complete/aux_pck.adb: New file.
13139 * gdb.ada/complete/aux_pck.ads: New file.
13140 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13141 Ambiguous_Func functions.
13142 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13143 * gdb.ada/complete/pck.adb: Likewise.
13144
13145 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13146
13147 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13148 failures to run the test program under GDB.
13149
13150 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13151
13152 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13153 to C.
13154
13155 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13156
13157 * gdb.base/run-after-attach.exp: New test file.
13158 * gdb.base/run-after-attach.c: New test file.
13159
13160 2015-08-26 Don Breazeal <donb@codesourcery.com>
13161
13162 * gdb.base/foll-exec-2.c: New test program.
13163 * gdb.base/foll-exec-2.exp: New test.
13164
13165 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13166
13167 * gdb.base/nested-subp1.exp: New file.
13168 * gdb.base/nested-subp1.c: New file.
13169 * gdb.base/nested-subp2.exp: New file.
13170 * gdb.base/nested-subp2.c: New file.
13171 * gdb.base/nested-subp3.exp: New file.
13172 * gdb.base/nested-subp3.c: New file.
13173
13174 2015-08-24 Pedro Alves <palves@redhat.com>
13175
13176 * gdb.server/connect-without-multi-process.c: New file.
13177 * gdb.server/connect-without-multi-process.exp: New file.
13178
13179 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13180
13181 * gdb.opt/inline-markers.c: Make z int.
13182
13183 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13184
13185 * gdb.opt/inline-markers.c: Make z volatile.
13186
13187 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13188
13189 * gdb.opt/inline-bt.c: New volatile global z.
13190 * gdb.opt/inline-cmds.c: Likewise.
13191 * gdb.opt/inline-locals.c: Likewise.
13192 * gdb.opt/inline-markers.c: New extern global z.
13193 (marker): Use z.
13194 (inline_fn): Likewise.
13195
13196 2015-08-24 Pedro Alves <palves@redhat.com>
13197
13198 * config/m32r-stub.exp: Remove file.
13199 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13200 * gdb.base/call-rt-st.exp: Likewise.
13201 * gdb.base/call-strs.exp: Likewise.
13202 * gdb.base/default.exp: Remove references to h8300-*-hms and
13203 *-*-udi*.
13204 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13205
13206 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13207
13208 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13209 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13210 and "return" use KFAIL when GDB can not read/write the vector
13211 return value.
13212
13213 2015-08-21 Gary Benson <gbenson@redhat.com>
13214
13215 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13216
13217 2015-08-20 Pedro Alves <palves@redhat.com>
13218
13219 * gdb.server/solib-list.exp: No longer expect an interior stop in
13220 non-stop mode.
13221
13222 2015-08-20 Pedro Alves <palves@redhat.com>
13223
13224 * gdb.server/connect-stopped-target.c: New file.
13225 * gdb.server/connect-stopped-target.exp: New file.
13226
13227 2015-08-20 Pedro Alves <palves@redhat.com>
13228
13229 * gdb.dwarf2/comp-unit-lang.exp: New file.
13230 * gdb.dwarf2/comp-unit-lang.c: New file.
13231
13232 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13233
13234 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13235 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13236
13237 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13238
13239 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13240 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13241
13242 2015-08-18 Doug Evans <dje@google.com>
13243 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13244
13245 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13246 skip_python_tests. New arg prompt_regexp.
13247 (skip_python_tests): New function.
13248 * lib/mi-support.exp (mi_skip_python_tests): New function.
13249 * gdb.python/py-mi-objfile-gdb.py: New file.
13250 * gdb.python/py-mi-objfile.c: New file.
13251 * gdb.python/py-mi-objfile.exp: New file.
13252
13253 2015-08-17 Keith Seitz <keiths@redhat.com>
13254
13255 * gdb.linespec/explicit.exp: Move strace test from here ...
13256 * gdb.trace/strace.exp: ... to here.
13257
13258 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13259
13260 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13261 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13262
13263 2015-08-14 Doug Evans <xdje42@gmail.com>
13264
13265 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13266 inferior before selecting a new file.
13267
13268 2015-08-14 Doug Evans <xdje42@gmail.com>
13269
13270 * gdb.mi/mi-disassemble.exp: Update.
13271 * gdb.base/disasm-optim.S: New file.
13272 * gdb.base/disasm-optim.c: New file.
13273 * gdb.base/disasm-optim.h: New file.
13274 * gdb.base/disasm-optim.exp: New file.
13275
13276 2015-08-14 Keith Seitz <keiths@redhat.com>
13277
13278 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13279 "evaluated-by".
13280
13281 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13282
13283 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13284
13285 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13286
13287 * gdb.ada/fun_renaming.exp: New testcase.
13288 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13289 * gdb.ada/fun_renaming/pack.adb: New file.
13290 * gdb.ada/fun_renaming/pack.ads: New file.
13291
13292 2015-08-12 Keith Seitz <keiths@redhat.com>
13293
13294 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13295 gdb_get_line_number.
13296
13297 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13298
13299 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13300 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13301 gdb.base/dso2dso.exp: New files.
13302
13303 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13304 Pedro Alves <palves@redhat.com>
13305 Keith Seitz <keiths@redhat.com>
13306
13307 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13308 GDBFLAGS.
13309
13310 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13311
13312 * gdb.base/gdbhistsize-history.exp
13313 (test_histsize_history_setting): Use save_vars.
13314 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13315 Use save_vars.
13316 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13317 * gdb.base/readline.exp: Use save_vars.
13318
13319 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13320
13321 * lib/gdb.exp (save_vars): New proc.
13322
13323 2015-08-11 Keith Seitz <keiths@redhat.com>
13324
13325 * gdb.base/help.exp: Update help_breakpoint_text.
13326
13327 2015-08-11 Keith Seitz <keiths@redhat.com>
13328
13329 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13330 (at toplevel): Call test_explicit_breakpoints.
13331 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13332 breakpoints.
13333 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13334 breakpoint conditions, "-cond".
13335
13336 2015-08-11 Keith Seitz <keiths@redhat.com>
13337
13338 * gdb.linespec/3explicit.c: New file.
13339 * gdb.linespec/cpexplicit.cc: New file.
13340 * gdb.linespec/cpexplicit.exp: New file.
13341 * gdb.linespec/explicit.c: New file.
13342 * gdb.linespec/explicit.exp: New file.
13343 * gdb.linespec/explicit2.c: New file.
13344 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13345 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13346 before using in the matching pattern.
13347 Clarify that `prefix' is a regular expression.
13348
13349 2015-08-11 Keith Seitz <keiths@redhat.com>
13350
13351 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13352 test.
13353 Add tests for missing ",FMT" and ",".
13354
13355 2015-08-10 Doug Evans <dje@google.com>
13356 Keith Seitz <keiths@redhat.com>
13357
13358 PR gdb/17960
13359 * gdb.base/completion.exp: Add location completer tests.
13360
13361 2015-08-07 Pedro Alves <palves@redhat.com>
13362
13363 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13364 tests here.
13365 (top level): Run do_test with and without displaced stepping.
13366
13367 2015-08-07 Pedro Alves <palves@redhat.com>
13368
13369 * gdb.base/valgrind-disp-step.c: New file.
13370 * gdb.base/valgrind-disp-step.exp: New file.
13371
13372 2015-08-07 Pedro Alves <palves@redhat.com>
13373
13374 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13375 Delete function.
13376 (main): Add alarm. Run an infinite loop instead of calling
13377 wait_threads.
13378 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13379 comment.
13380 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13381 Delete function.
13382 (main): Add alarm. Run an infinite loop instead of calling
13383 wait_threads.
13384 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13385 comment.
13386
13387 2015-08-07 Pedro Alves <palves@redhat.com>
13388
13389 * gdb.base/checkpoint-ns.exp: New file.
13390 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13391 standard_testfile.
13392
13393 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13394
13395 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13396 * gdb.btrace/instruction_history.exp: Update.
13397 * gdb.btrace/tsx.exp: New.
13398 * gdb.btrace/tsx.c: New.
13399
13400 2015-08-06 Pedro Alves <palves@redhat.com>
13401
13402 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13403 increase timeout.
13404 * gdb.reverse/until-precsave.exp: Bump timeouts.
13405
13406 2015-08-06 Pedro Alves <palves@redhat.com>
13407
13408 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13409
13410 2015-08-06 Pedro Alves <palves@redhat.com>
13411
13412 PR gdb/18749
13413 * gdb.threads/process-dies-while-handling-bp.c: New file.
13414 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13415
13416 2015-08-06 Pedro Alves <palves@redhat.com>
13417
13418 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13419 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13420
13421 2015-08-05 Pedro Alves <palves@redhat.com>
13422
13423 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13424 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13425
13426 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13427
13428 * gdb.base/bp-permanent.exp: Report test as unsupported if
13429 the target cannot stop at the permanent breakpoint.
13430
13431 2015-08-03 Doug Evans <dje@google.com>
13432
13433 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13434 10000.
13435
13436 2015-08-03 Doug Evans <dje@google.com>
13437
13438 * Makefile.in (workers/%.worker, build-perf): New rule.
13439 (GDB_PERFTEST_MODE): New variable.
13440 (check-perf): Use it.
13441 (clean): Clean up gdb.perf parallel build subdirs.
13442 * lib/build-piece.exp: New file.
13443 * lib/gdb.exp (make_gdb_parallel_path): New function
13444 (standard_output_file, standard_temp_file): Call it.
13445 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13446 of $GDB_PARALLEL.
13447 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13448
13449 2015-08-03 Doug Evans <dje@google.com>
13450
13451 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13452 (LOG_FILE_NAME): New global.
13453 (TextReporter.__init__): Initialize self.txt_sum.
13454 (TextReporter.report): Add support for multiple data-points.
13455 Move report to perftest.sum, put raw data in perftest.log.
13456 (TextReporter.start): Open sum and log files.
13457 (TextReporter.end): Close sum and log files.
13458 * gdb.perf/lib/perftest/testresult.py
13459 (SingleStatisticTestResult.record): Handle multiple data-points.
13460
13461 2015-07-31 Pedro Alves <palves@redhat.com>
13462
13463 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13464 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13465 kill_wait_spawned_process instead of explicit "kill -9".
13466 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13467 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13468 kill_wait_spawned_process.
13469 * gdb.base/attach-twice.exp: Likewise.
13470 * gdb.base/attach.exp: Likewise.
13471 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13472 gdb_test_multiple.
13473 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13474 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13475 kill_wait_spawned_process.
13476 * gdb.base/valgrind-infcall.exp: Likewise.
13477 * gdb.multi/multi-attach.exp: Likewise.
13478 * gdb.python/py-prompt.exp: Likewise.
13479 * gdb.python/py-sync-interp.exp: Likewise.
13480 * gdb.server/ext-attach.exp: Likewise.
13481 * gdb.threads/attach-into-signal.exp (corefunc): Use
13482 spawn_wait_for_attach, spawn_id_get_pid and
13483 kill_wait_spawned_process.
13484 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13485 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13486 spawn_id_get_pid and kill_wait_spawned_process.
13487 * gdb.threads/attach-stopped.exp (corefunc): Use
13488 spawn_wait_for_attach, spawn_id_get_pid and
13489 kill_wait_spawned_process.
13490 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13491 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13492 kill_wait_spawned_process instead of explicit "kill -9".
13493 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13494 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13495 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13496 processes. Don't map cygwin/windows pids here. Now returns a
13497 spawn id list.
13498
13499 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13500
13501 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13502 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13503 correct patch.
13504
13505 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13506
13507 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13508
13509 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13510
13511 Reapply:
13512 2014-05-21 Mark Wielaard <mjw@redhat.com>
13513
13514 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13515
13516 2015-07-30 Pedro Alves <palves@redhat.com>
13517
13518 * linux-low.c (handle_extended_wait): Set the child's last
13519 reported status to TARGET_WAITKIND_STOPPED.
13520
13521 2015-07-30 Pedro Alves <palves@redhat.com>
13522
13523 PR threads/18600
13524 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13525 only shows inferior 1.
13526
13527 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13528 Pedro Alves <palves@redhat.com>
13529
13530 PR threads/18600
13531 * gdb.threads/fork-plus-threads.c: New file.
13532 * gdb.threads/fork-plus-threads.exp: New file.
13533
13534 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13535
13536 * gdb.base/batch-preserve-term-settings.exp
13537 (test_terminal_settings_preserved_after_cli_exit): Use
13538 send_quit_command.
13539
13540 2015-07-29 Pedro Alves <palves@redhat.com>
13541 Don Breazeal <donb@codesourcery.com>
13542
13543 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13544 output from both inferior_spawn_id and gdb_spawn_id.
13545
13546 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13547
13548 * gdb.threads/attach-into-signal.exp (corefunc): Use
13549 with_test_prefix on nested loops, uniquefying the test messages.
13550
13551 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13552
13553 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13554 commit.
13555
13556 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13557
13558 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13559 New proc.
13560 (test_terminal_settings_preserved_after_sigterm): New test.
13561
13562 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13563
13564 * gdb.base/batch-preserve-term-settings.exp
13565 (test_terminal_settings_preserved_after_cli_exit): New test.
13566
13567 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13568
13569 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13570 manipulation of saved_gdbflags.
13571 (test_terminal_settings_preserved): Remove global declaration of
13572 the unused variable pagination_prompt. Remove manipulation of
13573 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13574 GDBFLAGS.
13575
13576 2015-07-29 Pedro Alves <palves@redhat.com>
13577
13578 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13579
13580 2015-07-29 Pedro Alves <palves@redhat.com>
13581
13582 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13583 at the top.
13584
13585 2015-07-29 Pedro Alves <palves@redhat.com>
13586
13587 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13588 (main): Call gdb_unbuffer_output.
13589 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13590 (main): Call gdb_unbuffer_output.
13591 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13592 (main): Call gdb_unbuffer_output.
13593 * gdb.base/call-strs.exp: Adjust to step over the
13594 gdb_unbuffer_output call.
13595 * gdb.base/catch-gdb-caused-signals.c: Include
13596 "../lib/unbuffer_output.c".
13597 (main): Call gdb_unbuffer_output.
13598 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13599 (main): Call gdb_unbuffer_output.
13600 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13601 (main): Call gdb_unbuffer_output.
13602 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13603 (main): Call gdb_unbuffer_output.
13604 * gdb.base/shlib-call.exp: Adjust to step over the
13605 gdb_unbuffer_output call.
13606 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13607 (main): Call gdb_unbuffer_output.
13608 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13609 (main): Call gdb_unbuffer_output.
13610 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13611 (main): Rename to ...
13612 (test): ... this.
13613 (main): Reimplement.
13614 * gdb.base/varargs.exp: Run to test instead of to main.
13615 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13616 (main): Call gdb_unbuffer_output.
13617
13618 2015-07-29 Pedro Alves <palves@redhat.com>
13619
13620 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13621 factore out from mi_continue_dprintf. For call-style dprintfs,
13622 expect dprintf output out of $inferior_spawn_id.
13623 (mi_continue_dprintf): Use mi_expect_dprintf.
13624 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13625 (main): Call gdb_unbuffer_output.
13626
13627 2015-07-29 Pedro Alves <palves@redhat.com>
13628
13629 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13630 (default_mi_gdb_start): Set inferior_spawn_id instead of
13631 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13632 gdb_spawn_id.
13633 (mi_gdb_test): Always expect inferior output from both
13634 $inferior_spawn_id and $gdb_spawn_id.
13635
13636 2015-07-29 Pedro Alves <palves@redhat.com>
13637
13638 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13639 send_inferior and $inferior_spawn_id.
13640
13641 2015-07-29 Pedro Alves <palves@redhat.com>
13642
13643 * gdb.gdb/complaints.exp (test_initial_complaints)
13644 (test_serial_complaints, test_short_complaints): Use
13645 gdb_test_stdio.
13646 (test_empty_complaint): Handle $inferior_spawn_id !=
13647 $gdb_spawn_id.
13648
13649 2015-07-29 Pedro Alves <palves@redhat.com>
13650
13651 * gdb.base/varargs.exp: Use gdb_test_stdio.
13652
13653 2015-07-29 Pedro Alves <palves@redhat.com>
13654
13655 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13656
13657 2015-07-29 Pedro Alves <palves@redhat.com>
13658
13659 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13660
13661 2015-07-29 Pedro Alves <palves@redhat.com>
13662
13663 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13664 parameter into two new parameters, "inf_result" and "gdb_result".
13665 Expect inferior output and gdb output from $inferior_spawn_id and
13666 $gdb_spawn_id, respectively. Adjust all callers.
13667
13668 2015-07-29 Pedro Alves <palves@redhat.com>
13669
13670 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13671 of gdb_test_sequence.
13672
13673 2015-07-29 Pedro Alves <palves@redhat.com>
13674
13675 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13676 (saw_spurious_output): Expect inferior output from
13677 $inferior_spawn_id. Use gdb_test_stdio.
13678
13679 2015-07-29 Pedro Alves <palves@redhat.com>
13680
13681 * gdb.base/dprintf.exp: Use standard_testfile. Change
13682 prepare_for_testing call.
13683 (srcfile): Don't set.
13684 (restart): New procedure.
13685 (test_dprintf): New procecure, use to continue over dprintfs.
13686 (test_call, test_agent): New procedures, tests moved here.
13687 Restart gdb and recreate dprintfs. Adjust expected output.
13688
13689 2015-07-29 Pedro Alves <palves@redhat.com>
13690
13691 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13692
13693 2015-07-29 Pedro Alves <palves@redhat.com>
13694
13695 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13696
13697 2015-07-29 Pedro Alves <palves@redhat.com>
13698
13699 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13700 gdb_test_stdio.
13701
13702 2015-07-29 Pedro Alves <palves@redhat.com>
13703
13704 * lib/gdb.exp (gdb_test_stdio): New procedure.
13705
13706 2015-07-29 Pedro Alves <palves@redhat.com>
13707
13708 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13709
13710 2015-07-29 Pedro Alves <palves@redhat.com>
13711
13712 * gdb.base/call-signal-resume.exp: Remove check for
13713 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13714 * gdb.base/unwindonsignal.exp: Likewise.
13715 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13716 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13717
13718 2015-07-29 Pedro Alves <palves@redhat.com>
13719
13720 * gdb.base/siginfo-addr.c (pass): New function.
13721 (handler): Call it iff si_addr is correct.
13722 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13723 Set a breakpoint at "pass" and continue to it.
13724
13725 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13726
13727 * gdb.python/py-objfile.exp: Make some tests have unique names.
13728 * gdb.python/py-pp-registration.exp: Likewise.
13729
13730 2015-07-28 Pedro Alves <palves@redhat.com>
13731
13732 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13733
13734 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13735
13736 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13737
13738 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13739
13740 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13741
13742 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13743
13744 * gdb.base/gdb-sigterm-2.exp: New test.
13745
13746 2015-07-25 Doug Evans <xdje42@gmail.com>
13747
13748 Revert:
13749 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13750 (workers/%.worker, build-perf): New rule.
13751 (GDB_PERFTEST_MODE): New variable.
13752 (check-perf): Use it.
13753 (clean): Clean up gdb.perf parallel build subdirs.
13754 * lib/build-piece.exp: New file.
13755 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13756 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13757 name.
13758 (standard_temp_file): Ditto.
13759 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13760 of $GDB_PARALLEL.
13761
13762 2015-07-24 Doug Evans <dje@google.com>
13763
13764 * gdb.perf/lib/perftest/utils.py: New file.
13765 * gdb.perf/gm-hello.cc: New file.
13766 * gdb.perf/gm-pervasive-typedef.cc: New file.
13767 * gdb.perf/gm-pervasive-typedef.h: New file.
13768 * gdb.perf/gm-std.cc: New file.
13769 * gdb.perf/gm-std.h: New file.
13770 * gdb.perf/gm-use-cerr.cc: New file.
13771 * gdb.perf/gm-utils.h: New file.
13772 * gdb.perf/gmonster-null-lookup.py: New file.
13773 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13774 * gdb.perf/gmonster-print-cerr.py: New file.
13775 * gdb.perf/gmonster-ptype-string.py: New file.
13776 * gdb.perf/gmonster-runto-main.py: New file.
13777 * gdb.perf/gmonster-select-file.py: New file.
13778 * gdb.perf/gmonster1-null-lookup.exp: New file.
13779 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13780 * gdb.perf/gmonster1-print-cerr.exp: New file.
13781 * gdb.perf/gmonster1-ptype-string.exp: New file.
13782 * gdb.perf/gmonster1-runto-main.exp: New file.
13783 * gdb.perf/gmonster1-select-file.exp: New file.
13784 * gdb.perf/gmonster1.cc: New file.
13785 * gdb.perf/gmonster1.exp: New file.
13786 * gdb.perf/gmonster2-null-lookup.exp: New file.
13787 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13788 * gdb.perf/gmonster2-print-cerr.exp: New file.
13789 * gdb.perf/gmonster2-ptype-string.exp: New file.
13790 * gdb.perf/gmonster2-runto-main.exp: New file.
13791 * gdb.perf/gmonster2-select-file.exp: New file.
13792 * gdb.perf/gmonster2.cc: New file.
13793 * gdb.perf/gmonster2.exp: New file.
13794
13795 2015-07-24 Doug Evans <dje@google.com>
13796
13797 * gdb.perf/README: New file.
13798 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13799 * lib/gen-perf-test.exp: New file.
13800
13801 2015-07-24 Doug Evans <dje@google.com>
13802
13803 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13804 (PerfTest::startup): New function.
13805 (PerfTest::run): Return result of calling body.
13806 (PerfTest::assemble): Rewrite.
13807 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13808 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13809 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13810 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13811 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13812
13813 2015-07-24 Doug Evans <dje@google.com>
13814
13815 * lib/gdb.exp (clean_restart): Make executable optional.
13816
13817 2015-07-24 Doug Evans <dje@google.com>
13818
13819 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13820 compiler_info references.
13821 * gdb.cp/temargs.exp: Ditto.
13822 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13823 (get_compiler_info): Early exit if already computed. Set compiler_info
13824 to "unknown" if there was a problem.
13825 (test_compiler_info): Add function comment. Call get_compiler_info.
13826
13827 2015-07-24 Doug Evans <dje@google.com>
13828
13829 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13830 (workers/%.worker, build-perf): New rule.
13831 (GDB_PERFTEST_MODE): New variable.
13832 (check-perf): Use it.
13833 (clean): Clean up gdb.perf parallel build subdirs.
13834 * lib/build-piece.exp: New file.
13835 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13836 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13837 name.
13838 (standard_temp_file): Ditto.
13839 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13840 of $GDB_PARALLEL.
13841
13842 2015-07-24 Doug Evans <dje@google.com>
13843
13844 * lib/future.exp (gdb_default_target_compile): New option
13845 "early_flags".
13846 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13847 --as-needed.
13848
13849 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13850
13851 * gdb.base/catch-syscall.exp: Call gdb_exit before
13852 gdb_skip_xml_test.
13853
13854 2015-07-24 Pedro Alves <palves@redhat.com>
13855
13856 * gdb.python/py-events.exp: Accept output between the stop event
13857 and the prompt.
13858 * gdb.python/py-evsignal.exp: Likewise.
13859 * gdb.python/py-evthreads.exp: Likewise.
13860
13861 2015-07-24 Pedro Alves <palves@redhat.com>
13862
13863 PR gdb/18717
13864 * gdb.threads/non-ldr-exit.c: New file.
13865 * gdb.threads/non-ldr-exit.exp: New file.
13866
13867 2015-07-24 Yao Qi <yao.qi@linaro.org>
13868
13869 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13870 restarting process.
13871
13872 2015-07-24 Yao Qi <yao.qi@linaro.org>
13873
13874 * gdb.server/ext-restart.exp: New file.
13875
13876 2015-07-24 Yao Qi <yao.qi@linaro.org>
13877
13878 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13879 argument options.
13880 * gdb.server/ext-wrapper.exp: New file.
13881
13882 2015-07-23 Doug Evans <dje@google.com>
13883
13884 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13885 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13886
13887 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13888
13889 * gdb.ada/var_arr_typedef.exp: New testcase.
13890 * gdb.ada/var_arr_typedef/pack.adb: New file.
13891 * gdb.ada/var_arr_typedef/pack.ads: New file.
13892 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13893
13894 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13895
13896 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13897
13898 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13899
13900 * gdb.arch/i386-biarch-core.exp: Replace istarget
13901 by "complete set gnutarget". Remove expectation for the "core-file"
13902 command.
13903
13904 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13905
13906 Revert the previous commit:
13907 Tests for validate symbol file using build-id.
13908
13909 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13910
13911 Tests for validate symbol file using build-id.
13912 * gdb.base/solib-mismatch-lib.c: New file.
13913 * gdb.base/solib-mismatch-libmod.c: New file.
13914 * gdb.base/solib-mismatch.c: New file.
13915 * gdb.base/solib-mismatch.exp: New file.
13916
13917 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13918
13919 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13920 nios2-*-linux*.
13921 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13922 * gdb.base/siginfo.exp: Likewise.
13923 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13924
13925 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13926
13927 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13928 Move it to ...
13929 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13930 ... here.
13931 * gdb.trace/range-stepping.exp: Check that the target supports
13932 range stepping.
13933
13934 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13935
13936 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13937
13938 2015-07-14 Pedro Alves <palves@redhat.com>
13939
13940 * gdb.base/killed-outside.exp: New file.
13941 * gdb.base/killed-outside.c: New file.
13942
13943 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13944
13945 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13946 (n at main): New.
13947 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13948
13949 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13950
13951 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13952 infcall tests instead of setting up for KFAIL.
13953
13954 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13955
13956 * gdb.btrace/record_goto-step.exp: New.
13957
13958 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13959
13960 PR compile/18484
13961 * gdb.compile/compile.c (struct struct_type): Add volatile to
13962 selffield's type.
13963 * gdb.compile/compile.exp
13964 (compile code struct_object.selffield = &struct_object): Skip further
13965 struct_object tests if this one xfails.
13966
13967 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13968
13969 PR exp/18617
13970 * gdb.trace/ax.exp: Add test.
13971
13972 2015-07-07 Yao Qi <yao.qi@linaro.org>
13973
13974 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13975 instead of istarget "aarch64*-*-*".
13976 * gdb.arch/aarch64-fp.exp: Likewise.
13977 * gdb.base/float.exp: Likewise.
13978 * gdb.reverse/aarch64.exp: Likewise.
13979 * lib/gdb.exp (is_aarch64_target): New proc.
13980
13981 2015-07-07 Yao Qi <yao.qi@linaro.org>
13982
13983 * lib/gdb.exp (is_aarch32_target): New proc.
13984 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13985 instead of "istarget "arm*-*-*"".
13986 * gdb.arch/arm-disp-step.exp: Likewise.
13987 * gdb.arch/thumb-bx-pc.exp: Likewise.
13988 * gdb.arch/thumb-prologue.exp: Likewise.
13989 * gdb.arch/thumb-singlestep.exp: Likewise.
13990 * gdb.base/disp-step-syscall.exp: Likewise.
13991 * gdb.base/float.exp: Likewise.
13992
13993 2015-07-07 Yao Qi <yao.qi@linaro.org>
13994
13995 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13996 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13997
13998 2015-07-07 Yao Qi <yao.qi@linaro.org>
13999
14000 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14001 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14002 if it exists.
14003 * gdb.multi/multi-arch.exp: Likewise.
14004
14005 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14006
14007 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14008 print.
14009
14010 2015-07-07 Yao Qi <yao.qi@linaro.org>
14011
14012 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14013
14014 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14015
14016 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14017 '[' and ']' characters.
14018
14019 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14020
14021 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14022
14023 2015-06-29 Pedro Alves <palves@redhat.com>
14024
14025 PR threads/18127
14026 * gdb.threads/hand-call-new-thread.c: New file.
14027 * gdb.threads/hand-call-new-thread.c: New file.
14028
14029 2015-06-26 Keith Seitz <keiths@redhat.com>
14030 Doug Evans <dje@google.com>
14031
14032 PR 16253
14033 * gdb.cp/var-tag-2.cc: New file.
14034 * gdb.cp/var-tag-3.cc: New file.
14035 * gdb.cp/var-tag-4.cc: New file.
14036 * gdb.cp/var-tag.cc: New file.
14037 * gdb.cp/var-tag.exp: New file.
14038
14039 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14040
14041 * gdb.base/history-duplicates.exp: New test.
14042
14043 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14044
14045 * gdb.base/completion.exp: Test the completion of the "focus"
14046 command.
14047
14048 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14049
14050 * gdb.arch/amd64-prologue-skip.S: New file.
14051 * gdb.arch/amd64-prologue-skip.exp: New file.
14052
14053 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14054
14055 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14056 is_address_zero_readable check.
14057
14058 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14059
14060 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14061 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14062
14063 2015-06-24 Yao Qi <yao.qi@linaro.org>
14064
14065 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14066 linux targets.
14067
14068 2015-06-24 Yao Qi <yao.qi@linaro.org>
14069
14070 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14071 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14072 * gdb.base/siginfo-thread.exp: Likewise.
14073
14074 2015-06-22 Yao Qi <yao.qi@linaro.org>
14075
14076 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14077
14078 2015-06-22 Yao Qi <yao.qi@linaro.org>
14079
14080 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14081 aarch64*-*-*.
14082 (skip_hw_watchpoint_tests): Likewise.
14083
14084 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14085
14086 * gdb.base/gdbinit-history.exp: Test the interaction between
14087 setting GDBHISTSIZE and setting the history size via .gdbinit.
14088
14089 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14090
14091 PR gdb/16999
14092 * gdb.base/gdbhistsize-history.exp: New test.
14093
14094 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14095
14096 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14097 with GDBHISTSIZE.
14098 * gdb.base/readline.exp: Likewise.
14099
14100 2015-06-17 Yao Qi <yao.qi@linaro.org>
14101
14102 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14103 line.
14104
14105 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14106
14107 * gdb.base/gdbinit-history.exp: Add test case to check that
14108 an unlimited history file does not get truncated on exit.
14109
14110 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14111
14112 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14113 (VECTOR): New macro. Use it...
14114 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14115 ...for these typedefs.
14116 (int8, char1, int1, double1): New typedefs.
14117 (struct just_int2, struct two_int2): New structures.
14118 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14119 (add_structvecs, add_singlevecs): New functions.
14120 (main): Call add_some_intvecs twice.
14121 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14122 the compile and exit upon failure. Try compiling for the "native"
14123 architecture. Test inferior function calls with vector arguments
14124 and vector return value handling with "finish" and "return".
14125
14126 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14127
14128 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14129 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14130 PE file.
14131 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14132
14133 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14134
14135 PR breakpoints/16465
14136 * gdb.mi/mi-dprintf-pending.c: New file.
14137 * gdb.mi/mi-dprintf-pending.exp: New test.
14138 * gdb.mi/mi-dprintf-pendshr.c: New file.
14139
14140 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14141 Mircea Gherzan <mircea.gherzan@intel.com>
14142
14143 * gdb.arch/i386-mpx-map.c: New file.
14144 * gdb.arch/i386-mpx-map.exp: New File.
14145
14146 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14147
14148 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14149 * gdb.arch/i386-mpx.exp: Indentation fixed.
14150
14151 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14152
14153 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14154 function and improved indentation.
14155 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14156 gdb_test_multiple. Added additional tests to skip the test.
14157
14158 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14159
14160 * gdb.arch/i386-avx512.c: Change path in include file.
14161 * gdb.arch/i386-avx512.exp: Change include dir path
14162 compilation flag.
14163 * gdb.arch/i386-mpx.c: Change path in include file.
14164 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14165 flag.
14166
14167 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14168
14169 * gdb.compile/compile-print.exp (compile print *vararray@3)
14170 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14171
14172 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14173
14174 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14175 (do not keep jit in memory): ... this.
14176 (expect 5): Change it to ...
14177 (expect no 5): ... this.
14178
14179 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14180
14181 PR gdb/15564
14182 * gdb.mi/mi-detach.exp: New file.
14183
14184 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14185
14186 PR symtab/18392
14187 * gdb.arch/amd64-tailcall-self.S: New file.
14188 * gdb.arch/amd64-tailcall-self.c: New file.
14189 * gdb.arch/amd64-tailcall-self.exp: New file.
14190
14191 2015-05-28 Don Breazeal <donb@codesourcery.com>
14192
14193 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14194 tests for remote targets by checking is_target_gdbserver.
14195
14196 2015-05-27 Doug Evans <dje@google.com>
14197
14198 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14199 * gdb.dwarf2/opaque-type-lookup.c: New file.
14200 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14201
14202 2015-05-26 Doug Evans <dje@google.com>
14203
14204 * gdb.cp/iostream.cc: New file.
14205 * gdb.cp/iostream.exp: New file.
14206
14207 2015-05-26 Doug Evans <dje@google.com>
14208
14209 * gdb.dwarf2/dw2-op-call.exp: Update.
14210 * gdb.dwarf2/dw4-sig-types.exp: Update.
14211 * gdb.dwarf2/implptr.exp: Update.
14212 * gdb.mi/mi-cmd-param-changed.exp: Update.
14213
14214 2015-05-26 Doug Evans <dje@google.com>
14215
14216 * gdb.python/py-lazy-string.c: New file.
14217 * gdb.python/py-lazy-string.exp: New file.
14218 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14219 (main): Update. Add estring3.
14220 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14221 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14222
14223 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14224 Yao Qi <yao.qi@linaro.org>
14225
14226 * gdb.reverse/aarch64.c: New.
14227 * gdb.reverse/aarch64.exp: New.
14228
14229 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14230
14231 * lib/gdb.exp (supports_process_record): Return true for
14232 aarch64*-linux*.
14233 (supports_reverse): Likewise.
14234
14235 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14236
14237 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14238 Use with_test_prefix.
14239
14240 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14241
14242 * gdb.base/completion.exp: Add test for completion of layout
14243 names.
14244
14245 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14246
14247 * lib/gdb.exp (skip_tui_tests): New proc.
14248 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14249
14250 2015-05-19 Pedro Alves <palves@redhat.com>
14251
14252 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14253 Save the whole env array instead of just HOME. Unset HISTSIZE in
14254 the environment while testing. Restore whole environment
14255 afterwards.
14256
14257 2015-05-16 Doug Evans <xdje42@gmail.com>
14258
14259 * gdb.guile/scm-ports.c: New file.
14260 * gdb.guile/scm-ports.exp: Add memory port tests.
14261
14262 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14263
14264 * gdb.compile/compile-print.c: New file.
14265 * gdb.compile/compile-print.exp: New file.
14266
14267 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14268
14269 * gdb.compile/compile-ops.exp: Cast param to void.
14270 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14271 (compile code struct_object.selffield = &struct_object): Add xfail.
14272
14273 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14274
14275 * gdb.ada/arr_enum_with_gap: New testcase.
14276
14277 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14278
14279 * gdb.ada/byte_packed_arr: New testcase.
14280
14281 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14282
14283 * gdb.ada/pckd_neg: New testcase.
14284
14285 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14286
14287 PR gdb/17820
14288 * gdb.base/gdbinit-history.exp: New test.
14289 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14290 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14291
14292 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14293
14294 * gdb.python/py-xmethods.cc: Enhance test case.
14295 * gdb.python/py-xmethods.exp: New tests.
14296 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14297 function.
14298 (B_indexoper): Likewise.
14299 (global_dm_list) : Add new xmethod worker functions.
14300
14301 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14302
14303 * gdb.base/coredump-filter.exp: Correctly unset
14304 "coredump_var_addr" array.
14305
14306 2015-05-08 Pedro Alves <palves@redhat.com>
14307
14308 * gdb.server/non-existing-program.exp: Unset spawn_id.
14309
14310 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14311
14312 PR python/18291
14313 * gdb.python/py-xmethods.exp: Add tests.
14314
14315 2015-05-08 Yao Qi <yao.qi@linaro.org>
14316
14317 PR gdb/18208
14318 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14319 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14320 function set_coredump_filter, and remove remote_exec call.
14321 Remove argument ipid. Callers update.
14322 (top level): Don't get inferior's PID.
14323
14324 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14325
14326 * gdb.base/watch_thread_num.exp: Skip test on targets without
14327 access watchpoints.
14328
14329 2015-05-06 Pedro Alves <palves@redhat.com>
14330
14331 PR server/18081
14332 * gdb.server/non-existing-program.exp: New file.
14333
14334 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14335
14336 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14337
14338 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14339
14340 * gdb.ada/out_of_line_in_inlined: New testcase.
14341
14342 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14343
14344 * gdb.ada/var_rec_arr: New testcase.
14345
14346 2015-04-30 Yao Qi <yao.qi@linaro.org>
14347
14348 * gdb.base/break-idempotent.exp: If
14349 skip_hw_watchpoint_multi_tests returns true, skip the tests
14350 on "rwatch" and "awatch".
14351
14352 2015-04-30 Yao Qi <yao.qi@linaro.org>
14353
14354 * gdb.base/relativedebug.exp: Invoke gdb command
14355 "info sharedlibrary", and if libc.so doesn't have debug info,
14356 skip the test.
14357
14358 2015-04-29 Doug Evans <dje@google.com>
14359
14360 * gdb.python/py-xmethods.exp: Add ptype tests.
14361 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14362 get_result_type method.
14363
14364 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14365
14366 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14367 the target does not support hardware watchpoints.
14368
14369 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14370
14371 * gdb.base/break-always.exp: Abort testing if writing to memory
14372 causes an error.
14373
14374 2015-04-28 Doug Evans <dje@google.com>
14375
14376 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14377 * gdb.python/py-pp-registration.exp: ... here. New file.
14378 * gdb.python/py-pp-registration.c: New file.
14379 * gdb.python/py-pp-registration.py: New file.
14380
14381 2015-04-28 Doug Evans <dje@google.com>
14382
14383 * gdb.python/py-bad-printers.c: New file.
14384 * gdb.python/py-bad-printers.py: New file.
14385 * gdb.python/py-bad-printers.exp: New file.
14386
14387 2015-04-28 Sasha Smundak <asmundak@google.com>
14388
14389 * gdb.python/py-type.exp: New test.
14390
14391 2015-04-28 Andy Wingo <wingo@igalia.com>
14392
14393 * gdb.python/py-parameter.exp:
14394 * gdb.guile/scm-parameter.exp: Escape the path that we are
14395 matching against, as it might contain characters that are special
14396 to regular expressions.
14397
14398 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14399
14400 * gdb.ada/rec_comp: New testcase.
14401
14402 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14403
14404 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14405 before using it.
14406
14407 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14408
14409 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14410 new tests for verilog output.
14411
14412 2015-04-24 Yao Qi <yao.qi@linaro.org>
14413
14414 * boards/remote-gdbserver-on-localhost.exp: New file.
14415
14416 2015-04-23 Pedro Alves <palves@redhat.com>
14417
14418 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14419 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14420 "end of file", remove $inferior_spawn_id from the indirect list.
14421
14422 2015-04-23 Pedro Alves <palves@redhat.com>
14423
14424 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14425
14426 2015-04-23 Pedro Alves <palves@redhat.com>
14427
14428 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14429 on $any_spawn_id instead of only on $gdb_spawn_id.
14430
14431 2015-04-21 Pierre Muller <muller@sourceware.org>
14432
14433 PR pascal/17815
14434 * lib/pascal.exp (gpc_compile): Add new option "class".
14435 (fpc_compile): Likewise.
14436 * gdb.pascal/case-insensitive-symbols.pas: New file.
14437 * gdb.pascal/case-insensitive-symbols.exp: New file.
14438
14439 2015-04-20 Gary Benson <gbenson@redhat.com>
14440
14441 * gdb.base/attach.exp: Fix three extended remote failures.
14442
14443 2015-04-17 Gary Benson <gbenson@redhat.com>
14444
14445 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14446 the main executable over the remote protocol.
14447
14448 2015-04-16 Pedro Alves <palves@redhat.com>
14449
14450 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14451 a new gdbserver if gdbserver_reconnect_p is set.
14452
14453 2015-04-16 Pedro Alves <palves@redhat.com>
14454
14455 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14456 is set, don't exit gdbserver.
14457
14458 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14459
14460 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14461 appropriate .insn, such that an older assembler can be used.
14462 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14463 the z/Architecture instruction set on 31-bit targets as well.
14464
14465 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14466
14467 * gdb.go/handcall.exp: Remove all logic related to the first
14468 breakpoint and rely on go_runto_main instead.
14469 * gdb.go/strings.exp: Likewise.
14470 * gdb.go/unsafe.exp: Likewise.
14471 * gdb.go/hello.exp: Likewise. Also rename the remaining
14472 breakpoint marker to "breakpoint 1".
14473 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14474 * gdb.go/strings.go: Likewise.
14475 * gdb.go/unsafe.go: Likewise.
14476 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14477 "set breakpoint 2 here" and rename the remaining breakpoint marker
14478 to "breakpoint 1".
14479
14480 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14481
14482 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14483 if itertools.imap is not present.
14484 * gdb.python/py-objfile.exp: Add parentheses.
14485 * gdb.python/py-type.exp: Same.
14486 * gdb.python/py-unwind-maint.py: Same.
14487
14488 2015-04-15 Yao Qi <yao.qi@linaro.org>
14489
14490 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14491 of ":$ptr_size" and set its form explicitly.
14492
14493 2015-04-15 Pedro Alves <palves@redhat.com>
14494 Yao Qi <yao.qi@linaro.org>
14495
14496 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14497 timeout by factor of 4.
14498 (test_regular_watch): Likewise.
14499 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14500 * gdb.reverse/sigall-reverse.exp: Likewise.
14501 * gdb.reverse/until-precsave.exp: Likewise.
14502 * lib/gdb.exp (with_timeout_factor): New proc.
14503 (gdb_expect): Move some code to ...
14504 (get_largest_timeout): ... here. New procedure.
14505
14506 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14507
14508 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14509
14510 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14511
14512 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14513 to write to the .text section.
14514
14515 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14516
14517 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14518 Handle the case of targets that do not provide PID information.
14519
14520 2015-04-13 Yao Qi <yao.qi@linaro.org>
14521
14522 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14523 and use expect instead of gdb_expect.
14524
14525 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14526
14527 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14528 "coredump_var_addr" to avoid naming conflict with other testcases.
14529
14530 2015-04-10 Pedro Alves <palves@redhat.com>
14531
14532 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14533 gdb_test_sequence and gdb_assert.
14534
14535 2015-04-10 Pedro Alves <palves@redhat.com>
14536
14537 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14538 test messages that don't include the breakpoint address.
14539
14540 2015-04-10 Yao Qi <yao.qi@linaro.org>
14541
14542 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14543 false for some offset and width combinations which aren't
14544 supported by linux kernel.
14545
14546 2015-04-10 Pedro Alves <palves@redhat.com>
14547
14548 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14549 procedure, factored out from ...
14550 (top level): ... here. Add "set displaced-stepping" testing axis.
14551 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14552 parameter "displaced". Use it.
14553 (top level): Use foreach and add "set displaced-stepping" testing
14554 axis.
14555
14556 2015-04-10 Pedro Alves <palves@redhat.com>
14557
14558 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14559 Remove comment.
14560 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14561 both the address of the instruction that triggers the watchpoint
14562 and the address of the instruction immediately after, and use
14563 those addresses for the test. Fix comment.
14564
14565 2015-04-10 Pedro Alves <palves@redhat.com>
14566
14567 * gdb.base/sigstep.exp (breakpoint_to_handler)
14568 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14569 Test "backtrace" in handler.
14570 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14571 (top level): Add new "displaced" test axis to
14572 breakpoint_to_handler, breakpoint_to_handler_entry and
14573 breakpoint_over_handler.
14574
14575 2015-04-10 Pedro Alves <palves@redhat.com>
14576
14577 PR gdb/18216
14578 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14579
14580 2015-04-10 Yao Qi <yao.qi@linaro.org>
14581
14582 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14583 (test_add_rn_pc): New function.
14584 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14585 (top level): Invoke test_add_rn_pc.
14586
14587 2015-04-10 Pedro Alves <palves@redhat.com>
14588
14589 PR gdb/13858
14590 * gdb.base/step-over-no-symbols.exp: New file.
14591
14592 2015-04-09 Andy Wingo <wingo@igalia.com>
14593
14594 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14595 after the Python tests.
14596
14597 2015-04-08 Keith Seitz <keiths@redhat.com>
14598
14599 PR python/16699
14600 * gdb.python/py-completion.exp: New tests for completion.
14601 * gdb.python/py-completion.py (CompleteLimit1): New class.
14602 (CompleteLimit2): Likewise.
14603 (CompleteLimit3): Likewise.
14604 (CompleteLimit4): Likewise.
14605 (CompleteLimit5): Likewise.
14606 (CompleteLimit6): Likewise.
14607 (CompleteLimit7): Likewise.
14608
14609 2015-04-08 Pedro Alves <palves@redhat.com>
14610
14611 PR gdb/18214
14612 PR gdb/18216
14613 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14614 function.
14615 (main): Install it as SIGUSR1 handler.
14616 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14617 parameter. Always use "setup" as prefix. Toggle "set
14618 displaced-stepping" off/on depending on global. Don't switch to
14619 thread 1 here.
14620 (top level): Add displaced stepping "off/on" test axis. Update
14621 "setup" calls. Wrap each subtest with with_test_prefix. Test
14622 continuing with a queued signal in each thread.
14623
14624 2015-04-08 Pedro Alves <palves@redhat.com>
14625
14626 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14627 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14628 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14629 Return early if running to main fails.
14630 * gdb.trace/while-stepping.exp: Likewise.
14631
14632 2015-04-07 Pedro Alves <palves@redhat.com>
14633
14634 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14635 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14636 interact with inferior program.
14637
14638 2015-04-07 Pedro Alves <palves@redhat.com>
14639
14640 * lib/gdb.exp (inferior_spawn_id): New global.
14641 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14642 spawn id after processing the user code.
14643 (default_gdb_start): Set inferior_spawn_id.
14644 (send_inferior): New procedure.
14645 * lib/gdbserver-support.exp (gdbserver_start): Set
14646 inferior_spawn_id.
14647 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14648
14649 2015-04-07 Pedro Alves <palves@redhat.com>
14650
14651 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14652 * lib/gdbserver-support.exp (gdbserver_start): Make
14653 $server_spawn_id global.
14654 (gdbserver_start): Don't wait for gdbserver's spawn id with
14655 expect_background.
14656 (close_gdbserver): New procedure.
14657 (gdb_exit): Rename the default version and reimplement.
14658
14659 2015-04-07 Pedro Alves <palves@redhat.com>
14660
14661 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14662 append the substituted item, not the original item.
14663
14664 2015-04-07 Pedro Alves <palves@redhat.com>
14665
14666 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14667 gdb_expect.
14668
14669 2015-04-07 Pedro Alves <palves@redhat.com>
14670
14671 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14672 output appearing once only.
14673
14674 2015-04-07 Pedro Alves <palves@redhat.com>
14675
14676 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14677 that doesn't expect anything. Return early if running to main
14678 fails.
14679
14680 2015-04-07 Yao Qi <yao.qi@linaro.org>
14681
14682 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14683 (child_function): Call alarm.
14684 (main): Move call to alarm into the loop.
14685 * gdb.threads/non-stop-fair-events.exp: Build program with
14686 -DTIMEOUT=$timeout.
14687
14688 2015-04-06 Doug Evans <xdje42@gmail.com>
14689
14690 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14691 Fix dest parameter to board_info.
14692 (fpc_compile): Ditto.
14693 (gdb_compile_pascal): Rename dest arg to destfile.
14694
14695 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14696
14697 * gdb.ada/funcall_ref.exp: New file.
14698 * gdb.ada/funcall_ref/foo.adb: New file.
14699
14700 2015-04-02 Yao Qi <yao.qi@linaro.org>
14701
14702 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14703 is remote.
14704
14705 2015-04-02 Gary Benson <gbenson@redhat.com>
14706
14707 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14708
14709 2015-04-01 Sasha Smundak <asmundak@google.com>
14710
14711 * gdb.python/py-unwind-maint.c: New file.
14712 * gdb.python/py-unwind-maint.exp: New test.
14713 * gdb.python/py-unwind-maint.py: New file.
14714 * gdb.python/py-unwind.c: New file.
14715 * gdb.python/py-unwind.exp: New test.
14716 * gdb.python/py-unwind.py: New test.
14717
14718 2015-04-01 Pedro Alves <palves@redhat.com>
14719
14720 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14721 to fail instead of non-existent $test.
14722
14723 2015-04-01 Pedro Alves <palves@redhat.com>
14724
14725 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14726 GDBFLAGS if not empty.
14727
14728 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14729
14730 * gdb.ada/complete.exp: Remove "multi_line".
14731 * gdb.ada/info_exc.exp: Remove "multi_line".
14732 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14733 * gdb.ada/ptype_field.exp: Remove "multi_line".
14734 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14735 * gdb.ada/tagged.exp: Remove "multi_line".
14736 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14737 [multi_line ...]
14738 * gdb.btrace/delta.exp: Likewise.
14739 * gdb.btrace/exception.exp: Likewise.
14740 * gdb.btrace/function_call_history.exp: Likewise.
14741 * gdb.btrace/instruction_history.exp: Likewise.
14742 * gdb.btrace/nohist.exp: Likewise.
14743 * gdb.btrace/record_goto.exp: Likewise.
14744 * gdb.btrace/segv.exp: Likewise.
14745 * gdb.btrace/stepi.exp: Likewise.
14746 * gdb.btrace/tailcall.exp: Likewise.
14747 * gdb.btrace/unknown_functions.exp: Likewise.
14748 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14749 * lib/gdb.exp: Add the "multi_line" helper.
14750
14751 2015-04-01 Pedro Alves <palves@redhat.com>
14752
14753 * gdb.threads/tid-reuse.c: New file.
14754 * gdb.threads/tid-reuse.exp: New file.
14755
14756 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14757
14758 PR corefiles/16092
14759 * gdb.base/coredump-filter.c: New file.
14760 * gdb.base/coredump-filter.exp: Likewise.
14761
14762 2015-03-27 Petr Machata <pmachata@redhat.com>
14763
14764 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14765 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14766 (Dwarf::assemble): Initialize them.
14767 (Dwarf::lines): New function.
14768
14769 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14770
14771 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14772 SYMBOL_PREFIX for x86_64-*-cygwin.
14773
14774 2015-03-26 Andy Wingo <wingo@igalia.com>
14775
14776 PR symtab/18148
14777 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14778 const_value but not a location.
14779 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14780 location defined in non-main CUs are visible.
14781
14782 2015-03-26 Yao Qi <yao.qi@linaro.org>
14783
14784 PR testsuite/18139
14785 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14786 Add a line number entry for the same line.
14787 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14788 Add a line number entry for the same line.
14789
14790 2015-03-26 Yao Qi <yao.qi@linaro.org>
14791
14792 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14793 .int 0.
14794 (func): Likewise. Add .Lfunc_1 label.
14795 Use .Lfunc_1 label.
14796 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14797 .int 0.
14798 (func): Likewise.
14799 Use .Lfunc_1 label.
14800
14801 2015-03-26 Yao Qi <yao.qi@linaro.org>
14802
14803 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14804 Call gdb_compile instead to compile each .s files without debug
14805 information.
14806
14807 2015-03-26 Yao Qi <yao.qi@linaro.org>
14808
14809 * gdb.base/savedregs.exp (process_saved_regs): Make
14810 "Saved registers:" optional in the pattern.
14811
14812 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14813
14814 * gdb.btrace/next.exp: Merged into step.exp.
14815 * gdb.btrace/finish.exp: Merged into step.exp.
14816 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14817 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14818 "record goto" and checking the exact replay position.
14819 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14820 check for "Recording format" in "info record" output.
14821 * gdb.btrace/record_goto.exp: Choose test file based on target.
14822 * gdb.btrace/x86-record_goto.S: Renamed into ...
14823 * gdb.btrace/x86_64-record_goto.S: ... this.
14824 * gdb.btrace/i686-record_goto.S: New.
14825 * gdb.btrace/x86-tailcall.S: Renamed into ...
14826 * gdb.btrace/x86_64-tailcall.S: ... this.
14827 * gdb.btrace/i686-tailcall.S: New.
14828 * gdb.btrace/x86-tailcall.c: Renamed into ...
14829 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14830 separate statements. Update test.
14831 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14832 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14833 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14834 * gdb.btrace/tailcall.exp: Choose test file based on target.
14835 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14836
14837 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14838
14839 * gdb.btrace/exception.exp: Increase BTS buffer size.
14840
14841 2015-03-24 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14844
14845 2015-03-24 Pedro Alves <palves@redhat.com>
14846
14847 * gdb.threads/schedlock.exp (test_step): No longer expect that
14848 "set scheduler-locking step" with "next" over a function call runs
14849 threads unlocked.
14850
14851 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14852
14853 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14854
14855 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14856
14857 PR breakpoints/16466
14858 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14859 * gdb.mi/mi-pending.c (thread_func): New function.
14860 (int main): Add threading support required.
14861 * gdb.mi/mi-pending.exp: Add tests for this issue.
14862 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14863 (pendfunc2): Remove stdio dependency.
14864 * gdb.mi/mi-pendshr2.c: New file.
14865
14866 2015-03-23 Keith Seitz <keiths@redhat.com>
14867
14868 * gdb.linespec/keywords.c: New file.
14869 * gdb.linespec/keywords.exp: New file.
14870
14871 2015-03-23 Keith Seitz <keiths@redhat.com>
14872
14873 PR gdb/18021
14874 * gdb.dwarf2/staticvirtual.exp: New test.
14875
14876 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14877
14878 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14879 * README: Remove HP-UX and gdb.hp.
14880 (configuration):
14881 * configure: Regenerate.
14882 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14883 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14884 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14885 gdb.hp/gdb.defects/Makefile.
14886 * gdb.hp/Makefile.in: File deleted.
14887 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14888 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14889 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14890 * gdb.hp/gdb.aCC/run.c: File deleted.
14891 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14892 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14893 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14894 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14895 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14896 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14897 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14898 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14899 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14900 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14901 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14902 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14903 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14904 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14905 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14906 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14907 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14908 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14909 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14910 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14911 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14912 * gdb.hp/gdb.compat/average.c: File deleted.
14913 * gdb.hp/gdb.compat/sum.c: File deleted.
14914 * gdb.hp/gdb.compat/xdb.c: File deleted.
14915 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14916 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14917 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14918 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14919 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14920 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14921 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14922 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14923 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14924 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14925 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14926 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14927 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14928 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14929 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14930 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14931 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14932 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14933 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14934 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14935 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14936 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14937 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14938 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14939 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14940 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14941 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14942 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14943 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14944 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14945 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14946 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14947 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14948 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14949 * gdb.hp/tools/odump: File deleted.
14950
14951 2015-03-19 Pedro Alves <palves@redhat.com>
14952
14953 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14954 (saw_thread_3): New globals.
14955 (top level): Increment them when an event for the corresponding
14956 thread is seen.
14957 (no thread starvation): New test.
14958
14959 2015-03-19 Pedro Alves <palves@redhat.com>
14960
14961 * gdb.threads/continue-pending-status.c: New file.
14962 * gdb.threads/continue-pending-status.exp: New file.
14963
14964 2015-03-18 Pedro Alves <palves@redhat.com>
14965
14966 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14967 Use gdb_is_target_remote instead of is_remote. Use
14968 gdb_test_multiple instead of gdb_expect. Exit early if
14969 gdb_test_multiple hits its internal matches. Tighten stepi tests
14970 expected output. Fail on exit with any signal, instead of just
14971 SIGILL.
14972
14973 2015-03-18 Yao Qi <yao.qi@linaro.org>
14974
14975 PR tdep/18107
14976 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14977 variable.
14978 * gdb.base/catch-syscall.exp: Don't skip it on
14979 aarch64*-*-linux* target. Remove elements in all_syscalls.
14980 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14981 target.
14982 (setup_all_syscalls): New proc.
14983
14984 2015-03-16 Yao Qi <yao.qi@linaro.org>
14985
14986 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14987 (top level): Skip tests if valid_addr_p returns false for
14988 $cmd1 or $cmd2.
14989
14990 2015-03-11 Andy Wingo <wingo@igalia.com>
14991
14992 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14993
14994 2015-03-11 Yao Qi <yao.qi@linaro.org>
14995
14996 * gdb.base/catch-syscall.exp: Fix typo in comments.
14997
14998 2015-03-11 Yao Qi <yao.qi@linaro.org>
14999
15000 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15001
15002 2015-03-09 Pedro Alves <palves@redhat.com>
15003
15004 * dg-extract-results.py: Delete.
15005
15006 2015-03-09 Pedro Alves <palves@redhat.com>
15007
15008 Merge dg-extract-results.sh from GCC upstream (r218843).
15009
15010 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15011 * dg-extract-results.sh: Use --text with grep to avoid issues with
15012 binary files. Fall back to cat -v, if that doesn't work.
15013
15014 2015-03-05 Pedro Alves <palves@redhat.com>
15015
15016 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15017
15018 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15019
15020 * lib/mi-support.exp (mi_expect_interrupt): Accept
15021 alternative event for when in all-stop mode.
15022
15023 2015-03-04 Pedro Alves <palves@redhat.com>
15024
15025 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15026
15027 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15028
15029 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15030
15031 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15032
15033 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15034 regexps for GDB's current line display, accept a hex address
15035 preceding the line number.
15036
15037 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15038
15039 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15040 the 'arch1' variable for "s390*-linux*" targets.
15041
15042 2015-03-04 Pedro Alves <palves@redhat.com>
15043
15044 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15045 (main): Pass missing retval argument to pthread_join call.
15046
15047 2015-03-02 Pedro Alves <palves@redhat.com>
15048
15049 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15050 (top level): Call do_test with non-stop as well.
15051
15052 2015-03-02 Pedro Alves <palves@redhat.com>
15053
15054 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15055 -1.
15056
15057 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15058
15059 * gdb.arch/s390-vregs.exp: New test.
15060 * gdb.arch/s390-vregs.S: New file.
15061
15062 2015-02-27 Pedro Alves <palves@redhat.com>
15063
15064 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15065 call to catch_command_errors.
15066 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15067 catch_command_errors.
15068
15069 2015-02-27 Pedro Alves <palves@redhat.com>
15070
15071 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15072 "true" for boolean result.
15073 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15074 prototype of main.
15075
15076 2015-02-27 Pedro Alves <palves@redhat.com>
15077
15078 * lib/unbuffer_output.c: New file.
15079 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15080 (main): Call gdb_unbuffer_output.
15081
15082 2015-02-27 Yao Qi <yao.qi@linaro.org>
15083
15084 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15085 target.
15086
15087 2015-02-26 Doug Evans <dje@google.com>
15088
15089 * gdb.cp/class2.cc (Dbase, D): New classes.
15090 (main): New local delta.
15091 * gdb.cp/class2.exp: Test printing delta.
15092 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15093 (dynbar): New global.
15094 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15095
15096 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15097
15098 * gdb.compile/compile-ifunc.c: New file.
15099 * gdb.compile/compile-ifunc.exp: New file.
15100
15101 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15102
15103 * gdb.base/structs.exp: Check for correct struct on finish.
15104
15105 2015-02-26 Yao Qi <yao.qi@linaro.org>
15106
15107 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15108 is zero.
15109
15110 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15111
15112 * gdb.arch/cordic.ko.bz2: New file.
15113 * gdb.arch/cordic.ko.debug.bz2: New file.
15114 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15115
15116 2015-02-25 Yao Qi <yao.qi@linaro.org>
15117
15118 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15119 aarch64*-*-* target.
15120
15121 2015-02-23 Pedro Alves <palves@redhat.com>
15122
15123 * lib/gdb.exp (delete_breakpoints): Rewrite using
15124 gdb_test_multiple.
15125
15126 2015-02-23 Pedro Alves <palves@redhat.com>
15127
15128 * gdb.base/info-os.c: Include stdlib.h.
15129
15130 2015-02-22 Doug Evans <xdje42@gmail.com>
15131
15132 PR symtab/17855
15133 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15134 is read after symbols have been re-read.
15135 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15136 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15137
15138 2015-02-21 Doug Evans <dje@google.com>
15139
15140 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15141
15142 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15143
15144 PR corefiles/17808
15145 * gdb.arch/i386-biarch-core.core.bz2: New file.
15146 * gdb.arch/i386-biarch-core.exp: New file.
15147
15148 2015-02-21 Pedro Alves <palves@redhat.com>
15149
15150 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15151 runto_main fails.
15152
15153 2015-02-20 Pedro Alves <palves@redhat.com>
15154
15155 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15156 info probes.
15157
15158 2015-02-20 Pedro Alves <palves@redhat.com>
15159
15160 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15161
15162 2015-02-20 Pedro Alves <palves@redhat.com>
15163
15164 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15165 clean_restart before gdb_target_supports_trace.
15166
15167 2015-02-20 Pedro Alves <palves@redhat.com>
15168
15169 PR threads/18006
15170 * gdb.threads/clone-thread_db.c: New file.
15171 * gdb.threads/clone-thread_db.exp: New file.
15172
15173 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15174
15175 PR breakpoints/16812
15176 * gdb.base/catch-gdb-caused-signals.c: New file.
15177 * gdb.base/catch-gdb-caused-signals.exp: New file.
15178
15179 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15180
15181 * configure: Regenerated.
15182 * configure.ac: Use GDB_AC_TRANSFORM.
15183 * aclocal.m4: sinclude ../transform.m4.
15184
15185 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15186
15187 * lib/dtrace.exp: New file.
15188 * gdb.base/dtrace-probe.exp: Likewise.
15189 * gdb.base/dtrace-probe.d: Likewise.
15190 * gdb.base/dtrace-probe.c: Likewise.
15191 * lib/pdtrace.in: Likewise.
15192 * configure.ac: Output variables with the transformed names of
15193 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15194 * configure: Regenerated.
15195
15196 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15197
15198 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15199 expected message when trying to access $_probe_* convenience
15200 variables while not on a probe.
15201
15202 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15203
15204 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15205
15206 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15207
15208 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15209 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15210
15211 2015-02-10 Doug Evans <xdje42@gmail.com>
15212
15213 * lib/gdb.exp (gdb_load): Always return a result.
15214
15215 2015-02-10 Pedro Alves <palves@redhat.com>
15216
15217 * gdb.threads/signal-sigtrap.c: New file.
15218 * gdb.threads/signal-sigtrap.exp: New file.
15219
15220 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15221
15222 * gdb.trace/no-attach-trace.c: New file.
15223 * gdb.trace/no-attach-trace.exp: New file.
15224
15225 2015-02-09 Mark Wielaard <mjw@redhat.com>
15226
15227 * gdb.dwarf2/atomic.c: New file.
15228 * gdb.dwarf2/atomic-type.exp: Likewise.
15229
15230 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15231
15232 * gdb.btrace/buffer-size.exp: Update "info record" output.
15233 * gdb.btrace/delta.exp: Update "info record" output.
15234 * gdb.btrace/enable.exp: Update "info record" output.
15235 * gdb.btrace/finish.exp: Update "info record" output.
15236 * gdb.btrace/instruction_history.exp: Update "info record" output.
15237 * gdb.btrace/next.exp: Update "info record" output.
15238 * gdb.btrace/nexti.exp: Update "info record" output.
15239 * gdb.btrace/step.exp: Update "info record" output.
15240 * gdb.btrace/stepi.exp: Update "info record" output.
15241 * gdb.btrace/nohist.exp: Update "info record" output.
15242
15243 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15244
15245 * gdb.btrace/buffer-size: New.
15246
15247 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15248
15249 * gdb.btrace/delta.exp: Update "info record" output.
15250 * gdb.btrace/enable.exp: Update "info record" output.
15251 * gdb.btrace/finish.exp: Update "info record" output.
15252 * gdb.btrace/instruction_history.exp: Update "info record" output.
15253 * gdb.btrace/next.exp: Update "info record" output.
15254 * gdb.btrace/nexti.exp: Update "info record" output.
15255 * gdb.btrace/step.exp: Update "info record" output.
15256 * gdb.btrace/stepi.exp: Update "info record" output.
15257 * gdb.btrace/nohist.exp: Update "info record" output.
15258
15259 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15260
15261 PR gdb/15678
15262 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15263
15264 2015-02-06 Pedro Alves <palves@redhat.com>
15265
15266 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15267 macro.
15268 (seconds_left, again): New globals.
15269 (main): Wait seconds_left in a 1-second sleep loop instead of
15270 sleeping 180 seconds. If 'again' is set, reset the seconds
15271 counter.
15272 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15273 'again' in the inferior before detaching. Print the seconds left.
15274 (options): New global.
15275 (top level): Build program with -DTIMEOUT=$timeout.
15276
15277 2015-02-06 Pedro Alves <palves@redhat.com>
15278
15279 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15280 determine how many seconds to pass to 'alarm'.
15281 * gdb.base/gdb-sigterm.exp (top level): Build program with
15282 -DTIMEOUT=$timeout.
15283 (do_test): Return success/failure indication. Add more verbose
15284 logging. Don't fail if 200 single steps are seen. Instead, fail
15285 when the test times out.
15286 (passes): New global.
15287 (top level): Break the testing loop if testing fails on any
15288 iteration. Use gdb_assert.
15289
15290 2015-02-04 Don Breazeal <donb@codesourcery.com>
15291
15292 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15293 and initialize them.
15294 (ipc_cleanup): New function.
15295 (main): Don't declare shmid, semid, and msqid. Add a call to
15296 atexit so that we call ipc_cleanup on exit.
15297
15298 2015-02-04 Pedro Alves <palves@redhat.com>
15299
15300 * boards/native-extended-gdbserver.exp: Remove any target variant
15301 specifications from the board name before clearing the isremote
15302 flag from board_info.
15303
15304 2015-01-31 Doug Evans <xdje42@gmail.com>
15305
15306 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15307
15308 2015-01-31 Gary Benson <gbenson@redhat.com>
15309
15310 * gdb.base/completion.exp: Disable completion limiting for
15311 existing tests. Add new tests to check completion limiting.
15312 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15313
15314 2015-01-31 Doug Evans <xdje42@gmail.com>
15315
15316 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15317
15318 2015-01-31 Doug Evans <xdje42@gmail.com>
15319
15320 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15321 entries. Duplicate file section script entries.
15322 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15323 inlined entries. Add test for safe-path rejection.
15324 * gdb.python/py-section-script.c: Add duplicate inlined section script
15325 entries. Duplicate file section script entries.
15326 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15327 inlined entries. Add test for safe-path rejection.
15328
15329 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15330
15331 * gdb.ada/disc_arr_bound: New testcase.
15332
15333 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15334
15335 * gdb.ada/mi_var_array: New testcase.
15336
15337 2015-01-27 Doug Evans <dje@google.com>
15338
15339 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15340 Add test for objfile.filename, objfile.username after objfile
15341 has been unloaded.
15342
15343 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15344
15345 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15346 the second test to print the name attribute of value
15347 returned by the call to gdb.lookup_type, and adjust
15348 the expected output accordingly.
15349
15350 2015-01-25 Mark Wielaard <mjw@redhat.com>
15351
15352 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15353 * gdb.base/disp-step-fork.c: Include unistd.h.
15354 * gdb.base/siginfo-obj.c: Include stdio.h.
15355 * gdb.base/siginfo-thread.c: Likewise.
15356 * gdb.mi/non-stop.c: Include unistd.h.
15357 * gdb.mi/nsthrexec.c: Include stdio.h.
15358 * gdb.mi/pthreads.c: Include unistd.h.
15359 * gdb.modula2/unbounded1.c (main): Declare returns int.
15360 * gdb.reverse/consecutive-reverse.c: Likewise.
15361 * gdb.threads/create-fail.c: Include unistd.h.
15362 * gdb.threads/killed.c: Likewise.
15363 * gdb.threads/linux-dp.c: Likewise.
15364 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15365 * gdb.threads/non-ldr-exc-2.c: Likewise.
15366 * gdb.threads/non-ldr-exc-3.c: Likewise.
15367 * gdb.threads/non-ldr-exc-4.c: Likewise.
15368 * gdb.threads/pthreads.c: Include unistd.h.
15369 (main): Declare returns int.
15370 * gdb.threads/tls-main.c (foo): New declaration.
15371 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15372
15373 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15374
15375 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15376 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15377
15378 2015-01-15 Mark Wielaard <mjw@redhat.com>
15379
15380 * gdb.base/noreturn-return.c: New file.
15381 * gdb.base/noreturn-return.exp: New file.
15382 * gdb.base/noreturn-finish.c: New file.
15383 * gdb.base/noreturn-finish.exp: New file.
15384
15385 2015-01-23 Pedro Alves <palves@redhat.com>
15386
15387 * gdb.threads/continue-pending-after-query.c: New file.
15388 * gdb.threads/continue-pending-after-query.exp: New file.
15389
15390 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15391 Simon Marchi <simon.marchi@ericsson.com>
15392
15393 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15394 * gdb.base/valgrind-db-attach.exp: Same.
15395 * gdb.base/valgrind-infcall.exp: Same.
15396 * lib/mi-support.exp (default_mi_gdb_start): Same.
15397 * lib/prompt.exp (default_prompt_gdb_start): Same.
15398 * lib/gdb.exp (default_gdb_spawn): Same.
15399 (gdb_interact): New.
15400
15401
15402 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15403
15404 * gdb.compile/compile.exp (pointer to jit function): New test.
15405
15406 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15407
15408 * lib/gdb.exp (supports_process_record): Return true for
15409 powerpc*-*-linux*.
15410 (supports_reverse): Likewise.
15411
15412 2015-01-15 Don Breazeal <donb@codesourcery.com>
15413
15414 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15415 instead of checking whether the target board is remote and
15416 use spawn_wait_for_attach instead of exec/sleep.
15417 * gdb.base/attach-twice.exp: Likewise.
15418
15419 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15420
15421 * gdb.ada/var_arr_attrs: New testcase.
15422
15423 2015-01-14 Pedro Alves <palves@redhat.com>
15424 Joel Brobecker <brobecker@adacore.com>
15425
15426 PR gdb/17525
15427 * gdb.base/bp-cmds-execution-x-script.c: New file.
15428 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15429 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15430
15431 2015-01-14 Pedro Alves <palves@redhat.com>
15432
15433 PR cli/17828
15434 * gdb.base/batch-preserve-term-settings.c: New file.
15435 * gdb.base/batch-preserve-term-settings.exp: New file.
15436
15437 2015-01-13 Doug Evans <dje@google.com>
15438
15439 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15440 binary.
15441
15442 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15443
15444 * Makefile.in (clean mostlyclean): Do not delete *.py.
15445
15446 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15447
15448 * gdb.python/py-lookup-type.exp: New file.
15449
15450 2015-01-12 Pedro Alves <palves@redhat.com>
15451
15452 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15453 restore GDBFLAGS before returning.
15454
15455 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15456
15457 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15458 is_amd64_regs_target and is_x86_like_target.
15459
15460 2015-01-11 Doug Evans <xdje42@gmail.com>
15461
15462 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15463 is given without an explicit form.
15464 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15465 attributes.
15466 * gdb.dwarf/corrupt.exp: Ditto.
15467 * gdb.dwarf2/enum-type.exp: Ditto.
15468 * gdb.trace/entry-values.exp: Ditto.
15469 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15470
15471 2015-01-11 Doug Evans <xdje42@gmail.com>
15472
15473 PR gdb/15830
15474 * gdb.base/maint.exp: Remove references to "maint demangle".
15475 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15476 Add tests for explicitly specifying language to demangle.
15477 * gdb.dlang/demangle.exp: Ditto.
15478
15479 2015-01-09 Pedro Alves <palves@redhat.com>
15480
15481 * gdb.threads/non-stop-fair-events.c: New file.
15482 * gdb.threads/non-stop-fair-events.exp: New file.
15483
15484 2015-01-09 Pedro Alves <palves@redhat.com>
15485
15486 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15487 the global scope. Set a breakpoint after all threads are started
15488 rather than stepping over two source lines. Expect the prompt.
15489 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15490 global.
15491 (NUM): Now 15.
15492 (main): Use threads_started_barrier to wait for all threads to
15493 start. Main thread no longer calls thread_function. Exit after
15494 180 seconds.
15495 (loop): New function.
15496 (thread_function): Wait on threads_started_barrier barrier. Call
15497 'loop' at each iteration.
15498 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15499 threads have started, instead of hardcoding number of "next"
15500 steps. Use an access watchpoint instead of a write watchpoint.
15501
15502 2015-01-09 Pedro Alves <palves@redhat.com>
15503
15504 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15505 (thread_func): Wait on barrier.
15506 (main): Wait for all threads to start before stopping GDB.
15507 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15508 global.
15509 (thread1_func, thread2_func): Wait on barrier.
15510 (main): Wait for all threads to start before stopping GDB.
15511 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15512 New global.
15513 (thread1_func, thread2_func): Wait on barrier.
15514 (main): Wait for all threads to start before stopping GDB.
15515
15516 2015-01-09 Pedro Alves <palves@redhat.com>
15517
15518 * gdb.threads/attach-many-short-lived-threads.c: New file.
15519 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15520
15521 2014-01-09 Pedro Alves <palves@redhat.com>
15522
15523 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15524 instead of to thread 2.
15525 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15526 Add barrier around each pthread_create call instead of around all
15527 calls.
15528 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15529 Set a break on thread_function and have the child threads hit it
15530 one at at a time.
15531
15532 2015-01-09 Pedro Alves <palves@redhat.com>
15533
15534 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15535 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15536 false.
15537 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15538 checking whether the target board is remote.
15539 * gdb.multi/multi-attach.exp: Likewise.
15540 * gdb.python/py-sync-interp.exp: Likewise.
15541 * gdb.server/ext-attach.exp: Likewise.
15542 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15543 tests that need to attach, instead of checking whether the target
15544 board is remote at the top of the file.
15545
15546 2015-01-08 Yao Qi <yao@codesourcery.com>
15547
15548 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15549
15550 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15551
15552 Fix testcase compilation.
15553 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15554
15555 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15556
15557 * gdb.python/py-type.exp: Add a couple test about empty
15558 array creation, and negative-length array creation.
15559
15560 2015-01-02 Doug Evans <xdje42@gmail.com>
15561
15562 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15563
15564 2015-01-02 Doug Evans <dje@google.com>
15565
15566 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15567
15568 2014-12-29 Yao Qi <yao@codesourcery.com>
15569
15570 * gdb.trace/entry-values.exp: Update comments. Rename variable
15571 bar_call_foo to returned_from_foo.
15572
15573 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15574
15575 PR gdb/17394
15576 * gdb.linespec/break-asm-file.c: New file.
15577 * gdb.linespec/break-asm-file.exp: New file.
15578 * gdb.linespec/break-asm-file0.s: New file.
15579 * gdb.linespec/break-asm-file1.s: New file.
15580
15581 2014-12-18 Nigel Stephens <nigel@mips.com>
15582 Maciej W. Rozycki <macro@codesourcery.com>
15583
15584 * gdb.base/float.exp: Handle the new output from "info float" on
15585 MIPS targets.
15586
15587 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15588
15589 Fix MinGW compilation.
15590 * gdb.compile/compile-ops.exp: Update untested message if
15591 !skip_compile_feature_tests.
15592 * gdb.compile/compile-setjmp.exp: Likewise.
15593 * gdb.compile/compile-tls.exp: Likewise.
15594 * gdb.compile/compile.exp: Likewise.
15595 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15596 supported on this host".
15597
15598 2014-12-16 Doug Evans <xdje42@gmail.com>
15599
15600 * boards/stabs.exp: New file.
15601
15602 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15603
15604 * gdb.base/completion.exp: Adjust to format changes of "maint
15605 print user-registers".
15606
15607 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15608
15609 PR server/17457
15610 * gdb.arch/aarch64-fp.c: New file.
15611 * gdb.arch/aarch64-fp.exp: New file.
15612
15613 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15614
15615 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15616 r210637, r210913, r211666, r215400, r215817).
15617
15618 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15619 * dg-extract-results.py: New file.
15620 * dg-extract-results.sh: Use it if the environment seems
15621 suitable.
15622
15623 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15624
15625 * dg-extract-results.py (parse_run): Handle warnings that
15626 are printed before a test harness is run.
15627
15628 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15629
15630 * dg-extract-results.py (Named): Remove __cmp__ method.
15631 (output_variation): Use a key to sort variation.harnesses.
15632
15633 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15634
15635 * dg-extract-results.py: For Python 3, force sys.stdout to
15636 handle surrogate escape sequences.
15637 (safe_open): New function.
15638 (output_segment, main): Use it.
15639
15640 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15641
15642 * dg-extract-results.py (Prog.result_re): Include options
15643 in test name.
15644
15645 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15646
15647 * dg-extract-results.py (output_variation): Always sort if
15648 do_sum.
15649
15650 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15651
15652 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15653 as long as we get pagination notifications.
15654
15655 2014-12-15 Jason Merrill <jason@redhat.com>
15656
15657 * Makefile.in (check-gdb.%): Restore.
15658 * README: Mention it.
15659
15660 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15661
15662 * gdb.ada/str_uninit: New testcase.
15663
15664 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15665
15666 PR symtab/17642
15667 * gdb.base/vla-stub-define.c: New file.
15668 * gdb.base/vla-stub.c: New file.
15669 * gdb.base/vla-stub.exp: New file.
15670
15671 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15672 Jan Kratochvil <jan.kratochvil@redhat.com>
15673 Tom Tromey <tromey@redhat.com>
15674
15675 * configure.ac: Add gdb.compile/.
15676 * configure: Regenerate.
15677 * gdb.compile/Makefile.in: New file.
15678 * gdb.compile/compile-ops.exp: New file.
15679 * gdb.compile/compile-ops.c: New file.
15680 * gdb.compile/compile-tls.c: New file.
15681 * gdb.compile/compile-tls.exp: New file.
15682 * gdb.compile/compile-constvar.S: New file.
15683 * gdb.compile/compile-constvar.c: New file.
15684 * gdb.compile/compile-mod.c: New file.
15685 * gdb.compile/compile-nodebug.c: New file.
15686 * gdb.compile/compile-setjmp-mod.c: New file.
15687 * gdb.compile/compile-setjmp.c: New file.
15688 * gdb.compile/compile-setjmp.exp: New file.
15689 * gdb.compile/compile-shlib.c: New file.
15690 * gdb.compile/compile.c: New file.
15691 * gdb.compile/compile.exp: New file.
15692 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15693
15694 2014-12-12 Tom Tromey <tromey@redhat.com>
15695
15696 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15697 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15698
15699 2014-12-12 Doug Evans <dje@google.com>
15700
15701 * lib/gdb-python.exp (get_python_valueof): New function.
15702 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15703
15704 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15705
15706 * gdb.base/completion.exp: Add test for completion of "info
15707 registers ".
15708
15709 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15710
15711 * gdb.base/func-ptrs.c: New file.
15712 * gdb.base/func-ptrs.exp: New file.
15713
15714 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15715
15716 PR breakpoints/17012
15717 * gdb.base/dprintf-detach.c: New file.
15718 * gdb.base/dprintf-detach.exp: New file.
15719
15720 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15721
15722 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15723 * lib/gdb.exp (target_is_gdbserver): New procedure.
15724
15725 2014-12-08 Doug Evans <dje@google.com>
15726
15727 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15728
15729 2014-12-05 Yao Qi <yao@codesourcery.com>
15730
15731 * gdb.guile/scm-error.exp: Remove the third argument to
15732 gdb_remote_download.
15733 * gdb.guile/scm-frame-args.exp: Likewise.
15734 * gdb.guile/scm-section-script.exp: Likewise.
15735
15736 2014-12-05 Yao Qi <yao@codesourcery.com>
15737
15738 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15739
15740 2014-12-04 Doug Evans <dje@google.com>
15741
15742 * gdb.python/py-objfile.exp: Add tests for
15743 objfile.add_separate_debug_file.
15744
15745 2014-12-04 Doug Evans <dje@google.com>
15746
15747 * lib/gdb.exp (get_build_id): New function.
15748 (build_id_debug_filename_get): Rewrite to use it.
15749 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15750
15751 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15752
15753 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15754 `method(long)', not just 0x0.
15755 * gdb.cp/nsalias.exp: Align code labels to 4.
15756 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15757 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15758 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15759 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15760 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15761 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15762
15763 2014-12-02 Doug Evans <dje@google.com>
15764
15765 PR symtab/17602
15766 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15767 * gdb.cp/anon-ns2.cc: ... here. New file.
15768 * gdb.cp/anon-ns.exp: Update.
15769
15770 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15771
15772 * gdb.python/py-events.py (inferior_call_handler): New.
15773 (register_changed_handler, memory_changed_handler): New.
15774 (test_events.invoke): Register new handlers.
15775 * gdb.python/py-events.exp: Add tests for inferior call,
15776 memory_changed and register_changed events.
15777
15778 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15779
15780 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15781 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15782 if the linker doesn't understand this.
15783
15784 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15785
15786 * gdb.python/python.exp: Change expected reply to help().
15787
15788 2014-12-01 Yao Qi <yao@codesourcery.com>
15789
15790 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15791 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15792 * configure: Re-generated.
15793
15794 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15795
15796 * gdb.cp/chained-calls.cc: New file.
15797 * gdb.cp/chained-calls.exp: New file.
15798 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15799
15800 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15801
15802 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15803 * gdb.dwarf2/symtab-producer.exp: Same.
15804 * gdb.gdb/python-interrupts.exp: Same.
15805 * gdb.gdb/python-selftest.exp: Same.
15806 * gdb.python/py-linetable.exp: Same.
15807 * gdb.python/py-type.exp: Same.
15808 * gdb.python/py-value-cc.exp: Same.
15809 * gdb.python/py-value.exp: Same.
15810
15811 2014-11-28 Yao Qi <yao@codesourcery.com>
15812
15813 * gdb.base/break-probes.exp: Match library name prefixed with
15814 sysroot.
15815
15816 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15817
15818 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15819 test expected output. Add parentheses for the call to print.
15820 Remove L suffix from integers.
15821
15822 2014-11-26 Doug Evans <dje@google.com>
15823
15824 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15825
15826 2014-11-22 Yao Qi <yao@codesourcery.com>
15827
15828 * gdb.trace/entry-values.c: Remove asms.
15829 (foo): Add foo_label.
15830 (bar): Add bar_label.
15831 * gdb.trace/entry-values.exp: Remove code computing foo's
15832 length and bar's length.
15833 (Dwarf::assemble): Invoke function_range for bar and use
15834 MACRO_AT_func for foo.
15835
15836 2014-11-22 Yao Qi <yao@codesourcery.com>
15837
15838 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15839 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15840 Use .Lgcc43_procstart instead of gcc43.
15841
15842 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15843
15844 * gdb.ada/n_arr_bound: New testcase.
15845
15846 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15847
15848 PR breakpoints/10737
15849 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15850 test_catch_syscall_multi_arch.
15851 (test_catch_syscall_multi_arch): New function.
15852
15853 2014-11-20 Doug Evans <xdje42@gmail.com>
15854
15855 * gdb.base/maint.exp: Update expected output.
15856
15857 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15858
15859 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15860 4-byte instruction on S390.
15861
15862 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15863
15864 * gdb.ada/arr_arr: New testcase.
15865
15866 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15867
15868 * gdb.ada/pkd_arr_elem: New Testcase.
15869
15870 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15871
15872 * gdb.reverse/break-precsave: Expect completion message for
15873 core file reads.
15874 * gdb.reverse/consecutive-precsave.exp: Likewise.
15875 * gdb.reverse/finish-precsave.exp: Likewise.
15876 * gdb.reverse/i386-precsave.exp: Likewise.
15877 * gdb.reverse/machinestate-precsave.exp: Likewise.
15878 * gdb.reverse/sigall-precsave.exp: Likewise.
15879 * gdb.reverse/solib-precsave.exp: Likewise.
15880 * gdb.reverse/step-precsave.exp: Likewise.
15881 * gdb.reverse/until-precsave.exp: Likewise.
15882 * gdb.reverse/watch-precsave.exp: Likewise.
15883
15884 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15885
15886 * gdb.base/bp-permanent.c: Include unistd.h.
15887 * gdb.python/py-framefilter-mi.c (main): Add return type.
15888 * gdb.python/py-framefilter.c (main): Likewise.
15889 * gdb.trace/actions-changed.c (main): Likewise.
15890
15891 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15892
15893 * gdb.mi/until.c: Add eye-catchers.
15894 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15895 line numbers.
15896
15897 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15898
15899 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15900 function header variants in break1.c.
15901 * gdb.base/ena-dis-br.exp: Likewise.
15902 * gdb.base/hbreak2.exp: Likewise.
15903 * gdb.reverse/until-precsave.exp: Drop references to removed
15904 non-prototype function header variants in ur1.c.
15905 * gdb.reverse/until-reverse.exp: Likewise.
15906
15907 2014-11-17 Petr Machata <pmachata@redhat.com>
15908
15909 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15910 ${_cu_offset_size} bytes abbrev offset.
15911
15912 2014-11-15 Doug Evans <xdje42@gmail.com>
15913
15914 PR symtab/17559
15915 * gdb.base/line-symtabs.exp: New file.
15916 * gdb.base/line-symtabs.c: New file.
15917 * gdb.base/line-symtabs.h: New file.
15918
15919 2014-11-14 Yao Qi <yao@codesourcery.com>
15920
15921 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15922 (func): Add label func_label.
15923 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15924 Replace low_pc and high_pc with MACRO_AT_range.
15925 Replace name, low_pc and high_pc with MACRO_AT_func.
15926
15927 2014-11-14 Yao Qi <yao@codesourcery.com>
15928
15929 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15930 Replace name, low_pc and high_pc with MACRO_AT_func.
15931
15932 2014-11-14 Yao Qi <yao@codesourcery.com>
15933
15934 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15935 produce debug information.
15936 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15937
15938 2014-11-14 Yao Qi <yao@codesourcery.com>
15939
15940 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15941 object and get function length.
15942 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15943 with MACRO_AT_func.
15944 (top-level): Replace gdb_compile and clean_restart with
15945 prepare_for_testing.
15946 * gdb.dwarf2/main.c (main): Add label main_label.
15947
15948 2014-11-14 Yao Qi <yao@codesourcery.com>
15949
15950 * lib/dwarf.exp (function_range): New procedure.
15951 (Dwarf::_handle_macro_at_func): New procedure.
15952 (Dwarf::_handle_macro_at_range): New procedure.
15953 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15954
15955 2014-11-14 Yao Qi <yao@codesourcery.com>
15956
15957 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15958 (_handle_attribute): New procedure.
15959
15960 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15961
15962 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15963 * gdb.base/call-sc.c (zed): Likewise.
15964 * gdb.base/checkpoint.c (main): Likewise.
15965 * gdb.base/dump.c (main): Likewise.
15966 * gdb.base/gcore.c (main): Likewise.
15967 * gdb.base/huge.c (main): Likewise.
15968 * gdb.base/multi-forks.c (main): Likewise.
15969 * gdb.base/pr10179-a.c (main): Likewise.
15970 * gdb.base/savedregs.c (main): Likewise.
15971 * gdb.base/sigaltstack.c (main): Likewise.
15972 * gdb.base/siginfo.c (main): Likewise.
15973 * gdb.base/structs.c (zed): Likewise.
15974 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15975 * gdb.mi/mi-syn-frame.c (main): Likewise.
15976 * gdb.mi/until.c (foo, main): Likewise.
15977 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15978 * gdb.base/solib-weak.c (foo): Declare.
15979 * gdb.base/attach-twice.c: Include stdio.h.
15980 * gdb.base/weaklib1.c: Likewise.
15981 * gdb.base/weaklib2.c: Likewise.
15982 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15983 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15984 unistd.h.
15985 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15986 * gdb.mi/mi-exit-code.c: Likewise.
15987 * gdb.base/break-interp-lib.c: Include string.h.
15988 * gdb.base/coremaker.c: Likewise.
15989 * gdb.base/testenv.c: Likewise.
15990 * gdb.python/py-finish-breakpoint.c: Likewise.
15991 * gdb.base/inferior-died.c: Include sys/wait.h.
15992 * gdb.base/fileio.c: Include time.h.
15993 * gdb.base/async-shell.c: Include unistd.h.
15994 * gdb.base/dprintf-non-stop.c: Likewise.
15995 * gdb.base/info-os.c: Likewise.
15996 * gdb.mi/mi-console.c: Likewise.
15997 * gdb.mi/watch-nonstop.c: Likewise.
15998 * gdb.python/py-events.c: Likewise.
15999 * gdb.base/async.c (baz): Move up before its invocation.
16000 * gdb.base/code_elim2.c (my_global_func): Likewise.
16001 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16002 * gdb.base/advance.c (func2): Likewise.
16003
16004 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16005
16006 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16007 variant.
16008 * gdb.base/annota3.c: Likewise.
16009 * gdb.base/async.c: Likewise.
16010 * gdb.base/average.c: Likewise.
16011 * gdb.base/call-ar-st.c: Likewise.
16012 * gdb.base/call-rt-st.c: Likewise.
16013 * gdb.base/call-sc.c: Likewise.
16014 * gdb.base/call-strs.c: Likewise.
16015 * gdb.base/ending-run.c: Likewise.
16016 * gdb.base/execd-prog.c: Likewise.
16017 * gdb.base/exprs.c: Likewise.
16018 * gdb.base/foll-exec.c: Likewise.
16019 * gdb.base/foll-fork.c: Likewise.
16020 * gdb.base/foll-vfork.c: Likewise.
16021 * gdb.base/funcargs.c: Likewise.
16022 * gdb.base/gcore.c: Likewise.
16023 * gdb.base/jump.c: Likewise.
16024 * gdb.base/langs0.c: Likewise.
16025 * gdb.base/langs1.c: Likewise.
16026 * gdb.base/langs2.c: Likewise.
16027 * gdb.base/mips_pro.c: Likewise.
16028 * gdb.base/nodebug.c: Likewise.
16029 * gdb.base/opaque0.c: Likewise.
16030 * gdb.base/opaque1.c: Likewise.
16031 * gdb.base/recurse.c: Likewise.
16032 * gdb.base/run.c: Likewise.
16033 * gdb.base/scope0.c: Likewise.
16034 * gdb.base/scope1.c: Likewise.
16035 * gdb.base/setshow.c: Likewise.
16036 * gdb.base/setvar.c: Likewise.
16037 * gdb.base/shmain.c: Likewise.
16038 * gdb.base/shr1.c: Likewise.
16039 * gdb.base/shr2.c: Likewise.
16040 * gdb.base/sigall.c: Likewise.
16041 * gdb.base/signals.c: Likewise.
16042 * gdb.base/so-indr-cl.c: Likewise.
16043 * gdb.base/solib2.c: Likewise.
16044 * gdb.base/structs.c: Likewise.
16045 * gdb.base/sum.c: Likewise.
16046 * gdb.base/vforked-prog.c: Likewise.
16047 * gdb.base/watchpoint.c: Likewise.
16048 * gdb.reverse/shr2.c: Likewise.
16049 * gdb.reverse/until-reverse.c: Likewise.
16050 * gdb.reverse/ur1.c: Likewise.
16051 * gdb.reverse/watch-reverse.c: Likewise.
16052
16053 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16054
16055 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16056 variant.
16057 * gdb.base/sepdebug.exp: Drop references to removed code.
16058
16059 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16060
16061 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16062 variant. Preserve original line numbering.
16063 * gdb.base/list1.c: Likewise.
16064
16065 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16066
16067 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16068 variant.
16069 * gdb.base/break1.c: Likewise.
16070 * gdb.base/break.exp: Drop references to removed code.
16071
16072 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16073
16074 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16075 variant.
16076
16077 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16078
16079 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16080
16081 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16082
16083 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16084 logic into perform_all_tests() and invoke it with and without
16085 function header prototypes.
16086 (do_function_calls): Remove conditional XFAIL for PR 5318.
16087 (rerun_and_prepare): Remove duplicate code.
16088 (perform_all_tests): New. Main logic moved here.
16089
16090 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16091
16092 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16093 code guarded by #ifdef NO_PROTOTYPES.
16094 (t_double_many_args): Likewise.
16095 (DEF_FUNC_MANY_ARGS_1): Likewise.
16096 (DEF_FUNC_VALUES_1): Likewise.
16097 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16098 guarded by #ifdef PROTOTYPES.
16099
16100 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16101
16102 * gdb.mi/mi-console.c: Add eye-catcher.
16103 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16104 instead of literal line number.
16105
16106 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16107
16108 * gdb.base/shr2.c: Add eye-catcher.
16109 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16110 line number.
16111
16112 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16113
16114 * gdb.base/jump.c: Add eye-catchers.
16115 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16116 numbers.
16117
16118 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16119
16120 * gdb.base/execd-prog.c: Add eye-catchers.
16121 * gdb.base/foll-exec.c: Likewise.
16122 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16123 line numbers.
16124
16125 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16126
16127 * gdb.base/ending-run.c: Add eye-catchers.
16128 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16129 literal line numbers.
16130
16131 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16132
16133 * gdb.base/call-rt-st.c: Add eye-catchers.
16134 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16135 literal line numbers.
16136
16137 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16138
16139 * gdb.base/call-ar-st.c: Add eye-catchers.
16140 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16141 literal line numbers.
16142
16143 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16144
16145 * gdb.base/average.c: Add eye-catchers.
16146 * gdb.base/sum.c: Likewise.
16147 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16148 regexps dynamically.
16149
16150 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16151
16152 * gdb.base/solib1.c: Add eye-catchers.
16153 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16154 literal line numbers.
16155
16156 2014-11-12 Pedro Alves <palves@redhat.com>
16157
16158 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16159 leader has exited.
16160
16161 2014-11-12 Pedro Alves <palves@redhat.com>
16162
16163 * gdb.arch/i386-bp_permanent.c: New file.
16164 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16165 (srcfile): Set to i386-bp_permanent.c.
16166 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16167 that stepi does not execute the 'leave' instruction, instead of
16168 testing it does execute.
16169 * gdb.base/bp-permanent.c: New file.
16170 * gdb.base/bp-permanent.exp: New file.
16171
16172 2014-11-10 Doug Evans <xdje42@gmail.com>
16173
16174 PR symtab/17564
16175 * gdb.base/symtab-search-order.exp: New file.
16176 * gdb.base/symtab-search-order.c: New file.
16177 * gdb.base/symtab-search-order-1.c: New file.
16178 * gdb.base/symtab-search-order-shlib-1.c: New file.
16179
16180 2014-11-07 Pedro Alves <palves@redhat.com>
16181
16182 PR gdb/17511
16183 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16184 i?86-*-linux*.
16185
16186 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16187
16188 PR c++/17494
16189 * gdb.cp/pr17494.cc: New file.
16190 * gdb.cp/pr17494.exp: New file.
16191
16192 2014-11-02 Yao Qi <yao@codesourcery.com>
16193
16194 * gdb.python/python.exp: Get working directory and match the
16195 output of "set extended-prompt \\w " with it.
16196
16197 2014-10-30 Doug Evans <dje@google.com>
16198
16199 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16200 in objfiles.
16201 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16202 in progspaces.
16203
16204 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16205
16206 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16207 * gdb.base/realname-expand.exp: Likewise.
16208 * gdb.linespec/macro-relative.exp: Likewise.
16209
16210 2014-10-29 Pedro Alves <palves@redhat.com>
16211
16212 PR gdb/17408
16213 * gdb.threads/schedlock.c (some_function): New function.
16214 (call_function): New global.
16215 (MAYBE_CALL_SOME_FUNCTION): New macro.
16216 (thread_function): Call it.
16217 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16218 and use it instead of a global counter. Adjust all callers.
16219 (get_current_thread): Use "find current thread" for test message
16220 here rather than having all callers pass down the same string.
16221 (goto_loop): New procedure, factored out from ...
16222 (my_continue): ... this.
16223 (step_ten_loops): Change parameter from test message to command to
16224 use. Adjust.
16225 (list_count): Delete global.
16226 (check_result): New procedure, factored out from duplicate top
16227 level code.
16228 (continue tests): Wrap in with_test_prefix.
16229 (test_step): New procedure, factored out from duplicate top level
16230 code.
16231 (top level): Test "step" in combination with all scheduler-locking
16232 modes. Test "next" in combination with all scheduler-locking
16233 modes, and in combination with stepping over a function call or
16234 not.
16235 * gdb.threads/next-bp-other-thread.c: New file.
16236 * gdb.threads/next-bp-other-thread.exp: New file.
16237
16238 2014-10-29 Pedro Alves <palves@redhat.com>
16239
16240 PR python/17372
16241 * gdb.python/python.exp: Test a multi-line command that spawns
16242 interactive Python.
16243 * gdb.base/multi-line-starts-subshell.exp: New file.
16244
16245 2014-10-29 Yao Qi <yao@codesourcery.com>
16246
16247 * gdb.base/fileio.exp: Make directories on host.
16248
16249 2014-10-29 Yao Qi <yao@codesourcery.com>
16250
16251 * gdb.base/fileio.c (test_write): Close the file.
16252
16253 2014-10-28 Pedro Alves <palves@redhat.com>
16254
16255 PR gdb/12623
16256 * gdb.base/sigstep.c (no_handler): New global.
16257 (main): If 'no_handler is true, set the signal handlers to
16258 SIG_IGN.
16259 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16260 with_sw_watch and no_handler parameters. Handle them.
16261 (top level) <stepping over handler when stopped at a breakpoint
16262 test>: Add a test axis for testing with a software watchpoint, and
16263 another for testing with the signal handler set to SIG_IGN.
16264 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16265 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16266
16267 2014-10-28 Pedro Alves <palves@redhat.com>
16268
16269 PR gdb/17511
16270 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16271 * gdb.base/sigstep.exp (other_handler_location): New global.
16272 (advance): Support stepping into the signal handler, and running
16273 commands while in the handler.
16274 (in_handler_map): New global.
16275 (top level): In the advance test, add combinations for getting
16276 into the handler with stepping commands, and for running commands
16277 in the handler. Add comment descripting the advancei tests.
16278
16279 2014-10-28 Pedro Alves <palves@redhat.com>
16280
16281 * gdb.base/sigstep.exp: Use build_executable instead of
16282 prepare_for_testing.
16283 (top level): Move code that starts GDB, runs to main and creates a
16284 display to ...
16285 (restart): ... this new procedure.
16286 (top level): Move backtrace from signal handler test to ...
16287 (validate_backtrace): ... this new procedure.
16288 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16289 with_test_prefix. Always restart GDB.
16290 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16291 with_test_prefix. Always restart GDB. No need to delete
16292 breakpoints after the test.
16293 (test_skip_handler): Remove prefix parameter.
16294 (skip_over_handler, breakpoint_to_handler)
16295 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16296 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16297 restart GDB. No need to delete breakpoints after the test.
16298 (top level): Use foreach to call the test procedures with
16299 different commands.
16300
16301 2014-10-28 Pedro Alves <palves@redhat.com>
16302
16303 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16304 instead of GNATS numbers.
16305 * gdb.base/sigbpt.exp: Likewise.
16306 * gdb.base/siginfo.exp: Likewise.
16307 * gdb.base/sigstep.exp: Likewise.
16308
16309 2014-10-27 Pedro Alves <palves@redhat.com>
16310
16311 * gdb.base/sigstep.c (dummy): New global.
16312 (main): Issue a couple writes to the new global.
16313 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16314 procedures.
16315 (skip_over_handler): Use test_skip_handler.
16316 (top level): Call skip_over_handler for stepi and nexti too.
16317 (breakpoint_over_handler): Use test_skip_handler.
16318 (top level): Call breakpoint_over_handler for stepi and nexti too.
16319
16320 2014-10-27 Yao Qi <yao@codesourcery.com>
16321
16322 * gdb.trace/tfile.c (adjust_function_address)
16323 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16324 function descriptor.
16325
16326 2014-10-24 Don Breazeal <donb@codesourcery.com>
16327
16328 * gdb.base/foll-fork.exp (test_follow_fork,
16329 catch_fork_child_follow): Check for updated fork messages emitted
16330 from infrun.c.
16331 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16332 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16333 vfork_and_exec_child_follow_through_step): Check for updated vfork
16334 messages emitted from infrun.c.
16335
16336 2014-10-24 Pedro Alves <palves@redhat.com>
16337
16338 * gdb.base/corefile.exp: Remove references to ultrix.
16339 * gdb.base/interrupt.exp: Likewise.
16340 * gdb.base/whatis.exp: Likewise.
16341 * gdb.gdb/selftest.exp: Likewise.
16342 * gdb.threads/manythreads.exp: Likewise.
16343 * gdb.threads/print-threads.exp: Likewise.
16344 * gdb.threads/pthreads.exp:: Likewise.
16345 * gdb.threads/schedlock.exp: Likewise.
16346
16347 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16348
16349 * gdb.cp/non-trivial-retval.cc: Add a test case.
16350 * gdb.cp/non-trivial-retval.exp: Add a test.
16351
16352 2014-10-20 Yao Qi <yao@codesourcery.com>
16353
16354 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16355 * gdb.python/py-objfile-script-gdb.py: New file.
16356 * gdb.python/py-objfile-script.exp: Update reference to
16357 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16358 of remote_download. Remove the dest file.
16359
16360 2014-10-20 Yao Qi <yao@codesourcery.com>
16361
16362 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16363 * gdb.base/step-line.exp: Likewise.
16364 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16365 * gdb.dwarf2/dw2-basic.exp: Likewise.
16366 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16367 * gdb.dwarf2/dw2-filename.exp: Likewise.
16368 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16369 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16370 * gdb.dwarf2/dw2-producer.exp: Likewise.
16371 * gdb.dwarf2/mac-fileno.exp: Likewise.
16372 * gdb.python/py-frame-args.exp: Likewise.
16373 * gdb.python/py-framefilter.exp: Likewise.
16374 * gdb.python/py-mi.exp: Likewise.
16375 * gdb.python/py-objfile-script.exp: Likewise
16376 * gdb.python/py-pp-integral.exp: Likewise.
16377 * gdb.python/py-pp-re-notag.exp: Likewise.
16378 * gdb.python/py-prettyprint.exp: Likewise.
16379 * gdb.python/py-section-script.exp: Likewise.
16380 * gdb.python/py-typeprint.exp: Likewise.
16381 * gdb.python/py-xmethods.exp: Likewise.
16382 * gdb.stabs/weird.exp: Likewise.
16383 * gdb.xml/tdesc-regs.exp: Likewise.
16384
16385 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16386
16387 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16388 (out_cu): Use addr_len for the size of addresses.
16389 (out_line): Likewise. Size DW_LNE_set_address instruction
16390 according to addr_len.
16391 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16392 (FUNC): Add START_INSNS to definition.
16393
16394 2014-10-18 Yao Qi <yao@codesourcery.com>
16395
16396 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16397 gdb_has_argv0 return true.
16398 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16399 check [target_info exists noargs], check [gdb_has_argv0]
16400 instead.
16401 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16402 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16403 procedures.
16404
16405 2014-10-17 Doug Evans <dje@google.com>
16406
16407 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16408 event.
16409 * gdb.python/py-events.py: Add clear_objfiles event.
16410
16411 2014-10-17 Doug Evans <dje@google.com>
16412
16413 * gdb.python/py-objfile.exp: Test progspace attribute.
16414
16415 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16416
16417 * gdb.guile/scm-breakpoint.exp: Do not assume any
16418 directory separators when matching source file paths.
16419 * gdb.python/py-breakpoint.exp: Likewise.
16420 * gdb.reverse/break-precsave.exp: Likewise.
16421 * gdb.reverse/break-reverse.exp: Likewise.
16422 * gdb.reverse/consecutive-precsave.exp: Likewise.
16423 * gdb.reverse/finish-precsave.exp: Likewise.
16424 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16425 * gdb.reverse/finish-reverse.exp: Likewise.
16426 * gdb.reverse/i386-precsave.exp: Likewise.
16427 * gdb.reverse/i387-env-reverse.exp: Likewise.
16428 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16429 * gdb.reverse/machinestate-precsave.exp: Likewise.
16430 * gdb.reverse/machinestate.exp: Likewise.
16431 * gdb.reverse/sigall-precsave.exp: Likewise.
16432 * gdb.reverse/solib-precsave.exp: Likewise.
16433 * gdb.reverse/step-precsave.exp: Likewise.
16434 * gdb.reverse/until-precsave.exp: Likewise.
16435 * gdb.reverse/watch-precsave.exp: Likewise.
16436 * gdb.reverse/watch-reverse.exp: Likewise.
16437
16438 2014-10-17 Yao Qi <yao@codesourcery.com>
16439
16440 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16441 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16442
16443 2014-10-17 Pedro Alves <palves@redhat.com>
16444
16445 PR gdb/17471
16446 * gdb.base/bg-execution-repeat.c: New file.
16447 * gdb.base/bg-execution-repeat.exp: New file.
16448
16449 2014-10-17 Pedro Alves <palves@redhat.com>
16450
16451 PR gdb/17300
16452 * gdb.base/continue-all-already-running.c: New file.
16453 * gdb.base/continue-all-already-running.exp: New file.
16454
16455 2014-10-17 Pedro Alves <palves@redhat.com>
16456
16457 PR gdb/17472
16458 * gdb.base/annota-input-while-running.c: New file.
16459 * gdb.base/annota-input-while-running.exp: New file.
16460
16461 2014-10-17 Pedro Alves <palves@redhat.com>
16462
16463 * gdb.base/callfuncs.exp: emove references to osf.
16464 * gdb.base/sigall.exp: Likewise.
16465 * gdb.gdb/selftest.exp: Likewise.
16466 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16467 * gdb.mi/non-stop.c: Likewise.
16468 * gdb.mi/pthreads.c: Likewise.
16469 * gdb.reverse/sigall-precsave.exp: Likewise.
16470 * gdb.reverse/sigall-reverse.exp: Likewise.
16471 * gdb.threads/pthreads.c: Likewise.
16472 * gdb.threads/pthreads.exp: Likewise.
16473
16474 2014-10-17 Yao Qi <yao@codesourcery.com>
16475
16476 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16477 check 'target_info exists noargs'.
16478 (test_command_prompt_position): Likewise.
16479 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16480 Remove "set args".
16481 (progvar_simple_while_test): Likewise.
16482 (progvar_complex_if_while_test): Likewise.
16483 (if_while_breakpoint_command_test): Likewise.
16484 (infrun_breakpoint_command_test): Likewise.
16485 (breakpoint_command_test): Likewise.
16486 (watchpoint_command_test): Likewise.
16487 (bp_deleted_in_command_test): Likewise.
16488 (temporary_breakpoint_commands): Likewise.
16489
16490 2014-10-16 Yao Qi <yao@codesourcery.com>
16491
16492 * gdb.base/remotetimeout.exp: Remove noargs checking.
16493
16494 2014-10-15 Pedro Alves <palves@redhat.com>
16495
16496 PR breakpoints/9649
16497 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16498 * gdb.base/breakpoint-in-ro-region.exp
16499 (probe_target_hardware_step): New procedure.
16500 (top level): Probe hardware stepping and hardware breakpoint
16501 support. Test stepping through a read-only region, with both
16502 "breakpoint auto-hw" on and off and both "always-inserted" on and
16503 off.
16504
16505 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16506
16507 * gdb.dlang/demangle.exp: Update for demangling changes.
16508
16509 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16510
16511 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16512 * gdb.cp/non-trivial-retval.exp: Add new tests.
16513
16514 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16515
16516 PR c++/13403
16517 PR c++/15154
16518 * gdb.cp/non-trivial-retval.cc: New file.
16519 * gdb.cp/non-trivial-retval.exp: New file.
16520
16521 2014-10-15 Yao Qi <yao@codesourcery.com>
16522
16523 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16524 remote host.
16525
16526 2014-10-15 Yao Qi <yao@codesourcery.com>
16527
16528 * gdb.python/py-symbol.exp: Match file base name if host is
16529 remote, otherwise match file name with dir name.
16530 * gdb.python/py-symtab.exp: Likewise.
16531 * gdb.python/python.exp: Likewise.
16532
16533 2014-10-15 Yao Qi <yao@codesourcery.com>
16534
16535 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16536 pattern.
16537 * gdb.python/py-symtab.exp: Likewise.
16538 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16539 locationn.
16540
16541 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16542
16543 * gdb.ada/addr_arith: New testcase.
16544
16545 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16546
16547 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16548 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16549 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16550 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16551
16552 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16553
16554 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16555 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16556 * gdb.arch/stap-eval-lang-ada.exp: New file.
16557
16558 2014-10-14 Yao Qi <yao@codesourcery.com>
16559
16560 * gdb.mi/mi-var-child.c (nothing1): New function.
16561 (nothing2): New function.
16562 (do_children_tests): Set function pointers by nothing1 and
16563 nothing2.
16564 * gdb.mi/mi-var-child.exp: Step over new added statements.
16565 Update test to match the new output.
16566 * gdb.mi/var-cmd.c (nothing1): New function.
16567 (nothing2): New function.
16568 (do_children_tests): Set function pointers by nothing1 and
16569 nothing2.
16570 * gdb.mi/mi-var-display.exp: Update test to match output.
16571 Step to the line specified by $line_dct_nothing.
16572 Increase the number of lines to step.
16573
16574 2014-10-14 Yao Qi <yao@codesourcery.com>
16575
16576 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16577 tests.
16578 * gdb.mi/mi2-var-child.exp: Likewise.
16579
16580 2014-10-13 Doug Evans <dje@google.com>
16581
16582 * gdb.python/py-objfile.exp: Change name of file name test.
16583
16584 2014-10-13 Doug Evans <dje@google.com>
16585
16586 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16587 from the start of the CU.
16588
16589 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16590 Yao Qi <yao@codesourcery.com>
16591
16592 Fix "save breakpoints" for "catch" command.
16593 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16594 Remove -nonewline. Match also the added "main" line.
16595
16596 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16597
16598 Fix "save breakpoints" for "disable $bpnum" command.
16599 * gdb.base/save-bp.c (main): Add label.
16600 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16601
16602 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16603
16604 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16605
16606 2014-10-11 Yao Qi <yao@codesourcery.com>
16607
16608 * gdb.server/server-kill.exp: Execute command
16609 "set remote trace-status-packet on" before "tstatus".
16610
16611 2014-10-11 Yao Qi <yao@codesourcery.com>
16612
16613 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16614 (main): Call getppid.
16615 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16616 and continue to it. Read variable "server_pid".
16617
16618 2014-10-11 Yao Qi <yao@codesourcery.com>
16619
16620 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16621
16622 2014-10-11 Yao Qi <yao@codesourcery.com>
16623
16624 * gdb.threads/thread-find.exp: Don't execute command
16625 "info threads".
16626 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16627 * gdb.threads/linux-dp.exp: Don't check the condition
16628 $threads_created equals to zero.
16629
16630 2014-10-10 Pedro Alves <palves@redhat.com>
16631
16632 * gdb.base/bigcore.exp: Remove references to IRIX.
16633 * gdb.base/funcargs.exp: Likewise.
16634 * gdb.base/interrupt.exp: Likewise.
16635 * gdb.base/mips_pro.exp: Likewise.
16636 * gdb.base/nodebug.exp: Likewise.
16637 * gdb.base/setvar.exp: Likewise.
16638 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16639
16640 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16641 Pedro Alves <palves@redhat.com>
16642
16643 PR symtab/14466
16644 * gdb.base/vdso-warning.c: New file.
16645 * gdb.base/vdso-warning.exp: New file.
16646
16647 2014-10-02 Doug Evans <dje@google.com>
16648
16649 * gdb.base/structs.c (main): Don't run forever.
16650
16651 2014-10-02 Pedro Alves <palves@redhat.com>
16652
16653 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16654 (top level) <stop threads 1, stop threads 2>: Use it.
16655
16656 2014-10-02 Pedro Alves <palves@redhat.com>
16657
16658 * gdb.threads/break-while-running.exp (test): Add new
16659 'update_thread_list' argument. Skip "info threads" if false.
16660 (top level): Add new 'update_thread_list' axis.
16661
16662 2014-10-02 Pedro Alves <palves@redhat.com>
16663
16664 PR breakpoints/17431
16665 * gdb.base/execl-update-breakpoints.c: New file.
16666 * gdb.base/execl-update-breakpoints.exp: New file.
16667
16668 2014-10-01 Pedro Alves <palves@redhat.com>
16669
16670 * gdb.base/breakpoint-in-ro-region.c: New file.
16671 * gdb.base/breakpoint-in-ro-region.exp: New file.
16672
16673 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16674
16675 * gdb.mi/mi-exit-code.exp: New file.
16676 * gdb.mi/mi-exit-code.c: New file.
16677
16678 2014-09-30 Yao Qi <yao@codesourcery.com>
16679
16680 * lib/prelink-support.exp (build_executable_own_libs): Error if
16681 the target isn't native.
16682
16683 2014-09-30 Yao Qi <yao@codesourcery.com>
16684
16685 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16686 false.
16687
16688 2014-09-22 Pedro Alves <palves@redhat.com>
16689
16690 * gdb.threads/break-while-running.exp: New file.
16691 * gdb.threads/break-while-running.c: New file.
16692
16693 2014-09-19 Yao Qi <yao@codesourcery.com>
16694
16695 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16696 Invoke test. Restart GDB with --readnow and invoke test again.
16697
16698 2014-09-19 Yao Qi <yao@codesourcery.com>
16699
16700 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16701 proc set_breakpoint_on_gcd_function. Invoke
16702 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16703 invoke set_breakpoint_on_gcd_function again.
16704
16705 2014-09-18 Doug Evans <dje@google.com>
16706
16707 * gdb.dwarf2/symtab-producer.exp: New file.
16708
16709 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16710
16711 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16712 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16713 * gdb.base/global-var-nested-by-dso.c: Likewise.
16714 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16715
16716 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16717 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.base/watch-bitfields.exp: Pass string other than test file
16720 name to prepare_for_testing.
16721 (watch): New procedure.
16722 (expect_watchpoint): Use with_test_prefix.
16723 (top level): Factor out tests to ...
16724 (test_watch_location, test_regular_watch): ... these new
16725 procedures, and use with_test_prefix and gdb_continue_to_end.
16726
16727 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16728
16729 PR breakpoints/12526
16730 * gdb.base/watch-bitfields.exp: New file.
16731 * gdb.base/watch-bitfields.c: New file.
16732
16733 2014-09-16 Pedro Alves <palves@redhat.com>
16734
16735 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16736 software and hardware addresses, not software address against
16737 itself.
16738
16739 2014-09-16 Pedro Alves <palves@redhat.com>
16740
16741 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16742 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16743
16744 2014-09-16 Pedro Alves <palves@redhat.com>
16745
16746 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16747 files.
16748 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16749 "*-*-vxworks*" throughout.
16750 * gdb.base/break.exp: Likewise.
16751 * gdb.base/default.exp: Likewise.
16752 * gdb.base/scope.exp: Likewise.
16753 * gdb.base/sepdebug.exp: Likewise.
16754 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16755 throughout.
16756 * gdb.base/run.c: Likewise.
16757 * gdb.base/sepdebug.c: Likewise.
16758 * gdb.hp/gdb.aCC/run.c: Likewise.
16759 * gdb.reverse/until-reverse.c: Likewise.
16760 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16761
16762 2014-09-16 Yao Qi <yao@codesourcery.com>
16763
16764 * boards/local-remote-host-native.exp: New file.
16765
16766 2014-09-14 Doug Evans <xdje42@gmail.com>
16767
16768 * gdb.threads/queue-signal.c (thread_count): New variable.
16769 (thread_count_mutex, thread_count_condvar): New variables.
16770 (incr_thread_count, wait_all_threads_running): New functions.
16771 (main): Wait for all threads to be in their thread functions.
16772
16773 2014-09-13 Doug Evans <xdje42@gmail.com>
16774
16775 * gdb.threads/queue-signal.c: New file.
16776 * gdb.threads/queue-signal.exp: New file.
16777
16778 2014-09-13 Doug Evans <xdje42@gmail.com>
16779
16780 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16781 be consistent with what default_gdb_init uses.
16782 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16783 the plain text of the prompt. Add some logging printfs.
16784 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16785
16786 2014-09-12 Pedro Alves <palves@redhat.com>
16787
16788 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16789 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16790 * gdb.arch/i386-size-overlap.exp: Likewise.
16791 * gdb.arch/i386-size.exp: Likewise.
16792 * gdb.arch/i386-unwind.exp: Likewise.
16793 * gdb.base/a2-run.exp: Likewise.
16794 * gdb.base/break.exp: Likewise.
16795 * gdb.base/charset.exp: Likewise.
16796 * gdb.base/chng-syms.exp: Likewise.
16797 * gdb.base/commands.exp: Likewise.
16798 * gdb.base/dbx.exp: Likewise.
16799 * gdb.base/find.exp: Likewise.
16800 * gdb.base/funcargs.exp: Likewise.
16801 * gdb.base/jit-simple.exp: Likewise.
16802 * gdb.base/reread.exp: Likewise.
16803 * gdb.base/sepdebug.exp: Likewise.
16804 * gdb.base/step-bt.exp: Likewise.
16805 * gdb.cp/mb-inline.exp: Likewise.
16806 * gdb.cp/mb-templates.exp: Likewise.
16807 * gdb.objc/basicclass.exp: Likewise.
16808 * gdb.threads/killed.exp: Likewise.
16809
16810 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16811
16812 PR tdep/17379
16813 * gdb.arch/powerpc-stackless.S: New file.
16814 * gdb.arch/powerpc-stackless.exp: New file.
16815
16816 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16817
16818 * gdb.base/attach.c: Include unistd.h.
16819 (main): Call alarm. Add label postloop.
16820 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16821 gdb_breakpoint, gdb_continue_to_breakpoint.
16822 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16823
16824 2014-09-11 Pedro Alves <palves@redhat.com>
16825
16826 PR gdb/17347
16827 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16828 * gdb.base/attach.exp (test_command_line_attach_run): New
16829 procedure.
16830 (top level): Call it.
16831
16832 2014-09-11 Pedro Alves <palves@redhat.com>
16833
16834 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16835 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16836 (do_command_attach_tests): Use spawn_wait_for_attach.
16837 * gdb.base/solib-overlap.exp: Likewise.
16838 * gdb.multi/multi-attach.exp: Likewise.
16839 * gdb.python/py-prompt.exp: Likewise.
16840 * gdb.python/py-sync-interp.exp: Likewise.
16841 * gdb.server/ext-attach.exp: Likewise.
16842
16843 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16844
16845 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16846 command in testcase. Simplify testcase.
16847
16848 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16849
16850 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16851
16852 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16853
16854 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16855
16856 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16857
16858 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16859
16860 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16861
16862 * gdb.dwarf2/dynarr-ptr.c: New file.
16863 * gdb.dwarf2/dynarr-ptr.exp: New file.
16864
16865 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16866
16867 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16868 of 30 rather than hardcoding 120 for a slow test case. Take the
16869 `gdb,timeout' target setting into account for this calculation.
16870 Don't extend the timeout for the test cases that don't need it.
16871
16872 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16873
16874 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16875 a factor of 2 for a slow test case. Take the `gdb,timeout'
16876 target setting into account for this calculation.
16877 * gdb.reverse/until-precsave.exp: Increase the timeout by
16878 a factor of 15 and 3 respectively rather than adding 120
16879 for a pair of slow test cases. Take the `gdb,timeout'
16880 target setting into account for this calculation.
16881
16882 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16883
16884 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16885 timeout, don't pass one down to gdb_expect.
16886 (gdb_expect): Rework timeout selection.
16887
16888 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16889
16890 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16891 exception on timeout.
16892 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16893 (gdbserver_start_extended): Catch any `gdbserver_start' error
16894 exceptions.
16895 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16896 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16897 `gdbserver_gdb_load' error exceptions.
16898
16899 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16900
16901 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16902 120 on waiting for the TCP socket to open.
16903
16904 2014-09-09 Doug Evans <xdje42@gmail.com>
16905
16906 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16907 _caller_matches, _any_caller_is, _any_caller_matches.
16908
16909 2014-09-09 Doug Evans <xdje42@gmail.com>
16910
16911 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16912
16913 2014-09-09 Yao Qi <yao@codesourcery.com>
16914
16915 * gdb.mi/mi-var-display.exp: Set print symbol off.
16916
16917 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16918
16919 PR gdb/17035
16920 * gdb.base/commands.exp: Add tests to verify user-defined
16921 commands with empty bodies.
16922 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16923 python commands in `show user command`.
16924 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16925 scheme commands in `show user command`.
16926
16927 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16928
16929 PR python/17355
16930 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16931 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16932 * gdb.python/py-framefilter-invalidarg.exp: New file.
16933 * gdb.python/py-framefilter-invalidarg.py: New file.
16934
16935 2014-09-06 Doug Evans <xdje42@gmail.com>
16936
16937 PR 15276
16938 * gdb.python/py-caller-is.c: New file.
16939 * gdb.python/py-caller-is.exp: New file.
16940
16941 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16942
16943 PR gdb/17235
16944 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16945 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16946
16947 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16948
16949 PR fortran/17237
16950 * gdb.fortran/print-formatted.exp: New file.
16951 * gdb.fortran/print-formatted.f90: Likewise.
16952
16953 2014-09-03 Sasha Smundak <asmundak@google.com>
16954
16955 * gdb.python/py-frame.exp: Test Frame.read_register.
16956
16957 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16958
16959 PR python/16699
16960 * gdb.python/py-completion.exp: New file.
16961 * gdb.python/py-completion.py: Likewise.
16962
16963 2014-08-28 Doug Evans <dje@google.com>
16964
16965 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16966 eax,etc. are live with values set by gdb and thus the compiler can't
16967 use them.
16968 * gdb.arch/i386-pseudo.c (main): Ditto.
16969
16970 2014-08-27 Doug Evans <dje@google.com>
16971
16972 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16973
16974 2014-08-25 Doug Evans <dje@google.com>
16975
16976 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16977 (main): Ditto.
16978
16979 2014-08-25 Doug Evans <dje@google.com>
16980
16981 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16982
16983 2014-08-24 Yao Qi <yao@codesourcery.com>
16984
16985 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16986 symbol off.
16987 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16988
16989 2014-08-22 Doug Evans <dje@google.com>
16990
16991 PR 17276
16992 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16993 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16994 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16995
16996 2014-08-22 Yao Qi <yao@codesourcery.com>
16997
16998 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16999 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17000 * gdb.python/python.exp: Likewise. Use .py file on the host
17001 instead of the build.
17002
17003 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17004
17005 * gdb.threads/gcore-stale-thread.c: New file.
17006 * gdb.threads/gcore-stale-thread.exp: New file.
17007
17008 2014-08-21 Pedro Alves <palves@redhat.com>
17009
17010 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17011 * gdb.base/gcore-relro-pie.exp: Likewise.
17012 * gdb.base/gcore-relro.exp: Likewise.
17013 * gdb.base/gcore.exp: Likewise.
17014 * gdb.base/print-symbol-loading.exp: Likewise.
17015 * gdb.threads/gcore-thread.exp: Likewise.
17016 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17017
17018 2014-08-20 Pedro Alves <palves@redhat.com>
17019 Jan Kratochvil <jan.kratochvil@redhat.com>
17020
17021 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17022 configure.
17023 (EXPECT): Handle READ1 being set.
17024 (all): Depend on EXTRA_RULES.
17025 (check-read1, expect-read1, read1.so, read1): New rules.
17026 * README (Testsuite Parameters): Document the READ1 make variable.
17027 (Race detection): New section.
17028 * configure: Regenerate.
17029 * configure.ac: If build==host==target, and running under a
17030 GNU/glibc system, add read1 to the extra Makefile rules.
17031 (EXTRA_RULES): AC_SUBST it.
17032 * lib/read1.c: New file.
17033
17034 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17035
17036 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17037 the handling of variables declared as a typedef to an array
17038 which a DW_AT_data_location attribute.
17039
17040 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17041 Pedro Alves <palves@redhat.com>
17042
17043 PR symtab/14604
17044 PR symtab/14605
17045 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17046 gdb_test.
17047
17048 2014-08-19 Pedro Alves <palves@redhat.com>
17049
17050 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17051
17052 2014-08-19 Yao Qi <yao@codesourcery.com>
17053
17054 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17055 right line.
17056
17057 2014-08-18 David Blaikie <dblaikie@gmail.com>
17058
17059 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17060
17061 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17062
17063 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17064 attribute in array range.
17065
17066 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17067
17068 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17069
17070 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17071
17072 PR c++/17132
17073 * gdb.cp/pr17132.cc: New file.
17074 * gdb.cp/pr17132.exp: New file.
17075
17076 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17077
17078 * gdb.python/py-xmethods.py (A_getarrayind)
17079 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17080 Use 'print' with function call syntax.
17081 (E_method_matcher.match): Fix tab vs space indentation mixup.
17082
17083 2014-08-15 Yao Qi <yao@codesourcery.com>
17084
17085 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17086 false.
17087
17088 2014-08-15 Yao Qi <yao@codesourcery.com>
17089
17090 * gdb.cp/casts.exp: Set print symbol off.
17091 * gdb.cp/class2.exp: Likewise.
17092 * gdb.cp/overload.exp: Likewise.
17093 * gdb.cp/templates.exp: Likewise.
17094
17095 2014-08-11 Doug Evans <dje@google.com>
17096
17097 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17098 (test_load_shlib): Update.
17099
17100 2014-08-09 Yao Qi <yao@codesourcery.com>
17101
17102 * gdb.base/display.exp: Invoke is_address_zero_readable.
17103 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17104 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17105 * gdb.base/hbreak-unmapped.exp: Return if
17106 is_address_zero_readable returns true.
17107 * gdb.base/signest.exp: Likewise.
17108 * gdb.base/signull.exp: Likewise.
17109 * gdb.base/sigbpt.exp: Likewise.
17110 * gdb.guile/scm-disasm.exp: Do the test if
17111 is_address_zero_readable returns false.
17112 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17113 * gdb.python/py-arch.exp: Likewise.
17114 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17115 * lib/gdb.exp (is_address_zero_readable): New proc.
17116
17117 2014-08-09 Yao Qi <yao@codesourcery.com>
17118
17119 PR testsuite/13443
17120 * gdb.mi/mi-var-display.exp: Make test messages unique.
17121
17122 2014-08-04 Tom Tromey <tromey@redhat.com>
17123
17124 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17125 target 0".
17126
17127 2014-08-04 Tom Tromey <tromey@redhat.com>
17128
17129 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17130 "target_resume".
17131
17132 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17133
17134 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17135 inner_vla_struct_object_size.
17136 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17137 as xfail.
17138
17139 2014-07-30 Pedro Alves <palves@redhat.com>
17140
17141 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17142 comment.
17143
17144 2014-07-29 Yao Qi <yao@codesourcery.com>
17145
17146 PR gdb/17206
17147 * gdb.base/until-nodebug.exp: New.
17148
17149 2014-07-28 Doug Evans <xdje42@gmail.com>
17150
17151 PR guile/17203
17152 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17153 previously existing parameter, and previously ambiguously spelled
17154 parameter.
17155
17156 2014-07-28 Will Newton <will.newton@linaro.org>
17157
17158 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17159
17160 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17161 Doug Evans <xdje42@gmail.com>
17162
17163 PR guile/17146
17164 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17165
17166 2014-07-25 Pedro Alves <palves@redhat.com>
17167
17168 * gdb.threads/signal-command-handle-nopass.c: New file.
17169 * gdb.threads/signal-command-handle-nopass.exp: New file.
17170 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17171 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17172 * gdb.threads/signal-delivered-right-thread.c: New file.
17173 * gdb.threads/signal-delivered-right-thread.exp: New file.
17174
17175 2014-07-25 Pedro Alves <palves@redhat.com>
17176
17177 * gdb.base/double-prompt-target-event-error.exp
17178 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17179 match.
17180 (cancel_pagination_in_target_event): Rework double prompt
17181 detection.
17182 * gdb.base/paginate-after-ctrl-c-running.exp
17183 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17184 <return>' match.
17185 * gdb.base/paginate-bg-execution.exp
17186 (test_bg_execution_pagination_return)
17187 (test_bg_execution_pagination_cancel): Remove '-notransfer
17188 <return>' matches.
17189 * gdb.base/paginate-execution-startup.exp
17190 (test_fg_execution_pagination_return)
17191 (test_fg_execution_pagination_cancel): Remove '-notransfer
17192 <return>' matches.
17193 * gdb.base/paginate-inferior-exit.exp
17194 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17195 match.
17196 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17197 * lib/gdb.exp (pagination_prompt): Run text through
17198 string_to_regexp.
17199 (gdb_test_multiple): Match $pagination_prompt instead of
17200 "<return>".
17201 (string_to_regexp): Move to lib/gdb-utils.exp.
17202
17203 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17204
17205 * gdb.arch/amd64-entry-value-paramref.S: New file.
17206 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17207 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17208 * gdb.arch/amd64-optimout-repeat.S: New file.
17209 * gdb.arch/amd64-optimout-repeat.c: New file.
17210 * gdb.arch/amd64-optimout-repeat.exp: New file.
17211
17212 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17213
17214 PR gdb/17170
17215 * gdb.base/statistics.exp: New file.
17216
17217 2014-07-17 Doug Evans <dje@google.com>
17218
17219 PR gdb/17170
17220 * gdb.base/maint.exp: Update testing of per-command stats.
17221
17222 2014-07-16 Pedro Alves <palves@redhat.com>
17223
17224 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17225 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17226 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17227 (tfile_write_buf): New functions.
17228 (add_memory_block): Rewrite using the above.
17229 (adjust_function_address): New function.
17230 (FUNCTION_ADDRESS): New macro.
17231 (write_basic_trace_file): Remove short_x local, and use
17232 tfile_write_16. Change type of func_addr local to unsigned long
17233 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17234 here. Cast argument of add_memory_block to char pointer.
17235 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17236 (main): Remove parameters.
17237 * gdb.trace/tfile.exp: Remove nowarnings.
17238
17239 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17240
17241 * gdb.base/debug-expr.exp: Test string evaluation with
17242 "debug expression" on.
17243
17244 2014-07-15 Pedro Alves <palves@redhat.com>
17245
17246 * gdb.base/reread.exp: Use clean_restart.
17247
17248 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17249
17250 * gdb.arch/avr-flash-qualifer.c: New.
17251 * gdb.arch/avr-flash-qualifer.exp: New.
17252
17253 2014-07-14 Pedro Alves <palves@redhat.com>
17254
17255 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17256 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17257
17258 2014-07-14 Pedro Alves <palves@redhat.com>
17259
17260 * gdb.base/double-prompt-target-event-error.c: New file.
17261 * gdb.base/double-prompt-target-event-error.exp: New file.
17262
17263 2014-07-14 Pedro Alves <palves@redhat.com>
17264
17265 PR gdb/17072
17266 * gdb.base/paginate-inferior-exit.c: New file.
17267 * gdb.base/paginate-inferior-exit.exp: New file.
17268
17269 2014-07-14 Pedro Alves <palves@redhat.com>
17270
17271 PR gdb/17072
17272 * gdb.base/paginate-bg-execution.c: New file.
17273 * gdb.base/paginate-bg-execution.exp: New file.
17274
17275 2014-07-14 Pedro Alves <palves@redhat.com>
17276
17277 PR gdb/17072
17278 * gdb.base/paginate-execution-startup.c: New file.
17279 * gdb.base/paginate-execution-startup.exp: New file.
17280 * lib/gdb.exp (pagination_prompt): New global.
17281 (default_gdb_spawn): New procedure, factored out from
17282 default_gdb_spawn.
17283 (default_gdb_start): Adjust to call default_gdb_spawn.
17284 (gdb_spawn): New procedure.
17285
17286 2014-07-14 Pedro Alves <palves@redhat.com>
17287
17288 * lib/gdb.exp (gdb_assert): New procedure.
17289 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17290
17291 2014-07-14 Pedro Alves <palves@redhat.com>
17292
17293 * gdb.base/execution-termios.c: New file.
17294 * gdb.base/execution-termios.exp: New file.
17295
17296 2014-07-14 Tom Tromey <tromey@redhat.com>
17297
17298 * gdb.cp/vla-cxx.cc: New file.
17299 * gdb.cp/vla-cxx.exp: New file.
17300
17301 2014-07-14 Tom Tromey <tromey@redhat.com>
17302
17303 * gdb.reverse/rerun-prec.c: New file.
17304 * gdb.reverse/rerun-prec.exp: New file.
17305
17306 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17307 Maciej W. Rozycki <macro@codesourcery.com>
17308
17309 * lib/gdb-utils.exp: New file.
17310 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17311 inline `gdb_init_command' processing.
17312 (gdb_start_cmd): Likewise.
17313 * lib/mi-support.exp (mi_run_cmd): Likewise.
17314 * README: Document `gdb_init_command' and `gdb_init_commands'.
17315
17316 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17317
17318 Fix false FAIL running under a very long directory name.
17319 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17320 and "set print elements 10000". Twice.
17321
17322 2014-07-11 Yao Qi <yao@codesourcery.com>
17323
17324 * gdb.base/exprs.exp: "set print symbol off".
17325
17326 2014-07-11 Pedro Alves <palves@redhat.com>
17327
17328 * gdb.threads/kill.c: New file.
17329 * gdb.threads/kill.exp: New file.
17330
17331 2014-07-10 Yao Qi <yao@codesourcery.com>
17332
17333 * gdb.trace/tfile.c (write_basic_trace_file)
17334 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17335 address written to trace file.
17336
17337 2014-07-09 Pedro Alves <palves@redhat.com>
17338
17339 * gdb.base/attach-wait-input.exp: New file.
17340 * gdb.base/attach-wait-input.c: New file.
17341
17342 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17343
17344 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17345 setting up test structures.
17346 (main): Call new test function.
17347 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17348 test function, continue into test function and walk test
17349 structures.
17350
17351 2014-07-02 Yao Qi <yao@codesourcery.com>
17352
17353 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17354 'bar_start' at the beginning of functions 'foo' and 'bar'
17355 respectively.
17356 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17357 instead of 'foo' and 'bar'.
17358
17359 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17360
17361 * gdb.btrace/segv.exp: New.
17362 * gdb.btrace/segv.c: New.
17363
17364 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17365
17366 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17367 instruction.
17368
17369 2014-06-30 Mark Wielaard <mjw@redhat.com>
17370
17371 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17372 vulture, vilify, villar): New volatile array constants.
17373 (vindictive, vegetation): New const volatile array constants.
17374 * gdb.base/volatile.exp: Test volatile and const volatile array
17375 types.
17376
17377 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17378
17379 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17380 target lacks support for awatch, rwatch, or hbreak.
17381
17382 2014-06-27 Yao Qi <yao@codesourcery.com>
17383
17384 * gdb.multi/dummy-frame-restore.exp: New.
17385 * gdb.multi/dummy-frame-restore.c: New.
17386
17387 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17388
17389 * gdb.btrace/gcore.exp: New.
17390
17391 2014-06-23 Pedro Alves <palves@redhat.com>
17392
17393 * gdb.base/watchpoint-reuse-slot.c: New file.
17394 * gdb.base/watchpoint-reuse-slot.exp: New file.
17395
17396 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17397
17398 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17399 progspace's filename in 'info', 'enable' and 'disable' command
17400 tests.
17401
17402 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17403
17404 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17405 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17406 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17407
17408 2014-06-20 Gary Benson <gbenson@redhat.com>
17409
17410 * gdb.arch/i386-avx.exp: Fix include file location.
17411 * gdb.arch/i386-sse.exp: Likewise.
17412
17413 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17414
17415 * gdb.dlang/expression.exp: New file.
17416
17417 2014-06-19 Pedro Alves <palves@redhat.com>
17418
17419 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17420 out from ...
17421 (top level): ... here. Iterate running tests under different
17422 scheduler-locking settings.
17423
17424 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17425
17426 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17427 to DW_FORM_addr and use non-zero addresses.
17428
17429 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17430
17431 PR gdb/17017
17432 * gdb.python/py-xmethods.cc: Add global function call counters and
17433 increment them in their respective functions. Remove "cout"
17434 statements.
17435 * gdb.python/py-xmethods.exp: Make tests check the global function
17436 call counters instead of depending on inferior IO.
17437
17438 2014-06-18 Don Breazeal <donb@codesourcery.com>
17439
17440 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17441 Deleted procedure.
17442 (explicit_fork_parent_follow): Deleted procedure.
17443 (explicit_fork_child_follow): Deleted procedure.
17444 (test_follow_fork): New procedure.
17445 (do_fork_tests): Replace calls to deleted procedures with
17446 calls to test_follow_fork and reset GDB for subsequent
17447 procedure calls.
17448
17449 2014-06-17 Yao Qi <yao@codesourcery.com>
17450
17451 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17452 CP1252.
17453
17454 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17455
17456 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17457 Initialize ptr and S explicitly.
17458 (skip_type_update_when_not_use_rtti_test): Likewise.
17459
17460 2014-06-16 Keith Seitz <keiths@redhat.com>
17461
17462 PR mi/15863
17463 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17464 the inferior is started.
17465
17466 2014-06-16 Pedro Alves <palves@redhat.com>
17467
17468 * gdb.base/break-main-file-remove-fail.c: New file.
17469 * gdb.base/break-main-file-remove-fail.exp: New file.
17470 * gdb.base/break-unload-file.exp: Use build_executable instead of
17471 prepare_for_testing.
17472 (test_break): New parameter "initial_load". Handle it.
17473 (top level): Add initial_load cmdline/file axis.
17474
17475 2014-06-12 Tom Tromey <tromey@redhat.com>
17476
17477 * gdb.base/completion.exp: Don't use directory name in test.
17478
17479 2014-06-09 Gary Benson <gbenson@redhat.com>
17480
17481 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17482 separate the always-available ANSI-standard signals from the
17483 signals that require checking.
17484 (main): Likewise.
17485 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17486 Likewise.
17487 (main): Likewise.
17488
17489 2014-06-07 Keith Seitz <keiths@redhat.com>
17490
17491 Revert:
17492 PR c++/16253
17493 * gdb.cp/var-tag.cc: New file.
17494 * gdb.cp/var-tag.exp: New file.
17495 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17496 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17497 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17498 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17499
17500 2014-06-06 Doug Evans <xdje42@gmail.com>
17501
17502 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17503
17504 2014-06-06 Pedro Alves <palves@redhat.com>
17505
17506 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17507 in target debug output instead of looking at RSP packets,
17508 disabling the test on any target that uses hardware stepping.
17509 Update comments.
17510
17511 2014-06-06 Pedro Alves <palves@redhat.com>
17512
17513 * gdb.base/break-unload-file.exp: Fix typo.
17514
17515 2014-06-06 Yao Qi <yao@codesourcery.com>
17516
17517 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17518 from "jit_function" to "^jit_function".
17519
17520 2014-06-06 Yao Qi <yao@codesourcery.com>
17521
17522 * gdb.base/async.c (foo): Add one statement.
17523 * gdb.base/async.exp: Get the next instruction address and
17524 match the output of "nexti" by instruction address. Match
17525 the hex address in the output of "finish".
17526
17527 2014-06-06 Gary Benson <gbenson@redhat.com>
17528
17529 * gdb.base/call-signals.c: Remove preprocessor conditionals
17530 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17531 SIGSEGV and SIGTERM.
17532 * gdb.base/sigall.c: Likewise.
17533 * gdb.base/unwindonsignal.c: Likewise.
17534 * gdb.reverse/sigall-reverse.c: Likewise.
17535
17536 2014-06-06 Yao Qi <yao@codesourcery.com>
17537
17538 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17539 readable, skip the test.
17540
17541 2014-06-06 Yao Qi <yao@codesourcery.com>
17542
17543 * gdb.threads/staticthreads.c (thread_function): Move the line
17544 setting breakpoint on forward.
17545 * gdb.threads/staticthreads.exp: Update comments.
17546
17547 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17548
17549 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17550 "history-append! type error".
17551
17552 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17553
17554 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17555 erroneous dprintf expected input.
17556
17557 2014-06-04 Doug Evans <xdje42@gmail.com>
17558
17559 * gdb.guile/scm-generics.exp: Delete.
17560
17561 2014-06-04 Doug Evans <xdje42@gmail.com>
17562
17563 * gdb.guile/scm-breakpoint.exp: Update.
17564 Add tests for breakpoint registration.
17565
17566 2014-06-04 Tom Tromey <tromey@redhat.com>
17567
17568 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17569 VLA-in-union.
17570 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17571 inner_vla_struct, vla_union types. Initialize objects of those
17572 types and compute their sizes.
17573
17574 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17575 Hui Zhu <hui@codesourcery.com>
17576
17577 * gdb.base/fileio.exp: Add test for shell not available as well as
17578 available.
17579 * gdb.base/fileio.c (test_system): Check for shell twice.
17580
17581 2014-06-04 Yao Qi <yao@codesourcery.com>
17582
17583 * gdb.base/auto-connect-native-target.exp: Remove redundant
17584 space from the regexp pattern.
17585
17586 2014-06-04 Yao Qi <yao@codesourcery.com>
17587
17588 * gdb.base/default.exp: Replace "child" with "native" in
17589 regexp pattern.
17590
17591 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17592
17593 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17594 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17595 * gdb.python/py-xmethods.py: Python script supporting the
17596 new testcase and tests.
17597
17598 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17599 Pedro Alves <palves@redhat.com>
17600
17601 PR breakpoints/17000
17602 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17603 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17604
17605 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17606
17607 * gdb.base/subst.exp: Add tests to verify partial path matching
17608 output.
17609
17610 2014-06-03 Pedro Alves <palves@redhat.com>
17611
17612 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17613 target that doesn't use software single-stepping.
17614
17615 2014-06-03 Pedro Alves <palves@redhat.com>
17616
17617 PR breakpoints/17000
17618 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17619 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17620
17621 2014-06-02 Doug Evans <xdje42@gmail.com>
17622
17623 * gdb.guile/scm-parameter.exp: New file.
17624
17625 2014-06-02 Doug Evans <xdje42@gmail.com>
17626
17627 * gdb.guile/scm-cmd.c: New file.
17628 * gdb.guile/scm-cmd.exp: New file.
17629
17630 2014-06-02 Doug Evans <xdje42@gmail.com>
17631
17632 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17633 pretty-printer lookup.
17634 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17635 (make-pp_s-printer): Call it.
17636 (make-pretty-printer-from-dict): New function.
17637 (lookup-pretty-printer-maker-from-dict): New function.
17638 (*pretty-printer*): Simplify.
17639 (make-objfile-pp_s-printer): New function.
17640 (install-objfile-pretty-printers!): New function.
17641 (make-progspace-pp_s-printer): New function.
17642 (install-progspace-pretty-printers!): New function.
17643 * gdb.guile/scm-progspace.c: New file.
17644 * gdb.guile/scm-progspace.exp: New file.
17645
17646 2014-06-02 Pedro Alves <palves@redhat.com>
17647
17648 * gdb.base/dprintf-bp-same-addr.c: New file.
17649 * gdb.base/dprintf-bp-same-addr.exp: New file.
17650
17651 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17652
17653 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17654 * gdb.arch/powerpc-power.s: Likewise.
17655
17656 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17657
17658 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17659
17660 2014-06-01 Yao Qi <yao@codesourcery.com>
17661
17662 * gdb.base/watchpoint.exp (test_watch_location): Check null
17663 pointer can be dereferenced. If not, do the test, otherwise
17664 skip it.
17665
17666 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17667
17668 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17669 results.
17670 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17671
17672 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17673
17674 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17675 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17676 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17677 * gdb.arch/amd64-invalid-stack-top.c: New file.
17678 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17679
17680 2014-05-30 Pedro Alves <palves@redhat.com>
17681
17682 PR breakpoints/17000
17683 * gdb.base/sss-bp-on-user-bp.c: New file.
17684 * gdb.base/sss-bp-on-user-bp.exp: New file.
17685
17686 2014-05-30 David Blaikie <dblaikie@gmail.com>
17687
17688 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17689 gnu_inline semantics via attribute.
17690 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17691 source explicitly specifies the required semantics.
17692
17693 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17694
17695 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17696
17697 2014-05-29 Pedro Alves <palves@redhat.com>
17698 Tom Tromey <tromey@redhat.com>
17699
17700 * gdb.base/async-shell.exp: Don't enable target-async.
17701 * gdb.base/async.exp
17702 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17703 parameter. Adjust.
17704 (top level): Don't test with "target-async".
17705 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17706 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17707 * gdb.base/inferior-died.exp: Don't enable target-async.
17708 * gdb.base/interrupt-noterm.exp: Likewise.
17709 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17710 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17711 * gdb.mi/mi-nonstop.exp: Likewise.
17712 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17713 * gdb.mi/mi-nsintrall.exp: Likewise.
17714 * gdb.mi/mi-nsmoribund.exp: Likewise.
17715 * gdb.mi/mi-nsthrexec.exp: Likewise.
17716 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17717 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17718 * gdb.python/py-evsignal.exp: Don't enable target-async.
17719 * gdb.python/py-evthreads.exp: Likewise.
17720 * gdb.python/py-prompt.exp: Likewise.
17721 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17722 * gdb.server/solib-list.exp: Don't enable target-async.
17723 * gdb.threads/thread-specific-bp.exp: Likewise.
17724 * lib/mi-support.exp: Adjust to use mi-async.
17725
17726 2014-05-29 Pedro Alves <palves@redhat.com>
17727
17728 PR gdb/13860
17729 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17730 reason, even in sync mode.
17731
17732 2014-05-29 Pedro Alves <palves@redhat.com>
17733 Hui Zhu <hui@codesourcery.com>
17734
17735 PR PR15693
17736 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17737 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17738 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17739 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17740
17741 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17742
17743 * config/monitor.exp (gdb_target_monitor): Replace use of
17744 "set remotebaud" by "set serial baud".
17745
17746 2014-05-26 Andy Wingo <wingo@igalia.com>
17747
17748 * gdb.guile/scm-breakpoint.exp:
17749 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17750 properties instead of gdb-object-properties.
17751
17752 2014-05-26 Yao Qi <yao@codesourcery.com>
17753
17754 * gdb.server/no-thread-db.exp: Specify source file name
17755 explicitly when setting a breakpoint.
17756
17757 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17758
17759 * gdb.btrace/vdso.c: New.
17760 * gdb.btrace/vdso.exp: New.
17761
17762 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17763
17764 * gdb.base/gcore.exp (capture_command_output): Move ...
17765 * lib/gdb.exp (capture_command_output): ... here.
17766
17767 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17768
17769 * gdb.btrace/data.exp: Test memory access during btrace replay.
17770
17771 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17772
17773 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17774
17775 2014-05-21 Pedro Alves <palves@redhat.com>
17776
17777 PR gdb/13860
17778 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17779 (top level): Test that output related to execution commands is
17780 sent to the console with CLI commands, but not with MI commands.
17781 Test that breakpoint events are always mirrored to the console.
17782 Also expect the new source line to be output after a "next" in
17783 async mode too. Make it a pass/fail test.
17784 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17785 output.
17786 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17787
17788 2014-05-21 Pedro Alves <palves@redhat.com>
17789
17790 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17791 Use them to test variations of "list" after reaching a breakpoint.
17792 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17793 Test "list" with listsize 10 after reaching a breakpoint.
17794 * gdb.python/python.exp (decode_line current location line
17795 number): Adjust expected line number.
17796
17797 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17798
17799 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17800 behavior for $args, pass it directly to "run".
17801
17802 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17803
17804 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17805 30000 to 65536.
17806
17807 2014-05-21 Pedro Alves <palves@redhat.com>
17808
17809 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17810 auto-connect-native-target off".
17811 * gdb.base/auto-connect-native-target.c: New file.
17812 * gdb.base/auto-connect-native-target.exp: New file.
17813
17814 2014-05-21 Pedro Alves <palves@redhat.com>
17815
17816 * gdb.base/default.exp: Test "target native" instead of "target
17817 child".
17818
17819 2014-05-21 Mark Wielaard <mjw@redhat.com>
17820
17821 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17822
17823 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17824
17825 Fix TLS access for -static -pthread.
17826 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17827 <HAVE_TLS> (thread_function, main): Initialize it.
17828 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17829 Add clean_restart.
17830 <$have_tls != "">: Check TLSVAR.
17831
17832 2014-05-21 Pedro Alves <palves@redhat.com>
17833
17834 * gdb.base/dcache-line-read-error.c: New.
17835 * gdb.base/dcache-line-read-error.exp: New.
17836
17837 2014-05-20 Pedro Alves <palves@redhat.com>
17838
17839 * gdb.base/compare-sections.c: New file.
17840 * gdb.base/compare-sections.exp: New file.
17841
17842 2014-05-20 Pedro Alves <palves@redhat.com>
17843
17844 * gdb.base/break-idempotent.c: New file.
17845 * gdb.base/break-idempotent.exp: New file.
17846
17847 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17848
17849 * gdb.btrace/nohist.exp: New.
17850
17851 2014-05-20 Yao Qi <yao@codesourcery.com>
17852
17853 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17854 gdb.reverse directory and gdb_reverse_timeout exists in board
17855 setting.
17856 * README: Document gdb_reverse_timeout.
17857
17858 2014-05-20 Yao Qi <yao@codesourcery.com>
17859
17860 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17861 'test_file_name'. Treat args as a string instead of a list.
17862 (gdb_init): Rename argument 'args' by 'test_file_name'.
17863
17864 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17865
17866 * gdb.arch/powerpc-power.exp: New file.
17867 * gdb.arch/powerpc-power.s: New file.
17868
17869 2014-05-16 Doug Evans <dje@google.com>
17870
17871 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17872 * gdb.base/completion.exp: Check that all expected files exist
17873 before doing file completion.
17874
17875 2014-05-16 Doug Evans <dje@google.com>
17876
17877 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17878 Update.
17879 (do_syscall_tests_without_xml): Update.
17880
17881 2014-05-16 Pedro Alves <palves@redhat.com>
17882
17883 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17884 instead of "unknown output after running".
17885
17886 2014-05-16 Yao Qi <yao@codesourcery.com>
17887
17888 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17889 file1.txt from host at the end.
17890 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17891
17892 2014-05-15 Doug Evans <dje@google.com>
17893
17894 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17895 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17896 loading file. Add test for TU lookup.
17897
17898 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17899
17900 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17901 calling "-exec-arguments" or "set args" before running the
17902 inferior.
17903
17904 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17905
17906 * lib/mi-support.exp (mi_expect_stop): Expect message for
17907 inferiors that exit with non-zero exit code.
17908
17909 2014-05-14 Yao Qi <yao@codesourcery.com>
17910
17911 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17912 match absolute path on remote host.
17913 (test_file_list_exec_source_files): Remove "/" from the
17914 pattern.
17915
17916 2014-05-14 Yao Qi <yao@codesourcery.com>
17917
17918 * boards/local-remote-host-notty.exp (${board}_file): New
17919 proc.
17920
17921 2014-05-07 Kyle McMartin <kyle@redhat.com>
17922
17923 Pushed by Joel Brobecker <brobecker@adacore.com>.
17924 * gdb.arch/aarch64-atomic-inst.c: New file.
17925 * gdb.arch/aarch64-atomic-inst.exp: New file.
17926
17927 2014-05-07 Yao Qi <yao@codesourcery.com>
17928
17929 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17930 in current context" too.
17931
17932 2014-05-05 Keith Seitz <keiths@redhat.com>
17933
17934 * gdb.linespec/ls-dollar.exp: Add test for linespec
17935 file:convenience_variable.
17936
17937 2014-05-05 Yao Qi <yao@codesourcery.com>
17938
17939 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17940 traceframes into tfile and ctf trace files. Read data from
17941 trace file and test collected data.
17942 (gdb_collect_locals_test): Likewise.
17943 (gdb_unavailable_registers_test): Likewise.
17944 (gdb_unavailable_floats): Likewise.
17945 (gdb_collect_globals_test): Likewise.
17946 (top-level): Append "ctf" to trace_file_targets if GDB
17947 supports.
17948
17949 2014-05-05 Yao Qi <yao@codesourcery.com>
17950
17951 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17952 code to ...
17953 (gdb_collect_args_test_1): ... it. New proc.
17954 (gdb_collect_locals_test): Move some code to ...
17955 (gdb_collect_locals_test_1): ... it. New proc.
17956 (gdb_unavailable_registers_test): Move some code to ...
17957 (gdb_unavailable_registers_test_1): ... it. New proc.
17958 (gdb_unavailable_floats): Move some code to ...
17959 (gdb_unavailable_floats_1): ... it. New proc.
17960
17961 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17962
17963 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17964 probes to test for bitness recognition.
17965 * gdb.arch/amd64-stap-optional-prefix.exp
17966 (test_probe_value_without_reg): New procedure.
17967 Add code to test for different kinds of bitness.
17968
17969 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17970
17971 PR breakpoints/16889
17972 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17973 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17974
17975 2014-05-01 Pedro Alves <palves@redhat.com>
17976
17977 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17978 gdb_file_cmd if no file is specified.
17979 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17980 last_loaded_file to set the remote exec-file.
17981
17982 2014-05-01 Pedro Alves <palves@redhat.com>
17983
17984 * boards/local-remote-host.exp: New file.
17985
17986 2014-05-01 Pedro Alves <palves@redhat.com>
17987
17988 * boards/local-remote-host.exp: Rename to ...
17989 * boards/local-remote-host-notty.exp: ... this.
17990
17991 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17992
17993 * gdb.ada/dyn_arrayidx: New testcase.
17994
17995 2014-04-26 Yao Qi <yao@codesourcery.com>
17996
17997 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17998 and compute the length of function main. Save it in
17999 $main_length.
18000 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18001 (top-level): Use gdb_compile to compile objects into
18002 executable and restart GDB. Remove invocation to
18003 prepare_for_testing.
18004
18005 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18006 Pedro Alves <palves@redhat.com>
18007
18008 PR server/16255
18009 * gdb.multi/multi-attach.c: New file.
18010 * gdb.multi/multi-attach.exp: New file.
18011
18012 2014-04-25 Pedro Alves <palves@redhat.com>
18013
18014 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18015 user.
18016 (top level): Test that "set remote conditional-breakpoints-packet
18017 off" works as intended.
18018 * gdb.base/dprintf.exp: Test that "set remote
18019 breakpoint-commands-packet off" works as intended.
18020 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18021 New function.
18022 (top level): Call it.
18023 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18024 remote fast-tracepoints-packet off" works as intended.
18025 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18026 * lib/gdb.exp (gdb_is_target_remote): ... here.
18027
18028 2014-04-24 David Blaikie <dblaikie@gmail.com>
18029
18030 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18031 ensure clang would not discard them.
18032 * gdb.base/gdbvars.c: Ditto.
18033 * gdb.base/memattr.c: Ditto.
18034 * gdb.base/whatis.c: Ditto.
18035 * gdb.python/py-prettyprint.c: Ditto.
18036 * gdb.trace/actions.c: Ditto.
18037 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18038 ensure clang would not discard it.
18039
18040 2014-04-24 David Blaikie <dblaikie@gmail.com>
18041
18042 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18043 clang to emit the full definition of type required by the test
18044 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18045
18046 2014-04-24 David Blaikie <dblaikie@gmail.com>
18047
18048 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18049 coax Clang into emitting the definition of the type.
18050 * gdb.cp/pr10728-x.h (y): Ditto.
18051 * gdb.cp/pr10728-y.cc (y): Ditto.
18052
18053 2014-04-24 David Blaikie <dblaikie@gmail.com>
18054
18055 * gdb.base/label.exp: XFAIL label related tests under Clang.
18056 * gdb.cp/cplabel.exp: Ditto.
18057 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18058 under Clang those using labels.
18059
18060 2014-04-25 Yao Qi <yao@codesourcery.com>
18061
18062 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18063 double_label.
18064 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18065 partial_label and double_label.
18066
18067 2014-04-24 David Blaikie <dblaikie@gmail.com>
18068
18069 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18070
18071 2014-04-24 David Blaikie <dblaikie@gmail.com>
18072
18073 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18074 of the function to work across GCC and Clang.
18075 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18076 pointer types (const void ** const V void **).
18077
18078 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18079 Walfred Tedeschi <walfred.tedeschi@intel.com>
18080
18081 * Makefile.in (EXECUTABLES): Added i386-avx512.
18082 * gdb.arch/i386-avx512.c: New file.
18083 * gdb.arch/i386-avx512.exp: Likewise.
18084
18085 2014-04-23 Keith Seitz <keiths@redhat.com>
18086
18087 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18088 (mi_make_breakpoint_table): New procedure.
18089 (mi_create_breakpoint): Use mi_make_breakpoint
18090 and return the result.
18091 (mi_make_breakpoint): New procedure.
18092 (mi_build_kv_pairs): New procedure.
18093
18094 * gdb.mi/mi-break.exp: Remove unused globals,
18095 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18096 All callers updated.
18097 * gdb.mi/mi-dprintf.exp: Use variable to track command
18098 number.
18099 Update all callers of mi_create_breakpoint and use
18100 mi_make_breakpoint_table.
18101 Remove any unused global variables.
18102 * gdb.mi/mi-nonstop.exp: Likewise.
18103 * gdb.mi/mi-nsintrall.exp: Likewise.
18104 * gdb.mi/mi-nsmoribund.exp: Likewise.
18105 * gdb.mi/mi-nsthrexec.exp: Likewise.
18106 * gdb.mi/mi-reverse.exp: Likewise.
18107 * gdb.mi/mi-simplerun.exp: Likewise.
18108 * gdb.mi/mi-stepn.exp: Likewise.
18109 * gdb.mi/mi-syn-frame.exp: Likewise.
18110 * gdb.mi/mi-until.exp: Likewise.
18111 * gdb.mi/mi-var-cp.exp: Likewise.
18112 * gdb.mi/mi-var-display.exp: Likewise.
18113 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18114 * gdb.mi/mi2-var-child.exp: Likewise.
18115 * gdb.mi/mi-vla-c99.exp: Likewise.
18116 * lib/mi-support.exp: Likewise.
18117
18118 From Ian Lance Taylor <iant@cygnus.com>:
18119 * lib/gdb.exp (parse_args): New procedure.
18120
18121 2014-04-23 Pedro Alves <palves@redhat.com>
18122
18123 * gdb.base/break-unload-file.c: New file.
18124 * gdb.base/break-unload-file.exp: New file.
18125 * gdb.base/sym-file-lib.c (baz): New function.
18126 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18127 field.
18128 (load): Store the segment's mapped size.
18129 (unload): New function.
18130 (unload_shlib): New function.
18131 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18132 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18133 set a breakpoint at baz, and call it.
18134 * gdb.base/sym-file.exp: New tests for stale breakpoint
18135 instructions.
18136
18137 2014-04-23 Pedro Alves <palves@redhat.com>
18138
18139 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18140 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18141 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18142 * gdb.base/hbreak-unmapped.c: New file.
18143 * gdb.base/hbreak-unmapped.exp: New file.
18144 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18145 * lib/gdb.exp (gdb_is_target_remote): ... here.
18146
18147 2014-04-22 Pedro Alves <palves@redhat.com>
18148
18149 * gdb.base/consecutive-step-over.c: New file.
18150 * gdb.base/consecutive-step-over.exp: New file.
18151
18152 2014-04-22 Pedro Alves <palves@redhat.com>
18153
18154 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18155 instead of send_gdb/gdb_expect.
18156
18157 2014-04-22 Yao Qi <yao@codesourcery.com>
18158
18159 * lib/trace-support.exp (generate_tracefile): New procedure.
18160 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18161 return 0.
18162 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18163 if generate_tracefile returns 1.
18164
18165 2014-04-18 Tom Tromey <palves@redhat.com>
18166 Pedro alves <tromey@redhat.com>
18167
18168 PR backtrace/15558
18169 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18170 with a backtrace limit.
18171 * gdb.python/py-frame-inline.exp: Test running to an inline
18172 function with a backtrace limit, and printing the newest frame.
18173 * gdb.python/py-frame-inline.c (main): Call f.
18174
18175 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18176
18177 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18178
18179 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18180
18181 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18182 Drop prefix from unsupported source file path.
18183
18184 2014-04-17 Yao Qi <yao@codesourcery.com>
18185
18186 * lib/gdb.exp (with_target_charset): New proc.
18187 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18188 with_target_charset.
18189 (test_print_strings): Likewise.
18190 (test_repeat_bytes): Likewise.
18191 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18192 for some tests.
18193
18194 2014-04-16 Keith Seitz <keiths@redhat.com>
18195
18196 PR gdb/15827
18197 * gdb.dwarf2/corrupt.c: New file.
18198 * gdb.dwarf2/corrupt.exp: New file.
18199
18200 2014-04-16 Keith Seitz <keiths@redhat.com>
18201
18202 PR c++/16597
18203 * gdb.cp/namelessclass.cc: New file.
18204 * gdb.cp/namelessclass.exp: New file.
18205 * gdb.cp/namelessclass.S: New file.
18206
18207 2014-04-16 Doug Evans <dje@google.com>
18208
18209 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18210 Add comment.
18211 (gdbserver_default_get_comm_port): New function.
18212 (gdbserver_start): Check if board file provided
18213 "gdbserver,get_comm_port" and use it if so.
18214 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18215 (gdb,socketport): Set to "stdio".
18216 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18217 (stdio_gdbserver_template): Delete.
18218 (${board}_get_remote_address): Update.
18219 (${board}_build_remote_cmd): Delete.
18220 (${board}_get_comm_port): New function.
18221 (${board}_spawn): Update.
18222 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18223 Delete.
18224 (${board}_get_remote_address): Update.
18225 (${board}_get_comm_port): New function.
18226
18227 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18228
18229 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18230 appearing in any order.
18231
18232 2014-04-15 Doug Evans <dje@google.com>
18233
18234 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18235 uninitialized value of "description".
18236
18237 2014-04-15 Keith Seitz <keiths@redhat.com>
18238
18239 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18240 Remove unused globals.
18241 (test_running_the_program): Likewise.
18242 (test_controlled_execution): Likewise.
18243 (test_controlling_breakpoints): Likewise.
18244 (test_program_termination): Likewise.
18245
18246 2014-04-15 Keith Seitz <keiths@redhat.com>
18247
18248 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18249 unused globals.
18250 (test_rbreak_creation_and_listing): Likewise.
18251 (test_ignore_count): Likewise.
18252 (test_error): Likewise.
18253
18254 2014-04-15 Pedro Alves <palves@redhat.com>
18255
18256 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18257 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18258 sym-file-loader.c.
18259 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18260 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18261 to sym-file-loader.c.
18262 (struct library): Forward declare.
18263 (load_shlib, lookup_function): Change prototypes.
18264 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18265 (translate_offset): Remove declarations.
18266 (get_text_addr): New declaration.
18267 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18268 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18269 sym-file-loader.h.
18270 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18271 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18272 here from sym-file-loader.h.
18273 (struct library): New structure.
18274 (load_shlib, lookup_function): Change prototypes and adjust to
18275 work with a struct library.
18276 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18277 (translate_offset): Make static.
18278 (get_text_addr): New function.
18279 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18280
18281 2014-04-15 Pedro Alves <palves@redhat.com>
18282
18283 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18284
18285 2014-04-15 Pedro Alves <palves@redhat.com>
18286
18287 * gdb.base/sym-file-loader.c: Include <limits.h>.
18288 (SELF_LINK): New define.
18289 (get_origin): New function.
18290 (load_shlib): Use it.
18291 * gdb.base/sym-file.exp: Don't early return if the target is
18292 remote. Use runto_main, and issue fail is that fails. Use
18293 gdb_load_shlibs.
18294 (shlib_name): Delete.
18295 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18296
18297 2014-04-15 Pedro Alves <palves@redhat.com>
18298
18299 * gdb.base/sym-file.exp: Remove regex characters from test
18300 message. Don't refer to breakpoint numbers in test messages.
18301
18302 2014-04-14 Keith Seitz <keiths@redhat.com>
18303
18304 PR c++/16253
18305 * gdb.cp/var-tag.cc: New file.
18306 * gdb.cp/var-tag.exp: New file.
18307 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18308 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18309 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18310 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18311
18312 2014-04-14 Tom Tromey <tromey@redhat.com>
18313
18314 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18315 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18316 type.
18317 * gdb.cp/enum-class.exp: New file.
18318 * gdb.cp/enum-class.cc: New file.
18319
18320 2014-04-14 Tom Tromey <tromey@redhat.com>
18321
18322 * gdb.dwarf2/enum-type.exp: New file.
18323
18324 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18325
18326 * gdb.mi/mi-vla-c99.exp: New file.
18327 * gdb.mi/vla.c: New file.
18328
18329 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18330
18331 * gdb.base/vla-datatypes.c: New file.
18332 * gdb.base/vla-datatypes.exp: New file.
18333
18334 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18335
18336 * gdb.base/vla-ptr.c: New file.
18337 * gdb.base/vla-ptr.exp: New file.
18338
18339 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18340
18341 * gdb.dwarf2/count.exp: New file.
18342
18343 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18344
18345 * gdb.base/vla-sideeffect.c: New file.
18346 * gdb.base/vla-sideeffect.exp: New file.
18347
18348 2014-04-14 David Blaikie <dblaikie@gmail.com>
18349
18350 * gdb.mi/non-stop.c: Add return value for non-void function return
18351 statement.
18352 * gdb.threads/staticthreads.c: Ditto.
18353
18354 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18355 Doug Evans <xdje42@gmail.com>
18356
18357 * gdb.guile/scm-value.c: Improve test case.
18358 * gdb.guile/scm-value.exp: Add new test.
18359
18360 2014-04-11 David Blaikie <dblaikie@gmail.com>
18361
18362 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18363 override Clang's default.
18364
18365 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18366
18367 Revert the following changes (regressions):
18368
18369 * gdb.base/vla-sideeffect.c: New file.
18370 * gdb.base/vla-sideeffect.exp: New file.
18371
18372 * gdb.dwarf2/count.exp: New file.
18373
18374 * gdb.base/vla-multi.c: New file.
18375 * gdb.base/vla-multi.exp: New file.
18376
18377 * gdb.base/vla-ptr.c: New file.
18378 * gdb.base/vla-ptr.exp: New file.
18379
18380 * gdb.base/vla-datatypes.c: New file.
18381 * gdb.base/vla-datatypes.exp: New file.
18382
18383 * gdb.mi/mi-vla-c99.exp: New file.
18384 * gdb.mi/vla.c: New file.
18385
18386 2014-04-11 Keith Seitz <keiths@redhat.com>
18387
18388 PR c++/16675
18389 * gdb.cp/cpsizeof.exp: New file.
18390 * gdb.cp/cpsizeof.cc: New file.
18391
18392 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18393
18394 * gdb.mi/mi-vla-c99.exp: New file.
18395 * gdb.mi/vla.c: New file.
18396
18397 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18398
18399 * gdb.base/vla-datatypes.c: New file.
18400 * gdb.base/vla-datatypes.exp: New file.
18401
18402 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18403
18404 * gdb.base/vla-ptr.c: New file.
18405 * gdb.base/vla-ptr.exp: New file.
18406
18407 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18408
18409 * gdb.base/vla-multi.c: New file.
18410 * gdb.base/vla-multi.exp: New file.
18411
18412 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18413
18414 * gdb.dwarf2/count.exp: New file.
18415
18416 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18417
18418 * gdb.base/vla-sideeffect.c: New file.
18419 * gdb.base/vla-sideeffect.exp: New file.
18420
18421 2014-04-11 Yao Qi <yao@codesourcery.com>
18422
18423 * gdb.base/completion.exp: Check file exists before running tests
18424 on file completion.
18425
18426 2014-04-10 Pedro Alves <palves@redhat.com>
18427
18428 * gdb.base/cond-eval-mode.c: New file.
18429 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18430 prepare_for_testing to build the new file. Check result of
18431 runto_main.
18432 (test_break, test_watch): New procedures.
18433 (top level): Use them.
18434
18435 2014-04-08 Pierre Muller <muller@sourceware.org>
18436
18437 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18438 Ctrl-V use for mingw hosts.
18439
18440 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18441
18442 * gdb.python/py-value.c: Improve test case.
18443 * gdb.python/py-value.exp: Add new test.
18444
18445 2014-04-07 David Blaikie <dblaikie@gmail.com>
18446
18447 * lib/compiler.c: Identify the clang compiler.
18448 * lib/compiler.cc: Ditto.
18449
18450 2014-04-03 Yao Qi <yao@codesourcery.com>
18451
18452 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18453
18454 2014-04-01 Anton Blanchard <anton@samba.org>
18455
18456 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18457 messages unique.
18458
18459 2014-04-01 Anton Blanchard <anton@samba.org>
18460
18461 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18462 prepare_for_testing.
18463
18464 2014-04-01 Anton Blanchard <anton@samba.org>
18465
18466 * gdb.arch/ppc64-atomic-inst.c: Remove.
18467 * gdb.arch/ppc64-atomic-inst.S: New file.
18468 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18469
18470 2014-03-31 Doug Evans <dje@google.com>
18471
18472 * gdb.base/print-symbol-loading-lib.c: New file.
18473 * gdb.base/print-symbol-loading-main.c: New file.
18474 * gdb.base/print-symbol-loading.exp: New file.
18475
18476 2014-03-31 Yao Qi <yao@codesourcery.com>
18477
18478 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18479
18480 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18481
18482 * gdb.ada/mi_dyn_arr: New testcase.
18483
18484 2014-03-27 Doug Evans <dje@google.com>
18485
18486 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18487
18488 2014-03-27 Yao Qi <yao@codesourcery.com>
18489
18490 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18491 if target is nios2-*-*.
18492
18493 2014-03-26 Yao Qi <yao@codesourcery.com>
18494
18495 * lib/gdb.exp (readline_is_used): New proc.
18496 * gdb.base/completion.exp: Move tests on command complete up.
18497 Skip the rest of tests if readline is not used.
18498 * gdb.ada/complete.exp: Skp the test if readline is not
18499 used.
18500 * gdb.base/filesym.exp: Likewise.
18501 * gdb.base/macscp.exp: Likewise.
18502 * gdb.base/readline-ask.exp: Likewise.
18503 * gdb.base/readline.exp: Likewise.
18504 * gdb.python/py-cmd.exp: Likewise.
18505 * gdb.trace/tfile.exp: Likewise.
18506
18507 2014-03-26 Yao Qi <yao@codesourcery.com>
18508
18509 * gdb.base/macscp.exp: Fix code format issues.
18510
18511 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18512
18513 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18514 * gdb.asm/powerpc64le.inc: New file.
18515
18516 2014-03-25 Pedro Alves <palves@redhat.com>
18517 Doug Evans <dje@google.com>
18518
18519 * gdb.base/source-execution.c: New file.
18520 * gdb.base/source-execution.exp: New file.
18521 * gdb.base/source-execution.gdb: New file.
18522
18523 2014-03-24 Doug Evans <dje@google.com>
18524
18525 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18526 using fission.
18527
18528 2014-03-24 Hui Zhu <hui@codesourcery.com>
18529 Pedro Alves <palves@redhat.com>
18530
18531 PR breakpoints/16101
18532 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18533 test pass/fail messages. Detect missing support for dprintf when
18534 breakpoints are actually inserted.
18535 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18536 breakpoints are actually inserted.
18537 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18538 fails.
18539
18540 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18541
18542 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18543
18544 2014-03-22 Doug Evans <xdje42@gmail.com>
18545
18546 * gdb.python/python.exp (python not supported): Verify multi-line
18547 python command issues an error.
18548 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18549 guile command issues an error.
18550
18551 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18552
18553 * gdb.threads/thread-specific.exp: Handle the lack of usable
18554 $this_breakpoint and $this_thread.
18555
18556 2014-03-21 Hui Zhu <hui@codesourcery.com>
18557
18558 * gdb.base/attach.exp (do_command_attach_tests): New.
18559
18560 2014-03-20 Tom Tromey <tromey@redhat.com>
18561 Pedro Alves <palves@redhat.com>
18562
18563 PR cli/15718
18564 * gdb.base/condbreak-call-false.c: New file.
18565 * gdb.base/condbreak-call-false.exp: New file.
18566
18567 2014-03-20 Pedro Alves <palves@redhat.com>
18568
18569 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18570 Delete.
18571 (block_signals, unblock_signals): Delete.
18572 (child_function_2, main): Remove references to deleted variable
18573 and functions.
18574
18575 2014-03-20 Pedro Alves <palves@redhat.com>
18576
18577 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18578 Use pthread_kill to signal thread 2.
18579 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18580 Adjust to make the test send itself a signal rather than using the
18581 host's "kill" command.
18582
18583 2014-03-20 Pedro Alves <palves@redhat.com>
18584
18585 * gdb.threads/multiple-step-overs.c: New file.
18586 * gdb.threads/multiple-step-overs.exp: New file.
18587 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18588 Adjust expected infrun debug output.
18589
18590 2014-03-20 Pedro Alves <palves@redhat.com>
18591
18592 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18593 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18594
18595 2014-03-20 Pedro Alves <palves@redhat.com>
18596
18597 PR breakpoints/7143
18598 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18599 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18600 of gdb_test_multiple.
18601 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18602 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18603
18604 2014-03-20 Pedro Alves <palves@redhat.com>
18605
18606 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18607 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18608
18609 2014-03-19 Pedro Alves <palves@redhat.com>
18610
18611 * gdb.base/async.exp: Remove early return.
18612
18613 2014-03-19 Pedro Alves <palves@redhat.com>
18614
18615 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18616
18617 2014-03-19 Pedro Alves <palves@redhat.com>
18618
18619 * gdb.base/async.exp (test_background): Expect \r\n after
18620 "completed." in the fail pattern.
18621
18622 2014-03-19 Pedro Alves <palves@redhat.com>
18623
18624 * gdb.base/async.exp (test_background): New procedure.
18625 Use it for all background execution command tests.
18626
18627 2014-03-19 Pedro Alves <palves@redhat.com>
18628
18629 * gdb.base/async.exp: Use prepare_for_testing.
18630
18631 2014-03-19 Pedro Alves <palves@redhat.com>
18632
18633 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18634 the same line.
18635
18636 2014-03-19 Pedro Alves <palves@redhat.com>
18637
18638 * gdb.base/async.c (main): Add "jump here" and "until here" line
18639 marker comments.
18640 * gdb.base/async.exp (jump_here): New global.
18641 (jump& test): Use it.
18642 (until_here): New global.
18643 (until& test): Use it.
18644
18645 2014-03-19 Pedro Alves <palves@redhat.com>
18646
18647 * gdb.base/async.exp: Don't frob gdb_protocol.
18648
18649 2014-03-18 Doug Evans <xdje42@gmail.com>
18650
18651 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18652 Fix spelling of exec-done-display.
18653
18654 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18655
18656 PR gdb/15358
18657 * gdb.base/gdb-sigterm.c: New file.
18658 * gdb.base/gdb-sigterm.exp: New file.
18659
18660 2014-03-18 Pedro Alves <palves@redhat.com>
18661
18662 PR gdb/13860
18663 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18664 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18665 solib-event.
18666
18667 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18668
18669 * gdb.ada/pckd_arr_ren: New testcase.
18670
18671 2014-03-13 Doug Evans <xdje42@gmail.com>
18672
18673 PR guile/16612
18674 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18675 collect after discarding symbols.
18676
18677 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18678 Doug Evans <xdje42@gmail.com>
18679
18680 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18681 to history survives a gc.
18682
18683 2014-03-13 Pedro Alves <palves@redhat.com>
18684
18685 * gdb.base/default.exp: Don't test "target procfs".
18686
18687 2014-03-13 Pedro Alves <palves@redhat.com>
18688
18689 * gdb.base/default.exp: Update "target child" and "target procfs"
18690 tests to not expect "Unix".
18691
18692 2014-03-12 Tom Tromey <tromey@redhat.com>
18693
18694 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18695 New procs. Add target-async tests.
18696 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18697 Add target-async tests.
18698
18699 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18700
18701 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18702 'func_start' and 'func_end' for the beginning and end of the
18703 function code, respectively.
18704 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18705 'func_end' instead of 'func' and 'main'.
18706
18707 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18708
18709 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18710 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18711 generate the debug info assembler source.
18712
18713 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18714
18715 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18716 * gdb.dwarf2/arr-subrange.exp: Likewise.
18717 * gdb.dwarf2/dwz.exp: Likewise.
18718 * gdb.dwarf2/method-ptr.exp: Likewise.
18719 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18720 * gdb.dwarf2/subrange.exp: Likewise.
18721 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18722 * gdb.dwarf2/implptrpiece.exp: Likewise.
18723 * gdb.dwarf2/nostaticblock.exp: Likewise.
18724
18725 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18726
18727 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18728 directory to absolute path name arguments.
18729
18730 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18731
18732 * gdb.ada/tagged_access: New testcase.
18733
18734 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18735
18736 * gdb.btrace/data.exp: Update expected output.
18737
18738 2014-03-06 Yao Qi <yao@codesourcery.com>
18739
18740 * gdb.trace/pr16508.exp: New file.
18741
18742 2014-03-05 Pedro Alves <palves@redhat.com>
18743
18744 PR gdb/16575
18745 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18746 procedure.
18747 (top level): Adjust to use it. Add tests that exercise breakpoint
18748 interaction with the code-cache.
18749
18750 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18751
18752 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18753 test for 'history-append!'.
18754
18755 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18756
18757 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18758 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18759 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18760 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18761 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18762 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18763
18764 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18765
18766 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18767 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18768 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18769
18770 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18771
18772 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18773
18774 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18775
18776 * gdb.dwarf2/arr-stride.c: New file.
18777 * gdb.dwarf2/arr-stride.exp: New file.
18778
18779 2014-02-26 Pedro Alves <palves@redhat.com>
18780
18781 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18782 that won't ever trigger. Make sure that GDB reports the correct
18783 breakpoint that caused the stop.
18784
18785 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18786
18787 PR gdb/16626
18788 * gdb.base/auto-load-script: New file.
18789 * gdb.base/auto-load.c: New file.
18790 * gdb.base/auto-load.exp: New file.
18791
18792 PR gdb/16626
18793 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18794
18795 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18796
18797 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18798 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18799
18800 2014-02-24 Doug Evans <dje@google.com>
18801
18802 * lib/gdb.exp (run_on_host): Log error output if program fails.
18803
18804 2014-02-21 Pedro Alves <palves@redhat.com>
18805
18806 * gdb.threads/step-after-sr-lock.c: Rename to ...
18807 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18808 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18809 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18810 ... this.
18811
18812 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18813
18814 PR tdep/16397
18815 * gdb.arch/amd64-stap-special-operands.exp: New file.
18816 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18817 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18818 * gdb.arch/amd64-stap-triplet.S: Likewise.
18819 * gdb.arch/amd64-stap-triplet.c: Likewise.
18820
18821 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18822
18823 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18824 in .section pseudo-op.
18825
18826 2014-02-20 lin zuojian <manjian2006@gmail.com>
18827 Joel Brobecker <brobecker@adacore.com>
18828 Doug Evans <xdje42@gmail.com>
18829
18830 PR symtab/16581
18831 * gdb.dwarf2/dw2-icycle.S: New file.
18832 * gdb.dwarf2/dw2-icycle.c: New file.
18833 * gdb.dwarf2/dw2-icycle.exp: New file.
18834
18835 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18836
18837 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18838 operations on gdb.Value objects.
18839 * gdb.python/py-value-cc.exp: Add new test to test operations on
18840 gdb.Value objects.
18841
18842 2014-02-18 Doug Evans <dje@google.com>
18843
18844 * Makefile.in (TESTS): New variable.
18845 (expanded_tests, expanded_tests_or_none): New variables
18846 (check-single): Pass $(expanded_tests_or_none) to runtest.
18847 (check-parallel): Only run tests in $(TESTS) if non-empty.
18848 (check/no-matching-tests-found): New rule.
18849 * README: Document TESTS makefile variable.
18850
18851 2014-02-18 Doug Evans <dje@google.com>
18852
18853 * Makefile.in (check-parallel): rm -rf outputs temp.
18854
18855 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18856
18857 Fix "ERROR: no fileid for" in the testsuite.
18858 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18859
18860 2014-02-12 Doug Evans <dje@google.com>
18861
18862 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18863 (MISCELLANEOUS): New variable.
18864 (clean): rm -rf $(MISCELLANEOUS).
18865 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18866 dwp live in the same directory as symlinks, with each symlink pointed
18867 to a differently named file in a different directory.
18868
18869 2014-02-11 Doug Evans <dje@google.com>
18870
18871 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18872 of Tcl file commands.
18873
18874 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18875
18876 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18877 "kill -SIGUSR1 -1".
18878
18879 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18880
18881 * gdb.ada/tick_length_array_enum_idx: New testcase.
18882
18883 2014-02-10 Doug Evans <xdje42@gmail.com>
18884
18885 * configure.ac (AC_OUTPUT): Add gdb.guile.
18886 * configure: Regenerate.
18887 * lib/gdb-guile.exp: New file.
18888 * lib/gdb.exp (get_target_charset): New function.
18889 * gdb.base/help.exp: Update expected output from "apropos apropos".
18890 * gdb.guile/Makefile.in: New file.
18891 * gdb.guile/guile.exp: New file.
18892 * gdb.guile/scm-arch.c: New file.
18893 * gdb.guile/scm-arch.exp: New file.
18894 * gdb.guile/scm-block.c: New file.
18895 * gdb.guile/scm-block.exp: New file.
18896 * gdb.guile/scm-breakpoint.c: New file.
18897 * gdb.guile/scm-breakpoint.exp: New file.
18898 * gdb.guile/scm-disasm.c: New file.
18899 * gdb.guile/scm-disasm.exp: New file.
18900 * gdb.guile/scm-equal.c: New file.
18901 * gdb.guile/scm-equal.exp: New file.
18902 * gdb.guile/scm-error.exp: New file.
18903 * gdb.guile/scm-error.scm: New file.
18904 * gdb.guile/scm-frame-args.c: New file.
18905 * gdb.guile/scm-frame-args.exp: New file.
18906 * gdb.guile/scm-frame-args.scm: New file.
18907 * gdb.guile/scm-frame-inline.c: New file.
18908 * gdb.guile/scm-frame-inline.exp: New file.
18909 * gdb.guile/scm-frame.c: New file.
18910 * gdb.guile/scm-frame.exp: New file.
18911 * gdb.guile/scm-generics.exp: New file.
18912 * gdb.guile/scm-gsmob.exp: New file.
18913 * gdb.guile/scm-iterator.c: New file.
18914 * gdb.guile/scm-iterator.exp: New file.
18915 * gdb.guile/scm-math.c: New file.
18916 * gdb.guile/scm-math.exp: New file.
18917 * gdb.guile/scm-objfile-script-gdb.in: New file.
18918 * gdb.guile/scm-objfile-script.c: New file.
18919 * gdb.guile/scm-objfile-script.exp: New file.
18920 * gdb.guile/scm-objfile.c: New file.
18921 * gdb.guile/scm-objfile.exp: New file.
18922 * gdb.guile/scm-ports.exp: New file.
18923 * gdb.guile/scm-pretty-print.c: New file.
18924 * gdb.guile/scm-pretty-print.exp: New file.
18925 * gdb.guile/scm-pretty-print.scm: New file.
18926 * gdb.guile/scm-section-script.c: New file.
18927 * gdb.guile/scm-section-script.exp: New file.
18928 * gdb.guile/scm-section-script.scm: New file.
18929 * gdb.guile/scm-symbol.c: New file.
18930 * gdb.guile/scm-symbol.exp: New file.
18931 * gdb.guile/scm-symtab-2.c: New file.
18932 * gdb.guile/scm-symtab.c: New file.
18933 * gdb.guile/scm-symtab.exp: New file.
18934 * gdb.guile/scm-type.c: New file.
18935 * gdb.guile/scm-type.exp: New file.
18936 * gdb.guile/scm-value-cc.cc: New file.
18937 * gdb.guile/scm-value-cc.exp: New file.
18938 * gdb.guile/scm-value.c: New file.
18939 * gdb.guile/scm-value.exp: New file.
18940 * gdb.guile/source2.scm: New file.
18941 * gdb.guile/types-module.cc: New file.
18942 * gdb.guile/types-module.exp: New file.
18943
18944 2014-02-10 Yao Qi <yao@codesourcery.com>
18945
18946 PR testsuite/16543
18947 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18948 * configure: Regenerated.
18949 * Makefile.in: New file.
18950
18951 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18952
18953 * gdb.python/py-framefilter.exp: Fix typo.
18954
18955 2014-02-08 Yao Qi <yao@codesourcery.com>
18956
18957 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18958 that no =breakpoint-modified is emitted when breakpoints are
18959 modified through MI commands.
18960
18961 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18962 Pedro Alves <palves@redhat.com>
18963
18964 * gdb.threads/step-after-sr-lock.c: New file.
18965 * gdb.threads/step-after-sr-lock.exp: New file.
18966
18967 2014-02-07 Pedro Alves <palves@redhat.com>
18968
18969 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18970
18971 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18972
18973 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18974 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18975
18976 2014-02-06 Doug Evans <xdje42@gmail.com>
18977
18978 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18979 output.
18980
18981 * gdb.gdb/python-interrupts.exp: New file.
18982
18983 2014-02-05 Yao Qi <yao@codesourcery.com>
18984
18985 * gdb.trace/report.exp (use_collected_data): Test the output
18986 of "info threads" and "info inferiors".
18987
18988 2014-02-05 Yao Qi <yao@codesourcery.com>
18989
18990 Revert this patch:
18991
18992 2013-05-24 Yao Qi <yao@codesourcery.com>
18993
18994 * gdb.trace/tfile.exp: Test inferior and thread.
18995
18996 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18997
18998 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18999 on a function.
19000 * gdb.base/step-bt.c: Call hello via function pointer to make
19001 sure its first instruction is executed on powerpc64le-linux.
19002
19003 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19004
19005 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19006
19007 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19008
19009 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19010 of the test patterns for use on little-endian systems.
19011
19012 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19013
19014 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19015 (decimal_vector): Fix for little-endian.
19016
19017 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19018
19019 * gdb.arch/sparc-sysstep.exp: New file.
19020 * gdb.arch/sparc-sysstep.c: Likewise.
19021
19022 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19023
19024 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19025
19026 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19027
19028 2014-01-23 Tom Tromey <tromey@redhat.com>
19029
19030 * gdb.ada/array_char_idx: New testcase.
19031
19032 2014-01-23 Tom Tromey <tromey@redhat.com>
19033
19034 PR python/16487:
19035 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19036 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19037 classes.
19038
19039 2014-01-23 Tom Tromey <tromey@redhat.com>
19040
19041 PR python/16491:
19042 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19043 string from an inferior frame.
19044 * gdb.python/py-framefilter-mi.exp: Update.
19045
19046 2014-01-22 Doug Evans <dje@google.com>
19047
19048 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19049
19050 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19051
19052 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19053
19054 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19055
19056 * gdb.trace/entry-values.exp: Remove excess space character from
19057 regex patterns. Handle s390 call instruction.
19058
19059 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19060
19061 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19062 define "*_start" label. Make "name" static.
19063 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19064 ${name} by references to ${name}_start.
19065
19066 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19067
19068 * gdb.base/info-macros.exp: Remove "debug" from the compile
19069 options.
19070
19071 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19072
19073 * gdb.dlang/demangle.exp: New file.
19074
19075 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19076
19077 * gdb.dlang/primitive-types.exp: New file.
19078
19079 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19080
19081 * configure.ac: Create gdb.dlang/Makefile.
19082 * configure: Regenerate.
19083 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19084 * gdb.dlang/Makefile.in: New file.
19085 * lib/d-support.exp: New file.
19086 * lib/gdb.exp (skip_d_tests): New proc.
19087
19088 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19089
19090 * gdb.btrace/delta.exp: Check reverse stepi.
19091 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19092 * gdb.btrace/finish.exp: New.
19093 * gdb.btrace/next.exp: New.
19094 * gdb.btrace/nexti.exp: New.
19095 * gdb.btrace/record_goto.c: Add comments.
19096 * gdb.btrace/step.exp: New.
19097 * gdb.btrace/stepi.exp: New.
19098 * gdb.btrace/multi-thread-step.c: New.
19099 * gdb.btrace/multi-thread-step.exp: New.
19100 * gdb.btrace/rn-dl-bind.c: New.
19101 * gdb.btrace/rn-dl-bind.exp: New.
19102 * gdb.btrace/data.c: New.
19103 * gdb.btrace/data.exp: New.
19104 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19105
19106 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19107
19108 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19109 * gdb.btrace/exception.exp: Update.
19110 * gdb.btrace/instruction_history.exp: Update.
19111 * gdb.btrace/record_goto.exp: Update.
19112 * gdb.btrace/tailcall.exp: Update.
19113 * gdb.btrace/unknown_functions.exp: Update.
19114 * gdb.btrace/delta.exp: New.
19115
19116 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19117
19118 * gdb.btrace/record_goto.exp: Add backtrace test.
19119 * gdb.btrace/tailcall.exp: Add backtrace test.
19120
19121 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19122
19123 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19124 * gdb.btrace/record_goto.c: New.
19125 * gdb.btrace/record_goto.exp: New.
19126 * gdb.btrace/x86-record_goto.S: New.
19127
19128 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19129
19130 * gdb.btrace/function_call_history.exp: Update tests.
19131 * gdb.btrace/instruction_history.exp: Update tests.
19132
19133 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19134
19135 * gdb.btrace/function_call_history.exp: Fix expected field
19136 order for "record function-call-history".
19137 Add new tests for "record function-call-history /c".
19138 * gdb.btrace/exception.cc: New.
19139 * gdb.btrace/exception.exp: New.
19140 * gdb.btrace/tailcall.exp: New.
19141 * gdb.btrace/x86-tailcall.S: New.
19142 * gdb.btrace/x86-tailcall.c: New.
19143 * gdb.btrace/unknown_functions.c: New.
19144 * gdb.btrace/unknown_functions.exp: New.
19145 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19146
19147 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19148
19149 * gdb.btrace/instruction_history.exp: Update.
19150 * gdb.btrace/function_call_history.exp: Update.
19151
19152 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19153
19154 * gdb.btrace/function_call_history.exp: Fix expected function
19155 trace.
19156 * gdb.btrace/instruction_history.exp: Initialize traced.
19157 Remove traced_functions.
19158
19159 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19160
19161 * gdb.btrace/function_call_history.exp: Update
19162 * gdb.btrace/instruction_history.exp: Update.
19163
19164 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19165
19166 * gdb.btrace/enable.exp: Update expected text.
19167
19168 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19169
19170 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19171 bytes.
19172
19173 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19174
19175 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19176
19177 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19178
19179 * lib/gdb.exp (supports_process_record): Return true for
19180 arm*-linux*. (supports_reverse): Likewise.
19181
19182 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19183
19184 PR python/15464
19185 PR python/16113
19186 * gdb.python/py-type.c: Enhance test case.
19187 * gdb.python/py-value-cc.cc: Likewise
19188 * gdb.python/py-type.exp: Add new tests.
19189 * gdb.python/py-value-cc.exp: Likewise
19190
19191 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19192 Pedro Alves <palves@redhat.com>
19193
19194 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19195 Make "name" extern.
19196 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19197 references to ${name}_start by references to ${name}.
19198
19199 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19200
19201 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19202
19203 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19204
19205 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19206
19207 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19208 Pedro Alves <palves@redhat.com>
19209
19210 * gdb.mi/mi-info-os.exp: Connect to the target with
19211 mi_gdb_target_load.
19212
19213 2014-01-08 Pedro Alves <palves@redhat.com>
19214
19215 * gdb.threads/reconnect-signal.c: New file.
19216 * gdb.threads/reconnect-signal.exp: New file.
19217
19218 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19219
19220 * gdb.base/source-dir.exp: New file.
19221
19222 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19223
19224 * gdb.ada/mi_interface: New testcase.
19225
19226 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19227
19228 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19229 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19230 gdb.ada/pp-rec-component/pck.ads: New files.
19231
19232 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19233
19234 * gdb.python/py-pp-integral.c: New file.
19235 * gdb.python/py-pp-integral.py: New file.
19236 * gdb.python/py-pp-integral.exp: New file.
19237
19238 For older changes see ChangeLog-1993-2013.
19239 \f
19240 ;; Local Variables:
19241 ;; mode: change-log
19242 ;; left-margin: 8
19243 ;; fill-column: 74
19244 ;; version-control: never
19245 ;; End:
19246
19247 Copyright 2014-2020 Free Software Foundation, Inc.
19248 Copying and distribution of this file, with or without modification,
19249 are permitted provided the copyright notice and this notice are preserved.
This page took 0.401949 seconds and 5 git commands to generate.