[gdb/testsuite] Compile dwzbuildid-mismatch more quietly
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-04-24 Tom de Vries <tdevries@suse.de>
2
3 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4 flags.
5
6 2020-04-24 Tom de Vries <tdevries@suse.de>
7
8 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
9
10 2020-04-24 Tom de Vries <tdevries@suse.de>
11
12 * lib/gdb.exp (default_gdb_start): Handle eof.
13 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
14 failure.
15 * gdb.base/readnever.exp: Handle clean_restart failure.
16
17 2020-04-23 Tom de Vries <tdevries@suse.de>
18
19 * gdb.base/decl-before-def.exp: Run to main and print a again.
20
21 2020-04-23 Tom de Vries <tdevries@suse.de>
22
23 * gdb.base/decl-before-def-decl.c: New test.
24 * gdb.base/decl-before-def-def.c: New test.
25 * gdb.base/decl-before-def.exp: New file.
26
27 2020-04-23 Tom de Vries <tdevries@suse.de>
28
29 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
30
31 2020-04-22 Tom de Vries <tdevries@suse.de>
32
33 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
34 debug_info_offset.
35 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
36 before $objsfile in the line line.
37
38 2020-04-22 Tom de Vries <tdevries@suse.de>
39
40 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
41
42 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
43
44 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
45 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
46 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
47 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
48 * gdb.base/jit-protocol.h: Update definitions to match all usage
49 contexts.
50
51 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
52
53 * gdb.base: Rename all jit related test and source files.
54
55 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
56
57 * gdb.base/jit-reader.exp: Relax register output check.
58
59 2020-04-22 Tom de Vries <tdevries@suse.de>
60
61 PR symtab/25764
62 * gdb.base/psym-external-decl-2.c: New test.
63 * gdb.base/psym-external-decl.c: New test.
64 * gdb.base/psym-external-decl.exp: New file.
65 * gdb.threads/tls.exp: Add PR25807 kfail.
66
67 2020-04-22 Tom de Vries <tdevries@suse.de>
68
69 PR symtab/25801
70 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
71 in "info source" output.
72
73 2020-04-22 Tom de Vries <tdevries@suse.de>
74
75 PR symtab/25700
76 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
77 symtab for imported_unit.c.
78
79 2020-04-21 Gary Benson <gbenson@redhat.com>
80
81 * gdb.base/advance.c (func): New argument, to match call site.
82 (func2, func3): Add return statements.
83
84 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
85
86 * gdb.multi/run-only-second-inf.c: New file.
87 * gdb.multi/run-only-second-inf.exp: New file.
88
89 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
90
91 * gdb.btrace/multi-inferior.c: New test.
92 * gdb.btrace/multi-inferior.exp: New file.
93
94 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
95
96 * gdb.btrace/enable-new-thread.c: New test.
97 * gdb.btrace/enable-new-thread.exp: New file.
98
99 2020-04-21 Tom de Vries <tdevries@suse.de>
100
101 PR gdb/25471
102 * gdb.threads/killed-outside.c: New test.
103 * gdb.threads/killed-outside.exp: New file.
104
105 2020-04-20 Gary Benson <gbenson@redhat.com>
106
107 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
108 * gdb.base/nested-subp2.exp: Likewise.
109 * gdb.base/nested-subp3.exp: Likewise.
110
111 2020-04-20 Gary Benson <gbenson@redhat.com>
112
113 * gdb.base/nested-subp1.exp: Disable test when using clang.
114 * gdb.base/nested-subp2.exp: Likewise.
115 * gdb.base/nested-subp3.exp: Likewise.
116
117 2020-04-20 Gary Benson <gbenson@redhat.com>
118
119 * gdb.cp/exception.cc: Fix compilation error with clang.
120
121 2020-04-20 Gary Benson <gbenson@redhat.com>
122
123 * gdb.trace/tspeed.c: Fix compilation error with clang.
124
125 2020-04-20 Gary Benson <gbenson@redhat.com>
126
127 * gdb.base/jit-main.c: Fix compilation error with clang.
128
129 2020-04-17 Kamil Rytarowski <n54@gmx.com>
130
131 * gdb.base/attach-twice.c: Include "sys/types.h".
132 (PTRACE_ATTACH): Add fallback definition.
133 (main): Pass `0' to the 4th argument of `ptrace'.
134
135 2020-04-17 Kamil Rytarowski <n54@gmx.com>
136
137 * gdb.base/fork-running-state.c: Include "signal.h".
138
139 2020-04-17 Tom Tromey <tromey@adacore.com>
140
141 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
142 Update tests.
143 * gdb.btrace/cpu.exp: Update tests.
144 * gdb.base/maint.exp: Update tests.
145 * gdb.base/default.exp: Update tests.
146 * gdb.base/completion.exp: Update tests.
147
148 2020-04-16 Tom de Vries <tdevries@suse.de>
149
150 PR symtab/25791
151 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
152 (ensure_gdb_index): and factor out and move ...
153 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
154 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
155
156 2020-04-16 Tom de Vries <tdevries@suse.de>
157
158 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
159 loading exec.
160
161 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
162
163 * gdb.base/many-completions.exp: New file.
164
165 2020-04-14 Tom de Vries <tdevries@suse.de>
166
167 PR symtab/25718
168 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
169
170 2020-04-14 Tom de Vries <tdevries@suse.de>
171
172 PR symtab/25720
173 * gdb.base/maint-expand-symbols-header-file.c: New test.
174 * gdb.base/maint-expand-symbols-header-file.exp: New file.
175 * gdb.base/maint-expand-symbols-header-file.h: New test.
176
177 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
178
179 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
180 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
181 get_func_info.
182 (get_func_info): Delete.
183 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
184 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
185 * lib/dwarf.exp (get_func_info): New function.
186
187 2020-04-13 Tom de Vries <tdevries@suse.de>
188
189 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
190 to what find_gnatmake does.
191
192 2020-04-10 Tom de Vries <tdevries@suse.de>
193
194 * gdb.base/style.exp: Expect "Expanding full symbols" message for
195 -readnow.
196
197 2020-04-10 Tom de Vries <tdevries@suse.de>
198
199 PR cli/25808
200 * gdb.base/style.c: Add leading newlines.
201 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
202 Check listing of main's one-line body.
203
204 2020-04-08 Tom de Vries <tdevries@suse.de>
205
206 * lib/gdb.exp (psymtabs_p): New proc.
207 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
208 importing unit" unsupported if there are no partial symbols.
209
210 2020-04-08 Tom de Vries <tdevries@suse.de>
211
212 PR testsuite/25760
213 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
214
215 2020-04-07 Tom de Vries <tdevries@suse.de>
216
217 PR symtab/25796
218 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
219
220 2020-04-07 Tom de Vries <tdevries@suse.de>
221
222 * gdb.base/check-psymtab.c: New test.
223 * gdb.base/check-psymtab.exp: New file.
224
225 2020-04-06 Tom Tromey <tromey@adacore.com>
226
227 * gdb.ada/variant-record/proc.adb: New file.
228 * gdb.ada/variant-record/value.adb: New file.
229 * gdb.ada/variant-record/value.s: New file.
230 * gdb.ada/variant-record.exp: New file.
231
232 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
233
234 PR gdb/25325
235 * gdb.cp/typed-enum.cc: New test.
236 * gdb.cp/typed-enum.exp: New file.
237
238 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
239
240 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
241 * gdb.dwarf2/dw2-inline-small-func.c: New file.
242 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
243 * gdb.dwarf2/dw2-inline-small-func.h: New file.
244 * gdb.opt/inline-small-func.c: New file.
245 * gdb.opt/inline-small-func.exp: New file.
246 * gdb.opt/inline-small-func.h: New file.
247
248 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
251 function.
252
253 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
254
255 * lib/dwarf.exp (function_range): Allow compiler options to be
256 specified.
257
258 2020-04-02 Tom de Vries <tdevries@suse.de>
259
260 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
261 __attribute__((always_inline)).
262 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
263
264 2020-04-02 Tom de Vries <tdevries@suse.de>
265
266 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
267 (gdbserver_gdb_exit): ... here. Add timeout warning.
268 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
269 (connect_target_extended_remote): Append new server_spawn_id to
270 server_spawn_ids.
271 (cleanup): New proc.
272 (setup, <toplevel>): Call cleanup.
273
274 2020-04-02 Tom de Vries <tdevries@suse.de>
275
276 * gdb.base/main-psymtab.exp: New file.
277
278 2020-04-02 Tom de Vries <tdevries@suse.de>
279
280 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
281
282 2020-04-01 Tom Tromey <tom@tromey.com>
283
284 * gdb.base/complex-parts.exp: Add type tests.
285
286 2020-04-01 Tom Tromey <tom@tromey.com>
287
288 * gdb.base/complex-parts.exp: Add arithmetic tests.
289
290 2020-04-01 Tom Tromey <tom@tromey.com>
291
292 * gdb.compile/compile.exp: Update.
293 * gdb.compile/compile-cplus.exp: Update.
294 * gdb.base/varargs.exp: Update.
295 * gdb.base/floatn.exp: Update.
296 * gdb.base/endianity.exp: Update.
297 * gdb.base/callfuncs.exp (do_function_calls): Update.
298 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
299 (complex_float_integral_args): Update.
300 * gdb.base/complex.exp: Update.
301 * gdb.base/complex-parts.exp: Update.
302
303 2020-04-01 Tom Tromey <tromey@adacore.com>
304
305 * gdb.rust/union.rs: New file.
306 * gdb.rust/union.exp: New file.
307 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
308 (main): Update.
309 * gdb.rust/simple.exp: Move union tests to union.exp.
310
311 2020-04-01 Tom Tromey <tromey@adacore.com>
312
313 * gdb.rust/simple.rs (main): Remove "y0".
314
315 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
316
317 * gdb.multi/stop-all-on-exit.c: New test.
318 * gdb.multi/stop-all-on-exit.exp: New file.
319
320 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
321
322 PR gdb/24789
323 * gdb.cp/misc.cc: Add integer reference variable.
324 * gdb.cp/misc.exp: Add test.
325
326 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
327
328 * gdb.server/stop-reply-no-thread.exp: Enhance the test
329 scenario to cover execution until the end and also the case
330
331 2020-03-31 Tom de Vries <tdevries@suse.de>
332
333 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
334 c. Use "maint info symtabs" to check symtab expansion.
335
336 2020-03-30 Tom de Vries <tdevries@suse.de>
337
338 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
339 unsupported.
340 (verify_psymtab_expanded): Move ...
341 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
342 test.
343 (readnow): New proc.
344
345 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
346
347 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
348 with $hex.
349
350 2020-03-20 Tom Tromey <tromey@adacore.com>
351
352 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
353
354 2020-03-20 Tom Tromey <tromey@adacore.com>
355
356 * gdb.ada/sub_variant/subv.adb: New file.
357 * gdb.ada/sub_variant.exp: New file.
358
359 2020-03-20 Tom de Vries <tdevries@suse.de>
360
361 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
362 first break fails.
363 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
364
365 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 * gdb.server/exit-multiple-threads.c: New file.
368 * gdb.server/exit-multiple-threads.exp: New file.
369
370 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
371
372 * gdb.fortran/mixed-lang-stack.c: New file.
373 * gdb.fortran/mixed-lang-stack.cpp: New file.
374 * gdb.fortran/mixed-lang-stack.exp: New file.
375 * gdb.fortran/mixed-lang-stack.f90: New file.
376
377 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * gdb.linespec/cp-completion-aliases.cc: New file.
380 * gdb.linespec/cp-completion-aliases.exp: New file.
381
382 2020-03-19 Tom de Vries <tdevries@suse.de>
383
384 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
385 more precise.
386
387 2020-03-18 Tom de Vries <tdevries@suse.de>
388
389 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
390 * gdb.dwarf2/break-inline-psymtab.c: New test.
391 * gdb.dwarf2/break-inline-psymtab.exp: New file.
392
393 2020-03-16 Tom de Vries <tdevries@suse.de>
394
395 * lib/cache.exp (gdb_do_cache): Add and handle local variables
396 cache_verify and cache_verify_proc.
397
398 2020-03-15 Tom de Vries <tdevries@suse.de>
399
400 * gdb.server/solib-list.exp: Handle
401 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
402
403 2020-03-15 Tom de Vries <tdevries@suse.de>
404
405 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
406 objfiles".
407
408 2020-03-14 Tom Tromey <tom@tromey.com>
409
410 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
411
412 2020-03-14 Tom de Vries <tdevries@suse.de>
413
414 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
415
416 2020-03-14 Tom de Vries <tdevries@suse.de>
417
418 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
419 result in line-by-line fashion.
420
421 2020-03-14 Tom de Vries <tdevries@suse.de>
422
423 * lib/gdb.exp (supports_statement_frontiers): New proc.
424 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
425
426 2020-03-14 Tom de Vries <tdevries@suse.de>
427
428 * gdb.base/printcmds.exp: Add missing quoting for "print
429 teststring2".
430
431 2020-03-13 Tom Tromey <tom@tromey.com>
432
433 * gdb.base/printcmds.exp (test_print_strings): Add regression
434 test.
435 * gdb.base/printcmds.c (charptr): New typedef.
436 (teststring2): New global.
437
438 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 * gdb.base/break-interp.exp: Use the tail of the filename, not the
441 full path in the test name.
442 (test_ld): Add some with_test_prefix blocks to make test names
443 unique.
444
445 2020-03-13 Tom de Vries <tdevries@suse.de>
446
447 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
448
449 2020-03-13 Tom de Vries <tdevries@suse.de>
450
451 * gdb.mi/mi-sym-info.exp: Make matching more precise.
452
453 2020-03-13 Tom de Vries <tdevries@suse.de>
454
455 PR symtab/25646
456 * gdb.dwarf2/imported-unit.exp: Add test.
457
458 2020-03-13 Tom de Vries <tdevries@suse.de>
459
460 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
461 (var1, var2): New variable.
462 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
463 matching symbols.
464
465 2020-03-13 Tom de Vries <tdevries@suse.de>
466
467 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
468 (Term::command): Use prompt prefix.
469 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
470 * gdb.tui/tui-layout-asm-short-prog.exp: Use
471 command_no_prompt_prefix instead of prefix.
472 * gdb.tui/tui-layout-asm.exp: Same.
473
474 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
475
476 * gdb.base/break-interp.exp: Use foreach_with_prefix.
477
478 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
479
480 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
481 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
482 on" while stepping over the test instruction, match printed
483 message.
484
485 2020-03-12 Tom de Vries <tdevries@suse.de>
486
487 * gdb.base/info-types.exp: Use exp_continue during matching of output
488 of "info types".
489
490 2020-03-12 Tom de Vries <tdevries@suse.de>
491
492 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
493
494 2020-03-12 Tom de Vries <tdevries@suse.de>
495
496 * gdb.fortran/module.exp: Use exp_continue during matching of output
497 of "info variable -n".
498
499 2020-03-12 Tom de Vries <tdevries@suse.de>
500
501 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
502 gdb.dwarf2/dw2-ranges-base.c.
503
504 2020-03-12 Tom de Vries <tdevries@suse.de>
505
506 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
507 in presence of GLIBC debuginfo.
508
509 2020-03-12 Tom de Vries <tdevries@suse.de>
510
511 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
512 $core.
513
514 2020-03-12 Tom de Vries <tdevries@suse.de>
515
516 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
517 more precise.
518
519 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
520
521 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
522 from Unix to Windows path.
523
524 2020-03-11 Tom de Vries <tdevries@suse.de>
525
526 * gdb.ada/minsyms.exp: Set language to ada.
527
528 2020-03-11 Tom de Vries <tdevries@suse.de>
529
530 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
531
532 2020-03-11 Tom de Vries <tdevries@suse.de>
533
534 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
535
536 2020-03-11 Tom Tromey <tromey@adacore.com>
537
538 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
539
540 2020-03-11 Tom de Vries <tdevries@suse.de>
541
542 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
543
544 2020-03-11 Tom de Vries <tdevries@suse.de>
545
546 * gdb.base/break-interp.exp: Limit verbose scope.
547
548 2020-03-11 Tom de Vries <tdevries@suse.de>
549
550 * gdb.fortran/logical.f90: Define variable with character type.
551 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
552
553 2020-03-11 Tom de Vries <tdevries@suse.de>
554
555 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
556
557 2020-03-11 Tom de Vries <tdevries@suse.de>
558
559 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
560 symtabs.
561
562 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
563 Bernd Edlinger <bernd.edlinger@hotmail.de>
564
565 * gdb.cp/step-and-next-inline.cc: New file.
566 * gdb.cp/step-and-next-inline.exp: New file.
567 * gdb.cp/step-and-next-inline.h: New file.
568 * gdb.dwarf2/dw2-is-stmt.c: New file.
569 * gdb.dwarf2/dw2-is-stmt.exp: New file.
570 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
571 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
572 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
573
574 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
575
576 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
577 is-stmt flag in the line table.
578
579 2020-03-09 Tom de Vries <tdevries@suse.de>
580
581 * lib/gdb.exp (cached_file): Create cache dir.
582
583 2020-03-07 Tom de Vries <tdevries@suse.de>
584
585 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
586 * gdb.cp/rvalue-ref-params.exp: Same.
587
588 2020-03-06 Tom de Vries <tdevries@suse.de>
589
590 * lib/gdb.exp (tentative_rename, cached_file): New proc.
591 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
592
593 2020-03-06 Tom de Vries <tdevries@suse.de>
594
595 * README: Fix "the the".
596 * gdb.base/dprintf.exp: Same.
597
598 2020-03-05 Tom de Vries <tdevries@suse.de>
599
600 * gdb.base/maint.exp: Update "main print statistics" expected output.
601
602 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
603
604 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
605 (fortran_int8): Likewise.
606 (fortran_real4): Likewise.
607 (fortran_real8): Likewise.
608 (fortran_complex4): Likewise.
609 (fortran_logical4): Likewise.
610 (fortran_character1): Likewise.
611
612 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
613
614 * gdb.fortran/logical.exp: Add tests that any non-zero value is
615 printed as true.
616
617 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
618
619 * gdb.base/printcmds.exp: Add test to verify printf of a
620 variable holding an address.
621
622 2020-03-03 Tom de Vries <tdevries@suse.de>
623
624 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
625
626 2020-03-03 Tom de Vries <tdevries@suse.de>
627
628 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
629 gdb_test_multiple call.
630
631 2020-03-03 Tom de Vries <tdevries@suse.de>
632
633 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
634 gdb_test_multiple calls.
635
636 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
637
638 * gdb.base/default.exp: Remove test of 'set history filename'.
639 * gdb.base/gdbinit-history.exp: Add tests for setting the history
640 filename to the empty string.
641 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
642 and GDBHISTSIZE.
643
644 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
645
646 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
647 disabled.
648
649 2020-03-02 Pedro Alves <palves@redhat.com>
650 Tom de Vries <tdevries@suse.de>
651
652 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
653 -prompt prefix, before user_code argument. Add -lbl option likewise.
654 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
655 (gdb_is_target_1): Add -prompt prefix and move to before user_code
656 argument.
657 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
658 have "\r\n" at start-of-line, instead of at end-of-line.
659
660 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
661
662 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
663 libinproctrace.so.
664
665 2020-02-28 Luis Machado <luis.machado@linaro.org>
666
667 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
668 to "p/x".
669
670 2020-02-28 Luis Machado <luis.machado@linaro.org>
671
672 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
673 asm/ptrace.h and error.h.
674
675 2020-02-28 Tom de Vries <tdevries@suse.de>
676
677 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
678 (struct wrapper, do_something, mundane/symada__cS): Move ...
679 * gdb.base/c-linkage-name-2.c: ... here. New source file.
680 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
681 Update "print symada__cS before partial symtab expansion" regexp.
682 Update breakpoint location. Flush symbol cache after expansion.
683
684 2020-02-28 Luis Machado <luis.machado@linaro.org>
685
686 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
687
688 2020-02-27 Tom de Vries <tdevries@suse.de>
689
690 * config/sid.exp: Remove unused globals.
691 * gdb.base/attach.exp: Same.
692 * gdb.base/catch-load.exp: Same.
693 * gdb.base/dbx.exp: Same.
694 * lib/gdb.exp: Same.
695 * lib/mi-support.exp: Same.
696 * lib/prompt.exp: Same.
697
698 2020-02-27 Tom de Vries <tdevries@suse.de>
699
700 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
701 not set.
702
703 2020-02-26 Aaron Merey <amerey@redhat.com>
704
705 * gdb.debuginfod: New directory for debuginfod tests.
706 * gdb.debuginfod/main.c: New test file.
707 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
708
709 2020-02-26 Tom de Vries <tdevries@suse.de>
710
711 PR gdb/25603
712 * gdb.base/persistent-lang.cc: New test.
713 * gdb.base/persistent-lang.exp: New file.
714
715 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
716
717 * gdb.fortran/derived-type-striding.exp: Add a new test.
718 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
719 new test.
720
721 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
722
723 * gdb.base/cached-source-file.exp: Avoid source file paths in test
724 names.
725
726 2020-02-25 Tom de Vries <tdevries@suse.de>
727
728 PR go/18926
729 * gdb.go/methods.exp: Remove gcc/93866 xfail.
730
731 2020-02-24 Tom de Vries <tdevries@suse.de>
732
733 PR gdb/25592
734 * gdb.base/info-locals-unused-static-var.c: New test.
735 * gdb.base/info-locals-unused-static-var.exp: New file.
736
737 2020-02-22 Tom Tromey <tom@tromey.com>
738
739 * gdb.python/tui-window.exp: New file.
740 * gdb.python/tui-window.py: New file.
741
742 2020-02-22 Tom Tromey <tom@tromey.com>
743
744 PR tui/17850:
745 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
746 tests.
747
748 2020-02-22 Tom Tromey <tom@tromey.com>
749
750 * gdb.tui/new-layout.exp: Add sub-layout tests.
751
752 2020-02-22 Tom Tromey <tom@tromey.com>
753
754 * gdb.tui/new-layout.exp: New file.
755
756 2020-02-22 Tom Tromey <tom@tromey.com>
757
758 * gdb.rust/rust-style.rs: New file.
759 * gdb.rust/rust-style.exp: New file.
760 * gdb.base/style.exp: Test structure printing.
761 * gdb.base/style.c (struct some_struct): New type.
762 (enum etype): New type.
763 (struct_value): New global.
764
765 2020-02-21 Tom de Vries <tdevries@suse.de>
766
767 PR go/18926
768 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
769 Remove blanket xfails. Use message argument for gdb_breakpoint.
770 Make continuing to breakpoint test conditional on setting breakpoint.
771 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
772 DW_AT_name attribute. Add xfail for GCC PR93866.
773
774 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
775
776 * gdb.dwarf2/cpp-linkage-name.c: New file.
777 * gdb.dwarf2/cpp-linkage-name.exp: New file.
778
779 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
780
781 * lib/gdb.exp (gdb_wrapper_init): Reset
782 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
783 not exist.
784
785 2020-02-20 Tom de Vries <tdevries@suse.de>
786
787 PR go/17018
788 * gdb.go/hello.exp: Copy ...
789 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
790 print of st to print value of global definition. Add xfail for GCC
791 PR93844.
792 * gdb.go/hello.exp: Remove printing of st before definition.
793 * gdb.go/hello.go: Copy ...
794 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
795 to st.
796 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
797
798 2020-02-20 Tom de Vries <tdevries@suse.de>
799
800 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
801 (gdb_simple_compile): Handle compile_flags go by using .go extension
802 for source file.
803 * gdb.go/chan.exp: Use support_go_compile.
804 * gdb.go/handcall.exp: Same.
805 * gdb.go/hello.exp: Same.
806 * gdb.go/integers.exp: Same.
807 * gdb.go/max-depth.exp: Same.
808 * gdb.go/methods.exp: Same.
809 * gdb.go/package.exp: Same.
810 * gdb.go/strings.exp: Same.
811 * gdb.go/types.exp: Same.
812 * gdb.go/unsafe.exp: Same.
813
814 2020-02-19 Tom de Vries <tdevries@suse.de>
815
816 * gdb.python/lib-types.exp: Make xfail more strict.
817
818 2020-02-19 Tom de Vries <tdevries@suse.de>
819
820 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
821
822 2020-02-19 Doug Evans <dje@google.com>
823
824 PR rust/25535
825 * gdb.rust/simple.exp: Add test.
826 * gdb.rust/simple.rs: Add test.
827
828 2020-02-19 Tom de Vries <tdevries@suse.de>
829
830 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
831 output line-by-line.
832
833 2020-02-19 Tom de Vries <tdevries@suse.de>
834
835 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
836
837 2020-02-19 Tom de Vries <tdevries@suse.de>
838
839 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
840 prelink.
841
842 2020-02-19 Tom de Vries <tdevries@suse.de>
843
844 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
845 (gdb_do_cache): Use gdb_do_cache_wrap.
846 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
847
848 2020-02-19 Tom de Vries <tdevries@suse.de>
849
850 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
851 gdb_compile option.
852
853 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
854
855 * gdb.base/printcmds.exp (test_print_enums): Update expected
856 output.
857
858 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
859
860 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
861 for "unknown".
862
863 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
864
865 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
866 enumerator.
867
868 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
869
870 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
871 FE_, add FE_NONE.
872 (three): Update.
873 (enum flag_enum_without_zero): New enum.
874 (flag_enum_without_zero): New variable.
875 (enum not_flag_enum): New enum.
876 (three_not_flag): New variable.
877 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
878 (test_print_enums): Add more tests for printing flag enums.
879
880 2020-02-18 Tom de Vries <tdevries@suse.de>
881
882 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
883 (gdb_compile_ada): ... here.
884 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
885 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
886
887 2020-02-14 Tom Tromey <tom@tromey.com>
888
889 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
890 build directory.
891 * boards/gdbserver-base.exp: Update path to gdbserver.
892
893 2020-02-13 Tom de Vries <tdevries@suse.de>
894
895 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
896
897 2020-02-13 Tom de Vries <tdevries@suse.de>
898
899 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
900 are missing.
901
902 2020-02-13 Tom de Vries <tdevries@suse.de>
903
904 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
905 call.
906
907 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
908
909 PR tui/25126
910 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
911 * gdb.base/cached-source-file.c: New file.
912 * gdb.base/cached-source-file.exp: New file.
913
914 2020-02-11 Tom de Vries <tdevries@suse.de>
915
916 PR testsuite/25488
917 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
918
919 2020-02-10 Tom de Vries <tdevries@suse.de>
920
921 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
922
923 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
924
925 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
926 and $after_addr are both integers before making a comparison.
927
928 2020-02-09 Tom de Vries <tdevries@suse.de>
929
930 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
931 command output and paste it into gdb.log. If any, paste catch message
932 to gdb.log.
933
934 2020-02-07 Tom Tromey <tromey@adacore.com>
935
936 PR breakpoints/24915:
937 * gdb.base/annotate-symlink.exp: Use setup_xfail.
938
939 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
940
941 * gdb.tui/tui-missing-src.exp: Add the "missing source
942 file" test for the TUI.
943
944 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
945
946 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
947 including a port number in the output.
948
949 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
950
951 * lib/fortran.exp (fortran_int4): Handle clang.
952 (fortran_int8): Likewise.
953 (fortran_real4): Likewise.
954 (fortran_real8): Likewise.
955 (fortran_complex4): Likewise.
956 (fortran_logical4): Likewise.
957 (fortran_character1): Likewise.
958
959 2020-02-04 Tom de Vries <tdevries@suse.de>
960
961 * README (Race detection): Add note.
962
963 2020-02-04 Tom de Vries <tdevries@suse.de>
964
965 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
966
967 2020-02-04 Tom de Vries <tdevries@suse.de>
968
969 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
970
971 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
972
973 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
974 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
975 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
976 blttar, bnetarl.
977 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
978 binary for blttar, bnetarl.
979 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
980 wait instruction. Delete ldmx test.
981 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
982
983 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
984
985 * gdb.fortran/array-bounds-high.exp: New file.
986 * gdb.fortran/array-bounds-high.f90: New file.
987
988 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
989
990 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
991 Replace #include of <sys/fcntl.h> by <fcntl.h>.
992
993 2020-02-01 Tom de Vries <tdevries@suse.de>
994
995 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
996
997 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 PR tui/9765
1000 * gdb.tui/tui-layout-asm-short-prog.S: New file.
1001 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
1002
1003 2020-01-29 Luis Machado <luis.machado@linaro.org>
1004
1005 * gdb.arch/aarch64-brk-patterns.c: New source file.
1006 * gdb.arch/aarch64-brk-patterns.exp: New test.
1007
1008 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1009
1010 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
1011 GCC/Clang version.
1012 * gdb.cp/pass-by-ref.exp: Ditto.
1013
1014 2020-01-29 Tom de Vries <tdevries@suse.de>
1015
1016 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
1017 * gdb.threads/watchpoint-fork-mt.c: Same.
1018 * gdb.threads/watchpoint-fork-parent.c: Same.
1019 * gdb.threads/watchpoint-fork-st.c: Same.
1020 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
1021
1022 2020-01-27 Luis Machado <luis.machado@linaro.org>
1023
1024 * gdb.base/step-over-syscall.exp (setup): Check if we're already
1025 sitting at a syscall instruction when we hit the syscall function's
1026 breakpoint.
1027 Check PC against one obtained with the x command.
1028 Validate syscall number.
1029 (step_over_syscall): Don't continue to the syscall instruction if
1030 we're already there.
1031
1032 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1033
1034 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
1035
1036 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1037
1038 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
1039 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
1040
1041 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1042
1043 * gdb.dwarf2/dw2-inline-stepping.c: New file.
1044 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
1045
1046 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * gdb.base/maint.exp: Update line table parsing test.
1049 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
1050
1051 2020-01-24 Pedro Alves <palves@redhat.com>
1052
1053 PR gdb/25410
1054 * gdb.multi/multi-re-run-1.c: New.
1055 * gdb.multi/multi-re-run-2.c: New.
1056 * gdb.multi/multi-re-run.exp: New.
1057
1058 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1059
1060 PR gdb/23718
1061 * gdb.server/server-kill-python.exp: New file.
1062
1063 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1064
1065 * gdb.server/multi-ui-errors.c: New file.
1066 * gdb.server/multi-ui-errors.exp: New file.
1067
1068 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
1069
1070 PR tui/9765
1071 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
1072
1073 2020-01-19 Tom Tromey <tom@tromey.com>
1074
1075 * gdb.tui/main.exp: Add check for plain "file".
1076
1077 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1078
1079 * lib/gdb.exp: Fix spelling error (seperatelly).
1080
1081 2020-01-14 Tom Tromey <tom@tromey.com>
1082
1083 PR symtab/12535:
1084 * gdb.python/python.exp: Test decode_line with empty string
1085 argument.
1086
1087 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1088
1089 * gdb.base/skip-inline.exp: Extend test.
1090
1091 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1092
1093 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
1094 * gdb.dwarf2/dw2-bad-elf.c: New file.
1095 * gdb.dwarf2/dw2-bad-elf.exp: New file.
1096
1097 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1098
1099 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
1100 _line_saw_file.
1101
1102 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
1105 border.
1106
1107 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1108
1109 * gdb.multi/multi-target.exp (setup): Factor out "info
1110 connections" and "info inferiors" tests to ...
1111 (test_info_inferiors): ... this new procedure.
1112 (top level): Run new "info-inferiors" tests.
1113
1114 2020-01-10 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.server/bkpt-other-inferior.exp: New file.
1117
1118 2020-01-10 Pedro Alves <palves@redhat.com>
1119
1120 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
1121 of "add-inferior".
1122 * gdb.base/quit-live.exp: Likewise.
1123 * gdb.base/remote-exec-file.exp: Likewise.
1124 * gdb.guile/scm-progspace.exp: Likewise.
1125 * gdb.linespec/linespec.exp: Likewise.
1126 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1127 * gdb.mi/user-selected-context-sync.exp: Likewise.
1128 * gdb.multi/multi-target.exp (setup): Add "info connection" and
1129 "info inferiors" tests.
1130 * gdb.multi/remove-inferiors.exp: Adjust expected output of
1131 "add-inferior".
1132 * gdb.multi/watchpoint-multi.exp: Likewise.
1133 * gdb.python/py-inferior.exp: Likewise.
1134 * gdb.server/extended-remote-restart.exp: Likewise.
1135 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
1136 "info inferiors".
1137 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1138 * gdb.trace/report.exp: Likewise.
1139
1140 2020-01-10 Pedro Alves <palves@redhat.com>
1141
1142 * gdb.multi/multi-target.c: New file.
1143 * gdb.multi/multi-target.exp: New file.
1144 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
1145 mode requested, but remote does not support non-stop".
1146
1147 2020-01-10 Pedro Alves <palves@redhat.com>
1148
1149 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
1150 disconnect before reconnecting.
1151
1152 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1153 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.server/connect-without-multi-process.exp: Also test
1156 continuing to end.
1157
1158 2020-01-10 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.base/remote-exec-file.exp: New file.
1161
1162 2020-01-10 Pedro Alves <palves@redhat.com>
1163
1164 * gdb.base/fork-running-state.exp (do_test): Adjust expected
1165 output.
1166 * gdb.threads/async.c: New.
1167 * gdb.threads/async.exp: New.
1168 * gdb.multi/tids-gid-reset.c: New.
1169 * gdb.multi/tids-gid-reset.exp: New.
1170
1171 2020-01-10 George Barrett <bob@bob131.so>
1172
1173 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
1174 to help in finding the image relocation offset.
1175 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
1176 options in arguments.
1177 (stap_test_no_debuginfo): Likewise.
1178 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
1179 test variants.
1180 (stap_test): Add null semaphore relocation test.
1181
1182 2020-01-10 George Barrett <bob@bob131.so>
1183
1184 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
1185 * gdb.base/stap-probe.exp: Likewise.
1186 (stap_test): Pass argument as an additional flag.
1187 (stap_test_no_debuginfo): Likewise.
1188 (stap_test): Check `info probes stap' output for semaphore
1189 addresses if the test binary is supposed to have them.
1190
1191 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * gdb.tui/basic.exp: Add more scrolling tests.
1194
1195 2020-01-09 Tom Tromey <tom@tromey.com>
1196
1197 PR tui/18932:
1198 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
1199 meangingful value.
1200 (Term::command, Term::resize): Update.
1201 * gdb.tui/basic.exp: Add scrolling test.
1202
1203 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1204
1205 * gdb.tui/tui-layout-asm.exp: New file.
1206
1207 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1208
1209 * lib/tuiterm.exp (Term::check_box_contents): New proc.
1210
1211 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1212
1213 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
1214 (Term::enter_tui): Use Term::prepare_for_tui.
1215
1216 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1217
1218 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
1219 called.
1220
1221 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1222
1223 * gdb.base/skip.exp: Fix race condition in test.
1224
1225 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1226
1227 * gdb.base/backtrace.c: New file.
1228 * gdb.base/backtrace.exp: New file.
1229
1230 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
1231
1232 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
1233
1234 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1235
1236 * gdb.base/style.exp: Test that warnings are styled.
1237
1238 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
1239
1240 * gdb.base/line65535.exp: New file.
1241 * gdb.base/line65535.c: New file.
1242
1243 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
1244
1245 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
1246 * lib/gnat_debug_info_test.adb: New file.
1247 * gdb.ada/ptype_tagged_param.exp: Use
1248 gnat_runtime_has_debug_info, expect a different output if
1249 runtime does not have debug info.
1250
1251 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1252
1253 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
1254 (another) quote in test name.
1255
1256 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
1257
1258 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
1259 Add quote in test name.
1260
1261 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1262
1263 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
1264 directory instead.
1265 * gdb.cp/pass-by-ref.exp: Extend with more cases.
1266 * gdb.cp/pass-by-ref-2.cc: New file.
1267 * gdb.cp/pass-by-ref-2.exp: New file.
1268
1269 2019-12-20 Tom Tromey <tom@tromey.com>
1270
1271 * gdb.tui/list-before.exp: New file.
1272
1273 2019-12-20 Tom Tromey <tom@tromey.com>
1274
1275 * gdb.tui/list.exp: Check for source on initial listing.
1276
1277 2019-12-11 Tom Tromey <tromey@adacore.com>
1278
1279 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
1280 Add crlf test.
1281
1282 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
1283
1284 * gdb.base/default.exp: Update value of $_gdb_major.
1285
1286 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1287
1288 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
1289
1290 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
1291
1292 * gdb.base/skip.exp: Whitespace fix.
1293
1294 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
1295
1296 * gdb.base/skip-inline.c: New file.
1297 * gdb.base/skip-inline.exp: New file.
1298
1299 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
1300
1301 * gdb.base/jit-reader.exp (jit_reader_test): Rename
1302 jit_function_00 to jit_function_stack_mangle.
1303 * gdb.base/jithost.c (jit_function_t): Rename to...
1304 (jit_function_stack_mangle_t): ... this.
1305 (jit_function_add_t): New typedef.
1306 (jit_function_00_code): Rename to...
1307 (jit_function_stack_mangle_code): ... this, make static.
1308 (jit_function_add_code): New.
1309 (main): Generate "add" function and call it. Adjust to changes
1310 in jithost_abi.
1311 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
1312 (struct jithost_abi) <begin, end>: Remove fields.
1313 <object, function_stack_mangle, function_add>: New fields.
1314 * gdb.base/jitreader.c (struct reader_state) <code_begin,
1315 code_end>: Remove fields.
1316 <func_stack_mangle>: New field.
1317 (read_debug_info): Adjust to renaming, create block for "add"
1318 function.
1319 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
1320
1321 2019-12-11 Tom Tromey <tom@tromey.com>
1322
1323 * gdb.tui/resize.exp: Fix regexp.
1324 * gdb.tui/regs.exp: Fix regexps.
1325 * gdb.tui/main.exp: Fix regexp.
1326
1327 2019-12-11 Tom Tromey <tom@tromey.com>
1328
1329 * gdb.tui/resize.exp: Update.
1330 * gdb.tui/empty.exp (layouts): Update.
1331
1332 2019-12-11 Tom Tromey <tom@tromey.com>
1333
1334 * gdb.tui/regs.exp: Update.
1335 * gdb.tui/empty.exp (layouts): Update.
1336 * gdb.tui/basic.exp: Update.
1337 * lib/tuiterm.exp (_check_box): Don't check bottom border.
1338
1339 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1340
1341 * gdb.base/options.exp: Add -raw-values in the print completion list.
1342 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
1343
1344 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1345
1346 * gdb.threads/omp-par-scope.c: New file.
1347 * gdb/threads/omp-par-scope.exp: New file.
1348
1349 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1350
1351 * lib/gdb.exp (support_nested_function_tests): New proc.
1352
1353 2019-12-10 Kevin Buettner <kevinb@redhat.com>
1354
1355 * lib/gdb.exp (gdb_compile_openmp): New proc.
1356 (build_executable_from_specs): Add an "openmp" option.
1357 (gdb_compile_pthreads): Add non-executable case.
1358
1359 2019-12-10 Tom Tromey <tromey@adacore.com>
1360
1361 * gdb.ada/unchecked_union.exp: New file.
1362 * gdb.ada/unchecked_union/pck.adb: New file.
1363 * gdb.ada/unchecked_union/pck.ads: New file.
1364 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
1365 * gdb-utils.exp (string_to_regexp): Also quote "?".
1366
1367 2019-12-10 George Barrett <bob@bob131.so>
1368
1369 Test scripted probe breakpoints.
1370 * gdb.guile/scm-breakpoint.c (main): Add probe point.
1371 * gdb.python/py-breakpoint.c (main): Likewise.
1372 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
1373 specifier test.
1374 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
1375
1376 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1377
1378 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
1379 an rvalue parameter.
1380 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
1381 parameter.
1382
1383 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1384
1385 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
1386 modules.
1387
1388 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1389
1390 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
1391 broken version of GCC.
1392
1393 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
1394
1395 * gdb.fortran/info-modules.exp: Rewrite to make use of new
1396 sym-info-cmds library.
1397 * gdb.fortran/info-types.exp: Likewise.
1398 * lib/sym-info-cmds.exp: New file.
1399
1400 2019-12-08 Tom de Vries <tdevries@suse.de>
1401
1402 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
1403
1404 2019-12-07 Keith Seitz <keiths@redhat.com>
1405
1406 * gdb.base/corefile-buildid-shlib-shr.c: New file.
1407 * gdb.base/corefile-buildid-shlib.c: New file.
1408 * gdb.base/corefile-buildid.c: New file.
1409 * gdb.base/corefile-buildid.exp: New file.
1410
1411 2019-12-06 Tom de Vries <tdevries@suse.de>
1412
1413 * gdb.dwarf2/varval.exp: Add decl before def test.
1414
1415 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1416
1417 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
1418
1419 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1420
1421 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
1422 CV and reference conversion for overload resolution.
1423 * gdb.cp/rvalue-ref-overload.exp: Test it.
1424
1425 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1426
1427 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
1428 * gdb.base/frameapply.exp: Test faas without command.
1429
1430 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1431
1432 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
1433 Fortran tests.
1434 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
1435 order.
1436
1437 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1438
1439 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
1440 casting to type with no kind specified.
1441 (test_basic_parsing_of_type_kinds): Additional tests for types
1442 with no kind specified, and add tests for single/double
1443 precision/complex types.
1444
1445 2019-12-04 Tom Tromey <tromey@adacore.com>
1446
1447 * gdb.base/endianity.c (struct other) <x>: New field.
1448 (main): Initialize it.
1449 * gdb.base/endianity.exp: Update.
1450
1451 2019-12-04 Tom Tromey <tromey@adacore.com>
1452
1453 * gdb.ada/scalar_storage/storage.adb: New file.
1454 * gdb.ada/scalar_storage/pck.adb: New file.
1455 * gdb.ada/scalar_storage/pck.ads: New file.
1456 * gdb.ada/scalar_storage.exp: New file.
1457
1458 2019-12-04 Tom Tromey <tromey@adacore.com>
1459
1460 * gdb.base/endianity.c (struct otherendian) <f>: New field.
1461 (main): Initialize it.
1462 * gdb.base/endianity.exp: Update.
1463
1464 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
1467
1468 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
1469
1470 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
1471 -symbol-info-module-functions and -symbol-info-module-variables.
1472
1473 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1474
1475 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
1476
1477 2019-12-01 Richard Bunt <richard.bunt@arm.com>
1478 Andrew Burgess <andrew.burgess@embecosm.com>
1479
1480 * gdb.fortran/derived-type-striding.exp: New file.
1481 * gdb.fortran/derived-type-striding.f90: New file.
1482 * gdb.fortran/array-slices.exp: New file.
1483 * gdb.fortran/array-slices.f90: New file.
1484
1485 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1486
1487 * gdb.base/define.exp: Test . in command names.
1488 * gdb.base/setshow.exp: Update test, as . is now part of
1489 command name.
1490
1491 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1492
1493 * gdb.base/define-prefix.exp: New file.
1494
1495 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
1496
1497 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
1498 compile.
1499 (skip_btrace_pt_tests): Likewise.
1500
1501 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * gdb.fortran/info-modules.exp: Compile source files in correct
1504 order.
1505
1506 2019-11-27 Kevin Buettner <kevinb@redhat.com>
1507
1508 * gdb.dwarf2/imported-unit.exp: New file.
1509 * gdb.dwarf2/imported-unit.c: New file.
1510
1511 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1512
1513 * gdb.mi/mi-fortran-modules-2.f90: New file.
1514 * gdb.mi/mi-fortran-modules.exp: New file.
1515 * gdb.mi/mi-fortran-modules.f90: New file.
1516
1517 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
1518
1519 * gdb.mi/mi-sym-info-1.c: New file.
1520 * gdb.mi/mi-sym-info-2.c: New file.
1521 * gdb.mi/mi-sym-info.exp: New file.
1522
1523 2019-11-22 Tom Tromey <tromey@adacore.com>
1524
1525 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
1526 * gdb.ada/tasks/foo.adb: Add another stopping location.
1527
1528 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1529
1530 * gdb.base/endianity.c: New test.
1531 * gdb.base/endianity.exp: New file.
1532
1533 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
1534
1535 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
1536
1537 2019-11-21 Tom de Vries <tdevries@suse.de>
1538
1539 PR gdb/24956
1540 * gdb.base/ui-redirect.exp: Test output of user-defined command.
1541
1542 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1543
1544 * gdb.python/py-progspace.exp: Add missing parentheses on some
1545 'print' commands.
1546
1547 2019-11-19 Tom Tromey <tom@tromey.com>
1548
1549 * gdb.tui/winheight.exp: New file.
1550
1551 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1552
1553 * gdb.base/ctf-whatis.c: Delete.
1554 * gdb.base/ctf-whatis.exp: Delete.
1555 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
1556
1557 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1558
1559 * gdb.base/ctf-cvexpr.exp: Delete.
1560 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
1561
1562 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1563
1564 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
1565 the compiler. Clean up header comment a little.
1566 * gdb.base/ctf-ptype.exp: Likewise.
1567 * gdb.base/ctf-whatis.exp: Likewise.
1568 * lib/gdb.exp (skip_ctf_tests): New proc.
1569
1570 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1571
1572 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1573 * gdb.tui/corefile-run.exp: New file.
1574
1575 2019-11-14 Tom Tromey <tromey@adacore.com>
1576
1577 * gdb.base/gdbvars.exp (test_convenience_variables): Add
1578 regression tests.
1579
1580 2019-11-12 Tom Tromey <tom@tromey.com>
1581
1582 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
1583 after any command. Expect prompt after WAIT_FOR is seen.
1584 (enter_tui): Enable resize messages.
1585 (command): Expect command in output.
1586 (get_line): Avoid error when cursor appears to be off-screen.
1587 (dump_screen): Include screen size in title.
1588 (_do_resize): New proc, from "resize".
1589 (resize): Rewrite. Do resize in two steps.
1590 * gdb.tui/empty.exp (layouts): Fix entries.
1591 (check_boxes): Remove xfail.
1592 (check_text): Dump screen on failure.
1593
1594 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1595
1596 * gdb.python/py-symbol.exp: Add test for
1597 gdb.lookup_static_symbols.
1598
1599 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1600
1601 * gdb.python/py-symbol.c: Declare and call function from new
1602 py-symbol-2.c file.
1603 * gdb.python/py-symbol.exp: Compile both source files, and add new
1604 tests for gdb.lookup_static_symbol.
1605 * gdb.python/py-symbol-2.c: New file.
1606
1607 2019-11-02 Tom de Vries <tdevries@suse.de>
1608
1609 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1610 * gdb.base/anon.exp: Same.
1611 * gdb.base/auto-connect-native-target.exp: Same.
1612 * gdb.base/call-ar-st.exp: Same.
1613 * gdb.base/catch-syscall.exp: Same.
1614 * gdb.base/commands.exp: Same.
1615 * gdb.base/default.exp: Same.
1616 * gdb.base/display.exp: Same.
1617 * gdb.base/float.exp: Same.
1618 * gdb.base/foll-fork.exp: Same.
1619 * gdb.base/help.exp: Same.
1620 * gdb.base/info-macros.exp: Same.
1621 * gdb.base/info-proc.exp: Same.
1622 * gdb.base/info-target.exp: Same.
1623 * gdb.base/long_long.exp: Same.
1624 * gdb.base/macscp.exp: Same.
1625 * gdb.base/memattr.exp: Same.
1626 * gdb.base/nofield.exp: Same.
1627 * gdb.base/pointers.exp: Same.
1628 * gdb.base/printcmds.exp: Same.
1629 * gdb.base/ptype.exp: Same.
1630 * gdb.base/restore.exp: Same.
1631 * gdb.base/return.exp: Same.
1632 * gdb.base/scope.exp: Same.
1633 * gdb.base/set-noassign.exp: Same.
1634 * gdb.base/setshow.exp: Same.
1635 * gdb.base/shlib-call.exp: Same.
1636 * gdb.base/signals.exp: Same.
1637 * gdb.base/sigstep.exp: Same.
1638 * gdb.base/skip.exp: Same.
1639 * gdb.base/solib-symbol.exp: Same.
1640 * gdb.base/stap-probe.exp: Same.
1641 * gdb.base/step-line.exp: Same.
1642 * gdb.base/step-test.exp: Same.
1643 * gdb.base/style.exp: Same.
1644 * gdb.base/varargs.exp: Same.
1645 * gdb.base/vla-datatypes.exp: Same.
1646 * gdb.base/vla-ptr.exp: Same.
1647 * gdb.base/vla-sideeffect.exp: Same.
1648 * gdb.base/volatile.exp: Same.
1649 * gdb.base/watch-cond-infcall.exp: Same.
1650 * gdb.base/watchpoint.exp: Same.
1651
1652 2019-11-02 Tom de Vries <tdevries@suse.de>
1653
1654 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1655 * gdb.cp/cpexprs.exp: Same.
1656 * gdb.cp/except-multi-location.exp: Same.
1657 * gdb.cp/exceptprint.exp: Same.
1658 * gdb.cp/gdb2384.exp: Same.
1659 * gdb.cp/inherit.exp: Same.
1660 * gdb.cp/m-static.exp: Same.
1661 * gdb.cp/meth-typedefs.exp: Same.
1662 * gdb.cp/misc.exp: Same.
1663 * gdb.cp/namespace.exp: Same.
1664 * gdb.cp/non-trivial-retval.exp: Same.
1665 * gdb.cp/overload.exp: Same.
1666 * gdb.cp/pr17132.exp: Same.
1667 * gdb.cp/re-set-overloaded.exp: Same.
1668 * gdb.cp/rvalue-ref-types.exp: Same.
1669 * gdb.cp/templates.exp: Same.
1670
1671 2019-11-01 Luis Machado <luis.machado@linaro.org>
1672
1673 PR gdb/25124
1674
1675 * gdb.arch/pr25124.S: New file.
1676 * gdb.arch/pr25124.exp: New file.
1677
1678 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1679
1680 * gdb.fortran/info-modules.exp: Update expected results, and add
1681 additional tests for 'info module functinos', and 'info module
1682 variables'.
1683 * gdb.fortran/info-types.exp: Update expected results.
1684 * gdb.fortran/info-types.f90: Extend testcase with additional
1685 module variables and functions.
1686
1687 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1688
1689 * gdb.fortran/info-modules.exp: New file.
1690 * gdb.fortran/info-types.exp: Build with new file.
1691 * gdb.fortran/info-types.f90: Include and use new module.
1692 * gdb.fortran/info-types-2.f90: New file.
1693
1694 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1695
1696 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1697 * gdb.base/settings.exp: Test all settings types using
1698 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1699 that now verifies that the value of "maint show" is the same as
1700 returned by the settings functions. Test the type of the
1701 maintenance settings.
1702 * gdb.base/default.exp: Update show_conv_list.
1703
1704 2019-10-31 Tom de Vries <tdevries@suse.de>
1705
1706 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1707 gdb_test.
1708 * gdb.arch/amd64-disp-step.exp: Same.
1709 * gdb.asm/asm-source.exp: Same.
1710 * gdb.btrace/buffer-size.exp: Same.
1711 * gdb.btrace/cpu.exp: Same.
1712 * gdb.btrace/enable.exp: Same.
1713 * gdb.dwarf2/count.exp: Same.
1714 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1715 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1716 * gdb.fortran/vla-datatypes.exp: Same.
1717 * gdb.fortran/vla-history.exp: Same.
1718 * gdb.fortran/vla-ptype.exp: Same.
1719 * gdb.fortran/vla-value.exp: Same.
1720 * gdb.fortran/whatis_type.exp: Same.
1721 * gdb.guile/guile.exp: Same.
1722 * gdb.multi/tids.exp: Same.
1723 * gdb.python/py-finish-breakpoint.exp: Same.
1724 * gdb.python/py-framefilter.exp: Same.
1725 * gdb.python/py-pp-registration.exp: Same.
1726 * gdb.python/py-xmethods.exp: Same.
1727 * gdb.python/python.exp: Same.
1728 * gdb.server/connect-with-no-symbol-file.exp: Same.
1729 * gdb.server/no-thread-db.exp: Same.
1730 * gdb.server/run-without-local-binary.exp: Same.
1731 * gdb.stabs/weird.exp: Same.
1732 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1733 * gdb.threads/thread-find.exp: Same.
1734 * gdb.threads/tls-shared.exp: Same.
1735 * gdb.threads/tls.exp: Same.
1736 * gdb.threads/wp-replication.exp: Same.
1737 * gdb.trace/ax.exp: Same.
1738 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1739
1740 2019-10-31 Tom de Vries <tdevries@suse.de>
1741
1742 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1743 * gdb.ada/array_subscript_addr.exp: Same.
1744 * gdb.ada/arrayidx.exp: Same.
1745 * gdb.ada/arrayparam.exp: Same.
1746 * gdb.ada/arrayptr.exp: Same.
1747 * gdb.ada/boolean_expr.exp: Same.
1748 * gdb.ada/call_pn.exp: Same.
1749 * gdb.ada/complete.exp: Same.
1750 * gdb.ada/fixed_cmp.exp: Same.
1751 * gdb.ada/fun_addr.exp: Same.
1752 * gdb.ada/funcall_param.exp: Same.
1753 * gdb.ada/interface.exp: Same.
1754 * gdb.ada/mod_from_name.exp: Same.
1755 * gdb.ada/null_array.exp: Same.
1756 * gdb.ada/packed_array.exp: Same.
1757 * gdb.ada/packed_tagged.exp: Same.
1758 * gdb.ada/print_chars.exp: Same.
1759 * gdb.ada/print_pc.exp: Same.
1760 * gdb.ada/ptype_arith_binop.exp: Same.
1761 * gdb.ada/ptype_field.exp: Same.
1762 * gdb.ada/ptype_tagged_param.exp: Same.
1763 * gdb.ada/rec_return.exp: Same.
1764 * gdb.ada/ref_tick_size.exp: Same.
1765 * gdb.ada/str_ref_cmp.exp: Same.
1766 * gdb.ada/taft_type.exp: Same.
1767 * gdb.ada/tagged.exp: Same.
1768 * gdb.ada/type_coercion.exp: Same.
1769 * gdb.ada/uninitialized_vars.exp: Same.
1770
1771 2019-10-30 Tom de Vries <tdevries@suse.de>
1772
1773 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1774
1775 2019-10-26 Tom de Vries <tdevries@suse.de>
1776
1777 * gdb.base/bigcore.c: Fix typos in comments.
1778 * gdb.base/ctf-ptype.c: Same.
1779 * gdb.base/long_long.c: Same.
1780 * gdb.dwarf2/dw2-op-out-param.S: Same.
1781 * gdb.python/py-evthreads.c: Same.
1782 * gdb.reverse/i387-stack-reverse.c: Same.
1783 * gdb.trace/tfile.c: Same.
1784 * lib/compiler.c: Same.
1785 * lib/compiler.cc: Same.
1786
1787 2019-10-25 Tom de Vries <tdevries@suse.de>
1788
1789 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1790 gdb_test_multiple calls.
1791 * gdb.reverse/sigall-reverse.exp: Same.
1792 * gdb.reverse/solib-precsave.exp: Same.
1793 * gdb.reverse/solib-reverse.exp: Same.
1794 * gdb.reverse/until-precsave.exp: Same.
1795 * gdb.reverse/until-reverse.exp: Same.
1796
1797 2019-10-24 Tom de Vries <tdevries@suse.de>
1798
1799 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1800 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1801 kfail using -wrap pattern flag and convenience variable
1802 gdb_test_name.
1803
1804 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1805
1806 * gdb.python/py-progspace.exp: Add tests for the
1807 Progspace.block_for_pc method.
1808
1809 2019-10-23 Tom Tromey <tom@tromey.com>
1810
1811 * configure: Rebuild.
1812 * aclocal.m4: Use m4_include, not sinclude.
1813
1814 2019-10-21 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.base/infcall-nested-structs.c: Add
1817 __attribute__((noinline,noclone)) to all functions.
1818 (call_all): Add missing variable initialization. Simplify return value.
1819 (breakpt): Increment volatile variable, to prevent call from being
1820 optimized out.
1821 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1822
1823 2019-10-17 Tom de Vries <tdevries@suse.de>
1824
1825 * gdb.fortran/module.exp: Allow info variables to print info for files
1826 other than module.f90.
1827
1828 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * gdb.fortran/module.exp: Extend with 'info variables' test.
1831
1832 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1833
1834 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1835 F77_FOR_TARGET.
1836
1837 2019-10-16 Tom de Vries <tdevries@suse.de>
1838
1839 PR tdep/25096
1840 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1841
1842 2019-10-16 Tom de Vries <tdevries@suse.de>
1843
1844 PR tdep/24104
1845 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1846 Add KFAIL for PR tdep/25096.
1847
1848 2019-10-16 Tom de Vries <tdevries@suse.de>
1849
1850 PR testsuite/25059
1851 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1852
1853 2019-10-16 Tom de Vries <tdevries@suse.de>
1854
1855 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1856 as signed.
1857
1858 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1859
1860 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1861 one instead of increasing timeout.
1862
1863 2019-10-13 Tom de Vries <tdevries@suse.de>
1864
1865 PR record/25038
1866 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1867 * gdb.reverse/sigall-reverse.exp: Same.
1868 * gdb.reverse/solib-precsave.exp: Same.
1869 * gdb.reverse/solib-reverse.exp: Same.
1870 * gdb.reverse/step-precsave.exp: Same.
1871 * gdb.reverse/until-precsave.exp: Same.
1872 * gdb.reverse/until-reverse.exp: Same.
1873 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1874
1875 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1876
1877 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1878 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1879 (cmp_struct_05_01, cmp_struct_static_02_01)
1880 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1881 comparisons.
1882
1883 2019-10-10 Tom de Vries <tdevries@suse.de>
1884
1885 PR testsuite/24888
1886 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1887 gnatlink.
1888
1889 2019-10-09 Tom de Vries <tdevries@suse.de>
1890
1891 PR testsuite/25048
1892 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1893
1894 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1897 exceptions due to missing debug information.
1898
1899 2019-10-07 Tom de Vries <tdevries@suse.de>
1900
1901 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1902
1903 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1904
1905 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1906 * gdb.base/annota1.exp: Update to use gdb_test_name.
1907
1908 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1909
1910 * gdb.base/ctf-whatis.exp: New file.
1911 * gdb.base/ctf-whatis.c: New file.
1912 * gdb.base/ctf-ptype.exp: New file.
1913 * gdb.base/ctf-ptype.c: New file.
1914 * gdb.base/ctf-constvars.exp: New file.
1915 * gdb.base/ctf-constvars.c: New file.
1916 * gdb.base/ctf-cvexpr.exp: New file.
1917
1918 2019-10-04 Tom de Vries <tdevries@suse.de>
1919
1920 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1921 for loop.
1922
1923 2019-10-03 Tom Tromey <tom@tromey.com>
1924
1925 PR rust/24976:
1926 * gdb.rust/simple.rs (Union2): New type.
1927 (main): Use Union2.
1928 * gdb.rust/simple.exp: Add test.
1929
1930 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1931
1932 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1933 nested function prefix.
1934
1935 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1936 Richard Bunt <richard.bunt@arm.com>
1937 Andrew Burgess <andrew.burgess@embecosm.com>
1938
1939 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1940 nested functions.
1941 * gdb.fortran/nested-funcs.f90: Update expected results.
1942 * gdb.fortran/nested-funcs-2.exp: New file.
1943 * gdb.fortran/nested-funcs-2.f90: New file.
1944
1945 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1946
1947 * gdb.python/py-parameter.exp: Make test names unique.
1948 * gdb.python/py-template.exp: Likewise.
1949 * gdb.python/py-value.exp: Likewise.
1950
1951 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1952
1953 * gdb.base/break-interp.exp: Reduce test name duplication.
1954 * gdb.base/call-sc.exp: Likewise.
1955 * gdb.base/callfuncs.exp: Likewise.
1956 * gdb.base/charset.exp: Likewise.
1957 * gdb.base/dump.exp: Likewise.
1958 * gdb.base/ena-dis-br.exp: Likewise.
1959 * gdb.base/relational.exp: Likewise.
1960 * gdb.base/step-over-syscall.exp: Likewise.
1961 * gdb.base/structs.exp: Likewise.
1962
1963 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1964
1965 * gdb.linespec/explicit.exp: Make test names unique.
1966 * gdb.linespec/ls-errs.exp: Likewise.
1967
1968 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1969
1970 * gdb.reverse/break-precsave.exp: Make test names unique.
1971 * gdb.reverse/break-reverse.exp: Likewise.
1972 * gdb.reverse/finish-precsave.exp: Likewise.
1973 * gdb.reverse/finish-reverse.exp: Likewise.
1974 * gdb.reverse/machinestate-precsave.exp: Likewise.
1975 * gdb.reverse/machinestate.exp: Likewise.
1976 * gdb.reverse/readv-reverse.exp: Likewise.
1977 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1978 * gdb.reverse/sigall-precsave.exp: Likewise.
1979 * gdb.reverse/sigall-reverse.exp: Likewise.
1980 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1981 * gdb.reverse/watch-precsave.exp: Likewise.
1982 * gdb.reverse/watch-reverse.exp: Likewise.
1983
1984 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1985
1986 * gdb.threads/stop-with-handle.c: New file.
1987 * gdb.threads/stop-with-handle.exp: New file.
1988
1989 2019-10-03 Tom de Vries <tdevries@suse.de>
1990
1991 PR testsuite/25059
1992 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1993 directory" line to be missing.
1994
1995 2019-10-03 Tom de Vries <tdevries@suse.de>
1996
1997 PR testsuite/25059
1998 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1999 type optional.
2000
2001 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2002
2003 * gdb.python/py-format-string.c (string.h): New include.
2004 (main): Fill a_struct_with_union.the_union.an_int with bytes of
2005 the same value, for endianness-independence.
2006 * gdb.python/py-format-string.exp (default_regexp_dict)
2007 (test_pretty_structs, test_format): Adjust expected output to the
2008 changed initialization.
2009
2010 2019-10-02 Tom Tromey <tromey@adacore.com>
2011
2012 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
2013
2014 2019-10-02 Pedro Alves <palves@redhat.com>
2015 Andrew Burgess <andrew.burgess@embecosm.com>
2016
2017 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
2018 "print-file-var.h".
2019 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2020 (get_version_1): Print this_version_id and its address.
2021 Add extern "C" wrappers around interface functions.
2022 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
2023 "print-file-var.h".
2024 (this_version_id) Use ATTRIBUTE_VISIBILITY.
2025 (get_version_2): Print this_version_id and its address.
2026 Add extern "C" wrappers around interface functions.
2027 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
2028 <stddef.h> and "print-file-var.h".
2029 Add extern "C" wrappers around interface functions.
2030 [VERSION_ID_MAIN] (this_version_id): Define.
2031 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
2032 * gdb.base/print-file-var.h: Add some #defines to simplify setting
2033 up extern "C" blocks.
2034 * gdb.base/print-file-var.exp (test): New, factored out from top
2035 level.
2036 (top level): Test all combinations of attribute hidden or not,
2037 dlopen or not, and this_version_id symbol in main file or not.
2038 Compile tests as both C++ and C, make test names unique.
2039
2040 2019-10-01 Tom Tromey <tom@tromey.com>
2041
2042 * gdb.base/style.exp: Test "show logging filename".
2043
2044 2019-10-01 Tom Tromey <tom@tromey.com>
2045
2046 * lib/gdb-utils.exp (style): Handle "metadata" argument.
2047 * gdb.base/style.exp: Add metadata style test.
2048
2049 2019-10-01 Tom Tromey <tom@tromey.com>
2050
2051 * gdb.base/style.exp: Test "pwd".
2052
2053 2019-10-01 Tom Tromey <tom@tromey.com>
2054
2055 * gdb.base/style.exp: Update tests.
2056
2057 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
2058
2059 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
2060 'six' to unsigned.
2061 (s1): Initialize fields 'four' and 'six' instead of 'three' and
2062 'five'. Use an all-ones bit pattern for each.
2063 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
2064 to its changed values.
2065
2066 2019-09-30 Tom Tromey <tromey@adacore.com>
2067
2068 * gdb.rust/traits.rs: Disable all warnings.
2069
2070 2019-09-29 Tom de Vries <tdevries@suse.de>
2071
2072 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
2073
2074 2019-09-29 Tom de Vries <tdevries@suse.de>
2075
2076 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
2077
2078 2019-09-27 Tom de Vries <tdevries@suse.de>
2079
2080 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
2081
2082 2019-09-27 Tom de Vries <tdevries@suse.de>
2083
2084 PR record/23188
2085 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
2086
2087 2019-09-26 Tom Tromey <tromey@adacore.com>
2088
2089 * gdb.ada/py_taft.exp: New file.
2090 * gdb.ada/py_taft/main.adb: New file.
2091 * gdb.ada/py_taft/pkg.adb: New file.
2092 * gdb.ada/py_taft/pkg.ads: New file.
2093
2094 2019-09-24 Tom de Vries <tdevries@suse.de>
2095
2096 PR gdb/24598
2097 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
2098
2099 2019-09-22 Tom de Vries <tdevries@suse.de>
2100
2101 * gdb.base/restore.exp: Allow register variables to be optimized out at
2102 -O0.
2103
2104 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
2105
2106 * gdb.arch/spu-info.exp: Remove file.
2107 * gdb.arch/spu-info.c: Remove file.
2108 * gdb.arch/spu-ls.exp: Remove file.
2109 * gdb.arch/spu-ls.c: Remove file.
2110
2111 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
2112 * gdb.asm/spu.inc: Remove file.
2113
2114 * gdb.base/dump.exp: Remove support for spu*-*-*.
2115 * gdb.base/stack-checking.exp: Likewise.
2116 * gdb.base/overlays.exp: Likewise.
2117 * gdb.base/ovlymgr.c: Likewise.
2118 * gdb.base/spu.ld: Remove file.
2119
2120 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
2121 * gdb.cp/cpexprs.exp: Likewise.
2122 * gdb.cp/exception.exp: Likewise.
2123 * gdb.cp/gdb2495.exp: Likewise.
2124 * gdb.cp/mb-templates.exp: Likewise.
2125 * gdb.cp/pr9167.exp: Likewise.
2126 * gdb.cp/userdef.exp: Likewise.
2127
2128 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
2129
2130 * gdb.cell: Remove directory.
2131 * lib/cell.exp: Remove file.
2132
2133 2019-09-19 Tom de Vries <tdevries@suse.de>
2134
2135 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
2136
2137 2019-09-19 Tom de Vries <tdevries@suse.de>
2138
2139 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
2140
2141 2019-09-19 Tom de Vries <tdevries@suse.de>
2142
2143 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
2144 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
2145 (gdb_target_cmd): ... here.
2146 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
2147 value 2.
2148
2149 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2150
2151 * gdb.base/source-dir.exp: Avoid having directory names in test
2152 names.
2153
2154 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * gdb.base/source-dir.exp: Add extra test for mapped compilation
2157 directory.
2158
2159 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
2160
2161 * gdb.base/list-missing-source.exp: New file.
2162
2163 2019-09-14 Tom de Vries <tdevries@suse.de>
2164
2165 PR teststuite/24599
2166 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
2167 * lib/ada.exp (gnatmake_version_at_least): New proc.
2168
2169 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * gdb.base/maint.exp: Use exec_has_index_section.
2172
2173 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
2174
2175 * gdb.base/maint.exp: Add test for 'maint info sections'.
2176
2177 2019-09-12 Tom de Vries <tdevries@suse.de>
2178
2179 * gdb.base/store.exp: Allow register variables to be optimized out at
2180 -O0.
2181
2182 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2183
2184 * gdb.ada/rdv_wait.exp: Update to new task names.
2185 * gdb.base/task_switch_in_core.exp: Likewise.
2186 * gdb.base/info_sources_base.c: Likewise.
2187
2188 2019-09-10 Tom Tromey <tromey@adacore.com>
2189
2190 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
2191
2192 2019-09-10 Tom Tromey <tromey@adacore.com>
2193
2194 * gdb.ada/dgopt.exp: New file.
2195 * gdb.ada/dgopt/x.adb: New file.
2196
2197 2019-09-08 Tom Tromey <tom@tromey.com>
2198
2199 * gdb.tui/resize.exp: Remove setup_xfail.
2200 * gdb.tui/regs.exp: Remove setup_xfail.
2201 * gdb.tui/basic.exp: Remove setup_xfail.
2202
2203 2019-09-06 David Blaikie <dblaikie@gmail.com>
2204
2205 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
2206 * gdb.cp/cplabel.exp: Ditto.
2207 * gdb.linespec/ls-errs.exp: Ditto.
2208
2209 2019-09-05 Tom de Vries <tdevries@suse.de>
2210
2211 * lib/gdb.exp (cmp_file_string): New proc.
2212 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
2213 runto_main. Verify save breakpoints output.
2214
2215 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2216
2217 * gdb.base/info-var.exp: Test info variables without running
2218 to main, to avoid expect's buffer overflow.
2219
2220 2019-09-03 Tom Tromey <tromey@adacore.com>
2221
2222 * gdb.ada/bias.exp: New file.
2223 * gdb.ada/bias/bias.adb: New file.
2224 * gdb.ada/print_chars.exp: Add regression test.
2225 * gdb.ada/print_chars/foo.adb (My_Character): New type.
2226 (MC): New variable.
2227
2228 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
2229
2230 * gdb.base/argv0-symlink.exp: Run only on native target
2231 and local host.
2232
2233 2019-08-29 Tom de Vries <tdevries@suse.de>
2234
2235 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
2236 diverse debug info.
2237 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
2238
2239 2019-08-28 Tom de Vries <tdevries@suse.de>
2240
2241 * gdb.base/info-var.exp: Allow info variables to print info for files
2242 other than info-var-f1.c and info-var-f2.c.
2243
2244 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2245
2246 * gdb.fortran/info-types.exp: Add module.
2247 * gdb.fortran/info-types.f90: Update expected results.
2248
2249 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 * gdb.fortran/info-types.exp: New file.
2252 * gdb.fortran/info-types.f90: New file.
2253 * lib/fortran.exp (fortran_character1): New proc.
2254
2255 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2256
2257 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
2258 functions'. Reindent as needed.
2259 * gdb.base/info-var-f1.c: New file.
2260 * gdb.base/info-var-f2.c: New file.
2261 * gdb.base/info-var.exp: New file.
2262 * gdb.base/info-var.h: New file.
2263
2264 2019-08-26 Tom de Vries <tdevries@suse.de>
2265
2266 PR c++/24852
2267 * gdb.cp/no-libstdcxx-probe.exp: New test.
2268
2269 2019-08-26 Tom de Vries <tdevries@suse.de>
2270
2271 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
2272 * tests need to be skipped.
2273 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
2274 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
2275 mi_skip_libstdcxx_probe_tests.
2276
2277 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
2278
2279 * gdb.python/py-xmethods.exp: Use raw strings when passing
2280 arguments to SimpleXMethodMatcher.
2281
2282 2019-08-22 Tom de Vries <tdevries@suse.de>
2283
2284 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
2285 more informative.
2286
2287 2019-08-21 Pedro Alves <palves@redhat.com>
2288
2289 * gdb.base/with.exp: Test "with" with no arguments.
2290
2291 2019-08-21 Tom de Vries <tdevries@suse.de>
2292
2293 * gdb.base/gdb-caching-proc.exp: Sort files.
2294
2295 2019-08-20 Tom de Vries <tdevries@suse.de>
2296
2297 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
2298 compilation.
2299
2300 2019-08-16 Tom de Vries <tdevries@suse.de>
2301
2302 * gdb.base/compare-sections.exp ("after run to main"): Allow
2303 mismatched read-only sections for PIE executables.
2304
2305 2019-08-16 Tom Tromey <tom@tromey.com>
2306
2307 * lib/tuiterm.exp (_csi_Z): New proc.
2308 * gdb.tui/basic.exp: Update window positions.
2309 * gdb.tui/empty.exp: Update window positions.
2310
2311 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2312
2313 * gdb.base/examine-backward.exp: Correct regexp for
2314 "examine 3 bytes backward from ${address_zero}".
2315
2316 2019-08-15 Tom Tromey <tom@tromey.com>
2317
2318 * gdb.tui/empty.exp: Enable resizing tests.
2319
2320 2019-08-15 Tom Tromey <tromey@adacore.com>
2321
2322 * gdb.ada/char_enum.exp: Add regression tests.
2323 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
2324 and '0'.
2325 (Char, Gchar): Update.
2326 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
2327
2328 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2329
2330 * gdb.python/python.exp: Expect a leading underscore on
2331 GdbOutput{,Error}File.
2332
2333 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2334
2335 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
2336 Windows host.
2337
2338 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
2339
2340 * gdb.base/batch-preserve-term-settings.exp
2341 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
2342
2343 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2344
2345 * lib/gdb.exp: When running on a mingw target, replace
2346 /x/ with x:/.
2347
2348 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2349
2350 * gdb.arch/aarch64-prologue.c: New test.
2351 * gdb.arch/aarch64-prologue.exp: New file.
2352
2353 2019-08-13 Tom de Vries <tdevries@suse.de>
2354
2355 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
2356 Thread.
2357
2358 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
2359
2360 * gdb.python/py-completion.exp: Download the .py file to the host
2361 and use its host pathname. Conditionalize tests that use
2362 tab completion and manipulate files on the build machine.
2363 * gdb.python/py-events.exp: Download the .py file to the host
2364 and use its host pathname.
2365 * gdb.python/py-evsignal.exp: Likewise.
2366 * gdb.python/py-evthreads.exp: Likewise.
2367 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
2368 pathname syntax.
2369 * gdb.python/py-framefilter.exp: Download the .py file to the right
2370 place on the host. Match Windows pathname syntax.
2371 * gdb.python/py-mi-var-info-path-expression.exp: Download the
2372 .py file to the host and use its host pathname.
2373 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
2374 * gdb.python/py-objfile.exp: Expect a host pathname, not a
2375 build pathname. Skip symlink test on Windows host. Add missing
2376 newline at end of file.
2377 * gdb.python/py-pp-maint.exp: Download the .py file to the host
2378 and use its host pathname.
2379 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
2380 * gdb.python/py-section-script.exp: Use host location of binfile
2381 on safe-path. Use correct path separator on Windows host.
2382 Reorder alternatives in gdb_test_multiple to prevent matching
2383 the wrong alternative on success.
2384 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
2385
2386 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
2387
2388 * gdb.gdb/selftest.exp (test_with_self): Update test to now
2389 expect the GDB inferior to no longer immediately stop after
2390 being resumed with "signal SIGINT".
2391
2392 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
2393
2394 * gdb.linespec/break-ask.exp: Generalize regexps to match
2395 Windows pathnames too.
2396
2397 2019-08-08 Tom de Vries <tdevries@suse.de>
2398
2399 PR testsuite/24862
2400 * lib/tuiterm.exp (_accept): Fix CSI regexp.
2401
2402 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2403
2404 * gdb.base/style.exp: Update tests for help doc new invariants.
2405 * gdb.base/help.exp: Likewise.
2406
2407 2019-08-06 Tom Tromey <tom@tromey.com>
2408
2409 * gdb.base/style.exp: Add disassemble test.
2410 * gdb.base/style.c (some_called_function): New function.
2411 (main): Use it.
2412
2413 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2414
2415 * gdb.python/py-block.exp: Test dictionary access on blocks.
2416
2417 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
2418
2419 PR gdb/24863
2420 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
2421 -list-thread-groups --available test when running under
2422 check-read1.
2423
2424 2019-08-05 Tom de Vries <tdevries@suse.de>
2425
2426 PR testsuite/24863
2427 * lib/gdb.exp (with_read1_timeout_factor): New proc.
2428 * gdb.base/help.exp: Use with_read1_timeout_factor.
2429 * gdb.base/info-macros.exp: Same.
2430 * gdb.cp/nested-types.exp: Same.
2431
2432 2019-08-05 Tom de Vries <tdevries@suse.de>
2433
2434 * lib/gdb.exp (version_at_least): Factor out of ...
2435 (tcl_version_at_least): ... here.
2436 (gdb_compile): Fail if pie results in non-PIE executable.
2437 (readelf_version, readelf_prints_pie): New proc.
2438 (exec_is_pie): Return -1 if unknown.
2439
2440 2019-08-05 Tom de Vries <tdevries@suse.de>
2441
2442 * lib/gdb.exp (tcl_version_at_least): Fix typo.
2443
2444 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2445
2446 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
2447
2448 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2449
2450 * lib/completion-support.exp (test_gdb_complete_none): Skip
2451 tab completion tests if no readline support.
2452 (test_gdb_complete_unique_re): Likewise.
2453 (test_gdb_complete_multiple): Likewise.
2454
2455 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2456
2457 * gdb.base/info_sources.exp: New file.
2458 * gdb.base/info_sources.c: New file.
2459 * gdb.base/info_sources_base.c: New file.
2460
2461 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2462
2463 * gdb.base/batch-exit-status.exp: Call test_exit_status with
2464 prefix argument.
2465 (test_exit_status): Add prefix argument.
2466
2467 2019-08-01 Tom de Vries <tdevries@suse.de>
2468
2469 PR testsuite/24863
2470 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
2471 calling exp_continue for new thread and thread exited messages.
2472
2473 2019-08-01 Tom de Vries <tdevries@suse.de>
2474
2475 PR testsuite/24863
2476 * gdb.base/structs.exp: Fix check-read1 timeout using
2477 gdb_test_sequence.
2478 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
2479
2480 2019-08-01 Tom de Vries <tdevries@suse.de>
2481
2482 PR testsuite/24863
2483 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
2484 line.
2485
2486 2019-08-01 Tom de Vries <tdevries@suse.de>
2487
2488 PR testsuite/24863
2489 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
2490
2491 2019-07-30 Tom Tromey <tromey@adacore.com>
2492
2493 * gdb.ada/display_nested.exp: New file.
2494 * gdb.ada/display_nested/foo.adb: New file.
2495 * gdb.ada/display_nested/pack.adb: New file.
2496 * gdb.ada/display_nested/pack.ads: New file.
2497
2498 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2499
2500 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
2501 namespace.
2502 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
2503
2504 2019-07-30 Tom de Vries <tdevries@suse.de>
2505
2506 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
2507 instead.
2508
2509 2019-07-30 Tom de Vries <tdevries@suse.de>
2510
2511 PR testsuite/24834
2512 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
2513 (exec_is_pie): New proc.
2514
2515 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2516
2517 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
2518
2519 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2520
2521 * gdb.python/py-objfile.c: Add global and static vars.
2522 * gdb.python/py-objfile.exp: Test new functions Objfile.
2523 lookup_global_symbol and lookup_static_symbol.
2524
2525 2019-07-29 Tom Tromey <tom@tromey.com>
2526
2527 * lib/tuiterm.exp (Term::_csi_@): New proc.
2528 (Term::_csi_X): Don't move cursor.
2529
2530 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2531
2532 * gdb.base/options.exp: Update backtrace - completion to
2533 new option -frame-info.
2534 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
2535 Test new 'set print frame-info'. Test backtrace -frame-info
2536 overriding 'set print frame-info'.
2537 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
2538 Test new 'set print frame-info'.
2539 Verify consistency of backtrace with and without filters, with and
2540 without -no-filters.
2541 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
2542 default.
2543
2544 2019-07-29 Tom de Vries <tdevries@suse.de>
2545
2546 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
2547 no arguments".
2548
2549 2019-07-29 Tom de Vries <tdevries@suse.de>
2550
2551 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
2552 is a substring of the first for "complete non-unique file name".
2553
2554 2019-07-29 Tom de Vries <tdevries@suse.de>
2555
2556 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
2557 with ".*".
2558
2559 2019-07-29 Tom de Vries <tdevries@suse.de>
2560
2561 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
2562 Pass prompt_regexp parameter to gdb_test_multiple calls.
2563
2564 2019-07-29 Tom de Vries <tdevries@suse.de>
2565
2566 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
2567 print registers" regexps.
2568
2569 2019-07-29 Tom de Vries <tdevries@suse.de>
2570
2571 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
2572
2573 2019-07-29 Tom de Vries <tdevries@suse.de>
2574
2575 PR gdb/24855
2576 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
2577 (skip_python_tests_prompt): Add prompt_regexp argument to
2578 gdb_test_multiple calls.
2579
2580 2019-07-27 Tom Tromey <tom@tromey.com>
2581
2582 * gdb.tui/main.exp: New file.
2583
2584 2019-07-27 Tom Tromey <tom@tromey.com>
2585
2586 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
2587 optional.
2588 * gdb.tui/empty.exp: New file.
2589
2590 2019-07-27 Tom Tromey <tom@tromey.com>
2591
2592 * lib/tuiterm.exp (spawn): New proc.
2593 (Term::resize): New proc.
2594 * gdb.tui/resize.exp: New file.
2595
2596 2019-07-27 Tom Tromey <tom@tromey.com>
2597
2598 * gdb.tui/list.exp: New file.
2599
2600 2019-07-27 Tom Tromey <tom@tromey.com>
2601
2602 * gdb.tui/regs.exp: New file.
2603
2604 2019-07-27 Tom Tromey <tom@tromey.com>
2605
2606 * gdb.tui/basic.exp: Add "layout split" test.
2607
2608 2019-07-27 Tom Tromey <tom@tromey.com>
2609
2610 * gdb.tui/basic.exp: Add "layout asm" test.
2611
2612 2019-07-27 Tom Tromey <tom@tromey.com>
2613
2614 * lib/tuiterm.exp: New file.
2615 * gdb.tui/basic.exp: New file.
2616
2617 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2618
2619 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2620 Enable tests associated with this flag. Adjust regex
2621 referencing "foo_low" to now refer to "foo_cold" instead.
2622
2623 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2624
2625 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2626 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2627 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2628 foo_cold. Revise comments to match.
2629 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2630 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2631 were wrapped into this proc; Call do_test in loop from outermost
2632 level.
2633 (foo_low): Rename all occurrences to "foo_cold".
2634 (backtrace from baz): New test.
2635 (x2/i foo_cold): New test.
2636 (info line *foo_cold): New test.
2637
2638 2019-07-26 Tom de Vries <tdevries@suse.de>
2639
2640 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2641
2642 2019-07-25 Tom de Vries <tdevries@suse.de>
2643
2644 PR testsuite/24830
2645 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2646 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2647 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2648 (skip_libstdcxx_probe_tests): ... here.
2649 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2650
2651 2019-07-24 Tom de Vries <tdevries@suse.de>
2652
2653 PR testsuite/24807
2654 * gdb.objc/basicclass.m: Include stdio.h.
2655 * gdb.objc/nondebug.m: Same.
2656 * gdb.objc/objcdecode.m: Same.
2657
2658 2019-07-24 Tom de Vries <tdevries@suse.de>
2659
2660 PR testsuite/24612
2661 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2662 additional_flags.
2663
2664 2019-07-24 Tom de Vries <tdevries@suse.de>
2665
2666 PR testsuite/24831
2667 * gdb.multi/tids.exp: Update error messages for info threads.
2668
2669 2019-07-24 Tom de Vries <tdevries@suse.de>
2670
2671 * gdb.base/info-types.exp: Allow info types to print info for more than
2672 one file.
2673
2674 2019-07-23 Tom de Vries <tdevries@suse.de>
2675
2676 PR testsuite/24842
2677 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2678 gdb_spawn_with_cmdline_opts.
2679
2680 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2681
2682 * gdb.arch/arm-cmse-sgstubs.c: New test.
2683 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2684
2685 2019-07-23 Tom de Vries <tdevries@suse.de>
2686
2687 PR testsuite/24711
2688 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2689 issuing next command.
2690
2691 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2692
2693 * gdb.ada/info_auto_lang.exp: Update expected results.
2694 * gdb.base/info-types.c: Add additional types to check.
2695 * gdb.base/info-types.exp: Update expected results.
2696
2697 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.base/info-types.c: New file.
2700 * gdb.base/info-types.exp: New file.
2701
2702 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 * gdb.arch/riscv-bp-infcall.c: New file.
2705 * gdb.arch/riscv-bp-infcall.exp: New file.
2706
2707 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2708
2709 PR breakpoints/24541
2710 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2711
2712 2019-07-14 Tom de Vries <tdevries@suse.de>
2713
2714 PR testsuite/24760
2715 * gdb.objc/basicclass.exp: Fix unterminated string.
2716
2717 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2718 Andrew Burgess <andrew.burgess@embecosm.com>
2719
2720 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2721 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2722 negative bounds.
2723 * gdb.fortran/vla-value.exp: Print elements of an array with
2724 negative bounds.
2725 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2726 testing.
2727
2728 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2729
2730 * gdb.base/options.exp (expect_string): Dequote strings in
2731 results.
2732 (test-string): Test strings with different quoting and reindent.
2733
2734 2019-07-10 Tom Tromey <tromey@adacore.com>
2735
2736 * gdb.ada/mi_ex_cond.exp: Update expected results.
2737 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2738 * gdb.ada/mi_catch_ex.exp: Update expected results.
2739 * gdb.ada/mi_catch_assert.exp: Update expected results.
2740 * gdb.ada/catch_ex.exp (catch_exception_info)
2741 (catch_exception_entry, catch_assert_entry)
2742 (catch_unhandled_entry): Update.
2743 * gdb.ada/catch_assert_if.exp: Update expected results.
2744
2745 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2746 Stephen Roberts <stephen.roberts@arm.com>
2747
2748 * gdb.base/define.exp: Restore original prompt.
2749
2750 2019-07-09 Pedro Alves <palves@redhat.com>
2751
2752 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2753 breakpoints" output.
2754 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2755 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2756 throw" creates breakpoint.
2757 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2758 'type="catchpoint"'.
2759
2760 2019-07-09 Pedro Alves <palves@redhat.com>
2761
2762 PR c++/15468
2763 * gdb.cp/except-multi-location-lib.cc: New.
2764 * gdb.cp/except-multi-location-main.cc: New.
2765 * gdb.cp/except-multi-location.exp: New.
2766
2767 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2768
2769 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2770 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2771 argument and update callers.
2772
2773 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2774
2775 * gdb.arch/amd64-break-on-asm-line.S: New file.
2776 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2777
2778 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2779
2780 * gdb.base/printcmds.exp: Test printing C string and
2781 C wide string convenience vars without transiting via the inferior.
2782 Also make test names unique.
2783
2784 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2785
2786 PR breakpoints/25011
2787 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2788
2789 2019-07-04 Pedro Alves <palves@redhat.com>
2790
2791 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2792 body returned ok(0), break(3) or continue(4).
2793 * gdb.testsuite/foreach_with_prefix.exp: New file.
2794
2795 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2796
2797 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2798
2799 2019-07-03 Pedro Alves <palves@redhat.com>
2800
2801 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2802 "return -code".
2803
2804 2019-07-03 Pedro Alves <palves@redhat.com>
2805
2806 PR cli/24732
2807 * gdb.base/shell.exp: Load completion-support.exp.
2808 Adjust expected error output. Add completion tests.
2809
2810 2019-07-03 Pedro Alves <palves@redhat.com>
2811
2812 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2813 string_to_regexp.
2814
2815 2019-07-03 Pedro Alves <palves@redhat.com>
2816
2817 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2818 (expect_integer): Adjust to expect "-string".
2819 (expect_string): New.
2820 (all_options): Expect "-string".
2821 (test-flag, test-boolean): Adjust to expect "-string".
2822 (test-string): New proc.
2823 (top level): Call it.
2824
2825 2019-07-03 Pedro Alves <palves@redhat.com>
2826
2827 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2828 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2829 the expected output in the success.
2830
2831 2019-07-03 Pedro Alves <palves@redhat.com>
2832
2833 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2834 Split one gdb_test_multiple call in two to avoid a race.
2835
2836 2019-07-03 Pedro Alves <palves@redhat.com>
2837
2838 * gdb.base/with.c: New file.
2839 * gdb.base/with.exp: New file.
2840
2841 2019-07-03 Pedro Alves <palves@redhat.com>
2842
2843 * gdb.base/settings.exp: Replace all references to "maint
2844 test-settings set" with references to "maint set test-settings",
2845 and all references to "maint test-settings show" with references
2846 to "maint show test-settings".
2847
2848 2019-07-03 Pedro Alves <palves@redhat.com>
2849
2850 * gdb.base/settings.exp (test-string): Adjust expected out when
2851 testing "maint test-settings show filename"
2852
2853 2019-07-02 Pedro Alves <palves@redhat.com>
2854
2855 * gdb.base/options.exp (test-info-threads): New procedure.
2856 (top level): Call it.
2857
2858 2019-06-28 Tom Tromey <tromey@adacore.com>
2859
2860 * gdb.dwarf2/ada-linkage-name.c: New file.
2861 * gdb.dwarf2/ada-linkage-name.exp: New file.
2862
2863 2019-06-27 Tom Tromey <tromey@adacore.com>
2864
2865 PR c++/20020:
2866 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2867
2868 2019-06-26 Tom de Vries <tdevries@suse.de>
2869
2870 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2871
2872 2019-06-26 Tom de Vries <tdevries@suse.de>
2873
2874 * gdb.base/index-cache.exp: Add back missing debug option.
2875
2876 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2877
2878 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2879
2880 2019-06-25 Tom de Vries <tdevries@suse.de>
2881
2882 PR testsuite/24727
2883 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2884
2885 2019-06-24 Tom de Vries <tdevries@suse.de>
2886
2887 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2888
2889 2019-06-24 Tom de Vries <tdevries@suse.de>
2890
2891 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2892 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2893 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2894
2895 2019-06-24 Tom de Vries <tdevries@suse.de>
2896
2897 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2898
2899 2019-06-21 Tom de Vries <tdevries@suse.de>
2900
2901 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2902
2903 2019-06-21 Tom de Vries <tdevries@suse.de>
2904
2905 PR testsuite/24518
2906 PR ada/24713
2907 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2908 index.
2909
2910 2019-06-19 Tom Tromey <tromey@adacore.com>
2911
2912 * gdb.ada/length_cond.exp: Add intro comment.
2913
2914 2019-06-19 Tom Tromey <tromey@adacore.com>
2915
2916 * gdb.ada/length_cond.exp: New file.
2917 * gdb.ada/length_cond/length_cond.adb: New file.
2918 * gdb.ada/length_cond/pck.adb: New file.
2919 * gdb.ada/length_cond/pck.ads: New file.
2920
2921 2019-06-18 Tom de Vries <tdevries@suse.de>
2922
2923 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2924
2925 2019-06-18 Tom Tromey <tromey@adacore.com>
2926
2927 * gdb.base/list0.h: Add comment explaining control character.
2928
2929 2019-06-18 Tom de Vries <tdevries@suse.de>
2930
2931 * boards/fission.exp: Break up long debug_flags line.
2932
2933 2019-06-16 Tom de Vries <tdevries@suse.de>
2934
2935 PR gdb/24445
2936 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2937 generated index.
2938
2939 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2940
2941 PR gdb/24686
2942 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2943 improve detection of bug gdb/24541.
2944
2945 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2946
2947 PR gdb/24669
2948 * gdb.base/index-cache.exp (uses_readnow,
2949 expecting_index_cache_use): Define global variable.
2950 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2951 expecting_index_cache_use.
2952
2953 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2954 Andrew Burgess <andrew.burgess@embecosm.com>
2955
2956 * gdb.fortran/pointers.f90: New file.
2957 * gdb.fortran/print_type.exp: New file.
2958 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2959 * gdb.fortran/vla-type.exp: Likewise.
2960 * gdb.fortran/vla-value.exp: Likewise.
2961 * gdb.mi/mi-vla-fortran.exp: Likewise.
2962
2963 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2964
2965 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2966 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2967 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2968 as a stop reason.
2969
2970 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2971
2972 * gdb.base/annota1.exp: Update expected results.
2973 * gdb.cp/annota2.exp: Likewise.
2974 * gdb.cp/annota3.exp: Likewise.
2975
2976 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 * gdb.base/style-logging.exp: Remove path from test name.
2979
2980 2019-06-14 Tom Tromey <tromey@adacore.com>
2981
2982 PR gdb/24502:
2983 * gdb.base/style-logging.exp: New file.
2984
2985 2019-06-14 Tom Tromey <tromey@adacore.com>
2986
2987 * gdb.base/symfile-warn.exp: New file.
2988 * gdb.base/symfile-warn.c: New file.
2989
2990 2019-06-14 Tom Tromey <tromey@adacore.com>
2991
2992 * gdb.base/annotate-symlink.exp: New file.
2993
2994 2019-06-14 Tom Tromey <tromey@adacore.com>
2995
2996 * gdb.ada/set_wstr.exp: Add reassignment test.
2997
2998 2019-06-14 Tom Tromey <tromey@adacore.com>
2999
3000 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
3001 'unchecked_access and 'unrestricted_access as well.
3002
3003 2019-06-14 Tom Tromey <tromey@adacore.com>
3004
3005 PR ada/24539:
3006 * gdb.ada/vla.exp: Update tests.
3007 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
3008 pragma.
3009
3010 2019-06-13 Pedro Alves <palves@redhat.com>
3011
3012 * gdb.base/settings.exp (test-integer): Test junk after
3013 "unlimited".
3014
3015 2019-06-13 Pedro Alves <palves@redhat.com>
3016
3017 * gdb.base/options.exp (test-thread-apply): New.
3018 (top level): Call it.
3019
3020 2019-06-13 Pedro Alves <palves@redhat.com>
3021
3022 * gdb.base/options.exp (test-frame-apply): New.
3023 (top level): Test print commands with different "frame apply"
3024 prefixes.
3025
3026 2019-06-13 Pedro Alves <palves@redhat.com>
3027
3028 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
3029 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
3030 'max_completions' parameter and handle it.
3031 (test_gdb_completion_offers_commands): New.
3032
3033 2019-06-13 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
3036
3037 2019-06-13 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.base/options.exp (test-backtrace): New.
3040 (top level): Call it.
3041
3042 2019-06-13 Pedro Alves <palves@redhat.com>
3043
3044 * gdb.guile/scm-frame-args.exp: Use "set print
3045 raw-frame-arguments" instead of "set print raw frame-arguments".
3046 * gdb.python/py-frame-args.exp: Likewise.
3047
3048 2019-06-13 Pedro Alves <palves@redhat.com>
3049
3050 * gdb.compile/compile.exp: Adjust expected output to option
3051 processing changes.
3052
3053 2019-06-13 Pedro Alves <palves@redhat.com>
3054
3055 * gdb.base/options.exp: Build executable.
3056 (test-print): New procedure.
3057 (top level): Call it, once for "print" and another for "compile
3058 print".
3059
3060 2019-06-13 Pedro Alves <palves@redhat.com>
3061
3062 * gdb.base/options.c: New file.
3063 * gdb.base/options.exp: New file.
3064
3065 2019-06-13 Pedro Alves <palves@redhat.com>
3066
3067 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
3068 that "o" is ambiguous.
3069
3070 2019-06-13 Pedro Alves <palves@redhat.com>
3071
3072 * gdb.base/settings.c: New file.
3073 * gdb.base/settings.exp: New file.
3074
3075 2019-06-13 Pedro Alves <palves@redhat.com>
3076
3077 * gdb.base/completion.exp: Fix comment typo.
3078
3079 2019-06-13 Pedro Alves <palves@redhat.com>
3080
3081 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
3082 foo --1" test.
3083
3084 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
3085
3086 * gdb.fortran/block-data.f: New.
3087 * gdb.fortran/block-data.exp: New.
3088
3089 2019-06-11 Tom de Vries <tdevries@suse.de>
3090
3091 PR testsuite/24521
3092 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
3093 message.
3094
3095 2019-06-11 Tom de Vries <tdevries@suse.de>
3096
3097 PR testsuite/24521
3098 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
3099
3100 2019-06-11 Tom de Vries <tdevries@suse.de>
3101
3102 * boards/readnow.exp: New file.
3103
3104 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
3105
3106 * gdb.fortran/vla-sizeof.exp: Update expected results.
3107
3108 2019-06-06 Amos Bird <amosbird@gmail.com>
3109
3110 * gdb.base/annota1.exp (thread_switch): Add test for
3111 thread-exited annotation.
3112
3113 2019-06-06 Tom Tromey <tromey@adacore.com>
3114
3115 * gdb.base/maint.exp: Expect command started/finished output.
3116
3117 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3118
3119 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
3120 comment.
3121 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
3122
3123 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
3124
3125 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
3126 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
3127 * gdb.arch/riscv-unwind-long-insn.c: New file.
3128 * gdb.arch/riscv-unwind-long-insn.exp: New file.
3129
3130 2019-06-04 Christian Biesinger <cbiesinger@google.com>
3131
3132 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
3133
3134 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3135
3136 * lib/gdb.exp (help_list_trailer): New regexp variable
3137 factorizing the help trailer message.
3138 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
3139 arg to allow to better factorize various tests.
3140 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
3141 (test_prefix_command_help): Use help_list_trailer.
3142 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
3143 * gdb.guile/scm-cmd.exp: Likewise.
3144 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
3145 * gdb.base/help.exp: Use test_user_defined_class_help.
3146 * gdb.base/style.exp: Add tests for styling of help and apropos.
3147 * lib/gdb-utils.exp (style): Add title and highlight styles.
3148
3149 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3150
3151 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
3152 $_shell_exitsignal.
3153 * gdb.base/default.exp: Update for new convenience variables.
3154
3155 2019-05-29 Tom Tromey <tromey@adacore.com>
3156
3157 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
3158 to "break complete ada" test case's regexp.
3159
3160 2019-05-29 Tom Tromey <tromey@adacore.com>
3161
3162 PR c++/20020:
3163 * gdb.cp/constexpr-field.exp: New file.
3164 * gdb.cp/constexpr-field.cc: New file.
3165
3166 2019-05-29 Tom Tromey <tromey@adacore.com>
3167
3168 * gdb.base/finish.exp (finish_no_print): New proc.
3169 (finish_tests): Call it.
3170
3171 2019-05-24 Tom de Vries <tdevries@suse.de>
3172
3173 * gdb.dwarf2/gdb-add-index.exp: New file.
3174
3175 2019-05-22 Tom Tromey <tromey@adacore.com>
3176
3177 * gdb.base/info-shared.exp (check_info_shared): Use "style".
3178 * gdb.base/style.exp: Use "style".
3179 * lib/gdb-utils.exp (style): New proc.
3180
3181 2019-05-22 Tom de Vries <tdevries@suse.de>
3182
3183 * gdb.base/align.exp: Require c++11.
3184
3185 2019-05-22 Tom de Vries <tdevries@suse.de>
3186
3187 PR testsuite/24586
3188 * gdb.python/py-mi-var-info-path-expression.exp: Call
3189 mi_skip_python_tests to check if python is supported.
3190
3191 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3192
3193 * gdb.arch/aarch64-pauth.c: New test.
3194 * gdb.arch/aarch64-pauth.exp: New file.
3195
3196 2019-05-22 Alan Hayward <alan.hayward@arm.com>
3197
3198 * README (Re-running Tests Outside The Testsuite): New section.
3199
3200 2019-05-21 Tom de Vries <tdevries@suse.de>
3201
3202 * gdb.arch/amd64-eval.exp: Require c++11.
3203 * gdb.base/max-depth.exp: Same.
3204 * gdb.compile/compile-cplus-array-decay.exp: Same.
3205 * gdb.cp/meth-typedefs.exp: Same.
3206 * gdb.cp/subtypes.exp: Same.
3207 * gdb.cp/temargs.exp: Same.
3208
3209 2019-05-21 Alan Hayward <alan.hayward@arm.com>
3210
3211 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
3212
3213 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
3214
3215 PR gdb/18644
3216 * gdb.fortran/complex.exp: Remove setup_kfail calls.
3217 * gdb.fortran/printing-types.exp: Add new test.
3218 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
3219 testing.
3220 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
3221 setup_kfail call.
3222
3223 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3224
3225 * README (Running the Testsuite): Change example.
3226 (Testsuite Parameters): Remove TRANSCRIPT.
3227 * lib/gdb.exp: Remove TRANSCRIPT check.
3228
3229 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3230
3231 * README (Testsuite Parameters): Add replay logging to
3232 GDBSERVER_DEBUG.
3233 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
3234 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
3235 as a comma separated list.
3236 (gdb_debug_init): Override procedure.
3237
3238 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3239
3240 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
3241 (gdb_write_cmd_file): New procedure.
3242 * lib/gdbserver-support.exp (gdbserver_start): Call
3243 gdbserver_write_cmd_file.
3244 (gdbserver_write_cmd_file): New procedure.
3245
3246 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3247
3248 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
3249 (delete_breakpoints): Likewise.
3250 (gdb_run_cmd): Likewise.
3251 (gdb_start_cmd): Likewise.
3252 (gdb_starti_cmd): Likewise.
3253 (gdb_internal_error_resync): Likewise.
3254 (gdb_test_multiple): Likewise.
3255 (gdb_reinitialize_dir): Likewise.
3256 (default_gdb_exit): Likewise.
3257 (gdb_file_cmd): Mark kill as optional.
3258 (default_gdb_start): Call gdb_stdin_log_init.
3259 (send_gdb): Call gdb_stdin_log_write.
3260 (rerun_to_main): Mark Y as an answer.
3261 (gdb_stdin_log_init): New function.
3262 (gdb_stdin_log_write): Likewise.
3263
3264 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3265
3266 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
3267 * gdb.base/debug-expr.exp: Likewise.
3268 * gdb.base/foll-fork.exp: Likewise.
3269 * gdb.base/foll-vfork.exp: Likewise.
3270 * gdb.base/fork-print-inferior-events.exp: Likewise.
3271 * gdb.base/gdb-sigterm.exp: Likewise.
3272 * gdb.base/gdbinit-history.exp: Likewise.
3273 * gdb.base/osabi.exp: Likewise.
3274 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3275 * gdb.base/ui-redirect.exp: Likewise.
3276 * gdb.gdb/unittest.exp: Likewise.
3277 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
3278 * gdb.mi/mi-watch.exp: Likewise.
3279 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3280 * gdb.mi/user-selected-context-sync.exp: Likewise.
3281 * gdb.python/python.exp: Disable debug test when debugging.
3282 * gdb.threads/check-libthread-db.exp: Disable when debugging.
3283 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3284 Likewise.
3285 * gdb.threads/stepi-random-signal.exp: Likewise.
3286
3287 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3288
3289 * Makefile.in: Pass through GDB_DEBUG.
3290 * README (Testsuite Parameters): Add GDB_DEBUG.
3291 (gdb,debug): Add board setting.
3292 * lib/gdb.exp (default_gdb_start): Start debugging.
3293 (gdb_debug_enabled): New procedure.
3294 (gdb_debug_init): Likewise.
3295
3296 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3297
3298 * Makefile.in: Pass through GDB_DEBUG.
3299 * README (Testsuite Parameters): Add GDB_DEBUG.
3300 (gdb,debug): Add board setting.
3301 * lib/gdb.exp (default_gdb_start): Start debugging.
3302 (gdb_debug_enabled): New procedure.
3303 (gdb_debug_init): Likewise.
3304
3305 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3306
3307 * gdb.base/ui-redirect.exp: Add debug redirect tests.
3308
3309 2019-05-17 Alan Hayward <alan.hayward@arm.com>
3310
3311 * gdb.base/ui-redirect.exp: Test redirection.
3312
3313 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
3314
3315 * gdb.mi/mi-complete.exp: New file.
3316 * gdb.mi/mi-complete.cc: Likewise.
3317
3318 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
3319
3320 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
3321 indexed and sliced arrays, and pointers to arrays.
3322
3323 2019-05-14 Tom Tromey <tromey@adacore.com>
3324
3325 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
3326 styling test.
3327
3328 2019-05-14 Tom de Vries <tdevries@suse.de>
3329
3330 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
3331 selection entry encoding.
3332
3333 2019-05-10 Tom Tromey <tromey@adacore.com>
3334
3335 * gdb.ada/info_exc.exp: Add "complete" test.
3336
3337 2019-05-09 Tom de Vries <tdevries@suse.de>
3338
3339 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
3340 CU-relative.
3341
3342 2019-05-09 Tom de Vries <tdevries@suse.de>
3343
3344 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
3345 CU-relative.
3346
3347 2019-05-08 Joel Brobecker <brobecker@adacore.com>
3348
3349 * gdb.ada/frame_arg_lang.exp: New testcase.
3350 * gdb.ada/frame_arg_lang/bla.adb: New file.
3351 * gdb.ada/frame_arg_lang/pck.ads: New file.
3352 * gdb.ada/frame_arg_lang/pck.adb: New file.
3353 * gdb.ada/frame_arg_lang/foo.c: New file.
3354
3355 2019-05-08 Tom Tromey <tromey@adacore.com>
3356
3357 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
3358
3359 2019-05-08 Tom Tromey <tromey@adacore.com>
3360
3361 * gdb.base/ptype-offsets.exp: Update tests.
3362
3363 2019-05-08 Tom Tromey <tromey@adacore.com>
3364
3365 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
3366 cases.
3367 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
3368 "short".
3369
3370 2019-05-08 Tom Tromey <tromey@adacore.com>
3371
3372 * gdb.ada/vla.exp: New file.
3373 * gdb.ada/vla/vla.adb: New file.
3374
3375 2019-05-07 Tom de Vries <tdevries@suse.de>
3376
3377 * gdb.base/index-cache.exp (ls_host): Fix return statement.
3378
3379 2019-05-07 Tom de Vries <tdevries@suse.de>
3380
3381 PR testsuite/24522
3382 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
3383 section.
3384
3385 2019-05-07 Tom de Vries <tdevries@suse.de>
3386
3387 PR testsuite/24522
3388 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
3389 .debug_aranges section.
3390
3391 2019-05-07 Tom de Vries <tdevries@suse.de>
3392
3393 PR testsuite/24159
3394 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
3395
3396 2019-05-06 Tom de Vries <tdevries@suse.de>
3397
3398 * lib/gdb.exp (exec_has_index_section): New proc.
3399 * gdb.base/index-cache.exp: Handle case that binfile contains an index
3400 section.
3401
3402 2019-05-04 Tom de Vries <tdevries@suse.de>
3403
3404 * boards/cc-with-debug-names.exp: New file.
3405
3406 2019-05-03 Tom Tromey <tromey@adacore.com>
3407
3408 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
3409 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
3410 * gdb.ada/char_enum.exp: Add test.
3411
3412 2019-05-03 Tom de Vries <tdevries@suse.de>
3413
3414 * boards/cc-with-gdb-index.exp: New file.
3415
3416 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
3417
3418 * gdb.rust/simple.exp: Add new test case.
3419 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
3420 (main): Initialise an instance of the new struct.
3421
3422 2019-05-01 Tom Tromey <tromey@adacore.com>
3423
3424 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
3425 record.
3426 (NPR): New variable.
3427 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
3428 test.
3429
3430 2019-05-01 Tom Tromey <tromey@adacore.com>
3431
3432 * gdb.ada/packed_array_assign.exp: Add packed assignment
3433 regression test.
3434
3435 2019-05-01 Tom de Vries <tdevries@suse.de>
3436
3437 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
3438
3439 2019-05-01 Tom de Vries <tdevries@suse.de>
3440
3441 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
3442
3443 2019-04-30 Ali Tamur <tamur@google.com>
3444
3445 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
3446
3447 2019-04-30 Tom Tromey <tromey@adacore.com>
3448
3449 * lib/ada.exp (find_ada_tool): New proc.
3450 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
3451 * gdb.ada/catch_ex_std.exp: New file.
3452 * gdb.ada/catch_ex_std/foo.adb: New file.
3453 * gdb.ada/catch_ex_std/some_package.adb: New file.
3454 * gdb.ada/catch_ex_std/some_package.ads: New file.
3455
3456 2019-04-30 Tom Tromey <tromey@adacore.com>
3457
3458 PR c++/24470:
3459 * gdb.cp/temargs.cc: Add test code from PR.
3460
3461 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3462
3463 * gdb.fortran/vla-datatypes.exp: Update expected results.
3464 * gdb.fortran/vla-ptype.exp: Likewise.
3465 * gdb.fortran/vla-type.exp: Likewise.
3466 * gdb.fortran/vla-value.exp: Likewise.
3467
3468 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 * gdb.fortran/ptr-indentation.exp: Update expected results.
3471 * gdb.fortran/ptype-on-functions.exp: Likewise.
3472 * gdb.fortran/vla-ptr-info.exp: Likewise.
3473 * gdb.fortran/vla-value.exp: Likewise.
3474
3475 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3476
3477 * gdb.fortran/ptype-on-functions.exp: New file.
3478 * gdb.fortran/ptype-on-functions.f90: New file.
3479
3480 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3481
3482 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
3483 case void string.
3484
3485 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3486
3487 * gdb.fortran/complex.exp: Expand.
3488 * gdb.fortran/complex.f: Renamed to...
3489 * gdb.fortran/complex.f90: ...this, and extended to add more
3490 complex values.
3491
3492 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
3493
3494 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
3495 MODULO, CMPLX.
3496
3497 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
3498 Richard Bunt <richard.bunt@arm.com>
3499
3500 * gdb.base/max-depth.c: New file.
3501 * gdb.base/max-depth.exp: New file.
3502 * gdb.python/py-nested-maps.c: New file.
3503 * gdb.python/py-nested-maps.exp: New file.
3504 * gdb.python/py-nested-maps.py: New file.
3505 * gdb.python/py-format-string.exp (test_max_depth): New proc.
3506 (test_all_common): Call test_max_depth.
3507 * gdb.fortran/max-depth.exp: New file.
3508 * gdb.fortran/max-depth.f90: New file.
3509 * gdb.go/max-depth.exp: New file.
3510 * gdb.go/max-depth.go: New file.
3511 * gdb.modula2/max-depth.exp: New file.
3512 * gdb.modula2/max-depth.c: New file.
3513 * lib/gdb.exp (get_print_expr_at_depths): New proc.
3514
3515 2019-04-29 Tom de Vries <tdevries@suse.de>
3516
3517 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
3518
3519 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3520
3521 * gdb.base/callexit.exp: Test may-call-functions off.
3522
3523 2019-04-25 Keith Seitz <keiths@redhat.com>
3524
3525 PR c++/24367
3526 * gdb.cp/meth-typedefs.cc (incomplete_struct)
3527 (another_incomplete_struct, test_incomplete): New definitions.
3528 (main): Use new definitions.
3529 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
3530 functions.
3531
3532 2019-04-25 Ali Tamur <tamur@google.com>
3533
3534 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
3535
3536 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
3537
3538 PR corefiles/11608
3539 PR corefiles/18187
3540 * gdb.base/coredump-filter-build-id.exp: New file.
3541
3542 2019-04-25 Alan Hayward <alan.hayward@arm.com>
3543
3544 * Makefile.in: Pass through GDBSERVER_DEBUG.
3545 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
3546 (gdbserver,debug): Add board setting.
3547 * gdb.trace/tspeed.exp: Skip when debugging.
3548 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
3549 * lib/gdbserver-support.exp: Likewise
3550
3551 2019-04-24 Tom Tromey <tromey@adacore.com>
3552
3553 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
3554 Rust.
3555
3556 2019-04-24 Tom Tromey <tromey@adacore.com>
3557
3558 * gdb.arch/amd64-eval.exp: Test bitfield return.
3559 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
3560 (class Foo) <return_bitfields>: New method.
3561 (main): Call it.
3562
3563 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.cp/many-args.cc: New file.
3566 * gdb.cp/many-args.exp: New file.
3567
3568 2019-04-23 Tom de Vries <tdevries@suse.de>
3569
3570 PR gdb/24433
3571 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
3572
3573 2019-04-23 Alan Hayward <alan.hayward@arm.com>
3574
3575 * gdb.trace/backtrace.exp: Use nopie flag.
3576 * gdb.trace/circ.exp: Likewise.
3577 * gdb.trace/collection.exp: Likewise.
3578 * gdb.trace/ftrace.exp: Likewise.
3579 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3580 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3581 * gdb.trace/qtro.exp: Likewise.
3582 * gdb.trace/read-memory.exp: Likewise.
3583 * gdb.trace/report.exp: Likewise.
3584 * gdb.trace/tfile.exp: Likewise.
3585 * gdb.trace/tfind.exp: Likewise.
3586 * gdb.trace/unavailable.exp: Likewise.
3587
3588 2019-04-22 Pedro Alves <palves@redhat.com>
3589
3590 * gdb.base/solib-probes-nosharedlibrary.c,
3591 gdb.base/solib-probes-nosharedlibrary.exp: New files.
3592
3593 2019-04-19 Tom Tromey <tromey@adacore.com>
3594
3595 * gdb.ada/ptype_union.c: New file.
3596 * gdb.ada/ptype_union.exp: New file.
3597
3598 2019-04-19 Tom Tromey <tromey@adacore.com>
3599
3600 PR symtab/24423:
3601 * gdb.base/list0.h (foo): Add a control-l character.
3602
3603 2019-04-18 Tom de Vries <tdevries@suse.de>
3604
3605 PR gdb/24433
3606 * boards/local-board.exp: Set sysroot to "".
3607
3608 2019-04-18 Tom de Vries <tdevries@suse.de>
3609 Pedro Alves <palves@redhat.com>
3610
3611 PR gdb/24454
3612 * gdb.threads/vfork-follow-child-exec.c: New file.
3613 * gdb.threads/vfork-follow-child-exec.exp: New file.
3614 * gdb.threads/vfork-follow-child-exit.c: New file.
3615 * gdb.threads/vfork-follow-child-exit.exp: New file.
3616
3617 2019-04-15 Leszek Swirski <leszeks@google.com>
3618
3619 * gdb.arch/amd64-eval.cc: New file.
3620 * gdb.arch/amd64-eval.exp: New file.
3621
3622 2019-04-11 Alan Hayward <alan.hayward@arm.com>
3623
3624 * gdb.server/sysroot.c: New test.
3625 * gdb.server/sysroot.exp: New file.
3626 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3627 matching param.
3628
3629 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3630
3631 * gdb.base/align.exp: Extend test to cover structures containing
3632 only static fields.
3633
3634 2019-04-11 Tom de Vries <tdevries@suse.de>
3635
3636 * boards/cc-with-dwz-m.exp: New file.
3637 * boards/cc-with-dwz.exp: New file.
3638 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3639
3640 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
3641
3642 * gdb.base/start-cpp.exp: New file.
3643 * gdb.base/start-cpp.cc: New file.
3644
3645 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3646
3647 * gdb.python/py-thrhandle.exp: Adjust tests to call
3648 thread_from_handle instead of thread_from_thread_handle.
3649
3650 2019-04-08 Kevin Buettner <kevinb@redhat.com>
3651
3652 * gdb.python/py-thrhandle.exp: Add tests for
3653 gdb.InferiorThread.handle.
3654
3655 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3656
3657 * gdb.python/py-function.exp: Check calling helper function from
3658 all languages.
3659 * lib/gdb.exp (gdb_supported_languages): New proc.
3660
3661 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3662
3663 * gdb.base/complex-parts.c: New file.
3664 * gdb.base/complex-parts.exp: New file.
3665
3666 2019-04-01 Tom Tromey <tromey@adacore.com>
3667
3668 PR symtab/23331:
3669 * gdb.dwarf2/dw2-ranges-main.c: New file.
3670 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3671 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3672
3673 2019-03-30 Simon Marchi <simark@simark.ca>
3674
3675 * gdb.base/default.exp: Add values for $_gdb_major and
3676 $_gdb_minor.
3677
3678 2019-03-29 Tom Tromey <tromey@adacore.com>
3679
3680 * gdb.base/help.exp: Tighten apropos regexp.
3681
3682 2019-03-29 Keith Seitz <keiths@redhat.com>
3683
3684 * gdb.fortran/array-bounds.exp: New file.
3685 * gdb.fortran/array-bounds.f90: New file.
3686
3687 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3688
3689 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3690
3691 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3692
3693 * gdb.multi/hello.c (main): Increase alarm timer.
3694
3695 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3696
3697 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3698 factor when no hardware watchpoint support.
3699
3700 2019-03-28 Alan Hayward <alan.hayward@arm.com>
3701 Pedro Alves <palves@redhat.com>
3702
3703 * boards/local-board.exp: set sysroot to /.
3704
3705 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3706
3707 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3708 in child.
3709
3710 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3711
3712 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3713 field.
3714 (make_container): Initialise new field.
3715 * gdb.python/py-prettyprint.exp: Add new tests.
3716 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3717 <display_hint>: New method.
3718
3719 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3720
3721 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3722 gdb_continue_to_breakpoint more throughout this test.
3723 (run_lang_tests) Supply unique test names, and use
3724 gdb_test_no_output.
3725
3726 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3727
3728 * gdb.base/finish-pretty.exp: Update expected results.
3729 * gdb.base/pretty-print.c: New file.
3730 * gdb.base/pretty-print.exp: New file.
3731
3732 2019-03-25 Pedro Alves <palves@redhat.com>
3733
3734 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3735 move comments outside list. Append '-i "" eof' section.
3736
3737 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3738
3739 PR testsuite/25016
3740 * README: Add pie options.
3741 * gdb.base/break-interp.exp: Ensure pie is disabled.
3742 * gdb.base/dump.exp: Likewise.
3743 * lib/gdb.exp (gdb_compile): Add pie option.
3744
3745 2019-03-19 Tom Tromey <tromey@adacore.com>
3746
3747 * gdb.mi/mi2-cli-display.c: New file.
3748 * gdb.mi/mi2-cli-display.exp: New file.
3749
3750 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3751 Tom Tromey <tromey@adacore.com>
3752
3753 * gdb.ada/ptype_array/pck.adb: New file.
3754 * gdb.ada/ptype_array/pck.ads: New file.
3755 * gdb.ada/ptype_array/foo.adb: New file.
3756 * gdb.ada/ptype_array.exp: New file.
3757
3758 2019-03-14 Tom Tromey <tromey@adacore.com>
3759
3760 * gdb.base/style.exp: Add "set style sources" test.
3761
3762 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3763
3764 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3765 * mi-breakpoint-multiple-locations.exp: ... this.
3766 (make_breakpoints_pattern): New proc.
3767 (do_test): Add mi_version parameter, test -break-insert,
3768 -break-info and =breakpoint-created.
3769
3770 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3771
3772 * config/default.exp: Remove 'load_lib gdb.exp'.
3773 * config/monitor.exp: Likewise.
3774 * config/sid.exp: Likewise.
3775 * config/sim.exp: Likewise.
3776 * config/slite.exp: Likewise.
3777 * config/unix.exp: Likewise.
3778 * gdb.base/default.exp: Remove unhelpful comment.
3779
3780 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3781
3782 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3783
3784 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3785
3786 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3787
3788 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3789
3790 * gdb.fortran/type-kinds.exp: Update expected results.
3791
3792 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3793
3794 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3795
3796 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3797
3798 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3799 function.
3800 (test_basic_parsing_of_type_kinds): Expand types tested.
3801 (test_parsing_invalid_type_kinds): New function.
3802
3803 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3804
3805 * gdb.fortran/intrinsics.exp: New file.
3806 * gdb.fortran/intrinsics.f90: New file.
3807 * gdb.fortran/type-kinds.exp: New file.
3808
3809 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3810
3811 * gdb.fortran/dot-ops.exp: New file.
3812
3813 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3814
3815 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3816 Check upper and lower case logical literals.
3817
3818 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3819
3820 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3821 Remove duplicate tests.
3822
3823 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3824
3825 * lib/gdb.exp (builtin_cd): rename of cd.
3826 (cd): Override builtin.
3827
3828 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3829
3830 * gdb.fortran/function-calls.exp: New file.
3831 * gdb.fortran/function-calls.f90: New test.
3832
3833 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3834
3835 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3836 on user program standard output.
3837 * gdb.fortran/short-circuit-argument-list.f90: Record function
3838 calls.
3839
3840 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3841
3842 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3843 failure.
3844
3845 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3846
3847 PR gdb/8527
3848 * gdb.base/interrupt-daemon-attach.c,
3849 gdb.base/interrupt-daemon-attach.exp: New test.
3850
3851 2019-02-27 Pedro Alves <palves@redhat.com>
3852
3853 * gdb.base/page.exp: Add tests for "set width/height -1".
3854
3855 2019-02-27 Pedro Alves <palves@redhat.com>
3856
3857 * gdb.base/page.exp: Add tests for "set/show width/height" with
3858 "infinite" values.
3859
3860 2019-02-27 Tom Tromey <tromey@adacore.com>
3861
3862 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3863 2.4.
3864 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3865 workaround.
3866
3867 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3868
3869 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3870 tests for structs with static members.
3871
3872 2019-02-26 Tom Tromey <tromey@adacore.com>
3873
3874 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3875 ValueError, not TypeError.
3876
3877 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3878
3879 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3880 call from main program.
3881
3882 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3883
3884 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3885 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3886 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3887 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3888 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3889
3890 2019-02-22 Keith Seitz <keiths@redhat.com>
3891
3892 PR symtab/23853
3893 * gdb.base/symlink-sourcefile.c: New file.
3894 * gdb.base/symlink-sourcefile.exp: New file.
3895
3896 2019-02-20 Tom Tromey <tom@tromey.com>
3897
3898 * gdb.base/info_qt.exp: Update.
3899
3900 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3901
3902 * gdb.base/source.exp: Move "error in sourced script" code to
3903 the end.
3904 * gdb.base/source-error.gdb: Move contents to
3905 source-error-1.gdb. Add new code to source source-error-1.gdb.
3906 * gdb.base/source-error-1.gdb: New file, from previous
3907 source-error.gdb.
3908
3909 2019-02-17 Tom Tromey <tom@tromey.com>
3910
3911 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3912 for macro styling.
3913 * gdb.base/style.c (SOME_MACRO): New macro.
3914
3915 2019-02-17 Tom Tromey <tom@tromey.com>
3916
3917 * gdb.base/style.exp: Add line-wrapping tests.
3918 * gdb.base/page.exp: Add test for quitting during pagination.
3919
3920 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3921
3922 * gdb.ada/big_packed_array: New testcase.
3923 * gdb.ada/homonym.exp: Fix incorrect expected output for
3924 "break <homonym__get_value>" test.
3925
3926 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3927
3928 PR breakpoints/21870
3929 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3930 and prepare_for_testing. Add comment.
3931 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3932 redundant cleanup call. Clean up comment.
3933
3934 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3935
3936 PR breakpoints/21870
3937 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3938 * gdb.arch/aarch64-dbreg-contents.c: New file.
3939
3940 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3941
3942 * gdb.ada/mi_ref_changeable: New testcase.
3943
3944 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3945
3946 * gdb.base/attach.exp: Add double attach test.
3947
3948 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3949
3950 * lib/gdb.exp (default_gdb_start): Don't match pagination
3951 prompt.
3952 (gdb_init): Set stty_init.
3953
3954 2019-01-27 Tom Tromey <tom@tromey.com>
3955
3956 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3957 skip_python_tests.
3958
3959 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3960
3961 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3962 New structure.
3963 (struct struct_static_02_02): Likewise.
3964 (struct struct_static_02_03): Likewise.
3965 (struct struct_static_02_04): Likewise.
3966 (struct struct_static_04_01): Likewise.
3967 (struct struct_static_04_02): Likewise.
3968 (struct struct_static_04_03): Likewise.
3969 (struct struct_static_04_04): Likewise.
3970 (struct struct_static_06_01): Likewise.
3971 (struct struct_static_06_02): Likewise.
3972 (struct struct_static_06_03): Likewise.
3973 (struct struct_static_06_04): Likewise.
3974 (cmp_struct_static_02_01): Likewise.
3975 (cmp_struct_static_02_02): Likewise.
3976 (cmp_struct_static_02_03): Likewise.
3977 (cmp_struct_static_02_04): Likewise.
3978 (cmp_struct_static_04_01): Likewise.
3979 (cmp_struct_static_04_02): Likewise.
3980 (cmp_struct_static_04_03): Likewise.
3981 (cmp_struct_static_04_04): Likewise.
3982 (cmp_struct_static_06_01): Likewise.
3983 (cmp_struct_static_06_02): Likewise.
3984 (cmp_struct_static_06_03): Likewise.
3985 (cmp_struct_static_06_04): Likewise.
3986 (call_all): Test new structs.
3987 * gdb.base/infcall-nested-structs.exp: Likewise.
3988
3989 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3990 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3991
3992 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3993 * gdb.base/stack-protector.c: New test.
3994 * gdb.base/stack-protector.exp: New file.
3995 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3996 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3997 option.
3998 (gdb_compile): Remove stack protector for GCC and prevent
3999 recursion.
4000
4001 2019-01-16 Keith Seitz <keiths@redhat.com>
4002
4003 PR gdb/23773
4004 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
4005
4006 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4007
4008 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
4009 aliases.
4010 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
4011 tests.
4012 * gdb.arch/powerpc-vector-regs.c: New file.
4013 * gdb.arch/powerpc-vector-regs.exp: New file.
4014
4015 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4016
4017 * gdb.arch/altivec-regs.exp: Fix the list passed to
4018 gdb_expect_list when testing "info vector".
4019
4020 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.base/style.exp: Don't include path in testname.
4023
4024 2019-01-10 Keith Seitz <keiths@redhat.com>
4025
4026 PR gdb/23712
4027 PR symtab/23010
4028 * gdb.dwarf2/multidictionary.exp: New file.
4029
4030 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
4031
4032 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4033 (test_gnuv3_style_demangling): ... this.
4034 (test_lucid_style_demangling): Remove.
4035 (test_arm_style_demangling): Remove.
4036 (test_hp_style_demangling): Remove.
4037 (do_tests): Remove calls to the above.
4038
4039 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4040
4041 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
4042 case.
4043
4044 2019-01-06 Tom Tromey <tom@tromey.com>
4045
4046 PR gdb/28155:
4047 * gdb.dwarf2/typedef-void-finish.exp: New file.
4048
4049 2018-12-28 Tom Tromey <tom@tromey.com>
4050 Simon Marchi <simark@simark.ca>
4051
4052 * gdb.base/jit-exec.exp: New file.
4053 * gdb.base/jit-exec.c: New file.
4054 * gdb.base/jit-execd.c: New file.
4055
4056 2018-12-28 Tom Tromey <tom@tromey.com>
4057
4058 * gdb.base/style.exp: Update test to check for address styling.
4059
4060 2018-12-28 Tom Tromey <tom@tromey.com>
4061
4062 * gdb.base/style.exp: Add test for styling of "Reading symbols"
4063 message.
4064
4065 2018-12-28 Tom Tromey <tom@tromey.com>
4066
4067 * gdb.base/style.exp: Add test for version number styling.
4068
4069 2018-12-28 Tom Tromey <tom@tromey.com>
4070
4071 * gdb.base/style.exp: Add test for print_address_symbolic.
4072
4073 2018-12-28 Tom Tromey <tom@tromey.com>
4074
4075 * gdb.base/style.exp: Add test for breakpoint setting.
4076
4077 2018-12-28 Tom Tromey <tom@tromey.com>
4078
4079 * gdb.base/style.exp: Add test for variable names.
4080
4081 2018-12-28 Tom Tromey <tom@tromey.com>
4082
4083 * gdb.base/style.exp: New file.
4084 * gdb.base/style.c: New file.
4085
4086 2018-12-28 Tom Tromey <tom@tromey.com>
4087
4088 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4089 "dumb".
4090 * gdb.base/readline.exp (operate_and_get_next): Save and restore
4091 the TERM environment variable.
4092
4093 2018-12-27 Tom Tromey <tom@tromey.com>
4094
4095 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
4096 pagination test.
4097
4098 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
4099
4100 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
4101 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
4102
4103 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4104
4105 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4106 Filename a.adb changed to bp_fun_addr.adb.
4107 gdb.ada/bp_fun_addr.exp: Update test accordingly.
4108
4109 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
4110
4111 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
4112 non-PIE executables.
4113 * README: Mention the gdb,nopie_flag board setting.
4114 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
4115 non-PIE executable.
4116 * gdb.arch/amd64-entry-value.exp: Likewise.
4117 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
4118 * gdb.arch/i386-float.exp: Likewise.
4119 * gdb.arch/i386-signal.exp: Likewise.
4120 * gdb.mi/mi-reg-undefined.exp: Likewise.
4121
4122 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
4123
4124 PR gdb/23974
4125 * gdb.base/info-os.exp: Check return for unknown "info os" type.
4126
4127 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4128
4129 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
4130 Update order of results accordingly.
4131
4132 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
4133
4134 * gdb.base/annota1.exp: Update a test regexp.
4135
4136 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4137
4138 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
4139
4140 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4141
4142 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
4143 (reuse_time): Initialize to REUSE_TIME_CAP.
4144 (check_rc): New function.
4145 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
4146 Check pthread_create rc.
4147 (spawner_thread_func): Check pthread_create and pthread_join rc.
4148
4149 2018-12-08 Pedro Alves <palves@redhat.com>
4150
4151 * gdb.base/list.exp (test_forward_search): Rename to ...
4152 (test_forward_reverse_search): ... this. Also test reverse-search
4153 and the forward-search alias.
4154
4155 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
4156
4157 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
4158 local timeout variable before return, and remove all local timeout
4159 variable entirely.
4160 (gdb_load): Likewise.
4161
4162 2018-12-01 Tom de Vries <tdevries@suse.de>
4163
4164 * gdb.base/gdb-caching-proc.exp: New file.
4165
4166 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
4167
4168 * Makefile.in (TIMESTAMP): New variable.
4169 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
4170 command.
4171 (check-single-racy): Likewise.
4172 (check/%.exp): Likewise.
4173 (check-racy/%.exp): Likewise.
4174 (workers/%.worker): Likewise.
4175 (build-perf): Likewise.
4176 (check-perf): Likewise.
4177 * README: Describe new "TS" and "TS_FORMAT" variables.
4178 * print-ts.py: New file.
4179
4180 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
4181
4182 PR python/23714
4183 * gdb.python/python.exp: Test command repetition after
4184 gdb.execute.
4185
4186 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
4187
4188 * gdb.opt/inline-break.exp: Add test that info breakpoint output
4189 is correctly aligned.
4190
4191 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4192
4193 * gdb.ada/info_auto_lang.exp: New testcase.
4194 * gdb.ada/info_auto_lang/global_pack.ads: New file.
4195 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
4196 * gdb.ada/info_auto_lang/some_c.c: New file.
4197
4198 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4199
4200 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
4201 FUNC_lang language syntax.
4202
4203 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4204
4205 * gdb.base/info_minsym.c: New file.
4206 * gdb.base/info_minsym.exp: New file.
4207
4208 2018-11-19 Tom Tromey <tom@tromey.com>
4209
4210 PR rust/23625:
4211 * gdb.rust/simple.exp: Add ptype test. Update expected output.
4212 * gdb.rust/expr.exp: Update expected output. Change one test.
4213
4214 2018-11-19 Tom Tromey <tom@tromey.com>
4215
4216 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
4217
4218 2018-11-19 Pedro Alves <palves@redhat.com>
4219
4220 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
4221 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
4222 see the expected warning.
4223
4224 2018-11-16 Alan Hayward <alan.hayward@arm.com>
4225
4226 PR gdb/22736:
4227 * gdb.cp/infcall-nodebug-lib.c: New test.
4228 * gdb.cp/infcall-nodebug-main.c: New test.
4229 * gdb.cp/infcall-nodebug.exp: New file.
4230
4231 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
4232
4233 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
4234 completer tests.
4235
4236 2018-11-09 Tom de Vries <tdevries@suse.de>
4237
4238 * gdb.base/msym-lang.c: New test.
4239 * gdb.base/msym-lang.exp: New file.
4240 * gdb.base/msym-lang-main.c: New test.
4241
4242 2018-11-08 Tom Tromey <tom@tromey.com>
4243
4244 PR gdb/23555:
4245 PR gdb/23838:
4246 * gdb.base/warning.exp: New file.
4247
4248 2018-11-08 Jan Beulich <jbeulich@suse.com>
4249
4250 * testsuite/gdb.arch/i386-avx512.c,
4251 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
4252
4253 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
4254
4255 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
4256 point hardware.
4257
4258 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
4259
4260 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
4261 * gdb.dwarf2/missing-type-name.exp: New file.
4262
4263 2018-11-06 Tom de Vries <tdevries@suse.de>
4264
4265 * gdb.base/many-headers.c: New test.
4266 * gdb.base/many-headers.exp: New file.
4267
4268 2018-11-06 Jim Wilson <jimw@sifive.com>
4269
4270 * gdb.base/code_elim.exp: For riscv, set additional_flags
4271 to include -msmall-data-limit=0.
4272
4273 2018-11-01 Joel Brobecker <brobecker@adacore.com>
4274
4275 * gdb.ada/watch_minus_l: New testcase.
4276
4277 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4278
4279 * gdb.arch/aix-sighandle.c: New file.
4280 * gdb.arch/aix-sighandle.exp: New file.
4281
4282 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4283
4284 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
4285 registers being unions.
4286
4287 2018-10-31 Tom de Vries <tdevries@suse.de>
4288
4289 * lib/valgrind.exp: New file.
4290 (vgdb_start, vgdb_stop): New procs, factored out of ...
4291 * gdb.base/valgrind-bt.exp: ... here, ...
4292 * gdb.base/valgrind-disp-step.exp: ... here and ...
4293 * gdb.base/valgrind-infcall.exp: ... here.
4294
4295 2018-10-31 Tom de Vries <tdevries@suse.de>
4296
4297 * lib/gdb.exp (get_valueof): Don't output read value in test name.
4298
4299 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4300
4301 * gdb.dwarf2/void-type.c: New file.
4302 * gdb.dwarf2/void-type.exp: New file.
4303
4304 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4305
4306 * gdb.base/info_qt.c: New file.
4307 * gdb.base/info_qt.exp: New file.
4308
4309 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4310
4311 * gdb.arch/powerpc-htm-regs.c: New file.
4312 * gdb.arch/powerpc-htm-regs.exp: New file.
4313
4314 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4315
4316 * gdb.arch/powerpc-tar.c: New file.
4317 * gdb.arch/powerpc-tar.exp: New file.
4318
4319 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4320
4321 * gdb.arch/powerpc-ppr-dscr.c: New file.
4322 * gdb.arch/powerpc-ppr-dscr.exp: New file.
4323
4324 2018-10-25 Tom de Vries <tdevries@suse.de>
4325
4326 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
4327
4328 2018-10-24 Tom de Vries <tdevries@suse.de>
4329
4330 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
4331 longer exists error.
4332
4333 2018-10-24 Tom de Vries <tdevries@suse.de>
4334
4335 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
4336
4337 2018-10-24 Tom de Vries <tdevries@suse.de>
4338
4339 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4340 --db-attach in valgrind.
4341
4342 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
4343
4344 * gdb.arch/riscv-reg-aliases.c: New file.
4345 * gdb.arch/riscv-reg-aliases.exp: New file.
4346
4347 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4348
4349 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4350
4351 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4352
4353 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
4354
4355 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4356
4357 * gdb.cp/ovldbreak.exp: Fix regexps.
4358
4359 2018-10-19 Alan Hayward <alan.hayward@arm.com>
4360
4361 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
4362
4363 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
4364
4365 PR cli/23785
4366 * gdb.base/restore.exp: New test to check if "restore" with an
4367 invalid file doesn't segfault.
4368
4369 2018-10-18 Tom de Vries <tdevries@suse.de>
4370
4371 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
4372 * gdb.ada/excep_handle.exp: Same.
4373 * gdb.ada/mi_string_access.exp: Same.
4374 * gdb.ada/mi_var_union.exp: Same.
4375 * gdb.arch/arc-analyze-prologue.exp: Same.
4376 * gdb.arch/arc-decode-insn.exp: Same.
4377 * gdb.base/readnever.exp: Same.
4378 * gdb.fortran/printing-types.exp: Same.
4379 * gdb.guile/scm-lazy-string.exp: Same.
4380
4381 2018-10-16 Tom de Vries <tdevries@suse.de>
4382
4383 PR gdb/23730
4384 * gdb.base/catch-follow-exec.c: Add copyright notice.
4385 * gdb.base/catch-follow-exec.exp: Rewrite to use
4386 gdb_spawn_with_cmdline_opts. Require gdb-native.
4387
4388 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
4389
4390 * gdb.trace/actions-changed.exp: Check for arch support.
4391 * gdb.trace/actions.exp: Likewise.
4392 * gdb.trace/ax.exp: Likewise.
4393 * gdb.trace/backtrace.exp: Likewise.
4394 * gdb.trace/change-loc.exp: Likewise.
4395 * gdb.trace/deltrace.exp: Likewise.
4396 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
4397 * gdb.trace/ftrace.exp: Likewise.
4398 * gdb.trace/infotrace.exp: Check for arch support.
4399 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4400 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4401 * gdb.trace/mi-tsv-changed.exp: Likewise.
4402 * gdb.trace/packetlen.exp: Likewise.
4403 * gdb.trace/passc-dyn.exp: Likewise.
4404 * gdb.trace/passcount.exp: Likewise.
4405 * gdb.trace/pending.exp: Likewise.
4406 * gdb.trace/range-stepping.exp: Check for shlib support.
4407 * gdb.trace/report.exp: Check for arch support.
4408 * gdb.trace/save-trace.exp: Likewise.
4409 * gdb.trace/signal.exp: Check for signal support.
4410 * gdb.trace/tfind.exp: Check for arch support.
4411 * gdb.trace/trace-break.exp: Check for arch and shlib support.
4412 * gdb.trace/trace-common.h: Add comment.
4413 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
4414 * gdb.trace/trace-enable-disable.exp: Likewise.
4415 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
4416 * gdb.trace/tracecmd.exp: Check for arch support.
4417 * gdb.trace/tspeed.exp: Check for shlib and target support.
4418 * gdb.trace/tstatus.exp: Check for arch support.
4419 * gdb.trace/tsv.exp: Likewise.
4420 * gdb.trace/while-dyn.exp: Likewise.
4421 * gdb.trace/while-stepping.exp: Likewise.
4422 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
4423
4424 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
4425
4426 * gdb.trace/tspeed.exp: Remove nowarnings.
4427 (prepare_for_trace_test): Declare "global ipalib".
4428 * gdb.trace/tspeed.c: Include unistd.h.
4429 (main): Remove superfluous printf argument.
4430
4431 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
4432
4433 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
4434 directory prefix on the filename.
4435
4436 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
4437
4438 * gdb.gdb/unittest.exp: Update expected message informing that
4439 selftests have been disabled.
4440 * gdb.server/unittest.exp: Likewise.
4441
4442 2018-10-09 Tom de Vries <tdevries@suse.de>
4443
4444 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
4445 with runto_main.
4446
4447 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
4448
4449 PR c++/16841
4450 * gdb.cp/virtbase2.cc: New file.
4451 * gdb.cp/virtbase2.exp: New file.
4452
4453 2018-10-06 Tom Tromey <tom@tromey.com>
4454
4455 PR python/19399:
4456 * gdb.python/py-inferior.exp: Add architecture test.
4457
4458 2018-10-06 Tom Tromey <tom@tromey.com>
4459
4460 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
4461 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
4462
4463 2018-10-06 Tom Tromey <tom@tromey.com>
4464
4465 * gdb.python/py-breakpoint.exp (check_last_event): Check location
4466 of a "throw" catchpoint.
4467
4468 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
4469
4470 * gdb.base/info-proc.exp: Update string expected from "help info
4471 proc".
4472
4473 2018-10-04 Tom Tromey <tom@tromey.com>
4474
4475 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
4476 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
4477 (test_initial_complaints, test_empty_complaints): Update.
4478 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4479
4480 2018-10-04 Tom Tromey <tom@tromey.com>
4481
4482 PR cli/19551:
4483 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
4484 * lib/gdb.exp (gdb_file_cmd): Update.
4485 * gdb.stabs/weird.exp (print_weird_var): Update.
4486 * gdb.server/solib-list.exp: Update.
4487 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
4488 * gdb.mi/mi-cli.exp: Update.
4489 * gdb.linespec/linespec.exp: Update.
4490 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
4491 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
4492 * gdb.cp/cp-relocate.exp: Update.
4493 * gdb.base/sym-file.exp: Update.
4494 * gdb.base/relocate.exp: Update.
4495 * gdb.base/readnever.exp: Update.
4496 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4497 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
4498 * gdb.base/dbx.exp (gdb_file_cmd): Update.
4499 * gdb.base/code_elim.exp: Update.
4500 * gdb.base/break-unload-file.exp (test_break): Update.
4501 * gdb.base/break-interp.exp (test_attach_gdb): Update.
4502 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
4503 Update.
4504 * gdb.base/attach.exp (do_attach_tests): Update.
4505 * gdb.base/sepdebug.exp: Update.
4506 * gdb.python/py-section-script.exp: Update.
4507
4508 2018-10-04 Tom Tromey <tom@tromey.com>
4509
4510 PR cli/22234:
4511 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
4512 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
4513 output.
4514
4515 2018-10-04 Tom Tromey <tom@tromey.com>
4516
4517 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
4518 set width and height to 0.
4519 (test_command_line_attach_run): Use -quiet.
4520
4521 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
4522
4523 * lib/gdb.exp (skip_ifunc_tests): New.
4524 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
4525 other compile failures.
4526 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
4527
4528 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
4529
4530 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
4531 is_amd64_regs_target.
4532
4533 2018-10-01 Alan Hayward <alan.hayward@arm.com>
4534
4535 * gdb.arch/aarch64-sighandler-regs.c: New test.
4536 * gdb.arch/aarch64-sighandler-regs.exp: New file.
4537 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
4538
4539 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
4540
4541 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4542 assembly.
4543
4544 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
4545
4546 * gdb.base/frame-selection.exp: New file.
4547 * gdb.base/frame-selection.c: New file.
4548
4549 2018-09-27 Alan Hayward <alan.hayward@arm.com>
4550
4551 * gdb.threads/check-libthread-db.c (thread_routine): Use a
4552 pthread barrier.
4553 (main): Likewise.
4554
4555 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
4556
4557 * gdb.base/large-frame-1.c: New file.
4558 * gdb.base/large-frame-2.c: New file.
4559 * gdb.base/large-frame.exp: New file.
4560 * gdb.base/large-frame.h: New file.
4561
4562 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
4563
4564 PR gdb/20948
4565 * gdb.base/write_mem.exp: New test.
4566 * gdb.base/write_mem.c: Likewise.
4567
4568 2018-09-23 Tom Tromey <tom@tromey.com>
4569
4570 PR python/18852:
4571 * gdb.python/py-parameter.exp: Add test for parameter that throws
4572 on "set".
4573
4574 2018-09-23 Tom Tromey <tom@tromey.com>
4575
4576 PR python/17284:
4577 * gdb.python/py-template.exp (test_template_arg): Add test for
4578 negative template argument number.
4579
4580 2018-09-23 Tom Tromey <tom@tromey.com>
4581
4582 PR python/14062:
4583 * gdb.python/python.exp: Add test for post_event error.
4584
4585 2018-09-23 Tom Tromey <tom@tromey.com>
4586
4587 PR python/18170:
4588 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
4589 convert pointers to int and long.
4590
4591 2018-09-23 Tom Tromey <tom@tromey.com>
4592
4593 PR python/20126:
4594 * gdb.python/py-value.exp (test_value_numeric_ops): Add
4595 signed-ness conversion tests.
4596
4597 2018-09-23 Tom Tromey <tom@tromey.com>
4598
4599 PR python/18352;
4600 * gdb.python/py-value.exp (test_float_conversion): New proc.
4601 Use it.
4602
4603 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4604
4605 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4606
4607 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4608
4609 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4610 no readline.
4611 * gdb.base/utf8-identifiers.exp: Likewise.
4612 * gdb.cp/cpcompletion.exp: Likewise.
4613 * gdb.linespec/cpcompletion.exp: Likewise.
4614 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4615 * gdb.linespec/cpls-ops.exp: Likewise.
4616
4617 2018-09-19 Richard Bunt <richard.bunt@arm.com>
4618 Chris January <chris.january@arm.com>
4619
4620 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4621 * gdb.fortran/short-circuit-argument-list.exp: New file.
4622 * gdb.fortran/short-circuit-argument-list.f90: New test.
4623
4624 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4625
4626 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4627 "arch=" keyword when executing "-stack-list-frames".
4628
4629 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4630
4631 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4632 "arch=" keyword when executing "-stack-list-frames".
4633
4634 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4635
4636 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4637 break ada".
4638
4639 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4640
4641 PR python/23669
4642 * gdb.python/python.exp: Test gdb.execute("show commands").
4643
4644 2018-09-16 Tom Tromey <tom@tromey.com>
4645
4646 * gdb.base/new-ui.exp (do_execution_tests): Update.
4647 * gdb.base/dbx.exp (test_breakpoints): Update.
4648
4649 2018-09-14 Alan Hayward <alan.hayward@arm.com>
4650
4651 * lib/gdb.exp (gdb_simple_compile): Add proc.
4652 (is_elf_target): Use gdb_simple_compile.
4653 (skip_altivec_tests): Likewise.
4654 (skip_vsx_tests): Likewise.
4655 (skip_tsx_tests): Likewise.
4656 (skip_btrace_tests): Likewise.
4657 (skip_btrace_pt_tests): Likewise.
4658 (gdb_can_simple_compile): Likewise.
4659 (gdb_has_argv0): Likewise.
4660 (gdb_target_symbol_prefix): Likewise.
4661 (target_supports_scheduler_locking): Likewise.
4662
4663 2018-09-13 Tom Tromey <tom@tromey.com>
4664
4665 * Makefile.in (TAGS): Recognize proc_with_prefix and
4666 gdb_caching_proc.
4667
4668 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4669
4670 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4671 method.
4672
4673 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4674
4675 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4676 and a few other Inferior properties when the Inferior is no
4677 longer valid.
4678
4679 2018-09-13 Tom Tromey <tom@tromey.com>
4680
4681 PR rust/23650:
4682 * gdb.rust/simple.exp: Add test for enum field access error.
4683
4684 2018-09-13 Tom Tromey <tom@tromey.com>
4685
4686 PR rust/23626:
4687 * gdb.rust/simple.rs (EmptyEnum): New type.
4688 (main): Use it.
4689 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4690
4691 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4692
4693 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4694 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4695 * gdb.python/py-symtab.exp: Update test printing an objfile.
4696
4697 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4698
4699 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4700 object.
4701
4702 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4703
4704 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4705 (support_complex_tests): Use gdb_can_simple_compile.
4706 (is_ilp32_target): Likewise.
4707 (is_lp64_target): Likewise.
4708 (is_64_target): Likewise.
4709 (is_amd64_regs_target): Likewise.
4710 (is_aarch32_target): Likewise.
4711 (gdb_int128_helper): Likewise.
4712
4713 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4714
4715 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4716
4717 2018-09-10 Jerome Guitton <guitton@adacore.com>
4718
4719 * gdb.ada/same_component_name: Add test for case of tagged record
4720 with variable-length fields.
4721
4722 2018-09-10 Xavier Roirand <roirand@adacore.com>
4723
4724 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4725 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4726 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4727 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4728
4729 2018-09-10 Xavier Roirand <roirand@adacore.com>
4730
4731 * gdb.ada/mi_string_access.exp: New testcase.
4732 * gdb.ada/mi_string_access/bar.adb: New file.
4733 * gdb.ada/mi_string_access/pck.adb: New file.
4734 * gdb.ada/mi_string_access/pck.asd: New file.
4735
4736 2018-09-10 Xavier Roirand <roirand@adacore.com>
4737
4738 * gdb.ada/mi_var_union.exp: New testcase.
4739 * gdb.ada/mi_var_union/bar.adb: New file.
4740 * gdb.ada/mi_var_union/pck.adb: New file.
4741 * gdb.ada/mi_var_union/pck.asd: New file.
4742
4743 2018-09-08 Tom Tromey <tom@tromey.com>
4744
4745 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4746
4747 2018-09-08 Tom Tromey <tom@tromey.com>
4748
4749 PR python/16047:
4750 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4751 (register_pretty_printers): Register new printer.
4752 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4753 test.
4754 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4755 (an_int_type3): New global.
4756
4757 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4758
4759 * gdb.ada/expr_with_funcall: New testcase.
4760
4761 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4762
4763 * gdb.ada/packed_array_assign: New testcase.
4764
4765 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4766
4767 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4768 names, and add test prefixes to make test names unique.
4769
4770 2018-09-05 Tom de Vries <tdevries@suse.de>
4771
4772 * gdb.dwarf2/varval.exp: Add test.
4773
4774 2018-09-04 Gary Benson <gbenson@redhat.com>
4775
4776 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4777 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4778
4779 2018-08-31 Tom Tromey <tom@tromey.com>
4780
4781 * gdb.rust/simple.rs: Rename second variable "v".
4782
4783 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4784
4785 * gdb.base/funcargs.c (use_a): New function.
4786 (recurse): Call use_a.
4787
4788 2018-08-29 Keith Seitz <keiths@redhat.com>
4789
4790 * gdb.compile/compile-cplus-anonymous.cc: New file.
4791 * gdb.compile/compile-cplus-anonymous.exp: New file.
4792 * gdb.compile/compile-cplus-array-decay.cc: New file.
4793 * gdb.compile/compile-cplus-array-decay.exp: New file.
4794 * gdb.compile/compile-cplus-inherit.cc: New file.
4795 * gdb.compile/compile-cplus-inherit.exp: New file.
4796 * gdb.compile/compile-cplus-member.cc: New file.
4797 * gdb.compile/compile-cplus-member.exp: New file.
4798 * gdb.compile/compile-cplus-method.cc: New file.
4799 * gdb.compile/compile-cplus-method.exp: New file.
4800 * gdb.compile/compile-cplus-mod.c: "New" file.
4801 * gdb.compile/compile-cplus-namespace.cc: New file.
4802 * gdb.compile/compile-cplus-namespace.exp: New file.
4803 * gdb.compile/compile-cplus-nested.cc: New file.
4804 * gdb.compile/compile-cplus-nested.exp: New file.
4805 * gdb.compile/compile-cplus-print.c: "New" file.
4806 * gdb.compile/compile-cplus-print.exp: "New" file.
4807 * gdb.compile/compile-cplus-virtual.cc: New file.
4808 * gdb.compile/compile-cplus-virtual.exp: New file.
4809 * gdb.compile/compile-cplus.c: "New" file.
4810 * gdb.compile/compile-cplus.exp: "New" file.
4811 * lib/compile-support.exp: New file.
4812
4813 2018-08-16 Gary Benson <gbenson@redhat.com>
4814
4815 PR gdb/13000:
4816 * gdb.base/batch-exit-status.exp: New file.
4817 * gdb.base/batch-exit-status.good-commands: Likewise.
4818 * gdb.base/batch-exit-status.bad-commands: Likewise.
4819
4820 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4821
4822 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4823 (struct struct02): Likewise.
4824 (struct struct03): Likewise.
4825 (struct struct04): Likewise.
4826 (struct struct_01_01): New struct.
4827 (struct struct_01_02): Likewise.
4828 (struct struct_01_03): Likewise.
4829 (struct struct_01_04): Likewise.
4830 (struct struct_02_01): Likewise.
4831 (struct struct_02_02): Likewise.
4832 (struct struct_02_03): Likewise.
4833 (struct struct_02_04): Likewise.
4834 (struct struct_04_01): Likewise.
4835 (struct struct_04_02): Likewise.
4836 (struct struct_04_03): Likewise.
4837 (struct struct_04_04): Likewise.
4838 (struct struct_05_01): Likewise.
4839 (struct struct_05_02): Likewise.
4840 (struct struct_05_03): Likewise.
4841 (struct struct_05_04): Likewise.
4842 (cmp_struct01): Remove function.
4843 (cmp_struct02): Likewise.
4844 (cmp_struct03): Likewise.
4845 (cmp_struct04): Likewise.
4846 (cmp_struct_01_01): Add Function.
4847 (cmp_struct_01_02): Likewise.
4848 (cmp_struct_01_03): Likewise.
4849 (cmp_struct_01_04): Likewise.
4850 (cmp_struct_02_01): Likewise.
4851 (cmp_struct_02_02): Likewise.
4852 (cmp_struct_02_03): Likewise.
4853 (cmp_struct_02_04): Likewise.
4854 (cmp_struct_04_01): Likewise.
4855 (cmp_struct_04_02): Likewise.
4856 (cmp_struct_04_03): Likewise.
4857 (cmp_struct_04_04): Likewise.
4858 (cmp_struct_05_01): Likewise.
4859 (cmp_struct_05_02): Likewise.
4860 (cmp_struct_05_03): Likewise.
4861 (cmp_struct_05_04): Likewise.
4862 (call_all): Add new structs.
4863 * gdb.base/infcall-nested-structs.exp: Likewise.
4864
4865 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4866
4867 * gdb.python/py-framefilter-mi.exp: Update regexp to
4868 check for "arch" field in frame output.
4869
4870 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4871
4872 * gdb.dwarf2/dw2-ranges-func.c: New file.
4873 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4874
4875 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4876
4877 * gdb.base/term.exp: Compare terminal settings with values from
4878 the inferior.
4879 * gdb.base/term.c: Get and set terminal settings.
4880
4881 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4882
4883 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4884 accommodate new "arch" field in frame output.
4885 * gdb.mi/mi-return.exp: Likewise.
4886 * gdb.mi/mi-stack.exp: Likewise.
4887 * gdb.mi/mi-syn-frame.exp: Likewise.
4888 * gdb.mi/user-selected-context-sync.exp: Likewise.
4889
4890 2018-08-19 Michael Spang <spang@google.com>
4891
4892 PR gdb/11786
4893 * gdb.base/gcore-tls-pie.c: New file.
4894 * gdb.base/gcore-tls-pie.exp: New file.
4895
4896 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4897
4898 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4899 * gdb.dwarf2/varval.c: New file.
4900 * gdb.dwarf2/varval.exp: New file.
4901
4902 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4903
4904 PR gdb/18931
4905 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4906
4907 2018-08-16 Keith Seitz <keiths@redhat.com>
4908
4909 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4910 tests expected to pass.
4911
4912 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4913
4914 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4915 -data-disassemble -a.
4916 (test_disassembly_bogus_args): Likewise.
4917
4918 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4919
4920 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4921
4922 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4923
4924 * gdb.base/vla-optimized-out.exp: Add new test.
4925
4926 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4927
4928 * gdb.base/vla-optimized-out-o3.exp: Delete.
4929 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4930 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4931 deleted tests.
4932
4933 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4934
4935 PR gdb/18050:
4936 * gdb.server/extended-remote-restart.c: New file.
4937 * gdb.server/extended-remote-restart.exp: New file.
4938
4939 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4940
4941 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4942 "set variable index = 42".
4943
4944 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4945
4946 * boards/index-cache-gdb.exp: New file.
4947 * gdb.dwarf2/index-cache.exp: New file.
4948 * gdb.dwarf2/index-cache.c: New file.
4949 * gdb.base/maint.exp: Check if we are using the index cache.
4950
4951 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4952
4953 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4954 MAKEFLAGS.
4955
4956 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4957
4958 * dg-extract-results.sh: Move to toplevel contrib.
4959 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4960 * Makefile.in (check-parallel-racy): Likewise.
4961
4962 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4963
4964 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4965 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4966 tests if the target supports scheduler locking.
4967
4968 2018-08-04 Tom de Vries <tdevries@suse.de>
4969
4970 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4971
4972 2018-08-02 Tom Tromey <tom@tromey.com>
4973
4974 PR symtab/16842.
4975 * gdb.cp/temargs.exp: Test "info address" of a template
4976 parameter.
4977
4978 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4979
4980 * gdb.python/py-mi-var-info-path-expression.c: New file.
4981 * gdb.python/py-mi-var-info-path-expression.py: New file.
4982 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4983
4984 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4985
4986 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4987 error after "cannot resolve name" string.
4988
4989 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4992 started.
4993 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4994
4995 2018-07-28 Tom de Vries <tdevries@suse.de>
4996
4997 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4998
4999 2018-07-26 Tom de Vries <tdevries@suse.de>
5000
5001 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
5002
5003 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
5004
5005 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
5006 is visible.
5007
5008 2018-07-26 Tom de Vries <tdevries@suse.de>
5009
5010 PR breakpoints/23366
5011 * gdb.base/catch-follow-exec.c: New test.
5012 * gdb.base/catch-follow-exec.exp: New file.
5013
5014 2018-07-25 Tom de Vries <tdevries@suse.de>
5015
5016 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
5017 vla-optimized-out.c.
5018
5019 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
5020
5021 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
5022 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
5023
5024 2018-07-20 Tom de Vries <tdevries@suse.de>
5025
5026 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
5027 NOCLONE macro.
5028 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
5029
5030 2018-07-19 Tom de Vries <tdevries@suse.de>
5031
5032 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
5033 regular expression.
5034
5035 2018-07-18 Tom de Vries <tdevries@suse.de>
5036
5037 * gdb.base/vla-optimized-out.c: New test.
5038 * gdb.base/vla-optimized-out.exp: New file.
5039
5040 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
5041
5042 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
5043 message "No address associated with hostname" when gdbserver
5044 cannot resolve the hostname.
5045
5046 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5047
5048 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
5049 Add some test prefixes to make tests unique.
5050
5051 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5052
5053 * gdb.base/frameapply.c: New file.
5054 * gdb.base/frameapply.exp: New file.
5055
5056 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5057
5058 * gdb.base/skip.exp: Update expected error message.
5059
5060 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5061 Jan Kratochvil <jan.kratochvil@redhat.com>
5062 Paul Fertser <fercerpav@gmail.com>
5063 Tsutomu Seki <sekiriki@gmail.com>
5064
5065 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
5066 parameter.
5067 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
5068 by default.
5069 * boards/native-gdbserver.exp: Likewise.
5070 * gdb.server/run-without-local-binary.exp: Improve regexp used
5071 for detecting when a remote debugging connection succeeds.
5072 * gdb.server/server-connect.exp: New file.
5073 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
5074 Do not prefix the port number with ":".
5075 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
5076 support for detecting and using it. Add '$debughost_gdbserver'
5077 to the list of arguments used to start gdbserver. Handle case
5078 when gdbserver cannot resolve a network name.
5079
5080 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
5081
5082 PR c++/23373
5083 * gdb.base/ptype-offsets.cc (struct static_member): New
5084 struct.
5085 (main) <stmember>: New variable.
5086 * gdb.base/ptype-offsets.exp: Add test for printing a struct
5087 with a static member in it.
5088
5089 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
5090
5091 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
5092 watchpoints enabled and disabled.
5093
5094 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5095
5096 * gdb.base/examine-backward.exp: Still run tests around address
5097 0x0, even if address 0x0 is not readable. Update the pattern for
5098 matching address 0x0 in expected output.
5099
5100 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
5101
5102 * gdb.base/share-env-with-gdbserver.c (main): Add call to
5103 malloc/free.
5104
5105 2018-07-04 Tom de Vries <tdevries@suse.de>
5106
5107 * gdb.dwarf2/dw2-error.exp: Update expected error message.
5108
5109 2018-07-02 Maciej W. Rozycki <macro@mips.com>
5110
5111 PR tdep/8282
5112 * gdb.arch/mips-disassembler-options.exp: New test.
5113 * gdb.arch/mips-disassembler-options.s: New test source.
5114
5115 2018-06-29 Pedro Alves <palves@redhat.com>
5116
5117 * gdb.threads/names.exp: Adjust expected "info threads" output.
5118
5119 2018-06-29 Pedro Alves <palves@redhat.com>
5120
5121 * gdb.opt/inline-break.exp (line number, address): Add "info
5122 break" tests.
5123
5124 2018-06-29 Pedro Alves <palves@redhat.com>
5125
5126 * gdb.opt/inline-break.c (func1): Add "break here" marker.
5127 * gdb.opt/inline-break.exp: Test setting breakpoints by line
5128 number and address and running to them.
5129
5130 2018-06-29 Richard Bunt <richard.bunt@arm.com>
5131
5132 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
5133
5134 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5135
5136 * lib/compiler.c: Remove executable permission flag.
5137
5138 2018-06-28 Richard Bunt <richard.bunt@arm.com>
5139
5140 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
5141 code.
5142 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
5143
5144 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5145
5146 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
5147
5148 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5149
5150 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
5151 address argument is omitted.
5152
5153 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
5154
5155 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
5156
5157 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
5158
5159 PR gdb/21695
5160 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
5161 * gdb.base/infoline-reloc-main-from-zero.c: New file.
5162
5163 2018-06-26 Tom Tromey <tom@tromey.com>
5164
5165 PR rust/22574:
5166 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
5167 * gdb.rust/simple.rs (struct SimpleLayout): New.
5168
5169 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
5170
5171 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
5172 "info registers" output.
5173
5174 2018-06-21 Richard Bunt <richard.bunt@arm.com>
5175
5176 * gdb.base/watchpoint-hw-attach.c: New test.
5177 * gdb.base/watchpoint-hw-attach.exp: New file.
5178
5179 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
5180
5181 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
5182 through /bin/sh.
5183 * boards/dwarf4-gdb-index.exp: Likewise.
5184 * boards/fission-dwp.exp: Likewise.
5185
5186 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
5187
5188 * gdb.base/float128.exp: Add comment and improved fail message
5189 to the failure case of "print large128" test.
5190
5191 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
5192
5193 * configure.ac: Remove AC_PREREQ.
5194 * configure: Re-generate.
5195
5196 2018-06-19 Pedro Alves <palves@redhat.com>
5197
5198 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
5199 (func_extern_caller): New.
5200 (main): Call func_extern_caller.
5201 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
5202 logic change.
5203
5204 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
5205
5206 PR gdb/16841
5207 * gdb.cp/typedef-base.cc: New file.
5208 * gdb.cp/typedef-base.exp: New file.
5209
5210 2018-06-18 Tom de Vries <tdevries@suse.de>
5211
5212 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
5213
5214 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5215 Richard Bunt <Richard.Bunt@arm.com>
5216
5217 * gdb.threads/attach-slow-waitpid.c: New file.
5218 * gdb.threads/attach-slow-waitpid.exp: New file.
5219 * gdb.threads/slow-waitpid.c: New file.
5220
5221 2018-06-14 Pedro Alves <palves@redhat.com>
5222
5223 * gdb.base/fork-running-state.c: Include <errno.h>.
5224 (exit_if_relative_exits): New.
5225 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
5226 exits.
5227 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
5228 child exits.
5229
5230 2018-06-14 Tom de Vries <tdevries@suse.de>
5231
5232 PR cli/22573
5233 * gdb.base/finish-pretty.c: New test.
5234 * gdb.base/finish-pretty.exp: New file.
5235
5236 2018-06-14 Pedro Alves <palves@redhat.com>
5237
5238 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
5239 gdb's expected startup output.
5240
5241 2018-06-14 Pedro Alves <palves@redhat.com>
5242
5243 * lib/selftest-support.exp (selftest_setup): Remove inlined
5244 function handling.
5245
5246 2018-06-14 Tom de Vries <tdevries@suse.de>
5247
5248 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
5249 matching of breakpoint printing.
5250
5251 2018-06-13 Tom de Vries <tdevries@suse.de>
5252
5253 PR testsuite/23269
5254 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
5255 (fork_child): ... here, and ...
5256 (fork_parent): ... here.
5257
5258 2018-06-12 Tom de Vries <tdevries@suse.de>
5259
5260 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
5261
5262 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
5263 Stephen Roberts <stephen.roberts@arm.com>
5264
5265 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
5266 rewrite test to describe action performed, rather than possible
5267 failure.
5268
5269 2018-06-08 Gary Benson <gbenson@redhat.com>
5270
5271 * gdb.threads/check-libthread-db.exp: New file.
5272 * gdb.threads/check-libthread-db.c: Likewise.
5273
5274 2018-06-05 Tom Tromey <tom@tromey.com>
5275
5276 * gdb.base/default.exp: Update expected "show version" output.
5277
5278 2018-06-05 Tom Tromey <tom@tromey.com>
5279
5280 PR cli/12326:
5281 * gdb.cp/static-print-quit.exp: Update.
5282 * lib/gdb.exp (pagination_prompt): Update.
5283 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
5284 * gdb.python/python.exp: Update.
5285
5286 2018-06-04 Joel Brobecker <brobecker@adacore.com>
5287
5288 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
5289
5290 2018-06-01 Joel Brobecker <brobecker@adacore.com>
5291
5292 * gdb.ada/bp_fun_addr: New testcase.
5293
5294 2018-06-01 Tom Tromey <tom@tromey.com>
5295
5296 * gdb.xml/tdesc-regs.exp (load_description): Update expected
5297 results.
5298 * gdb.dwarf2/method-ptr.exp: Set language to C++.
5299 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
5300 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
5301 * gdb.base/maint.exp (maint_pass_if): Update.
5302
5303 2018-05-31 Maciej W. Rozycki <macro@mips.com>
5304
5305 * gdb.base/endian.exp: New test.
5306 * gdb.base/endian.c: New test source.
5307
5308 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
5309
5310 PR gdb/23203
5311 * gdb.base/bt-selected-frame.c: New file.
5312 * gdb.base/bt-selected-frame.exp: New file.
5313 * lib/gdb.exp (get_current_frame_number): New function.
5314
5315 2018-05-24 Maciej W. Rozycki <macro@mips.com>
5316 Pedro Alves <palves@redhat.com>
5317
5318 * gdb.threads/tls-core.c: Include <stdlib.h>
5319 (thread_proc): Call `abort'.
5320 * gdb.threads/tls-core.exp: Generate a core with core_find too.
5321 (tls_core_test): New procedure, bits factored out from ...
5322 (top level): ... here. Test both native cores and gcore cores.
5323
5324 2018-05-23 Tom Tromey <tom@tromey.com>
5325
5326 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
5327
5328 2018-05-23 Tom Tromey <tom@tromey.com>
5329
5330 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
5331 symfile_complaints.
5332 (test_short_complaints): Likewise.
5333 (test_empty_complaints): Likewise.
5334 (test_initial_complaints): Update.
5335
5336 2018-05-23 Tom Tromey <tom@tromey.com>
5337
5338 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
5339
5340 2018-05-23 Tom Tromey <tom@tromey.com>
5341
5342 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
5343 (test_short_complaints): Update.
5344
5345 2018-05-22 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.base/remote.exp: Only gdb_start after compiling the
5348 testcase. Issue "disconnect" before testing "set remote" command
5349 defaults. Issue clean_restart before running to main.
5350
5351 2018-05-22 Pedro Alves <palves@redhat.com>
5352
5353 * gdb.base/remote.exp: Adjust expected output of "show remote
5354 memory-write-packet-size". Add tests for "set remote
5355 memory-write-packet-size 0" and "set remote
5356 memory-write-packet-size fixed/limit".
5357
5358 2018-05-22 Pedro Alves <palves@redhat.com>
5359
5360 PR gdb/22973
5361 * gdb.base/utf8-identifiers.c: New file.
5362 * gdb.base/utf8-identifiers.exp: New file.
5363
5364 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5365
5366 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
5367
5368 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
5369
5370 * gdb.arch/powerpc-vsx-gcore.exp: New file.
5371
5372 2018-05-18 Tom Tromey <tom@tromey.com>
5373
5374 * gdb.base/ptype-offsets.exp: Update.
5375
5376 2018-05-17 Keith Seitz <keiths@redhat.com>
5377
5378 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
5379 in expected breakpoint stop locations.
5380 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
5381 move to proper scope to test variable values.
5382 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
5383 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
5384 New functions.
5385 (main): Call not_inline_func3.
5386 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
5387 inline_func1, inline_func2, and inline_func3. Test that when each
5388 breakpoint is hit, GDB properly reports both the stop location
5389 and the backtrace. Repeat tests for temporary breakpoints.
5390
5391 2018-05-15 Maciej W. Rozycki <macro@mips.com>
5392
5393 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
5394 rather then trying to access it in determining whether the PID
5395 of `gdbserver' could have been retrieved.
5396
5397 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
5398
5399 * gdb.arch/amd64-init-x87-values.S: New file.
5400 * gdb.arch/amd64-init-x87-values.exp: New file.
5401
5402 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5403
5404 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
5405
5406 2018-05-04 Tom Tromey <tom@tromey.com>
5407
5408 PR python/22730:
5409 * gdb.python/python.exp: Test multi-line execute.
5410
5411 2018-05-04 Tom Tromey <tom@tromey.com>
5412
5413 PR python/22731:
5414 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
5415
5416 2018-05-04 Tom Tromey <tom@tromey.com>
5417
5418 PR gdb/11750:
5419 * gdb.base/define.exp: Test defining a user command inside a user
5420 command.
5421 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
5422
5423 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5424 Pedro Alves <palves@redhat.com>
5425
5426 PR breakpoints/19806 and support for PR external/20207.
5427 * gdb.base/watchpoint-unaligned.c: New file.
5428 * gdb.base/watchpoint-unaligned.exp: New file.
5429
5430 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5431
5432 * gdb.base/maint.exp: Make test names unique, use
5433 test_prefix_command_help to test 'help maint info', and remove
5434 repeated test of 'help maint'.
5435
5436 2018-05-04 Tom Tromey <tom@tromey.com>
5437
5438 PR gdb/22619:
5439 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
5440 behavior.
5441
5442 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5443
5444 * gdb.base/maint.exp: Process output from 'maint print registers'
5445 line at a time.
5446
5447 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
5448
5449 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
5450 timeout.
5451
5452 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
5453
5454 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
5455 filter pattern.
5456
5457 2018-05-02 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
5460 to_log_command renames.
5461 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
5462
5463 2018-05-02 Tom Tromey <tom@tromey.com>
5464
5465 * gdb.python/py-parameter.exp: Set test message.
5466
5467 2018-05-02 Tom Tromey <tom@tromey.com>
5468
5469 PR python/20084:
5470 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
5471 PARAM_ZUINTEGER_UNLIMITED tests.
5472
5473 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
5474
5475 PR rust/23124
5476 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
5477 when casting.
5478
5479 2018-04-30 Tom Tromey <tom@tromey.com>
5480
5481 * gdb.python/py-type.exp: Check align attribute.
5482 * gdb.python/py-type.c: New "aligncheck" global.
5483
5484 2018-04-30 Tom Tromey <tom@tromey.com>
5485
5486 PR exp/17095:
5487 * gdb.dwarf2/dw2-align.exp: New file.
5488 * gdb.cp/align.exp: New file.
5489 * gdb.base/align.exp: New file.
5490 * lib/gdb.exp (gdb_int128_helper): New proc.
5491 (has_int128_c, has_int128_cxx): New caching procs.
5492
5493 2018-04-27 Tom Tromey <tom@tromey.com>
5494
5495 PR rust/22545:
5496 * gdb.rust/simple.exp: Add inclusive range tests.
5497
5498 2018-04-26 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
5501 ifunc breakpoint locations correctly of ifunc breakpoints set
5502 while the program resolves the ifunc.
5503
5504 2018-04-26 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.base/gnu-ifunc-final.c: New file.
5507 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
5508 * gdb.base/gnu-ifunc.exp (executable): Delete.
5509 (staticexecutable): Adjust.
5510 (lib_opts, exec_opts): Delete.
5511 (make_binsuffix, build, set-break): New procedures.
5512 (misc_tests): New, with tests factored out from the top level.
5513 (top level): Test different combinations of ifunc resolver name,
5514 resolver with and with debug info, and ifunc target with and
5515 without debug info. Wrap static tests with with_target_prefix.
5516
5517 2018-04-26 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
5520 return type" warnings.
5521
5522 2018-04-25 Pedro Alves <palves@redhat.com>
5523
5524 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
5525 killed".
5526 * gdb.base/kill-after-signal.exp: Likewise.
5527 * gdb.threads/kill.exp: Likewise.
5528
5529 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5530 Sergio Durigan Junior <sergiodj@redhat.com>
5531 Pedro Alves <palves@redhat.com>
5532
5533 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
5534 regexps to expect for '[Inferior ... detached]' as well.
5535 * gdb.base/attach.exp: Likewise.
5536 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
5537 "gdb_continue_to_end".
5538 (test_catch_syscall_with_wrong_args): Likewise.
5539 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
5540 ']'. Don't set 'verbose' on.
5541 * gdb.base/foll-vfork.exp: Likewise.
5542 * gdb.base/fork-print-inferior-events.c: New file.
5543 * gdb.base/fork-print-inferior-events.exp: New file.
5544 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
5545 '[Inferior ... has been killed]' message.
5546 * gdb.base/kill-after-signal.exp: Likewise.
5547 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
5548 detach message.
5549 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
5550 message.
5551 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
5552 regexps to expect for '[Inferior ... detached]' as well.
5553 * gdb.threads/process-dies-while-detaching.exp: Likewise.
5554
5555 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
5556
5557 PR gdb/23104
5558 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
5559
5560 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
5561
5562 PR gdb/23095
5563 * gdb.base/break-probes.exp: Pass shlib_load to
5564 prepare_for_testing. Set normal_bp to r_debug_state if target is
5565 bsd.
5566
5567 2018-04-19 Richard Bunt <richard.bunt@arm.com>
5568
5569 * gdb.threads/multiple-successive-infcall.c: New test.
5570 * gdb.threads/multiple-successive-infcall.exp: New file.
5571
5572 2018-04-17 Tom Tromey <tom@tromey.com>
5573
5574 * gdb.rust/simple.rs (Union): New type.
5575 (main): New local "u".
5576 * gdb.rust/simple.exp (test_one_slice): Add new test case.
5577
5578 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5579
5580 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
5581 number information in output of "whereis" command.
5582 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
5583
5584 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5585
5586 * gdb.ada/info_types.exp: Adjust expected output to the line
5587 numbers now printed by "info var/func/type".
5588 * gdb.base/completion.exp: Likewise.
5589 * gdb.base/included.exp: Likewise.
5590 * gdb.cp/cp-relocate.exp: Likewise.
5591 * gdb.cp/cplusfuncs.exp: Likewise.
5592 * gdb.cp/namespace.exp: Likewise.
5593 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
5594
5595 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5596
5597 * gdb.btrace/cpu.exp: New.
5598
5599 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5600
5601 * gdb.base/step-indirect-call-thunk.exp: New.
5602 * gdb.base/step-indirect-call-thunk.c: New.
5603 * gdb.reverse/step-indirect-call-thunk.exp: New.
5604 * gdb.reverse/step-indirect-call-thunk.c: New.
5605
5606 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5607
5608 * gdb.base/pie-fork.c: New file.
5609 * gdb.base/pie-fork.exp: New file.
5610
5611 2018-04-11 Tom Tromey <tom@tromey.com>
5612
5613 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5614
5615 2018-04-10 Pedro Alves <palves@redhat.com>
5616
5617 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5618 exits. Instead loop running forever.
5619 (fork_parent): Run forever too.
5620
5621 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5622
5623 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5624 mi_continue_to_line.
5625 * gdb.mi/mi-stack.c (callee4): Add comment.
5626
5627 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5628
5629 * gdb.mi/mi-stack.exp: Fix indentation.
5630
5631 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5632
5633 PR gdb/22979
5634 * gdb.arch/amd64-osabi.exp: New file.
5635
5636 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5637
5638 PR gdb/22980
5639 * gdb.base/osabi.exp: New file.
5640
5641 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
5642
5643 * gdb.cp/static-typedef-print.exp: New file.
5644 * gdb.cp/static-typedef-print.cc: New file.
5645
5646 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5647
5648 * gdb.ada/varsize_limit: New testcase.
5649
5650 2018-03-27 Joel Brobecker <brobecker@adacore.com>
5651
5652 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5653
5654 * gdb.ada/notcplusplus: New testcase.
5655
5656 * gdb.base/c-linkage-name.c: New file.
5657 * gdb.base/c-linkage-name.exp: New testcase.
5658
5659 2018-03-26 Tom Tromey <tom@tromey.com>
5660
5661 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5662 * gdb.python/py-framefilter.py (name_error): New global.
5663 (ErrorInName.function): Use name_error.
5664
5665 2018-03-26 Tom Tromey <tom@tromey.com>
5666
5667 PR backtrace/15582:
5668 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5669
5670 2018-03-23 Keith Seitz <keiths@redhat.com>
5671
5672 PR c++/22968
5673 * gdb.cp/subtypes.exp: New file.
5674 * gdb.cp/subtypes.h: New file.
5675 * gdb.cp/subtypes.cc: New file.
5676 * gdb.cp/subtypes-2.cc: New file.
5677
5678 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5679
5680 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5681 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5682 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5683 -nostartfiles when compiling the test. Confirm that all registers
5684 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5685
5686 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5687
5688 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5689 option, syntax was wrong anyway.
5690 * gdb.arch/arm-disp-step.exp: Likewise.
5691 * gdb.arch/sparc64-regs.exp: Likewise.
5692 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5693 option, syntax was wrong anyway, switch to use
5694 prepare_for_testing.
5695 * gdb.arch/i386-disp-step.exp: Likewise.
5696
5697 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5698
5699 * gdb.ada/exec_changed.exp: Replace "target_info exists
5700 use_gdb_stub" by "use_gdb_stub".
5701 * gdb.ada/start.exp: Likewise.
5702 * gdb.base/async-shell.exp: Likewise.
5703 * gdb.base/attach-pie-misread.exp: Likewise.
5704 * gdb.base/attach-wait-input.exp: Likewise.
5705 * gdb.base/break-entry.exp: Likewise.
5706 * gdb.base/break-interp.exp: Likewise.
5707 * gdb.base/dprintf-detach.exp: Likewise.
5708 * gdb.base/nostdlib.exp: Likewise.
5709 * gdb.base/solib-nodir.exp: Likewise.
5710 * gdb.base/statistics.exp: Likewise.
5711 * gdb.base/testenv.exp: Likewise.
5712 * gdb.mi/mi-exec-run.exp: Likewise.
5713 * gdb.mi/mi-start.exp: Likewise.
5714 * gdb.multi/dummy-frame-restore.exp: Likewise.
5715 * gdb.multi/multi-arch-exec.exp: Likewise.
5716 * gdb.multi/multi-arch.exp: Likewise.
5717 * gdb.multi/tids.exp: Likewise.
5718 * gdb.multi/watchpoint-multi.exp: Likewise.
5719 * gdb.python/py-events.exp: Likewise.
5720 * gdb.threads/attach-into-signal.exp: Likewise.
5721 * gdb.threads/attach-stopped.exp: Likewise.
5722 * gdb.threads/threadapply.exp: Likewise.
5723 * lib/selftest-support.exp: Likewise.
5724
5725 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5726
5727 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5728
5729 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5730
5731 * gdb.perf/template-breakpoints.cc: New file.
5732 * gdb.perf/template-breakpoints.exp: New file.
5733 * gdb.perf/template-breakpoints.py: New file.
5734
5735 2018-03-19 Tom Tromey <tom@tromey.com>
5736
5737 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5738 y0.
5739 * gdb.rust/simple.exp: Test bare identifier form of struct
5740 initializer.
5741
5742 2018-03-19 Tom Tromey <tom@tromey.com>
5743
5744 * gdb.gdb/observer.exp: Remove.
5745
5746 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5747
5748 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5749 "qualified" option when setting breakpoints.
5750 * gdb.trace/backtrace.exp: Likewise.
5751 * gdb.trace/circ.exp: Likewise.
5752 * gdb.trace/collection.exp: Likewise.
5753 * gdb.trace/disconnected-tracing.exp: Likewise.
5754 * gdb.trace/ftrace-lock.exp: Likewise.
5755 * gdb.trace/ftrace.exp: Likewise.
5756 * gdb.trace/infotrace.exp: Likewise.
5757 * gdb.trace/packetlen.exp: Likewise.
5758 * gdb.trace/passc-dyn.exp: Likewise.
5759 * gdb.trace/qtro.exp: Likewise.
5760 * gdb.trace/read-memory.exp: Likewise.
5761 * gdb.trace/report.exp: Likewise.
5762 * gdb.trace/signal.exp: Likewise.
5763 * gdb.trace/status-stop.exp: Likewise.
5764 * gdb.trace/strace.exp: Likewise.
5765 * gdb.trace/tfind.exp: Likewise.
5766 * gdb.trace/trace-break.exp: Likewise.
5767 * gdb.trace/trace-condition.exp: Likewise.
5768 * gdb.trace/trace-mt.exp: Likewise.
5769 * gdb.trace/tstatus.exp: Likewise.
5770 * gdb.trace/tsv.exp: Likewise.
5771 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5772 * gdb.trace/unavailable.exp: Likewise.
5773 * gdb.trace/while-dyn.exp: Likewise.
5774
5775 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5776
5777 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5778 that libinproctrace is copied to the target.
5779
5780 2018-03-14 Tom Tromey <tom@tromey.com>
5781
5782 PR cli/14977:
5783 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5784 a null pointer.
5785 * gdb.base/wchar.exp: Likewise.
5786
5787 2018-03-14 Tom Tromey <tom@tromey.com>
5788
5789 PR cli/19918:
5790 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5791 flag.
5792
5793 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5794
5795 PR gdb/22841
5796 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5797 "target" to remote_exec.
5798
5799 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5800
5801 PR gdb/22841
5802 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5803 ${board}_upload): Remove.
5804
5805 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5806
5807 * gdb.cp/watch-cp.cc: New test.
5808 * gdb.cp/watch-cp.exp: New file.
5809
5810 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5811
5812 * gdb.base/infcall-nested-structs.exp: New file.
5813 * gdb.base/infcall-nested-structs.c: New file.
5814 * gdb.base/float.exp: Add riscv support.
5815
5816 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5817
5818 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5819 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5820
5821 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5822
5823 * gdb.server/abspath.exp: New file.
5824 * lib/gdb.exp (with_cwd): New procedure.
5825
5826 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5827
5828 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5829 use it.
5830 (gdb_is_target_remote_prompt): New proc.
5831 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5832 (gdb_is_target_native): Pass prompt parameter to
5833 gdb_is_target_1.
5834
5835 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5836
5837 * gdb.base/load-command.c: New file.
5838 * gdb.base/load-command.exp: New file.
5839 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5840 (gdb_is_target_1): ...this, and generalize for other targets
5841 than just remote.
5842 (gdb_is_target_remote): Use gdb_is_target_1.
5843 (gdb_is_target_native): use gdb_is_target_1.
5844
5845 2018-02-26 Tom Tromey <tom@tromey.com>
5846
5847 PR python/16497:
5848 * gdb.python/py-framefilter.exp: Update test.
5849
5850 2018-02-26 Tom Tromey <tom@tromey.com>
5851
5852 * gdb.dwarf2/variant.c: New file.
5853 * gdb.dwarf2/variant.exp: New file.
5854
5855 2018-02-26 Tom Tromey <tom@tromey.com>
5856
5857 * gdb.rust/simple.exp: Accept more possible results in enum test.
5858
5859 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5860
5861 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5862 parentheses.
5863
5864 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5865
5866 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5867 name of a variable: $actual_linejj -> $actual_line.
5868
5869 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5870
5871 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5872
5873 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5874
5875 * gdb.btrace/buffer-size.exp: Do not force BTS.
5876
5877 2018-02-14 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5880 getting a "Quit".
5881
5882 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5883
5884 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5885 Fix test name.
5886
5887 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5888
5889 * gdb.cp/m-static.exp: Check type of optimized out static
5890 member.
5891
5892 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5893
5894 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5895 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5896
5897 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5898 Leszek Swirski <leszeks@google.com>
5899
5900 * gdb.python/py-prettyprint.c
5901 (struct to_string_returns_value_inner,
5902 struct to_string_returns_value_wrapper): New.
5903 (main): Add tsrvw variable.
5904 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5905 ToStringReturnsValueWrapper): New classes.
5906 (register_pretty_printers): Register new pretty-printers.
5907 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5908 recursive pretty printer.
5909 * gdb.python/py-mi.exp: Likewise.
5910
5911 2018-02-01 Leszek Swirski <leszeks@google.com>
5912
5913 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5914 functions with the same name as an include file are parsed
5915 correctly.
5916
5917 2018-02-01 Yao Qi <yao.qi@linaro.org>
5918
5919 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5920 "\[^\r\n\]*".
5921
5922 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5923
5924 * gdb.arch/powerpc-prologue-frame.s: New file.
5925 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5926 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5927
5928 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5929
5930 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5931
5932 2018-01-30 Pedro Alves <palves@redhat.com>
5933
5934 PR gdb/13211
5935 * gdb.base/interrupt-daemon.c: New.
5936 * gdb.base/interrupt-daemon.exp: New.
5937 * gdb.multi/multi-term-settings.c: New.
5938 * gdb.multi/multi-term-settings.exp: New.
5939
5940 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5941
5942 * gdb.base/break.exp: Save the location where the breakpoint
5943 on break.c:47 was actually inserted when debugging the version
5944 compiled at -O2 and use it in the expected output of the "info
5945 break" test performed soon after.
5946
5947 2018-01-22 Pedro Alves <palves@redhat.com>
5948 Sergio Durigan Junior <sergiodj@redhat.com>
5949
5950 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5951 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5952
5953 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5954
5955 * gdb.base/break-include.c, gdb.base/break-include.inc,
5956 gdb.base/break-include.exp: New files.
5957 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5958 line number now being the actual line number where the breakpoint
5959 was inserted.
5960 * gdb.mi/mi-break.exp: Likewise.
5961 * gdb.mi/mi-reverse.exp: Likewise.
5962 * gdb.mi/mi-simplerun.exp: Ditto.
5963
5964 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5965
5966 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5967 varobj.
5968 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5969
5970 2018-01-21 Don Breazeal <donb@codesourcery.com>
5971 Andrew Burgess <andrew.burgess@embecosm.com>
5972
5973 * gdb.mi/basics.c: Add new global.
5974 * gdb.mi/mi-frame-regs.exp: New file.
5975 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5976 case.
5977
5978 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5979
5980 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5981 non-parameter, and on an unknown symbol.
5982
5983 2018-01-19 Tom Tromey <tom@tromey.com>
5984
5985 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5986 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5987
5988 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5989
5990 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5991 setrlimit and chdir to int.
5992
5993 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5994
5995 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5996 function.
5997 (my_tend): Likewise.
5998 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5999 rationale of avoiding FP- and vector instructions.
6000
6001 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
6002
6003 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
6004 "info reg" with "\[ \t\]*".
6005 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
6006 "\[ \t\]+".
6007 * gdb.arch/s390-multiarch.exp: Ditto.
6008 * gdb.base/pc-fp.exp: Ditto.
6009 * gdb.reverse/i386-precsave.exp: Ditto.
6010 * gdb.reverse/i386-reverse.exp: Ditto.
6011 * gdb.reverse/i387-env-reverse.exp: Ditto.
6012 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6013
6014 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6015
6016 * lib/gdb.exp (gdb_compile): Re-enable use of
6017 universal_compile_options for languages other than Rust.
6018
6019 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
6020
6021 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
6022
6023 2018-01-17 Mike Gulick <mgulick@mathworks.com>
6024
6025 PR gdb/16577
6026 * gdb.base/solib-vanish.exp: New.
6027 * gdb.base/solib-vanish-main.c: New.
6028 * gdb.base/solib-vanish-lib1.c: New.
6029 * gdb.base/solib-vanish-lib2.c: New.
6030
6031 2018-01-17 Yao Qi <yao.qi@linaro.org>
6032
6033 * gdb.compile/compile.exp: Match the address printed for
6034 frame in the output of command "bt".
6035
6036 2018-01-15 Tom Tromey <tom@tromey.com>
6037
6038 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
6039 compute sp_reg.
6040
6041 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6042
6043 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
6044 to prepare.
6045 (prepare): Return 0 on error, 1 on success.
6046
6047 2018-01-12 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.base/continue-after-aborted-step-over.c: New.
6050 * gdb.base/continue-after-aborted-step-over.exp: New.
6051
6052 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
6053
6054 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
6055 options when not creating an executable.
6056
6057 2018-01-11 Pedro Alves <palves@redhat.com>
6058
6059 PR remote/22597
6060 * gdb.server/stop-reply-no-thread.c: New file.
6061 * gdb.server/stop-reply-no-thread.exp: New file.
6062
6063 2018-01-10 Pedro Alves <palves@redhat.com>
6064
6065 PR gdb/22670
6066 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
6067 functions too. Test setting breakpoints and printing C functions
6068 with no debug info too.
6069 * gdb.ada/bp_c_mixed_case/qux.c: New file.
6070
6071 2018-01-10 Pedro Alves <palves@redhat.com>
6072
6073 PR gdb/22670
6074 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
6075 a fail.
6076
6077 2018-01-10 Pedro Alves <palves@redhat.com>
6078
6079 PR gdb/22670
6080 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
6081
6082 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6083
6084 * gdb.server/unittest.exp: Match the output in non-development
6085 mode.
6086
6087 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
6088
6089 * gdb.gdb/unittest.exp: Match output in non-development mode.
6090
6091 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6092
6093 * gdb.ada/access_tagged_param.exp: Relax expected output
6094 for value of "ObjL" in "continue" to pck.inspect breakpoint
6095 test.
6096
6097 2018-01-08 Joel Brobecker <brobecker@adacore.com>
6098
6099 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
6100 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
6101
6102 2018-01-05 Pedro Alves <palves@redhat.com>
6103
6104 PR gdb/18653
6105 * gdb.base/libsegfault.exp: New.
6106
6107 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6108
6109 PR gdb/22670
6110 * gdb.ada/access_tagged_param.exp: New file.
6111 * gdb.ada/access_tagged_param/foo.adb: New file.
6112
6113 2018-01-05 Pedro Alves <palves@redhat.com>
6114
6115 PR gdb/22670
6116 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
6117 exercise lower case too, and to exercise both full matching and
6118 wild matching.
6119
6120 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6121
6122 * gdb.ada/rename_subscript_param: New testcase.
6123
6124 2018-01-05 Jerome Guitton <guitton@adacore.com>
6125
6126 * gdb.ada/arr_acc_idx_w_gap: New testcase.
6127
6128 2018-01-05 Joel Brobecker <brobecker@adacore.com>
6129
6130 * gdb.ada/convvar_comp: New testcase.
6131
6132 2018-01-05 Xavier Roirand <roirand@adacore.com>
6133
6134 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
6135 (My_Table): New global variable.
6136 * testsuite/gdb.ada/array_char_idx.exp: Add test.
6137
6138 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6139
6140 PR gdb/22670
6141 * gdb.ada/maint_with_ada: New testcase.
6142
6143 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6144
6145 PR gdb/22670
6146 * gdb.ada/bp_c_mixed_case: New testcase.
6147
6148 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6149
6150 PR gdb/22670
6151 * gdb.ada/complete.exp: Add "complete break ada" test.
6152
6153 2018-01-04 Joel Brobecker <brobecker@adacore.com>
6154
6155 PR gdb/22670
6156 * gdb.ada/info_addr_mixed_case: New testcase.
6157
6158 2018-01-03 Xavier Roirand <roirand@adacore.com>
6159
6160 * gdb.ada/excep_handle.exp: New testcase.
6161 * gdb.ada/excep_handle/foo.adb: New file.
6162 * gdb.ada/excep_handle/pck.ads: New file.
6163
6164 2018-01-03 Joel Brobecker <brobecker@adacore.com>
6165
6166 * gdb.base/step-line.c: Add extra empty line in copyright header.
6167 * gdb.base/step-line.inp: Likewise.
6168
6169 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6170
6171 * gdb.ada/dyn_stride.exp: Add slice test.
6172
6173 2018-01-02 Joel Brobecker <brobecker@adacore.com>
6174
6175 * gdb.ada/dyn_stride: New testcase.
6176
6177 2017-12-27 Stafford Horne <shorne@gmail.com>
6178
6179 * gdb.xml/extra-regs.xml: Add example foo reggroup.
6180 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
6181
6182 2017-12-27 Stafford Horne <shorne@gmail.com>
6183
6184 * gdb.base/reggroups.c: New file.
6185 * gdb.base/reggroups.exp: New file.
6186
6187 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6188
6189 * gdb.dwarf2/ada-valprint-error.c: New file.
6190 * gdb.dwarf2/ada-valprint-error.exp: New file.
6191
6192 2017-12-18 Joel Brobecker <brobecker@adacore.com>
6193
6194 * gdb.ada/assign_arr: New testcase.
6195
6196 2017-12-18 Xavier Roirand <roirand@adacore.com>
6197
6198 * gdb.ada/funcall_ptr: New testcase.
6199
6200 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
6201
6202 PR cli/16224
6203 * gdb.base/ptype-offsets.cc: New file.
6204 * gdb.base/ptype-offsets.exp: New file.
6205
6206 2017-12-15 Yao Qi <yao.qi@linaro.org>
6207
6208 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
6209 if XML is disabled.
6210
6211 2017-12-15 Xavier Roirand <roirand@adacore.com>
6212
6213 * gdb.ada/same_component_name: New testcase.
6214
6215 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6216
6217 * gdb.ada/str_binop_equal: New testcase.
6218
6219 2017-12-14 Joel Brobecker <brobecker@adacore.com>
6220
6221 * gdb.ada/task_switch_in_core: New testcase.
6222
6223 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
6224
6225 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
6226 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
6227 call test_bkpt_qualified.
6228 (test_bkpt_qualified): New proc.
6229
6230 2017-12-13 Pedro Alves <palves@redhat.com>
6231
6232 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6233 Tighten regexp by matching with an anchor.
6234
6235 2017-12-13 Pedro Alves <palves@redhat.com>
6236
6237 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
6238 ("expression with namespace"): New set of tests.
6239 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
6240 (Nested::Test_NS::qux): New.
6241 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
6242 defaults to 'start_quote_char' and 'end_quote_char' parameters.
6243
6244 2017-12-13 Joel Brobecker <brobecker@adacore.com>
6245
6246 * gdb.base/server-del-break.c: New file.
6247 * gdb.base/server-del-break.exp: New file.
6248
6249 2017-12-12 Stafford Horne <shorne@gmail.com>
6250
6251 * gdb.xml/tdesc-regs.exp: Add or1k support.
6252
6253 2017-12-12 Stafford Horne <shorne@gmail.com>
6254
6255 * gdb.base/bp-permanent.c: Define nop of or1k.
6256
6257 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6258
6259 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
6260 output with components being reordered.
6261
6262 2017-12-11 Joel Brobecker <brobecker@adacore.com>
6263
6264 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
6265 output with components being reordered.
6266
6267 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6268 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.base/maint.exp (check for .gdb_index): Check also for
6271 .debug_names.
6272 * gdb.dlang/watch-loc.c (.debug_aranges): New.
6273 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
6274 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
6275 (.gdb_index used after symbol reloading): Support also .debug_names.
6276 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
6277
6278 2017-12-08 Yao Qi <yao.qi@linaro.org>
6279
6280 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6281 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
6282
6283 2017-12-08 Yao Qi <yao.qi@linaro.org>
6284
6285 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
6286 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
6287
6288 2017-12-08 Yao Qi <yao.qi@linaro.org>
6289
6290 * gdb.arch/aarch64-tagged-pointer.c: New file.
6291 * gdb.arch/aarch64-tagged-pointer.exp: New file.
6292
6293 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
6294
6295 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
6296 "int".
6297
6298 2017-12-07 Keith Seitz <keiths@redhat.com>
6299
6300 PR breakpoints/22569
6301 * gdb.linespec/ls-errs.exp: Change expected result of "break
6302 -source this file has spaces.c -line 3".
6303 Check that an explicit source file followed by whitespace is
6304 identified as an invalid explicit location.
6305
6306 2017-12-07 Keith Seitz <keiths@redhat.com>
6307
6308 * gdb.cp/nested-types.cc: New file.
6309 * gdb.cp/nested-types.exp: New file.
6310 * lib/cp-support.exp: Load data-structures.exp library.
6311 (debug_cp_test_ptype_class): New global.
6312 (cp_ptype_class_verbose, next_line): New procedures.
6313 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
6314 Add and document new return value.
6315 Switch the list of lines to a queue.
6316 Add support for new `type' key for nested type definitions.
6317 Add debugging/troubleshooting messages.
6318 * lib/data-structures.exp: New file.
6319
6320 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
6321
6322 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
6323 with proc_with_prefix, don't use with_test_prefix.
6324
6325 2017-12-07 Tom Tromey <tom@tromey.com>
6326
6327 * gdb.base/break.exp: Add test for empty "commands".
6328
6329 2017-12-07 Yao Qi <yao.qi@linaro.org>
6330
6331 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
6332 malloc and catch syscall.
6333
6334 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
6335
6336 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
6337 tests for explicit locations.
6338
6339 2017-12-06 Pedro Alves <palves@redhat.com>
6340
6341 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
6342 force-disabling XML descriptions.
6343
6344 2017-12-04 Pedro Alves <palves@redhat.com>
6345
6346 PR gdb/22499
6347 * gdb.arch/amd64-disp-step-avx.S: New file.
6348 * gdb.arch/amd64-disp-step-avx.exp: New file.
6349
6350 2017-12-03 Pedro Alves <palves@redhat.com>
6351
6352 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
6353 and <string.h>.
6354 (parent_function): Print distinct messages when waitpid fails, or
6355 the child exits with a signal, or the child exits for an unhandled
6356 reason.
6357 * gdb.threads/process-dies-while-detaching.exp
6358 (detach_and_expect_exit): New 'inf_output_re' parameter and use
6359 it. Wait for both inferior output and GDB's prompt. Use an
6360 indirect spawn id list.
6361 (do_detach): New parameter 'child_exit'. Use it to compute
6362 expected inferior output.
6363 (test_detach, test_detach_watch, test_detach_killed_outside):
6364 Adjust to pass down the expected child exit kind.
6365
6366 2017-12-01 Joel Brobecker <brobecker@adacore.com>
6367 Sergio Durigan Junior <sergiodj@redhat.com>
6368 Pedro Alves <palves@redhat.com>
6369
6370 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
6371
6372 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
6373
6374 * gdb.base/relocate.exp: Add tests to guarantee that arguments
6375 to 'symbol-file' and 'add-symbol-file' can be
6376 position-independent.
6377
6378 2017-12-01 Yao Qi <yao.qi@linaro.org>
6379
6380 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
6381 the URL in copyright header.
6382 * gdb.arch/aarch64-fp.exp: Likewise.
6383 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
6384 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
6385 * gdb.base/expand-psymtabs.exp: Likewise.
6386 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
6387 * gdb.fortran/common-block.exp: Likewise.
6388 * gdb.fortran/common-block.f90: Likewise.
6389 * gdb.fortran/logical.exp: Likewise.
6390 * gdb.fortran/vla-datatypes.f90: Likewise.
6391 * gdb.fortran/vla-sub.f90: Likewise.
6392
6393 2017-11-30 Joel Brobecker <brobecker@adacore.com>
6394
6395 * gdb.ada/repeat_dyn: New testcase.
6396
6397 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6398
6399 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
6400 Update for changed thread numbering.
6401 * gdb.cell/bt.exp: Update for changed GDB output.
6402
6403 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
6404
6405 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
6406 setting isremote by hand.
6407 * boards/dwarf4-gdb-index.exp: Likewise.
6408 * boards/fission.exp: Likewise.
6409 * boards/stabs.exp: Likewise.
6410
6411 2017-11-30 Pedro Alves <palves@redhat.com>
6412
6413 * gdb.linespec/cpls-ops.exp
6414 (check_explicit_skips_function_argument): Extract the underlying
6415 type of size_t instead of hardcoding it.
6416
6417 2017-11-29 Pedro Alves <palves@redhat.com>
6418
6419 PR c++/19436
6420 * gdb.linespec/cpls-abi-tag.cc: New file.
6421 * gdb.linespec/cpls-abi-tag.exp: New file.
6422
6423 2017-11-29 Pedro Alves <palves@redhat.com>
6424
6425 * gdb.base/langs.exp: Use -qualified.
6426 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
6427 it.
6428 * gdb.cp/namespace.exp: Use -qualified.
6429 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
6430 (overload-3, template-overload, template-ret-type, const-overload)
6431 (const-overload-quoted, anon-ns, ambiguous-prefix): New
6432 procedures.
6433 (test_driver): Call them.
6434 * gdb.cp/save-bp-qualified.cc: New.
6435 * gdb.cp/save-bp-qualified.exp: New.
6436 * gdb.linespec/explicit.exp: Test -qualified.
6437 * lib/completion-support.exp (completion::explicit_opts_list): Add
6438 "-qualified".
6439 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
6440
6441 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
6442
6443 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
6444
6445 2017-11-29 Tom Tromey <tom@tromey.com>
6446
6447 * gdb.base/relocate.exp: Update invalid argument test.
6448 Add new tests for invalid arguments.
6449
6450 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6451
6452 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
6453 Return 0 as a long.
6454 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
6455
6456 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
6457
6458 * gdb.cp/breakpoint.cc (bar): Set return type to void.
6459 * gdb.cp/psymtab-parameter.cc (func): Likewise.
6460 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
6461 func ().
6462 * gdb.cp/shadow.cc (B.func): Return 0.
6463
6464 2017-11-27 Joel Brobecker <brobecker@adacore.com>
6465
6466 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
6467 expected output in gdb_expect call to allow the exception
6468 message to be present as well. Fix syntax confusion to avoid
6469 TCL thinking that exception_name is an array.
6470
6471 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
6472
6473 * gdb.arch/spu-info.c: Include <unistd.h>.
6474 (do_signal_test): Fix broken calls to write.
6475 * gdb.arch/spu-info.exp: Use prepare_for_testing.
6476 Fix checks for empty mailboxes. Update signal tests for corrected
6477 do_signal_test routine. Allow nonzero event status.
6478 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
6479 * gdb.cell/arch.exp: Use standard_output_file.
6480 * gdb.cell/break.exp: Likewise.
6481 * gdb.cell/bt.exp: Likewise.
6482 * gdb.cell/core.exp: Likewise.
6483 * gdb.cell/dwarfaddr.exp: Likewise.
6484 * gdb.cell/ea-cache.exp: Likewise.
6485 * gdb.cell/ea-standalone.exp: Likewise.
6486 * gdb.cell/f-regs.exp: Likewise.
6487 * gdb.cell/fork.exp: Likewise.
6488 * gdb.cell/gcore.exp: Likewise.
6489 * gdb.cell/mem-access.exp: Likewise.
6490 * gdb.cell/ptype.exp: Likewise.
6491 * gdb.cell/registers.exp: Likewise.
6492 * gdb.cell/sizeof.exp: Likewise.
6493 * gdb.cell/solib-symbol.exp: Likewise.
6494 * gdb.cell/solib.exp: Likewise.
6495
6496 2017-11-25 Pedro Alves <palves@redhat.com>
6497
6498 * gdb.base/complete-empty.exp: New file.
6499 * gdb.base/completion.exp: Adjust.
6500
6501 2017-11-25 Pedro Alves <palves@redhat.com>
6502
6503 * gdb.linespec/cpls-ops.cc: New file.
6504 * gdb.linespec/cpls-ops.exp: New file.
6505 * lib/completion-support.exp (test_complete_prefix_range_re): New,
6506 factored out from ...
6507 (test_complete_prefix_range): ... this.
6508
6509 2017-11-24 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.linespec/cpcompletion.exp: New file.
6512 * gdb.linespec/cpls-hyphen.cc: New file.
6513 * gdb.linespec/cpls.cc: New file.
6514 * gdb.linespec/cpls2.cc: New file.
6515 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
6516 test to use test_gdb_complete_unique. Add label completion,
6517 keyword completion and explicit location completion tests.
6518 * lib/completion-support.exp: New file.
6519
6520 2017-11-24 Joel Brobecker <brobecker@adacore.com>
6521
6522 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
6523 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
6524 when hitting an exception catchpoint.
6525
6526 2017-11-22 Yao Qi <yao.qi@linaro.org>
6527
6528 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
6529
6530 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
6531
6532 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
6533 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
6534 * gdb.dwarf2/info-locals-optimized-out.c: New file.
6535
6536 2017-11-22 Yao Qi <yao.qi@linaro.org>
6537
6538 * gdb.base/info-os.exp: Pass pthreads.
6539 * gdb.multi/multi-attach.exp: Likewise.
6540
6541 2017-11-22 Yao Qi <yao.qi@linaro.org>
6542
6543 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
6544 compiler.
6545
6546 2017-11-22 Yao Qi <yao.qi@linaro.org>
6547
6548 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
6549 * gdb.base/break-interp.exp: Likewise.
6550 * gdb.base/jit-attach-pie.exp: Likewise.
6551
6552 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6553
6554 * gdb.base/float128.c (large128): New variable.
6555 * gdb.base/float128.exp: Add test to print largest __float128 value.
6556
6557 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6558
6559 * gdb.arch/vsx-regs.exp: Update register content checks.
6560
6561 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
6562
6563 * gdb.arch/ppc-longdouble.exp: New file.
6564 * gdb.arch/ppc-longdouble.c: Likewise.
6565
6566 2017-11-21 Pedro Alves <palves@redhat.com>
6567
6568 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
6569
6570 2017-11-20 Pedro Alves <palves@redhat.com>
6571
6572 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
6573 (long_double_typedef): New typedefs.
6574 Use DEF on double and long double.
6575 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
6576 cases.
6577 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
6578 and 'long_double_ptr_same_size' locals. Use them to decide
6579 whether cast from array/function to float is valid/invalid.
6580
6581 2017-11-17 Tom Tromey <tom@tromey.com>
6582
6583 * gdb.rust/traits.rs: New file.
6584 * gdb.rust/traits.exp: New file.
6585
6586 2017-11-17 Joel Brobecker <brobecker@adacore.com>
6587
6588 * gdb.ada/minsyms: New testcase.
6589
6590 2017-11-16 Pedro Alves <palves@redhat.com>
6591
6592 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
6593 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
6594
6595 2017-11-16 Pedro Alves <palves@redhat.com>
6596
6597 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6598 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6599
6600 2017-11-16 Pedro Alves <palves@redhat.com>
6601
6602 * gdb.server/reconnect-ctrl-c.c: New file.
6603 * gdb.server/reconnect-ctrl-c.exp: New file.
6604
6605 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6606
6607 * gdb.python/py-rbreak.exp: New file.
6608 * gdb.python/py-rbreak.c: New file.
6609 * gdb.python/py-rbreak-func2.c: New file.
6610
6611 2017-11-16 Pedro Alves <palves@redhat.com>
6612
6613 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6614 pattern.
6615 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6616 GDB.
6617
6618 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6619
6620 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6621 regex.
6622
6623 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6624
6625 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6626 test names.
6627
6628 2017-11-09 Pedro Alves <palves@redhat.com>
6629
6630 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6631 factored out from ...
6632 (top level): ... here, and adjusted to avoid expecting beyond the
6633 prompt in a single gdb_test_multiple.
6634
6635 2017-11-09 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6638 output.
6639 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6640 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6641 * gdb.server/ext-run.exp ("kill" test): Likewise.
6642 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6643
6644 2017-11-09 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6647 match till end of line.
6648
6649 2017-11-09 Pedro Alves <palves@redhat.com>
6650
6651 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6652
6653 2017-11-09 Pedro Alves <palves@redhat.com>
6654
6655 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6656 New procedures, factored out from ...
6657 (top level): ... here, and adjusted to avoid expecting beyond the
6658 prompt in one go.
6659
6660 2017-11-09 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6663 output. Fix '?' match.
6664
6665 2017-11-08 Joel Brobecker <brobecker@adacore.com>
6666
6667 * gdb.ada/scoped_watch: New testcase.
6668 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6669 which is actually correct.
6670 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6671 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6672
6673 2017-11-08 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.gdb/complaints.exp (test_initial_complaints)
6676 (test_serial_complaints, test_short_complaints): Call
6677 complaint_internal instead of complaint.
6678
6679 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6680
6681 * gdb.threads/tls-core.c: New file.
6682 * gdb.threads/tls-core.exp: Likewise.
6683
6684 2017-11-08 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6687 (p Exported_Capitalized): New test.
6688 (p exported_capitalized): New test.
6689
6690 2017-11-07 Pedro Alves <palves@redhat.com>
6691
6692 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6693
6694 2017-11-07 Pedro Alves <palves@redhat.com>
6695
6696 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6697 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6698 (disable_invalid, disable_inverted, disable_negative): New
6699 procedures.
6700 ("bad numbers"): New set of tests.
6701
6702 2017-11-07 Pedro Alves <palves@redhat.com>
6703
6704 * gdb.cp/ena-dis-br-range.exp: Add tests.
6705
6706 2017-11-07 Pedro Alves <palves@redhat.com>
6707
6708 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6709
6710 2017-11-07 Xavier Roirand <roirand@adacore.com>
6711 Pedro Alves <palves@redhat.com>
6712
6713 * gdb.base/ena-dis-br.exp: Add reference to
6714 gdb.cp/ena-dis-br-range.exp.
6715 * gdb.cp/ena-dis-br-range.exp: New file.
6716 * gdb.cp/ena-dis-br-range.cc: New file.
6717
6718 2017-11-06 Pedro Alves <palves@redhat.com>
6719
6720 * gdb.base/attach-non-pgrp-leader.c: New.
6721 * gdb.base/attach-non-pgrp-leader.exp: New.
6722
6723 2017-11-06 Pedro Alves <palves@redhat.com>
6724
6725 * configure.ac: No longer check for termio.h and sgtty.h.
6726 * configure: Regenerate.
6727 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6728 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6729 Remove termio and sgtty code.
6730
6731 2017-11-03 Yao Qi <yao.qi@linaro.org>
6732
6733 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6734 in GDB is disabled.
6735
6736 2017-11-03 Yao Qi <yao.qi@linaro.org>
6737
6738 * gdb.python/py-thrhandle.exp: Skip it if python is not
6739 enabled.
6740
6741 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6742
6743 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6744 as a breakpoint command.
6745
6746 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6747
6748 PR python/21213
6749 * gdb.python/py-infthread.exp: Test calling
6750 InferiorThread.inferior () multiple times in a row.
6751
6752 2017-10-27 Keith Seitz <keiths@redhat.com>
6753
6754 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6755 Test "info break" for every inlined function breakpoint.
6756
6757 2017-10-27 Yao Qi <yao.qi@linaro.org>
6758
6759 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6760
6761 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6762
6763 * gdb.cp/classes.exp (test_static_members): Test printing
6764 Outer::instance.
6765 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6766 (Inner::instance, Outer::instance): New.
6767
6768 2017-10-24 Pedro Alves <palves@redhat.com>
6769
6770 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6771 extra console" test in two stages.
6772
6773 2017-10-24 Pedro Alves <palves@redhat.com>
6774
6775 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6776
6777 2017-10-24 Pedro Alves <palves@redhat.com>
6778
6779 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6780 loop.
6781
6782 2017-10-24 Pedro Alves <palves@redhat.com>
6783
6784 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6785 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6786
6787 2017-10-24 Pedro Alves <palves@redhat.com>
6788
6789 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6790 parameter and handle it. Don't output read value in test name.
6791
6792 2017-10-24 Pedro Alves <palves@redhat.com>
6793
6794 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6795 custom test name.
6796
6797 2017-10-24 Pedro Alves <palves@redhat.com>
6798
6799 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6800 include the unstable output directory name in the test's name.
6801 (initial_setup_simple) <'set args'>: Use custom test name.
6802
6803 2017-10-24 Pedro Alves <palves@redhat.com>
6804
6805 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6806 with explicit test name.
6807
6808 2017-10-20 Pedro Alves <palves@redhat.com>
6809
6810 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6811 'wait -i'. Use gdb_assert and remote_close.
6812
6813 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6814
6815 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6816 number from variable rather than hard-coded.
6817
6818 2017-10-19 Pedro Alves <palves@redhat.com>
6819
6820 * gdb.base/long-inferior-output.c: New file.
6821 * gdb.base/long-inferior-output.exp: New file.
6822
6823 2017-11-18 Keith Seitz <keiths@redhat.com>
6824
6825 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6826 method.
6827 (main): Call it.
6828 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6829 Add additional user-defined conversion operator tests.
6830
6831 2017-10-17 Pedro Alves <palves@redhat.com>
6832
6833 * boards/native-stdio-gdbserver.exp: Load "local-board".
6834
6835 2017-10-17 Pedro Alves <palves@redhat.com>
6836
6837 * gdb.base/quit-live.c: New file.
6838 * gdb.base/quit-live.exp: New file.
6839
6840 2017-10-16 Keith Seitz <keiths@redhat.com>
6841
6842 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6843 (class_with_protected_typedef, class_with_private_typedef)
6844 (struct_with_public_typedef, struct_with_protected_typedef)
6845 (struct_with_private_typedef): New classes/structs.
6846 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6847 typedefs and access specifiers.
6848
6849 2017-10-16 Pedro Alves <palves@redhat.com>
6850 Simon Marchi <simon.marchi@polymtl.ca>
6851
6852 * README (Local vs Remote vs Native): New section.
6853 * boards/local-board.exp: New file, with bits factored out from
6854 ...
6855 * boards/native-extended-gdbserver.exp: ... here. Load
6856 "local-board".
6857 * boards/native-gdbserver.exp: Load "local-board".
6858 (${board}_spawn, ${board}_exec): Delete.
6859 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6860 ...
6861 * boards/stdio-gdbserver-base.exp: ... this new file.
6862 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6863 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6864 procedure.
6865 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6866 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6867 stdio_gdbserver_command.
6868 (${board}_get_remote_address, ${board}_get_comm_port)
6869 (${board}_download, ${board}_upload): Delete.
6870 (get_target_remote_pipe_cmd): New.
6871
6872 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6873
6874 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6875 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6876 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6877 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6878 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6879 remove with_test_prefix.
6880
6881 2017-10-13 Pedro Alves <palves@redhat.com>
6882
6883 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6884 * gdb.base/annota1.exp: Use it instead of is_remote.
6885 * gdb.base/annota3.exp: Use it instead of is_remote.
6886 * gdb.cp/annota2.exp: Use it instead of is_remote.
6887 * gdb.cp/annota3.exp: Use it instead of is_remote.
6888 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6889
6890 2017-10-13 Pedro Alves <palves@redhat.com>
6891
6892 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6893 (test_num_test_vars, run_and_count_vars, find_env)
6894 (test_set_unset_env, test_inherit_env_var): New procedures.
6895 (top level): Use them.
6896
6897 2017-10-13 Pedro Alves <palves@redhat.com>
6898
6899 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6900 also skip on stub-like targets.
6901
6902 2017-10-13 Pedro Alves <palves@redhat.com>
6903
6904 PR gdb/22293
6905 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6906 (top level): Move some tests to ...
6907 (test_not_found): ... this new procedure.
6908 (top level): Call it.
6909
6910 2017-10-13 Pedro Alves <palves@redhat.com>
6911
6912 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6913 expect different "info terminal" output if testing with a
6914 non-native target.
6915
6916 2017-10-13 Pedro Alves <palves@redhat.com>
6917 Simon Marchi <simon.marchi@polymtl.ca>
6918
6919 PR python/12966
6920 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6921
6922 2017-10-13 Pedro Alves <palves@redhat.com>
6923
6924 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6925 already.
6926
6927 2017-10-13 Pedro Alves <palves@redhat.com>
6928
6929 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6930 is_remote.
6931
6932 2017-10-13 Pedro Alves <palves@redhat.com>
6933
6934 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6935 is_remote.
6936
6937 2017-10-13 Pedro Alves <palves@redhat.com>
6938
6939 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6940 is set.
6941 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6942 instead of is_remote.
6943
6944 2017-10-13 Pedro Alves <palves@redhat.com>
6945
6946 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6947 (top level): Add comment.
6948
6949 2017-10-13 Pedro Alves <palves@redhat.com>
6950
6951 * gdb.base/remote.exp (top level): Fix comment typo and add
6952 missing return.
6953
6954 2017-10-13 Pedro Alves <palves@redhat.com>
6955 Simon Marchi <simon.marchi@polymtl.ca>
6956
6957 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6958 calls and add comments. Skip test if use_gdb_stub is set.
6959 (top level): Use "set cwd" command instead of "cd" command.
6960
6961 2017-10-13 Pedro Alves <palves@redhat.com>
6962
6963 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6964 is_remote target check.
6965
6966 2017-10-13 Pedro Alves <palves@redhat.com>
6967
6968 * gdb.base/scope.exp: Use build_executable + clean_restart +
6969 gdb_file_cmd instead of prepare_for_testing and no longer skip
6970 "before run" tests on is_remote target boards. Update comments.
6971 * boards/native-extended-gdbserver.exp
6972 (extended_gdbserver_load_last_file): New, factored out from ...
6973 (gdb_load): ... this. Move further below and add comment.
6974 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6975
6976 2017-10-12 Pedro Alves <palves@redhat.com>
6977
6978 * gdb.base/attach.exp: Remove references to gdb64.
6979 * gdb.base/dbx.exp: Remove references to gdb64.
6980
6981 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6982 Pedro Alves <palves@redhat.com>
6983
6984 * gdb.base/label.exp: Remove is_remote target check.
6985
6986 2017-10-12 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.base/auvx.exp (coredir): Update comment.
6989 (top level) <core_works>: Use "set cwd" command instead of "cd"
6990 command.
6991
6992 2017-10-12 Pedro Alves <palves@redhat.com>
6993 Simon Marchi <simon.marchi@polymtl.ca>
6994
6995 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6996 target boards.
6997
6998 2017-10-12 Pedro Alves <palves@redhat.com>
6999 Simon Marchi <simon.marchi@polymtl.ca>
7000
7001 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
7002 Instead skip if there's any gdb_protocol set.
7003
7004 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
7005 Pedro Alves <palves@redhat.com>
7006
7007 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
7008
7009 2017-10-12 Pedro Alves <palves@redhat.com>
7010 Simon Marchi <simon.marchi@polymtl.ca>
7011
7012 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
7013 instead of on dejagnu remote boards.
7014
7015 2017-10-12 Pedro Alves <palves@redhat.com>
7016 Simon Marchi <simon.marchi@polymtl.ca>
7017
7018 * gdb.base/inferior-died.exp: Remove is_remote and isnative
7019 checks. Use build_executable + clean_restart instead of
7020 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
7021 of enabling non-stop after starting gdb.
7022
7023 2017-10-12 Pedro Alves <palves@redhat.com>
7024
7025 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
7026 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7027 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7028 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7029
7030 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
7031
7032 * gdb.arch/arc-tdesc-cpu.exp: New file.
7033 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
7034
7035 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
7036
7037 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
7038
7039 2017-10-10 Pedro Alves <palves@redhat.com>
7040
7041 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
7042 expect CLI output.
7043
7044 2017-10-10 Pedro Alves <palves@redhat.com>
7045
7046 * lib/selftest-support.exp (selftest_setup): Update for
7047 captured_command_loop's prototype change.
7048
7049 2017-10-09 Pedro Alves <palves@redhat.com>
7050
7051 Test both arch1=>arch2 and arch2=>arch1.
7052
7053 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
7054 (srcfile2, binfile2, march1, march2): Remove globals. Largely
7055 factored out to...
7056 (append_arch1_options, append_arch2_options, append_arch_options)
7057 (build_executables): New procedures.
7058 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
7059 local.
7060 (top level): Add new 'first_arch' testing axis.
7061
7062 2017-10-09 Pedro Alves <palves@redhat.com>
7063
7064 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
7065 (barrier): New.
7066 (thread_start, all_started): New functions.
7067 (main): Spawn new thread and wait until it is scheduled.
7068 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
7069 option.
7070 (do_test): Add 'selected_thread' parameter. Run to all_started
7071 instead of main. Explicitly set the breakpoint at main. Switch
7072 to the SELECTED_THREAD thread.
7073 (top level): Test handling the exec event with either the main
7074 thread or the second thread selected.
7075
7076 2017-10-09 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
7079 logic. Move STOP marker after the value checks.
7080 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
7081 regexp.
7082
7083 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
7084
7085 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
7086
7087 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
7088
7089 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
7090 integer-to-dfp conversion.
7091 * gdb.base/dfp-test.exp: Likewise.
7092
7093 2017-10-04 Pedro Alves <palves@redhat.com>
7094
7095 * gdb.multi/hangout.c: Include <unistd.h>.
7096 (hangout_loop): New function.
7097 (main): Call alarm. Call hangout_loop in a loop.
7098 * gdb.multi/hello.c: Include <unistd.h>.
7099 (hello_loop): New function.
7100 (main): Call alarm. Call hangout_loop in a loop.
7101 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
7102 inferior with the other selected.
7103
7104 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
7105
7106 * gdb.mi/list-thread-groups-available.exp: New file.
7107 * gdb.mi/list-thread-groups-available.c: New file.
7108
7109 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7110
7111 * gdb.base/set-cwd.exp: Make it available on
7112 native-extended-gdbserver.
7113
7114 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
7115
7116 * gdb.base/set-cwd.c: New file.
7117 * gdb.base/set-cwd.exp: Likewise.
7118
7119 2017-10-02 Tom Tromey <tom@tromey.com>
7120
7121 PR rust/22236:
7122 * gdb.rust/simple.rs (main): New variable "fslice".
7123 * gdb.rust/simple.exp: Add slice tests. Update string tests.
7124
7125 2017-10-02 Tom Tromey <tom@tromey.com>
7126
7127 * gdb.rust/simple.exp: Test ptype of a slice.
7128
7129 2017-10-02 Tom Tromey <tom@tromey.com>
7130
7131 * gdb.rust/simple.exp: Test index of slice.
7132
7133 2017-09-27 Tom Tromey <tom@tromey.com>
7134
7135 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
7136
7137 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
7138 Pedro Alves <palves@redhat.com>
7139
7140 * gdb.base/compare-sections.exp (get value of read-only section): Read
7141 as unsigned value.
7142 (corrupt read-only section): Likewise and don't set written if patching
7143 failed.
7144
7145 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7146
7147 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
7148 files.
7149
7150 2017-09-20 Pedro Alves <palves@redhat.com>
7151
7152 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
7153 symbol names in gdb's output.
7154 * gdb.cp/overload.exp ("list all overloads"): Likewise.
7155
7156 2017-09-20 Pedro Alves <palves@redhat.com>
7157
7158 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
7159 Rename to ...
7160 (test_list_ambiguous_symbol): ... this and add a symbol name
7161 parameter. Adjust.
7162 (test_list_ambiguous_function): Reimplement on top of
7163 test_list_ambiguous_symbol and also test listing ambiguous
7164 variables.
7165 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
7166 (ambiguous_fun): ... this.
7167 (ambiguous_var): New.
7168 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
7169 (ambiguous_fun): ... this.
7170 (ambiguous_var): New.
7171
7172 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7173
7174 * gdb.base/starti.c: New file.
7175 * gdb.base/starti.exp: New file.
7176 * lib/gdb.exp (gdb_starti_cmd): New procedure.
7177
7178 2017-09-14 Pedro Alves <palves@redhat.com>
7179
7180 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
7181 (top level): Use it instead of runto.
7182
7183 2017-09-11 Tom Tromey <tom@tromey.com>
7184
7185 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
7186
7187 2017-09-11 Tom Tromey <tom@tromey.com>
7188
7189 * gdb.python/py-infthread.exp: Add tests for new_thread event.
7190 * gdb.python/py-inferior.exp: Add tests for new inferior events.
7191
7192 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7193
7194 * gdb.fortran/printing-types.exp: New file.
7195 * gdb.fortran/printing-types.exp: New file.
7196
7197 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7198
7199 * gdb.fortran/vla-ptype.exp: Fix typos.
7200 * gdb.fortran/vla-value.exp: Same.
7201
7202 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7203
7204 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
7205 * gdb.mi/mi-var-child-f.exp: Likewise.
7206 * gdb.mi/mi-vla-fortran.exp: Likewise.
7207
7208 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7209 Christoph Weinmann <christoph.t.weinmann@intel.com>
7210 Bernhard Heckel <bernhard.heckel@intel.com>
7211
7212 * gdb.fortran/ptr-indentation.f90: New file.
7213 * gdb.fortran/ptr-indentation.exp: New file.
7214
7215 2017-09-05 Tom Tromey <tom@tromey.com>
7216
7217 PR gdb/22010:
7218 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
7219
7220 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7221
7222 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
7223
7224 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7225
7226 * gdb.threads/tls-nodebug-pie.c: New file.
7227 * gdb.threads/tls-nodebug-pie.exp: New file.
7228
7229 2017-09-05 Tom Tromey <tom@tromey.com>
7230
7231 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
7232 for rust.
7233
7234 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7235
7236 * gdb.multi/multi-arch-exec.exp: Test with different
7237 "follow-exec-mode" settings.
7238 (do_test): New procedure.
7239
7240 2017-09-04 Pedro Alves <palves@redhat.com>
7241
7242 * gdb.base/func-static.c (S::method const, S::method volatile)
7243 (S::method volatile const): New methods.
7244 (c_s, v_s, cv_s): New instances.
7245 (main): Call method() on them.
7246 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
7247 (cannot_resolve): New procedure.
7248 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
7249 print-quote-unquoted columns.
7250 (do_test): Test printing each scope too.
7251
7252 2017-09-04 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.base/local-static.exp: Also test with
7255 class::method::variable wholly quoted.
7256 * gdb.cp/m-static.exp (class::method::variable): Remove test.
7257
7258 2017-09-04 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.base/local-static.c: New.
7261 * gdb.base/local-static.cc: New.
7262 * gdb.base/local-static.exp: New.
7263
7264 2017-09-04 Pedro Alves <palves@redhat.com>
7265
7266 * gdb.asm/asm-source.exp: Add casts to int.
7267 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
7268 (dataglobal64_1, dataglobal64_2): New globals.
7269 * gdb.base/nodebug.exp: Test different expressions involving the
7270 new globals, with print, whatis and ptype. Add casts to int.
7271 * gdb.base/solib-display.exp: Add casts to int.
7272 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
7273 * gdb.cp/m-static.exp: Add cast to int.
7274 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
7275 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
7276 tls variable with no debug info without a cast. Test with a cast
7277 to int too.
7278 * gdb.trace/entry-values.exp: Add casts.
7279
7280 2017-09-04 Pedro Alves <palves@redhat.com>
7281
7282 * gdb.base/nodebug.exp: Test that ptype's error about functions
7283 with unknown return type includes the function name too.
7284
7285 2017-09-04 Pedro Alves <palves@redhat.com>
7286
7287 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
7288 return type of munmap in infcall.
7289 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
7290 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
7291 type of ftell in infcall.
7292 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
7293 type of getpid in infcall.
7294 * gdb.base/infcall-exec.exp: Cast return type of execlp in
7295 infcall.
7296 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
7297 Bail on failure to extract the pid.
7298 * gdb.base/nodebug.c: #include <stdint.h>.
7299 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
7300 New functions.
7301 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
7302 Change expected output of print/whatis/ptype with functions with
7303 no debug info. Test all supported languages. Call
7304 test_call_promotion.
7305 * gdb.compile/compile.exp: Adjust expected output to expect
7306 warning.
7307 * gdb.threads/siginfo-threads.exp: Likewise.
7308
7309 2017-09-04 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.base/callfuncs.exp (do_function_calls): New parameter
7312 "prototypes". Test calling float functions via prototyped and
7313 unprototyped function pointers.
7314 (perform_all_tests): New parameter "prototypes". Pass it down.
7315 (top level): Pass down "prototypes" parameter to
7316 perform_all_tests.
7317
7318 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7319
7320 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
7321 Test with nested loops.
7322
7323 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7324
7325 * gdb.base/commands.exp: Call the new procedures.
7326 (loop_break_test, loop_continue_test): New procedures.
7327
7328 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
7329
7330 * gdb.base/commands.exp: Call new procedure.
7331 (define_if_without_arg_test): New procedure.
7332
7333 2017-09-04 Pedro Alves <palves@redhat.com>
7334
7335 * gdb.base/list-ambiguous.exp: New file.
7336 * gdb.base/list-ambiguous0.c: New file.
7337 * gdb.base/list-ambiguous1.c: New file.
7338 * gdb.base/list.exp (test_list_range): Adjust expected output.
7339
7340 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
7341
7342 * gdb.base/share-env-with-gdbserver.c: New file.
7343 * gdb.base/share-env-with-gdbserver.exp: Likewise.
7344
7345 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7346
7347 * gdb.base/commands.exp (gdbvar_simple_if_test,
7348 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
7349 progvar_simple_if_test, progvar_simple_while_test,
7350 progvar_complex_if_while_test, user_defined_command_test,
7351 user_defined_command_args_eval,
7352 user_defined_command_args_stack_test,
7353 user_defined_command_manyargs_test, bp_deleted_in_command_test,
7354 temporary_breakpoint_commands,
7355 gdb_test_no_prompt, redefine_hook_test,
7356 redefine_backtrace_test): Remove "global gdb_prompt".
7357
7358 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
7359
7360 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
7361 New proc, call it from toplevel.
7362
7363 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
7364
7365 PR remote/21852
7366 * gdb.server/normal.c: New file, copied from gdb.base.
7367 * gdb.server/run-without-local-binary.exp: New file.
7368
7369 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
7370
7371 * gdb.arch/sparc64-adi.exp: New file.
7372 * gdb.arch/sparc64-adi.c: New file.
7373
7374 2017-08-22 Pedro Alves <palves@redhat.com>
7375
7376 * gdb.cp/overload.exp (line_range_pattern): New procedure.
7377 (top level): Add "list all overloads" tests.
7378
7379 2017-08-22 Tom Tromey <tom@tromey.com>
7380
7381 * gdb.gdb/xfullpath.exp: Remove.
7382
7383 2017-08-21 Pedro Alves <palves@redhat.com>
7384
7385 PR gdb/19487
7386 * gdb.base/symbol-alias.c: New.
7387 * gdb.base/symbol-alias2.c: New.
7388 * gdb.base/symbol-alias.exp: New.
7389
7390 2017-08-21 Pedro Alves <palves@redhat.com>
7391
7392 * gdb.base/dfp-test.c
7393 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
7394 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
7395 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
7396 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
7397 * gdb.base/whatis-ptype-typedefs.c: New.
7398 * gdb.base/whatis-ptype-typedefs.exp: New.
7399 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
7400 (an_int, an_int_type, an_int_type2): New globals.
7401 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
7402 involving typedefs and cast expressions.
7403 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
7404 (lookup_typedefs_function): New.
7405 (typedefs_pretty_printers_dict): New.
7406 (top level): Register lookup_typedefs_function in
7407 gdb.pretty_printers.
7408
7409 2017-08-18 Yao Qi <yao.qi@linaro.org>
7410
7411 * gdb.server/unittest.exp: New.
7412
7413 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7414
7415 PR gdb/21954
7416 * gdb.base/environ.exp: Add test to check if 'unset environment'
7417 works.
7418
7419 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7420
7421 * lib/gdb.exp (universal_compile_options): New caching proc.
7422 (gdb_compile): Suppress GCC's coloring of messages.
7423
7424 2017-08-14 Tom Tromey <tom@tromey.com>
7425
7426 PR gdb/21675:
7427 * gdb.base/printcmds.exp (test_radices): New function.
7428 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
7429 * gdb.base/sizeof.exp (check_valueof): Use p/d.
7430 * lib/gdb.exp (get_integer_valueof): Use p/d.
7431
7432 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
7433
7434 * lib/gdb.exp (get_valueof): Don't capture end-of-line
7435 characters.
7436
7437 2017-08-05 Tom Tromey <tom@tromey.com>
7438
7439 * gdb.rust/simple.exp: Allow String to appear in a different
7440 namespace.
7441
7442 2017-07-26 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.gdb/unittest.exp: Invoke command
7445 "maintenance check xml-descriptions".
7446
7447 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7448
7449 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
7450 calling context.
7451 (hex128): Drop erroneous calculation of parameters.
7452
7453 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
7454
7455 * gdb.python/py-unwind.exp: Disable stack protection when
7456 building test file.
7457
7458 2017-07-20 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.base/default.exp (set language): Adjust expected output.
7461
7462 2017-07-20 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
7465 (test_minsym): ... this, and make static.
7466 (get_pck__foo__bar__minsym): Rename to ...
7467 (get_test_minsym): ... this.
7468 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
7469 symbol names and comments.
7470 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
7471 (get_test_minsym): ... this.
7472 (pck__foo__bar__minsym__2): Rename to ...
7473 (test_minsym): ... this.
7474 (main): Adjust.
7475
7476 2017-07-17 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.base/completion.exp: Adjust expected output.
7479 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
7480 the completer works.
7481
7482 2017-07-17 Pedro Alves <palves@redhat.com>
7483
7484 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
7485
7486 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7487
7488 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
7489
7490 2017-07-14 Tom Tromey <tom@tromey.com>
7491
7492 PR rust/21764:
7493 * gdb.rust/simple.exp: Add tests.
7494
7495 2017-07-14 Tom Tromey <tom@tromey.com>
7496
7497 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
7498
7499 2017-07-14 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.linespec/base/one/thefile.cc (z1): New function.
7502 * gdb.linespec/base/two/thefile.cc (z2): New function.
7503 * gdb.linespec/linespec.exp: Add tests.
7504
7505 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7506
7507 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
7508 to mi_create_breakpoint.
7509
7510 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
7511
7512 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
7513 mi_create_breakpoint.
7514
7515 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
7516
7517 * gdb.dlang/demangle.exp: Update for demangling changes.
7518
7519 2017-07-09 Tom Tromey <tom@tromey.com>
7520
7521 * gdb.dwarf2/shortpiece.exp: New file.
7522
7523 2017-07-06 David Blaikie <dblaikie@gmail.com>
7524
7525 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
7526 built from fissiont-multi-cu{1,2}.c.
7527 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
7528 except putting 'main' and 'func' in separate CUs in the same DWO file.
7529 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
7530 test.
7531 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
7532 test.
7533
7534 2017-07-06 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.python/py-unwind.exp: Test flushregs.
7537
7538 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7539
7540 PR cli/21688
7541 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
7542 tests for alias commands and trailing whitespace.
7543
7544 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
7545
7546 PR cli/21688
7547 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
7548 procedure. Call it.
7549
7550 2017-06-29 Pedro Alves <palves@redhat.com>
7551
7552 * gdb.base/printcmds.exp: Add tests.
7553
7554 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
7555
7556 PR gdb/21337
7557 * gdb.base/reread-readsym.exp: New file.
7558 * gdb.base/reread-readsym.c: New file.
7559
7560 2017-06-21 Kevin Buettner <kevinb@redhat.com>
7561
7562 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
7563 subpattern.
7564
7565 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
7566
7567 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
7568 extended mnemonic.
7569 * gdb.arch/powerpc-power9.s: Likewise.
7570
7571 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7572
7573 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
7574 on 32-bit x86 targets. Exploit is_*_target macros where
7575 appropriate.
7576
7577 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7578
7579 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
7580 register pieces.
7581
7582 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7583
7584 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
7585 located in one or more DWARF pieces.
7586
7587 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7588
7589 * lib/gdb.exp (get_endianness): New proc.
7590 * gdb.arch/aarch64-fp.exp: Use it.
7591 * gdb.arch/altivec-regs.exp: Likewise.
7592 * gdb.arch/e500-regs.exp: Likewise.
7593 * gdb.arch/vsx-regs.exp: Likewise.
7594 * gdb.base/dump.exp: Likewise.
7595 * gdb.base/funcargs.exp: Likewise.
7596 * gdb.base/gnu_vector.exp: Likewise.
7597 * gdb.dwarf2/formdata16.exp: Likewise.
7598 * gdb.dwarf2/implptrpiece.exp: Likewise.
7599 * gdb.dwarf2/nonvar-access.exp: Likewise.
7600 * gdb.python/py-inferior.exp: Likewise.
7601 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7602
7603 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7604
7605 PR gdb/21226
7606 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7607 stack value pieces are taken from the LSB end.
7608
7609 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7610
7611 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7612 variable at nonzero offset.
7613
7614 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7615
7616 * gdb.dwarf2/var-access.c: New file.
7617 * gdb.dwarf2/var-access.exp: New test.
7618 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7619
7620 2017-06-12 Tom Tromey <tom@tromey.com>
7621
7622 * gdb.dwarf2/formdata16.exp: Add tests.
7623
7624 2017-06-12 Tom Tromey <tom@tromey.com>
7625
7626 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7627
7628 2017-06-12 Tom Tromey <tom@tromey.com>
7629
7630 PR exp/16225:
7631 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7632 * gdb.arch/vsx-regs.exp: Update tests.
7633 * gdb.arch/s390-vregs.exp (hex128): New proc.
7634 Update test.
7635 * gdb.arch/altivec-regs.exp: Update tests.
7636
7637 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7638
7639 * gdb.base/startup-with-shell.c: New file.
7640 * gdb.base/startup-with-shell.exp: Likewise.
7641
7642 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7643
7644 * gdb.server/non-existing-program.exp: Update regex in order to
7645 reflect the fact that gdbserver is now using fork_inferior (with a
7646 shell) to startup the inferior.
7647
7648 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7649
7650 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7651 support function calls from GDB.
7652
7653 2017-05-21 Tom Tromey <tom@tromey.com>
7654
7655 PR rust/21466:
7656 * gdb.rust/unsized.exp: New file.
7657 * gdb.rust/unsized.rs: New file.
7658
7659 2017-05-19 Tom Tromey <tom@tromey.com>
7660
7661 PR rust/21484:
7662 * gdb.rust/watch.exp: New file.
7663 * gdb.rust/watch.rs: New file.
7664
7665 2017-05-18 Tom Tromey <tom@tromey.com>
7666
7667 * gdb.rust/simple.exp: Allow Box to be qualified.
7668
7669 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7670
7671 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7672
7673 2017-05-18 Pedro Alves <palves@redhat.com>
7674
7675 * gdb.base/fileio.c (test_write, test_read, test_close)
7676 (test_fstat): Don't print 'ret' in the fail path.
7677
7678 2017-05-18 Pedro Alves <palves@redhat.com>
7679
7680 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7681 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7682 (test_system, test_rename, test_unlink, test_time): Change
7683 prototypes.
7684 * gdb.base/fileio.exp (stop_msg): Adjust.
7685
7686 2017-05-18 Pedro Alves <palves@redhat.com>
7687
7688 * gdb.base/fileio.c (null_str): New global.
7689 (test_stat): Use it.
7690 * gdb.base/fileio.exp: Remove nowarnings.
7691
7692 2017-05-17 Yao Qi <yao.qi@linaro.org>
7693
7694 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7695
7696 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7697
7698 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7699 argument command.
7700 (top-level): Invoke test_set_inferior_tty.
7701
7702 2017-05-04 Pedro Alves <palves@redhat.com>
7703
7704 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7705 Add parens to print call for Python 3.
7706
7707 2017-05-03 Keith Seitz <keiths@redhat.com>
7708
7709 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7710 (main): Call it.
7711
7712 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7713
7714 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7715 to prev and next.
7716
7717 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7718
7719 * gdb.python/py-record-btrace.exp: Remove test for
7720 gdb.BtraceInstruction.error.
7721
7722 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7723
7724 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7725
7726 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7727
7728 * gdb.python/py-record-btrace-threads.c: New file.
7729 * gdb.python/py-record-btrace-threads.exp: New file.
7730
7731 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7732
7733 PR testsuite/8595
7734 * gdb.base/environ.exp: Make test available in all architectures.
7735 Move bits related to "info program" testing to
7736 gdb.base/info-program.exp. Rewrite tests to use the two new
7737 procedures mentione below.
7738 (test_set_show_env_var) New procedure.
7739 (test_set_show_env_var_equal): Likewise.
7740 * gdb.base/info-program.exp: New file.
7741
7742 2017-04-27 Keith Seitz <keiths@redhat.com>
7743
7744 * gdb.cp/oranking.cc (test15): New function.
7745 (main): Call test15 and declare additional variables for testing.
7746 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7747 "p foo101('abc')" tests.
7748 Add tests for cv qualifier overloads.
7749 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7750 "lvalue reference overload" test.
7751 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7752 "print value of f1 on Child&& in f2" test.
7753
7754 2017-04-19 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7757 procedure.
7758 (top level): Call it.
7759 * lib/gdb.exp (gdb_define_cmd): New procedure.
7760
7761 2017-04-12 Pedro Alves <palves@redhat.com>
7762
7763 PR gdb/21323
7764 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7765 (wchar): New global.
7766 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7767 (do_test_wide_char, wide_char_types_no_program, top level): Add
7768 wchar_t testing.
7769
7770 2017-04-12 Pedro Alves <palves@redhat.com>
7771
7772 PR c++/21323
7773 * gdb.cp/wide_char_types.c: New file.
7774 * gdb.cp/wide_char_types.exp: New file.
7775
7776 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7777
7778 PR gdb/21352
7779 * gdb.trace/tsv.exp: Add test for "tsave -r".
7780
7781 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7782
7783 * gdb.dlang/watch-loc.c: New file.
7784 * gdb.dlang/watch-loc.exp: New file.
7785
7786 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7787
7788 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7789
7790 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7791
7792 * gdb.arch/arc-analyze-prologue.S: New file.
7793 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7794
7795 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7796
7797 * gdb.arch/arc-decode-insn.S: New file.
7798 * gdb.arch/arc-decode-insn.exp: Likewise.
7799
7800 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7801
7802 PR tdep/20928
7803 * gdb.arch/sparc64-regs.exp: New file.
7804 * gdb.arch/sparc64-regs.S: Likewise.
7805
7806 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7807
7808 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7809 and memory view on Python 3.
7810
7811 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7812 Keith Seitz <keiths@redhat.com>
7813
7814 PR gdb/14441
7815 * gdb.cp/demangle.exp: Add rvalue reference tests.
7816 * gdb.cp/rvalue-ref-casts.cc: New file.
7817 * gdb.cp/rvalue-ref-casts.exp: New file.
7818 * gdb.cp/rvalue-ref-overload.cc: New file.
7819 * gdb.cp/rvalue-ref-overload.exp: New file.
7820 * gdb.cp/rvalue-ref-params.cc: New file.
7821 * gdb.cp/rvalue-ref-params.exp: New file.
7822 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7823 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7824 * gdb.cp/rvalue-ref-types.cc: New file.
7825 * gdb.cp/rvalue-ref-types.exp: New file.
7826 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7827 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7828
7829 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7830
7831 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7832 New procedure.
7833
7834 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7835
7836 * lib/mi-support.exp (mi_gdb_test): Add additional message
7837 for unexpected output.
7838
7839 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7840
7841 * gdb.base/examine-backward.c (Barrier): New character array
7842 constant, to ensure that TestStrings is preceded by a string
7843 terminator.
7844
7845 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7846
7847 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7848 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7849 and implicit pointer into such a location.
7850
7851 2017-03-16 Doug Evans <dje@google.com>
7852
7853 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7854
7855 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7856
7857 * gdb.cp/m-static.exp: Fix expectation for prototype of
7858 test5.single_constructor and single_constructor::single_constructor.
7859
7860 2017-03-16 Doug Evans <dje@google.com>
7861
7862 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7863 * gdb.guile/scm-lazy-string.c: New file.
7864 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7865 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7866 for pointer, array, typedef lazy strings.
7867
7868 2017-03-16 Doug Evans <dje@google.com>
7869
7870 PR python/17728, python/18439, python/18779
7871 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7872 * gdb.python/py-lazy-string.c (pointer): New typedef.
7873 (main): New locals ptr, array, typedef_ptr.
7874 * gdb.python/py-value.exp: Move lazy string tests to ...
7875 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7876 array, typedef lazy strings.
7877
7878 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7879
7880 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7881 Add optional 'test' parameter.
7882
7883 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7884
7885 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7886 Skip for versions of DejaGnu < 1.5.
7887
7888 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7889
7890 * lib/gdb.exp (dejagnu_version): New proc.
7891 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7892 Use dejagnu_version.
7893
7894 2017-03-10 Keith Seitz <keiths@redhat.com>
7895
7896 PR c++/8128
7897 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7898 type from destructor regexps.
7899 Add a branch which actually passes the test.
7900 Adjust "ptype t5i" test names.
7901
7902 2017-03-08 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.base/step-over-exit.exp: Add explicit test message.
7905
7906 2017-03-08 Pedro Alves <palves@redhat.com>
7907
7908 PR gdb/18360
7909 * gdb.threads/interrupt-while-step-over.c: New file.
7910 * gdb.threads/interrupt-while-step-over.exp: New file.
7911
7912 2017-03-08 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7915 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7916
7917 2017-03-08 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7920 PKRU as not supported as a PASS.
7921
7922 2017-03-08 Pedro Alves <palves@redhat.com>
7923
7924 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7925 prefix instead of $binfile1/$binfile2.
7926 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7927 in test message.
7928 * gdb.python/py-completion.exp: Use "load python file" as test
7929 messages instead of unstable path names.
7930
7931 2017-03-08 Pedro Alves <palves@redhat.com>
7932 Jan Kratochvil <jan.kratochvil@redhat.com>
7933
7934 PR cli/21218
7935 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7936 New proc.
7937 (top level): Call it.
7938
7939 2017-03-08 Pedro Alves <palves@redhat.com>
7940
7941 PR tui/21216
7942 * gdb.tui/tui-nl-filtered-output.exp: New file.
7943
7944 2017-03-08 Pedro Alves <palves@redhat.com>
7945
7946 * gdb.base/completion.exp: Move TUI completion tests to ...
7947 * gdb.tui/completion.exp: ... this new file.
7948
7949 2017-03-08 Pedro Alves <palves@redhat.com>
7950
7951 * gdb.base/tui-disasm-long-lines.c,
7952 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7953 gdb.base/tui-layout.exp: Move to ...
7954 * gdb.tui/: ... this new directory.
7955
7956 2017-03-07 Pedro Alves <palves@redhat.com>
7957
7958 * gdb.base/tui-layout.c: New file.
7959 * gdb.base/tui-layout.exp: New file.
7960
7961 2017-03-07 Pedro Alves <palves@redhat.com>
7962
7963 * gdb.base/tui-layout.c: Rename to ...
7964 * gdb.base/tui-disasm-long-lines.c: ... this.
7965 * gdb.base/tui-layout.exp: Rename to ...
7966 * gdb.base/tui-disasm-long-lines.exp: ... this.
7967
7968 2017-03-07 Pedro Alves <palves@redhat.com>
7969
7970 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7971
7972 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7973
7974 * i386-mpx-call.c: New file.
7975 * i386-mpx-call.exp: New file.
7976
7977 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7978
7979 * gdb.arch/powerpc-power.exp: Delete test.
7980 * gdb.arch/powerpc-power.s: Likewise.
7981 * gdb.disasm/disassembler-options.exp: New test.
7982 * gdb.arch/powerpc-altivec.exp: Likewise.
7983 * gdb.arch/powerpc-altivec.s: Likewise.
7984 * gdb.arch/powerpc-altivec2.exp: Likewise.
7985 * gdb.arch/powerpc-altivec2.s: Likewise.
7986 * gdb.arch/powerpc-altivec3.exp: Likewise.
7987 * gdb.arch/powerpc-altivec3.s: Likewise.
7988 * gdb.arch/powerpc-power7.exp: Likewise.
7989 * gdb.arch/powerpc-power7.s: Likewise.
7990 * gdb.arch/powerpc-power8.exp: Likewise.
7991 * gdb.arch/powerpc-power8.s: Likewise.
7992 * gdb.arch/powerpc-power9.exp: Likewise.
7993 * gdb.arch/powerpc-power9.s: Likewise.
7994 * gdb.arch/powerpc-vsx.exp: Likewise.
7995 * gdb.arch/powerpc-vsx.s: Likewise.
7996 * gdb.arch/powerpc-vsx2.exp: Likewise.
7997 * gdb.arch/powerpc-vsx2.s: Likewise.
7998 * gdb.arch/powerpc-vsx3.exp: Likewise.
7999 * gdb.arch/powerpc-vsx3.s: Likewise.
8000 * gdb.arch/arm-disassembler-options.exp: Likewise.
8001 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
8002 * gdb.arch/s390-disassembler-options.exp: Likewise.
8003
8004 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
8005
8006 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
8007 (check_supported_features): ... this. Changed return type to void.
8008 (supports_rdseed): New static global.
8009 (rdseed): Check supports_rdseed.
8010 (initialize): Call check_supported_features.
8011
8012 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8013
8014 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
8015 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
8016 and lqarx/stqcx.
8017 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
8018 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
8019
8020 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8021
8022 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
8023 uppercase.
8024
8025 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8026
8027 * gdb.dwarf2/formdata16.c: New file.
8028 * gdb.dwarf2/formdata16.exp: New file.
8029 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
8030
8031 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8032
8033 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
8034 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
8035 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
8036 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
8037 DW_AT_GNU_*.
8038
8039 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8040
8041 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
8042
8043 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
8044
8045 PR gdb/21164
8046 * gdb.base/maint.exp: Add testcases for when the commands do
8047 not have arguments.
8048
8049 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
8050
8051 * gdb.cp/chained-calls.exp: Use p instead of P.
8052
8053 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
8054
8055 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
8056 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
8057
8058 2017-02-14 Tom Tromey <tom@tromey.com>
8059
8060 PR python/13598:
8061 * gdb.python/py-events.exp: Add before_prompt event tests.
8062
8063 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8064
8065 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
8066
8067 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8068
8069 * gdb.linespec/explicit.c (my_unique_function_name): New function.
8070 (main): Call my_unique_function_name.
8071 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
8072 completion of patterns with a single match.
8073 Add missing -re switches to gdb_test_multiple calls.
8074
8075 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
8076
8077 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
8078 return if core file is not recognized.
8079
8080 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8081
8082 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
8083 and extra UIs.
8084
8085 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
8086
8087 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
8088 proc_with_prefix.
8089
8090 2017-02-10 Tom Tromey <tom@tromey.com>
8091
8092 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
8093
8094 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
8095
8096 PR gdb/21122
8097 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
8098
8099 2017-02-08 Jerome Guitton <guitton@adacore.com>
8100
8101 * gdb.base/define.exp: Add test for command abbreviations
8102 in define.
8103
8104 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
8105
8106 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
8107 * gdb.reverse/insn-reverse-x86.c: New file.
8108
8109 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8110
8111 PR tdep/20936
8112 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
8113
8114 2017-02-03 Tom Tromey <tom@tromey.com>
8115
8116 PR rust/21097:
8117 * gdb.rust/simple.exp: Add new tests.
8118
8119 2017-02-02 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
8122 tests.
8123
8124 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8125
8126 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
8127 taking a 2-byte value out of a 4-byte DWARF implicit value on
8128 big-endian targets.
8129 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
8130 logic. Add test cases for DW_OP_implicit.
8131
8132 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8133
8134 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
8135
8136 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8137
8138 * gdb.btrace/enable.exp: Call gdb_exit before
8139 skip_gdbserver_tests.
8140
8141 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8142
8143 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
8144 GDBFLAGS.
8145
8146 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8147
8148 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
8149 the test is skipped.
8150 * gdb.btrace/data.exp: Likewise.
8151 * gdb.btrace/delta.exp: Likewise.
8152 * gdb.btrace/dlopen.exp: Likewise.
8153 * gdb.btrace/enable-running.exp: Likewise.
8154 * gdb.btrace/enable.exp: Likewise.
8155 * gdb.btrace/exception.exp: Likewise.
8156 * gdb.btrace/function_call_history.exp: Likewise.
8157 * gdb.btrace/gcore.exp: Likewise.
8158 * gdb.btrace/instruction_history.exp: Likewise.
8159 * gdb.btrace/multi-thread-step.exp: Likewise.
8160 * gdb.btrace/nohist.exp: Likewise.
8161 * gdb.btrace/non-stop.exp: Likewise.
8162 * gdb.btrace/reconnect.exp: Likewise.
8163 * gdb.btrace/record_goto-step.exp: Likewise.
8164 * gdb.btrace/record_goto.exp: Likewise.
8165 * gdb.btrace/rn-dl-bind.exp: Likewise.
8166 * gdb.btrace/segv.exp: Likewise.
8167 * gdb.btrace/step.exp: Likewise.
8168 * gdb.btrace/stepi.exp: Likewise.
8169 * gdb.btrace/tailcall-only.exp: Likewise.
8170 * gdb.btrace/tailcall.exp: Likewise.
8171 * gdb.btrace/tsx.exp: Likewise.
8172 * gdb.btrace/unknown_functions.exp: Likewise.
8173 * gdb.btrace/vdso.exp: Likewise.
8174
8175 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8176
8177 * gdb.btrace/enable-running.c: New.
8178 * gdb.btrace/enable-running.exp: New.
8179
8180 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8181
8182 * gdb.arch/amd64-gs_base.c: New file.
8183 * gdb.arch/amd64-gs_base.exp: New file.
8184
8185 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8186
8187 * lib/memory.exp: Remove spurious empty newlines.
8188
8189 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
8190
8191 * gdb.python/py-bad-printers.exp: Load python file using "source".
8192 * gdb.python/py-events.exp: Likewise.
8193 * gdb.python/py-evsignal.exp: Likewise.
8194 * gdb.python/py-evthreads.exp: Likewise.
8195 * gdb.python/py-frame-args.exp: Likewise.
8196 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
8197 * gdb.python/py-framefilter-mi.exp: Likewise.
8198 * gdb.python/py-framefilter.exp: Likewise.
8199 * gdb.python/py-mi.exp: Likewise.
8200 * gdb.python/py-pp-maint.exp: Likewise.
8201 * gdb.python/py-pp-registration.exp: Likewise.
8202 * gdb.python/py-prettyprint.exp: Likewise.
8203 (run_lang_tests): Likewise.
8204 * gdb.python/py-typeprint.exp: Likewise.
8205
8206 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8207
8208 * lib/memory.exp: New file.
8209 * lib/gdb.exp: Load memory.exp.
8210 * gdb.base/memattr.exp (delete_memory): Move proc to
8211 lib/memory.exp and rename to delete_memory_regions.
8212 Replace delete_memory with delete_memory_regions.
8213 Cleanup memory regions before tests.
8214 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
8215 before tests.
8216
8217 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
8218
8219 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
8220 files.
8221 (initialize): New function conditionally defined.
8222 (testcases): Move within conditional block.
8223 (main): Call initialize.
8224 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
8225 of gdb.reverse/insn-reverse.c.
8226 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
8227 gdb.reverse/insn-reverse.c.
8228
8229 2017-01-26 Yao Qi <yao.qi@linaro.org>
8230
8231 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
8232 disassemble on address 0.
8233
8234 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
8235 Yao Qi <yao.qi@linaro.org>
8236
8237 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
8238 * gdb.dwarf2/implptr-64bit.S: Remove.
8239 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
8240 variables in caller's context. Add DW_OP_implicit_value.
8241
8242 2017-01-25 Yao Qi <yao.qi@linaro.org>
8243
8244 * lib/dwarf.exp (Dwarf::_location): Handle
8245 DW_OP_GNU_implicit_pointer with proper size.
8246
8247 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8248
8249 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
8250 and add untested calls.
8251
8252 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
8253
8254 * gdb.python/python.exp: Check line number against what GDB thinks
8255 the line number is for func1.
8256
8257 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
8258
8259 * gdb.dlang/debug-expr.exp: New file.
8260
8261 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
8262
8263 Fix test names for the following files:
8264
8265 * gdb.ada/exec_changed.exp
8266 * gdb.ada/info_types.exp
8267 * gdb.arch/aarch64-atomic-inst.exp
8268 * gdb.arch/aarch64-fp.exp
8269 * gdb.arch/altivec-abi.exp
8270 * gdb.arch/altivec-regs.exp
8271 * gdb.arch/amd64-byte.exp
8272 * gdb.arch/amd64-disp-step.exp
8273 * gdb.arch/amd64-dword.exp
8274 * gdb.arch/amd64-entry-value-inline.exp
8275 * gdb.arch/amd64-entry-value-param.exp
8276 * gdb.arch/amd64-entry-value-paramref.exp
8277 * gdb.arch/amd64-entry-value.exp
8278 * gdb.arch/amd64-i386-address.exp
8279 * gdb.arch/amd64-invalid-stack-middle.exp
8280 * gdb.arch/amd64-invalid-stack-top.exp
8281 * gdb.arch/amd64-optimout-repeat.exp
8282 * gdb.arch/amd64-prologue-skip.exp
8283 * gdb.arch/amd64-prologue-xmm.exp
8284 * gdb.arch/amd64-stap-special-operands.exp
8285 * gdb.arch/amd64-stap-wrong-subexp.exp
8286 * gdb.arch/amd64-tailcall-cxx.exp
8287 * gdb.arch/amd64-tailcall-noret.exp
8288 * gdb.arch/amd64-tailcall-ret.exp
8289 * gdb.arch/amd64-tailcall-self.exp
8290 * gdb.arch/amd64-word.exp
8291 * gdb.arch/arm-bl-branch-dest.exp
8292 * gdb.arch/arm-disp-step.exp
8293 * gdb.arch/arm-neon.exp
8294 * gdb.arch/arm-single-step-kernel-helper.exp
8295 * gdb.arch/avr-flash-qualifier.exp
8296 * gdb.arch/disp-step-insn-reloc.exp
8297 * gdb.arch/e500-abi.exp
8298 * gdb.arch/e500-regs.exp
8299 * gdb.arch/ftrace-insn-reloc.exp
8300 * gdb.arch/i386-avx512.exp
8301 * gdb.arch/i386-bp_permanent.exp
8302 * gdb.arch/i386-byte.exp
8303 * gdb.arch/i386-cfi-notcurrent.exp
8304 * gdb.arch/i386-disp-step.exp
8305 * gdb.arch/i386-dr3-watch.exp
8306 * gdb.arch/i386-float.exp
8307 * gdb.arch/i386-gnu-cfi.exp
8308 * gdb.arch/i386-mpx-map.exp
8309 * gdb.arch/i386-mpx-sigsegv.exp
8310 * gdb.arch/i386-mpx-simple_segv.exp
8311 * gdb.arch/i386-mpx.exp
8312 * gdb.arch/i386-permbkpt.exp
8313 * gdb.arch/i386-prologue.exp
8314 * gdb.arch/i386-signal.exp
8315 * gdb.arch/i386-size-overlap.exp
8316 * gdb.arch/i386-unwind.exp
8317 * gdb.arch/i386-word.exp
8318 * gdb.arch/mips-fcr.exp
8319 * gdb.arch/powerpc-d128-regs.exp
8320 * gdb.arch/powerpc-stackless.exp
8321 * gdb.arch/ppc64-atomic-inst.exp
8322 * gdb.arch/s390-stackless.exp
8323 * gdb.arch/s390-tdbregs.exp
8324 * gdb.arch/s390-vregs.exp
8325 * gdb.arch/sparc-sysstep.exp
8326 * gdb.arch/thumb-bx-pc.exp
8327 * gdb.arch/thumb-singlestep.exp
8328 * gdb.arch/thumb2-it.exp
8329 * gdb.arch/vsx-regs.exp
8330 * gdb.asm/asm-source.exp
8331 * gdb.base/a2-run.exp
8332 * gdb.base/advance.exp
8333 * gdb.base/all-bin.exp
8334 * gdb.base/anon.exp
8335 * gdb.base/args.exp
8336 * gdb.base/arithmet.exp
8337 * gdb.base/async-shell.exp
8338 * gdb.base/async.exp
8339 * gdb.base/attach-pie-noexec.exp
8340 * gdb.base/attach-twice.exp
8341 * gdb.base/auto-load.exp
8342 * gdb.base/bang.exp
8343 * gdb.base/bitfields.exp
8344 * gdb.base/break-always.exp
8345 * gdb.base/break-caller-line.exp
8346 * gdb.base/break-entry.exp
8347 * gdb.base/break-inline.exp
8348 * gdb.base/break-on-linker-gcd-function.exp
8349 * gdb.base/break-probes.exp
8350 * gdb.base/break.exp
8351 * gdb.base/breakpoint-shadow.exp
8352 * gdb.base/call-ar-st.exp
8353 * gdb.base/call-sc.exp
8354 * gdb.base/call-signal-resume.exp
8355 * gdb.base/call-strs.exp
8356 * gdb.base/callfuncs.exp
8357 * gdb.base/catch-fork-static.exp
8358 * gdb.base/catch-gdb-caused-signals.exp
8359 * gdb.base/catch-load.exp
8360 * gdb.base/catch-signal-fork.exp
8361 * gdb.base/catch-signal.exp
8362 * gdb.base/catch-syscall.exp
8363 * gdb.base/charset.exp
8364 * gdb.base/checkpoint.exp
8365 * gdb.base/chng-syms.exp
8366 * gdb.base/code-expr.exp
8367 * gdb.base/code_elim.exp
8368 * gdb.base/commands.exp
8369 * gdb.base/completion.exp
8370 * gdb.base/complex.exp
8371 * gdb.base/cond-expr.exp
8372 * gdb.base/condbreak.exp
8373 * gdb.base/consecutive.exp
8374 * gdb.base/continue-all-already-running.exp
8375 * gdb.base/coredump-filter.exp
8376 * gdb.base/corefile.exp
8377 * gdb.base/dbx.exp
8378 * gdb.base/debug-expr.exp
8379 * gdb.base/define.exp
8380 * gdb.base/del.exp
8381 * gdb.base/disabled-location.exp
8382 * gdb.base/disasm-end-cu.exp
8383 * gdb.base/disasm-optim.exp
8384 * gdb.base/display.exp
8385 * gdb.base/duplicate-bp.exp
8386 * gdb.base/ena-dis-br.exp
8387 * gdb.base/ending-run.exp
8388 * gdb.base/enumval.exp
8389 * gdb.base/environ.exp
8390 * gdb.base/eu-strip-infcall.exp
8391 * gdb.base/eval-avoid-side-effects.exp
8392 * gdb.base/eval-skip.exp
8393 * gdb.base/exitsignal.exp
8394 * gdb.base/expand-psymtabs.exp
8395 * gdb.base/filesym.exp
8396 * gdb.base/find-unmapped.exp
8397 * gdb.base/finish.exp
8398 * gdb.base/float.exp
8399 * gdb.base/foll-exec-mode.exp
8400 * gdb.base/foll-exec.exp
8401 * gdb.base/foll-fork.exp
8402 * gdb.base/fortran-sym-case.exp
8403 * gdb.base/freebpcmd.exp
8404 * gdb.base/func-ptr.exp
8405 * gdb.base/func-ptrs.exp
8406 * gdb.base/funcargs.exp
8407 * gdb.base/gcore-buffer-overflow.exp
8408 * gdb.base/gcore-relro-pie.exp
8409 * gdb.base/gcore-relro.exp
8410 * gdb.base/gcore.exp
8411 * gdb.base/gdb1090.exp
8412 * gdb.base/gdb11530.exp
8413 * gdb.base/gdb11531.exp
8414 * gdb.base/gdb1821.exp
8415 * gdb.base/gdbindex-stabs.exp
8416 * gdb.base/gdbvars.exp
8417 * gdb.base/hbreak.exp
8418 * gdb.base/hbreak2.exp
8419 * gdb.base/included.exp
8420 * gdb.base/infcall-input.exp
8421 * gdb.base/inferior-died.exp
8422 * gdb.base/infnan.exp
8423 * gdb.base/info-macros.exp
8424 * gdb.base/info-os.exp
8425 * gdb.base/info-proc.exp
8426 * gdb.base/info-shared.exp
8427 * gdb.base/info-target.exp
8428 * gdb.base/infoline.exp
8429 * gdb.base/interp.exp
8430 * gdb.base/interrupt.exp
8431 * gdb.base/jit-reader.exp
8432 * gdb.base/jit-simple.exp
8433 * gdb.base/kill-after-signal.exp
8434 * gdb.base/kill-detach-inferiors-cmd.exp
8435 * gdb.base/label.exp
8436 * gdb.base/langs.exp
8437 * gdb.base/ldbl_e308.exp
8438 * gdb.base/line-symtabs.exp
8439 * gdb.base/linespecs.exp
8440 * gdb.base/list.exp
8441 * gdb.base/long_long.exp
8442 * gdb.base/longest-types.exp
8443 * gdb.base/maint.exp
8444 * gdb.base/max-value-size.exp
8445 * gdb.base/memattr.exp
8446 * gdb.base/mips_pro.exp
8447 * gdb.base/morestack.exp
8448 * gdb.base/moribund-step.exp
8449 * gdb.base/multi-forks.exp
8450 * gdb.base/nested-addr.exp
8451 * gdb.base/nextoverexit.exp
8452 * gdb.base/noreturn-finish.exp
8453 * gdb.base/noreturn-return.exp
8454 * gdb.base/nostdlib.exp
8455 * gdb.base/offsets.exp
8456 * gdb.base/opaque.exp
8457 * gdb.base/pc-fp.exp
8458 * gdb.base/permissions.exp
8459 * gdb.base/print-symbol-loading.exp
8460 * gdb.base/prologue-include.exp
8461 * gdb.base/psymtab.exp
8462 * gdb.base/ptype.exp
8463 * gdb.base/random-signal.exp
8464 * gdb.base/randomize.exp
8465 * gdb.base/range-stepping.exp
8466 * gdb.base/readline-ask.exp
8467 * gdb.base/recpar.exp
8468 * gdb.base/recurse.exp
8469 * gdb.base/relational.exp
8470 * gdb.base/restore.exp
8471 * gdb.base/return-nodebug.exp
8472 * gdb.base/return.exp
8473 * gdb.base/run-after-attach.exp
8474 * gdb.base/save-bp.exp
8475 * gdb.base/scope.exp
8476 * gdb.base/sect-cmd.exp
8477 * gdb.base/set-lang-auto.exp
8478 * gdb.base/set-noassign.exp
8479 * gdb.base/setvar.exp
8480 * gdb.base/sigall.exp
8481 * gdb.base/sigbpt.exp
8482 * gdb.base/siginfo-addr.exp
8483 * gdb.base/siginfo-infcall.exp
8484 * gdb.base/siginfo-obj.exp
8485 * gdb.base/siginfo.exp
8486 * gdb.base/signals-state-child.exp
8487 * gdb.base/signest.exp
8488 * gdb.base/sigstep.exp
8489 * gdb.base/sizeof.exp
8490 * gdb.base/skip.exp
8491 * gdb.base/solib-corrupted.exp
8492 * gdb.base/solib-nodir.exp
8493 * gdb.base/solib-search.exp
8494 * gdb.base/stack-checking.exp
8495 * gdb.base/stale-infcall.exp
8496 * gdb.base/stap-probe.exp
8497 * gdb.base/start.exp
8498 * gdb.base/step-break.exp
8499 * gdb.base/step-bt.exp
8500 * gdb.base/step-line.exp
8501 * gdb.base/step-over-exit.exp
8502 * gdb.base/step-over-syscall.exp
8503 * gdb.base/step-resume-infcall.exp
8504 * gdb.base/step-test.exp
8505 * gdb.base/store.exp
8506 * gdb.base/structs3.exp
8507 * gdb.base/sym-file.exp
8508 * gdb.base/symbol-without-target_section.exp
8509 * gdb.base/term.exp
8510 * gdb.base/testenv.exp
8511 * gdb.base/ui-redirect.exp
8512 * gdb.base/until.exp
8513 * gdb.base/unwindonsignal.exp
8514 * gdb.base/value-double-free.exp
8515 * gdb.base/vla-datatypes.exp
8516 * gdb.base/vla-ptr.exp
8517 * gdb.base/vla-sideeffect.exp
8518 * gdb.base/volatile.exp
8519 * gdb.base/watch-cond-infcall.exp
8520 * gdb.base/watch-cond.exp
8521 * gdb.base/watch-non-mem.exp
8522 * gdb.base/watch-read.exp
8523 * gdb.base/watch-vfork.exp
8524 * gdb.base/watchpoint-cond-gone.exp
8525 * gdb.base/watchpoint-delete.exp
8526 * gdb.base/watchpoint-hw-hit-once.exp
8527 * gdb.base/watchpoint-hw.exp
8528 * gdb.base/watchpoint-stops-at-right-insn.exp
8529 * gdb.base/watchpoints.exp
8530 * gdb.base/wchar.exp
8531 * gdb.base/whatis-exp.exp
8532 * gdb.btrace/buffer-size.exp
8533 * gdb.btrace/data.exp
8534 * gdb.btrace/delta.exp
8535 * gdb.btrace/dlopen.exp
8536 * gdb.btrace/enable.exp
8537 * gdb.btrace/exception.exp
8538 * gdb.btrace/function_call_history.exp
8539 * gdb.btrace/gcore.exp
8540 * gdb.btrace/instruction_history.exp
8541 * gdb.btrace/nohist.exp
8542 * gdb.btrace/reconnect.exp
8543 * gdb.btrace/record_goto-step.exp
8544 * gdb.btrace/record_goto.exp
8545 * gdb.btrace/rn-dl-bind.exp
8546 * gdb.btrace/segv.exp
8547 * gdb.btrace/step.exp
8548 * gdb.btrace/stepi.exp
8549 * gdb.btrace/tailcall-only.exp
8550 * gdb.btrace/tailcall.exp
8551 * gdb.btrace/tsx.exp
8552 * gdb.btrace/unknown_functions.exp
8553 * gdb.btrace/vdso.exp
8554 * gdb.compile/compile-ifunc.exp
8555 * gdb.compile/compile-ops.exp
8556 * gdb.compile/compile-print.exp
8557 * gdb.compile/compile-setjmp.exp
8558 * gdb.cp/abstract-origin.exp
8559 * gdb.cp/ambiguous.exp
8560 * gdb.cp/annota2.exp
8561 * gdb.cp/annota3.exp
8562 * gdb.cp/anon-ns.exp
8563 * gdb.cp/anon-struct.exp
8564 * gdb.cp/anon-union.exp
8565 * gdb.cp/arg-reference.exp
8566 * gdb.cp/baseenum.exp
8567 * gdb.cp/bool.exp
8568 * gdb.cp/breakpoint.exp
8569 * gdb.cp/bs15503.exp
8570 * gdb.cp/call-c.exp
8571 * gdb.cp/casts.exp
8572 * gdb.cp/chained-calls.exp
8573 * gdb.cp/class2.exp
8574 * gdb.cp/classes.exp
8575 * gdb.cp/cmpd-minsyms.exp
8576 * gdb.cp/converts.exp
8577 * gdb.cp/cp-relocate.exp
8578 * gdb.cp/cpcompletion.exp
8579 * gdb.cp/cpexprs.exp
8580 * gdb.cp/cplabel.exp
8581 * gdb.cp/cplusfuncs.exp
8582 * gdb.cp/cpsizeof.exp
8583 * gdb.cp/ctti.exp
8584 * gdb.cp/derivation.exp
8585 * gdb.cp/destrprint.exp
8586 * gdb.cp/dispcxx.exp
8587 * gdb.cp/enum-class.exp
8588 * gdb.cp/exception.exp
8589 * gdb.cp/exceptprint.exp
8590 * gdb.cp/expand-psymtabs-cxx.exp
8591 * gdb.cp/expand-sals.exp
8592 * gdb.cp/extern-c.exp
8593 * gdb.cp/filename.exp
8594 * gdb.cp/formatted-ref.exp
8595 * gdb.cp/fpointer.exp
8596 * gdb.cp/gdb1355.exp
8597 * gdb.cp/gdb2495.exp
8598 * gdb.cp/hang.exp
8599 * gdb.cp/impl-this.exp
8600 * gdb.cp/infcall-dlopen.exp
8601 * gdb.cp/inherit.exp
8602 * gdb.cp/iostream.exp
8603 * gdb.cp/koenig.exp
8604 * gdb.cp/local.exp
8605 * gdb.cp/m-data.exp
8606 * gdb.cp/m-static.exp
8607 * gdb.cp/mb-ctor.exp
8608 * gdb.cp/mb-inline.exp
8609 * gdb.cp/mb-templates.exp
8610 * gdb.cp/member-name.exp
8611 * gdb.cp/member-ptr.exp
8612 * gdb.cp/meth-typedefs.exp
8613 * gdb.cp/method.exp
8614 * gdb.cp/method2.exp
8615 * gdb.cp/minsym-fallback.exp
8616 * gdb.cp/misc.exp
8617 * gdb.cp/namelessclass.exp
8618 * gdb.cp/namespace-enum.exp
8619 * gdb.cp/namespace-nested-import.exp
8620 * gdb.cp/namespace.exp
8621 * gdb.cp/nextoverthrow.exp
8622 * gdb.cp/no-dmgl-verbose.exp
8623 * gdb.cp/non-trivial-retval.exp
8624 * gdb.cp/noparam.exp
8625 * gdb.cp/nsdecl.exp
8626 * gdb.cp/nsimport.exp
8627 * gdb.cp/nsnested.exp
8628 * gdb.cp/nsnoimports.exp
8629 * gdb.cp/nsrecurs.exp
8630 * gdb.cp/nsstress.exp
8631 * gdb.cp/nsusing.exp
8632 * gdb.cp/operator.exp
8633 * gdb.cp/oranking.exp
8634 * gdb.cp/overload-const.exp
8635 * gdb.cp/overload.exp
8636 * gdb.cp/ovldbreak.exp
8637 * gdb.cp/ovsrch.exp
8638 * gdb.cp/paren-type.exp
8639 * gdb.cp/parse-lang.exp
8640 * gdb.cp/pass-by-ref.exp
8641 * gdb.cp/pr-1023.exp
8642 * gdb.cp/pr-1210.exp
8643 * gdb.cp/pr-574.exp
8644 * gdb.cp/pr10687.exp
8645 * gdb.cp/pr12028.exp
8646 * gdb.cp/pr17132.exp
8647 * gdb.cp/pr17494.exp
8648 * gdb.cp/pr9067.exp
8649 * gdb.cp/pr9167.exp
8650 * gdb.cp/pr9631.exp
8651 * gdb.cp/printmethod.exp
8652 * gdb.cp/psmang.exp
8653 * gdb.cp/psymtab-parameter.exp
8654 * gdb.cp/ptype-cv-cp.exp
8655 * gdb.cp/ptype-flags.exp
8656 * gdb.cp/re-set-overloaded.exp
8657 * gdb.cp/ref-types.exp
8658 * gdb.cp/rtti.exp
8659 * gdb.cp/scope-err.exp
8660 * gdb.cp/shadow.exp
8661 * gdb.cp/smartp.exp
8662 * gdb.cp/static-method.exp
8663 * gdb.cp/static-print-quit.exp
8664 * gdb.cp/temargs.exp
8665 * gdb.cp/templates.exp
8666 * gdb.cp/try_catch.exp
8667 * gdb.cp/typedef-operator.exp
8668 * gdb.cp/typeid.exp
8669 * gdb.cp/userdef.exp
8670 * gdb.cp/using-crash.exp
8671 * gdb.cp/var-tag.exp
8672 * gdb.cp/virtbase.exp
8673 * gdb.cp/virtfunc.exp
8674 * gdb.cp/virtfunc2.exp
8675 * gdb.cp/vla-cxx.exp
8676 * gdb.disasm/t01_mov.exp
8677 * gdb.disasm/t02_mova.exp
8678 * gdb.disasm/t03_add.exp
8679 * gdb.disasm/t04_sub.exp
8680 * gdb.disasm/t05_cmp.exp
8681 * gdb.disasm/t06_ari2.exp
8682 * gdb.disasm/t07_ari3.exp
8683 * gdb.disasm/t08_or.exp
8684 * gdb.disasm/t09_xor.exp
8685 * gdb.disasm/t10_and.exp
8686 * gdb.disasm/t11_logs.exp
8687 * gdb.disasm/t12_bit.exp
8688 * gdb.disasm/t13_otr.exp
8689 * gdb.dlang/circular.exp
8690 * gdb.dwarf2/arr-stride.exp
8691 * gdb.dwarf2/arr-subrange.exp
8692 * gdb.dwarf2/atomic-type.exp
8693 * gdb.dwarf2/bad-regnum.exp
8694 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8695 * gdb.dwarf2/callframecfa.exp
8696 * gdb.dwarf2/clztest.exp
8697 * gdb.dwarf2/corrupt.exp
8698 * gdb.dwarf2/data-loc.exp
8699 * gdb.dwarf2/dup-psym.exp
8700 * gdb.dwarf2/dw2-anon-mptr.exp
8701 * gdb.dwarf2/dw2-anonymous-func.exp
8702 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8703 * gdb.dwarf2/dw2-bad-unresolved.exp
8704 * gdb.dwarf2/dw2-basic.exp
8705 * gdb.dwarf2/dw2-canonicalize-type.exp
8706 * gdb.dwarf2/dw2-case-insensitive.exp
8707 * gdb.dwarf2/dw2-common-block.exp
8708 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8709 * gdb.dwarf2/dw2-compressed.exp
8710 * gdb.dwarf2/dw2-const.exp
8711 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8712 * gdb.dwarf2/dw2-cu-size.exp
8713 * gdb.dwarf2/dw2-dup-frame.exp
8714 * gdb.dwarf2/dw2-entry-value.exp
8715 * gdb.dwarf2/dw2-icycle.exp
8716 * gdb.dwarf2/dw2-ifort-parameter.exp
8717 * gdb.dwarf2/dw2-inline-break.exp
8718 * gdb.dwarf2/dw2-inline-param.exp
8719 * gdb.dwarf2/dw2-intercu.exp
8720 * gdb.dwarf2/dw2-intermix.exp
8721 * gdb.dwarf2/dw2-lexical-block-bare.exp
8722 * gdb.dwarf2/dw2-linkage-name-trust.exp
8723 * gdb.dwarf2/dw2-minsym-in-cu.exp
8724 * gdb.dwarf2/dw2-noloc.exp
8725 * gdb.dwarf2/dw2-op-call.exp
8726 * gdb.dwarf2/dw2-op-out-param.exp
8727 * gdb.dwarf2/dw2-opt-structptr.exp
8728 * gdb.dwarf2/dw2-param-error.exp
8729 * gdb.dwarf2/dw2-producer.exp
8730 * gdb.dwarf2/dw2-ranges-base.exp
8731 * gdb.dwarf2/dw2-ref-missing-frame.exp
8732 * gdb.dwarf2/dw2-reg-undefined.exp
8733 * gdb.dwarf2/dw2-regno-invalid.exp
8734 * gdb.dwarf2/dw2-restore.exp
8735 * gdb.dwarf2/dw2-restrict.exp
8736 * gdb.dwarf2/dw2-single-line-discriminators.exp
8737 * gdb.dwarf2/dw2-strp.exp
8738 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8739 * gdb.dwarf2/dw2-unresolved.exp
8740 * gdb.dwarf2/dw2-var-zero-addr.exp
8741 * gdb.dwarf2/dw4-sig-types.exp
8742 * gdb.dwarf2/dwz.exp
8743 * gdb.dwarf2/dynarr-ptr.exp
8744 * gdb.dwarf2/enum-type.exp
8745 * gdb.dwarf2/gdb-index.exp
8746 * gdb.dwarf2/implptr-64bit.exp
8747 * gdb.dwarf2/implptr-optimized-out.exp
8748 * gdb.dwarf2/implptr.exp
8749 * gdb.dwarf2/implref-array.exp
8750 * gdb.dwarf2/implref-const.exp
8751 * gdb.dwarf2/implref-global.exp
8752 * gdb.dwarf2/implref-struct.exp
8753 * gdb.dwarf2/mac-fileno.exp
8754 * gdb.dwarf2/main-subprogram.exp
8755 * gdb.dwarf2/member-ptr-forwardref.exp
8756 * gdb.dwarf2/method-ptr.exp
8757 * gdb.dwarf2/missing-sig-type.exp
8758 * gdb.dwarf2/nonvar-access.exp
8759 * gdb.dwarf2/opaque-type-lookup.exp
8760 * gdb.dwarf2/pieces-optimized-out.exp
8761 * gdb.dwarf2/pieces.exp
8762 * gdb.dwarf2/pr10770.exp
8763 * gdb.dwarf2/pr13961.exp
8764 * gdb.dwarf2/staticvirtual.exp
8765 * gdb.dwarf2/subrange.exp
8766 * gdb.dwarf2/symtab-producer.exp
8767 * gdb.dwarf2/trace-crash.exp
8768 * gdb.dwarf2/typeddwarf.exp
8769 * gdb.dwarf2/valop.exp
8770 * gdb.dwarf2/watch-notconst.exp
8771 * gdb.fortran/array-element.exp
8772 * gdb.fortran/charset.exp
8773 * gdb.fortran/common-block.exp
8774 * gdb.fortran/complex.exp
8775 * gdb.fortran/derived-type-function.exp
8776 * gdb.fortran/derived-type.exp
8777 * gdb.fortran/logical.exp
8778 * gdb.fortran/module.exp
8779 * gdb.fortran/multi-dim.exp
8780 * gdb.fortran/nested-funcs.exp
8781 * gdb.fortran/print-formatted.exp
8782 * gdb.fortran/subarray.exp
8783 * gdb.fortran/vla-alloc-assoc.exp
8784 * gdb.fortran/vla-datatypes.exp
8785 * gdb.fortran/vla-history.exp
8786 * gdb.fortran/vla-ptr-info.exp
8787 * gdb.fortran/vla-ptype-sub.exp
8788 * gdb.fortran/vla-ptype.exp
8789 * gdb.fortran/vla-sizeof.exp
8790 * gdb.fortran/vla-type.exp
8791 * gdb.fortran/vla-value-sub-arbitrary.exp
8792 * gdb.fortran/vla-value-sub-finish.exp
8793 * gdb.fortran/vla-value-sub.exp
8794 * gdb.fortran/vla-value.exp
8795 * gdb.fortran/whatis_type.exp
8796 * gdb.go/chan.exp
8797 * gdb.go/handcall.exp
8798 * gdb.go/hello.exp
8799 * gdb.go/integers.exp
8800 * gdb.go/methods.exp
8801 * gdb.go/package.exp
8802 * gdb.go/strings.exp
8803 * gdb.go/types.exp
8804 * gdb.go/unsafe.exp
8805 * gdb.guile/scm-arch.exp
8806 * gdb.guile/scm-block.exp
8807 * gdb.guile/scm-breakpoint.exp
8808 * gdb.guile/scm-cmd.exp
8809 * gdb.guile/scm-disasm.exp
8810 * gdb.guile/scm-equal.exp
8811 * gdb.guile/scm-frame-args.exp
8812 * gdb.guile/scm-frame-inline.exp
8813 * gdb.guile/scm-frame.exp
8814 * gdb.guile/scm-iterator.exp
8815 * gdb.guile/scm-math.exp
8816 * gdb.guile/scm-objfile.exp
8817 * gdb.guile/scm-ports.exp
8818 * gdb.guile/scm-symbol.exp
8819 * gdb.guile/scm-symtab.exp
8820 * gdb.guile/scm-value-cc.exp
8821 * gdb.guile/types-module.exp
8822 * gdb.linespec/break-ask.exp
8823 * gdb.linespec/cpexplicit.exp
8824 * gdb.linespec/explicit.exp
8825 * gdb.linespec/keywords.exp
8826 * gdb.linespec/linespec.exp
8827 * gdb.linespec/ls-dollar.exp
8828 * gdb.linespec/ls-errs.exp
8829 * gdb.linespec/skip-two.exp
8830 * gdb.linespec/thread.exp
8831 * gdb.mi/mi-async.exp
8832 * gdb.mi/mi-basics.exp
8833 * gdb.mi/mi-break.exp
8834 * gdb.mi/mi-catch-load.exp
8835 * gdb.mi/mi-cli.exp
8836 * gdb.mi/mi-cmd-param-changed.exp
8837 * gdb.mi/mi-console.exp
8838 * gdb.mi/mi-detach.exp
8839 * gdb.mi/mi-disassemble.exp
8840 * gdb.mi/mi-eval.exp
8841 * gdb.mi/mi-file-transfer.exp
8842 * gdb.mi/mi-file.exp
8843 * gdb.mi/mi-fill-memory.exp
8844 * gdb.mi/mi-inheritance-syntax-error.exp
8845 * gdb.mi/mi-linespec-err-cp.exp
8846 * gdb.mi/mi-logging.exp
8847 * gdb.mi/mi-memory-changed.exp
8848 * gdb.mi/mi-read-memory.exp
8849 * gdb.mi/mi-record-changed.exp
8850 * gdb.mi/mi-reg-undefined.exp
8851 * gdb.mi/mi-regs.exp
8852 * gdb.mi/mi-return.exp
8853 * gdb.mi/mi-reverse.exp
8854 * gdb.mi/mi-simplerun.exp
8855 * gdb.mi/mi-solib.exp
8856 * gdb.mi/mi-stack.exp
8857 * gdb.mi/mi-stepi.exp
8858 * gdb.mi/mi-syn-frame.exp
8859 * gdb.mi/mi-until.exp
8860 * gdb.mi/mi-var-block.exp
8861 * gdb.mi/mi-var-child.exp
8862 * gdb.mi/mi-var-cmd.exp
8863 * gdb.mi/mi-var-cp.exp
8864 * gdb.mi/mi-var-display.exp
8865 * gdb.mi/mi-var-invalidate.exp
8866 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8867 * gdb.mi/mi-vla-fortran.exp
8868 * gdb.mi/mi-watch.exp
8869 * gdb.mi/mi2-var-child.exp
8870 * gdb.mi/user-selected-context-sync.exp
8871 * gdb.modula2/unbounded-array.exp
8872 * gdb.multi/dummy-frame-restore.exp
8873 * gdb.multi/multi-arch-exec.exp
8874 * gdb.multi/multi-arch.exp
8875 * gdb.multi/tids.exp
8876 * gdb.multi/watchpoint-multi.exp
8877 * gdb.opencl/callfuncs.exp
8878 * gdb.opencl/convs_casts.exp
8879 * gdb.opencl/datatypes.exp
8880 * gdb.opencl/operators.exp
8881 * gdb.opencl/vec_comps.exp
8882 * gdb.opt/clobbered-registers-O2.exp
8883 * gdb.opt/inline-break.exp
8884 * gdb.opt/inline-bt.exp
8885 * gdb.opt/inline-cmds.exp
8886 * gdb.opt/inline-locals.exp
8887 * gdb.pascal/case-insensitive-symbols.exp
8888 * gdb.pascal/floats.exp
8889 * gdb.pascal/gdb11492.exp
8890 * gdb.python/lib-types.exp
8891 * gdb.python/py-arch.exp
8892 * gdb.python/py-as-string.exp
8893 * gdb.python/py-bad-printers.exp
8894 * gdb.python/py-block.exp
8895 * gdb.python/py-breakpoint-create-fail.exp
8896 * gdb.python/py-breakpoint.exp
8897 * gdb.python/py-caller-is.exp
8898 * gdb.python/py-cmd.exp
8899 * gdb.python/py-explore-cc.exp
8900 * gdb.python/py-explore.exp
8901 * gdb.python/py-finish-breakpoint.exp
8902 * gdb.python/py-finish-breakpoint2.exp
8903 * gdb.python/py-frame-args.exp
8904 * gdb.python/py-frame-inline.exp
8905 * gdb.python/py-frame.exp
8906 * gdb.python/py-framefilter-mi.exp
8907 * gdb.python/py-infthread.exp
8908 * gdb.python/py-lazy-string.exp
8909 * gdb.python/py-linetable.exp
8910 * gdb.python/py-mi-events.exp
8911 * gdb.python/py-mi-objfile.exp
8912 * gdb.python/py-mi.exp
8913 * gdb.python/py-objfile.exp
8914 * gdb.python/py-pp-integral.exp
8915 * gdb.python/py-pp-maint.exp
8916 * gdb.python/py-pp-re-notag.exp
8917 * gdb.python/py-pp-registration.exp
8918 * gdb.python/py-recurse-unwind.exp
8919 * gdb.python/py-strfns.exp
8920 * gdb.python/py-symbol.exp
8921 * gdb.python/py-symtab.exp
8922 * gdb.python/py-sync-interp.exp
8923 * gdb.python/py-typeprint.exp
8924 * gdb.python/py-unwind-maint.exp
8925 * gdb.python/py-unwind.exp
8926 * gdb.python/py-value-cc.exp
8927 * gdb.python/py-xmethods.exp
8928 * gdb.reverse/amd64-tailcall-reverse.exp
8929 * gdb.reverse/break-precsave.exp
8930 * gdb.reverse/break-reverse.exp
8931 * gdb.reverse/consecutive-precsave.exp
8932 * gdb.reverse/consecutive-reverse.exp
8933 * gdb.reverse/finish-precsave.exp
8934 * gdb.reverse/finish-reverse-bkpt.exp
8935 * gdb.reverse/finish-reverse.exp
8936 * gdb.reverse/fstatat-reverse.exp
8937 * gdb.reverse/getresuid-reverse.exp
8938 * gdb.reverse/i386-precsave.exp
8939 * gdb.reverse/i386-reverse.exp
8940 * gdb.reverse/i386-sse-reverse.exp
8941 * gdb.reverse/i387-env-reverse.exp
8942 * gdb.reverse/i387-stack-reverse.exp
8943 * gdb.reverse/insn-reverse.exp
8944 * gdb.reverse/machinestate-precsave.exp
8945 * gdb.reverse/machinestate.exp
8946 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8947 * gdb.reverse/pipe-reverse.exp
8948 * gdb.reverse/readv-reverse.exp
8949 * gdb.reverse/recvmsg-reverse.exp
8950 * gdb.reverse/rerun-prec.exp
8951 * gdb.reverse/s390-mvcle.exp
8952 * gdb.reverse/step-precsave.exp
8953 * gdb.reverse/step-reverse.exp
8954 * gdb.reverse/time-reverse.exp
8955 * gdb.reverse/until-precsave.exp
8956 * gdb.reverse/until-reverse.exp
8957 * gdb.reverse/waitpid-reverse.exp
8958 * gdb.reverse/watch-precsave.exp
8959 * gdb.reverse/watch-reverse.exp
8960 * gdb.rust/generics.exp
8961 * gdb.rust/methods.exp
8962 * gdb.rust/modules.exp
8963 * gdb.rust/simple.exp
8964 * gdb.server/connect-with-no-symbol-file.exp
8965 * gdb.server/ext-attach.exp
8966 * gdb.server/ext-restart.exp
8967 * gdb.server/ext-wrapper.exp
8968 * gdb.server/file-transfer.exp
8969 * gdb.server/server-exec-info.exp
8970 * gdb.server/server-kill.exp
8971 * gdb.server/server-mon.exp
8972 * gdb.server/wrapper.exp
8973 * gdb.stabs/exclfwd.exp
8974 * gdb.stabs/gdb11479.exp
8975 * gdb.threads/clone-new-thread-event.exp
8976 * gdb.threads/corethreads.exp
8977 * gdb.threads/current-lwp-dead.exp
8978 * gdb.threads/dlopen-libpthread.exp
8979 * gdb.threads/gcore-thread.exp
8980 * gdb.threads/sigstep-threads.exp
8981 * gdb.threads/watchpoint-fork.exp
8982 * gdb.trace/actions-changed.exp
8983 * gdb.trace/backtrace.exp
8984 * gdb.trace/change-loc.exp
8985 * gdb.trace/circ.exp
8986 * gdb.trace/collection.exp
8987 * gdb.trace/disconnected-tracing.exp
8988 * gdb.trace/ftrace.exp
8989 * gdb.trace/mi-trace-frame-collected.exp
8990 * gdb.trace/mi-trace-unavailable.exp
8991 * gdb.trace/mi-traceframe-changed.exp
8992 * gdb.trace/mi-tsv-changed.exp
8993 * gdb.trace/no-attach-trace.exp
8994 * gdb.trace/passc-dyn.exp
8995 * gdb.trace/qtro.exp
8996 * gdb.trace/range-stepping.exp
8997 * gdb.trace/read-memory.exp
8998 * gdb.trace/save-trace.exp
8999 * gdb.trace/signal.exp
9000 * gdb.trace/status-stop.exp
9001 * gdb.trace/tfile.exp
9002 * gdb.trace/trace-break.exp
9003 * gdb.trace/trace-buffer-size.exp
9004 * gdb.trace/trace-condition.exp
9005 * gdb.trace/tracefile-pseudo-reg.exp
9006 * gdb.trace/tstatus.exp
9007 * gdb.trace/unavailable.exp
9008 * gdb.trace/while-dyn.exp
9009 * gdb.trace/while-stepping.exp
9010
9011 2016-12-22 Doug Evans <xdje42@gmail.com>
9012
9013 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
9014 and msymbols.
9015
9016 2016-12-19 Yao Qi <yao.qi@linaro.org>
9017
9018 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
9019 (test_with_self): Don't call do_steps_and_nexts, and remove
9020 code about stepping into xmalloc.
9021
9022 2016-12-09 Yao Qi <yao.qi@linaro.org>
9023
9024 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
9025
9026 2016-12-09 Yao Qi <yao.qi@linaro.org>
9027
9028 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
9029
9030 2016-12-09 Pedro Alves <palves@redhat.com>
9031
9032 * gdb.base/all-architectures-0.exp: New file.
9033 * gdb.base/all-architectures-1.exp: New file.
9034 * gdb.base/all-architectures-2.exp: New file.
9035 * gdb.base/all-architectures-3.exp: New file.
9036 * gdb.base/all-architectures-4.exp: New file.
9037 * gdb.base/all-architectures-5.exp: New file.
9038 * gdb.base/all-architectures-6.exp: New file.
9039 * gdb.base/all-architectures-7.exp: New file.
9040 * gdb.base/all-architectures.exp.in: New file.
9041
9042 2016-12-09 Yao Qi <yao.qi@linaro.org>
9043
9044 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
9045
9046 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9047
9048 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
9049 possible.
9050 Remove useless pattern-matching code.
9051
9052 2016-12-02 Pedro Alves <palves@redhat.com>
9053
9054 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
9055 procedure.
9056 (top level): Call it.
9057
9058 2016-12-02 Pedro Alves <palves@redhat.com>
9059
9060 * gdb.base/commands.exp (user_defined_command_args_stack_test):
9061 New procedure.
9062 (top level): Call it.
9063
9064 2016-12-02 Pedro Alves <palves@redhat.com>
9065
9066 PR cli/20559
9067 * gdb.base/commands.exp (user_defined_command_args_eval): New
9068 procedure.
9069 (top level): Call it.
9070
9071 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
9072
9073 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
9074 timeout handling.
9075
9076 2016-12-02 Tom Tromey <tom@tromey.com>
9077
9078 * gdb.dwarf2/main-subprogram.c: New file.
9079 * gdb.dwarf2/main-subprogram.exp: New file.
9080
9081 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9082
9083 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
9084 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
9085 gdb_test_no_output for a couple of cases.
9086 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
9087
9088 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9089
9090 Fix test names and standardize compilation error messages throughout
9091 the following files:
9092
9093 * gdb.ada/start.exp
9094 * gdb.arch/alpha-step.exp
9095 * gdb.arch/e500-prologue.exp
9096 * gdb.arch/ftrace-insn-reloc.exp
9097 * gdb.arch/gdb1291.exp
9098 * gdb.arch/gdb1431.exp
9099 * gdb.arch/gdb1558.exp
9100 * gdb.arch/i386-dr3-watch.exp
9101 * gdb.arch/i386-sse-stack-align.exp
9102 * gdb.arch/ia64-breakpoint-shadow.exp
9103 * gdb.arch/pa-nullify.exp
9104 * gdb.arch/powerpc-aix-prologue.exp
9105 * gdb.arch/thumb-bx-pc.exp
9106 * gdb.base/annota1.exp
9107 * gdb.base/annota3.exp
9108 * gdb.base/arrayidx.exp
9109 * gdb.base/assign.exp
9110 * gdb.base/attach.exp
9111 * gdb.base/auxv.exp
9112 * gdb.base/bang.exp
9113 * gdb.base/bfp-test.exp
9114 * gdb.base/bigcore.exp
9115 * gdb.base/bitfields2.exp
9116 * gdb.base/break-fun-addr.exp
9117 * gdb.base/break-probes.exp
9118 * gdb.base/call-rt-st.exp
9119 * gdb.base/callexit.exp
9120 * gdb.base/catch-fork-kill.exp
9121 * gdb.base/charset.exp
9122 * gdb.base/checkpoint.exp
9123 * gdb.base/comprdebug.exp
9124 * gdb.base/constvars.exp
9125 * gdb.base/coredump-filter.exp
9126 * gdb.base/cursal.exp
9127 * gdb.base/cvexpr.exp
9128 * gdb.base/detach.exp
9129 * gdb.base/display.exp
9130 * gdb.base/dmsym.exp
9131 * gdb.base/dprintf-pending.exp
9132 * gdb.base/dso2dso.exp
9133 * gdb.base/dtrace-probe.exp
9134 * gdb.base/dump.exp
9135 * gdb.base/enum_cond.exp
9136 * gdb.base/exe-lock.exp
9137 * gdb.base/exec-invalid-sysroot.exp
9138 * gdb.base/execl-update-breakpoints.exp
9139 * gdb.base/exprs.exp
9140 * gdb.base/fileio.exp
9141 * gdb.base/find.exp
9142 * gdb.base/finish.exp
9143 * gdb.base/fixsection.exp
9144 * gdb.base/foll-vfork.exp
9145 * gdb.base/frame-args.exp
9146 * gdb.base/gcore.exp
9147 * gdb.base/gdb1250.exp
9148 * gdb.base/global-var-nested-by-dso.exp
9149 * gdb.base/gnu-ifunc.exp
9150 * gdb.base/hashline1.exp
9151 * gdb.base/hashline2.exp
9152 * gdb.base/hashline3.exp
9153 * gdb.base/hbreak-in-shr-unsupported.exp
9154 * gdb.base/huge.exp
9155 * gdb.base/infcall-input.exp
9156 * gdb.base/info-fun.exp
9157 * gdb.base/info-shared.exp
9158 * gdb.base/jit-simple.exp
9159 * gdb.base/jit-so.exp
9160 * gdb.base/jit.exp
9161 * gdb.base/jump.exp
9162 * gdb.base/label.exp
9163 * gdb.base/lineinc.exp
9164 * gdb.base/logical.exp
9165 * gdb.base/longjmp.exp
9166 * gdb.base/macscp.exp
9167 * gdb.base/miscexprs.exp
9168 * gdb.base/new-ui-echo.exp
9169 * gdb.base/new-ui-pending-input.exp
9170 * gdb.base/new-ui.exp
9171 * gdb.base/nodebug.exp
9172 * gdb.base/nofield.exp
9173 * gdb.base/offsets.exp
9174 * gdb.base/overlays.exp
9175 * gdb.base/pending.exp
9176 * gdb.base/pointers.exp
9177 * gdb.base/pr11022.exp
9178 * gdb.base/printcmds.exp
9179 * gdb.base/prologue.exp
9180 * gdb.base/ptr-typedef.exp
9181 * gdb.base/realname-expand.exp
9182 * gdb.base/relativedebug.exp
9183 * gdb.base/relocate.exp
9184 * gdb.base/remote.exp
9185 * gdb.base/reread.exp
9186 * gdb.base/return2.exp
9187 * gdb.base/savedregs.exp
9188 * gdb.base/sep.exp
9189 * gdb.base/sepdebug.exp
9190 * gdb.base/sepsymtab.exp
9191 * gdb.base/set-inferior-tty.exp
9192 * gdb.base/setshow.exp
9193 * gdb.base/shlib-call.exp
9194 * gdb.base/sigaltstack.exp
9195 * gdb.base/siginfo-addr.exp
9196 * gdb.base/signals.exp
9197 * gdb.base/signull.exp
9198 * gdb.base/sigrepeat.exp
9199 * gdb.base/so-impl-ld.exp
9200 * gdb.base/solib-display.exp
9201 * gdb.base/solib-overlap.exp
9202 * gdb.base/solib-search.exp
9203 * gdb.base/solib-symbol.exp
9204 * gdb.base/structs.exp
9205 * gdb.base/structs2.exp
9206 * gdb.base/symtab-search-order.exp
9207 * gdb.base/twice.exp
9208 * gdb.base/unload.exp
9209 * gdb.base/varargs.exp
9210 * gdb.base/watchpoint-solib.exp
9211 * gdb.base/watchpoint.exp
9212 * gdb.base/whatis.exp
9213 * gdb.base/wrong_frame_bt_full.exp
9214 * gdb.btrace/dlopen.exp
9215 * gdb.cell/ea-standalone.exp
9216 * gdb.cell/ea-test.exp
9217 * gdb.cp/dispcxx.exp
9218 * gdb.cp/gdb2384.exp
9219 * gdb.cp/method2.exp
9220 * gdb.cp/nextoverthrow.exp
9221 * gdb.cp/pr10728.exp
9222 * gdb.disasm/am33.exp
9223 * gdb.disasm/h8300s.exp
9224 * gdb.disasm/mn10300.exp
9225 * gdb.disasm/sh3.exp
9226 * gdb.dwarf2/dw2-dir-file-name.exp
9227 * gdb.fortran/complex.exp
9228 * gdb.fortran/library-module.exp
9229 * gdb.guile/scm-pretty-print.exp
9230 * gdb.guile/scm-symbol.exp
9231 * gdb.guile/scm-type.exp
9232 * gdb.guile/scm-value.exp
9233 * gdb.linespec/linespec.exp
9234 * gdb.mi/gdb701.exp
9235 * gdb.mi/gdb792.exp
9236 * gdb.mi/mi-breakpoint-changed.exp
9237 * gdb.mi/mi-dprintf-pending.exp
9238 * gdb.mi/mi-dprintf.exp
9239 * gdb.mi/mi-exit-code.exp
9240 * gdb.mi/mi-pending.exp
9241 * gdb.mi/mi-solib.exp
9242 * gdb.mi/new-ui-mi-sync.exp
9243 * gdb.mi/pr11022.exp
9244 * gdb.mi/user-selected-context-sync.exp
9245 * gdb.opt/solib-intra-step.exp
9246 * gdb.python/py-events.exp
9247 * gdb.python/py-finish-breakpoint.exp
9248 * gdb.python/py-mi.exp
9249 * gdb.python/py-prettyprint.exp
9250 * gdb.python/py-shared.exp
9251 * gdb.python/py-symbol.exp
9252 * gdb.python/py-template.exp
9253 * gdb.python/py-type.exp
9254 * gdb.python/py-value.exp
9255 * gdb.reverse/solib-precsave.exp
9256 * gdb.reverse/solib-reverse.exp
9257 * gdb.server/solib-list.exp
9258 * gdb.stabs/weird.exp
9259 * gdb.threads/reconnect-signal.exp
9260 * gdb.threads/stepi-random-signal.exp
9261 * gdb.trace/actions.exp
9262 * gdb.trace/ax.exp
9263 * gdb.trace/backtrace.exp
9264 * gdb.trace/change-loc.exp
9265 * gdb.trace/deltrace.exp
9266 * gdb.trace/ftrace-lock.exp
9267 * gdb.trace/ftrace.exp
9268 * gdb.trace/infotrace.exp
9269 * gdb.trace/mi-tracepoint-changed.exp
9270 * gdb.trace/packetlen.exp
9271 * gdb.trace/passcount.exp
9272 * gdb.trace/pending.exp
9273 * gdb.trace/range-stepping.exp
9274 * gdb.trace/report.exp
9275 * gdb.trace/stap-trace.exp
9276 * gdb.trace/tfind.exp
9277 * gdb.trace/trace-break.exp
9278 * gdb.trace/trace-condition.exp
9279 * gdb.trace/trace-enable-disable.exp
9280 * gdb.trace/trace-mt.exp
9281 * gdb.trace/tracecmd.exp
9282 * gdb.trace/tspeed.exp
9283 * gdb.trace/tsv.exp
9284 * lib/perftest.exp
9285
9286 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9287
9288 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
9289 with gdb_test_no_output.
9290 Use command as test name.
9291
9292 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9293
9294 Fix test names starting with uppercase throughout the files.
9295
9296 * gdb.ada/assign_1.exp
9297 * gdb.ada/boolean_expr.exp
9298 * gdb.base/arrayidx.exp
9299 * gdb.base/del.exp
9300 * gdb.base/gcore-buffer-overflow.exp
9301 * gdb.base/testenv.exp
9302 * gdb.compile/compile.exp
9303 * gdb.python/py-framefilter-invalidarg.exp
9304 * gdb.python/py-framefilter.exp
9305
9306 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9307
9308 Fix test names starting with uppercase throughout the files.
9309
9310 * gdb.ada/array_return.exp
9311 * gdb.ada/expr_delims.exp
9312 * gdb.ada/mi_dyn_arr.exp
9313 * gdb.ada/mi_interface.exp
9314 * gdb.ada/mi_var_array.exp
9315 * gdb.ada/watch_arg.exp
9316 * gdb.arch/alpha-step.exp
9317 * gdb.arch/altivec-regs.exp
9318 * gdb.arch/e500-regs.exp
9319 * gdb.arch/powerpc-d128-regs.exp
9320 * gdb.base/arrayidx.exp
9321 * gdb.base/break.exp
9322 * gdb.base/checkpoint.exp
9323 * gdb.base/debug-expr.exp
9324 * gdb.base/dmsym.exp
9325 * gdb.base/radix.exp
9326 * gdb.base/sepdebug.exp
9327 * gdb.base/testenv.exp
9328 * gdb.base/watch_thread_num.exp
9329 * gdb.base/watchpoint-cond-gone.exp
9330 * gdb.cell/break.exp
9331 * gdb.cell/ea-cache.exp
9332 * gdb.compile/compile.exp
9333 * gdb.cp/gdb2495.exp
9334 * gdb.gdb/selftest.exp
9335 * gdb.gdb/xfullpath.exp
9336 * gdb.go/hello.exp
9337 * gdb.go/integers.exp
9338 * gdb.objc/basicclass.exp
9339 * gdb.pascal/hello.exp
9340 * gdb.pascal/integers.exp
9341 * gdb.python/py-breakpoint.exp
9342 * gdb.python/py-cmd.exp
9343 * gdb.python/py-linetable.exp
9344 * gdb.python/py-xmethods.exp
9345 * gdb.python/python.exp
9346 * gdb.reverse/consecutive-precsave.exp
9347 * gdb.reverse/finish-precsave.exp
9348 * gdb.reverse/i386-precsave.exp
9349 * gdb.reverse/machinestate-precsave.exp
9350 * gdb.reverse/sigall-precsave.exp
9351 * gdb.reverse/solib-precsave.exp
9352 * gdb.reverse/step-precsave.exp
9353 * gdb.reverse/until-precsave.exp
9354 * gdb.reverse/watch-precsave.exp
9355 * gdb.threads/leader-exit.exp
9356 * gdb.threads/pthreads.exp
9357 * gdb.threads/wp-replication.exp
9358 * gdb.trace/actions.exp
9359 * gdb.trace/mi-tsv-changed.exp
9360 * gdb.trace/tsv.exp
9361
9362 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9363
9364 Fix test names starting with uppercase throughout the files.
9365
9366 * gdb.arch/i386-bp_permanent.exp
9367 * gdb.arch/i386-gnu-cfi.exp
9368 * gdb.base/disasm-end-cu.exp
9369 * gdb.base/macscp.exp
9370 * gdb.base/pending.exp
9371 * gdb.base/watch_thread_num.exp
9372 * gdb.cp/exception.exp
9373 * gdb.cp/gdb2495.exp
9374 * gdb.cp/local.exp
9375 * gdb.python/py-evsignal.exp
9376 * gdb.python/python.exp
9377 * gdb.trace/tracecmd.exp
9378
9379 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9380
9381 Fix test names starting with uppercase throughout the files.
9382
9383 * gdb.base/charset.exp
9384 * gdb.base/eval.exp
9385 * gdb.base/multi-forks.exp
9386 * gdb.guile/scm-progspace.exp
9387 * gdb.opencl/datatypes.exp
9388 * gdb.python/py-block.exp
9389 * gdb.python/py-function.exp
9390 * gdb.python/py-symbol.exp
9391 * gdb.python/py-symtab.exp
9392 * gdb.python/py-xmethods.exp
9393 * gdb.reverse/break-precsave.exp
9394 * gdb.reverse/break-reverse.exp
9395 * gdb.reverse/consecutive-precsave.exp
9396 * gdb.reverse/consecutive-reverse.exp
9397 * gdb.reverse/finish-precsave.exp
9398 * gdb.reverse/finish-reverse-bkpt.exp
9399 * gdb.reverse/finish-reverse.exp
9400 * gdb.reverse/fstatat-reverse.exp
9401 * gdb.reverse/getresuid-reverse.exp
9402 * gdb.reverse/i386-precsave.exp
9403 * gdb.reverse/i386-reverse.exp
9404 * gdb.reverse/i386-sse-reverse.exp
9405 * gdb.reverse/i387-stack-reverse.exp
9406 * gdb.reverse/insn-reverse.exp
9407 * gdb.reverse/machinestate-precsave.exp
9408 * gdb.reverse/machinestate.exp
9409 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9410 * gdb.reverse/pipe-reverse.exp
9411 * gdb.reverse/readv-reverse.exp
9412 * gdb.reverse/recvmsg-reverse.exp
9413 * gdb.reverse/rerun-prec.exp
9414 * gdb.reverse/s390-mvcle.exp
9415 * gdb.reverse/sigall-precsave.exp
9416 * gdb.reverse/sigall-reverse.exp
9417 * gdb.reverse/solib-precsave.exp
9418 * gdb.reverse/solib-reverse.exp
9419 * gdb.reverse/step-precsave.exp
9420 * gdb.reverse/step-reverse.exp
9421 * gdb.reverse/time-reverse.exp
9422 * gdb.reverse/until-precsave.exp
9423 * gdb.reverse/until-reverse.exp
9424 * gdb.reverse/waitpid-reverse.exp
9425 * gdb.reverse/watch-precsave.exp
9426 * gdb.reverse/watch-reverse.exp
9427
9428 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9429
9430 Fix test names starting with uppercase throughout the files.
9431
9432 * gdb.arch/i386-mpx-simple_segv.exp
9433 * gdb.arch/i386-mpx.exp
9434 * gdb.arch/i386-permbkpt.exp
9435 * gdb.arch/pa-nullify.exp
9436 * gdb.arch/powerpc-d128-regs.exp
9437 * gdb.arch/vsx-regs.exp
9438 * gdb.base/bfp-test.exp
9439 * gdb.base/break.exp
9440 * gdb.base/breakpoint-shadow.exp
9441 * gdb.base/callfuncs.exp
9442 * gdb.base/charset.exp
9443 * gdb.base/commands.exp
9444 * gdb.base/completion.exp
9445 * gdb.base/dfp-test.exp
9446 * gdb.base/echo.exp
9447 * gdb.base/ending-run.exp
9448 * gdb.base/eval.exp
9449 * gdb.base/expand-psymtabs.exp
9450 * gdb.base/float128.exp
9451 * gdb.base/floatn.exp
9452 * gdb.base/foll-exec-mode.exp
9453 * gdb.base/gdb1056.exp
9454 * gdb.base/gdb11531.exp
9455 * gdb.base/kill-after-signal.exp
9456 * gdb.base/multi-forks.exp
9457 * gdb.base/overlays.exp
9458 * gdb.base/pending.exp
9459 * gdb.base/sepdebug.exp
9460 * gdb.base/testenv.exp
9461 * gdb.base/valgrind-db-attach.exp
9462 * gdb.base/watch_thread_num.exp
9463 * gdb.base/watchpoint-cond-gone.exp
9464 * gdb.base/watchpoint.exp
9465 * gdb.base/watchpoints.exp
9466 * gdb.cp/arg-reference.exp
9467 * gdb.cp/baseenum.exp
9468 * gdb.cp/operator.exp
9469 * gdb.cp/shadow.exp
9470 * gdb.dwarf2/dw2-op-out-param.exp
9471 * gdb.dwarf2/dw2-reg-undefined.exp
9472 * gdb.go/chan.exp
9473 * gdb.go/hello.exp
9474 * gdb.go/integers.exp
9475 * gdb.go/methods.exp
9476 * gdb.go/package.exp
9477 * gdb.guile/scm-parameter.exp
9478 * gdb.guile/scm-progspace.exp
9479 * gdb.guile/scm-value.exp
9480 * gdb.mi/mi-pending.exp
9481 * gdb.mi/user-selected-context-sync.exp
9482 * gdb.multi/multi-attach.exp
9483 * gdb.multi/tids.exp
9484 * gdb.opt/clobbered-registers-O2.exp
9485 * gdb.pascal/floats.exp
9486 * gdb.pascal/integers.exp
9487 * gdb.python/py-block.exp
9488 * gdb.python/py-events.exp
9489 * gdb.python/py-parameter.exp
9490 * gdb.python/py-symbol.exp
9491 * gdb.python/py-symtab.exp
9492 * gdb.python/py-type.exp
9493 * gdb.python/py-value.exp
9494 * gdb.python/py-xmethods.exp
9495 * gdb.python/python.exp
9496 * gdb.reverse/break-precsave.exp
9497 * gdb.reverse/consecutive-precsave.exp
9498 * gdb.reverse/finish-precsave.exp
9499 * gdb.reverse/i386-precsave.exp
9500 * gdb.reverse/machinestate-precsave.exp
9501 * gdb.reverse/sigall-precsave.exp
9502 * gdb.reverse/solib-precsave.exp
9503 * gdb.reverse/step-precsave.exp
9504 * gdb.reverse/until-precsave.exp
9505 * gdb.reverse/watch-precsave.exp
9506 * gdb.server/ext-attach.exp
9507 * gdb.server/ext-restart.exp
9508 * gdb.server/ext-run.exp
9509 * gdb.server/ext-wrapper.exp
9510 * gdb.stabs/gdb11479.exp
9511 * gdb.stabs/weird.exp
9512 * gdb.threads/attach-many-short-lived-threads.exp
9513 * gdb.threads/kill.exp
9514 * gdb.threads/watchpoint-fork.exp
9515
9516 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
9517
9518 Fix test names starting with uppercase throughout all the files below.
9519
9520 * gdb.ada/array_return.exp
9521 * gdb.ada/catch_ex.exp
9522 * gdb.ada/info_exc.exp
9523 * gdb.ada/mi_catch_ex.exp
9524 * gdb.ada/mi_dyn_arr.exp
9525 * gdb.ada/mi_ex_cond.exp
9526 * gdb.ada/mi_exc_info.exp
9527 * gdb.ada/mi_interface.exp
9528 * gdb.ada/mi_task_arg.exp
9529 * gdb.ada/mi_task_info.exp
9530 * gdb.ada/mi_var_array.exp
9531 * gdb.arch/alpha-step.exp
9532 * gdb.arch/amd64-disp-step.exp
9533 * gdb.arch/arm-disp-step.exp
9534 * gdb.arch/disp-step-insn-reloc.exp
9535 * gdb.arch/e500-prologue.exp
9536 * gdb.arch/ftrace-insn-reloc.exp
9537 * gdb.arch/gdb1558.exp
9538 * gdb.arch/i386-bp_permanent.exp
9539 * gdb.arch/i386-disp-step.exp
9540 * gdb.arch/i386-float.exp
9541 * gdb.arch/i386-gnu-cfi.exp
9542 * gdb.arch/ia64-breakpoint-shadow.exp
9543 * gdb.arch/mips16-thunks.exp
9544 * gdb.arch/pa-nullify.exp
9545 * gdb.arch/powerpc-aix-prologue.exp
9546 * gdb.arch/powerpc-power.exp
9547 * gdb.arch/ppc-dfp.exp
9548 * gdb.arch/s390-tdbregs.exp
9549 * gdb.arch/spu-info.exp
9550 * gdb.arch/spu-ls.exp
9551 * gdb.arch/thumb-bx-pc.exp
9552 * gdb.base/advance.exp
9553 * gdb.base/annota-input-while-running.exp
9554 * gdb.base/arrayidx.exp
9555 * gdb.base/asmlabel.exp
9556 * gdb.base/async.exp
9557 * gdb.base/attach-wait-input.exp
9558 * gdb.base/auto-connect-native-target.exp
9559 * gdb.base/batch-preserve-term-settings.exp
9560 * gdb.base/bfp-test.exp
9561 * gdb.base/bigcore.exp
9562 * gdb.base/bp-permanent.exp
9563 * gdb.base/break-always.exp
9564 * gdb.base/break-fun-addr.exp
9565 * gdb.base/break-idempotent.exp
9566 * gdb.base/break-main-file-remove-fail.exp
9567 * gdb.base/break-probes.exp
9568 * gdb.base/break-unload-file.exp
9569 * gdb.base/break.exp
9570 * gdb.base/call-ar-st.exp
9571 * gdb.base/call-rt-st.exp
9572 * gdb.base/call-sc.exp
9573 * gdb.base/call-signal-resume.exp
9574 * gdb.base/call-strs.exp
9575 * gdb.base/callexit.exp
9576 * gdb.base/callfuncs.exp
9577 * gdb.base/catch-gdb-caused-signals.exp
9578 * gdb.base/catch-signal-siginfo-cond.exp
9579 * gdb.base/catch-syscall.exp
9580 * gdb.base/compare-sections.exp
9581 * gdb.base/cond-eval-mode.exp
9582 * gdb.base/condbreak-call-false.exp
9583 * gdb.base/consecutive-step-over.exp
9584 * gdb.base/cursal.exp
9585 * gdb.base/disabled-location.exp
9586 * gdb.base/disasm-end-cu.exp
9587 * gdb.base/display.exp
9588 * gdb.base/double-prompt-target-event-error.exp
9589 * gdb.base/dprintf-bp-same-addr.exp
9590 * gdb.base/dprintf-detach.exp
9591 * gdb.base/dprintf-next.exp
9592 * gdb.base/dprintf-non-stop.exp
9593 * gdb.base/dprintf-pending.exp
9594 * gdb.base/dso2dso.exp
9595 * gdb.base/ending-run.exp
9596 * gdb.base/enum_cond.exp
9597 * gdb.base/examine-backward.exp
9598 * gdb.base/exe-lock.exp
9599 * gdb.base/exec-invalid-sysroot.exp
9600 * gdb.base/execl-update-breakpoints.exp
9601 * gdb.base/execution-termios.exp
9602 * gdb.base/fileio.exp
9603 * gdb.base/fixsection.exp
9604 * gdb.base/foll-exec-mode.exp
9605 * gdb.base/foll-exec.exp
9606 * gdb.base/fork-running-state.exp
9607 * gdb.base/frame-args.exp
9608 * gdb.base/fullpath-expand.exp
9609 * gdb.base/func-ptr.exp
9610 * gdb.base/gcore-relro-pie.exp
9611 * gdb.base/gdb1090.exp
9612 * gdb.base/gdb1555.exp
9613 * gdb.base/global-var-nested-by-dso.exp
9614 * gdb.base/gnu-ifunc.exp
9615 * gdb.base/hbreak-in-shr-unsupported.exp
9616 * gdb.base/hbreak-unmapped.exp
9617 * gdb.base/hook-stop.exp
9618 * gdb.base/infcall-input.exp
9619 * gdb.base/info-fun.exp
9620 * gdb.base/info-shared.exp
9621 * gdb.base/interrupt-noterm.exp
9622 * gdb.base/jit-so.exp
9623 * gdb.base/jit.exp
9624 * gdb.base/line-symtabs.exp
9625 * gdb.base/list.exp
9626 * gdb.base/longjmp.exp
9627 * gdb.base/macscp.exp
9628 * gdb.base/max-value-size.exp
9629 * gdb.base/nodebug.exp
9630 * gdb.base/nofield.exp
9631 * gdb.base/overlays.exp
9632 * gdb.base/paginate-after-ctrl-c-running.exp
9633 * gdb.base/paginate-bg-execution.exp
9634 * gdb.base/paginate-inferior-exit.exp
9635 * gdb.base/pending.exp
9636 * gdb.base/pr11022.exp
9637 * gdb.base/printcmds.exp
9638 * gdb.base/ptr-typedef.exp
9639 * gdb.base/ptype.exp
9640 * gdb.base/randomize.exp
9641 * gdb.base/range-stepping.exp
9642 * gdb.base/realname-expand.exp
9643 * gdb.base/relativedebug.exp
9644 * gdb.base/remote.exp
9645 * gdb.base/savedregs.exp
9646 * gdb.base/sepdebug.exp
9647 * gdb.base/set-noassign.exp
9648 * gdb.base/shlib-call.exp
9649 * gdb.base/shreloc.exp
9650 * gdb.base/sigaltstack.exp
9651 * gdb.base/sigbpt.exp
9652 * gdb.base/siginfo-addr.exp
9653 * gdb.base/siginfo-obj.exp
9654 * gdb.base/siginfo-thread.exp
9655 * gdb.base/signest.exp
9656 * gdb.base/signull.exp
9657 * gdb.base/sigrepeat.exp
9658 * gdb.base/skip.exp
9659 * gdb.base/so-impl-ld.exp
9660 * gdb.base/solib-corrupted.exp
9661 * gdb.base/solib-disc.exp
9662 * gdb.base/solib-display.exp
9663 * gdb.base/solib-overlap.exp
9664 * gdb.base/solib-search.exp
9665 * gdb.base/solib-symbol.exp
9666 * gdb.base/source-execution.exp
9667 * gdb.base/sss-bp-on-user-bp-2.exp
9668 * gdb.base/sss-bp-on-user-bp.exp
9669 * gdb.base/stack-checking.exp
9670 * gdb.base/stale-infcall.exp
9671 * gdb.base/step-break.exp
9672 * gdb.base/step-line.exp
9673 * gdb.base/step-over-exit.exp
9674 * gdb.base/step-test.exp
9675 * gdb.base/structs.exp
9676 * gdb.base/sym-file.exp
9677 * gdb.base/symtab-search-order.exp
9678 * gdb.base/term.exp
9679 * gdb.base/type-opaque.exp
9680 * gdb.base/unload.exp
9681 * gdb.base/until-nodebug.exp
9682 * gdb.base/until.exp
9683 * gdb.base/unwindonsignal.exp
9684 * gdb.base/watch-cond.exp
9685 * gdb.base/watch-non-mem.exp
9686 * gdb.base/watch_thread_num.exp
9687 * gdb.base/watchpoint-reuse-slot.exp
9688 * gdb.base/watchpoint-solib.exp
9689 * gdb.base/watchpoint.exp
9690 * gdb.btrace/dlopen.exp
9691 * gdb.cell/arch.exp
9692 * gdb.cell/break.exp
9693 * gdb.cell/bt.exp
9694 * gdb.cell/core.exp
9695 * gdb.cell/data.exp
9696 * gdb.cell/dwarfaddr.exp
9697 * gdb.cell/ea-cache.exp
9698 * gdb.cell/ea-standalone.exp
9699 * gdb.cell/ea-test.exp
9700 * gdb.cell/f-regs.exp
9701 * gdb.cell/fork.exp
9702 * gdb.cell/gcore.exp
9703 * gdb.cell/mem-access.exp
9704 * gdb.cell/ptype.exp
9705 * gdb.cell/registers.exp
9706 * gdb.cell/sizeof.exp
9707 * gdb.cell/solib-symbol.exp
9708 * gdb.cell/solib.exp
9709 * gdb.compile/compile-tls.exp
9710 * gdb.cp/exception.exp
9711 * gdb.cp/gdb2495.exp
9712 * gdb.cp/local.exp
9713 * gdb.cp/mb-inline.exp
9714 * gdb.cp/mb-templates.exp
9715 * gdb.cp/pr10687.exp
9716 * gdb.cp/pr9167.exp
9717 * gdb.cp/scope-err.exp
9718 * gdb.cp/templates.exp
9719 * gdb.cp/virtfunc.exp
9720 * gdb.dwarf2/dw2-dir-file-name.exp
9721 * gdb.dwarf2/dw2-single-line-discriminators.exp
9722 * gdb.fortran/complex.exp
9723 * gdb.fortran/library-module.exp
9724 * gdb.guile/guile.exp
9725 * gdb.guile/scm-cmd.exp
9726 * gdb.guile/scm-frame-inline.exp
9727 * gdb.guile/scm-objfile.exp
9728 * gdb.guile/scm-pretty-print.exp
9729 * gdb.guile/scm-symbol.exp
9730 * gdb.guile/scm-type.exp
9731 * gdb.guile/scm-value.exp
9732 * gdb.linespec/keywords.exp
9733 * gdb.linespec/ls-errs.exp
9734 * gdb.linespec/macro-relative.exp
9735 * gdb.linespec/thread.exp
9736 * gdb.mi/mi-breakpoint-changed.exp
9737 * gdb.mi/mi-dprintf-pending.exp
9738 * gdb.mi/mi-fullname-deleted.exp
9739 * gdb.mi/mi-logging.exp
9740 * gdb.mi/mi-pending.exp
9741 * gdb.mi/mi-solib.exp
9742 * gdb.mi/new-ui-mi-sync.exp
9743 * gdb.mi/user-selected-context-sync.exp
9744 * gdb.multi/dummy-frame-restore.exp
9745 * gdb.multi/multi-arch-exec.exp
9746 * gdb.multi/remove-inferiors.exp
9747 * gdb.multi/watchpoint-multi-exit.exp
9748 * gdb.opt/solib-intra-step.exp
9749 * gdb.perf/backtrace.exp
9750 * gdb.perf/single-step.exp
9751 * gdb.perf/skip-command.exp
9752 * gdb.perf/skip-prologue.exp
9753 * gdb.perf/solib.exp
9754 * gdb.python/lib-types.exp
9755 * gdb.python/py-as-string.exp
9756 * gdb.python/py-bad-printers.exp
9757 * gdb.python/py-block.exp
9758 * gdb.python/py-breakpoint.exp
9759 * gdb.python/py-cmd.exp
9760 * gdb.python/py-events.exp
9761 * gdb.python/py-evthreads.exp
9762 * gdb.python/py-finish-breakpoint.exp
9763 * gdb.python/py-finish-breakpoint2.exp
9764 * gdb.python/py-frame-inline.exp
9765 * gdb.python/py-frame.exp
9766 * gdb.python/py-inferior.exp
9767 * gdb.python/py-infthread.exp
9768 * gdb.python/py-mi.exp
9769 * gdb.python/py-objfile.exp
9770 * gdb.python/py-pp-maint.exp
9771 * gdb.python/py-pp-registration.exp
9772 * gdb.python/py-prettyprint.exp
9773 * gdb.python/py-recurse-unwind.exp
9774 * gdb.python/py-shared.exp
9775 * gdb.python/py-symbol.exp
9776 * gdb.python/py-symtab.exp
9777 * gdb.python/py-template.exp
9778 * gdb.python/py-type.exp
9779 * gdb.python/py-unwind-maint.exp
9780 * gdb.python/py-unwind.exp
9781 * gdb.python/py-value.exp
9782 * gdb.python/python.exp
9783 * gdb.reverse/finish-reverse-bkpt.exp
9784 * gdb.reverse/insn-reverse.exp
9785 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9786 * gdb.reverse/solib-precsave.exp
9787 * gdb.reverse/solib-reverse.exp
9788 * gdb.stabs/gdb11479.exp
9789 * gdb.stabs/weird.exp
9790 * gdb.threads/fork-child-threads.exp
9791 * gdb.threads/fork-plus-threads.exp
9792 * gdb.threads/fork-thread-pending.exp
9793 * gdb.threads/forking-threads-plus-breakpoint.exp
9794 * gdb.threads/hand-call-in-threads.exp
9795 * gdb.threads/interrupted-hand-call.exp
9796 * gdb.threads/linux-dp.exp
9797 * gdb.threads/local-watch-wrong-thread.exp
9798 * gdb.threads/next-while-other-thread-longjmps.exp
9799 * gdb.threads/non-ldr-exit.exp
9800 * gdb.threads/pending-step.exp
9801 * gdb.threads/print-threads.exp
9802 * gdb.threads/process-dies-while-detaching.exp
9803 * gdb.threads/process-dies-while-handling-bp.exp
9804 * gdb.threads/pthreads.exp
9805 * gdb.threads/queue-signal.exp
9806 * gdb.threads/reconnect-signal.exp
9807 * gdb.threads/signal-command-handle-nopass.exp
9808 * gdb.threads/signal-command-multiple-signals-pending.exp
9809 * gdb.threads/signal-delivered-right-thread.exp
9810 * gdb.threads/signal-sigtrap.exp
9811 * gdb.threads/sigthread.exp
9812 * gdb.threads/staticthreads.exp
9813 * gdb.threads/stepi-random-signal.exp
9814 * gdb.threads/thread-unwindonsignal.exp
9815 * gdb.threads/thread_check.exp
9816 * gdb.threads/thread_events.exp
9817 * gdb.threads/tid-reuse.exp
9818 * gdb.threads/tls-nodebug.exp
9819 * gdb.threads/tls-shared.exp
9820 * gdb.threads/tls-so_extern.exp
9821 * gdb.threads/tls.exp
9822 * gdb.threads/wp-replication.exp
9823 * gdb.trace/actions-changed.exp
9824 * gdb.trace/actions.exp
9825 * gdb.trace/backtrace.exp
9826 * gdb.trace/change-loc.exp
9827 * gdb.trace/collection.exp
9828 * gdb.trace/deltrace.exp
9829 * gdb.trace/disconnected-tracing.exp
9830 * gdb.trace/entry-values.exp
9831 * gdb.trace/ftrace-lock.exp
9832 * gdb.trace/ftrace.exp
9833 * gdb.trace/infotrace.exp
9834 * gdb.trace/mi-trace-frame-collected.exp
9835 * gdb.trace/mi-trace-unavailable.exp
9836 * gdb.trace/mi-traceframe-changed.exp
9837 * gdb.trace/mi-tracepoint-changed.exp
9838 * gdb.trace/mi-tsv-changed.exp
9839 * gdb.trace/no-attach-trace.exp
9840 * gdb.trace/packetlen.exp
9841 * gdb.trace/passc-dyn.exp
9842 * gdb.trace/passcount.exp
9843 * gdb.trace/pending.exp
9844 * gdb.trace/pr16508.exp
9845 * gdb.trace/qtro.exp
9846 * gdb.trace/range-stepping.exp
9847 * gdb.trace/read-memory.exp
9848 * gdb.trace/report.exp
9849 * gdb.trace/save-trace.exp
9850 * gdb.trace/signal.exp
9851 * gdb.trace/stap-trace.exp
9852 * gdb.trace/status-stop.exp
9853 * gdb.trace/strace.exp
9854 * gdb.trace/tfile.exp
9855 * gdb.trace/tfind.exp
9856 * gdb.trace/trace-break.exp
9857 * gdb.trace/trace-condition.exp
9858 * gdb.trace/trace-enable-disable.exp
9859 * gdb.trace/trace-mt.exp
9860 * gdb.trace/tracecmd.exp
9861 * gdb.trace/tracefile-pseudo-reg.exp
9862 * gdb.trace/tspeed.exp
9863 * gdb.trace/tstatus.exp
9864 * gdb.trace/tsv.exp
9865 * gdb.trace/unavailable.exp
9866 * gdb.trace/while-dyn.exp
9867 * gdb.trace/while-stepping.exp
9868 * lib/gdb-guile.exp
9869 * lib/gdb.exp
9870 * lib/mi-support.exp
9871 * lib/pascal.exp
9872 * lib/perftest.exp
9873 * lib/prelink-support.exp
9874 * lib/selftest-support.exp
9875
9876 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9877
9878 * Makefile.in: Include disable-implicit-rules.mk.
9879
9880 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9881
9882 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9883 non-byte-aligned bit fields.
9884
9885 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9886
9887 PR gdb/12616
9888 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9889 respects the DW_AT_data_bit_offset attribute.
9890
9891 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9892
9893 * gdb.base/default.exp: Fix output of "set language".
9894
9895 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9896
9897 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9898 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9899 make.
9900 * configure.ac: Remove checks for the make program.
9901 * configure: Re-generate.
9902
9903 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9904
9905 * gdb.python/py-recurse-unwind.c (main): Add loop.
9906 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9907 to read_register() and gdb.parse_and_eval(). Make each code
9908 call a separate case that can be individually tested.
9909 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9910 proc. Call cont_and_backtrace for each of the code paths that
9911 we want to test in the unwinder.
9912
9913 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9914
9915 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9916 the definition of struct S.
9917
9918 2016-11-11 Catherine Moore <clm@codesourcery.com>
9919
9920 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9921
9922 2016-11-09 Pedro Alves <palves@redhat.com>
9923
9924 * gdb.base/commands.exp (runto_or_return): New procedure.
9925 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9926 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9927 (progvar_simple_while_test, progvar_complex_if_while_test)
9928 (if_while_breakpoint_command_test)
9929 (infrun_breakpoint_command_test, breakpoint_command_test)
9930 (user_defined_command_test, watchpoint_command_test)
9931 (test_command_prompt_position, redefine_hook_test)
9932 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9933 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9934 multi_line_input and multi_line. Remove gdb_expect and
9935 gdb_stop_suppressing_tests uses.
9936 * lib/gdb.exp (valnum_re): New global.
9937 (multi_line_input): New procedure.
9938
9939 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9940
9941 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9942 Remove.
9943 (test_setup): Define with proc_with_prefix.
9944 (test_cli_inferior): Likewise.
9945 (test_cli_thread): Likewise.
9946 (test_cli_frame): Likewise.
9947 (test_cli_select_frame): Likewise.
9948 (test_cli_up_down): Likewise.
9949 (test_mi_thread_select): Likewise.
9950 (test_mi_stack_select_frame): Likewise.
9951 (test_cli_in_mi_inferior): Likewise.
9952 (test_cli_in_mi_thread): Likewise.
9953 (test_cli_in_mi_frame): Likewise.
9954 (top level): Do not use with_test_prefix_procname.
9955
9956 2016-11-09 Pedro Alves <palves@redhat.com>
9957
9958 * gdb.base/commands.exp (gdbvar_simple_if_test)
9959 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9960 (progvar_simple_if_test, progvar_simple_while_test)
9961 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9962 (infrun_breakpoint_command_test, breakpoint_command_test)
9963 (user_defined_command_test, watchpoint_command_test)
9964 (test_command_prompt_position, deprecated_command_test)
9965 (bp_deleted_in_command, temporary_breakpoint_commands)
9966 (stray_arg0_test, source_file_with_indented_comment)
9967 (recursive_source_test, if_commands_test)
9968 (error_clears_commands_left, redefine_hook_test)
9969 (redefine_backtrace_test): Use proc_with_prefix.
9970 * lib/gdb.exp (proc_with_prefix): New proc.
9971
9972 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9973
9974 * gdb.base/tui-layout.c: New file.
9975 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9976 disassembly window contains very long lines.
9977
9978 2016-11-08 Tom Tromey <tom@tromey.com>
9979
9980 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9981 depend on Python 2.
9982
9983 2016-11-08 Tom Tromey <tom@tromey.com>
9984
9985 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9986 New method.
9987
9988 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9989
9990 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9991
9992 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9993
9994 * gdb.rust/simple.rs: Add test for univariant enums without
9995 discriminants and for encoded struct-like enums.
9996
9997 2016-10-28 Pedro Alves <palves@redhat.com>
9998
9999 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
10000 gdb_test_multiple, tighten regexps and match symtabs and line
10001 tables incrementally.
10002
10003 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
10004
10005 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
10006 general.
10007
10008 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
10009
10010 * gdb.base/exec-invalid-sysroot.exp: New file.
10011
10012 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10013
10014 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
10015
10016 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10017
10018 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
10019
10020 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
10021
10022 * gdb.base/killed-outside.exp: Remove $options from a call to
10023 `prepare_for_testing'.
10024
10025 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10026
10027 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10028 Change test message.
10029
10030 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10031
10032 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
10033 Update comment.
10034
10035 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
10036
10037 * gdb.trace/mi-trace-save.exp: New file.
10038
10039 2016-10-13 Yao Qi <yao.qi@linaro.org>
10040
10041 * gdb.base/code_elim.exp (get_var_address): Remove.
10042 * gdb.base/relocate.exp: Likewise.
10043 * gdb.base/shreloc.exp: Likewise.
10044 * lib/gdb.exp (get_var_address): New.
10045
10046 2016-10-13 Yao Qi <yao.qi@linaro.org>
10047
10048 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
10049 floating point tests if $skip_float_test is false.
10050
10051 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
10052
10053 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
10054 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
10055 argc values.
10056 Add 1 to argc so we guarantee distinct initial/modified argc values.
10057
10058 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10059
10060 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
10061
10062 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10063
10064 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
10065 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
10066 * gdb.arch/vsx-regs.exp: Likewise.
10067
10068 2016-10-07 Yao Qi <yao.qi@linaro.org>
10069
10070 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
10071
10072 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
10073
10074 * gdb.python/python.exp: Test decode_line("*0").
10075
10076 2016-10-06 Doug Evans <dje@google.com>
10077
10078 * gdb.python/py-value.exp (test_value_creation): Add test for large
10079 unsigned 64-bit value.
10080
10081 2016-10-06 Tom Tromey <tom@tromey.com>
10082
10083 * gdb.compile/compile.exp: Change java tests to rust.
10084 * gdb.base/setshow.exp: Change java tests to rust.
10085 * gdb.base/default.exp: Remove java from language list.
10086 * README (Examples): Update language example.
10087 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
10088 test.
10089 * lib/gdb.exp (skip_java_tests): Remove.
10090 * lib/java.exp: Remove.
10091 * gdb.java: Remove.
10092
10093 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10094
10095 * gdb.arch/mips-fcr.exp: New test.
10096 * gdb.arch/mips-fcr.c: Source for the new test.
10097
10098 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
10099
10100 * gdb.base/solib-disc.exp: Use `standard_output_file'
10101 throughout.
10102
10103 2016-10-06 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.base/jit-simple-dl.c: New file.
10106 * gdb.base/jit-simple-jit.c: New file, factored out from ...
10107 * gdb.base/jit-simple.c: ... this.
10108 * gdb.base/jit-simple.exp (jit_run): Delete.
10109 (build_jit): New proc.
10110 (jit_test_reread): Recompile either the main program or the shared
10111 library, depending on what is being tested. Skip changing address
10112 if caller wants to. Compare before/after addresses. If testing
10113 standalone, explicitly load the binary. Test "maint info
10114 breakpoints".
10115 (top level): Add "standalone vs shared lib" and "change address"
10116 vs "same address" axes.
10117
10118 2016-10-06 Pedro Alves <palves@redhat.com>
10119
10120 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
10121 call.
10122 (jit_run): Delete.
10123 (jit_test_reread): Use with_test_prefix. Reload the main binary
10124 explicitly. Compare the before/after addresses of the JIT
10125 descriptor.
10126
10127 2016-08-15 Doug Evans <dje@google.com>
10128
10129 * gdb.xml/extra-regs.xml: Update, end field now required, default type
10130 for single bitfields is bool.
10131 * gdb.xml/tdesc-regs.exp: Ditto.
10132
10133 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10134
10135 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
10136
10137 2016-10-05 Yao Qi <yao.qi@linaro.org>
10138
10139 * lib/gdb.exp (support_complex_tests): Return zero if
10140 gdb_skip_float_test return true.
10141
10142 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10143 Simon Marchi <simon.marchi@ericsson.com>
10144
10145 PR gdb/20487
10146 * gdb.mi/user-selected-context-sync.exp: New file.
10147 * gdb.mi/user-selected-context-sync.c: New file.
10148
10149 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
10150 Simon Marchi <simon.marchi@ericsson.com>
10151
10152 PR gdb/20487
10153 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
10154 =thread-select-event check.
10155
10156 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
10157
10158 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
10159 the compulsory L operand changes.
10160 * gdb.arch/powerpc-power.s: Likewise.
10161
10162 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10163
10164 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
10165 * gdb.base/jit-attach-pie.c: New file.
10166 * gdb.base/jit-attach-pie.exp: New file.
10167
10168 2016-09-28 Pedro Alves <palves@redhat.com>
10169
10170 * gdb.base/infcall-input.c: New file.
10171 * gdb.base/infcall-input.exp: New file.
10172
10173 2016-09-22 Yao Qi <yao.qi@linaro.org>
10174
10175 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
10176 (gdb_exit): Rename it to ...
10177 (gdbserver_gdb_exit): ... Close GDBserver.
10178 (gdb_exit): New proc, call gdbserver_gdb_exit.
10179 (mi_gdb_exit): Likewise.
10180
10181 2016-09-22 Yao Qi <yao.qi@linaro.org>
10182
10183 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
10184 path.
10185 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
10186 Remove duplication.
10187
10188 2016-09-22 Yao Qi <yao.qi@linaro.org>
10189
10190 * lib/gdbserver-support.exp: Check the existence of
10191 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
10192
10193 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
10194
10195 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
10196
10197 2016-09-21 Tom Tromey <tom@tromey.com>
10198
10199 PR gdb/20604:
10200 * gdb.base/quit.exp: New file.
10201
10202 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
10203
10204 * .gitignore: New file.
10205
10206 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
10207
10208 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
10209 throughout.
10210
10211 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10212
10213 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
10214
10215 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10216
10217 * gdb.cp/casts.cc (decltype): Move it ...
10218 (main): ... with its call to ...
10219 * gdb.cp/casts03.cc: ... a new file.
10220 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
10221
10222 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10223
10224 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
10225
10226 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
10227
10228 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
10229 and sync up the test with tests in gas/testsuite/gas/ppc.
10230 * gdb.arch/powerpc-power.exp: Likewise.
10231
10232 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10233
10234 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
10235
10236 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
10237 Jan Kratochvil <jan.kratochvil@redhat.com>
10238
10239 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
10240 make m1's definition to be different from m2's. Use 'dummy' as an
10241 argument for probe 'two'.
10242
10243 2016-09-10 Jon Beniston <jon@beniston.com>
10244
10245 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
10246 for sim target.
10247
10248 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
10249
10250 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
10251 variable declaration.
10252 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
10253 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
10254 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
10255 received HWCAP as its argument.
10256
10257 2016-09-06 Pedro Alves <palves@redhat.com>
10258
10259 * gdb.base/new-ui-pending-input.c: New file.
10260 * gdb.base/new-ui-pending-input.exp: New file.
10261 * gdb.exp (clear_gdb_spawn_id): New procedure.
10262 (with_spawn_id): Check whether gdb_spawn_id exists before
10263 referencing it. If gdb_spawn_id didn't exist on entry, clear it
10264 on exit.
10265
10266 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10267
10268 * gdb.base/float128.c: New file.
10269 * gdb.base/float128.exp: Likewise.
10270 * gdb.base/floatn.c: Likewise.
10271 * gdb.base/floatn.exp: Likewise.
10272
10273 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
10274
10275 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
10276
10277 2016-09-05 Pedro Alves <palves@redhat.com>
10278
10279 PR backtrace/19927
10280 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
10281 unwinders are immediately called as side effect of "source" or
10282 "disable unwinder" commands.
10283 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
10284
10285 2016-09-02 Yao Qi <yao.qi@linaro.org>
10286
10287 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
10288 is true and $type is "float" or "double".
10289
10290 2016-09-02 Yao Qi <yao.qi@linaro.org>
10291
10292 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
10293 true.
10294 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
10295 * gdb.base/call-rt-st.exp: Likewise.
10296 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
10297 return value instead of gdb,skip_float_test.
10298 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
10299 (do_function_calls): Use its return value instead of
10300 gdb,skip_float_test.
10301 * gdb.base/finish.exp: Likewise.
10302 * gdb.base/funcargs.exp: Likewise.
10303 * gdb.base/return.exp: Likewise.
10304 * gdb.base/return2.exp: Likewise.
10305 * gdb.base/varargs.exp: Likewise.
10306 * lib/gdb.exp (gdb_skip_float_test): Change it to
10307 gdb_caching_proc. Detect the broken ptrace on arm-linux.
10308
10309 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10310
10311 * gdb.multi/tids.exp: Test "thread apply all".
10312
10313 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10314
10315 * gdb.base/default.exp (tty): Remove.
10316
10317 2016-08-24 Kevin Buettner <kevinb@redhat.com>
10318
10319 * gdb.python/py-recurse-unwind.c: New file.
10320 * gdb.python/py-recurse-unwind.py: New file.
10321 * gdb.python/py-recurse-unwind.exp: New file.
10322
10323 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
10324
10325 * gdb.base/set-inferior-tty.exp: New file.
10326 * gdb.base/set-inferior-tty.c: New file.
10327
10328 2016-08-23 Pedro Alves <palves@redhat.com>
10329
10330 PR gdb/20494
10331 * gdb.base/new-ui-echo.c: New file.
10332 * gdb.base/new-ui-echo.exp: New file.
10333
10334 2016-08-23 Yao Qi <yao.qi@linaro.org>
10335
10336 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
10337 gdbserver_spawn.
10338 * gdb.server/connect-without-multi-process.exp (do_test):
10339 Likewise.
10340
10341 2016-08-23 Yao Qi <yao.qi@linaro.org>
10342
10343 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
10344 standalone_txt. Delete gdb_txt and standalone_txt on host
10345 and target. Spawn the binary on target. Copy files from
10346 target to host.
10347
10348 2016-08-22 Pedro Alves <palves@redhat.com>
10349
10350 PR gdb/20505
10351 * gdb.base/vdso-warning.exp: Test core dumps too. Use
10352 with_test_prefix. Factor out bits to ...
10353 (test_no_vdso): ... this new procedure.
10354
10355 2016-08-19 Carl Love <cel@us.ibm.com>
10356
10357 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
10358 maintaining separate logic for constructing the output path.
10359 * gdb.arch/powerpc-d128-regs.exp: Likewise.
10360 * gdb.arch/ppc-dfp.exp: Likewise.
10361 * gdb.arch/ppc-fp.exp: Likewise.
10362 * gdb.arch/vsx-regs.exp: Likewise.
10363 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
10364 binprefix for generating the additional binary files.
10365
10366 2016-08-19 Pedro Alves <palves@redhat.com>
10367
10368 * gdb.trace/mi-trace-frame-collected.exp
10369 (test_trace_frame_collected): On x32, expect two registers.
10370
10371 2016-08-18 Carl Love <cel@us.ibm.com>
10372
10373 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
10374 and sync up the test with tests in gas/testsuite/gas/ppc.
10375 * gdb.arch/powerpc-power.exp: Likewise.
10376
10377 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10378
10379 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
10380 expected error message.
10381
10382 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
10383
10384 * gdb.multi/remove-inferiors.exp: New file.
10385 * gdb.multi/remove-inferiors.c: New file.
10386
10387 2016-08-12 Yao Qi <yao.qi@linaro.org>
10388
10389 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
10390 argument list.
10391
10392 2016-08-10 Pedro Alves <palves@redhat.com>
10393
10394 PR gdb/19187
10395 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
10396 setup_kfails.
10397
10398 2016-08-09 Pedro Alves <palves@redhat.com>
10399 Simon Marchi <simon.marchi@ericsson.com>
10400
10401 PR gdb/20418
10402 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
10403 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
10404
10405 2016-08-09 Pedro Alves <palves@redhat.com>
10406
10407 PR mi/20431
10408 * gdb.mi/mi-cmd-error.exp: New file.
10409
10410 2016-08-09 Pedro Alves <palves@redhat.com>
10411
10412 PR gdb/18653
10413 * gdb.base/signals-state-child.c: New file.
10414 * gdb.base/signals-state-child.exp: New file.
10415 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
10416
10417 2016-08-09 Pedro Alves <palves@redhat.com>
10418
10419 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
10420
10421 2016-08-03 Tom Tromey <tom@tromey.com>
10422
10423 PR python/18565:
10424 * gdb.python/py-frame-inline.exp: Add Frame.function test.
10425
10426 2016-08-01 Yao Qi <yao.qi@linaro.org>
10427
10428 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
10429 variable mode to "multi-process" if $multi_process is 1, otherwise
10430 set it to "single-process".
10431
10432 2016-08-01 Yao Qi <yao.qi@linaro.org>
10433
10434 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
10435 * gdb.cp/cpexprs.exp: Likewise.
10436 * gdb.cp/m-static.exp: Likewise.
10437
10438 2016-07-26 Tom Tromey <tom@tromey.com>
10439
10440 PR python/20190:
10441 * gdb.threads/tls.exp (check_thread_local): Add python symbol
10442 test.
10443
10444 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
10445
10446 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
10447 selecting assembly source files.
10448 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
10449 assembly source files.
10450 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
10451 assembly source files.
10452 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
10453 selecting assembly source files.
10454
10455 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
10456
10457 * gdb.base/new-ui.exp (do_test_invalid_args): New
10458 procedure.
10459
10460 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
10461
10462 * gdb.btrace/reconnect.c: New file.
10463 * gdb.btrace/reconnect.exp: New file.
10464
10465 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
10466
10467 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
10468 to test_catch_syscall_group.
10469 (test_catch_syscall_group): New.
10470
10471 2016-07-21 Tom Tromey <tom@tromey.com>
10472
10473 * gdb.rust/simple.rs (main): Use empty struct expression.
10474 * gdb.rust/simple.exp: Add tests for empty struct expression.
10475
10476 2016-07-21 Yao Qi <yao.qi@linaro.org>
10477
10478 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
10479 if gdb_skip_xml_test is true on some targets.
10480
10481 2016-07-21 Yao Qi <yao.qi@linaro.org>
10482
10483 * gdb.server/solib-list.exp: Unset last_loaded_file.
10484
10485 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10486
10487 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
10488 "step into captured_main (args)".
10489
10490 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10491
10492 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
10493
10494 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10495
10496 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
10497
10498 2016-07-19 Pedro Alves <palves@redhat.com>
10499
10500 * gdb.opt/inline-break.exp: Remove optimize=-O2.
10501 * gdb.opt/inline-bt.exp: Likewise.
10502 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
10503 additional_flags=-Winline.
10504 * gdb.opt/inline-locals.exp: Likewise.
10505 * gdb.opt/inline-markers.c (ATTR): Define.
10506 (inlined_fn): Use it.
10507
10508 2016-07-19 Yao Qi <yao.qi@linaro.org>
10509
10510 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
10511 (test_with_self): Remove some code. Remove argument executable.
10512 (top-level): Use do_self_tests.
10513
10514 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
10515 Don Breazeal <donb@codesourcery.com>
10516
10517 * gdb.base/maint.exp: Escape paths used in regular expressions.
10518 * gdb.stabs/weird.exp: Likewise.
10519
10520 2016-07-13 Tom Tromey <tom@tromey.com>
10521
10522 PR python/15620, PR python/18620:
10523 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
10524 (test_bkpt_events): New procs.
10525
10526 2016-07-13 Tom Tromey <tom@tromey.com>
10527
10528 PR python/17698:
10529 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
10530 test.
10531 (test_watchpoints): Likewise.
10532 (test_bkpt_pending): New proc.
10533
10534 2016-07-13 Tom Tromey <tom@tromey.com>
10535
10536 PR cli/18053:
10537 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
10538 completion test.
10539
10540 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10541
10542 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
10543 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
10544 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
10545 f_label.
10546 (g): Rename g_end_lbl to g_label.
10547 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
10548 low_pc and high_pc.
10549 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
10550
10551 2016-07-12 Tom Tromey <tom@tromey.com>
10552
10553 PR python/19293:
10554 * gdb.python/py-unwind-maint.exp: Update tests.
10555
10556 2016-07-12 Yao Qi <yao.qi@linaro.org>
10557
10558 * lib/selftest-support.exp (selftest_setup): Match the output
10559 when captured_main is inlined.
10560
10561 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10562
10563 * gdb.fortran/derived-types.exp (result_line, result_line_2):
10564 New variables.
10565 (print this%a, print this%b, print this): New tests.
10566 * gdb.fortran/derived-types.f90 (this): New object and
10567 initialization.
10568
10569 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10570
10571 * gdb.ada/arraydim.exp: Remove extra directory level in build
10572 directory.
10573
10574 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
10575
10576 * lib/ada.exp: Remove extra directory level in build directory.
10577 * gdb.ada/cond_lang.exp: Likewise.
10578 * gdb.ada/exec_changed.exp: Likewise.
10579 * gdb.ada/lang_switch.exp: Likewise.
10580
10581 2016-07-06 Manish Goregaokar <manish@mozilla.com>
10582
10583 * simple.rs: Add test for raw pointer subscripting.
10584 * simple.exp: Add test expectations.
10585
10586 2016-07-05 Yao Qi <yao.qi@linaro.org>
10587
10588 * gdb.mi/mi-reverse.exp: Match =record-started output.
10589
10590 2016-07-01 Pedro Alves <palves@redhat.com>
10591
10592 * gdb.base/jit-reader.exp (info_registers_current_frame): New
10593 procedure.
10594 (jit_reader_test): Test the jit reader's unwinder.
10595 * gdb.base/jithost.c (jit_function_00_code): New global.
10596 (main): Use memcpy to fill in the mmapped code, instead of poking
10597 bytes manually here.
10598 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10599 value.
10600 (read_debug_info): Save the function's range.
10601 (read_sp): New function.
10602 (unwind_frame): Use it. Also unwind RBP.
10603 (get_frame_id): Use read_sp.
10604 (gdb_init_reader): Use calloc instead of malloc.
10605 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10606 parameter. Use gdb_test_multiple.
10607
10608 2016-07-01 Pedro Alves <palves@redhat.com>
10609 Antoine Tremblay <antoine.tremblay@ericsson.com>
10610
10611 * gdb.threads/process-dies-while-detaching.c: New file.
10612 * gdb.threads/process-dies-while-detaching.exp: New file.
10613
10614 2016-07-01 Pedro Alves <palves@redhat.com>
10615
10616 * gdb.multi/watchpoint-multi-exit.c: New file.
10617 * gdb.multi/watchpoint-multi-exit.exp: New file.
10618
10619 2016-06-30 Pedro Alves <palves@redhat.com>
10620
10621 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10622 unset inferior_spawn_id.
10623
10624 2016-06-30 Pedro Alves <palves@redhat.com>
10625
10626 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10627 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10628
10629 2016-06-29 Yao Qi <yao.qi@linaro.org>
10630
10631 * gdb.base/return.c: Add copyright header.
10632
10633 2016-06-29 Tom Tromey <tom@tromey.com>
10634
10635 PR python/20129:
10636 * gdb.python/py-framefilter.exp: Add tests for setting priority
10637 and disabling of non-existent frame filter.
10638
10639 2016-06-29 Yao Qi <yao.qi@linaro.org>
10640
10641 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10642 0x0f07ff.
10643
10644 2016-06-28 Yao Qi <yao.qi@linaro.org>
10645
10646 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10647 triplets. Start gdb, execute catch syscall, and continue. Check
10648 gdb's output to determine catch syscall is supported.
10649
10650 2016-06-27 Manish Goregaokar <manish@mozilla.com>
10651
10652 * gdb.rust/simple.rs: Add test for returning unit in a function.
10653 * gdb.rust/simple.exp: Add expectation for functions returning
10654 unit.
10655
10656 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10657
10658 * gdb.python/py-breakpoint-create-fail.c,
10659 gdb.python/py-breakpoint-create-fail.exp,
10660 gdb.python/py-breakpoint-create-fail.py: New testcase.
10661
10662 2016-06-25 Manish Goregaokar <manish@mozilla.com>
10663
10664 PR gdb/20239
10665 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10666 * gdb.rust/simple.exp: Add test expectations for new NonZero
10667 tests.
10668
10669 2016-06-24 David Taylor <dtaylor@emc.com>
10670
10671 * gdb.base/offsets.exp: New file.
10672 * gdb.base/offsets.c: New file.
10673
10674 2016-06-23 Tom Tromey <tom@tromey.com>
10675
10676 PR gdb/16483:
10677 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10678 before any filters are loaded.
10679
10680 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10681
10682 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10683 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10684 structs.
10685 * gdb.fortran/derived-type-function.exp: New file.
10686 * gdb.fortran/derived-type-function.f90: New file.
10687
10688
10689 2016-06-21 Pedro Alves <palves@redhat.com>
10690
10691 * gdb.base/new-ui.exp: New file.
10692 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10693 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10694 (with_spawn_id): New procedure.
10695
10696 2016-06-21 Pedro Alves <palves@redhat.com>
10697
10698 * gdb.mi/mi-exec-run.exp: New file.
10699
10700 2016-06-21 Pedro Alves <palves@redhat.com>
10701
10702 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10703 breakpoint command's output on the main UI.
10704 (test_break): New procedure, factored out from calls in the top
10705 level.
10706 (top level): Use foreach_with_prefix to test MI as main UI and as
10707 separate UI.
10708
10709 2016-06-21 Pedro Alves <palves@redhat.com>
10710
10711 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10712 (test_awatch_creation_and_listing)
10713 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10714 Remove 'type' parameter.
10715 (test_watchpoint_all): New parameter mi_mode. Remove
10716 with_test_prefix.
10717 (top level): Use foreach_with_prefix, and add main/separate UI MI
10718 testing axis.
10719
10720 2016-06-21 Pedro Alves <palves@redhat.com>
10721
10722 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10723 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10724 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10725 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10726 (gdb_main_spawn_id, mi_spawn_id): Declare and
10727 comment.
10728 (mi_create_inferior_pty): New procedure,
10729 factored out from default_mi_gdb_start.
10730 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10731 procedures.
10732 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10733 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10734 Use mi_create_inferior_pty.
10735 (mi_gdb_start): Use eval to pass down args list.
10736
10737 2016-06-21 Pedro Alves <palves@redhat.com>
10738
10739 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10740 * gdb.opt/inline-cmds.exp: Add MI tests.
10741
10742 2016-06-21 Pedro Alves <palves@redhat.com>
10743
10744 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10745
10746 2016-06-21 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10749 (top level): Use it instead of mi_execute_to.
10750
10751 2016-06-21 Pedro Alves <palves@redhat.com>
10752
10753 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10754 (cont_handler_str): New.
10755 (signal_stop_handler): Set stop_handler_str instead of printing to
10756 stdout.
10757 (continue_handler): Set cont_handler_str instead of printing to
10758 stdout.
10759 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10760 mi_send_resuming_command. Print stop_handler_str and
10761 cont_handler_str instead of expecting the python events print
10762 directly.
10763
10764 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10765
10766 * gdb.base/jit-reader.exp: New file.
10767 * gdb.base/jithost.c: New file.
10768 * gdb.base/jithost.h: New file.
10769 * gdb.base/jitreader.c : New file.
10770 * gdb.base/jit-protocol.h: New file.
10771
10772 2016-06-17 Yao Qi <yao.qi@linaro.org>
10773
10774 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10775 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10776 and detach-on-fork. Adjust tests.
10777 (top level): Invoke break_cond_on_syscall with combinations of
10778 syscall, follow-fork-mode and detach-on-fork.
10779
10780 2016-06-17 Yao Qi <yao.qi@linaro.org>
10781
10782 * gdb.base/step-over-exit.c: New.
10783 * gdb.base/step-over-exit.exp: New.
10784
10785 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10786
10787 * gdb.base/float.exp: Add target check for nds32*-*-*.
10788 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10789
10790 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10791
10792 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10793 for unsupported target features.
10794 * gdb.base/call-rt-st.exp: Likewise.
10795 * gdb.base/call-sc.exp: Likewise.
10796 * gdb.base/call-signal-resume.exp: Likewise.
10797 * gdb.base/call-strs.exp: Likewise.
10798 * gdb.base/callexit.exp: Likewise.
10799 * gdb.base/callfuncs.exp: Likewise.
10800 * gdb.base/nodebug.exp: Likewise.
10801 * gdb.base/printcmds.exp: Likewise.
10802 * gdb.base/ptype.exp: Likewise.
10803 * gdb.base/structs.exp: Likewise.
10804 * gdb.base/unwindonsignal.exp: Likewise.
10805 * gdb.cp/gdb2495.exp: Likewise.
10806 * gdb.cp/templates.exp: Likewise.
10807 * gdb.cp/virtfunc.exp: Likewise.
10808 * gdb.threads/hand-call-in-threads.exp: Likewise.
10809 * gdb.threads/interrupted-hand-call.exp: Likewise.
10810 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10811
10812 2016-06-10 Tom Tromey <tom@tromey.com>
10813
10814 PR rust/20110:
10815 * gdb.rust/expr.exp: Add test for integer constant larger than
10816 i32.
10817
10818 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10819
10820 * gdb.fortran/nested-funcs.exp: New.
10821 * gdb.fortran/nested-funcs.f90: New.
10822
10823 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10824
10825 * gdb.base/examine-backward.c: New file.
10826 * gdb.base/examine-backward.exp: New file.
10827
10828 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10829
10830 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10831 matching.
10832
10833 2016-06-02 Tom Tromey <tom@tromey.com>
10834
10835 PR python/18984:
10836 * gdb.python/py-shared.exp: Add solib_name test.
10837
10838 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10839
10840 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10841
10842 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10843
10844 PR c++/19893
10845 * gdb.dwarf2/implref.exp: Rename to...
10846 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10847 * gdb.dwarf2/implref-array.c: New file.
10848 * gdb.dwarf2/implref-array.exp: Likewise.
10849 * gdb.dwarf2/implref-global.c: Likewise.
10850 * gdb.dwarf2/implref-global.exp: Likewise.
10851 * gdb.dwarf2/implref-struct.c: Likewise.
10852 * gdb.dwarf2/implref-struct.exp: Likewise.
10853
10854 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10855
10856 * gdb.trace/trace-condition.exp: Add 64bit tests.
10857
10858 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10859
10860 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10861 bits types.
10862 (main): Adapt to 8 to 64 bits types.
10863 * gdb.trace/trace-condition.exp: Add new tests.
10864
10865 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10866
10867 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10868
10869 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10870
10871 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10872 Move condition tests...
10873 * gdb.trace/trace-condition.exp: Here.
10874
10875 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10876
10877 * gdb.trace/trace-condition.exp: Add counter-case tests.
10878
10879 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10880
10881 PR c++/15231
10882 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10883 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10884
10885 2016-05-27 Pedro Alves <palves@redhat.com>
10886
10887 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10888 New procedure.
10889 (top level): Call it, and bail out of DejaGnu is known to be bad.
10890
10891 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10892
10893 * gdb.base/whatis.c: Extend the test case.
10894 * gdb.base/whatis.exp: Add additional tests.
10895
10896 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10897
10898 * gdb.fortran/type.f90: Add pointer variable.
10899 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10900
10901 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10902
10903 * gdb.fortran/vla-type.exp: Fix testcase name.
10904
10905 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10906
10907 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10908
10909 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10910
10911 * gdb.fortran/type.f90: Add nested structures.
10912 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10913 * gdb.fortran/derived-type.exp: Adapt expected output.
10914 * gdb.fortran/vla-type.exp: Adapt expected output.
10915
10916 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10917
10918 * gdb.fortran/whatis_type.exp: Adapt expected output.
10919
10920 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10921
10922 * gdb.fortran/print_type.exp: Fix expected output.
10923 * gdb.fortran/whatis_type.exp: Fix expected output.
10924
10925 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10926
10927 * gdb.fortran/whatis_type.exp: Use multi_line.
10928
10929 2016-05-24 Tom Tromey <tom@tromey.com>
10930
10931 PR python/17386:
10932 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10933 use value as an index.
10934
10935 2016-05-23 Tom Tromey <tom@tromey.com>
10936
10937 PR python/17981:
10938 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10939 no-breakpoint case.
10940
10941 2016-05-24 Pedro Alves <palves@redhat.com>
10942
10943 PR gdb/19828
10944 * gdb.threads/clone-attach-detach.c: New file.
10945 * gdb.threads/clone-attach-detach.exp: New file.
10946
10947 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10948
10949 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10950
10951 2016-05-23 Tom Tromey <tom@tromey.com>
10952
10953 PR python/19438, PR python/18393:
10954 * gdb.python/py-progspace.exp: Add "dir" test.
10955 * gdb.python/py-objfile.exp: Add "dir" test.
10956
10957 2016-05-23 Yao Qi <yao.qi@linaro.org>
10958
10959 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10960 * gdb.arch/thumb2-it.exp: Likewise.
10961
10962 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10963
10964 * gdb.mi/mi-threads-interrupt.c: New file.
10965 * gdb.mi/mi-threads-interrupt.exp: New file.
10966
10967 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10968
10969 PR gdb/18077
10970 * gdb.mi/mi-async-run.exp: New file.
10971 * gdb.mi/mi-async-run.c: New file.
10972
10973 2016-05-17 Tom Tromey <tom@tromey.com>
10974 Manish Goregaokar <manishsmail@gmail.com>
10975
10976 * lib/rust-support.exp: New file.
10977 * lib/gdb.exp (skip_rust_tests): New proc.
10978 (build_executable_from_specs): Handle rust.
10979 * lib/future.exp (gdb_find_rustc): New proc.
10980 (gdb_default_target_compile): Handle rust.
10981 * gdb.rust/expr.exp: New file.
10982 * gdb.rust/generics.exp: New file.
10983 * gdb.rust/generics.rs: New file.
10984 * gdb.rust/methods.exp: New file.
10985 * gdb.rust/methods.rs: New file.
10986 * gdb.rust/modules.exp: New file.
10987 * gdb.rust/modules.rs: New file.
10988 * gdb.rust/simple.exp: New file.
10989 * gdb.rust/simple.rs: New file.
10990
10991 2016-05-17 Tom Tromey <tom@tromey.com>
10992
10993 * gdb.base/default.exp (set language): Add rust.
10994
10995 2016-05-17 Tom Tromey <tom@tromey.com>
10996
10997 * gdb.gdb/unittest.exp: New file.
10998
10999 2016-05-16 Yao Qi <yao.qi@linaro.org>
11000
11001 * gdb.base/batch-preserve-term-settings.exp: Remove variable
11002 shell_prompt. Update shell_prompt_re.
11003
11004 2016-05-12 Doug Evans <dje@google.com>
11005
11006 PR symtab/19999
11007 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
11008 $options when building executable.
11009 * gdb.dwarf2/fission-loclists-pie.S: New file.
11010 * gdb.dwarf2/fission-loclists-pie.exp: New file.
11011
11012 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11013
11014 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
11015 of [is_remote target],
11016
11017 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
11018
11019 * lib/gdb.exp (use_gdb_stub): New procedure.
11020
11021 2016-05-03 Yunlian Jiang <yunlian@google.com>
11022 Doug Evans <dje@google.com>
11023
11024 PR symtab/19914
11025 * gdb.dwarf2/dwp-sepdebug.c: New file.
11026 * gdb.dwarf2/dwp-sepdebug.exp: New file.
11027
11028 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11029
11030 * gdb.base/detach.exp: Remove is_remote check.
11031
11032 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
11033
11034 * gdb.base/annota-input-while-running.exp: Don't check for
11035 [is_remote target]. Enable annotations after running to main.
11036 Remove unused "set test..." line.
11037
11038 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11039
11040 * gdb.trace/trace-enable-disable.exp: New file.
11041 * gdb.trace/trace-enable-disable.c: New file.
11042
11043 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
11044
11045 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
11046 use it in info sharedlibrary test.
11047 * gdb.trace/ftrace-lock.exp: Likewise.
11048 * gdb.trace/ftrace.exp: Likewise.
11049 * gdb.trace/range-stepping.exp: Likewise.
11050 * gdb.trace/trace-break.exp: Likewise.
11051 * gdb.trace/trace-condition.exp: Likewise.
11052 * gdb.trace/trace-mt.exp: Likewise.
11053
11054 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11055
11056 * lib/gdb.exp (gdb_load_shlibs): Rename to...
11057 (gdb_load_shlib): ... this.
11058 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
11059 gdb_load_shlib.
11060 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
11061 * gdb.base/ctxobj.exp: Likewise.
11062 * gdb.base/dprintf-pending.exp: Likewise.
11063 * gdb.base/dso2dso.exp: Likewise.
11064 * gdb.base/fixsection.exp: Likewise.
11065 * gdb.base/gcore-relro.exp: Likewise.
11066 * gdb.base/gdb1555.exp: Likewise.
11067 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11068 * gdb.base/gnu-ifunc.exp: Likewise.
11069 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
11070 * gdb.base/jit-so.exp (one_jit_test): Likewise.
11071 * gdb.base/pending.exp: Likewise.
11072 * gdb.base/print-file-var.exp: Likewise.
11073 * gdb.base/print-symbol-loading.exp: Likewise.
11074 * gdb.base/shlib-call.exp: Likewise.
11075 * gdb.base/shreloc.exp: Likewise.
11076 * gdb.base/so-impl-ld.exp: Likewise.
11077 * gdb.base/solib-disc.exp: Likewise.
11078 * gdb.base/solib-nodir.exp: Likewise.
11079 * gdb.base/solib-overlap.exp: Likewise.
11080 * gdb.base/solib-symbol.exp: Likewise.
11081 * gdb.base/solib-weak.exp (do_test): Likewise.
11082 * gdb.base/sym-file.exp: Likewise.
11083 * gdb.base/symtab-search-order.exp: Likewise.
11084 * gdb.base/type-opaque.exp: Likewise.
11085 * gdb.base/unload.exp: Likewise.
11086 * gdb.base/watchpoint-solib.exp: Likewise.
11087 * gdb.compile/compile.exp: Likewise.
11088 * gdb.cp/gdb2384.exp: Likewise.
11089 * gdb.cp/infcall-dlopen.exp: Likewise.
11090 * gdb.cp/re-set-overloaded.exp: Likewise.
11091 * gdb.fortran/library-module.exp: Likewise.
11092 * gdb.opt/solib-intra-step.exp: Likewise.
11093 * gdb.python/py-finish-breakpoint.exp: Likewise.
11094 * gdb.python/py-shared.exp: Likewise.
11095 * gdb.reverse/solib-precsave.exp: Likewise.
11096 * gdb.reverse/solib-reverse.exp: Likewise.
11097 * gdb.server/solib-list.exp: Likewise.
11098 * gdb.threads/dlopen-libpthread.exp: Likewise.
11099 * gdb.threads/tls-shared.exp: Likewise.
11100 * gdb.threads/tls-so_extern.exp: Likewise.
11101 * gdb.trace/change-loc.exp: Likewise.
11102 * gdb.trace/ftrace-lock.exp: Likewise.
11103 * gdb.trace/ftrace.exp: Likewise.
11104 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
11105 * gdb.trace/pending.exp: Likewise.
11106 * gdb.trace/range-stepping.exp: Likewise.
11107 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
11108 (strace_info_marker): Likewise.
11109 (strace_probe_marker): Likewise.
11110 (strace_trace_on_same_addr): Likewise.
11111 (strace_trace_on_diff_addr): Likewise.
11112 * gdb.trace/trace-break.exp: Likewise.
11113 * gdb.trace/trace-condition.exp: Likewise.
11114 * gdb.trace/trace-mt.exp: Likewise.
11115
11116 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
11117
11118 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
11119 result of gdb_remote_download.
11120 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
11121 * gdb.base/dso2dso.exp: Likewise.
11122 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11123 * gdb.base/print-file-var.exp: Likewise.
11124 * gdb.base/shlib-call.exp: Likewise.
11125 * gdb.base/shreloc.exp: Likewise.
11126 * gdb.base/solib-overlap.exp: Likewise.
11127 * gdb.base/solib-weak.exp (do_test): Likewise.
11128 * gdb.base/unload.exp: Likewise.
11129
11130 2016-04-27 Yao Qi <yao.qi@linaro.org>
11131
11132 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
11133 exists.
11134
11135 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11136
11137 * vla-type.exp: Print structure from toplevel.
11138
11139 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11140
11141 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
11142 of dynamic types.
11143 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
11144 of dynamic types.
11145
11146 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
11147
11148 * gdb.fortran/vla-type.f90: New file.
11149 * gdb.fortran/vla-type.exp: New file.
11150
11151 2016-04-25 Yao Qi <yao.qi@linaro.org>
11152
11153 * gdb.base/branch-to-self.c: New file.
11154 * gdb.base/branch-to-self.exp: New file.
11155
11156 2016-04-22 Yao Qi <yao.qi@linaro.org>
11157
11158 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
11159 more after $hex.
11160
11161 2016-04-22 Yao Qi <yao.qi@linaro.org>
11162
11163 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
11164 * gdb.base/annota3.exp: Likewise.
11165
11166 2016-04-22 Yao Qi <yao.qi@linaro.org>
11167
11168 * gdb.reverse/step-precsave.exp: Do one step and test program
11169 stops in "callee" and do multiple steps until program goes out
11170 of "callee".
11171 * gdb.reverse/step-reverse.exp: Likewise.
11172
11173 2016-04-22 Yao Qi <yao.qi@linaro.org>
11174
11175 * gdb.trace/signal.exp: Also pass if
11176 $tracepoint_hits($i) > $iterations.
11177
11178 2016-04-22 Yao Qi <yao.qi@linaro.org>
11179
11180 * gdb.trace/signal.c: New file.
11181 * gdb.trace/signal.exp: New file.
11182
11183 2016-04-19 Doug Evans <xdje42@gmail.com>
11184
11185 * gdb.base/bad-file.exp: New file.
11186
11187 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
11188
11189 * gdb.dwarf2/implref.exp: New file.
11190
11191 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11192
11193 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
11194 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
11195 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
11196 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
11197 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
11198 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
11199 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
11200 * lib/fortran.exp (fortran_int4): New procedure.
11201 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
11202 (fortran_logical4): Likewise.
11203
11204 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
11205
11206 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
11207
11208 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
11209
11210 * lib/compiler.c: Add Intel specific preprocessor macros.
11211 * lib/compiler.cc: Likewise.
11212
11213 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
11214
11215 * gdb.server/connect-with-no-symbol-file.c: New file.
11216 * gdb.server/connect-with-no-symbol-file.exp: New file.
11217
11218 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11219
11220 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
11221
11222 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
11223
11224 * boards/gdbserver-base.exp (${board}_download): Copy source file to
11225 standard output directory.
11226
11227 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
11228
11229 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
11230
11231 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
11232
11233 * gdb.btrace/instruction_history.c (loop): Add declaration.
11234
11235 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11236
11237 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
11238
11239 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
11240
11241 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
11242 parentheses to print.
11243 (continue_handler): Likewise.
11244
11245 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
11246
11247 * gdb.server/solib-list.exp: Remove is_remote check.
11248 Pass shlib= to gdb_compile. Don't link shared library with
11249 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
11250 Run binary filename through "readlink -f" on the target.
11251
11252 2016-04-08 Pedro Alves <palves@redhat.com>
11253
11254 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
11255 interpreter filename as argument to gdbserver_spawn.
11256 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11257 Return empty if $last_loaded_file does not exist.
11258
11259 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11260
11261 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
11262 * gdb.base/jit-main.c: Use exit after usage.
11263
11264 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11265
11266 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
11267 GDBHISTSIZE prior to the tests.
11268 * gdb.base/gdbinit-history.exp: Likewise.
11269
11270 2016-04-07 Pedro Alves <palves@redhat.com>
11271
11272 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
11273 instead of build_executable. Use gdb_load_shlibs.
11274
11275 2016-04-07 Yao Qi <yao.qi@linaro.org>
11276
11277 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
11278 Execute "si" command.
11279
11280 2016-04-07 Yao Qi <yao.qi@linaro.org>
11281
11282 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
11283 number instead of the comments on some line.
11284
11285 2016-04-06 Don Breazeal <donb@codesourcery.com>
11286
11287 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
11288 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
11289
11290 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
11291
11292 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
11293 standard_output_file. Remove unused binfile variable.
11294
11295 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
11296
11297 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
11298 * gdb.python/py-mi-objfile.exp: Match "list main" output
11299 in console format.
11300
11301 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
11302
11303 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
11304 absolute.
11305
11306 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11307
11308 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
11309 absolute.
11310 * gdb.trace/ftrace.exp: Likewise.
11311 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
11312 targets as well.
11313 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
11314 (gdb_load_shlibs): Copy libraries to test directory when testing
11315 natively. Only set solib-search-path if testing remotely.
11316 * lib/mi-support.exp (mi_load_shlibs): Likewise.
11317
11318 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
11319
11320 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
11321 gdb_download. Use it even if the target is not remote.
11322 * gdb.base/jit.exp (compile_jit_test): Likewise.
11323 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
11324 output directory if the destination board is local, otherwise use
11325 the standard remote_download from DejaGnu.
11326 (gdb_download): Remove.
11327 (gdb_load_shlibs): Use gdb_remote_download instead of
11328 gdb_download.
11329 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
11330 Use gdb_remote_download instead of gdb_download. Use it even if
11331 the target is not remote.
11332 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
11333 instead of gdb_download.
11334
11335 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
11336
11337 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
11338 (test_insert_delete_modify): Call mi_load_shlibs before trying to
11339 run.
11340
11341 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
11342
11343 PR gdb/19820
11344 * gdb.base/printcmds.exp: Add artificial arrays tests.
11345
11346 2016-03-31 Pedro Alves <palves@redhat.com>
11347
11348 PR gdb/19858
11349 * gdb.base/jit-main.c: Include unistd.h.
11350 (ATTACH): Define to 0 if not already defined.
11351 (wait_for_gdb, mypid): New globals.
11352 (WAIT_FOR_GDB): New macro.
11353 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
11354 some breakpoint locations.
11355 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
11356 New procedures.
11357 (one_jit_test): Add REATTACH parameter, and handle it. Use
11358 continue_to_test_location.
11359 (top level): Test attach, and adjusts calls to one_jit_test.
11360
11361 2016-03-31 Pedro Alves <palves@redhat.com>
11362
11363 PR gdb/19858
11364 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
11365 BINSUFFIX parameter, and handle it.
11366 (top level): Adjust calls compile_jit_test.
11367
11368 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
11369
11370 PR python/19743
11371 * gdb.python/py-mi-events-gdb.py: New file.
11372 * gdb.python/py-mi-events.c: New file.
11373 * gdb.python/py-mi-events.exp: New file.
11374
11375 2016-03-30 Yao Qi <yao.qi@linaro.org>
11376
11377 * gdb.reverse/until-precsave.exp: Match function name only.
11378 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
11379 Move malloc to a condition block.
11380 * gdb.reverse/until-reverse.exp: Match function name only.
11381
11382 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
11383
11384 * gdb.trace/ftrace.exp: Set arg0exp for s390.
11385 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
11386 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
11387 variable for GPR 0 instead of assuming it is register 0.
11388 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
11389 * lib/trace-support.exp: Add s390 registers.
11390
11391 2016-03-29 Yao Qi <yao.qi@linaro.org>
11392
11393 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
11394
11395 2016-03-24 Yao Qi <yao.qi@linaro.org>
11396
11397 * gdb.reverse/break-reverse.exp: Add quotation mark in the
11398 test message.
11399
11400 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11401
11402 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
11403 maintaining separate logic for constructing the output path.
11404
11405 2016-03-16 Don Breazeal <donb@codesourcery.com>
11406
11407 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
11408 Retry fork and waitpid on interrupted system call errors.
11409 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11410 Use with_timeout_factor to increase timeout by factor of 10.
11411
11412 2016-03-15 Don Breazeal <donb@codesourcery.com>
11413
11414 * gdb.cp/scope-err.cc: New test program.
11415 * gdb.cp/scope-err.exp: New test script.
11416 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
11417 lines and "set breakpoint here" comment.
11418 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
11419 Fixed some whitespace and format issues.
11420 * gdb.mi/mi-linespec-err-cp.cc: New test program.
11421 * gdb.mi/mi-linespec-err-cp.exp: New test script.
11422
11423 2016-03-15 Doug Evans <dje@google.com>
11424
11425 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
11426 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
11427 All callers updated. Add tests for enums, mixed flags register.
11428
11429 2016-03-15 Doug Evans <dje@google.com>
11430
11431 * gdb.base/skip.c (main): Call test_skip_file_and_function.
11432 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
11433
11434 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
11435
11436 * gdb.base/default.exp: Add $_as_string to the list of expected
11437 convenience functions.
11438
11439 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
11440
11441 * gdb.base/maint.exp: New tests for 'maint info line-table'.
11442
11443 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
11444
11445 * gdb.python/py-as-string.exp: New file.
11446 * gdb.python/py-as-string.c: New file.
11447
11448 2016-03-09 Pedro Alves <palves@redhat.com>
11449
11450 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
11451 signal" -> "Thread NN received signal" output change.
11452 * gdb.threads/ia64-sigill.exp: Likewise.
11453 * gdb.threads/linux-dp.exp: Likewise.
11454 * gdb.threads/manythreads.exp: Likewise.
11455 * gdb.threads/pending-step.exp: Likewise.
11456 * gdb.threads/print-threads.exp: Likewise.
11457 * gdb.threads/sigstep-threads.exp: Likewise.
11458 * gdb.threads/staticthreads.exp: Likewise.
11459 * gdb.threads/tls.exp: Likewise.
11460
11461 2016-03-09 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.base/command-line-input.exp: New file.
11464
11465 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11466
11467 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
11468 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
11469 * gdb.trace/pending.exp: Accept leading dot before function name.
11470 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
11471 * lib/trace-support.exp: Set registers for ppc.
11472
11473 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11474
11475 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
11476 use it for disassembly; accept .main in addition to main in backtrace.
11477
11478 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
11479 Marcin Kościelnicki <koriakin@0x04.net>
11480
11481 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
11482 (gdb_recursion_test_ptr): New global variable.
11483 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
11484 gdb_recursion_test.
11485 (gdb_c_test): Ditto.
11486
11487 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11488
11489 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
11490 ordering.
11491
11492 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
11493
11494 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
11495 (bar): Add bar_start_lbl label.
11496 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
11497 of foo/bar for emitting DWARF and tracing.
11498
11499 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
11500
11501 * analyze-racy-logs.py: Set executable bit.
11502
11503 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
11504
11505 * Makefile.in (DEFAULT_RACY_ITER): New variable.
11506 (CHECK_TARGET_TMP): Likewise.
11507 (check-single-racy): New rule.
11508 (check-parallel-racy): Likewise.
11509 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
11510 (do-check-parallel-racy): New rule.
11511 (check-racy/%.exp): Likewise.
11512 * README (Racy testcases): New section.
11513 * analyze-racy-logs.py: New file.
11514
11515 2016-03-03 Doug Evans <dje@google.com>
11516
11517 * gdb.base/skip.exp: Use with_test_prefix.
11518
11519 2016-03-03 Yao Qi <yao.qi@linaro.org>
11520
11521 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
11522 Invoke step_over_syscall "clone" and break_cond_on_syscall
11523 "clone".
11524 * gdb.base/step-over-clone.c: New file.
11525
11526 2016-03-03 Yao Qi <yao.qi@linaro.org>
11527
11528 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
11529 code format.
11530
11531 2016-03-03 Yao Qi <yao.qi@linaro.org>
11532
11533 * gdb.base/disp-step-fork.c: Rename to ...
11534 * gdb.base/step-over-fork.c: ... it. New file.
11535 * gdb.base/disp-step-vfork.c: Rename to ...
11536 * gdb.base/step-over-vfork.c: ... it. New file.
11537 * gdb.base/disp-step-syscall.exp: Rename to ...
11538 * gdb.base/step-over-syscall.exp: ... it. New file.
11539 (disp_step_cross_syscall): Rename to ...
11540 (step_over_syscall): ... it.
11541
11542 2016-03-03 Yao Qi <yao.qi@linaro.org>
11543
11544 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
11545 If target supports condition evaluation on target, invoke
11546 break_cond_on_syscall for fork and vfork.
11547
11548 2016-03-03 Yao Qi <yao.qi@linaro.org>
11549
11550 * gdb.base/disp-step-syscall.exp: Don't invoke
11551 support_displaced_stepping.
11552 (disp_step_cross_syscall): Test with displaced stepping off and
11553 on if supported.
11554
11555 2016-03-03 Yao Qi <yao.qi@linaro.org>
11556
11557 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
11558 proc.
11559 (setup): New proc.
11560 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
11561 and setup.
11562
11563 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11564
11565 * gdb.fortran/vla-history.exp: Remove breakpoint.
11566
11567 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11568
11569 * gdb.fortran/vla-history.exp: Lookup array elements and printing
11570 exceeds timeout.
11571
11572 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11573
11574 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
11575 breakpoint.
11576
11577 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
11578
11579 * gdb.mi/vla.f90: Nullify pointer after declaration.
11580
11581 2016-03-01 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
11584
11585 2016-03-01 Pedro Alves <palves@redhat.com>
11586
11587 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
11588 before anything else.
11589 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
11590 _GNU_SOURCE here.
11591 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
11592 before anything else.
11593 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
11594
11595 2016-03-01 Pedro Alves <palves@redhat.com>
11596
11597 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11598
11599 2016-03-01 Yao Qi <yao.qi@linaro.org>
11600
11601 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11602 prepare_for_testing.
11603
11604 2016-03-01 Yao Qi <yao.qi@linaro.org>
11605
11606 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11607
11608 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11609
11610 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11611 manually constructing the output path.
11612
11613 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11614
11615 * gdb.arch/s390-stackless.S: New.
11616 * gdb.arch/s390-stackless.exp: New.
11617
11618 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11619
11620 * gdb.dlang/circular.c: New file.
11621 * gdb.dlang/circular.exp: New file.
11622
11623 2016-02-26 Yao Qi <yao.qi@linaro.org>
11624
11625 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11626 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11627 (testcases): Update.
11628
11629 2016-02-26 Yao Qi <yao.qi@linaro.org>
11630
11631 * gdb.reverse/aarch64.c: Rename to ...
11632 * gdb.reverse/insn-reverse.c: ... it.
11633 * gdb.reverse/aarch64.exp: Rename to ...
11634 * gdb.reverse/insn-reverse.exp: ... it.
11635
11636 2016-02-26 Yao Qi <yao.qi@linaro.org>
11637
11638 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11639 (testcase_ftype): New.
11640 (testcases): New array.
11641 (n_testcases): New.
11642 (main): Call each element in testcases.
11643 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11644 (read_testcase): New.
11645 Do the tests in a loop.
11646
11647 2016-02-25 Yao Qi <yao.qi@linaro.org>
11648
11649 * gdb.base/branches.c: Remove.
11650
11651 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11652
11653 PR gdb/13808
11654 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11655
11656 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11657
11658 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11659
11660 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11661
11662 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11663 change x86_64 call_insn to 'callq'.
11664
11665 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11666
11667 * gdb.trace/tfile-avx.c: Move to...
11668 * gdb.trace/tracefile-pseudo-reg.c: Here.
11669 * gdb.trace/tfile-avx.exp: Move to...
11670 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11671
11672 2016-02-24 Gary Benson <gbenson@redhat.com>
11673
11674 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11675 message on attach.
11676
11677 2016-02-23 Doug Evans <dje@google.com>
11678
11679 * gdb.base/skip.c (test_skip): New function.
11680 (end_test_skip_file_and_function): New function.
11681 (test_skip_file_and_function): New function.
11682 * gdb.base/skip1.c (test_skip): New function.
11683 (skip1_test_skip_file_and_function): New function.
11684 * gdb.base/skip.exp: Add tests for new skip options.
11685 * gdb.base/skip-solib.exp: Update expected output.
11686 * gdb.perf/skip-command.cc: New file.
11687 * gdb.perf/skip-command.exp: New file.
11688 * gdb.perf/skip-command.py: New file.
11689
11690 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11691
11692 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11693 info registers pattern.
11694
11695 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11696
11697 * lib/future.exp: Add D support.
11698 (gdb_find_gdc): New proc.
11699 (gdb_default_target_compile): Add D support.
11700
11701 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11702
11703 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11704 user+system time.
11705 (trace_speed_test): Determine the iteration count for a time
11706 between 15..30 seconds.
11707
11708 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11709
11710 * gdb.arch/i386-mpx-sigsegv.c: New file.
11711 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11712 * gdb.arch/i386-mpx-simple_segv.c: New file.
11713 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11714
11715 2016-02-18 Yao Qi <yao.qi@linaro.org>
11716
11717 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11718 Don't call setup_kfail.
11719
11720 2016-02-18 Yao Qi <yao.qi@linaro.org>
11721
11722 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11723 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11724
11725 2016-02-16 Doug Evans <dje@google.com>
11726
11727 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11728 * gdb.base/skip1.c: Ditto.
11729 * gdb.base/skip.exp: Whitespace cleanup.
11730
11731 2016-02-16 Don Breazeal <donb@codesourcery.com>
11732
11733 PR remote/19496
11734 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11735 Remove kfail for PR remote/19496.
11736
11737 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11738
11739 * lib/gdb.exp (standard_temp_file): Return a path specific to
11740 the runtest invocation.
11741
11742 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11743
11744 * gdb.trace/save-trace.exp: Change relative path to be in the
11745 standard output directory.
11746
11747 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11748
11749 * gdb.arch/i386-prologue.c: Add missing prototypes.
11750
11751 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11752
11753 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11754 * gdb.arch/i386-prologue.exp: Likewise.
11755 * gdb.arch/i386-size.exp: Likewise.
11756
11757 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11758
11759 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11760 define object file path.
11761 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11762 file path.
11763 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11764 standard_output_file to define binfile.
11765
11766 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11767
11768 Fix compatibility with recent gfortran-5.3.1.
11769 * gdb.fortran/vla-history.exp (print vla1 allocated)
11770 (print vla2 allocated, print $2, print $3): Remove
11771 (print $4): Rename to ...
11772 (print $2): ... here.
11773 (print $9): Rename to ...
11774 (print $5): ... here.
11775 (print $10): Rename to ...
11776 (print $6): ... here.
11777 * gdb.fortran/vla.f90: Add pvla initialization.
11778
11779 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11780
11781 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11782 New test.
11783 * gdb.fortran/vla-value-sub.exp: Likewise.
11784
11785 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11786
11787 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11788
11789 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11790
11791 * i386-biarch-core.exp: Define corefile using
11792 standard_output_file.
11793
11794 2016-02-12 Yao Qi <yao.qi@linaro.org>
11795
11796 * gdb.arch/arm-single-step-kernel-helper.c: New.
11797 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11798
11799 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11800
11801 * gdb.btrace/tailcall-only.exp: New.
11802 * gdb.btrace/tailcall-only.c: New.
11803 * gdb.btrace/x86_64-tailcall-only.S: New.
11804 * gdb.btrace/i686-tailcall-only.S: New.
11805
11806 2016-02-11 Pedro Alves <palves@redhat.com>
11807
11808 * README (Parallel testing): Add missing double quotes.
11809
11810 2016-02-11 Pedro Alves <palves@redhat.com>
11811
11812 * README (Parallel testing): New section.
11813 (GDB_PARALLEL): Rewrite.
11814 (FORCE_PARALLEL): Document.
11815
11816 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11817
11818 * gdb.trace/tfile-avx.c: New test.
11819 * gdb.trace/tfile-avx.exp: New test.
11820
11821 2016-02-09 Keith Seitz <keiths@redhat.com>
11822
11823 PR breakpoints/19546
11824 * gdb.base/infcall-exec.c: New file.
11825 * gdb.base/infcall-exec2.c: New file.
11826 * gdb.base/infcall-exec.exp: New file.
11827
11828 2016-02-09 Keith Seitz <keiths@redhat.com>
11829
11830 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11831 (toplevel): Call test_bkpt_address.
11832
11833 2016-02-09 Keith Seitz <keiths@redhat.com>
11834
11835 PR python/19506
11836 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11837 (toplevel): Call test_bkpt_address.
11838
11839 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11840
11841 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11842 to AC_OUTPUT.
11843 * configure: Regenerate.
11844
11845 2016-02-09 Pedro Alves <palves@redhat.com>
11846
11847 PR breakpoints/19548
11848 * gdb.base/execl-update-breakpoints.c (some_function): New
11849 function.
11850 (main): Call it.
11851 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11852 Tighten expected GDB output.
11853
11854 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11855
11856 * Makefile.in (ALL_SUBDIRS): Remove.
11857 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11858 (distclean maintainer-clean realclean): Likewise.
11859 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11860 * configure: Regenerate.
11861 * gdb.ada/Makefile.in: Delete.
11862 * gdb.arch/Makefile.in: Likewise.
11863 * gdb.asm/Makefile.in: Likewise.
11864 * gdb.base/Makefile.in: Likewise.
11865 * gdb.btrace/Makefile.in: Likewise.
11866 * gdb.cell/Makefile.in: Likewise.
11867 * gdb.compile/Makefile.in: Likewise.
11868 * gdb.cp/Makefile.in: Likewise.
11869 * gdb.disasm/Makefile.in: Likewise.
11870 * gdb.dlang/Makefile.in: Likewise.
11871 * gdb.dwarf2/Makefile.in: Likewise.
11872 * gdb.fortran/Makefile.in: Likewise.
11873 * gdb.gdb/Makefile.in: Likewise.
11874 * gdb.go/Makefile.in: Likewise.
11875 * gdb.guile/Makefile.in: Likewise.
11876 * gdb.java/Makefile.in: Likewise.
11877 * gdb.linespec/Makefile.in: Likewise.
11878 * gdb.mi/Makefile.in: Likewise.
11879 * gdb.modula2/Makefile.in: Likewise.
11880 * gdb.multi/Makefile.in: Likewise.
11881 * gdb.objc/Makefile.in: Likewise.
11882 * gdb.opencl/Makefile.in: Likewise.
11883 * gdb.opt/Makefile.in: Likewise.
11884 * gdb.pascal/Makefile.in: Likewise.
11885 * gdb.perf/Makefile.in: Likewise.
11886 * gdb.python/Makefile.in: Likewise.
11887 * gdb.reverse/Makefile.in: Likewise.
11888 * gdb.server/Makefile.in: Likewise.
11889 * gdb.stabs/Makefile.in: Likewise.
11890 * gdb.threads/Makefile.in: Likewise.
11891 * gdb.trace/Makefile.in: Likewise.
11892 * gdb.xml/Makefile.in: Likewise.
11893 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11894 GDB_PARALLEL.
11895 (standard_output_file): Remove check for GDB_PARALLEL, always
11896 return path in outputs/$subdir/$testname.
11897
11898 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11899
11900 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11901 (site.exp): Assign abs_srcdir to tcl's srcdir.
11902
11903 2016-02-04 Yao Qi <yao.qi@linaro.org>
11904
11905 * gdb.base/foll-exec-mode.c: Include limits.h.
11906 (main): Add parameters argc and argv. Get directory from
11907 argv[0].
11908 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11909 compilation.
11910 * gdb.base/foll-exec.c: Include limits.h.
11911 (main): Add parameters argc and argv.
11912 Get directory from argv[0].
11913 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11914 Adjust tests on the number of lines as source code changed.
11915 * gdb.base/foll-vfork-exit.c: Include limits.h.
11916 (main): Add one line of statement before vfork.
11917 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11918 (main): Add parameters argc and argv. Get directory from
11919 argv[0].
11920 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11921 (setup_gdb): Set tbreak to skip some source lines.
11922 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11923 (main): Add parameters argc and argv. Get directory from
11924 argv[0].
11925 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11926 compilation.
11927 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11928 (main): Add parameters argc and argv. Get directory from
11929 argv[0].
11930 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11931 compilation.
11932
11933 2016-02-01 Doug Evans <dje@google.com>
11934
11935 * gdb.base/skip.exp: Clean up multiple references to same test name.
11936
11937 2016-02-01 Pedro Alves <palves@redhat.com>
11938
11939 PR remote/19496
11940 * gdb.threads/forking-threads-plus-breakpoint.exp
11941 (displaced_stepping_supported): New global.
11942 (probe_displaced_stepping_support): New procedure.
11943 (do_test): Add 'displaced' parameter, and use it.
11944 (top level): Check for displaced stepping support. Add displaced
11945 stepping on/off testing axis.
11946
11947 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11948
11949 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11950 pointer. Don't perform further tests on the unassociated pointer
11951 if the first test fails.
11952
11953 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11954
11955 * gdb.base/max-value-size.c: New file.
11956 * gdb.base/max-value-size.exp: New file.
11957 * gdb.base/huge.exp: Disable max-value-size for this test.
11958
11959 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11960
11961 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11962
11963 2016-01-28 Yao Qi <yao.qi@linaro.org>
11964
11965 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11966
11967 2016-01-25 Pedro Alves <palves@redhat.com>
11968
11969 PR threads/19461
11970 * gdb.base/fork-running-state.c: New file.
11971 * gdb.base/fork-running-state.exp: New file.
11972
11973 2016-01-25 Pedro Alves <palves@redhat.com>
11974
11975 PR gdb/19494
11976 * gdb.base/catch-fork-kill.c: New file.
11977 * gdb.base/catch-fork-kill.exp: New file.
11978
11979 2016-01-25 Pedro Alves <palves@redhat.com>
11980
11981 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11982 Delete, moved to lib/gdb.exp.
11983 * gdb.threads/forking-threads-plus-breakpoint.exp
11984 (foreach_with_prefix): Likewise.
11985 * gdb.threads/process-dies-while-handling-bp.exp
11986 (foreach_with_prefix): Likewise.
11987 * lib/gdb.exp (foreach_with_prefix): New procedure.
11988
11989 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11990
11991 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11992 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11993
11994 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11995
11996 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11997 endian targets.
11998
11999 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12000 Pedro Alves <palves@redhat.com>
12001
12002 Fix testsuite compatibility with Guile.
12003 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
12004 number.
12005
12006 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12007
12008 Fix testsuite compatibility with Guile.
12009 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
12010 (thread 1): New test for backtrace through signal handler.
12011
12012 2016-01-22 Yao Qi <yao.qi@linaro.org>
12013
12014 PR testsuite/19491
12015 * gdb.base/multi-forks.c: Include
12016 ../lib/unbuffer_output.c
12017 (main): Call gdb_unbuffer_output.
12018
12019 2016-01-21 Doug Evans <dje@google.com>
12020
12021 * lib/ada.exp (gdb_compile_ada): Fix typo.
12022
12023 2016-01-21 Joel Brobecker <brobecker@adacore.com>
12024
12025 * gdb.base/break-fun-addr.exp: New file.
12026 * gdb.base/break-fun-addr1.c: New file.
12027 * gdb.base/break-fun-addr2.c: New file.
12028
12029 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
12030
12031 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
12032 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
12033 enum flag values.
12034
12035 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12036
12037 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
12038 when GDB can not set the vector return value. Add more comments
12039 for clarification.
12040
12041 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
12042
12043 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
12044 command.
12045
12046 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12047
12048 * Makefile.in (DO_RUNTEST): Add --status and update usages.
12049
12050 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12051
12052 * Makefile.in (check-single): Pass --status to runtest.
12053 (check/%.exp): Likewise.
12054
12055 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
12056
12057 * Makefile.in (check-parallel): Propagate return code from make
12058 do-check-parallel.
12059
12060 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
12061
12062 * gdb.trace/ftrace.exp: Fix expected message on continue.
12063 * gdb.trace/pending.exp: Fix expected message on continue.
12064 * gdb.trace/trace-break.exp: Fix expected message on continue.
12065
12066 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
12067
12068 * lib/gdb.exp (gdb_test): Remove unused global references.
12069
12070 2016-01-18 Pedro Alves <palves@redhat.com>
12071
12072 * gdb.base/async-shell.exp: Adjust expected output.
12073 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
12074 * gdb.base/siginfo-thread.exp: Adjust expected output.
12075 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
12076 * gdb.java/jnpe.exp: Adjust expected output.
12077 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
12078 * gdb.threads/continue-pending-status.exp: Adjust expected output.
12079 * gdb.threads/leader-exit.exp: Adjust expected output.
12080 * gdb.threads/manythreads.exp: Adjust expected output.
12081 * gdb.threads/pthreads.exp: Adjust expected output.
12082 * gdb.threads/schedlock.exp: Adjust expected output.
12083 * gdb.threads/siginfo-threads.exp: Adjust expected output.
12084 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
12085 expected output.
12086 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
12087 output.
12088 * gdb.threads/sigthread.exp: Adjust expected output.
12089 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
12090
12091 2016-01-18 Yao Qi <yao.qi@linaro.org>
12092
12093 * gdb.guile/scm-section-script.c: Replace @progbits with
12094 %progbits.
12095 * gdb.python/py-section-script.c: Likewise.
12096
12097 2016-01-15 Pedro Alves <palves@redhat.com>
12098
12099 * gdb.multi/tids.exp: Test star wildcard ranges.
12100
12101 2016-01-15 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
12104 command from "thread apply" invocation.
12105 (thr_apply_info_thr_invalid): Default the expected output to the
12106 input tid list.
12107 (top level): Add tests that use convenience variables. Add tests
12108 for "thread apply" with a valid TID list, but missing the command.
12109
12110 2016-01-13 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.base/default.exp: Expect $_gthread as well.
12113 * gdb.multi/tids.exp: Test $_gthread.
12114 * gdb.threads/thread-specific.exp: Test $_gthread.
12115
12116 2016-01-13 Pedro Alves <palves@redhat.com>
12117
12118 * gdb.multi/tids.exp: Test "info threads -gid".
12119
12120 2016-01-13 Pedro Alves <palves@redhat.com>
12121
12122 * gdb.multi/tids.exp: Test InferiorThread.global_num and
12123 Breakpoint.thread.
12124 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
12125
12126 2016-01-07 Pedro Alves <palves@redhat.com>
12127
12128 * gdb.base/break.exp: Adjust to output changes.
12129 * gdb.base/hbreak2.exp: Likewise.
12130 * gdb.base/sepdebug.exp: Likewise.
12131 * gdb.base/watch_thread_num.exp: Likewise.
12132 * gdb.linespec/keywords.exp: Likewise.
12133 * gdb.multi/info-threads.exp: Likewise.
12134 * gdb.threads/thread-find.exp: Likewise.
12135 * gdb.multi/tids.c: New file.
12136 * gdb.multi/tids.exp: New file.
12137
12138 2016-01-13 Pedro Alves <palves@redhat.com>
12139
12140 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
12141
12142 2016-01-13 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.base/default.exp: Expect $_inferior as well.
12145 * gdb.multi/base.exp: Test $_inferior.
12146
12147 2016-01-13 Pedro Alves <palves@redhat.com>
12148
12149 PR breakpoints/19388
12150 * gdb.base/catch-signal-siginfo-cond.c: New file.
12151 * gdb.base/catch-signal-siginfo-cond.exp: New file.
12152
12153 2016-01-12 Josh Stone <jistone@redhat.com>
12154 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12155
12156 * gdb.base/catch-syscall.c (do_execve): New variable.
12157 (main): Conditionally trigger an execve.
12158 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
12159 (test_catch_syscall_execve): New, check entry/return across execve.
12160 (do_syscall_tests): Call test_catch_syscall_execve.
12161
12162 2016-01-12 Pedro Alves <palves@redhat.com>
12163
12164 * gdb.base/random-signal.exp (do_test): New procedure, with body
12165 of testcase moved in.
12166
12167 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12168 Pedro Alves <palves@redhat.com>
12169
12170 * gdb.base/funcargs.exp (finish from indirectly called function):
12171 Reintroduce the case for 'First'.
12172
12173 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12174 Pedro Alves <palves@redhat.com>
12175
12176 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
12177 (tcatch_vfork_then_child_follow_exec)
12178 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
12179 identification.
12180
12181 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12182
12183 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
12184 and repeats to unlimited.
12185 * gdb.python/py-value.exp: Likewise.
12186 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
12187 and repeats to unlimited.
12188
12189 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12190
12191 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
12192 and reordering the functions.
12193 * gdb.multi/hangout.c: Likewise.
12194 * gdb.multi/hello.c: Likewise.
12195
12196 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
12197
12198 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
12199 absolute.
12200 (SingleStatisticTestResult.report): Use dict.keys instead of
12201 dict.iterkeys.
12202
12203 2016-01-06 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
12206
12207 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
12208
12209 * gdb.btrace/dlopen.exp: New.
12210 * gdb.btrace/dlopen.c: New.
12211 * gdb.btrace/dlopen-dso.c: New.
12212
12213 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
12214
12215 * lib/gdb.exp (gdb_test): Update comments to clarify that the
12216 PATTERN argument is optional.
12217
12218 2015-12-24 Joel Brobecker <brobecker@adacore.com>
12219
12220 * lib/ada.exp (target_compile_ada_from_dir): New function.
12221 (gdb_compile_ada): Reimplement avoiding the use of project files.
12222 * gdb.ada/gnat_ada.gpr: Delete.
12223 * gdb.ada/cond_lang.exp: Adjust test to make path before
12224 filename optional.
12225 * gdb.ada/small_reg_param.exp: Likewise.
12226
12227 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
12228
12229 * gdb.base/foll-vork.exp: Remove HP-UX special case.
12230
12231 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
12232
12233 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
12234 case.
12235
12236 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
12237
12238 * gdb.base/break.exp: Remove dead code.
12239 * gdb.base/sepdebug.exp: Likewise.
12240
12241 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12242
12243 * gdb.asm/asm-source.exp: Remove HP-UX references.
12244 * gdb.base/annota1.exp: Likewise.
12245 * gdb.base/annota3.exp: Likewise.
12246 * gdb.base/attach.exp: Likewise.
12247 * gdb.base/bigcore.exp: Likewise.
12248 * gdb.base/break.exp: Likewise.
12249 * gdb.base/call-ar-st.exp: Likewise.
12250 * gdb.base/callfuncs.exp: Likewise.
12251 * gdb.base/catch-fork-static.exp: Likewise.
12252 * gdb.base/display.exp: Likewise.
12253 * gdb.base/foll-exec-mode.exp: Likewise.
12254 * gdb.base/foll-exec.exp: Likewise.
12255 * gdb.base/foll-fork.exp: Likewise.
12256 * gdb.base/foll-vfork.exp: Likewise.
12257 * gdb.base/funcargs.exp: Likewise.
12258 * gdb.base/hbreak2.exp: Likewise.
12259 * gdb.base/inferior-died.exp: Likewise.
12260 * gdb.base/interrupt.exp: Likewise.
12261 * gdb.base/multi-forks.exp: Likewise.
12262 * gdb.base/nodebug.exp: Likewise.
12263 * gdb.base/sepdebug.exp: Likewise.
12264 * gdb.base/solib1.c: Likewise.
12265 * gdb.base/step-test.exp: Likewise.
12266 * gdb.mi/non-stop.c: Likewise.
12267 * gdb.mi/pthreads.c: Likewise.
12268 * gdb.multi/bkpt-multi-exec.ex: Likewise.
12269 * gdb.threads/pthreads.c: Likewise.
12270 * gdb.threads/staticthreads.exp: Likewise.
12271 * lib/future.exp: Likewise.
12272 * lib/gdb.exp: Likewise.
12273 * gdb.base/so-indr-cl.c: Remove.
12274 * gdb.base/so-indr-cl.exp: Likewise.
12275 * gdb.base/solib.c: Likewise.
12276 * gdb.base/solib.exp: Likewise.
12277 * gdb.base/solib2.c: Likewise.
12278
12279 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
12280
12281 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
12282 * gdb.base/call-ar-st.exp: Likewise.
12283 * gdb.base/callfuncs.exp: Likewise.
12284 * gdb.base/condbreak.exp: Likewise.
12285 * gdb.base/constvars.exp: Likewise.
12286 * gdb.base/hbreak2.exp: Likewise.
12287 * gdb.base/langs.exp: Likewise.
12288 * gdb.base/list.exp: Likewise.
12289 * gdb.base/long_long.exp: Likewise.
12290 * gdb.base/ptype.exp: Likewise.
12291 * gdb.base/scope.exp: Likewise.
12292 * gdb.base/signals.exp: Likewise.
12293 * gdb.base/so-impl-ld.exp: Likewise.
12294 * gdb.base/varargs.exp: Likewise.
12295 * gdb.base/volatile.exp: Likewise.
12296 * gdb.base/whatis.exp: Likewise.
12297 * gdb.cp/cplusfuncs.exp: Likewise.
12298 * gdb.cp/inherit.exp: Likewise.
12299 * gdb.cp/local.exp: Likewise.
12300 * gdb.cp/member-ptr.exp: Likewise.
12301 * gdb.cp/method.exp: Likewise.
12302 * gdb.cp/overload.exp: Likewise.
12303 * gdb.cp/templates.exp: Likewise.
12304 * gdb.stabs/weird.exp: Likewise.
12305 * lib/compiler.c: Likewise.
12306 * lib/compiler.cc: Likewise.
12307 * lib/cp-support.exp: Likewise.
12308 * lib/gdb.exp: Likewise.
12309
12310 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
12311
12312 * configure.ac: Remove HP-UX case.
12313 * configure: Regenerate.
12314
12315 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
12316
12317 * lib/gdb.exp (gdb_compile): Add function doc.
12318
12319 2015-12-17 Pedro Alves <palves@redhat.com>
12320
12321 PR threads/19354
12322 * gdb.multi/info-threads.exp: New file.
12323
12324 2015-12-15 Yao Qi <yao.qi@linaro.org>
12325
12326 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
12327 is aarch64*-*-*.
12328
12329 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12330
12331 * gdb.base/history-duplicates.exp: Skip if no readline support.
12332
12333 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12334
12335 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
12336
12337 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12338
12339 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
12340
12341 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
12342
12343 * gdb.base/completion.exp: Skip tests that interrupt GDB with
12344 ctrl-C if nointerrupts target property is set.
12345 * gdb.base/double-prompt-target-event-error.exp: Likewise.
12346 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
12347 * gdb.base/paginate-bg-execution.exp: Likewise.
12348 * gdb.base/paginate-execution-startup.exp: Likewise.
12349 * gdb.base/random-signal.exp: Likewise.
12350 * gdb.base/range-stepping.exp: Likewise.
12351 * gdb.cp/annota2.exp: Likewise.
12352 * gdb.cp/annota3.exp: Likewise.
12353 * gdb.gdb/selftest.exp: Likewise.
12354 * gdb.threads/continue-pending-status.exp: Likewise.
12355 * gdb.threads/leader-exit.exp: Likewise.
12356 * gdb.threads/manythreads.exp: Likewise.
12357 * gdb.threads/pthreads.exp: Likewise.
12358 * gdb.threads/schedlock.exp: Likewise.
12359 * gdb.threads/sigthread.exp: Likewise.
12360
12361 2015-12-11 Don Breazeal <donb@codesourcery.com>
12362
12363 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
12364 remote.
12365 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
12366 * gdb.base/foll-exec.exp (main): Enable for target remote.
12367 * gdb.base/foll-fork.exp (main): Likewise.
12368 * gdb.base/foll-vfork.exp (main): Likewise.
12369 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
12370 (proc continue_to_exit_bp_loc): Use clean_restart.
12371 * gdb.base/pie-execl.exp (main): Disable for target remote.
12372 * gdb.base/watch-vfork.exp (main): Enable for target remote.
12373 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
12374 * gdb.threads/execl.exp (main): Likewise.
12375 * gdb.threads/fork-child-threads.exp (main): Likewise.
12376 * gdb.threads/fork-plus-threads.exp (main): Disable for target
12377 remote.
12378 * gdb.threads/fork-thread-pending.exp (main): Enable for target
12379 remote.
12380 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
12381 pid.tid style ptids, instead of just tid.
12382 * gdb.threads/thread-execl.exp (main): Enable for target remote.
12383 * gdb.threads/watchpoint-fork.exp (main): Likewise.
12384 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
12385 ptids, instead of just tid.
12386
12387 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12388
12389 * gdb.base/list.exp (test_list_forward): Add end of file error
12390 test.
12391 (test_repeat_list_command): Add end of file error test.
12392 (test_list_backwards): Add beginning of file error test.
12393
12394 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12395
12396 * gdb.base/list.exp (test_list_invalid_args): New function,
12397 defined, and called.
12398
12399 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
12400
12401 * gdb.base/list.exp (test_list): Make test names unique.
12402
12403 2015-12-11 Yao Qi <yao.qi@linaro.org>
12404
12405 * gdb.base/coremaker2.c: Remove.
12406
12407 2015-12-10 Pedro Alves <palves@redhat.com>
12408
12409 * gdb.multi/base.exp: Remove stale "spaces" references.
12410
12411 2015-12-10 Pedro Alves <palves@redhat.com>
12412
12413 * gdb.multi/base.exp: Don't use nowarnings.
12414 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
12415 * gdb.multi/hangout.c: Include stdio.h.
12416 * gdb.multi/hello.c: Include stdlib.h.
12417 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
12418 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
12419 * gdb.multi/multi-arch.exp: Don't use nowarnings.
12420
12421 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
12422
12423 * gdb.dwarf2/dw2-ranges-base.c: New file.
12424 * gdb.dwarf2/dw2-ranges-base.exp: New file.
12425 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
12426 support additional line table, and debug ranges generation.
12427 (Dwarf::ranges): New function, generate .debug_ranges.
12428 (Dwarf::lines): Support generating simple line table programs.
12429 (Dwarf::assemble): Initialise new namespace variables.
12430
12431 2015-12-09 Kevin Buettner <kevinb@redhat.com>
12432
12433 * gdb.base/async.exp (proc test_background): Add case for
12434 asynchronous execution not supported.
12435
12436 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
12437
12438 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
12439 format and change test names to make them unique.
12440
12441 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
12442 Pedro Alves <pedro@redhat.com>
12443
12444 PR gdb/18702
12445 Add checking of floatformats setup on x86_64 hosts.
12446 * gdb.arch/i386-float.S (main): Load bigval and smallval.
12447 (smallval, bigval): New labels/constants.
12448 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
12449 float" after loading bigval and smallval.
12450
12451 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
12452
12453 * gdb.ada/fun_overload_menu.exp: New testcase.
12454 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
12455
12456 2015-12-04 Josh Stone <jistone@redhat.com>
12457
12458 * gdb.base/catch-fork-static.exp: New.
12459
12460 2015-12-03 Yao Qi <yao.qi@linaro.org>
12461
12462 * gdb.base/sizeof.c: Don't include stdio.h and
12463 ../lib/unbuffer_output.c.
12464 (main): New variable 'size' and 'value'. Remove printf and
12465 gdb_unbuffer_output. Assign return value to size and value.
12466 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
12467 at the beginning.
12468 (check_sizeof): Check the result by printing variable 'size'.
12469 (check_valueof): Check the result by printing variable 'value'.
12470
12471 2015-12-01 Yao Qi <yao.qi@linaro.org>
12472
12473 * gdb.base/disp-step-syscall.exp: Define syscall instruction
12474 for aarch64*-*-linux* target.
12475
12476 2015-11-30 Pedro Alves <palves@redhat.com>
12477
12478 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
12479
12480 2015-11-30 Pedro Alves <palves@redhat.com>
12481
12482 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
12483 Handle non-stop mode vCont replies.
12484
12485 2015-11-30 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
12488 prepare_for_testing. Start gdb with "set non-stop on" appended to
12489 GDBFLAGS. Lax expected stop output.
12490
12491 2015-11-27 Yao Qi <yao.qi@linaro.org>
12492
12493 * gdb.arch/arm-neon.exp: New.
12494 * gdb.arch/arm-neon.c: New.
12495
12496 2015-11-27 Yao Qi <yao.qi@linaro.org>
12497
12498 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
12499
12500 2015-11-27 Yao Qi <yao.qi@linaro.org>
12501
12502 * gdb.cp/annota2.exp: Allow multiple occurrences of the
12503 frames-invalid annotation.
12504
12505 2015-11-27 Yao Qi <yao.qi@linaro.org>
12506
12507 * gdb.cp/annota2.exp: Use ${frames_invalid}.
12508
12509 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
12510
12511 * gdb.threads/names.exp: New file.
12512 * gdb.threads/names.c: New file.
12513 * README: Mention gdb,no_thread_names.
12514
12515 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
12516
12517 PR 19297
12518 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
12519 support" error.
12520
12521 2015-11-24 Pedro Alves <palves@redhat.com>
12522
12523 PR 17539
12524 * gdb.base/display.exp: Expect displays to be sorted in ascending
12525 order. Use multi_line.
12526 * gdb.base/solib-display.exp: Likewise.
12527
12528 2015-11-24 Pedro Alves <palves@redhat.com>
12529
12530 PR 17539
12531 * gdb.base/display.exp: Expect displays to be sorted in ascending
12532 order. Use multi_line.
12533 * gdb.base/solib-display.exp: Likewise.
12534
12535 2015-11-24 Pedro Alves <palves@redhat.com>
12536
12537 PR 17539
12538 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12539 threads in ascending order.
12540 * gdb.base/foll-fork.exp: Likewise.
12541 * gdb.base/foll-vfork.exp: Likewise.
12542 * gdb.base/multi-forks.exp: Likewise.
12543 * gdb.mi/mi-nonstop.exp: Likewise.
12544 * gdb.mi/mi-nsintrall.exp: Likewise.
12545 * gdb.multi/base.exp: Likewise.
12546 * gdb.multi/multi-arch.exp: Likewise.
12547 * gdb.python/py-inferior.exp: Likewise.
12548 * gdb.threads/break-while-running.exp: Likewise.
12549 * gdb.threads/execl.exp: Likewise.
12550 * gdb.threads/gcore-thread.exp: Likewise.
12551 * gdb.threads/info-threads-cur-sal.exp: Likewise.
12552 * gdb.threads/kill.exp: Likewise.
12553 * gdb.threads/linux-dp.exp: Likewise.
12554 * gdb.threads/multiple-step-overs.exp: Likewise.
12555 * gdb.threads/next-bp-other-thread.exp: Likewise.
12556 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
12557 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
12558 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
12559 * gdb.threads/thread-find.exp: Likewise.
12560 * gdb.threads/tls.exp: Likewise.
12561 * lib/mi-support.exp (mi_reverse_list): Delete.
12562 (mi_check_thread_states): No longer reverse list.
12563
12564 2015-11-24 Pedro Alves <palves@redhat.com>
12565
12566 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
12567 use lowercase.
12568
12569 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12570
12571 * gdb.trace/actions.c: Include trace-common.h.
12572 (main): Add a location for a fast tracepoint.
12573 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
12574 the normal tracepoints.
12575 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
12576
12577 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
12578
12579 * save-trace.exp: Factor out code to these...
12580 (gdb_save_tracepoints): New.
12581 (gdb_load_tracepoints): New.
12582 (do_save_load_test): New.
12583
12584 2015-11-23 Kevin Buettner <kevinb@redhat.com>
12585
12586 * gdb.base/asmlabel.exp: New test.
12587 * gdb.base/asmlabel.c: New test case.
12588
12589 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12590
12591 * gdb.base/wrong_frame_bt_full-main.c: New file.
12592 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
12593 * gdb.base/wrong_frame_bt_full.exp: New file.
12594
12595 2015-11-23 Joel Brobecker <brobecker@adacore.com>
12596
12597 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12598
12599 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12600
12601 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12602 pstate register when comparing registers values in
12603 sparc64-*-linux-gnu targets to avoid spurious differences.
12604
12605 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12606
12607 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12608
12609 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12610
12611 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12612 as type argument to gdb_compile.
12613 * gdb.base/nested-subp2.exp: Likewise.
12614 * gdb.base/nested-subp3.exp: Likewise.
12615
12616 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12617
12618 * lib/dwarf.exp (_note): Fix left shift of negative value.
12619 * gdb.trace/trace-condition.exp: Likewise.
12620
12621 2015-11-13 Yao Qi <yao.qi@linaro.org>
12622
12623 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12624 comments about d10v.
12625 (test_scalar_returns): Likewise.
12626 * gdb.base/d10v.ld: Remove.
12627 * gdb.base/overlays.exp: Remove the target triplet checking for
12628 d10v-*-*.
12629 * gdb.base/structs.exp (test_struct_returns): Remove the
12630 comments about d10v.
12631 (test_struct_calls): Likewise.
12632
12633 2015-11-13 Yao Qi <yao.qi@linaro.org>
12634
12635 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12636 * gdb.base/gnu_vector.c: Don't include stdio.h.
12637 (main): Don't print res and call add_some_intvecs.
12638
12639 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12640
12641 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12642 macro.
12643 (func5): Removed.
12644 (func4): Use FAST_TRACEPOINT_LABEL.
12645 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12646 macro.
12647 (func): Removed.
12648 (thread_function): Use FAST_TRACEPOINT_LABEL.
12649 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12650 (func): Remove.
12651 (marker): Use FAST_TRACEPOINT_LABEL.
12652 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12653 (pendfunc1): Remove.
12654 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12655 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12656 (foo): Remove.
12657 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12658 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12659 macro.
12660 (func): Remove.
12661 (marker): Use FAST_TRACEPOINT_LABEL.
12662 * gdb.trace/trace-common.h: New header.
12663 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12664 macro.
12665 (func): Remove.
12666 (marker): Use FAST_TRACEPOINT_LABEL.
12667 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12668 (func): Remove.
12669 (thread_function): Use FAST_TRACEPOINT_LABEL.
12670
12671 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12672
12673 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12674 in front.
12675 * gdb.trace/change-loc.exp: Use global pcreg definition.
12676 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12677 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12678 in front.
12679 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12680 * gdb.trace/pending.exp: Likewise.
12681 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12682 * gdb.trace/trace-break.exp: Likewise.
12683 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12684 in front.
12685 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12686 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12687 in front.
12688 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12689
12690 2015-11-09 Joel Brobecker <brobecker@adacore.com>
12691
12692 * gdb.ada/fin_fun_out: New testcase.
12693
12694 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12695
12696 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12697 value associated with DW_AT_byte_size.
12698 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12699 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12700 DW_AT_upper_bound.
12701
12702 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12703
12704 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12705 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12706 version.
12707 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12708 gdb.dwarf2/dw2-canonicalize-type.exp,
12709 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12710 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12711 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12712 provided by gdb_target_symbol_prefix_flags_asm.
12713 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12714 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12715 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12716 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12717 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12718 macros where needed). Use this macro for symbols which require
12719 the prefix provided by SYMBOL_PREFIX.
12720
12721 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12722
12723 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12724 New procs.
12725 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12726 representing expressions, of more than one list element.
12727 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12728 to prepend linker symbol prefix to f.
12729 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12730 table_1 and table_2.
12731 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12732 Likewise, for f and g.
12733 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12734 for ptr.
12735 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12736 for main.
12737 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12738 table_1_ptr and table_2_ptr.
12739
12740 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12741 Joel Brobecker <brobecker@adacore.com>
12742
12743 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12744
12745 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12746
12747 * gdb.reverse/s390-mvcle.c: New test.
12748 * gdb.reverse/s390-mvcle.exp: New file.
12749 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12750
12751 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12752
12753 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12754
12755 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12756
12757 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12758 reaching marker2.
12759 * gdb.reverse/getresuid-reverse.exp: Likewise.
12760 * gdb.reverse/pipe-reverse.exp: Likewise.
12761 * gdb.reverse/readv-reverse.exp: Likewise.
12762 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12763 * gdb.reverse/time-reverse.exp: Likewise.
12764 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12765
12766 2015-10-30 Yao Qi <yao.qi@linaro.org>
12767
12768 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12769 (empty_cycle): Remove.
12770 (main): Don't call empty_cycle. Don't use watch_count_done.
12771 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12772 empty_cycle. Rewrite the code counting HW watchpoints.
12773
12774 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12775
12776 * gdb.reverse/fstatat-reverse.c: New test.
12777 * gdb.reverse/fstatat-reverse.exp: New file.
12778 * gdb.reverse/getresuid-reverse.c: New test.
12779 * gdb.reverse/getresuid-reverse.exp: New file.
12780 * gdb.reverse/pipe-reverse.c: New test.
12781 * gdb.reverse/pipe-reverse.exp: New file.
12782 * gdb.reverse/readv-reverse.c: New test.
12783 * gdb.reverse/readv-reverse.exp: New file.
12784 * gdb.reverse/recvmsg-reverse.c: New test.
12785 * gdb.reverse/recvmsg-reverse.exp: New file.
12786 * gdb.reverse/time-reverse.c: New test.
12787 * gdb.reverse/time-reverse.exp: New file.
12788 * gdb.reverse/waitpid-reverse.c: New test.
12789 * gdb.reverse/waitpid-reverse.exp: New file.
12790
12791 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12792
12793 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12794
12795 2015-10-26 Doug Evans <dje@google.com>
12796
12797 PR symtab/17391
12798 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12799 * gdb.dwarf2/bad-regnum.c: New file.
12800 * gdb.dwarf2/bad-regnum.exp: New file.
12801
12802 2015-10-26 Doug Evans <dje@google.com>
12803
12804 PR python/18938
12805 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12806 file.
12807
12808 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12809
12810 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12811 for a change by "Mention language in compile error message".
12812
12813 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12814
12815 PR python/18073
12816 * gdb.python/py-type.c (C::a_method): New.
12817 (C::a_const_method): New.
12818 (C::a_static_method): New.
12819 (a_function): New.
12820 * gdb.python/py-type.exp (test_fields): Test getting fields
12821 from function and method.
12822
12823 2015-10-21 Keven Boell <keven.boell@intel.com>
12824
12825 * gdb.fortran/vla-alloc-assoc.exp: New file.
12826 * gdb.fortran/vla-datatypes.exp: New file.
12827 * gdb.fortran/vla-datatypes.f90: New file.
12828 * gdb.fortran/vla-history.exp: New file.
12829 * gdb.fortran/vla-ptype-sub.exp: New file.
12830 * gdb.fortran/vla-ptype.exp: New file.
12831 * gdb.fortran/vla-sizeof.exp: New file.
12832 * gdb.fortran/vla-sub.f90: New file.
12833 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12834 * gdb.fortran/vla-value-sub-finish.exp: New file.
12835 * gdb.fortran/vla-value-sub.exp: New file.
12836 * gdb.fortran/vla-value.exp: New file.
12837 * gdb.fortran/vla-ptr-info.exp: New file.
12838 * gdb.mi/mi-vla-fortran.exp: New file.
12839 * gdb.mi/vla.f90: New file.
12840
12841 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12842
12843 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12844 of hardwired timeout value.
12845
12846 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12847 Pedro Alves <palves@redhat.com>
12848
12849 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12850 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12851
12852 2015-10-19 Josh Stone <jistone@redhat.com>
12853
12854 * gdb.base/catch-syscall.c: Include <sched.h>.
12855 (unknown_syscall): New variable.
12856 (main): Trigger a vfork and an unknown syscall.
12857 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12858 (unknown_syscall_number): Likewise.
12859 (check_call_to_syscall): Accept an optional syscall pattern.
12860 (check_return_from_syscall): Likewise.
12861 (check_continue): Likewise.
12862 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12863 (test_catch_syscall_skipping_return): New test toggling off 'catch
12864 syscall' to step over the syscall return, then toggling back on.
12865 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12866 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12867 (do_syscall_tests): Call test_catch_syscall_without_args and
12868 test_catch_syscall_mid_vfork.
12869 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12870 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12871
12872 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12873
12874 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12875 print g_vE): Add new pass patterns.
12876 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12877 print various symbol names for vptr fields.
12878
12879 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12880
12881 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12882 results.
12883
12884 2015-10-12 Yao Qi <yao.qi@linaro.org>
12885
12886 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12887
12888 2015-10-12 Yao Qi <yao.qi@linaro.org>
12889
12890 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12891 is aarch64*-*-linux*.
12892
12893 2015-10-12 Yao Qi <yao.qi@linaro.org>
12894
12895 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12896 (can_relocate_bcond_true): ... it.
12897 (can_relocate_bcond_false): New function.
12898 (foo): Likewise.
12899 (can_relocate_bl): Likewise.
12900 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12901 can_relocate_bl.
12902
12903 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12904
12905 * gdb.base/nested-addr.c: New file.
12906 * gdb.base/nested-addr.exp: New testcase.
12907
12908 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12909
12910 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12911 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12912 its output. Ignore the output of "record goto begin" and instead
12913 check that GDB is replaying.
12914
12915 2015-10-09 Pedro Alves <palves@redhat.com>
12916
12917 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12918 (top level): Use it in the run with no args test.
12919
12920 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12921
12922 * gdb.dlang/properties.exp: New file.
12923
12924 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12925
12926 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12927 whether or not address 0x1000 is mapped on the target.
12928
12929 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12930
12931 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12932 build.
12933
12934 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12935
12936 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12937 instruction-history test.
12938
12939 2015-09-28 Doug Evans <dje@google.com>
12940
12941 * gdb.base/gcore.c (array_func): Add reference to static_array.
12942
12943 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12944
12945 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12946 source line.
12947
12948 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12949
12950 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12951 short or char as base type.
12952
12953 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12954
12955 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12956 to allow any size enum.
12957
12958 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12959
12960 * gdb.ada/array_ptr_renaming.exp: New testcase.
12961 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12962 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12963
12964 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12965
12966 * gdb.trace/ftrace-lock.c: New file.
12967 * gdb.trace/ftrace-lock.exp: New file.
12968
12969 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12970
12971 * gdb.arch/insn-reloc.c: New file.
12972 * gdb.arch/ftrace-insn-reloc.exp: New file.
12973
12974 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12975
12976 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12977 instruction.
12978 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12979 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12980 * gdb.trace/range-stepping.c: Likewise.
12981 * gdb.trace/trace-break.c: Likewise.
12982 * gdb.trace/trace-mt.c (thread_function): Likewise.
12983 * gdb.trace/ftrace.c (marker): Likewise.
12984 * gdb.trace/trace-condition.c (marker): Likewise.
12985 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12986 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12987 is_aarch64_target.
12988
12989 2015-09-18 Doug Evans <xdje42@gmail.com>
12990
12991 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12992 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12993
12994 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12995
12996 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12997 the breakpoint.
12998
12999 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13000
13001 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
13002 the pending breakpoint. Remove timeout override for "Run till
13003 MI pending breakpoint on pendfunc3 on thread 2" test.
13004
13005 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13006
13007 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
13008 filename pattern.
13009
13010 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13011
13012 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
13013 in breakpoint filename pattern.
13014
13015 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13016
13017 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
13018
13019 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
13020
13021 * gdb.linespec/explicit.exp: Check for readline support for
13022 tab-completion tests. Fix obvious typo.
13023
13024 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13025
13026 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
13027 and replay.
13028
13029 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
13030
13031 * gdb.btrace/non-stop.c: New.
13032 * gdb.btrace/non-stop.exp: New.
13033
13034 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
13035 Yao Qi <yao.qi@linaro.org>
13036
13037 * gdb.trace/trace-condition.c: New file.
13038 * gdb.trace/trace-condition.exp: New file.
13039
13040 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
13041
13042 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
13043 for testing bytecode compilation.
13044
13045 2015-09-16 Pedro Alves <palves@redhat.com>
13046 Sandra Loosemore <sandra@codesourcery.com>
13047
13048 * gdb.threads/non-stop-fair-events.c (timeout): New global.
13049 (SECONDS): Redefine.
13050 (main): Call pthread_kill and alarm early.
13051 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
13052 support.
13053 (test): If the target can't hardware step and doesn't support
13054 displaced stepping, increase the timeout.
13055
13056 2015-09-16 Pedro Alves <palves@redhat.com>
13057
13058 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
13059 (enable_debug): New procedures.
13060 (test): Use them. Bail out if waiting for threads fails.
13061 (top level): Bail out if a test fails.
13062
13063 2015-09-16 Yao Qi <yao.qi@linaro.org>
13064
13065 * gdb.asm/asm-source.exp: Set asm-arch for
13066 aarch64*-*-* target.
13067 * gdb.asm/aarch64.inc: New file.
13068
13069 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
13070
13071 * gdb.ada/array_of_variable_length.exp: New testcase.
13072 * gdb.ada/array_of_variable_length/foo.adb: New file.
13073 * gdb.ada/array_of_variable_length/pck.adb: New file.
13074 * gdb.ada/array_of_variable_length/pck.ads: New file.
13075
13076 2015-09-15 Doug Evans <dje@google.com>
13077
13078 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
13079 of function static local variable.
13080
13081 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13082
13083 * gdb.threads/tls-so_extern.exp: New test file.
13084 * gdb.threads/tls-so_extern.c: New test file.
13085 * gdb.threads/tls-so_extern_main.c: New test file.
13086
13087 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13088
13089 * gdb.opt/solib-intra-step-lib.c: New file.
13090 * gdb.opt/solib-intra-step-main.c: New file.
13091 * gdb.opt/solib-intra-step.exp: New file.
13092
13093 2015-09-15 Pedro Alves <palves@redhat.com>
13094
13095 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
13096 gdb_continue_to_breakpoint instead of gdb_test_multiple.
13097
13098 2015-09-14 Pedro Alves <palves@redhat.com>
13099
13100 * gdb.base/hook-stop-continue.c: Delete.
13101 * gdb.base/hook-stop-continue.exp: Delete.
13102 * gdb.base/hook-stop-frame.c: Delete.
13103 * gdb.base/hook-stop-frame.exp: Delete.
13104 * gdb.base/hook-stop.c: New file.
13105 * gdb.base/hook-stop.exp: New file.
13106
13107 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
13108
13109 * gdb.ada/access_to_packed_array.exp: New testcase.
13110 * gdb.ada/access_to_packed_array/foo.adb: New file.
13111 * gdb.ada/access_to_packed_array/pack.adb: New file.
13112 * gdb.ada/access_to_packed_array/pack.ads: New file.
13113
13114 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
13115
13116 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
13117 buffer size test.
13118
13119 2015-09-11 Don Breazeal <donb@codesourcery.com>
13120
13121 * gdb.base/foll-exec.c: Add copyright header. Fix
13122 formatting issues.
13123 * gdb.base/foll-exec.exp (zap_session): Delete proc.
13124 (do_exec_tests): Use clean_restart in place of zap_session,
13125 and for test initialization. Fix formatting issues. Use
13126 fail in place of perror.
13127 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
13128 an expect statement to match an expression with output from
13129 the program under debug.
13130 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
13131 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
13132 * gdb.threads/non-ldr-exc-2.exp: Likewise.
13133 * gdb.threads/non-ldr-exc-3.exp: Likewise.
13134 * gdb.threads/non-ldr-exc-4.exp: Likewise.
13135
13136 2015-09-09 Doug Evans <dje@google.com>
13137
13138 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
13139
13140 2015-09-09 Doug Evans <dje@google.com>
13141
13142 * gdb.base/pie-execl.exp: Fix result test of build_executable.
13143
13144 2015-09-09 Doug Evans <dje@google.com>
13145
13146 * gdb.base/savedregs.exp: Fix typo.
13147
13148 2015-09-09 Pedro Alves <palves@redhat.com>
13149
13150 * gdb.mi/mi-cli.exp: Add CLI finish tests.
13151
13152 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
13153
13154 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
13155 command actually switches threads. Give up on remaining
13156 tests if target fails to stop at breakpoint.
13157
13158 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
13159
13160 * gdb.ada/funcall_char.exp: New testcase.
13161 * gdb.ada/funcall_char/foo.adb: New file.
13162
13163 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
13164
13165 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
13166 expected outputs. Add two testcases for completing ambiguous
13167 functions.
13168 * gdb.ada/complete/aux_pck.adb: New file.
13169 * gdb.ada/complete/aux_pck.ads: New file.
13170 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
13171 Ambiguous_Func functions.
13172 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
13173 * gdb.ada/complete/pck.adb: Likewise.
13174
13175 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
13176
13177 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
13178 failures to run the test program under GDB.
13179
13180 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
13181
13182 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
13183 to C.
13184
13185 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
13186
13187 * gdb.base/run-after-attach.exp: New test file.
13188 * gdb.base/run-after-attach.c: New test file.
13189
13190 2015-08-26 Don Breazeal <donb@codesourcery.com>
13191
13192 * gdb.base/foll-exec-2.c: New test program.
13193 * gdb.base/foll-exec-2.exp: New test.
13194
13195 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
13196
13197 * gdb.base/nested-subp1.exp: New file.
13198 * gdb.base/nested-subp1.c: New file.
13199 * gdb.base/nested-subp2.exp: New file.
13200 * gdb.base/nested-subp2.c: New file.
13201 * gdb.base/nested-subp3.exp: New file.
13202 * gdb.base/nested-subp3.c: New file.
13203
13204 2015-08-24 Pedro Alves <palves@redhat.com>
13205
13206 * gdb.server/connect-without-multi-process.c: New file.
13207 * gdb.server/connect-without-multi-process.exp: New file.
13208
13209 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13210
13211 * gdb.opt/inline-markers.c: Make z int.
13212
13213 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13214
13215 * gdb.opt/inline-markers.c: Make z volatile.
13216
13217 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
13218
13219 * gdb.opt/inline-bt.c: New volatile global z.
13220 * gdb.opt/inline-cmds.c: Likewise.
13221 * gdb.opt/inline-locals.c: Likewise.
13222 * gdb.opt/inline-markers.c: New extern global z.
13223 (marker): Use z.
13224 (inline_fn): Likewise.
13225
13226 2015-08-24 Pedro Alves <palves@redhat.com>
13227
13228 * config/m32r-stub.exp: Remove file.
13229 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
13230 * gdb.base/call-rt-st.exp: Likewise.
13231 * gdb.base/call-strs.exp: Likewise.
13232 * gdb.base/default.exp: Remove references to h8300-*-hms and
13233 *-*-udi*.
13234 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
13235
13236 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13237
13238 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
13239 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
13240 and "return" use KFAIL when GDB can not read/write the vector
13241 return value.
13242
13243 2015-08-21 Gary Benson <gbenson@redhat.com>
13244
13245 * gdb.trace/pending.exp: Cope with remote transfer warnings.
13246
13247 2015-08-20 Pedro Alves <palves@redhat.com>
13248
13249 * gdb.server/solib-list.exp: No longer expect an interior stop in
13250 non-stop mode.
13251
13252 2015-08-20 Pedro Alves <palves@redhat.com>
13253
13254 * gdb.server/connect-stopped-target.c: New file.
13255 * gdb.server/connect-stopped-target.exp: New file.
13256
13257 2015-08-20 Pedro Alves <palves@redhat.com>
13258
13259 * gdb.dwarf2/comp-unit-lang.exp: New file.
13260 * gdb.dwarf2/comp-unit-lang.c: New file.
13261
13262 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
13263
13264 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
13265 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
13266
13267 2015-08-19 Kevin Buettner <kevinb@redhat.com>
13268
13269 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
13270 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
13271
13272 2015-08-18 Doug Evans <dje@google.com>
13273 Adrian Sendroiu <adrian.sendroiu@freescale.com>
13274
13275 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
13276 skip_python_tests. New arg prompt_regexp.
13277 (skip_python_tests): New function.
13278 * lib/mi-support.exp (mi_skip_python_tests): New function.
13279 * gdb.python/py-mi-objfile-gdb.py: New file.
13280 * gdb.python/py-mi-objfile.c: New file.
13281 * gdb.python/py-mi-objfile.exp: New file.
13282
13283 2015-08-17 Keith Seitz <keiths@redhat.com>
13284
13285 * gdb.linespec/explicit.exp: Move strace test from here ...
13286 * gdb.trace/strace.exp: ... to here.
13287
13288 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
13289
13290 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
13291 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
13292
13293 2015-08-14 Doug Evans <xdje42@gmail.com>
13294
13295 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
13296 inferior before selecting a new file.
13297
13298 2015-08-14 Doug Evans <xdje42@gmail.com>
13299
13300 * gdb.mi/mi-disassemble.exp: Update.
13301 * gdb.base/disasm-optim.S: New file.
13302 * gdb.base/disasm-optim.c: New file.
13303 * gdb.base/disasm-optim.h: New file.
13304 * gdb.base/disasm-optim.exp: New file.
13305
13306 2015-08-14 Keith Seitz <keiths@redhat.com>
13307
13308 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
13309 "evaluated-by".
13310
13311 2015-08-13 Joel Brobecker <brobecker@adacore.com>
13312
13313 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
13314
13315 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
13316
13317 * gdb.ada/fun_renaming.exp: New testcase.
13318 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
13319 * gdb.ada/fun_renaming/pack.adb: New file.
13320 * gdb.ada/fun_renaming/pack.ads: New file.
13321
13322 2015-08-12 Keith Seitz <keiths@redhat.com>
13323
13324 * gdb.base/dso2dso.exp: Pass basename of source file in call to
13325 gdb_get_line_number.
13326
13327 2015-08-12 Joel Brobecker <brobecker@adacore.com>
13328
13329 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
13330 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
13331 gdb.base/dso2dso.exp: New files.
13332
13333 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
13334 Pedro Alves <palves@redhat.com>
13335 Keith Seitz <keiths@redhat.com>
13336
13337 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
13338 GDBFLAGS.
13339
13340 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13341
13342 * gdb.base/gdbhistsize-history.exp
13343 (test_histsize_history_setting): Use save_vars.
13344 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13345 Use save_vars.
13346 (test_no_truncation_of_unlimited_history_file): Use save_vars.
13347 * gdb.base/readline.exp: Use save_vars.
13348
13349 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
13350
13351 * lib/gdb.exp (save_vars): New proc.
13352
13353 2015-08-11 Keith Seitz <keiths@redhat.com>
13354
13355 * gdb.base/help.exp: Update help_breakpoint_text.
13356
13357 2015-08-11 Keith Seitz <keiths@redhat.com>
13358
13359 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
13360 (at toplevel): Call test_explicit_breakpoints.
13361 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
13362 breakpoints.
13363 * lib/mi-support.exp (mi_make_breakpoint): Add support for
13364 breakpoint conditions, "-cond".
13365
13366 2015-08-11 Keith Seitz <keiths@redhat.com>
13367
13368 * gdb.linespec/3explicit.c: New file.
13369 * gdb.linespec/cpexplicit.cc: New file.
13370 * gdb.linespec/cpexplicit.exp: New file.
13371 * gdb.linespec/explicit.c: New file.
13372 * gdb.linespec/explicit.exp: New file.
13373 * gdb.linespec/explicit2.c: New file.
13374 * gdb.linespec/ls-errs.exp: Add explicit location tests.
13375 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
13376 before using in the matching pattern.
13377 Clarify that `prefix' is a regular expression.
13378
13379 2015-08-11 Keith Seitz <keiths@redhat.com>
13380
13381 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
13382 test.
13383 Add tests for missing ",FMT" and ",".
13384
13385 2015-08-10 Doug Evans <dje@google.com>
13386 Keith Seitz <keiths@redhat.com>
13387
13388 PR gdb/17960
13389 * gdb.base/completion.exp: Add location completer tests.
13390
13391 2015-08-07 Pedro Alves <palves@redhat.com>
13392
13393 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
13394 tests here.
13395 (top level): Run do_test with and without displaced stepping.
13396
13397 2015-08-07 Pedro Alves <palves@redhat.com>
13398
13399 * gdb.base/valgrind-disp-step.c: New file.
13400 * gdb.base/valgrind-disp-step.exp: New file.
13401
13402 2015-08-07 Pedro Alves <palves@redhat.com>
13403
13404 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
13405 Delete function.
13406 (main): Add alarm. Run an infinite loop instead of calling
13407 wait_threads.
13408 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
13409 comment.
13410 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
13411 Delete function.
13412 (main): Add alarm. Run an infinite loop instead of calling
13413 wait_threads.
13414 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
13415 comment.
13416
13417 2015-08-07 Pedro Alves <palves@redhat.com>
13418
13419 * gdb.base/checkpoint-ns.exp: New file.
13420 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
13421 standard_testfile.
13422
13423 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
13424
13425 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
13426 * gdb.btrace/instruction_history.exp: Update.
13427 * gdb.btrace/tsx.exp: New.
13428 * gdb.btrace/tsx.c: New.
13429
13430 2015-08-06 Pedro Alves <palves@redhat.com>
13431
13432 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
13433 increase timeout.
13434 * gdb.reverse/until-precsave.exp: Bump timeouts.
13435
13436 2015-08-06 Pedro Alves <palves@redhat.com>
13437
13438 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
13439
13440 2015-08-06 Pedro Alves <palves@redhat.com>
13441
13442 PR gdb/18749
13443 * gdb.threads/process-dies-while-handling-bp.c: New file.
13444 * gdb.threads/process-dies-while-handling-bp.exp: New file.
13445
13446 2015-08-06 Pedro Alves <palves@redhat.com>
13447
13448 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
13449 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
13450
13451 2015-08-05 Pedro Alves <palves@redhat.com>
13452
13453 * gdb.threads/next-while-other-thread-longjmps.c: New file.
13454 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
13455
13456 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
13457
13458 * gdb.base/bp-permanent.exp: Report test as unsupported if
13459 the target cannot stop at the permanent breakpoint.
13460
13461 2015-08-03 Doug Evans <dje@google.com>
13462
13463 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
13464 10000.
13465
13466 2015-08-03 Doug Evans <dje@google.com>
13467
13468 * Makefile.in (workers/%.worker, build-perf): New rule.
13469 (GDB_PERFTEST_MODE): New variable.
13470 (check-perf): Use it.
13471 (clean): Clean up gdb.perf parallel build subdirs.
13472 * lib/build-piece.exp: New file.
13473 * lib/gdb.exp (make_gdb_parallel_path): New function
13474 (standard_output_file, standard_temp_file): Call it.
13475 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13476 of $GDB_PARALLEL.
13477 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
13478
13479 2015-08-03 Doug Evans <dje@google.com>
13480
13481 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
13482 (LOG_FILE_NAME): New global.
13483 (TextReporter.__init__): Initialize self.txt_sum.
13484 (TextReporter.report): Add support for multiple data-points.
13485 Move report to perftest.sum, put raw data in perftest.log.
13486 (TextReporter.start): Open sum and log files.
13487 (TextReporter.end): Close sum and log files.
13488 * gdb.perf/lib/perftest/testresult.py
13489 (SingleStatisticTestResult.record): Handle multiple data-points.
13490
13491 2015-07-31 Pedro Alves <palves@redhat.com>
13492
13493 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
13494 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13495 kill_wait_spawned_process instead of explicit "kill -9".
13496 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
13497 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13498 kill_wait_spawned_process.
13499 * gdb.base/attach-twice.exp: Likewise.
13500 * gdb.base/attach.exp: Likewise.
13501 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
13502 gdb_test_multiple.
13503 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
13504 returning a spawn id instead of a pid. Use spawn_id_get_pid and
13505 kill_wait_spawned_process.
13506 * gdb.base/valgrind-infcall.exp: Likewise.
13507 * gdb.multi/multi-attach.exp: Likewise.
13508 * gdb.python/py-prompt.exp: Likewise.
13509 * gdb.python/py-sync-interp.exp: Likewise.
13510 * gdb.server/ext-attach.exp: Likewise.
13511 * gdb.threads/attach-into-signal.exp (corefunc): Use
13512 spawn_wait_for_attach, spawn_id_get_pid and
13513 kill_wait_spawned_process.
13514 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
13515 spawn_wait_for_attach returning a spawn id instead of a pid. Use
13516 spawn_id_get_pid and kill_wait_spawned_process.
13517 * gdb.threads/attach-stopped.exp (corefunc): Use
13518 spawn_wait_for_attach, spawn_id_get_pid and
13519 kill_wait_spawned_process.
13520 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
13521 Use spawn_id_get_pid. Wait for spawn id after eof. Use
13522 kill_wait_spawned_process instead of explicit "kill -9".
13523 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
13524 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
13525 (spawn_wait_for_attach): Use spawn instead of exec to spawn
13526 processes. Don't map cygwin/windows pids here. Now returns a
13527 spawn id list.
13528
13529 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13530
13531 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
13532 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
13533 correct patch.
13534
13535 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13536
13537 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
13538
13539 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
13540
13541 Reapply:
13542 2014-05-21 Mark Wielaard <mjw@redhat.com>
13543
13544 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13545
13546 2015-07-30 Pedro Alves <palves@redhat.com>
13547
13548 * linux-low.c (handle_extended_wait): Set the child's last
13549 reported status to TARGET_WAITKIND_STOPPED.
13550
13551 2015-07-30 Pedro Alves <palves@redhat.com>
13552
13553 PR threads/18600
13554 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
13555 only shows inferior 1.
13556
13557 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13558 Pedro Alves <palves@redhat.com>
13559
13560 PR threads/18600
13561 * gdb.threads/fork-plus-threads.c: New file.
13562 * gdb.threads/fork-plus-threads.exp: New file.
13563
13564 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13565
13566 * gdb.base/batch-preserve-term-settings.exp
13567 (test_terminal_settings_preserved_after_cli_exit): Use
13568 send_quit_command.
13569
13570 2015-07-29 Pedro Alves <palves@redhat.com>
13571 Don Breazeal <donb@codesourcery.com>
13572
13573 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
13574 output from both inferior_spawn_id and gdb_spawn_id.
13575
13576 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13577
13578 * gdb.threads/attach-into-signal.exp (corefunc): Use
13579 with_test_prefix on nested loops, uniquefying the test messages.
13580
13581 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
13582
13583 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
13584 commit.
13585
13586 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13587
13588 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
13589 New proc.
13590 (test_terminal_settings_preserved_after_sigterm): New test.
13591
13592 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13593
13594 * gdb.base/batch-preserve-term-settings.exp
13595 (test_terminal_settings_preserved_after_cli_exit): New test.
13596
13597 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13598
13599 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13600 manipulation of saved_gdbflags.
13601 (test_terminal_settings_preserved): Remove global declaration of
13602 the unused variable pagination_prompt. Remove manipulation of
13603 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13604 GDBFLAGS.
13605
13606 2015-07-29 Pedro Alves <palves@redhat.com>
13607
13608 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13609
13610 2015-07-29 Pedro Alves <palves@redhat.com>
13611
13612 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13613 at the top.
13614
13615 2015-07-29 Pedro Alves <palves@redhat.com>
13616
13617 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13618 (main): Call gdb_unbuffer_output.
13619 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13620 (main): Call gdb_unbuffer_output.
13621 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13622 (main): Call gdb_unbuffer_output.
13623 * gdb.base/call-strs.exp: Adjust to step over the
13624 gdb_unbuffer_output call.
13625 * gdb.base/catch-gdb-caused-signals.c: Include
13626 "../lib/unbuffer_output.c".
13627 (main): Call gdb_unbuffer_output.
13628 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13629 (main): Call gdb_unbuffer_output.
13630 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13631 (main): Call gdb_unbuffer_output.
13632 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13633 (main): Call gdb_unbuffer_output.
13634 * gdb.base/shlib-call.exp: Adjust to step over the
13635 gdb_unbuffer_output call.
13636 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13637 (main): Call gdb_unbuffer_output.
13638 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13639 (main): Call gdb_unbuffer_output.
13640 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13641 (main): Rename to ...
13642 (test): ... this.
13643 (main): Reimplement.
13644 * gdb.base/varargs.exp: Run to test instead of to main.
13645 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13646 (main): Call gdb_unbuffer_output.
13647
13648 2015-07-29 Pedro Alves <palves@redhat.com>
13649
13650 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13651 factore out from mi_continue_dprintf. For call-style dprintfs,
13652 expect dprintf output out of $inferior_spawn_id.
13653 (mi_continue_dprintf): Use mi_expect_dprintf.
13654 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13655 (main): Call gdb_unbuffer_output.
13656
13657 2015-07-29 Pedro Alves <palves@redhat.com>
13658
13659 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13660 (default_mi_gdb_start): Set inferior_spawn_id instead of
13661 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13662 gdb_spawn_id.
13663 (mi_gdb_test): Always expect inferior output from both
13664 $inferior_spawn_id and $gdb_spawn_id.
13665
13666 2015-07-29 Pedro Alves <palves@redhat.com>
13667
13668 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13669 send_inferior and $inferior_spawn_id.
13670
13671 2015-07-29 Pedro Alves <palves@redhat.com>
13672
13673 * gdb.gdb/complaints.exp (test_initial_complaints)
13674 (test_serial_complaints, test_short_complaints): Use
13675 gdb_test_stdio.
13676 (test_empty_complaint): Handle $inferior_spawn_id !=
13677 $gdb_spawn_id.
13678
13679 2015-07-29 Pedro Alves <palves@redhat.com>
13680
13681 * gdb.base/varargs.exp: Use gdb_test_stdio.
13682
13683 2015-07-29 Pedro Alves <palves@redhat.com>
13684
13685 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13686
13687 2015-07-29 Pedro Alves <palves@redhat.com>
13688
13689 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13690
13691 2015-07-29 Pedro Alves <palves@redhat.com>
13692
13693 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13694 parameter into two new parameters, "inf_result" and "gdb_result".
13695 Expect inferior output and gdb output from $inferior_spawn_id and
13696 $gdb_spawn_id, respectively. Adjust all callers.
13697
13698 2015-07-29 Pedro Alves <palves@redhat.com>
13699
13700 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13701 of gdb_test_sequence.
13702
13703 2015-07-29 Pedro Alves <palves@redhat.com>
13704
13705 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13706 (saw_spurious_output): Expect inferior output from
13707 $inferior_spawn_id. Use gdb_test_stdio.
13708
13709 2015-07-29 Pedro Alves <palves@redhat.com>
13710
13711 * gdb.base/dprintf.exp: Use standard_testfile. Change
13712 prepare_for_testing call.
13713 (srcfile): Don't set.
13714 (restart): New procedure.
13715 (test_dprintf): New procecure, use to continue over dprintfs.
13716 (test_call, test_agent): New procedures, tests moved here.
13717 Restart gdb and recreate dprintfs. Adjust expected output.
13718
13719 2015-07-29 Pedro Alves <palves@redhat.com>
13720
13721 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13722
13723 2015-07-29 Pedro Alves <palves@redhat.com>
13724
13725 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13726
13727 2015-07-29 Pedro Alves <palves@redhat.com>
13728
13729 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13730 gdb_test_stdio.
13731
13732 2015-07-29 Pedro Alves <palves@redhat.com>
13733
13734 * lib/gdb.exp (gdb_test_stdio): New procedure.
13735
13736 2015-07-29 Pedro Alves <palves@redhat.com>
13737
13738 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13739
13740 2015-07-29 Pedro Alves <palves@redhat.com>
13741
13742 * gdb.base/call-signal-resume.exp: Remove check for
13743 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13744 * gdb.base/unwindonsignal.exp: Likewise.
13745 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13746 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13747
13748 2015-07-29 Pedro Alves <palves@redhat.com>
13749
13750 * gdb.base/siginfo-addr.c (pass): New function.
13751 (handler): Call it iff si_addr is correct.
13752 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13753 Set a breakpoint at "pass" and continue to it.
13754
13755 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13756
13757 * gdb.python/py-objfile.exp: Make some tests have unique names.
13758 * gdb.python/py-pp-registration.exp: Likewise.
13759
13760 2015-07-28 Pedro Alves <palves@redhat.com>
13761
13762 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13763
13764 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13765
13766 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13767
13768 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13769
13770 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13771
13772 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13773
13774 * gdb.base/gdb-sigterm-2.exp: New test.
13775
13776 2015-07-25 Doug Evans <xdje42@gmail.com>
13777
13778 Revert:
13779 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13780 (workers/%.worker, build-perf): New rule.
13781 (GDB_PERFTEST_MODE): New variable.
13782 (check-perf): Use it.
13783 (clean): Clean up gdb.perf parallel build subdirs.
13784 * lib/build-piece.exp: New file.
13785 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13786 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13787 name.
13788 (standard_temp_file): Ditto.
13789 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13790 of $GDB_PARALLEL.
13791
13792 2015-07-24 Doug Evans <dje@google.com>
13793
13794 * gdb.perf/lib/perftest/utils.py: New file.
13795 * gdb.perf/gm-hello.cc: New file.
13796 * gdb.perf/gm-pervasive-typedef.cc: New file.
13797 * gdb.perf/gm-pervasive-typedef.h: New file.
13798 * gdb.perf/gm-std.cc: New file.
13799 * gdb.perf/gm-std.h: New file.
13800 * gdb.perf/gm-use-cerr.cc: New file.
13801 * gdb.perf/gm-utils.h: New file.
13802 * gdb.perf/gmonster-null-lookup.py: New file.
13803 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13804 * gdb.perf/gmonster-print-cerr.py: New file.
13805 * gdb.perf/gmonster-ptype-string.py: New file.
13806 * gdb.perf/gmonster-runto-main.py: New file.
13807 * gdb.perf/gmonster-select-file.py: New file.
13808 * gdb.perf/gmonster1-null-lookup.exp: New file.
13809 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13810 * gdb.perf/gmonster1-print-cerr.exp: New file.
13811 * gdb.perf/gmonster1-ptype-string.exp: New file.
13812 * gdb.perf/gmonster1-runto-main.exp: New file.
13813 * gdb.perf/gmonster1-select-file.exp: New file.
13814 * gdb.perf/gmonster1.cc: New file.
13815 * gdb.perf/gmonster1.exp: New file.
13816 * gdb.perf/gmonster2-null-lookup.exp: New file.
13817 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13818 * gdb.perf/gmonster2-print-cerr.exp: New file.
13819 * gdb.perf/gmonster2-ptype-string.exp: New file.
13820 * gdb.perf/gmonster2-runto-main.exp: New file.
13821 * gdb.perf/gmonster2-select-file.exp: New file.
13822 * gdb.perf/gmonster2.cc: New file.
13823 * gdb.perf/gmonster2.exp: New file.
13824
13825 2015-07-24 Doug Evans <dje@google.com>
13826
13827 * gdb.perf/README: New file.
13828 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13829 * lib/gen-perf-test.exp: New file.
13830
13831 2015-07-24 Doug Evans <dje@google.com>
13832
13833 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13834 (PerfTest::startup): New function.
13835 (PerfTest::run): Return result of calling body.
13836 (PerfTest::assemble): Rewrite.
13837 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13838 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13839 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13840 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13841 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13842
13843 2015-07-24 Doug Evans <dje@google.com>
13844
13845 * lib/gdb.exp (clean_restart): Make executable optional.
13846
13847 2015-07-24 Doug Evans <dje@google.com>
13848
13849 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13850 compiler_info references.
13851 * gdb.cp/temargs.exp: Ditto.
13852 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13853 (get_compiler_info): Early exit if already computed. Set compiler_info
13854 to "unknown" if there was a problem.
13855 (test_compiler_info): Add function comment. Call get_compiler_info.
13856
13857 2015-07-24 Doug Evans <dje@google.com>
13858
13859 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13860 (workers/%.worker, build-perf): New rule.
13861 (GDB_PERFTEST_MODE): New variable.
13862 (check-perf): Use it.
13863 (clean): Clean up gdb.perf parallel build subdirs.
13864 * lib/build-piece.exp: New file.
13865 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13866 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13867 name.
13868 (standard_temp_file): Ditto.
13869 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13870 of $GDB_PARALLEL.
13871
13872 2015-07-24 Doug Evans <dje@google.com>
13873
13874 * lib/future.exp (gdb_default_target_compile): New option
13875 "early_flags".
13876 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13877 --as-needed.
13878
13879 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13880
13881 * gdb.base/catch-syscall.exp: Call gdb_exit before
13882 gdb_skip_xml_test.
13883
13884 2015-07-24 Pedro Alves <palves@redhat.com>
13885
13886 * gdb.python/py-events.exp: Accept output between the stop event
13887 and the prompt.
13888 * gdb.python/py-evsignal.exp: Likewise.
13889 * gdb.python/py-evthreads.exp: Likewise.
13890
13891 2015-07-24 Pedro Alves <palves@redhat.com>
13892
13893 PR gdb/18717
13894 * gdb.threads/non-ldr-exit.c: New file.
13895 * gdb.threads/non-ldr-exit.exp: New file.
13896
13897 2015-07-24 Yao Qi <yao.qi@linaro.org>
13898
13899 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13900 restarting process.
13901
13902 2015-07-24 Yao Qi <yao.qi@linaro.org>
13903
13904 * gdb.server/ext-restart.exp: New file.
13905
13906 2015-07-24 Yao Qi <yao.qi@linaro.org>
13907
13908 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13909 argument options.
13910 * gdb.server/ext-wrapper.exp: New file.
13911
13912 2015-07-23 Doug Evans <dje@google.com>
13913
13914 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13915 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13916
13917 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13918
13919 * gdb.ada/var_arr_typedef.exp: New testcase.
13920 * gdb.ada/var_arr_typedef/pack.adb: New file.
13921 * gdb.ada/var_arr_typedef/pack.ads: New file.
13922 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13923
13924 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13925
13926 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13927
13928 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13929
13930 * gdb.arch/i386-biarch-core.exp: Replace istarget
13931 by "complete set gnutarget". Remove expectation for the "core-file"
13932 command.
13933
13934 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13935
13936 Revert the previous commit:
13937 Tests for validate symbol file using build-id.
13938
13939 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13940
13941 Tests for validate symbol file using build-id.
13942 * gdb.base/solib-mismatch-lib.c: New file.
13943 * gdb.base/solib-mismatch-libmod.c: New file.
13944 * gdb.base/solib-mismatch.c: New file.
13945 * gdb.base/solib-mismatch.exp: New file.
13946
13947 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13948
13949 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13950 nios2-*-linux*.
13951 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13952 * gdb.base/siginfo.exp: Likewise.
13953 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13954
13955 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13956
13957 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13958 Move it to ...
13959 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13960 ... here.
13961 * gdb.trace/range-stepping.exp: Check that the target supports
13962 range stepping.
13963
13964 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13965
13966 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13967
13968 2015-07-14 Pedro Alves <palves@redhat.com>
13969
13970 * gdb.base/killed-outside.exp: New file.
13971 * gdb.base/killed-outside.c: New file.
13972
13973 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13974
13975 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13976 (n at main): New.
13977 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13978
13979 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13980
13981 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13982 infcall tests instead of setting up for KFAIL.
13983
13984 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13985
13986 * gdb.btrace/record_goto-step.exp: New.
13987
13988 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13989
13990 PR compile/18484
13991 * gdb.compile/compile.c (struct struct_type): Add volatile to
13992 selffield's type.
13993 * gdb.compile/compile.exp
13994 (compile code struct_object.selffield = &struct_object): Skip further
13995 struct_object tests if this one xfails.
13996
13997 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13998
13999 PR exp/18617
14000 * gdb.trace/ax.exp: Add test.
14001
14002 2015-07-07 Yao Qi <yao.qi@linaro.org>
14003
14004 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
14005 instead of istarget "aarch64*-*-*".
14006 * gdb.arch/aarch64-fp.exp: Likewise.
14007 * gdb.base/float.exp: Likewise.
14008 * gdb.reverse/aarch64.exp: Likewise.
14009 * lib/gdb.exp (is_aarch64_target): New proc.
14010
14011 2015-07-07 Yao Qi <yao.qi@linaro.org>
14012
14013 * lib/gdb.exp (is_aarch32_target): New proc.
14014 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
14015 instead of "istarget "arm*-*-*"".
14016 * gdb.arch/arm-disp-step.exp: Likewise.
14017 * gdb.arch/thumb-bx-pc.exp: Likewise.
14018 * gdb.arch/thumb-prologue.exp: Likewise.
14019 * gdb.arch/thumb-singlestep.exp: Likewise.
14020 * gdb.base/disp-step-syscall.exp: Likewise.
14021 * gdb.base/float.exp: Likewise.
14022
14023 2015-07-07 Yao Qi <yao.qi@linaro.org>
14024
14025 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
14026 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
14027
14028 2015-07-07 Yao Qi <yao.qi@linaro.org>
14029
14030 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
14031 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
14032 if it exists.
14033 * gdb.multi/multi-arch.exp: Likewise.
14034
14035 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
14036
14037 * gdb.python/py-lazy-string.exp: Add missing parentheses to
14038 print.
14039
14040 2015-07-07 Yao Qi <yao.qi@linaro.org>
14041
14042 * gdb.arch/thumb-singlestep.exp: Do one more single step.
14043
14044 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
14045
14046 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
14047 '[' and ']' characters.
14048
14049 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
14050
14051 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14052
14053 2015-06-29 Pedro Alves <palves@redhat.com>
14054
14055 PR threads/18127
14056 * gdb.threads/hand-call-new-thread.c: New file.
14057 * gdb.threads/hand-call-new-thread.c: New file.
14058
14059 2015-06-26 Keith Seitz <keiths@redhat.com>
14060 Doug Evans <dje@google.com>
14061
14062 PR 16253
14063 * gdb.cp/var-tag-2.cc: New file.
14064 * gdb.cp/var-tag-3.cc: New file.
14065 * gdb.cp/var-tag-4.cc: New file.
14066 * gdb.cp/var-tag.cc: New file.
14067 * gdb.cp/var-tag.exp: New file.
14068
14069 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14070
14071 * gdb.base/history-duplicates.exp: New test.
14072
14073 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
14074
14075 * gdb.base/completion.exp: Test the completion of the "focus"
14076 command.
14077
14078 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14079
14080 * gdb.arch/amd64-prologue-skip.S: New file.
14081 * gdb.arch/amd64-prologue-skip.exp: New file.
14082
14083 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
14084
14085 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
14086 is_address_zero_readable check.
14087
14088 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
14089
14090 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
14091 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
14092
14093 2015-06-24 Yao Qi <yao.qi@linaro.org>
14094
14095 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
14096 linux targets.
14097
14098 2015-06-24 Yao Qi <yao.qi@linaro.org>
14099
14100 * lib/gdb.exp (supports_get_siginfo_type): New proc.
14101 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
14102 * gdb.base/siginfo-thread.exp: Likewise.
14103
14104 2015-06-22 Yao Qi <yao.qi@linaro.org>
14105
14106 * boards/remote-gdbserver-on-localhost.exp: Add comments.
14107
14108 2015-06-22 Yao Qi <yao.qi@linaro.org>
14109
14110 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
14111 aarch64*-*-*.
14112 (skip_hw_watchpoint_tests): Likewise.
14113
14114 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
14115
14116 * gdb.base/gdbinit-history.exp: Test the interaction between
14117 setting GDBHISTSIZE and setting the history size via .gdbinit.
14118
14119 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14120
14121 PR gdb/16999
14122 * gdb.base/gdbhistsize-history.exp: New test.
14123
14124 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14125
14126 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
14127 with GDBHISTSIZE.
14128 * gdb.base/readline.exp: Likewise.
14129
14130 2015-06-17 Yao Qi <yao.qi@linaro.org>
14131
14132 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
14133 line.
14134
14135 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
14136
14137 * gdb.base/gdbinit-history.exp: Add test case to check that
14138 an unlimited history file does not get truncated on exit.
14139
14140 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14141
14142 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
14143 (VECTOR): New macro. Use it...
14144 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
14145 ...for these typedefs.
14146 (int8, char1, int1, double1): New typedefs.
14147 (struct just_int2, struct two_int2): New structures.
14148 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
14149 (add_structvecs, add_singlevecs): New functions.
14150 (main): Call add_some_intvecs twice.
14151 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
14152 the compile and exit upon failure. Try compiling for the "native"
14153 architecture. Test inferior function calls with vector arguments
14154 and vector return value handling with "finish" and "return".
14155
14156 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
14157
14158 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
14159 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
14160 PE file.
14161 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
14162
14163 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14164
14165 PR breakpoints/16465
14166 * gdb.mi/mi-dprintf-pending.c: New file.
14167 * gdb.mi/mi-dprintf-pending.exp: New test.
14168 * gdb.mi/mi-dprintf-pendshr.c: New file.
14169
14170 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14171 Mircea Gherzan <mircea.gherzan@intel.com>
14172
14173 * gdb.arch/i386-mpx-map.c: New file.
14174 * gdb.arch/i386-mpx-map.exp: New File.
14175
14176 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14177
14178 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
14179 * gdb.arch/i386-mpx.exp: Indentation fixed.
14180
14181 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14182
14183 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
14184 function and improved indentation.
14185 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
14186 gdb_test_multiple. Added additional tests to skip the test.
14187
14188 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
14189
14190 * gdb.arch/i386-avx512.c: Change path in include file.
14191 * gdb.arch/i386-avx512.exp: Change include dir path
14192 compilation flag.
14193 * gdb.arch/i386-mpx.c: Change path in include file.
14194 * gdb.arch/i386-mpx.exp: Change include dir path compilation
14195 flag.
14196
14197 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14198
14199 * gdb.compile/compile-print.exp (compile print *vararray@3)
14200 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
14201
14202 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14203
14204 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
14205 (do not keep jit in memory): ... this.
14206 (expect 5): Change it to ...
14207 (expect no 5): ... this.
14208
14209 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14210
14211 PR gdb/15564
14212 * gdb.mi/mi-detach.exp: New file.
14213
14214 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14215
14216 PR symtab/18392
14217 * gdb.arch/amd64-tailcall-self.S: New file.
14218 * gdb.arch/amd64-tailcall-self.c: New file.
14219 * gdb.arch/amd64-tailcall-self.exp: New file.
14220
14221 2015-05-28 Don Breazeal <donb@codesourcery.com>
14222
14223 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
14224 tests for remote targets by checking is_target_gdbserver.
14225
14226 2015-05-27 Doug Evans <dje@google.com>
14227
14228 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
14229 * gdb.dwarf2/opaque-type-lookup.c: New file.
14230 * gdb.dwarf2/opaque-type-lookup.exp: New file.
14231
14232 2015-05-26 Doug Evans <dje@google.com>
14233
14234 * gdb.cp/iostream.cc: New file.
14235 * gdb.cp/iostream.exp: New file.
14236
14237 2015-05-26 Doug Evans <dje@google.com>
14238
14239 * gdb.dwarf2/dw2-op-call.exp: Update.
14240 * gdb.dwarf2/dw4-sig-types.exp: Update.
14241 * gdb.dwarf2/implptr.exp: Update.
14242 * gdb.mi/mi-cmd-param-changed.exp: Update.
14243
14244 2015-05-26 Doug Evans <dje@google.com>
14245
14246 * gdb.python/py-lazy-string.c: New file.
14247 * gdb.python/py-lazy-string.exp: New file.
14248 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
14249 (main): Update. Add estring3.
14250 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
14251 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
14252
14253 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14254 Yao Qi <yao.qi@linaro.org>
14255
14256 * gdb.reverse/aarch64.c: New.
14257 * gdb.reverse/aarch64.exp: New.
14258
14259 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
14260
14261 * lib/gdb.exp (supports_process_record): Return true for
14262 aarch64*-linux*.
14263 (supports_reverse): Likewise.
14264
14265 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
14266
14267 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14268 Use with_test_prefix.
14269
14270 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
14271
14272 * gdb.base/completion.exp: Add test for completion of layout
14273 names.
14274
14275 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
14276
14277 * lib/gdb.exp (skip_tui_tests): New proc.
14278 * gdb.base/tui-layout.exp: Check skip_tui_tests.
14279
14280 2015-05-19 Pedro Alves <palves@redhat.com>
14281
14282 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14283 Save the whole env array instead of just HOME. Unset HISTSIZE in
14284 the environment while testing. Restore whole environment
14285 afterwards.
14286
14287 2015-05-16 Doug Evans <xdje42@gmail.com>
14288
14289 * gdb.guile/scm-ports.c: New file.
14290 * gdb.guile/scm-ports.exp: Add memory port tests.
14291
14292 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14293
14294 * gdb.compile/compile-print.c: New file.
14295 * gdb.compile/compile-print.exp: New file.
14296
14297 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14298
14299 * gdb.compile/compile-ops.exp: Cast param to void.
14300 * gdb.compile/compile.exp: Complete type for _gdb_expr.
14301 (compile code struct_object.selffield = &struct_object): Add xfail.
14302
14303 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14304
14305 * gdb.ada/arr_enum_with_gap: New testcase.
14306
14307 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14308
14309 * gdb.ada/byte_packed_arr: New testcase.
14310
14311 2015-05-15 Joel Brobecker <brobecker@adacore.com>
14312
14313 * gdb.ada/pckd_neg: New testcase.
14314
14315 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14316
14317 PR gdb/17820
14318 * gdb.base/gdbinit-history.exp: New test.
14319 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
14320 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
14321
14322 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
14323
14324 * gdb.python/py-xmethods.cc: Enhance test case.
14325 * gdb.python/py-xmethods.exp: New tests.
14326 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
14327 function.
14328 (B_indexoper): Likewise.
14329 (global_dm_list) : Add new xmethod worker functions.
14330
14331 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
14332
14333 * gdb.base/coredump-filter.exp: Correctly unset
14334 "coredump_var_addr" array.
14335
14336 2015-05-08 Pedro Alves <palves@redhat.com>
14337
14338 * gdb.server/non-existing-program.exp: Unset spawn_id.
14339
14340 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
14341
14342 PR python/18291
14343 * gdb.python/py-xmethods.exp: Add tests.
14344
14345 2015-05-08 Yao Qi <yao.qi@linaro.org>
14346
14347 PR gdb/18208
14348 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
14349 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
14350 function set_coredump_filter, and remove remote_exec call.
14351 Remove argument ipid. Callers update.
14352 (top level): Don't get inferior's PID.
14353
14354 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
14355
14356 * gdb.base/watch_thread_num.exp: Skip test on targets without
14357 access watchpoints.
14358
14359 2015-05-06 Pedro Alves <palves@redhat.com>
14360
14361 PR server/18081
14362 * gdb.server/non-existing-program.exp: New file.
14363
14364 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14365
14366 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
14367
14368 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14369
14370 * gdb.ada/out_of_line_in_inlined: New testcase.
14371
14372 2015-05-05 Joel Brobecker <brobecker@adacore.com>
14373
14374 * gdb.ada/var_rec_arr: New testcase.
14375
14376 2015-04-30 Yao Qi <yao.qi@linaro.org>
14377
14378 * gdb.base/break-idempotent.exp: If
14379 skip_hw_watchpoint_multi_tests returns true, skip the tests
14380 on "rwatch" and "awatch".
14381
14382 2015-04-30 Yao Qi <yao.qi@linaro.org>
14383
14384 * gdb.base/relativedebug.exp: Invoke gdb command
14385 "info sharedlibrary", and if libc.so doesn't have debug info,
14386 skip the test.
14387
14388 2015-04-29 Doug Evans <dje@google.com>
14389
14390 * gdb.python/py-xmethods.exp: Add ptype tests.
14391 * gdb.python/py-xmethods.py (E_method_char_worker): Add
14392 get_result_type method.
14393
14394 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14395
14396 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
14397 the target does not support hardware watchpoints.
14398
14399 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
14400
14401 * gdb.base/break-always.exp: Abort testing if writing to memory
14402 causes an error.
14403
14404 2015-04-28 Doug Evans <dje@google.com>
14405
14406 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
14407 * gdb.python/py-pp-registration.exp: ... here. New file.
14408 * gdb.python/py-pp-registration.c: New file.
14409 * gdb.python/py-pp-registration.py: New file.
14410
14411 2015-04-28 Doug Evans <dje@google.com>
14412
14413 * gdb.python/py-bad-printers.c: New file.
14414 * gdb.python/py-bad-printers.py: New file.
14415 * gdb.python/py-bad-printers.exp: New file.
14416
14417 2015-04-28 Sasha Smundak <asmundak@google.com>
14418
14419 * gdb.python/py-type.exp: New test.
14420
14421 2015-04-28 Andy Wingo <wingo@igalia.com>
14422
14423 * gdb.python/py-parameter.exp:
14424 * gdb.guile/scm-parameter.exp: Escape the path that we are
14425 matching against, as it might contain characters that are special
14426 to regular expressions.
14427
14428 2015-04-27 Joel Brobecker <brobecker@adacore.com>
14429
14430 * gdb.ada/rec_comp: New testcase.
14431
14432 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
14433
14434 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
14435 before using it.
14436
14437 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
14438
14439 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
14440 new tests for verilog output.
14441
14442 2015-04-24 Yao Qi <yao.qi@linaro.org>
14443
14444 * boards/remote-gdbserver-on-localhost.exp: New file.
14445
14446 2015-04-23 Pedro Alves <palves@redhat.com>
14447
14448 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
14449 $inferior_spawn_id instead of $inferior_spawn_id directly. On
14450 "end of file", remove $inferior_spawn_id from the indirect list.
14451
14452 2015-04-23 Pedro Alves <palves@redhat.com>
14453
14454 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
14455
14456 2015-04-23 Pedro Alves <palves@redhat.com>
14457
14458 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
14459 on $any_spawn_id instead of only on $gdb_spawn_id.
14460
14461 2015-04-21 Pierre Muller <muller@sourceware.org>
14462
14463 PR pascal/17815
14464 * lib/pascal.exp (gpc_compile): Add new option "class".
14465 (fpc_compile): Likewise.
14466 * gdb.pascal/case-insensitive-symbols.pas: New file.
14467 * gdb.pascal/case-insensitive-symbols.exp: New file.
14468
14469 2015-04-20 Gary Benson <gbenson@redhat.com>
14470
14471 * gdb.base/attach.exp: Fix three extended remote failures.
14472
14473 2015-04-17 Gary Benson <gbenson@redhat.com>
14474
14475 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
14476 the main executable over the remote protocol.
14477
14478 2015-04-16 Pedro Alves <palves@redhat.com>
14479
14480 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
14481 a new gdbserver if gdbserver_reconnect_p is set.
14482
14483 2015-04-16 Pedro Alves <palves@redhat.com>
14484
14485 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
14486 is set, don't exit gdbserver.
14487
14488 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14489
14490 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
14491 appropriate .insn, such that an older assembler can be used.
14492 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
14493 the z/Architecture instruction set on 31-bit targets as well.
14494
14495 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14496
14497 * gdb.go/handcall.exp: Remove all logic related to the first
14498 breakpoint and rely on go_runto_main instead.
14499 * gdb.go/strings.exp: Likewise.
14500 * gdb.go/unsafe.exp: Likewise.
14501 * gdb.go/hello.exp: Likewise. Also rename the remaining
14502 breakpoint marker to "breakpoint 1".
14503 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
14504 * gdb.go/strings.go: Likewise.
14505 * gdb.go/unsafe.go: Likewise.
14506 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
14507 "set breakpoint 2 here" and rename the remaining breakpoint marker
14508 to "breakpoint 1".
14509
14510 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
14511
14512 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
14513 if itertools.imap is not present.
14514 * gdb.python/py-objfile.exp: Add parentheses.
14515 * gdb.python/py-type.exp: Same.
14516 * gdb.python/py-unwind-maint.py: Same.
14517
14518 2015-04-15 Yao Qi <yao.qi@linaro.org>
14519
14520 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
14521 of ":$ptr_size" and set its form explicitly.
14522
14523 2015-04-15 Pedro Alves <palves@redhat.com>
14524 Yao Qi <yao.qi@linaro.org>
14525
14526 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
14527 timeout by factor of 4.
14528 (test_regular_watch): Likewise.
14529 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
14530 * gdb.reverse/sigall-reverse.exp: Likewise.
14531 * gdb.reverse/until-precsave.exp: Likewise.
14532 * lib/gdb.exp (with_timeout_factor): New proc.
14533 (gdb_expect): Move some code to ...
14534 (get_largest_timeout): ... here. New procedure.
14535
14536 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
14537
14538 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
14539
14540 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14541
14542 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
14543 to write to the .text section.
14544
14545 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
14546
14547 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
14548 Handle the case of targets that do not provide PID information.
14549
14550 2015-04-13 Yao Qi <yao.qi@linaro.org>
14551
14552 * lib/gdbserver-support.exp (gdb_exit): Catch exception
14553 and use expect instead of gdb_expect.
14554
14555 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14556
14557 * gdb.base/coredump-filter.exp: Rename variable "addr" to
14558 "coredump_var_addr" to avoid naming conflict with other testcases.
14559
14560 2015-04-10 Pedro Alves <palves@redhat.com>
14561
14562 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
14563 gdb_test_sequence and gdb_assert.
14564
14565 2015-04-10 Pedro Alves <palves@redhat.com>
14566
14567 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
14568 test messages that don't include the breakpoint address.
14569
14570 2015-04-10 Yao Qi <yao.qi@linaro.org>
14571
14572 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
14573 false for some offset and width combinations which aren't
14574 supported by linux kernel.
14575
14576 2015-04-10 Pedro Alves <palves@redhat.com>
14577
14578 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
14579 procedure, factored out from ...
14580 (top level): ... here. Add "set displaced-stepping" testing axis.
14581 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
14582 parameter "displaced". Use it.
14583 (top level): Use foreach and add "set displaced-stepping" testing
14584 axis.
14585
14586 2015-04-10 Pedro Alves <palves@redhat.com>
14587
14588 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
14589 Remove comment.
14590 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
14591 both the address of the instruction that triggers the watchpoint
14592 and the address of the instruction immediately after, and use
14593 those addresses for the test. Fix comment.
14594
14595 2015-04-10 Pedro Alves <palves@redhat.com>
14596
14597 * gdb.base/sigstep.exp (breakpoint_to_handler)
14598 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14599 Test "backtrace" in handler.
14600 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14601 (top level): Add new "displaced" test axis to
14602 breakpoint_to_handler, breakpoint_to_handler_entry and
14603 breakpoint_over_handler.
14604
14605 2015-04-10 Pedro Alves <palves@redhat.com>
14606
14607 PR gdb/18216
14608 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14609
14610 2015-04-10 Yao Qi <yao.qi@linaro.org>
14611
14612 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14613 (test_add_rn_pc): New function.
14614 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14615 (top level): Invoke test_add_rn_pc.
14616
14617 2015-04-10 Pedro Alves <palves@redhat.com>
14618
14619 PR gdb/13858
14620 * gdb.base/step-over-no-symbols.exp: New file.
14621
14622 2015-04-09 Andy Wingo <wingo@igalia.com>
14623
14624 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14625 after the Python tests.
14626
14627 2015-04-08 Keith Seitz <keiths@redhat.com>
14628
14629 PR python/16699
14630 * gdb.python/py-completion.exp: New tests for completion.
14631 * gdb.python/py-completion.py (CompleteLimit1): New class.
14632 (CompleteLimit2): Likewise.
14633 (CompleteLimit3): Likewise.
14634 (CompleteLimit4): Likewise.
14635 (CompleteLimit5): Likewise.
14636 (CompleteLimit6): Likewise.
14637 (CompleteLimit7): Likewise.
14638
14639 2015-04-08 Pedro Alves <palves@redhat.com>
14640
14641 PR gdb/18214
14642 PR gdb/18216
14643 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14644 function.
14645 (main): Install it as SIGUSR1 handler.
14646 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14647 parameter. Always use "setup" as prefix. Toggle "set
14648 displaced-stepping" off/on depending on global. Don't switch to
14649 thread 1 here.
14650 (top level): Add displaced stepping "off/on" test axis. Update
14651 "setup" calls. Wrap each subtest with with_test_prefix. Test
14652 continuing with a queued signal in each thread.
14653
14654 2015-04-08 Pedro Alves <palves@redhat.com>
14655
14656 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14657 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14658 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14659 Return early if running to main fails.
14660 * gdb.trace/while-stepping.exp: Likewise.
14661
14662 2015-04-07 Pedro Alves <palves@redhat.com>
14663
14664 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14665 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14666 interact with inferior program.
14667
14668 2015-04-07 Pedro Alves <palves@redhat.com>
14669
14670 * lib/gdb.exp (inferior_spawn_id): New global.
14671 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14672 spawn id after processing the user code.
14673 (default_gdb_start): Set inferior_spawn_id.
14674 (send_inferior): New procedure.
14675 * lib/gdbserver-support.exp (gdbserver_start): Set
14676 inferior_spawn_id.
14677 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14678
14679 2015-04-07 Pedro Alves <palves@redhat.com>
14680
14681 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14682 * lib/gdbserver-support.exp (gdbserver_start): Make
14683 $server_spawn_id global.
14684 (gdbserver_start): Don't wait for gdbserver's spawn id with
14685 expect_background.
14686 (close_gdbserver): New procedure.
14687 (gdb_exit): Rename the default version and reimplement.
14688
14689 2015-04-07 Pedro Alves <palves@redhat.com>
14690
14691 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14692 append the substituted item, not the original item.
14693
14694 2015-04-07 Pedro Alves <palves@redhat.com>
14695
14696 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14697 gdb_expect.
14698
14699 2015-04-07 Pedro Alves <palves@redhat.com>
14700
14701 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14702 output appearing once only.
14703
14704 2015-04-07 Pedro Alves <palves@redhat.com>
14705
14706 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14707 that doesn't expect anything. Return early if running to main
14708 fails.
14709
14710 2015-04-07 Yao Qi <yao.qi@linaro.org>
14711
14712 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14713 (child_function): Call alarm.
14714 (main): Move call to alarm into the loop.
14715 * gdb.threads/non-stop-fair-events.exp: Build program with
14716 -DTIMEOUT=$timeout.
14717
14718 2015-04-06 Doug Evans <xdje42@gmail.com>
14719
14720 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14721 Fix dest parameter to board_info.
14722 (fpc_compile): Ditto.
14723 (gdb_compile_pascal): Rename dest arg to destfile.
14724
14725 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14726
14727 * gdb.ada/funcall_ref.exp: New file.
14728 * gdb.ada/funcall_ref/foo.adb: New file.
14729
14730 2015-04-02 Yao Qi <yao.qi@linaro.org>
14731
14732 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14733 is remote.
14734
14735 2015-04-02 Gary Benson <gbenson@redhat.com>
14736
14737 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14738
14739 2015-04-01 Sasha Smundak <asmundak@google.com>
14740
14741 * gdb.python/py-unwind-maint.c: New file.
14742 * gdb.python/py-unwind-maint.exp: New test.
14743 * gdb.python/py-unwind-maint.py: New file.
14744 * gdb.python/py-unwind.c: New file.
14745 * gdb.python/py-unwind.exp: New test.
14746 * gdb.python/py-unwind.py: New test.
14747
14748 2015-04-01 Pedro Alves <palves@redhat.com>
14749
14750 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14751 to fail instead of non-existent $test.
14752
14753 2015-04-01 Pedro Alves <palves@redhat.com>
14754
14755 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14756 GDBFLAGS if not empty.
14757
14758 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14759
14760 * gdb.ada/complete.exp: Remove "multi_line".
14761 * gdb.ada/info_exc.exp: Remove "multi_line".
14762 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14763 * gdb.ada/ptype_field.exp: Remove "multi_line".
14764 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14765 * gdb.ada/tagged.exp: Remove "multi_line".
14766 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14767 [multi_line ...]
14768 * gdb.btrace/delta.exp: Likewise.
14769 * gdb.btrace/exception.exp: Likewise.
14770 * gdb.btrace/function_call_history.exp: Likewise.
14771 * gdb.btrace/instruction_history.exp: Likewise.
14772 * gdb.btrace/nohist.exp: Likewise.
14773 * gdb.btrace/record_goto.exp: Likewise.
14774 * gdb.btrace/segv.exp: Likewise.
14775 * gdb.btrace/stepi.exp: Likewise.
14776 * gdb.btrace/tailcall.exp: Likewise.
14777 * gdb.btrace/unknown_functions.exp: Likewise.
14778 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14779 * lib/gdb.exp: Add the "multi_line" helper.
14780
14781 2015-04-01 Pedro Alves <palves@redhat.com>
14782
14783 * gdb.threads/tid-reuse.c: New file.
14784 * gdb.threads/tid-reuse.exp: New file.
14785
14786 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14787
14788 PR corefiles/16092
14789 * gdb.base/coredump-filter.c: New file.
14790 * gdb.base/coredump-filter.exp: Likewise.
14791
14792 2015-03-27 Petr Machata <pmachata@redhat.com>
14793
14794 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14795 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14796 (Dwarf::assemble): Initialize them.
14797 (Dwarf::lines): New function.
14798
14799 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14800
14801 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14802 SYMBOL_PREFIX for x86_64-*-cygwin.
14803
14804 2015-03-26 Andy Wingo <wingo@igalia.com>
14805
14806 PR symtab/18148
14807 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14808 const_value but not a location.
14809 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14810 location defined in non-main CUs are visible.
14811
14812 2015-03-26 Yao Qi <yao.qi@linaro.org>
14813
14814 PR testsuite/18139
14815 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14816 Add a line number entry for the same line.
14817 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14818 Add a line number entry for the same line.
14819
14820 2015-03-26 Yao Qi <yao.qi@linaro.org>
14821
14822 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14823 .int 0.
14824 (func): Likewise. Add .Lfunc_1 label.
14825 Use .Lfunc_1 label.
14826 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14827 .int 0.
14828 (func): Likewise.
14829 Use .Lfunc_1 label.
14830
14831 2015-03-26 Yao Qi <yao.qi@linaro.org>
14832
14833 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14834 Call gdb_compile instead to compile each .s files without debug
14835 information.
14836
14837 2015-03-26 Yao Qi <yao.qi@linaro.org>
14838
14839 * gdb.base/savedregs.exp (process_saved_regs): Make
14840 "Saved registers:" optional in the pattern.
14841
14842 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14843
14844 * gdb.btrace/next.exp: Merged into step.exp.
14845 * gdb.btrace/finish.exp: Merged into step.exp.
14846 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14847 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14848 "record goto" and checking the exact replay position.
14849 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14850 check for "Recording format" in "info record" output.
14851 * gdb.btrace/record_goto.exp: Choose test file based on target.
14852 * gdb.btrace/x86-record_goto.S: Renamed into ...
14853 * gdb.btrace/x86_64-record_goto.S: ... this.
14854 * gdb.btrace/i686-record_goto.S: New.
14855 * gdb.btrace/x86-tailcall.S: Renamed into ...
14856 * gdb.btrace/x86_64-tailcall.S: ... this.
14857 * gdb.btrace/i686-tailcall.S: New.
14858 * gdb.btrace/x86-tailcall.c: Renamed into ...
14859 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14860 separate statements. Update test.
14861 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14862 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14863 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14864 * gdb.btrace/tailcall.exp: Choose test file based on target.
14865 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14866
14867 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14868
14869 * gdb.btrace/exception.exp: Increase BTS buffer size.
14870
14871 2015-03-24 Pedro Alves <palves@redhat.com>
14872
14873 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14874
14875 2015-03-24 Pedro Alves <palves@redhat.com>
14876
14877 * gdb.threads/schedlock.exp (test_step): No longer expect that
14878 "set scheduler-locking step" with "next" over a function call runs
14879 threads unlocked.
14880
14881 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14882
14883 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14884
14885 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14886
14887 PR breakpoints/16466
14888 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14889 * gdb.mi/mi-pending.c (thread_func): New function.
14890 (int main): Add threading support required.
14891 * gdb.mi/mi-pending.exp: Add tests for this issue.
14892 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14893 (pendfunc2): Remove stdio dependency.
14894 * gdb.mi/mi-pendshr2.c: New file.
14895
14896 2015-03-23 Keith Seitz <keiths@redhat.com>
14897
14898 * gdb.linespec/keywords.c: New file.
14899 * gdb.linespec/keywords.exp: New file.
14900
14901 2015-03-23 Keith Seitz <keiths@redhat.com>
14902
14903 PR gdb/18021
14904 * gdb.dwarf2/staticvirtual.exp: New test.
14905
14906 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14907
14908 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14909 * README: Remove HP-UX and gdb.hp.
14910 (configuration):
14911 * configure: Regenerate.
14912 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14913 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14914 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14915 gdb.hp/gdb.defects/Makefile.
14916 * gdb.hp/Makefile.in: File deleted.
14917 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14918 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14919 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14920 * gdb.hp/gdb.aCC/run.c: File deleted.
14921 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14922 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14923 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14924 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14925 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14926 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14927 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14928 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14929 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14930 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14931 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14932 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14933 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14934 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14935 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14936 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14937 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14938 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14939 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14940 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14941 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14942 * gdb.hp/gdb.compat/average.c: File deleted.
14943 * gdb.hp/gdb.compat/sum.c: File deleted.
14944 * gdb.hp/gdb.compat/xdb.c: File deleted.
14945 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14946 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14947 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14948 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14949 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14950 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14951 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14952 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14953 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14954 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14955 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14956 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14957 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14958 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14959 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14960 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14961 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14962 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14963 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14964 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14965 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14966 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14967 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14968 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14969 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14970 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14971 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14972 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14973 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14974 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14975 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14976 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14977 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14978 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14979 * gdb.hp/tools/odump: File deleted.
14980
14981 2015-03-19 Pedro Alves <palves@redhat.com>
14982
14983 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14984 (saw_thread_3): New globals.
14985 (top level): Increment them when an event for the corresponding
14986 thread is seen.
14987 (no thread starvation): New test.
14988
14989 2015-03-19 Pedro Alves <palves@redhat.com>
14990
14991 * gdb.threads/continue-pending-status.c: New file.
14992 * gdb.threads/continue-pending-status.exp: New file.
14993
14994 2015-03-18 Pedro Alves <palves@redhat.com>
14995
14996 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14997 Use gdb_is_target_remote instead of is_remote. Use
14998 gdb_test_multiple instead of gdb_expect. Exit early if
14999 gdb_test_multiple hits its internal matches. Tighten stepi tests
15000 expected output. Fail on exit with any signal, instead of just
15001 SIGILL.
15002
15003 2015-03-18 Yao Qi <yao.qi@linaro.org>
15004
15005 PR tdep/18107
15006 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
15007 variable.
15008 * gdb.base/catch-syscall.exp: Don't skip it on
15009 aarch64*-*-linux* target. Remove elements in all_syscalls.
15010 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
15011 target.
15012 (setup_all_syscalls): New proc.
15013
15014 2015-03-16 Yao Qi <yao.qi@linaro.org>
15015
15016 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
15017 (top level): Skip tests if valid_addr_p returns false for
15018 $cmd1 or $cmd2.
15019
15020 2015-03-11 Andy Wingo <wingo@igalia.com>
15021
15022 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
15023
15024 2015-03-11 Yao Qi <yao.qi@linaro.org>
15025
15026 * gdb.base/catch-syscall.exp: Fix typo in comments.
15027
15028 2015-03-11 Yao Qi <yao.qi@linaro.org>
15029
15030 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
15031
15032 2015-03-09 Pedro Alves <palves@redhat.com>
15033
15034 * dg-extract-results.py: Delete.
15035
15036 2015-03-09 Pedro Alves <palves@redhat.com>
15037
15038 Merge dg-extract-results.sh from GCC upstream (r218843).
15039
15040 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
15041 * dg-extract-results.sh: Use --text with grep to avoid issues with
15042 binary files. Fall back to cat -v, if that doesn't work.
15043
15044 2015-03-05 Pedro Alves <palves@redhat.com>
15045
15046 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
15047
15048 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
15049
15050 * lib/mi-support.exp (mi_expect_interrupt): Accept
15051 alternative event for when in all-stop mode.
15052
15053 2015-03-04 Pedro Alves <palves@redhat.com>
15054
15055 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
15056
15057 2015-03-04 Mark Kettenis <kettenis@gnu.org>
15058
15059 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
15060
15061 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15062
15063 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
15064 regexps for GDB's current line display, accept a hex address
15065 preceding the line number.
15066
15067 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
15068
15069 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
15070 the 'arch1' variable for "s390*-linux*" targets.
15071
15072 2015-03-04 Pedro Alves <palves@redhat.com>
15073
15074 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
15075 (main): Pass missing retval argument to pthread_join call.
15076
15077 2015-03-02 Pedro Alves <palves@redhat.com>
15078
15079 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
15080 (top level): Call do_test with non-stop as well.
15081
15082 2015-03-02 Pedro Alves <palves@redhat.com>
15083
15084 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
15085 -1.
15086
15087 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15088
15089 * gdb.arch/s390-vregs.exp: New test.
15090 * gdb.arch/s390-vregs.S: New file.
15091
15092 2015-02-27 Pedro Alves <palves@redhat.com>
15093
15094 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
15095 call to catch_command_errors.
15096 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
15097 catch_command_errors.
15098
15099 2015-02-27 Pedro Alves <palves@redhat.com>
15100
15101 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
15102 "true" for boolean result.
15103 * gdb.gdb/selftest.exp (test_with_self): Also accept full
15104 prototype of main.
15105
15106 2015-02-27 Pedro Alves <palves@redhat.com>
15107
15108 * lib/unbuffer_output.c: New file.
15109 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
15110 (main): Call gdb_unbuffer_output.
15111
15112 2015-02-27 Yao Qi <yao.qi@linaro.org>
15113
15114 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
15115 target.
15116
15117 2015-02-26 Doug Evans <dje@google.com>
15118
15119 * gdb.cp/class2.cc (Dbase, D): New classes.
15120 (main): New local delta.
15121 * gdb.cp/class2.exp: Test printing delta.
15122 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
15123 (dynbar): New global.
15124 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
15125
15126 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15127
15128 * gdb.compile/compile-ifunc.c: New file.
15129 * gdb.compile/compile-ifunc.exp: New file.
15130
15131 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
15132
15133 * gdb.base/structs.exp: Check for correct struct on finish.
15134
15135 2015-02-26 Yao Qi <yao.qi@linaro.org>
15136
15137 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
15138 is zero.
15139
15140 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15141
15142 * gdb.arch/cordic.ko.bz2: New file.
15143 * gdb.arch/cordic.ko.debug.bz2: New file.
15144 * gdb.arch/ppc64-symtab-cordic.exp: New file.
15145
15146 2015-02-25 Yao Qi <yao.qi@linaro.org>
15147
15148 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
15149 aarch64*-*-* target.
15150
15151 2015-02-23 Pedro Alves <palves@redhat.com>
15152
15153 * lib/gdb.exp (delete_breakpoints): Rewrite using
15154 gdb_test_multiple.
15155
15156 2015-02-23 Pedro Alves <palves@redhat.com>
15157
15158 * gdb.base/info-os.c: Include stdlib.h.
15159
15160 2015-02-22 Doug Evans <xdje42@gmail.com>
15161
15162 PR symtab/17855
15163 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
15164 is read after symbols have been re-read.
15165 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
15166 * gdb.ada/exec_changed/second.adb (Second): Ditto.
15167
15168 2015-02-21 Doug Evans <dje@google.com>
15169
15170 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
15171
15172 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15173
15174 PR corefiles/17808
15175 * gdb.arch/i386-biarch-core.core.bz2: New file.
15176 * gdb.arch/i386-biarch-core.exp: New file.
15177
15178 2015-02-21 Pedro Alves <palves@redhat.com>
15179
15180 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
15181 runto_main fails.
15182
15183 2015-02-20 Pedro Alves <palves@redhat.com>
15184
15185 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
15186 info probes.
15187
15188 2015-02-20 Pedro Alves <palves@redhat.com>
15189
15190 * gdb.threads/multi-create-ns-info-thr.exp: New file.
15191
15192 2015-02-20 Pedro Alves <palves@redhat.com>
15193
15194 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
15195 clean_restart before gdb_target_supports_trace.
15196
15197 2015-02-20 Pedro Alves <palves@redhat.com>
15198
15199 PR threads/18006
15200 * gdb.threads/clone-thread_db.c: New file.
15201 * gdb.threads/clone-thread_db.exp: New file.
15202
15203 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
15204
15205 PR breakpoints/16812
15206 * gdb.base/catch-gdb-caused-signals.c: New file.
15207 * gdb.base/catch-gdb-caused-signals.exp: New file.
15208
15209 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
15210
15211 * configure: Regenerated.
15212 * configure.ac: Use GDB_AC_TRANSFORM.
15213 * aclocal.m4: sinclude ../transform.m4.
15214
15215 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15216
15217 * lib/dtrace.exp: New file.
15218 * gdb.base/dtrace-probe.exp: Likewise.
15219 * gdb.base/dtrace-probe.d: Likewise.
15220 * gdb.base/dtrace-probe.c: Likewise.
15221 * lib/pdtrace.in: Likewise.
15222 * configure.ac: Output variables with the transformed names of
15223 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
15224 * configure: Regenerated.
15225
15226 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
15227
15228 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
15229 expected message when trying to access $_probe_* convenience
15230 variables while not on a probe.
15231
15232 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15233
15234 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
15235
15236 2015-02-11 Pedro Alves <pedro@codesourcery.com>
15237
15238 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
15239 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
15240
15241 2015-02-10 Doug Evans <xdje42@gmail.com>
15242
15243 * lib/gdb.exp (gdb_load): Always return a result.
15244
15245 2015-02-10 Pedro Alves <palves@redhat.com>
15246
15247 * gdb.threads/signal-sigtrap.c: New file.
15248 * gdb.threads/signal-sigtrap.exp: New file.
15249
15250 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
15251
15252 * gdb.trace/no-attach-trace.c: New file.
15253 * gdb.trace/no-attach-trace.exp: New file.
15254
15255 2015-02-09 Mark Wielaard <mjw@redhat.com>
15256
15257 * gdb.dwarf2/atomic.c: New file.
15258 * gdb.dwarf2/atomic-type.exp: Likewise.
15259
15260 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15261
15262 * gdb.btrace/buffer-size.exp: Update "info record" output.
15263 * gdb.btrace/delta.exp: Update "info record" output.
15264 * gdb.btrace/enable.exp: Update "info record" output.
15265 * gdb.btrace/finish.exp: Update "info record" output.
15266 * gdb.btrace/instruction_history.exp: Update "info record" output.
15267 * gdb.btrace/next.exp: Update "info record" output.
15268 * gdb.btrace/nexti.exp: Update "info record" output.
15269 * gdb.btrace/step.exp: Update "info record" output.
15270 * gdb.btrace/stepi.exp: Update "info record" output.
15271 * gdb.btrace/nohist.exp: Update "info record" output.
15272
15273 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15274
15275 * gdb.btrace/buffer-size: New.
15276
15277 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
15278
15279 * gdb.btrace/delta.exp: Update "info record" output.
15280 * gdb.btrace/enable.exp: Update "info record" output.
15281 * gdb.btrace/finish.exp: Update "info record" output.
15282 * gdb.btrace/instruction_history.exp: Update "info record" output.
15283 * gdb.btrace/next.exp: Update "info record" output.
15284 * gdb.btrace/nexti.exp: Update "info record" output.
15285 * gdb.btrace/step.exp: Update "info record" output.
15286 * gdb.btrace/stepi.exp: Update "info record" output.
15287 * gdb.btrace/nohist.exp: Update "info record" output.
15288
15289 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
15290
15291 PR gdb/15678
15292 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
15293
15294 2015-02-06 Pedro Alves <palves@redhat.com>
15295
15296 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
15297 macro.
15298 (seconds_left, again): New globals.
15299 (main): Wait seconds_left in a 1-second sleep loop instead of
15300 sleeping 180 seconds. If 'again' is set, reset the seconds
15301 counter.
15302 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
15303 'again' in the inferior before detaching. Print the seconds left.
15304 (options): New global.
15305 (top level): Build program with -DTIMEOUT=$timeout.
15306
15307 2015-02-06 Pedro Alves <palves@redhat.com>
15308
15309 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
15310 determine how many seconds to pass to 'alarm'.
15311 * gdb.base/gdb-sigterm.exp (top level): Build program with
15312 -DTIMEOUT=$timeout.
15313 (do_test): Return success/failure indication. Add more verbose
15314 logging. Don't fail if 200 single steps are seen. Instead, fail
15315 when the test times out.
15316 (passes): New global.
15317 (top level): Break the testing loop if testing fails on any
15318 iteration. Use gdb_assert.
15319
15320 2015-02-04 Don Breazeal <donb@codesourcery.com>
15321
15322 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
15323 and initialize them.
15324 (ipc_cleanup): New function.
15325 (main): Don't declare shmid, semid, and msqid. Add a call to
15326 atexit so that we call ipc_cleanup on exit.
15327
15328 2015-02-04 Pedro Alves <palves@redhat.com>
15329
15330 * boards/native-extended-gdbserver.exp: Remove any target variant
15331 specifications from the board name before clearing the isremote
15332 flag from board_info.
15333
15334 2015-01-31 Doug Evans <xdje42@gmail.com>
15335
15336 * gdb.base/maint.exp <maint print type argc>: Update expected output.
15337
15338 2015-01-31 Gary Benson <gbenson@redhat.com>
15339
15340 * gdb.base/completion.exp: Disable completion limiting for
15341 existing tests. Add new tests to check completion limiting.
15342 * gdb.linespec/ls-errs.exp: Disable completion limiting.
15343
15344 2015-01-31 Doug Evans <xdje42@gmail.com>
15345
15346 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
15347
15348 2015-01-31 Doug Evans <xdje42@gmail.com>
15349
15350 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
15351 entries. Duplicate file section script entries.
15352 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
15353 inlined entries. Add test for safe-path rejection.
15354 * gdb.python/py-section-script.c: Add duplicate inlined section script
15355 entries. Duplicate file section script entries.
15356 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
15357 inlined entries. Add test for safe-path rejection.
15358
15359 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15360
15361 * gdb.ada/disc_arr_bound: New testcase.
15362
15363 2015-01-29 Joel Brobecker <brobecker@adacore.com>
15364
15365 * gdb.ada/mi_var_array: New testcase.
15366
15367 2015-01-27 Doug Evans <dje@google.com>
15368
15369 * gdb.python/py-objfile.exp: Add tests for objfile.username.
15370 Add test for objfile.filename, objfile.username after objfile
15371 has been unloaded.
15372
15373 2015-01-26 Joel Brobecker <brobecker@adacore.com>
15374
15375 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
15376 the second test to print the name attribute of value
15377 returned by the call to gdb.lookup_type, and adjust
15378 the expected output accordingly.
15379
15380 2015-01-25 Mark Wielaard <mjw@redhat.com>
15381
15382 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
15383 * gdb.base/disp-step-fork.c: Include unistd.h.
15384 * gdb.base/siginfo-obj.c: Include stdio.h.
15385 * gdb.base/siginfo-thread.c: Likewise.
15386 * gdb.mi/non-stop.c: Include unistd.h.
15387 * gdb.mi/nsthrexec.c: Include stdio.h.
15388 * gdb.mi/pthreads.c: Include unistd.h.
15389 * gdb.modula2/unbounded1.c (main): Declare returns int.
15390 * gdb.reverse/consecutive-reverse.c: Likewise.
15391 * gdb.threads/create-fail.c: Include unistd.h.
15392 * gdb.threads/killed.c: Likewise.
15393 * gdb.threads/linux-dp.c: Likewise.
15394 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
15395 * gdb.threads/non-ldr-exc-2.c: Likewise.
15396 * gdb.threads/non-ldr-exc-3.c: Likewise.
15397 * gdb.threads/non-ldr-exc-4.c: Likewise.
15398 * gdb.threads/pthreads.c: Include unistd.h.
15399 (main): Declare returns int.
15400 * gdb.threads/tls-main.c (foo): New declaration.
15401 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
15402
15403 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
15404
15405 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
15406 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
15407
15408 2015-01-15 Mark Wielaard <mjw@redhat.com>
15409
15410 * gdb.base/noreturn-return.c: New file.
15411 * gdb.base/noreturn-return.exp: New file.
15412 * gdb.base/noreturn-finish.c: New file.
15413 * gdb.base/noreturn-finish.exp: New file.
15414
15415 2015-01-23 Pedro Alves <palves@redhat.com>
15416
15417 * gdb.threads/continue-pending-after-query.c: New file.
15418 * gdb.threads/continue-pending-after-query.exp: New file.
15419
15420 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
15421 Simon Marchi <simon.marchi@ericsson.com>
15422
15423 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
15424 * gdb.base/valgrind-db-attach.exp: Same.
15425 * gdb.base/valgrind-infcall.exp: Same.
15426 * lib/mi-support.exp (default_mi_gdb_start): Same.
15427 * lib/prompt.exp (default_prompt_gdb_start): Same.
15428 * lib/gdb.exp (default_gdb_spawn): Same.
15429 (gdb_interact): New.
15430
15431
15432 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15433
15434 * gdb.compile/compile.exp (pointer to jit function): New test.
15435
15436 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
15437
15438 * lib/gdb.exp (supports_process_record): Return true for
15439 powerpc*-*-linux*.
15440 (supports_reverse): Likewise.
15441
15442 2015-01-15 Don Breazeal <donb@codesourcery.com>
15443
15444 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
15445 instead of checking whether the target board is remote and
15446 use spawn_wait_for_attach instead of exec/sleep.
15447 * gdb.base/attach-twice.exp: Likewise.
15448
15449 2015-01-15 Joel Brobecker <brobecker@adacore.com>
15450
15451 * gdb.ada/var_arr_attrs: New testcase.
15452
15453 2015-01-14 Pedro Alves <palves@redhat.com>
15454 Joel Brobecker <brobecker@adacore.com>
15455
15456 PR gdb/17525
15457 * gdb.base/bp-cmds-execution-x-script.c: New file.
15458 * gdb.base/bp-cmds-execution-x-script.exp: New file.
15459 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
15460
15461 2015-01-14 Pedro Alves <palves@redhat.com>
15462
15463 PR cli/17828
15464 * gdb.base/batch-preserve-term-settings.c: New file.
15465 * gdb.base/batch-preserve-term-settings.exp: New file.
15466
15467 2015-01-13 Doug Evans <dje@google.com>
15468
15469 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
15470 binary.
15471
15472 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15473
15474 * Makefile.in (clean mostlyclean): Do not delete *.py.
15475
15476 2015-01-13 Joel Brobecker <brobecker@adacore.com>
15477
15478 * gdb.python/py-lookup-type.exp: New file.
15479
15480 2015-01-12 Pedro Alves <palves@redhat.com>
15481
15482 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
15483 restore GDBFLAGS before returning.
15484
15485 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15486
15487 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
15488 is_amd64_regs_target and is_x86_like_target.
15489
15490 2015-01-11 Doug Evans <xdje42@gmail.com>
15491
15492 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
15493 is given without an explicit form.
15494 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
15495 attributes.
15496 * gdb.dwarf/corrupt.exp: Ditto.
15497 * gdb.dwarf2/enum-type.exp: Ditto.
15498 * gdb.trace/entry-values.exp: Ditto.
15499 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
15500
15501 2015-01-11 Doug Evans <xdje42@gmail.com>
15502
15503 PR gdb/15830
15504 * gdb.base/maint.exp: Remove references to "maint demangle".
15505 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
15506 Add tests for explicitly specifying language to demangle.
15507 * gdb.dlang/demangle.exp: Ditto.
15508
15509 2015-01-09 Pedro Alves <palves@redhat.com>
15510
15511 * gdb.threads/non-stop-fair-events.c: New file.
15512 * gdb.threads/non-stop-fair-events.exp: New file.
15513
15514 2015-01-09 Pedro Alves <palves@redhat.com>
15515
15516 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
15517 the global scope. Set a breakpoint after all threads are started
15518 rather than stepping over two source lines. Expect the prompt.
15519 * gdb.base/watch_thread_num.c (threads_started_barrier): New
15520 global.
15521 (NUM): Now 15.
15522 (main): Use threads_started_barrier to wait for all threads to
15523 start. Main thread no longer calls thread_function. Exit after
15524 180 seconds.
15525 (loop): New function.
15526 (thread_function): Wait on threads_started_barrier barrier. Call
15527 'loop' at each iteration.
15528 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
15529 threads have started, instead of hardcoding number of "next"
15530 steps. Use an access watchpoint instead of a write watchpoint.
15531
15532 2015-01-09 Pedro Alves <palves@redhat.com>
15533
15534 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
15535 (thread_func): Wait on barrier.
15536 (main): Wait for all threads to start before stopping GDB.
15537 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
15538 global.
15539 (thread1_func, thread2_func): Wait on barrier.
15540 (main): Wait for all threads to start before stopping GDB.
15541 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
15542 New global.
15543 (thread1_func, thread2_func): Wait on barrier.
15544 (main): Wait for all threads to start before stopping GDB.
15545
15546 2015-01-09 Pedro Alves <palves@redhat.com>
15547
15548 * gdb.threads/attach-many-short-lived-threads.c: New file.
15549 * gdb.threads/attach-many-short-lived-threads.exp: New file.
15550
15551 2014-01-09 Pedro Alves <palves@redhat.com>
15552
15553 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
15554 instead of to thread 2.
15555 * gdb.threads/signal-command-multiple-signals-pending.c (main):
15556 Add barrier around each pthread_create call instead of around all
15557 calls.
15558 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
15559 Set a break on thread_function and have the child threads hit it
15560 one at at a time.
15561
15562 2015-01-09 Pedro Alves <palves@redhat.com>
15563
15564 * lib/gdb.exp (can_spawn_for_attach): New procedure.
15565 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
15566 false.
15567 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
15568 checking whether the target board is remote.
15569 * gdb.multi/multi-attach.exp: Likewise.
15570 * gdb.python/py-sync-interp.exp: Likewise.
15571 * gdb.server/ext-attach.exp: Likewise.
15572 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
15573 tests that need to attach, instead of checking whether the target
15574 board is remote at the top of the file.
15575
15576 2015-01-08 Yao Qi <yao@codesourcery.com>
15577
15578 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
15579
15580 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15581
15582 Fix testcase compilation.
15583 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
15584
15585 2015-01-06 Joel Brobecker <brobecker@adacore.com>
15586
15587 * gdb.python/py-type.exp: Add a couple test about empty
15588 array creation, and negative-length array creation.
15589
15590 2015-01-02 Doug Evans <xdje42@gmail.com>
15591
15592 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
15593
15594 2015-01-02 Doug Evans <dje@google.com>
15595
15596 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15597
15598 2014-12-29 Yao Qi <yao@codesourcery.com>
15599
15600 * gdb.trace/entry-values.exp: Update comments. Rename variable
15601 bar_call_foo to returned_from_foo.
15602
15603 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15604
15605 PR gdb/17394
15606 * gdb.linespec/break-asm-file.c: New file.
15607 * gdb.linespec/break-asm-file.exp: New file.
15608 * gdb.linespec/break-asm-file0.s: New file.
15609 * gdb.linespec/break-asm-file1.s: New file.
15610
15611 2014-12-18 Nigel Stephens <nigel@mips.com>
15612 Maciej W. Rozycki <macro@codesourcery.com>
15613
15614 * gdb.base/float.exp: Handle the new output from "info float" on
15615 MIPS targets.
15616
15617 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15618
15619 Fix MinGW compilation.
15620 * gdb.compile/compile-ops.exp: Update untested message if
15621 !skip_compile_feature_tests.
15622 * gdb.compile/compile-setjmp.exp: Likewise.
15623 * gdb.compile/compile-tls.exp: Likewise.
15624 * gdb.compile/compile.exp: Likewise.
15625 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15626 supported on this host".
15627
15628 2014-12-16 Doug Evans <xdje42@gmail.com>
15629
15630 * boards/stabs.exp: New file.
15631
15632 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15633
15634 * gdb.base/completion.exp: Adjust to format changes of "maint
15635 print user-registers".
15636
15637 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
15638
15639 PR server/17457
15640 * gdb.arch/aarch64-fp.c: New file.
15641 * gdb.arch/aarch64-fp.exp: New file.
15642
15643 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15644
15645 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15646 r210637, r210913, r211666, r215400, r215817).
15647
15648 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15649 * dg-extract-results.py: New file.
15650 * dg-extract-results.sh: Use it if the environment seems
15651 suitable.
15652
15653 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15654
15655 * dg-extract-results.py (parse_run): Handle warnings that
15656 are printed before a test harness is run.
15657
15658 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15659
15660 * dg-extract-results.py (Named): Remove __cmp__ method.
15661 (output_variation): Use a key to sort variation.harnesses.
15662
15663 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15664
15665 * dg-extract-results.py: For Python 3, force sys.stdout to
15666 handle surrogate escape sequences.
15667 (safe_open): New function.
15668 (output_segment, main): Use it.
15669
15670 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15671
15672 * dg-extract-results.py (Prog.result_re): Include options
15673 in test name.
15674
15675 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15676
15677 * dg-extract-results.py (output_variation): Always sort if
15678 do_sum.
15679
15680 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15681
15682 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15683 as long as we get pagination notifications.
15684
15685 2014-12-15 Jason Merrill <jason@redhat.com>
15686
15687 * Makefile.in (check-gdb.%): Restore.
15688 * README: Mention it.
15689
15690 2014-12-13 Joel Brobecker <brobecker@adacore.com>
15691
15692 * gdb.ada/str_uninit: New testcase.
15693
15694 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15695
15696 PR symtab/17642
15697 * gdb.base/vla-stub-define.c: New file.
15698 * gdb.base/vla-stub.c: New file.
15699 * gdb.base/vla-stub.exp: New file.
15700
15701 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15702 Jan Kratochvil <jan.kratochvil@redhat.com>
15703 Tom Tromey <tromey@redhat.com>
15704
15705 * configure.ac: Add gdb.compile/.
15706 * configure: Regenerate.
15707 * gdb.compile/Makefile.in: New file.
15708 * gdb.compile/compile-ops.exp: New file.
15709 * gdb.compile/compile-ops.c: New file.
15710 * gdb.compile/compile-tls.c: New file.
15711 * gdb.compile/compile-tls.exp: New file.
15712 * gdb.compile/compile-constvar.S: New file.
15713 * gdb.compile/compile-constvar.c: New file.
15714 * gdb.compile/compile-mod.c: New file.
15715 * gdb.compile/compile-nodebug.c: New file.
15716 * gdb.compile/compile-setjmp-mod.c: New file.
15717 * gdb.compile/compile-setjmp.c: New file.
15718 * gdb.compile/compile-setjmp.exp: New file.
15719 * gdb.compile/compile-shlib.c: New file.
15720 * gdb.compile/compile.c: New file.
15721 * gdb.compile/compile.exp: New file.
15722 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15723
15724 2014-12-12 Tom Tromey <tromey@redhat.com>
15725
15726 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15727 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15728
15729 2014-12-12 Doug Evans <dje@google.com>
15730
15731 * lib/gdb-python.exp (get_python_valueof): New function.
15732 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15733
15734 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15735
15736 * gdb.base/completion.exp: Add test for completion of "info
15737 registers ".
15738
15739 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15740
15741 * gdb.base/func-ptrs.c: New file.
15742 * gdb.base/func-ptrs.exp: New file.
15743
15744 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15745
15746 PR breakpoints/17012
15747 * gdb.base/dprintf-detach.c: New file.
15748 * gdb.base/dprintf-detach.exp: New file.
15749
15750 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15751
15752 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15753 * lib/gdb.exp (target_is_gdbserver): New procedure.
15754
15755 2014-12-08 Doug Evans <dje@google.com>
15756
15757 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15758
15759 2014-12-05 Yao Qi <yao@codesourcery.com>
15760
15761 * gdb.guile/scm-error.exp: Remove the third argument to
15762 gdb_remote_download.
15763 * gdb.guile/scm-frame-args.exp: Likewise.
15764 * gdb.guile/scm-section-script.exp: Likewise.
15765
15766 2014-12-05 Yao Qi <yao@codesourcery.com>
15767
15768 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15769
15770 2014-12-04 Doug Evans <dje@google.com>
15771
15772 * gdb.python/py-objfile.exp: Add tests for
15773 objfile.add_separate_debug_file.
15774
15775 2014-12-04 Doug Evans <dje@google.com>
15776
15777 * lib/gdb.exp (get_build_id): New function.
15778 (build_id_debug_filename_get): Rewrite to use it.
15779 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15780
15781 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15782
15783 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15784 `method(long)', not just 0x0.
15785 * gdb.cp/nsalias.exp: Align code labels to 4.
15786 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15787 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15788 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15789 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15790 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15791 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15792
15793 2014-12-02 Doug Evans <dje@google.com>
15794
15795 PR symtab/17602
15796 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15797 * gdb.cp/anon-ns2.cc: ... here. New file.
15798 * gdb.cp/anon-ns.exp: Update.
15799
15800 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15801
15802 * gdb.python/py-events.py (inferior_call_handler): New.
15803 (register_changed_handler, memory_changed_handler): New.
15804 (test_events.invoke): Register new handlers.
15805 * gdb.python/py-events.exp: Add tests for inferior call,
15806 memory_changed and register_changed events.
15807
15808 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15809
15810 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15811 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15812 if the linker doesn't understand this.
15813
15814 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15815
15816 * gdb.python/python.exp: Change expected reply to help().
15817
15818 2014-12-01 Yao Qi <yao@codesourcery.com>
15819
15820 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15821 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15822 * configure: Re-generated.
15823
15824 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15825
15826 * gdb.cp/chained-calls.cc: New file.
15827 * gdb.cp/chained-calls.exp: New file.
15828 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15829
15830 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15831
15832 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15833 * gdb.dwarf2/symtab-producer.exp: Same.
15834 * gdb.gdb/python-interrupts.exp: Same.
15835 * gdb.gdb/python-selftest.exp: Same.
15836 * gdb.python/py-linetable.exp: Same.
15837 * gdb.python/py-type.exp: Same.
15838 * gdb.python/py-value-cc.exp: Same.
15839 * gdb.python/py-value.exp: Same.
15840
15841 2014-11-28 Yao Qi <yao@codesourcery.com>
15842
15843 * gdb.base/break-probes.exp: Match library name prefixed with
15844 sysroot.
15845
15846 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15847
15848 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15849 test expected output. Add parentheses for the call to print.
15850 Remove L suffix from integers.
15851
15852 2014-11-26 Doug Evans <dje@google.com>
15853
15854 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15855
15856 2014-11-22 Yao Qi <yao@codesourcery.com>
15857
15858 * gdb.trace/entry-values.c: Remove asms.
15859 (foo): Add foo_label.
15860 (bar): Add bar_label.
15861 * gdb.trace/entry-values.exp: Remove code computing foo's
15862 length and bar's length.
15863 (Dwarf::assemble): Invoke function_range for bar and use
15864 MACRO_AT_func for foo.
15865
15866 2014-11-22 Yao Qi <yao@codesourcery.com>
15867
15868 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15869 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15870 Use .Lgcc43_procstart instead of gcc43.
15871
15872 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15873
15874 * gdb.ada/n_arr_bound: New testcase.
15875
15876 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15877
15878 PR breakpoints/10737
15879 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15880 test_catch_syscall_multi_arch.
15881 (test_catch_syscall_multi_arch): New function.
15882
15883 2014-11-20 Doug Evans <xdje42@gmail.com>
15884
15885 * gdb.base/maint.exp: Update expected output.
15886
15887 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15888
15889 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15890 4-byte instruction on S390.
15891
15892 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15893
15894 * gdb.ada/arr_arr: New testcase.
15895
15896 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15897
15898 * gdb.ada/pkd_arr_elem: New Testcase.
15899
15900 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15901
15902 * gdb.reverse/break-precsave: Expect completion message for
15903 core file reads.
15904 * gdb.reverse/consecutive-precsave.exp: Likewise.
15905 * gdb.reverse/finish-precsave.exp: Likewise.
15906 * gdb.reverse/i386-precsave.exp: Likewise.
15907 * gdb.reverse/machinestate-precsave.exp: Likewise.
15908 * gdb.reverse/sigall-precsave.exp: Likewise.
15909 * gdb.reverse/solib-precsave.exp: Likewise.
15910 * gdb.reverse/step-precsave.exp: Likewise.
15911 * gdb.reverse/until-precsave.exp: Likewise.
15912 * gdb.reverse/watch-precsave.exp: Likewise.
15913
15914 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15915
15916 * gdb.base/bp-permanent.c: Include unistd.h.
15917 * gdb.python/py-framefilter-mi.c (main): Add return type.
15918 * gdb.python/py-framefilter.c (main): Likewise.
15919 * gdb.trace/actions-changed.c (main): Likewise.
15920
15921 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15922
15923 * gdb.mi/until.c: Add eye-catchers.
15924 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15925 line numbers.
15926
15927 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15928
15929 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15930 function header variants in break1.c.
15931 * gdb.base/ena-dis-br.exp: Likewise.
15932 * gdb.base/hbreak2.exp: Likewise.
15933 * gdb.reverse/until-precsave.exp: Drop references to removed
15934 non-prototype function header variants in ur1.c.
15935 * gdb.reverse/until-reverse.exp: Likewise.
15936
15937 2014-11-17 Petr Machata <pmachata@redhat.com>
15938
15939 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15940 ${_cu_offset_size} bytes abbrev offset.
15941
15942 2014-11-15 Doug Evans <xdje42@gmail.com>
15943
15944 PR symtab/17559
15945 * gdb.base/line-symtabs.exp: New file.
15946 * gdb.base/line-symtabs.c: New file.
15947 * gdb.base/line-symtabs.h: New file.
15948
15949 2014-11-14 Yao Qi <yao@codesourcery.com>
15950
15951 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15952 (func): Add label func_label.
15953 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15954 Replace low_pc and high_pc with MACRO_AT_range.
15955 Replace name, low_pc and high_pc with MACRO_AT_func.
15956
15957 2014-11-14 Yao Qi <yao@codesourcery.com>
15958
15959 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15960 Replace name, low_pc and high_pc with MACRO_AT_func.
15961
15962 2014-11-14 Yao Qi <yao@codesourcery.com>
15963
15964 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15965 produce debug information.
15966 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15967
15968 2014-11-14 Yao Qi <yao@codesourcery.com>
15969
15970 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15971 object and get function length.
15972 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15973 with MACRO_AT_func.
15974 (top-level): Replace gdb_compile and clean_restart with
15975 prepare_for_testing.
15976 * gdb.dwarf2/main.c (main): Add label main_label.
15977
15978 2014-11-14 Yao Qi <yao@codesourcery.com>
15979
15980 * lib/dwarf.exp (function_range): New procedure.
15981 (Dwarf::_handle_macro_at_func): New procedure.
15982 (Dwarf::_handle_macro_at_range): New procedure.
15983 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15984
15985 2014-11-14 Yao Qi <yao@codesourcery.com>
15986
15987 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15988 (_handle_attribute): New procedure.
15989
15990 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15991
15992 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15993 * gdb.base/call-sc.c (zed): Likewise.
15994 * gdb.base/checkpoint.c (main): Likewise.
15995 * gdb.base/dump.c (main): Likewise.
15996 * gdb.base/gcore.c (main): Likewise.
15997 * gdb.base/huge.c (main): Likewise.
15998 * gdb.base/multi-forks.c (main): Likewise.
15999 * gdb.base/pr10179-a.c (main): Likewise.
16000 * gdb.base/savedregs.c (main): Likewise.
16001 * gdb.base/sigaltstack.c (main): Likewise.
16002 * gdb.base/siginfo.c (main): Likewise.
16003 * gdb.base/structs.c (zed): Likewise.
16004 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
16005 * gdb.mi/mi-syn-frame.c (main): Likewise.
16006 * gdb.mi/until.c (foo, main): Likewise.
16007 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
16008 * gdb.base/solib-weak.c (foo): Declare.
16009 * gdb.base/attach-twice.c: Include stdio.h.
16010 * gdb.base/weaklib1.c: Likewise.
16011 * gdb.base/weaklib2.c: Likewise.
16012 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
16013 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
16014 unistd.h.
16015 * gdb.base/attach-pie-misread.c: Include stdlib.h.
16016 * gdb.mi/mi-exit-code.c: Likewise.
16017 * gdb.base/break-interp-lib.c: Include string.h.
16018 * gdb.base/coremaker.c: Likewise.
16019 * gdb.base/testenv.c: Likewise.
16020 * gdb.python/py-finish-breakpoint.c: Likewise.
16021 * gdb.base/inferior-died.c: Include sys/wait.h.
16022 * gdb.base/fileio.c: Include time.h.
16023 * gdb.base/async-shell.c: Include unistd.h.
16024 * gdb.base/dprintf-non-stop.c: Likewise.
16025 * gdb.base/info-os.c: Likewise.
16026 * gdb.mi/mi-console.c: Likewise.
16027 * gdb.mi/watch-nonstop.c: Likewise.
16028 * gdb.python/py-events.c: Likewise.
16029 * gdb.base/async.c (baz): Move up before its invocation.
16030 * gdb.base/code_elim2.c (my_global_func): Likewise.
16031 * gdb.base/skip-solib-lib.c (multiply): Likewise.
16032 * gdb.base/advance.c (func2): Likewise.
16033
16034 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16035
16036 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
16037 variant.
16038 * gdb.base/annota3.c: Likewise.
16039 * gdb.base/async.c: Likewise.
16040 * gdb.base/average.c: Likewise.
16041 * gdb.base/call-ar-st.c: Likewise.
16042 * gdb.base/call-rt-st.c: Likewise.
16043 * gdb.base/call-sc.c: Likewise.
16044 * gdb.base/call-strs.c: Likewise.
16045 * gdb.base/ending-run.c: Likewise.
16046 * gdb.base/execd-prog.c: Likewise.
16047 * gdb.base/exprs.c: Likewise.
16048 * gdb.base/foll-exec.c: Likewise.
16049 * gdb.base/foll-fork.c: Likewise.
16050 * gdb.base/foll-vfork.c: Likewise.
16051 * gdb.base/funcargs.c: Likewise.
16052 * gdb.base/gcore.c: Likewise.
16053 * gdb.base/jump.c: Likewise.
16054 * gdb.base/langs0.c: Likewise.
16055 * gdb.base/langs1.c: Likewise.
16056 * gdb.base/langs2.c: Likewise.
16057 * gdb.base/mips_pro.c: Likewise.
16058 * gdb.base/nodebug.c: Likewise.
16059 * gdb.base/opaque0.c: Likewise.
16060 * gdb.base/opaque1.c: Likewise.
16061 * gdb.base/recurse.c: Likewise.
16062 * gdb.base/run.c: Likewise.
16063 * gdb.base/scope0.c: Likewise.
16064 * gdb.base/scope1.c: Likewise.
16065 * gdb.base/setshow.c: Likewise.
16066 * gdb.base/setvar.c: Likewise.
16067 * gdb.base/shmain.c: Likewise.
16068 * gdb.base/shr1.c: Likewise.
16069 * gdb.base/shr2.c: Likewise.
16070 * gdb.base/sigall.c: Likewise.
16071 * gdb.base/signals.c: Likewise.
16072 * gdb.base/so-indr-cl.c: Likewise.
16073 * gdb.base/solib2.c: Likewise.
16074 * gdb.base/structs.c: Likewise.
16075 * gdb.base/sum.c: Likewise.
16076 * gdb.base/vforked-prog.c: Likewise.
16077 * gdb.base/watchpoint.c: Likewise.
16078 * gdb.reverse/shr2.c: Likewise.
16079 * gdb.reverse/until-reverse.c: Likewise.
16080 * gdb.reverse/ur1.c: Likewise.
16081 * gdb.reverse/watch-reverse.c: Likewise.
16082
16083 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16084
16085 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
16086 variant.
16087 * gdb.base/sepdebug.exp: Drop references to removed code.
16088
16089 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16090
16091 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
16092 variant. Preserve original line numbering.
16093 * gdb.base/list1.c: Likewise.
16094
16095 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16096
16097 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
16098 variant.
16099 * gdb.base/break1.c: Likewise.
16100 * gdb.base/break.exp: Drop references to removed code.
16101
16102 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16103
16104 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
16105 variant.
16106
16107 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16108
16109 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
16110
16111 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16112
16113 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
16114 logic into perform_all_tests() and invoke it with and without
16115 function header prototypes.
16116 (do_function_calls): Remove conditional XFAIL for PR 5318.
16117 (rerun_and_prepare): Remove duplicate code.
16118 (perform_all_tests): New. Main logic moved here.
16119
16120 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16121
16122 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
16123 code guarded by #ifdef NO_PROTOTYPES.
16124 (t_double_many_args): Likewise.
16125 (DEF_FUNC_MANY_ARGS_1): Likewise.
16126 (DEF_FUNC_VALUES_1): Likewise.
16127 (t_structs_ldc): Renamed from t_structs_fc in conditional code
16128 guarded by #ifdef PROTOTYPES.
16129
16130 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16131
16132 * gdb.mi/mi-console.c: Add eye-catcher.
16133 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
16134 instead of literal line number.
16135
16136 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16137
16138 * gdb.base/shr2.c: Add eye-catcher.
16139 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
16140 line number.
16141
16142 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16143
16144 * gdb.base/jump.c: Add eye-catchers.
16145 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
16146 numbers.
16147
16148 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16149
16150 * gdb.base/execd-prog.c: Add eye-catchers.
16151 * gdb.base/foll-exec.c: Likewise.
16152 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
16153 line numbers.
16154
16155 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16156
16157 * gdb.base/ending-run.c: Add eye-catchers.
16158 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
16159 literal line numbers.
16160
16161 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16162
16163 * gdb.base/call-rt-st.c: Add eye-catchers.
16164 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
16165 literal line numbers.
16166
16167 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16168
16169 * gdb.base/call-ar-st.c: Add eye-catchers.
16170 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
16171 literal line numbers.
16172
16173 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16174
16175 * gdb.base/average.c: Add eye-catchers.
16176 * gdb.base/sum.c: Likewise.
16177 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
16178 regexps dynamically.
16179
16180 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
16181
16182 * gdb.base/solib1.c: Add eye-catchers.
16183 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
16184 literal line numbers.
16185
16186 2014-11-12 Pedro Alves <palves@redhat.com>
16187
16188 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
16189 leader has exited.
16190
16191 2014-11-12 Pedro Alves <palves@redhat.com>
16192
16193 * gdb.arch/i386-bp_permanent.c: New file.
16194 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
16195 (srcfile): Set to i386-bp_permanent.c.
16196 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
16197 that stepi does not execute the 'leave' instruction, instead of
16198 testing it does execute.
16199 * gdb.base/bp-permanent.c: New file.
16200 * gdb.base/bp-permanent.exp: New file.
16201
16202 2014-11-10 Doug Evans <xdje42@gmail.com>
16203
16204 PR symtab/17564
16205 * gdb.base/symtab-search-order.exp: New file.
16206 * gdb.base/symtab-search-order.c: New file.
16207 * gdb.base/symtab-search-order-1.c: New file.
16208 * gdb.base/symtab-search-order-shlib-1.c: New file.
16209
16210 2014-11-07 Pedro Alves <palves@redhat.com>
16211
16212 PR gdb/17511
16213 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
16214 i?86-*-linux*.
16215
16216 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
16217
16218 PR c++/17494
16219 * gdb.cp/pr17494.cc: New file.
16220 * gdb.cp/pr17494.exp: New file.
16221
16222 2014-11-02 Yao Qi <yao@codesourcery.com>
16223
16224 * gdb.python/python.exp: Get working directory and match the
16225 output of "set extended-prompt \\w " with it.
16226
16227 2014-10-30 Doug Evans <dje@google.com>
16228
16229 * gdb.python/py-objfile.exp: Add tests for setting random attributes
16230 in objfiles.
16231 * gdb.python/py-progspace.exp: Add tests for setting random attributes
16232 in progspaces.
16233
16234 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
16235
16236 * gdb.base/fullpath-expand.exp: Skip for a remote host.
16237 * gdb.base/realname-expand.exp: Likewise.
16238 * gdb.linespec/macro-relative.exp: Likewise.
16239
16240 2014-10-29 Pedro Alves <palves@redhat.com>
16241
16242 PR gdb/17408
16243 * gdb.threads/schedlock.c (some_function): New function.
16244 (call_function): New global.
16245 (MAYBE_CALL_SOME_FUNCTION): New macro.
16246 (thread_function): Call it.
16247 * gdb.threads/schedlock.exp (get_args): Add description parameter,
16248 and use it instead of a global counter. Adjust all callers.
16249 (get_current_thread): Use "find current thread" for test message
16250 here rather than having all callers pass down the same string.
16251 (goto_loop): New procedure, factored out from ...
16252 (my_continue): ... this.
16253 (step_ten_loops): Change parameter from test message to command to
16254 use. Adjust.
16255 (list_count): Delete global.
16256 (check_result): New procedure, factored out from duplicate top
16257 level code.
16258 (continue tests): Wrap in with_test_prefix.
16259 (test_step): New procedure, factored out from duplicate top level
16260 code.
16261 (top level): Test "step" in combination with all scheduler-locking
16262 modes. Test "next" in combination with all scheduler-locking
16263 modes, and in combination with stepping over a function call or
16264 not.
16265 * gdb.threads/next-bp-other-thread.c: New file.
16266 * gdb.threads/next-bp-other-thread.exp: New file.
16267
16268 2014-10-29 Pedro Alves <palves@redhat.com>
16269
16270 PR python/17372
16271 * gdb.python/python.exp: Test a multi-line command that spawns
16272 interactive Python.
16273 * gdb.base/multi-line-starts-subshell.exp: New file.
16274
16275 2014-10-29 Yao Qi <yao@codesourcery.com>
16276
16277 * gdb.base/fileio.exp: Make directories on host.
16278
16279 2014-10-29 Yao Qi <yao@codesourcery.com>
16280
16281 * gdb.base/fileio.c (test_write): Close the file.
16282
16283 2014-10-28 Pedro Alves <palves@redhat.com>
16284
16285 PR gdb/12623
16286 * gdb.base/sigstep.c (no_handler): New global.
16287 (main): If 'no_handler is true, set the signal handlers to
16288 SIG_IGN.
16289 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
16290 with_sw_watch and no_handler parameters. Handle them.
16291 (top level) <stepping over handler when stopped at a breakpoint
16292 test>: Add a test axis for testing with a software watchpoint, and
16293 another for testing with the signal handler set to SIG_IGN.
16294 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
16295 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
16296
16297 2014-10-28 Pedro Alves <palves@redhat.com>
16298
16299 PR gdb/17511
16300 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
16301 * gdb.base/sigstep.exp (other_handler_location): New global.
16302 (advance): Support stepping into the signal handler, and running
16303 commands while in the handler.
16304 (in_handler_map): New global.
16305 (top level): In the advance test, add combinations for getting
16306 into the handler with stepping commands, and for running commands
16307 in the handler. Add comment descripting the advancei tests.
16308
16309 2014-10-28 Pedro Alves <palves@redhat.com>
16310
16311 * gdb.base/sigstep.exp: Use build_executable instead of
16312 prepare_for_testing.
16313 (top level): Move code that starts GDB, runs to main and creates a
16314 display to ...
16315 (restart): ... this new procedure.
16316 (top level): Move backtrace from signal handler test to ...
16317 (validate_backtrace): ... this new procedure.
16318 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
16319 with_test_prefix. Always restart GDB.
16320 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
16321 with_test_prefix. Always restart GDB. No need to delete
16322 breakpoints after the test.
16323 (test_skip_handler): Remove prefix parameter.
16324 (skip_over_handler, breakpoint_to_handler)
16325 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
16326 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
16327 restart GDB. No need to delete breakpoints after the test.
16328 (top level): Use foreach to call the test procedures with
16329 different commands.
16330
16331 2014-10-28 Pedro Alves <palves@redhat.com>
16332
16333 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
16334 instead of GNATS numbers.
16335 * gdb.base/sigbpt.exp: Likewise.
16336 * gdb.base/siginfo.exp: Likewise.
16337 * gdb.base/sigstep.exp: Likewise.
16338
16339 2014-10-27 Pedro Alves <palves@redhat.com>
16340
16341 * gdb.base/sigstep.c (dummy): New global.
16342 (main): Issue a couple writes to the new global.
16343 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
16344 procedures.
16345 (skip_over_handler): Use test_skip_handler.
16346 (top level): Call skip_over_handler for stepi and nexti too.
16347 (breakpoint_over_handler): Use test_skip_handler.
16348 (top level): Call breakpoint_over_handler for stepi and nexti too.
16349
16350 2014-10-27 Yao Qi <yao@codesourcery.com>
16351
16352 * gdb.trace/tfile.c (adjust_function_address)
16353 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
16354 function descriptor.
16355
16356 2014-10-24 Don Breazeal <donb@codesourcery.com>
16357
16358 * gdb.base/foll-fork.exp (test_follow_fork,
16359 catch_fork_child_follow): Check for updated fork messages emitted
16360 from infrun.c.
16361 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
16362 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
16363 vfork_and_exec_child_follow_through_step): Check for updated vfork
16364 messages emitted from infrun.c.
16365
16366 2014-10-24 Pedro Alves <palves@redhat.com>
16367
16368 * gdb.base/corefile.exp: Remove references to ultrix.
16369 * gdb.base/interrupt.exp: Likewise.
16370 * gdb.base/whatis.exp: Likewise.
16371 * gdb.gdb/selftest.exp: Likewise.
16372 * gdb.threads/manythreads.exp: Likewise.
16373 * gdb.threads/print-threads.exp: Likewise.
16374 * gdb.threads/pthreads.exp:: Likewise.
16375 * gdb.threads/schedlock.exp: Likewise.
16376
16377 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
16378
16379 * gdb.cp/non-trivial-retval.cc: Add a test case.
16380 * gdb.cp/non-trivial-retval.exp: Add a test.
16381
16382 2014-10-20 Yao Qi <yao@codesourcery.com>
16383
16384 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
16385 * gdb.python/py-objfile-script-gdb.py: New file.
16386 * gdb.python/py-objfile-script.exp: Update reference to
16387 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
16388 of remote_download. Remove the dest file.
16389
16390 2014-10-20 Yao Qi <yao@codesourcery.com>
16391
16392 * gdb.base/checkpoint.exp: Don't remove file copied on host.
16393 * gdb.base/step-line.exp: Likewise.
16394 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16395 * gdb.dwarf2/dw2-basic.exp: Likewise.
16396 * gdb.dwarf2/dw2-compressed.exp: Likewise.
16397 * gdb.dwarf2/dw2-filename.exp: Likewise.
16398 * gdb.dwarf2/dw2-intercu.exp: Likewise.
16399 * gdb.dwarf2/dw2-intermix.exp: Likewise.
16400 * gdb.dwarf2/dw2-producer.exp: Likewise.
16401 * gdb.dwarf2/mac-fileno.exp: Likewise.
16402 * gdb.python/py-frame-args.exp: Likewise.
16403 * gdb.python/py-framefilter.exp: Likewise.
16404 * gdb.python/py-mi.exp: Likewise.
16405 * gdb.python/py-objfile-script.exp: Likewise
16406 * gdb.python/py-pp-integral.exp: Likewise.
16407 * gdb.python/py-pp-re-notag.exp: Likewise.
16408 * gdb.python/py-prettyprint.exp: Likewise.
16409 * gdb.python/py-section-script.exp: Likewise.
16410 * gdb.python/py-typeprint.exp: Likewise.
16411 * gdb.python/py-xmethods.exp: Likewise.
16412 * gdb.stabs/weird.exp: Likewise.
16413 * gdb.xml/tdesc-regs.exp: Likewise.
16414
16415 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
16416
16417 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
16418 (out_cu): Use addr_len for the size of addresses.
16419 (out_line): Likewise. Size DW_LNE_set_address instruction
16420 according to addr_len.
16421 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
16422 (FUNC): Add START_INSNS to definition.
16423
16424 2014-10-18 Yao Qi <yao@codesourcery.com>
16425
16426 * gdb.base/argv0-symlink.exp: Check argv[0] value if
16427 gdb_has_argv0 return true.
16428 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
16429 check [target_info exists noargs], check [gdb_has_argv0]
16430 instead.
16431 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16432 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
16433 procedures.
16434
16435 2014-10-17 Doug Evans <dje@google.com>
16436
16437 * gdb.python/py-events.exp: Update expected output for clear_objfiles
16438 event.
16439 * gdb.python/py-events.py: Add clear_objfiles event.
16440
16441 2014-10-17 Doug Evans <dje@google.com>
16442
16443 * gdb.python/py-objfile.exp: Test progspace attribute.
16444
16445 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
16446
16447 * gdb.guile/scm-breakpoint.exp: Do not assume any
16448 directory separators when matching source file paths.
16449 * gdb.python/py-breakpoint.exp: Likewise.
16450 * gdb.reverse/break-precsave.exp: Likewise.
16451 * gdb.reverse/break-reverse.exp: Likewise.
16452 * gdb.reverse/consecutive-precsave.exp: Likewise.
16453 * gdb.reverse/finish-precsave.exp: Likewise.
16454 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
16455 * gdb.reverse/finish-reverse.exp: Likewise.
16456 * gdb.reverse/i386-precsave.exp: Likewise.
16457 * gdb.reverse/i387-env-reverse.exp: Likewise.
16458 * gdb.reverse/i387-stack-reverse.exp: Likewise.
16459 * gdb.reverse/machinestate-precsave.exp: Likewise.
16460 * gdb.reverse/machinestate.exp: Likewise.
16461 * gdb.reverse/sigall-precsave.exp: Likewise.
16462 * gdb.reverse/solib-precsave.exp: Likewise.
16463 * gdb.reverse/step-precsave.exp: Likewise.
16464 * gdb.reverse/until-precsave.exp: Likewise.
16465 * gdb.reverse/watch-precsave.exp: Likewise.
16466 * gdb.reverse/watch-reverse.exp: Likewise.
16467
16468 2014-10-17 Yao Qi <yao@codesourcery.com>
16469
16470 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
16471 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
16472
16473 2014-10-17 Pedro Alves <palves@redhat.com>
16474
16475 PR gdb/17471
16476 * gdb.base/bg-execution-repeat.c: New file.
16477 * gdb.base/bg-execution-repeat.exp: New file.
16478
16479 2014-10-17 Pedro Alves <palves@redhat.com>
16480
16481 PR gdb/17300
16482 * gdb.base/continue-all-already-running.c: New file.
16483 * gdb.base/continue-all-already-running.exp: New file.
16484
16485 2014-10-17 Pedro Alves <palves@redhat.com>
16486
16487 PR gdb/17472
16488 * gdb.base/annota-input-while-running.c: New file.
16489 * gdb.base/annota-input-while-running.exp: New file.
16490
16491 2014-10-17 Pedro Alves <palves@redhat.com>
16492
16493 * gdb.base/callfuncs.exp: emove references to osf.
16494 * gdb.base/sigall.exp: Likewise.
16495 * gdb.gdb/selftest.exp: Likewise.
16496 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16497 * gdb.mi/non-stop.c: Likewise.
16498 * gdb.mi/pthreads.c: Likewise.
16499 * gdb.reverse/sigall-precsave.exp: Likewise.
16500 * gdb.reverse/sigall-reverse.exp: Likewise.
16501 * gdb.threads/pthreads.c: Likewise.
16502 * gdb.threads/pthreads.exp: Likewise.
16503
16504 2014-10-17 Yao Qi <yao@codesourcery.com>
16505
16506 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
16507 check 'target_info exists noargs'.
16508 (test_command_prompt_position): Likewise.
16509 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
16510 Remove "set args".
16511 (progvar_simple_while_test): Likewise.
16512 (progvar_complex_if_while_test): Likewise.
16513 (if_while_breakpoint_command_test): Likewise.
16514 (infrun_breakpoint_command_test): Likewise.
16515 (breakpoint_command_test): Likewise.
16516 (watchpoint_command_test): Likewise.
16517 (bp_deleted_in_command_test): Likewise.
16518 (temporary_breakpoint_commands): Likewise.
16519
16520 2014-10-16 Yao Qi <yao@codesourcery.com>
16521
16522 * gdb.base/remotetimeout.exp: Remove noargs checking.
16523
16524 2014-10-15 Pedro Alves <palves@redhat.com>
16525
16526 PR breakpoints/9649
16527 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
16528 * gdb.base/breakpoint-in-ro-region.exp
16529 (probe_target_hardware_step): New procedure.
16530 (top level): Probe hardware stepping and hardware breakpoint
16531 support. Test stepping through a read-only region, with both
16532 "breakpoint auto-hw" on and off and both "always-inserted" on and
16533 off.
16534
16535 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
16536
16537 * gdb.dlang/demangle.exp: Update for demangling changes.
16538
16539 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16540
16541 * gdb.cp/non-trivial-retval.cc: Add new test cases.
16542 * gdb.cp/non-trivial-retval.exp: Add new tests.
16543
16544 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
16545
16546 PR c++/13403
16547 PR c++/15154
16548 * gdb.cp/non-trivial-retval.cc: New file.
16549 * gdb.cp/non-trivial-retval.exp: New file.
16550
16551 2014-10-15 Yao Qi <yao@codesourcery.com>
16552
16553 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
16554 remote host.
16555
16556 2014-10-15 Yao Qi <yao@codesourcery.com>
16557
16558 * gdb.python/py-symbol.exp: Match file base name if host is
16559 remote, otherwise match file name with dir name.
16560 * gdb.python/py-symtab.exp: Likewise.
16561 * gdb.python/python.exp: Likewise.
16562
16563 2014-10-15 Yao Qi <yao@codesourcery.com>
16564
16565 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
16566 pattern.
16567 * gdb.python/py-symtab.exp: Likewise.
16568 * gdb.python/python.exp: Remove trailing ".*". Fix typo
16569 locationn.
16570
16571 2014-10-14 Joel Brobecker <brobecker@adacore.com>
16572
16573 * gdb.ada/addr_arith: New testcase.
16574
16575 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
16576
16577 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
16578 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
16579 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
16580 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
16581
16582 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
16583
16584 * gdb.arch/stap-eval-lang-ada.S: Likewise.
16585 * gdb.arch/stap-eval-lang-ada.c: Likewise.
16586 * gdb.arch/stap-eval-lang-ada.exp: New file.
16587
16588 2014-10-14 Yao Qi <yao@codesourcery.com>
16589
16590 * gdb.mi/mi-var-child.c (nothing1): New function.
16591 (nothing2): New function.
16592 (do_children_tests): Set function pointers by nothing1 and
16593 nothing2.
16594 * gdb.mi/mi-var-child.exp: Step over new added statements.
16595 Update test to match the new output.
16596 * gdb.mi/var-cmd.c (nothing1): New function.
16597 (nothing2): New function.
16598 (do_children_tests): Set function pointers by nothing1 and
16599 nothing2.
16600 * gdb.mi/mi-var-display.exp: Update test to match output.
16601 Step to the line specified by $line_dct_nothing.
16602 Increase the number of lines to step.
16603
16604 2014-10-14 Yao Qi <yao@codesourcery.com>
16605
16606 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16607 tests.
16608 * gdb.mi/mi2-var-child.exp: Likewise.
16609
16610 2014-10-13 Doug Evans <dje@google.com>
16611
16612 * gdb.python/py-objfile.exp: Change name of file name test.
16613
16614 2014-10-13 Doug Evans <dje@google.com>
16615
16616 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16617 from the start of the CU.
16618
16619 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16620 Yao Qi <yao@codesourcery.com>
16621
16622 Fix "save breakpoints" for "catch" command.
16623 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16624 Remove -nonewline. Match also the added "main" line.
16625
16626 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16627
16628 Fix "save breakpoints" for "disable $bpnum" command.
16629 * gdb.base/save-bp.c (main): Add label.
16630 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16631
16632 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16633
16634 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16635
16636 2014-10-11 Yao Qi <yao@codesourcery.com>
16637
16638 * gdb.server/server-kill.exp: Execute command
16639 "set remote trace-status-packet on" before "tstatus".
16640
16641 2014-10-11 Yao Qi <yao@codesourcery.com>
16642
16643 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16644 (main): Call getppid.
16645 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16646 and continue to it. Read variable "server_pid".
16647
16648 2014-10-11 Yao Qi <yao@codesourcery.com>
16649
16650 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16651
16652 2014-10-11 Yao Qi <yao@codesourcery.com>
16653
16654 * gdb.threads/thread-find.exp: Don't execute command
16655 "info threads".
16656 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16657 * gdb.threads/linux-dp.exp: Don't check the condition
16658 $threads_created equals to zero.
16659
16660 2014-10-10 Pedro Alves <palves@redhat.com>
16661
16662 * gdb.base/bigcore.exp: Remove references to IRIX.
16663 * gdb.base/funcargs.exp: Likewise.
16664 * gdb.base/interrupt.exp: Likewise.
16665 * gdb.base/mips_pro.exp: Likewise.
16666 * gdb.base/nodebug.exp: Likewise.
16667 * gdb.base/setvar.exp: Likewise.
16668 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16669
16670 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16671 Pedro Alves <palves@redhat.com>
16672
16673 PR symtab/14466
16674 * gdb.base/vdso-warning.c: New file.
16675 * gdb.base/vdso-warning.exp: New file.
16676
16677 2014-10-02 Doug Evans <dje@google.com>
16678
16679 * gdb.base/structs.c (main): Don't run forever.
16680
16681 2014-10-02 Pedro Alves <palves@redhat.com>
16682
16683 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16684 (top level) <stop threads 1, stop threads 2>: Use it.
16685
16686 2014-10-02 Pedro Alves <palves@redhat.com>
16687
16688 * gdb.threads/break-while-running.exp (test): Add new
16689 'update_thread_list' argument. Skip "info threads" if false.
16690 (top level): Add new 'update_thread_list' axis.
16691
16692 2014-10-02 Pedro Alves <palves@redhat.com>
16693
16694 PR breakpoints/17431
16695 * gdb.base/execl-update-breakpoints.c: New file.
16696 * gdb.base/execl-update-breakpoints.exp: New file.
16697
16698 2014-10-01 Pedro Alves <palves@redhat.com>
16699
16700 * gdb.base/breakpoint-in-ro-region.c: New file.
16701 * gdb.base/breakpoint-in-ro-region.exp: New file.
16702
16703 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16704
16705 * gdb.mi/mi-exit-code.exp: New file.
16706 * gdb.mi/mi-exit-code.c: New file.
16707
16708 2014-09-30 Yao Qi <yao@codesourcery.com>
16709
16710 * lib/prelink-support.exp (build_executable_own_libs): Error if
16711 the target isn't native.
16712
16713 2014-09-30 Yao Qi <yao@codesourcery.com>
16714
16715 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16716 false.
16717
16718 2014-09-22 Pedro Alves <palves@redhat.com>
16719
16720 * gdb.threads/break-while-running.exp: New file.
16721 * gdb.threads/break-while-running.c: New file.
16722
16723 2014-09-19 Yao Qi <yao@codesourcery.com>
16724
16725 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16726 Invoke test. Restart GDB with --readnow and invoke test again.
16727
16728 2014-09-19 Yao Qi <yao@codesourcery.com>
16729
16730 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16731 proc set_breakpoint_on_gcd_function. Invoke
16732 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16733 invoke set_breakpoint_on_gcd_function again.
16734
16735 2014-09-18 Doug Evans <dje@google.com>
16736
16737 * gdb.dwarf2/symtab-producer.exp: New file.
16738
16739 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16740
16741 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16742 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16743 * gdb.base/global-var-nested-by-dso.c: Likewise.
16744 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16745
16746 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16747 Pedro Alves <palves@redhat.com>
16748
16749 * gdb.base/watch-bitfields.exp: Pass string other than test file
16750 name to prepare_for_testing.
16751 (watch): New procedure.
16752 (expect_watchpoint): Use with_test_prefix.
16753 (top level): Factor out tests to ...
16754 (test_watch_location, test_regular_watch): ... these new
16755 procedures, and use with_test_prefix and gdb_continue_to_end.
16756
16757 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16758
16759 PR breakpoints/12526
16760 * gdb.base/watch-bitfields.exp: New file.
16761 * gdb.base/watch-bitfields.c: New file.
16762
16763 2014-09-16 Pedro Alves <palves@redhat.com>
16764
16765 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16766 software and hardware addresses, not software address against
16767 itself.
16768
16769 2014-09-16 Pedro Alves <palves@redhat.com>
16770
16771 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16772 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16773
16774 2014-09-16 Pedro Alves <palves@redhat.com>
16775
16776 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16777 files.
16778 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16779 "*-*-vxworks*" throughout.
16780 * gdb.base/break.exp: Likewise.
16781 * gdb.base/default.exp: Likewise.
16782 * gdb.base/scope.exp: Likewise.
16783 * gdb.base/sepdebug.exp: Likewise.
16784 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16785 throughout.
16786 * gdb.base/run.c: Likewise.
16787 * gdb.base/sepdebug.c: Likewise.
16788 * gdb.hp/gdb.aCC/run.c: Likewise.
16789 * gdb.reverse/until-reverse.c: Likewise.
16790 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16791
16792 2014-09-16 Yao Qi <yao@codesourcery.com>
16793
16794 * boards/local-remote-host-native.exp: New file.
16795
16796 2014-09-14 Doug Evans <xdje42@gmail.com>
16797
16798 * gdb.threads/queue-signal.c (thread_count): New variable.
16799 (thread_count_mutex, thread_count_condvar): New variables.
16800 (incr_thread_count, wait_all_threads_running): New functions.
16801 (main): Wait for all threads to be in their thread functions.
16802
16803 2014-09-13 Doug Evans <xdje42@gmail.com>
16804
16805 * gdb.threads/queue-signal.c: New file.
16806 * gdb.threads/queue-signal.exp: New file.
16807
16808 2014-09-13 Doug Evans <xdje42@gmail.com>
16809
16810 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16811 be consistent with what default_gdb_init uses.
16812 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16813 the plain text of the prompt. Add some logging printfs.
16814 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16815
16816 2014-09-12 Pedro Alves <palves@redhat.com>
16817
16818 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16819 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16820 * gdb.arch/i386-size-overlap.exp: Likewise.
16821 * gdb.arch/i386-size.exp: Likewise.
16822 * gdb.arch/i386-unwind.exp: Likewise.
16823 * gdb.base/a2-run.exp: Likewise.
16824 * gdb.base/break.exp: Likewise.
16825 * gdb.base/charset.exp: Likewise.
16826 * gdb.base/chng-syms.exp: Likewise.
16827 * gdb.base/commands.exp: Likewise.
16828 * gdb.base/dbx.exp: Likewise.
16829 * gdb.base/find.exp: Likewise.
16830 * gdb.base/funcargs.exp: Likewise.
16831 * gdb.base/jit-simple.exp: Likewise.
16832 * gdb.base/reread.exp: Likewise.
16833 * gdb.base/sepdebug.exp: Likewise.
16834 * gdb.base/step-bt.exp: Likewise.
16835 * gdb.cp/mb-inline.exp: Likewise.
16836 * gdb.cp/mb-templates.exp: Likewise.
16837 * gdb.objc/basicclass.exp: Likewise.
16838 * gdb.threads/killed.exp: Likewise.
16839
16840 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16841
16842 PR tdep/17379
16843 * gdb.arch/powerpc-stackless.S: New file.
16844 * gdb.arch/powerpc-stackless.exp: New file.
16845
16846 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16847
16848 * gdb.base/attach.c: Include unistd.h.
16849 (main): Call alarm. Add label postloop.
16850 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16851 gdb_breakpoint, gdb_continue_to_breakpoint.
16852 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16853
16854 2014-09-11 Pedro Alves <palves@redhat.com>
16855
16856 PR gdb/17347
16857 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16858 * gdb.base/attach.exp (test_command_line_attach_run): New
16859 procedure.
16860 (top level): Call it.
16861
16862 2014-09-11 Pedro Alves <palves@redhat.com>
16863
16864 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16865 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16866 (do_command_attach_tests): Use spawn_wait_for_attach.
16867 * gdb.base/solib-overlap.exp: Likewise.
16868 * gdb.multi/multi-attach.exp: Likewise.
16869 * gdb.python/py-prompt.exp: Likewise.
16870 * gdb.python/py-sync-interp.exp: Likewise.
16871 * gdb.server/ext-attach.exp: Likewise.
16872
16873 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16874
16875 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16876 command in testcase. Simplify testcase.
16877
16878 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16879
16880 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16881
16882 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16883
16884 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16885
16886 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16887
16888 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16889
16890 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16891
16892 * gdb.dwarf2/dynarr-ptr.c: New file.
16893 * gdb.dwarf2/dynarr-ptr.exp: New file.
16894
16895 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16896
16897 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16898 of 30 rather than hardcoding 120 for a slow test case. Take the
16899 `gdb,timeout' target setting into account for this calculation.
16900 Don't extend the timeout for the test cases that don't need it.
16901
16902 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16903
16904 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16905 a factor of 2 for a slow test case. Take the `gdb,timeout'
16906 target setting into account for this calculation.
16907 * gdb.reverse/until-precsave.exp: Increase the timeout by
16908 a factor of 15 and 3 respectively rather than adding 120
16909 for a pair of slow test cases. Take the `gdb,timeout'
16910 target setting into account for this calculation.
16911
16912 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16913
16914 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16915 timeout, don't pass one down to gdb_expect.
16916 (gdb_expect): Rework timeout selection.
16917
16918 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16919
16920 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16921 exception on timeout.
16922 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16923 (gdbserver_start_extended): Catch any `gdbserver_start' error
16924 exceptions.
16925 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16926 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16927 `gdbserver_gdb_load' error exceptions.
16928
16929 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16930
16931 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16932 120 on waiting for the TCP socket to open.
16933
16934 2014-09-09 Doug Evans <xdje42@gmail.com>
16935
16936 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16937 _caller_matches, _any_caller_is, _any_caller_matches.
16938
16939 2014-09-09 Doug Evans <xdje42@gmail.com>
16940
16941 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16942
16943 2014-09-09 Yao Qi <yao@codesourcery.com>
16944
16945 * gdb.mi/mi-var-display.exp: Set print symbol off.
16946
16947 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16948
16949 PR gdb/17035
16950 * gdb.base/commands.exp: Add tests to verify user-defined
16951 commands with empty bodies.
16952 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16953 python commands in `show user command`.
16954 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16955 scheme commands in `show user command`.
16956
16957 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16958
16959 PR python/17355
16960 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16961 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16962 * gdb.python/py-framefilter-invalidarg.exp: New file.
16963 * gdb.python/py-framefilter-invalidarg.py: New file.
16964
16965 2014-09-06 Doug Evans <xdje42@gmail.com>
16966
16967 PR 15276
16968 * gdb.python/py-caller-is.c: New file.
16969 * gdb.python/py-caller-is.exp: New file.
16970
16971 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16972
16973 PR gdb/17235
16974 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16975 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16976
16977 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16978
16979 PR fortran/17237
16980 * gdb.fortran/print-formatted.exp: New file.
16981 * gdb.fortran/print-formatted.f90: Likewise.
16982
16983 2014-09-03 Sasha Smundak <asmundak@google.com>
16984
16985 * gdb.python/py-frame.exp: Test Frame.read_register.
16986
16987 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16988
16989 PR python/16699
16990 * gdb.python/py-completion.exp: New file.
16991 * gdb.python/py-completion.py: Likewise.
16992
16993 2014-08-28 Doug Evans <dje@google.com>
16994
16995 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16996 eax,etc. are live with values set by gdb and thus the compiler can't
16997 use them.
16998 * gdb.arch/i386-pseudo.c (main): Ditto.
16999
17000 2014-08-27 Doug Evans <dje@google.com>
17001
17002 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
17003
17004 2014-08-25 Doug Evans <dje@google.com>
17005
17006 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
17007 (main): Ditto.
17008
17009 2014-08-25 Doug Evans <dje@google.com>
17010
17011 * gdb.threads/thread-execl.exp: #include <stdio.h>.
17012
17013 2014-08-24 Yao Qi <yao@codesourcery.com>
17014
17015 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
17016 symbol off.
17017 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
17018
17019 2014-08-22 Doug Evans <dje@google.com>
17020
17021 PR 17276
17022 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
17023 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
17024 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
17025
17026 2014-08-22 Yao Qi <yao@codesourcery.com>
17027
17028 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
17029 * gdb.python/py-finish-breakpoint2.exp: Likewise.
17030 * gdb.python/python.exp: Likewise. Use .py file on the host
17031 instead of the build.
17032
17033 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17034
17035 * gdb.threads/gcore-stale-thread.c: New file.
17036 * gdb.threads/gcore-stale-thread.exp: New file.
17037
17038 2014-08-21 Pedro Alves <palves@redhat.com>
17039
17040 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
17041 * gdb.base/gcore-relro-pie.exp: Likewise.
17042 * gdb.base/gcore-relro.exp: Likewise.
17043 * gdb.base/gcore.exp: Likewise.
17044 * gdb.base/print-symbol-loading.exp: Likewise.
17045 * gdb.threads/gcore-thread.exp: Likewise.
17046 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
17047
17048 2014-08-20 Pedro Alves <palves@redhat.com>
17049 Jan Kratochvil <jan.kratochvil@redhat.com>
17050
17051 * Makefile.in (EXTRA_RULES, CC): New variables, get from
17052 configure.
17053 (EXPECT): Handle READ1 being set.
17054 (all): Depend on EXTRA_RULES.
17055 (check-read1, expect-read1, read1.so, read1): New rules.
17056 * README (Testsuite Parameters): Document the READ1 make variable.
17057 (Race detection): New section.
17058 * configure: Regenerate.
17059 * configure.ac: If build==host==target, and running under a
17060 GNU/glibc system, add read1 to the extra Makefile rules.
17061 (EXTRA_RULES): AC_SUBST it.
17062 * lib/read1.c: New file.
17063
17064 2014-08-20 Joel Brobecker <brobecker@adacore.com>
17065
17066 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
17067 the handling of variables declared as a typedef to an array
17068 which a DW_AT_data_location attribute.
17069
17070 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
17071 Pedro Alves <palves@redhat.com>
17072
17073 PR symtab/14604
17074 PR symtab/14605
17075 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
17076 gdb_test.
17077
17078 2014-08-19 Pedro Alves <palves@redhat.com>
17079
17080 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
17081
17082 2014-08-19 Yao Qi <yao@codesourcery.com>
17083
17084 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
17085 right line.
17086
17087 2014-08-18 David Blaikie <dblaikie@gmail.com>
17088
17089 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
17090
17091 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17092
17093 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
17094 attribute in array range.
17095
17096 2014-08-18 Joel Brobecker <brobecker@adacore.com>
17097
17098 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
17099
17100 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17101
17102 PR c++/17132
17103 * gdb.cp/pr17132.cc: New file.
17104 * gdb.cp/pr17132.exp: New file.
17105
17106 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
17107
17108 * gdb.python/py-xmethods.py (A_getarrayind)
17109 (E_method_char_worker.__call__, E_method_int_worker.__call__):
17110 Use 'print' with function call syntax.
17111 (E_method_matcher.match): Fix tab vs space indentation mixup.
17112
17113 2014-08-15 Yao Qi <yao@codesourcery.com>
17114
17115 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
17116 false.
17117
17118 2014-08-15 Yao Qi <yao@codesourcery.com>
17119
17120 * gdb.cp/casts.exp: Set print symbol off.
17121 * gdb.cp/class2.exp: Likewise.
17122 * gdb.cp/overload.exp: Likewise.
17123 * gdb.cp/templates.exp: Likewise.
17124
17125 2014-08-11 Doug Evans <dje@google.com>
17126
17127 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
17128 (test_load_shlib): Update.
17129
17130 2014-08-09 Yao Qi <yao@codesourcery.com>
17131
17132 * gdb.base/display.exp: Invoke is_address_zero_readable.
17133 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
17134 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17135 * gdb.base/hbreak-unmapped.exp: Return if
17136 is_address_zero_readable returns true.
17137 * gdb.base/signest.exp: Likewise.
17138 * gdb.base/signull.exp: Likewise.
17139 * gdb.base/sigbpt.exp: Likewise.
17140 * gdb.guile/scm-disasm.exp: Do the test if
17141 is_address_zero_readable returns false.
17142 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
17143 * gdb.python/py-arch.exp: Likewise.
17144 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
17145 * lib/gdb.exp (is_address_zero_readable): New proc.
17146
17147 2014-08-09 Yao Qi <yao@codesourcery.com>
17148
17149 PR testsuite/13443
17150 * gdb.mi/mi-var-display.exp: Make test messages unique.
17151
17152 2014-08-04 Tom Tromey <tromey@redhat.com>
17153
17154 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
17155 target 0".
17156
17157 2014-08-04 Tom Tromey <tromey@redhat.com>
17158
17159 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
17160 "target_resume".
17161
17162 2014-08-01 Joel Brobecker <brobecker@adacore.com>
17163
17164 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
17165 inner_vla_struct_object_size.
17166 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
17167 as xfail.
17168
17169 2014-07-30 Pedro Alves <palves@redhat.com>
17170
17171 * gdb.threads/signal-command-handle-nopass.exp (test): Add
17172 comment.
17173
17174 2014-07-29 Yao Qi <yao@codesourcery.com>
17175
17176 PR gdb/17206
17177 * gdb.base/until-nodebug.exp: New.
17178
17179 2014-07-28 Doug Evans <xdje42@gmail.com>
17180
17181 PR guile/17203
17182 * gdb.guile/scm-parameter.exp: Add tests for trying to create
17183 previously existing parameter, and previously ambiguously spelled
17184 parameter.
17185
17186 2014-07-28 Will Newton <will.newton@linaro.org>
17187
17188 * gdb.base/varargs.exp: Remove KFAILs for ARM.
17189
17190 2014-07-26 Ludovic Courtès <ludo@gnu.org>
17191 Doug Evans <xdje42@gmail.com>
17192
17193 PR guile/17146
17194 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
17195
17196 2014-07-25 Pedro Alves <palves@redhat.com>
17197
17198 * gdb.threads/signal-command-handle-nopass.c: New file.
17199 * gdb.threads/signal-command-handle-nopass.exp: New file.
17200 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
17201 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
17202 * gdb.threads/signal-delivered-right-thread.c: New file.
17203 * gdb.threads/signal-delivered-right-thread.exp: New file.
17204
17205 2014-07-25 Pedro Alves <palves@redhat.com>
17206
17207 * gdb.base/double-prompt-target-event-error.exp
17208 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
17209 match.
17210 (cancel_pagination_in_target_event): Rework double prompt
17211 detection.
17212 * gdb.base/paginate-after-ctrl-c-running.exp
17213 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
17214 <return>' match.
17215 * gdb.base/paginate-bg-execution.exp
17216 (test_bg_execution_pagination_return)
17217 (test_bg_execution_pagination_cancel): Remove '-notransfer
17218 <return>' matches.
17219 * gdb.base/paginate-execution-startup.exp
17220 (test_fg_execution_pagination_return)
17221 (test_fg_execution_pagination_cancel): Remove '-notransfer
17222 <return>' matches.
17223 * gdb.base/paginate-inferior-exit.exp
17224 (test_paginate_inferior_exited): Remove '-notransfer <return>'
17225 match.
17226 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
17227 * lib/gdb.exp (pagination_prompt): Run text through
17228 string_to_regexp.
17229 (gdb_test_multiple): Match $pagination_prompt instead of
17230 "<return>".
17231 (string_to_regexp): Move to lib/gdb-utils.exp.
17232
17233 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17234
17235 * gdb.arch/amd64-entry-value-paramref.S: New file.
17236 * gdb.arch/amd64-entry-value-paramref.cc: New file.
17237 * gdb.arch/amd64-entry-value-paramref.exp: New file.
17238 * gdb.arch/amd64-optimout-repeat.S: New file.
17239 * gdb.arch/amd64-optimout-repeat.c: New file.
17240 * gdb.arch/amd64-optimout-repeat.exp: New file.
17241
17242 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17243
17244 PR gdb/17170
17245 * gdb.base/statistics.exp: New file.
17246
17247 2014-07-17 Doug Evans <dje@google.com>
17248
17249 PR gdb/17170
17250 * gdb.base/maint.exp: Update testing of per-command stats.
17251
17252 2014-07-16 Pedro Alves <palves@redhat.com>
17253
17254 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
17255 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
17256 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
17257 (tfile_write_buf): New functions.
17258 (add_memory_block): Rewrite using the above.
17259 (adjust_function_address): New function.
17260 (FUNCTION_ADDRESS): New macro.
17261 (write_basic_trace_file): Remove short_x local, and use
17262 tfile_write_16. Change type of func_addr local to unsigned long
17263 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
17264 here. Cast argument of add_memory_block to char pointer.
17265 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
17266 (main): Remove parameters.
17267 * gdb.trace/tfile.exp: Remove nowarnings.
17268
17269 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
17270
17271 * gdb.base/debug-expr.exp: Test string evaluation with
17272 "debug expression" on.
17273
17274 2014-07-15 Pedro Alves <palves@redhat.com>
17275
17276 * gdb.base/reread.exp: Use clean_restart.
17277
17278 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
17279
17280 * gdb.arch/avr-flash-qualifer.c: New.
17281 * gdb.arch/avr-flash-qualifer.exp: New.
17282
17283 2014-07-14 Pedro Alves <palves@redhat.com>
17284
17285 * gdb.base/paginate-after-ctrl-c-running.c: New file.
17286 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
17287
17288 2014-07-14 Pedro Alves <palves@redhat.com>
17289
17290 * gdb.base/double-prompt-target-event-error.c: New file.
17291 * gdb.base/double-prompt-target-event-error.exp: New file.
17292
17293 2014-07-14 Pedro Alves <palves@redhat.com>
17294
17295 PR gdb/17072
17296 * gdb.base/paginate-inferior-exit.c: New file.
17297 * gdb.base/paginate-inferior-exit.exp: New file.
17298
17299 2014-07-14 Pedro Alves <palves@redhat.com>
17300
17301 PR gdb/17072
17302 * gdb.base/paginate-bg-execution.c: New file.
17303 * gdb.base/paginate-bg-execution.exp: New file.
17304
17305 2014-07-14 Pedro Alves <palves@redhat.com>
17306
17307 PR gdb/17072
17308 * gdb.base/paginate-execution-startup.c: New file.
17309 * gdb.base/paginate-execution-startup.exp: New file.
17310 * lib/gdb.exp (pagination_prompt): New global.
17311 (default_gdb_spawn): New procedure, factored out from
17312 default_gdb_spawn.
17313 (default_gdb_start): Adjust to call default_gdb_spawn.
17314 (gdb_spawn): New procedure.
17315
17316 2014-07-14 Pedro Alves <palves@redhat.com>
17317
17318 * lib/gdb.exp (gdb_assert): New procedure.
17319 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
17320
17321 2014-07-14 Pedro Alves <palves@redhat.com>
17322
17323 * gdb.base/execution-termios.c: New file.
17324 * gdb.base/execution-termios.exp: New file.
17325
17326 2014-07-14 Tom Tromey <tromey@redhat.com>
17327
17328 * gdb.cp/vla-cxx.cc: New file.
17329 * gdb.cp/vla-cxx.exp: New file.
17330
17331 2014-07-14 Tom Tromey <tromey@redhat.com>
17332
17333 * gdb.reverse/rerun-prec.c: New file.
17334 * gdb.reverse/rerun-prec.exp: New file.
17335
17336 2014-07-12 Maciej W. Rozycki <macro@mips.com>
17337 Maciej W. Rozycki <macro@codesourcery.com>
17338
17339 * lib/gdb-utils.exp: New file.
17340 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
17341 inline `gdb_init_command' processing.
17342 (gdb_start_cmd): Likewise.
17343 * lib/mi-support.exp (mi_run_cmd): Likewise.
17344 * README: Document `gdb_init_command' and `gdb_init_commands'.
17345
17346 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17347
17348 Fix false FAIL running under a very long directory name.
17349 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
17350 and "set print elements 10000". Twice.
17351
17352 2014-07-11 Yao Qi <yao@codesourcery.com>
17353
17354 * gdb.base/exprs.exp: "set print symbol off".
17355
17356 2014-07-11 Pedro Alves <palves@redhat.com>
17357
17358 * gdb.threads/kill.c: New file.
17359 * gdb.threads/kill.exp: New file.
17360
17361 2014-07-10 Yao Qi <yao@codesourcery.com>
17362
17363 * gdb.trace/tfile.c (write_basic_trace_file)
17364 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
17365 address written to trace file.
17366
17367 2014-07-09 Pedro Alves <palves@redhat.com>
17368
17369 * gdb.base/attach-wait-input.exp: New file.
17370 * gdb.base/attach-wait-input.c: New file.
17371
17372 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
17373
17374 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
17375 setting up test structures.
17376 (main): Call new test function.
17377 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
17378 test function, continue into test function and walk test
17379 structures.
17380
17381 2014-07-02 Yao Qi <yao@codesourcery.com>
17382
17383 * gdb.trace/entry-values.c: Define labels 'foo_start' and
17384 'bar_start' at the beginning of functions 'foo' and 'bar'
17385 respectively.
17386 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
17387 instead of 'foo' and 'bar'.
17388
17389 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
17390
17391 * gdb.btrace/segv.exp: New.
17392 * gdb.btrace/segv.c: New.
17393
17394 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
17395
17396 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
17397 instruction.
17398
17399 2014-06-30 Mark Wielaard <mjw@redhat.com>
17400
17401 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
17402 vulture, vilify, villar): New volatile array constants.
17403 (vindictive, vegetation): New const volatile array constants.
17404 * gdb.base/volatile.exp: Test volatile and const volatile array
17405 types.
17406
17407 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
17408
17409 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
17410 target lacks support for awatch, rwatch, or hbreak.
17411
17412 2014-06-27 Yao Qi <yao@codesourcery.com>
17413
17414 * gdb.multi/dummy-frame-restore.exp: New.
17415 * gdb.multi/dummy-frame-restore.c: New.
17416
17417 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
17418
17419 * gdb.btrace/gcore.exp: New.
17420
17421 2014-06-23 Pedro Alves <palves@redhat.com>
17422
17423 * gdb.base/watchpoint-reuse-slot.c: New file.
17424 * gdb.base/watchpoint-reuse-slot.exp: New file.
17425
17426 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
17427
17428 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
17429 progspace's filename in 'info', 'enable' and 'disable' command
17430 tests.
17431
17432 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17433
17434 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
17435 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17436 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
17437
17438 2014-06-20 Gary Benson <gbenson@redhat.com>
17439
17440 * gdb.arch/i386-avx.exp: Fix include file location.
17441 * gdb.arch/i386-sse.exp: Likewise.
17442
17443 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
17444
17445 * gdb.dlang/expression.exp: New file.
17446
17447 2014-06-19 Pedro Alves <palves@redhat.com>
17448
17449 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
17450 out from ...
17451 (top level): ... here. Iterate running tests under different
17452 scheduler-locking settings.
17453
17454 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
17455
17456 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
17457 to DW_FORM_addr and use non-zero addresses.
17458
17459 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
17460
17461 PR gdb/17017
17462 * gdb.python/py-xmethods.cc: Add global function call counters and
17463 increment them in their respective functions. Remove "cout"
17464 statements.
17465 * gdb.python/py-xmethods.exp: Make tests check the global function
17466 call counters instead of depending on inferior IO.
17467
17468 2014-06-18 Don Breazeal <donb@codesourcery.com>
17469
17470 * gdb.base/foll-fork.exp (default_fork_parent_follow):
17471 Deleted procedure.
17472 (explicit_fork_parent_follow): Deleted procedure.
17473 (explicit_fork_child_follow): Deleted procedure.
17474 (test_follow_fork): New procedure.
17475 (do_fork_tests): Replace calls to deleted procedures with
17476 calls to test_follow_fork and reset GDB for subsequent
17477 procedure calls.
17478
17479 2014-06-17 Yao Qi <yao@codesourcery.com>
17480
17481 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
17482 CP1252.
17483
17484 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
17485
17486 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
17487 Initialize ptr and S explicitly.
17488 (skip_type_update_when_not_use_rtti_test): Likewise.
17489
17490 2014-06-16 Keith Seitz <keiths@redhat.com>
17491
17492 PR mi/15863
17493 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
17494 the inferior is started.
17495
17496 2014-06-16 Pedro Alves <palves@redhat.com>
17497
17498 * gdb.base/break-main-file-remove-fail.c: New file.
17499 * gdb.base/break-main-file-remove-fail.exp: New file.
17500 * gdb.base/break-unload-file.exp: Use build_executable instead of
17501 prepare_for_testing.
17502 (test_break): New parameter "initial_load". Handle it.
17503 (top level): Add initial_load cmdline/file axis.
17504
17505 2014-06-12 Tom Tromey <tromey@redhat.com>
17506
17507 * gdb.base/completion.exp: Don't use directory name in test.
17508
17509 2014-06-09 Gary Benson <gbenson@redhat.com>
17510
17511 * gdb.base/sigall.c [Functions to send signals]: Reorder to
17512 separate the always-available ANSI-standard signals from the
17513 signals that require checking.
17514 (main): Likewise.
17515 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
17516 Likewise.
17517 (main): Likewise.
17518
17519 2014-06-07 Keith Seitz <keiths@redhat.com>
17520
17521 Revert:
17522 PR c++/16253
17523 * gdb.cp/var-tag.cc: New file.
17524 * gdb.cp/var-tag.exp: New file.
17525 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17526 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17527 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17528 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17529
17530 2014-06-06 Doug Evans <xdje42@gmail.com>
17531
17532 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
17533
17534 2014-06-06 Pedro Alves <palves@redhat.com>
17535
17536 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
17537 in target debug output instead of looking at RSP packets,
17538 disabling the test on any target that uses hardware stepping.
17539 Update comments.
17540
17541 2014-06-06 Pedro Alves <palves@redhat.com>
17542
17543 * gdb.base/break-unload-file.exp: Fix typo.
17544
17545 2014-06-06 Yao Qi <yao@codesourcery.com>
17546
17547 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
17548 from "jit_function" to "^jit_function".
17549
17550 2014-06-06 Yao Qi <yao@codesourcery.com>
17551
17552 * gdb.base/async.c (foo): Add one statement.
17553 * gdb.base/async.exp: Get the next instruction address and
17554 match the output of "nexti" by instruction address. Match
17555 the hex address in the output of "finish".
17556
17557 2014-06-06 Gary Benson <gbenson@redhat.com>
17558
17559 * gdb.base/call-signals.c: Remove preprocessor conditionals
17560 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
17561 SIGSEGV and SIGTERM.
17562 * gdb.base/sigall.c: Likewise.
17563 * gdb.base/unwindonsignal.c: Likewise.
17564 * gdb.reverse/sigall-reverse.c: Likewise.
17565
17566 2014-06-06 Yao Qi <yao@codesourcery.com>
17567
17568 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
17569 readable, skip the test.
17570
17571 2014-06-06 Yao Qi <yao@codesourcery.com>
17572
17573 * gdb.threads/staticthreads.c (thread_function): Move the line
17574 setting breakpoint on forward.
17575 * gdb.threads/staticthreads.exp: Update comments.
17576
17577 2014-06-05 Ludovic Courtès <ludo@gnu.org>
17578
17579 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
17580 "history-append! type error".
17581
17582 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
17583
17584 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
17585 erroneous dprintf expected input.
17586
17587 2014-06-04 Doug Evans <xdje42@gmail.com>
17588
17589 * gdb.guile/scm-generics.exp: Delete.
17590
17591 2014-06-04 Doug Evans <xdje42@gmail.com>
17592
17593 * gdb.guile/scm-breakpoint.exp: Update.
17594 Add tests for breakpoint registration.
17595
17596 2014-06-04 Tom Tromey <tromey@redhat.com>
17597
17598 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17599 VLA-in-union.
17600 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17601 inner_vla_struct, vla_union types. Initialize objects of those
17602 types and compute their sizes.
17603
17604 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17605 Hui Zhu <hui@codesourcery.com>
17606
17607 * gdb.base/fileio.exp: Add test for shell not available as well as
17608 available.
17609 * gdb.base/fileio.c (test_system): Check for shell twice.
17610
17611 2014-06-04 Yao Qi <yao@codesourcery.com>
17612
17613 * gdb.base/auto-connect-native-target.exp: Remove redundant
17614 space from the regexp pattern.
17615
17616 2014-06-04 Yao Qi <yao@codesourcery.com>
17617
17618 * gdb.base/default.exp: Replace "child" with "native" in
17619 regexp pattern.
17620
17621 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17622
17623 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17624 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17625 * gdb.python/py-xmethods.py: Python script supporting the
17626 new testcase and tests.
17627
17628 2014-06-03 Joel Brobecker <brobecker@adacore.com>
17629 Pedro Alves <palves@redhat.com>
17630
17631 PR breakpoints/17000
17632 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17633 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17634
17635 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17636
17637 * gdb.base/subst.exp: Add tests to verify partial path matching
17638 output.
17639
17640 2014-06-03 Pedro Alves <palves@redhat.com>
17641
17642 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17643 target that doesn't use software single-stepping.
17644
17645 2014-06-03 Pedro Alves <palves@redhat.com>
17646
17647 PR breakpoints/17000
17648 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17649 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17650
17651 2014-06-02 Doug Evans <xdje42@gmail.com>
17652
17653 * gdb.guile/scm-parameter.exp: New file.
17654
17655 2014-06-02 Doug Evans <xdje42@gmail.com>
17656
17657 * gdb.guile/scm-cmd.c: New file.
17658 * gdb.guile/scm-cmd.exp: New file.
17659
17660 2014-06-02 Doug Evans <xdje42@gmail.com>
17661
17662 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17663 pretty-printer lookup.
17664 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17665 (make-pp_s-printer): Call it.
17666 (make-pretty-printer-from-dict): New function.
17667 (lookup-pretty-printer-maker-from-dict): New function.
17668 (*pretty-printer*): Simplify.
17669 (make-objfile-pp_s-printer): New function.
17670 (install-objfile-pretty-printers!): New function.
17671 (make-progspace-pp_s-printer): New function.
17672 (install-progspace-pretty-printers!): New function.
17673 * gdb.guile/scm-progspace.c: New file.
17674 * gdb.guile/scm-progspace.exp: New file.
17675
17676 2014-06-02 Pedro Alves <palves@redhat.com>
17677
17678 * gdb.base/dprintf-bp-same-addr.c: New file.
17679 * gdb.base/dprintf-bp-same-addr.exp: New file.
17680
17681 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17682
17683 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17684 * gdb.arch/powerpc-power.s: Likewise.
17685
17686 2014-06-02 Joel Brobecker <brobecker@adacore.com>
17687
17688 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17689
17690 2014-06-01 Yao Qi <yao@codesourcery.com>
17691
17692 * gdb.base/watchpoint.exp (test_watch_location): Check null
17693 pointer can be dereferenced. If not, do the test, otherwise
17694 skip it.
17695
17696 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17697
17698 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17699 results.
17700 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17701
17702 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17703
17704 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17705 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17706 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17707 * gdb.arch/amd64-invalid-stack-top.c: New file.
17708 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17709
17710 2014-05-30 Pedro Alves <palves@redhat.com>
17711
17712 PR breakpoints/17000
17713 * gdb.base/sss-bp-on-user-bp.c: New file.
17714 * gdb.base/sss-bp-on-user-bp.exp: New file.
17715
17716 2014-05-30 David Blaikie <dblaikie@gmail.com>
17717
17718 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17719 gnu_inline semantics via attribute.
17720 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17721 source explicitly specifies the required semantics.
17722
17723 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17724
17725 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17726
17727 2014-05-29 Pedro Alves <palves@redhat.com>
17728 Tom Tromey <tromey@redhat.com>
17729
17730 * gdb.base/async-shell.exp: Don't enable target-async.
17731 * gdb.base/async.exp
17732 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17733 parameter. Adjust.
17734 (top level): Don't test with "target-async".
17735 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17736 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17737 * gdb.base/inferior-died.exp: Don't enable target-async.
17738 * gdb.base/interrupt-noterm.exp: Likewise.
17739 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17740 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17741 * gdb.mi/mi-nonstop.exp: Likewise.
17742 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17743 * gdb.mi/mi-nsintrall.exp: Likewise.
17744 * gdb.mi/mi-nsmoribund.exp: Likewise.
17745 * gdb.mi/mi-nsthrexec.exp: Likewise.
17746 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17747 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17748 * gdb.python/py-evsignal.exp: Don't enable target-async.
17749 * gdb.python/py-evthreads.exp: Likewise.
17750 * gdb.python/py-prompt.exp: Likewise.
17751 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17752 * gdb.server/solib-list.exp: Don't enable target-async.
17753 * gdb.threads/thread-specific-bp.exp: Likewise.
17754 * lib/mi-support.exp: Adjust to use mi-async.
17755
17756 2014-05-29 Pedro Alves <palves@redhat.com>
17757
17758 PR gdb/13860
17759 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17760 reason, even in sync mode.
17761
17762 2014-05-29 Pedro Alves <palves@redhat.com>
17763 Hui Zhu <hui@codesourcery.com>
17764
17765 PR PR15693
17766 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17767 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17768 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17769 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17770
17771 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17772
17773 * config/monitor.exp (gdb_target_monitor): Replace use of
17774 "set remotebaud" by "set serial baud".
17775
17776 2014-05-26 Andy Wingo <wingo@igalia.com>
17777
17778 * gdb.guile/scm-breakpoint.exp:
17779 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17780 properties instead of gdb-object-properties.
17781
17782 2014-05-26 Yao Qi <yao@codesourcery.com>
17783
17784 * gdb.server/no-thread-db.exp: Specify source file name
17785 explicitly when setting a breakpoint.
17786
17787 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17788
17789 * gdb.btrace/vdso.c: New.
17790 * gdb.btrace/vdso.exp: New.
17791
17792 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17793
17794 * gdb.base/gcore.exp (capture_command_output): Move ...
17795 * lib/gdb.exp (capture_command_output): ... here.
17796
17797 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17798
17799 * gdb.btrace/data.exp: Test memory access during btrace replay.
17800
17801 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17802
17803 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17804
17805 2014-05-21 Pedro Alves <palves@redhat.com>
17806
17807 PR gdb/13860
17808 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17809 (top level): Test that output related to execution commands is
17810 sent to the console with CLI commands, but not with MI commands.
17811 Test that breakpoint events are always mirrored to the console.
17812 Also expect the new source line to be output after a "next" in
17813 async mode too. Make it a pass/fail test.
17814 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17815 output.
17816 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17817
17818 2014-05-21 Pedro Alves <palves@redhat.com>
17819
17820 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17821 Use them to test variations of "list" after reaching a breakpoint.
17822 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17823 Test "list" with listsize 10 after reaching a breakpoint.
17824 * gdb.python/python.exp (decode_line current location line
17825 number): Adjust expected line number.
17826
17827 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17828
17829 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17830 behavior for $args, pass it directly to "run".
17831
17832 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17833
17834 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17835 30000 to 65536.
17836
17837 2014-05-21 Pedro Alves <palves@redhat.com>
17838
17839 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17840 auto-connect-native-target off".
17841 * gdb.base/auto-connect-native-target.c: New file.
17842 * gdb.base/auto-connect-native-target.exp: New file.
17843
17844 2014-05-21 Pedro Alves <palves@redhat.com>
17845
17846 * gdb.base/default.exp: Test "target native" instead of "target
17847 child".
17848
17849 2014-05-21 Mark Wielaard <mjw@redhat.com>
17850
17851 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17852
17853 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17854
17855 Fix TLS access for -static -pthread.
17856 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17857 <HAVE_TLS> (thread_function, main): Initialize it.
17858 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17859 Add clean_restart.
17860 <$have_tls != "">: Check TLSVAR.
17861
17862 2014-05-21 Pedro Alves <palves@redhat.com>
17863
17864 * gdb.base/dcache-line-read-error.c: New.
17865 * gdb.base/dcache-line-read-error.exp: New.
17866
17867 2014-05-20 Pedro Alves <palves@redhat.com>
17868
17869 * gdb.base/compare-sections.c: New file.
17870 * gdb.base/compare-sections.exp: New file.
17871
17872 2014-05-20 Pedro Alves <palves@redhat.com>
17873
17874 * gdb.base/break-idempotent.c: New file.
17875 * gdb.base/break-idempotent.exp: New file.
17876
17877 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17878
17879 * gdb.btrace/nohist.exp: New.
17880
17881 2014-05-20 Yao Qi <yao@codesourcery.com>
17882
17883 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17884 gdb.reverse directory and gdb_reverse_timeout exists in board
17885 setting.
17886 * README: Document gdb_reverse_timeout.
17887
17888 2014-05-20 Yao Qi <yao@codesourcery.com>
17889
17890 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17891 'test_file_name'. Treat args as a string instead of a list.
17892 (gdb_init): Rename argument 'args' by 'test_file_name'.
17893
17894 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17895
17896 * gdb.arch/powerpc-power.exp: New file.
17897 * gdb.arch/powerpc-power.s: New file.
17898
17899 2014-05-16 Doug Evans <dje@google.com>
17900
17901 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17902 * gdb.base/completion.exp: Check that all expected files exist
17903 before doing file completion.
17904
17905 2014-05-16 Doug Evans <dje@google.com>
17906
17907 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17908 Update.
17909 (do_syscall_tests_without_xml): Update.
17910
17911 2014-05-16 Pedro Alves <palves@redhat.com>
17912
17913 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17914 instead of "unknown output after running".
17915
17916 2014-05-16 Yao Qi <yao@codesourcery.com>
17917
17918 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17919 file1.txt from host at the end.
17920 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17921
17922 2014-05-15 Doug Evans <dje@google.com>
17923
17924 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17925 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17926 loading file. Add test for TU lookup.
17927
17928 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17929
17930 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17931 calling "-exec-arguments" or "set args" before running the
17932 inferior.
17933
17934 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17935
17936 * lib/mi-support.exp (mi_expect_stop): Expect message for
17937 inferiors that exit with non-zero exit code.
17938
17939 2014-05-14 Yao Qi <yao@codesourcery.com>
17940
17941 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17942 match absolute path on remote host.
17943 (test_file_list_exec_source_files): Remove "/" from the
17944 pattern.
17945
17946 2014-05-14 Yao Qi <yao@codesourcery.com>
17947
17948 * boards/local-remote-host-notty.exp (${board}_file): New
17949 proc.
17950
17951 2014-05-07 Kyle McMartin <kyle@redhat.com>
17952
17953 Pushed by Joel Brobecker <brobecker@adacore.com>.
17954 * gdb.arch/aarch64-atomic-inst.c: New file.
17955 * gdb.arch/aarch64-atomic-inst.exp: New file.
17956
17957 2014-05-07 Yao Qi <yao@codesourcery.com>
17958
17959 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17960 in current context" too.
17961
17962 2014-05-05 Keith Seitz <keiths@redhat.com>
17963
17964 * gdb.linespec/ls-dollar.exp: Add test for linespec
17965 file:convenience_variable.
17966
17967 2014-05-05 Yao Qi <yao@codesourcery.com>
17968
17969 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17970 traceframes into tfile and ctf trace files. Read data from
17971 trace file and test collected data.
17972 (gdb_collect_locals_test): Likewise.
17973 (gdb_unavailable_registers_test): Likewise.
17974 (gdb_unavailable_floats): Likewise.
17975 (gdb_collect_globals_test): Likewise.
17976 (top-level): Append "ctf" to trace_file_targets if GDB
17977 supports.
17978
17979 2014-05-05 Yao Qi <yao@codesourcery.com>
17980
17981 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17982 code to ...
17983 (gdb_collect_args_test_1): ... it. New proc.
17984 (gdb_collect_locals_test): Move some code to ...
17985 (gdb_collect_locals_test_1): ... it. New proc.
17986 (gdb_unavailable_registers_test): Move some code to ...
17987 (gdb_unavailable_registers_test_1): ... it. New proc.
17988 (gdb_unavailable_floats): Move some code to ...
17989 (gdb_unavailable_floats_1): ... it. New proc.
17990
17991 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17992
17993 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17994 probes to test for bitness recognition.
17995 * gdb.arch/amd64-stap-optional-prefix.exp
17996 (test_probe_value_without_reg): New procedure.
17997 Add code to test for different kinds of bitness.
17998
17999 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
18000
18001 PR breakpoints/16889
18002 * gdb.arch/amd64-stap-optional-prefix.S: New file.
18003 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18004
18005 2014-05-01 Pedro Alves <palves@redhat.com>
18006
18007 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18008 gdb_file_cmd if no file is specified.
18009 * boards/native-extended-gdbserver.exp (gdb_load): Use the
18010 last_loaded_file to set the remote exec-file.
18011
18012 2014-05-01 Pedro Alves <palves@redhat.com>
18013
18014 * boards/local-remote-host.exp: New file.
18015
18016 2014-05-01 Pedro Alves <palves@redhat.com>
18017
18018 * boards/local-remote-host.exp: Rename to ...
18019 * boards/local-remote-host-notty.exp: ... this.
18020
18021 2014-04-28 Joel Brobecker <brobecker@adacore.com>
18022
18023 * gdb.ada/dyn_arrayidx: New testcase.
18024
18025 2014-04-26 Yao Qi <yao@codesourcery.com>
18026
18027 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
18028 and compute the length of function main. Save it in
18029 $main_length.
18030 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
18031 (top-level): Use gdb_compile to compile objects into
18032 executable and restart GDB. Remove invocation to
18033 prepare_for_testing.
18034
18035 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
18036 Pedro Alves <palves@redhat.com>
18037
18038 PR server/16255
18039 * gdb.multi/multi-attach.c: New file.
18040 * gdb.multi/multi-attach.exp: New file.
18041
18042 2014-04-25 Pedro Alves <palves@redhat.com>
18043
18044 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
18045 user.
18046 (top level): Test that "set remote conditional-breakpoints-packet
18047 off" works as intended.
18048 * gdb.base/dprintf.exp: Test that "set remote
18049 breakpoint-commands-packet off" works as intended.
18050 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
18051 New function.
18052 (top level): Call it.
18053 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
18054 remote fast-tracepoints-packet off" works as intended.
18055 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
18056 * lib/gdb.exp (gdb_is_target_remote): ... here.
18057
18058 2014-04-24 David Blaikie <dblaikie@gmail.com>
18059
18060 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
18061 ensure clang would not discard them.
18062 * gdb.base/gdbvars.c: Ditto.
18063 * gdb.base/memattr.c: Ditto.
18064 * gdb.base/whatis.c: Ditto.
18065 * gdb.python/py-prettyprint.c: Ditto.
18066 * gdb.trace/actions.c: Ditto.
18067 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
18068 ensure clang would not discard it.
18069
18070 2014-04-24 David Blaikie <dblaikie@gmail.com>
18071
18072 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
18073 clang to emit the full definition of type required by the test
18074 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
18075
18076 2014-04-24 David Blaikie <dblaikie@gmail.com>
18077
18078 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
18079 coax Clang into emitting the definition of the type.
18080 * gdb.cp/pr10728-x.h (y): Ditto.
18081 * gdb.cp/pr10728-y.cc (y): Ditto.
18082
18083 2014-04-24 David Blaikie <dblaikie@gmail.com>
18084
18085 * gdb.base/label.exp: XFAIL label related tests under Clang.
18086 * gdb.cp/cplabel.exp: Ditto.
18087 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
18088 under Clang those using labels.
18089
18090 2014-04-25 Yao Qi <yao@codesourcery.com>
18091
18092 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
18093 double_label.
18094 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
18095 partial_label and double_label.
18096
18097 2014-04-24 David Blaikie <dblaikie@gmail.com>
18098
18099 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
18100
18101 2014-04-24 David Blaikie <dblaikie@gmail.com>
18102
18103 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
18104 of the function to work across GCC and Clang.
18105 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
18106 pointer types (const void ** const V void **).
18107
18108 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
18109 Walfred Tedeschi <walfred.tedeschi@intel.com>
18110
18111 * Makefile.in (EXECUTABLES): Added i386-avx512.
18112 * gdb.arch/i386-avx512.c: New file.
18113 * gdb.arch/i386-avx512.exp: Likewise.
18114
18115 2014-04-23 Keith Seitz <keiths@redhat.com>
18116
18117 * lib/mi-support.exp (mi_list_breakpoints): Delete.
18118 (mi_make_breakpoint_table): New procedure.
18119 (mi_create_breakpoint): Use mi_make_breakpoint
18120 and return the result.
18121 (mi_make_breakpoint): New procedure.
18122 (mi_build_kv_pairs): New procedure.
18123
18124 * gdb.mi/mi-break.exp: Remove unused globals,
18125 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
18126 All callers updated.
18127 * gdb.mi/mi-dprintf.exp: Use variable to track command
18128 number.
18129 Update all callers of mi_create_breakpoint and use
18130 mi_make_breakpoint_table.
18131 Remove any unused global variables.
18132 * gdb.mi/mi-nonstop.exp: Likewise.
18133 * gdb.mi/mi-nsintrall.exp: Likewise.
18134 * gdb.mi/mi-nsmoribund.exp: Likewise.
18135 * gdb.mi/mi-nsthrexec.exp: Likewise.
18136 * gdb.mi/mi-reverse.exp: Likewise.
18137 * gdb.mi/mi-simplerun.exp: Likewise.
18138 * gdb.mi/mi-stepn.exp: Likewise.
18139 * gdb.mi/mi-syn-frame.exp: Likewise.
18140 * gdb.mi/mi-until.exp: Likewise.
18141 * gdb.mi/mi-var-cp.exp: Likewise.
18142 * gdb.mi/mi-var-display.exp: Likewise.
18143 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
18144 * gdb.mi/mi2-var-child.exp: Likewise.
18145 * gdb.mi/mi-vla-c99.exp: Likewise.
18146 * lib/mi-support.exp: Likewise.
18147
18148 From Ian Lance Taylor <iant@cygnus.com>:
18149 * lib/gdb.exp (parse_args): New procedure.
18150
18151 2014-04-23 Pedro Alves <palves@redhat.com>
18152
18153 * gdb.base/break-unload-file.c: New file.
18154 * gdb.base/break-unload-file.exp: New file.
18155 * gdb.base/sym-file-lib.c (baz): New function.
18156 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
18157 field.
18158 (load): Store the segment's mapped size.
18159 (unload): New function.
18160 (unload_shlib): New function.
18161 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
18162 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
18163 set a breakpoint at baz, and call it.
18164 * gdb.base/sym-file.exp: New tests for stale breakpoint
18165 instructions.
18166
18167 2014-04-23 Pedro Alves <palves@redhat.com>
18168
18169 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
18170 * gdb.base/hbreak-in-shr-unsupported.c: New file.
18171 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
18172 * gdb.base/hbreak-unmapped.c: New file.
18173 * gdb.base/hbreak-unmapped.exp: New file.
18174 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
18175 * lib/gdb.exp (gdb_is_target_remote): ... here.
18176
18177 2014-04-22 Pedro Alves <palves@redhat.com>
18178
18179 * gdb.base/consecutive-step-over.c: New file.
18180 * gdb.base/consecutive-step-over.exp: New file.
18181
18182 2014-04-22 Pedro Alves <palves@redhat.com>
18183
18184 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
18185 instead of send_gdb/gdb_expect.
18186
18187 2014-04-22 Yao Qi <yao@codesourcery.com>
18188
18189 * lib/trace-support.exp (generate_tracefile): New procedure.
18190 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
18191 return 0.
18192 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
18193 if generate_tracefile returns 1.
18194
18195 2014-04-18 Tom Tromey <palves@redhat.com>
18196 Pedro alves <tromey@redhat.com>
18197
18198 PR backtrace/15558
18199 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
18200 with a backtrace limit.
18201 * gdb.python/py-frame-inline.exp: Test running to an inline
18202 function with a backtrace limit, and printing the newest frame.
18203 * gdb.python/py-frame-inline.c (main): Call f.
18204
18205 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18206
18207 * gdb.java/jnpe.exp: Drop srcdir from untested path.
18208
18209 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
18210
18211 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
18212 Drop prefix from unsupported source file path.
18213
18214 2014-04-17 Yao Qi <yao@codesourcery.com>
18215
18216 * lib/gdb.exp (with_target_charset): New proc.
18217 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
18218 with_target_charset.
18219 (test_print_strings): Likewise.
18220 (test_repeat_bytes): Likewise.
18221 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
18222 for some tests.
18223
18224 2014-04-16 Keith Seitz <keiths@redhat.com>
18225
18226 PR gdb/15827
18227 * gdb.dwarf2/corrupt.c: New file.
18228 * gdb.dwarf2/corrupt.exp: New file.
18229
18230 2014-04-16 Keith Seitz <keiths@redhat.com>
18231
18232 PR c++/16597
18233 * gdb.cp/namelessclass.cc: New file.
18234 * gdb.cp/namelessclass.exp: New file.
18235 * gdb.cp/namelessclass.S: New file.
18236
18237 2014-04-16 Doug Evans <dje@google.com>
18238
18239 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
18240 Add comment.
18241 (gdbserver_default_get_comm_port): New function.
18242 (gdbserver_start): Check if board file provided
18243 "gdbserver,get_comm_port" and use it if so.
18244 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
18245 (gdb,socketport): Set to "stdio".
18246 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
18247 (stdio_gdbserver_template): Delete.
18248 (${board}_get_remote_address): Update.
18249 (${board}_build_remote_cmd): Delete.
18250 (${board}_get_comm_port): New function.
18251 (${board}_spawn): Update.
18252 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
18253 Delete.
18254 (${board}_get_remote_address): Update.
18255 (${board}_get_comm_port): New function.
18256
18257 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
18258
18259 * gdb.base/memattr.exp: Improve regexps to handle memory regions
18260 appearing in any order.
18261
18262 2014-04-15 Doug Evans <dje@google.com>
18263
18264 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
18265 uninitialized value of "description".
18266
18267 2014-04-15 Keith Seitz <keiths@redhat.com>
18268
18269 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
18270 Remove unused globals.
18271 (test_running_the_program): Likewise.
18272 (test_controlled_execution): Likewise.
18273 (test_controlling_breakpoints): Likewise.
18274 (test_program_termination): Likewise.
18275
18276 2014-04-15 Keith Seitz <keiths@redhat.com>
18277
18278 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
18279 unused globals.
18280 (test_rbreak_creation_and_listing): Likewise.
18281 (test_ignore_count): Likewise.
18282 (test_error): Likewise.
18283
18284 2014-04-15 Pedro Alves <palves@redhat.com>
18285
18286 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
18287 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
18288 sym-file-loader.c.
18289 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18290 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18291 to sym-file-loader.c.
18292 (struct library): Forward declare.
18293 (load_shlib, lookup_function): Change prototypes.
18294 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18295 (translate_offset): Remove declarations.
18296 (get_text_addr): New declaration.
18297 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
18298 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
18299 sym-file-loader.h.
18300 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
18301 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
18302 here from sym-file-loader.h.
18303 (struct library): New structure.
18304 (load_shlib, lookup_function): Change prototypes and adjust to
18305 work with a struct library.
18306 (find_shstrtab, find_strtab, find_shdr, find_symtab)
18307 (translate_offset): Make static.
18308 (get_text_addr): New function.
18309 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
18310
18311 2014-04-15 Pedro Alves <palves@redhat.com>
18312
18313 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
18314
18315 2014-04-15 Pedro Alves <palves@redhat.com>
18316
18317 * gdb.base/sym-file-loader.c: Include <limits.h>.
18318 (SELF_LINK): New define.
18319 (get_origin): New function.
18320 (load_shlib): Use it.
18321 * gdb.base/sym-file.exp: Don't early return if the target is
18322 remote. Use runto_main, and issue fail is that fails. Use
18323 gdb_load_shlibs.
18324 (shlib_name): Delete.
18325 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
18326
18327 2014-04-15 Pedro Alves <palves@redhat.com>
18328
18329 * gdb.base/sym-file.exp: Remove regex characters from test
18330 message. Don't refer to breakpoint numbers in test messages.
18331
18332 2014-04-14 Keith Seitz <keiths@redhat.com>
18333
18334 PR c++/16253
18335 * gdb.cp/var-tag.cc: New file.
18336 * gdb.cp/var-tag.exp: New file.
18337 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18338 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18339 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18340 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18341
18342 2014-04-14 Tom Tromey <tromey@redhat.com>
18343
18344 * gdb.cp/classes.exp (test_enums): Handle underlying type.
18345 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
18346 type.
18347 * gdb.cp/enum-class.exp: New file.
18348 * gdb.cp/enum-class.cc: New file.
18349
18350 2014-04-14 Tom Tromey <tromey@redhat.com>
18351
18352 * gdb.dwarf2/enum-type.exp: New file.
18353
18354 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18355
18356 * gdb.mi/mi-vla-c99.exp: New file.
18357 * gdb.mi/vla.c: New file.
18358
18359 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18360
18361 * gdb.base/vla-datatypes.c: New file.
18362 * gdb.base/vla-datatypes.exp: New file.
18363
18364 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18365
18366 * gdb.base/vla-ptr.c: New file.
18367 * gdb.base/vla-ptr.exp: New file.
18368
18369 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18370
18371 * gdb.dwarf2/count.exp: New file.
18372
18373 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
18374
18375 * gdb.base/vla-sideeffect.c: New file.
18376 * gdb.base/vla-sideeffect.exp: New file.
18377
18378 2014-04-14 David Blaikie <dblaikie@gmail.com>
18379
18380 * gdb.mi/non-stop.c: Add return value for non-void function return
18381 statement.
18382 * gdb.threads/staticthreads.c: Ditto.
18383
18384 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
18385 Doug Evans <xdje42@gmail.com>
18386
18387 * gdb.guile/scm-value.c: Improve test case.
18388 * gdb.guile/scm-value.exp: Add new test.
18389
18390 2014-04-11 David Blaikie <dblaikie@gmail.com>
18391
18392 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
18393 override Clang's default.
18394
18395 2014-04-11 Joel Brobecker <brobecker@adacore.com>
18396
18397 Revert the following changes (regressions):
18398
18399 * gdb.base/vla-sideeffect.c: New file.
18400 * gdb.base/vla-sideeffect.exp: New file.
18401
18402 * gdb.dwarf2/count.exp: New file.
18403
18404 * gdb.base/vla-multi.c: New file.
18405 * gdb.base/vla-multi.exp: New file.
18406
18407 * gdb.base/vla-ptr.c: New file.
18408 * gdb.base/vla-ptr.exp: New file.
18409
18410 * gdb.base/vla-datatypes.c: New file.
18411 * gdb.base/vla-datatypes.exp: New file.
18412
18413 * gdb.mi/mi-vla-c99.exp: New file.
18414 * gdb.mi/vla.c: New file.
18415
18416 2014-04-11 Keith Seitz <keiths@redhat.com>
18417
18418 PR c++/16675
18419 * gdb.cp/cpsizeof.exp: New file.
18420 * gdb.cp/cpsizeof.cc: New file.
18421
18422 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18423
18424 * gdb.mi/mi-vla-c99.exp: New file.
18425 * gdb.mi/vla.c: New file.
18426
18427 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18428
18429 * gdb.base/vla-datatypes.c: New file.
18430 * gdb.base/vla-datatypes.exp: New file.
18431
18432 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18433
18434 * gdb.base/vla-ptr.c: New file.
18435 * gdb.base/vla-ptr.exp: New file.
18436
18437 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18438
18439 * gdb.base/vla-multi.c: New file.
18440 * gdb.base/vla-multi.exp: New file.
18441
18442 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18443
18444 * gdb.dwarf2/count.exp: New file.
18445
18446 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
18447
18448 * gdb.base/vla-sideeffect.c: New file.
18449 * gdb.base/vla-sideeffect.exp: New file.
18450
18451 2014-04-11 Yao Qi <yao@codesourcery.com>
18452
18453 * gdb.base/completion.exp: Check file exists before running tests
18454 on file completion.
18455
18456 2014-04-10 Pedro Alves <palves@redhat.com>
18457
18458 * gdb.base/cond-eval-mode.c: New file.
18459 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
18460 prepare_for_testing to build the new file. Check result of
18461 runto_main.
18462 (test_break, test_watch): New procedures.
18463 (top level): Use them.
18464
18465 2014-04-08 Pierre Muller <muller@sourceware.org>
18466
18467 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
18468 Ctrl-V use for mingw hosts.
18469
18470 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
18471
18472 * gdb.python/py-value.c: Improve test case.
18473 * gdb.python/py-value.exp: Add new test.
18474
18475 2014-04-07 David Blaikie <dblaikie@gmail.com>
18476
18477 * lib/compiler.c: Identify the clang compiler.
18478 * lib/compiler.cc: Ditto.
18479
18480 2014-04-03 Yao Qi <yao@codesourcery.com>
18481
18482 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
18483
18484 2014-04-01 Anton Blanchard <anton@samba.org>
18485
18486 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
18487 messages unique.
18488
18489 2014-04-01 Anton Blanchard <anton@samba.org>
18490
18491 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
18492 prepare_for_testing.
18493
18494 2014-04-01 Anton Blanchard <anton@samba.org>
18495
18496 * gdb.arch/ppc64-atomic-inst.c: Remove.
18497 * gdb.arch/ppc64-atomic-inst.S: New file.
18498 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
18499
18500 2014-03-31 Doug Evans <dje@google.com>
18501
18502 * gdb.base/print-symbol-loading-lib.c: New file.
18503 * gdb.base/print-symbol-loading-main.c: New file.
18504 * gdb.base/print-symbol-loading.exp: New file.
18505
18506 2014-03-31 Yao Qi <yao@codesourcery.com>
18507
18508 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
18509
18510 2014-03-28 Joel Brobecker <brobecker@adacore.com>
18511
18512 * gdb.ada/mi_dyn_arr: New testcase.
18513
18514 2014-03-27 Doug Evans <dje@google.com>
18515
18516 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
18517
18518 2014-03-27 Yao Qi <yao@codesourcery.com>
18519
18520 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
18521 if target is nios2-*-*.
18522
18523 2014-03-26 Yao Qi <yao@codesourcery.com>
18524
18525 * lib/gdb.exp (readline_is_used): New proc.
18526 * gdb.base/completion.exp: Move tests on command complete up.
18527 Skip the rest of tests if readline is not used.
18528 * gdb.ada/complete.exp: Skp the test if readline is not
18529 used.
18530 * gdb.base/filesym.exp: Likewise.
18531 * gdb.base/macscp.exp: Likewise.
18532 * gdb.base/readline-ask.exp: Likewise.
18533 * gdb.base/readline.exp: Likewise.
18534 * gdb.python/py-cmd.exp: Likewise.
18535 * gdb.trace/tfile.exp: Likewise.
18536
18537 2014-03-26 Yao Qi <yao@codesourcery.com>
18538
18539 * gdb.base/macscp.exp: Fix code format issues.
18540
18541 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
18542
18543 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
18544 * gdb.asm/powerpc64le.inc: New file.
18545
18546 2014-03-25 Pedro Alves <palves@redhat.com>
18547 Doug Evans <dje@google.com>
18548
18549 * gdb.base/source-execution.c: New file.
18550 * gdb.base/source-execution.exp: New file.
18551 * gdb.base/source-execution.gdb: New file.
18552
18553 2014-03-24 Doug Evans <dje@google.com>
18554
18555 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
18556 using fission.
18557
18558 2014-03-24 Hui Zhu <hui@codesourcery.com>
18559 Pedro Alves <palves@redhat.com>
18560
18561 PR breakpoints/16101
18562 * gdb.base/dprintf.exp: Use unsupported rather than changing the
18563 test pass/fail messages. Detect missing support for dprintf when
18564 breakpoints are actually inserted.
18565 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
18566 breakpoints are actually inserted.
18567 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
18568 fails.
18569
18570 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18571
18572 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
18573
18574 2014-03-22 Doug Evans <xdje42@gmail.com>
18575
18576 * gdb.python/python.exp (python not supported): Verify multi-line
18577 python command issues an error.
18578 * gdb.guile/guile.exp (guile not supported): Verify multi-line
18579 guile command issues an error.
18580
18581 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
18582
18583 * gdb.threads/thread-specific.exp: Handle the lack of usable
18584 $this_breakpoint and $this_thread.
18585
18586 2014-03-21 Hui Zhu <hui@codesourcery.com>
18587
18588 * gdb.base/attach.exp (do_command_attach_tests): New.
18589
18590 2014-03-20 Tom Tromey <tromey@redhat.com>
18591 Pedro Alves <palves@redhat.com>
18592
18593 PR cli/15718
18594 * gdb.base/condbreak-call-false.c: New file.
18595 * gdb.base/condbreak-call-false.exp: New file.
18596
18597 2014-03-20 Pedro Alves <palves@redhat.com>
18598
18599 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18600 Delete.
18601 (block_signals, unblock_signals): Delete.
18602 (child_function_2, main): Remove references to deleted variable
18603 and functions.
18604
18605 2014-03-20 Pedro Alves <palves@redhat.com>
18606
18607 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18608 Use pthread_kill to signal thread 2.
18609 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18610 Adjust to make the test send itself a signal rather than using the
18611 host's "kill" command.
18612
18613 2014-03-20 Pedro Alves <palves@redhat.com>
18614
18615 * gdb.threads/multiple-step-overs.c: New file.
18616 * gdb.threads/multiple-step-overs.exp: New file.
18617 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18618 Adjust expected infrun debug output.
18619
18620 2014-03-20 Pedro Alves <palves@redhat.com>
18621
18622 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18623 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18624
18625 2014-03-20 Pedro Alves <palves@redhat.com>
18626
18627 PR breakpoints/7143
18628 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18629 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18630 of gdb_test_multiple.
18631 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18632 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18633
18634 2014-03-20 Pedro Alves <palves@redhat.com>
18635
18636 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18637 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18638
18639 2014-03-19 Pedro Alves <palves@redhat.com>
18640
18641 * gdb.base/async.exp: Remove early return.
18642
18643 2014-03-19 Pedro Alves <palves@redhat.com>
18644
18645 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18646
18647 2014-03-19 Pedro Alves <palves@redhat.com>
18648
18649 * gdb.base/async.exp (test_background): Expect \r\n after
18650 "completed." in the fail pattern.
18651
18652 2014-03-19 Pedro Alves <palves@redhat.com>
18653
18654 * gdb.base/async.exp (test_background): New procedure.
18655 Use it for all background execution command tests.
18656
18657 2014-03-19 Pedro Alves <palves@redhat.com>
18658
18659 * gdb.base/async.exp: Use prepare_for_testing.
18660
18661 2014-03-19 Pedro Alves <palves@redhat.com>
18662
18663 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18664 the same line.
18665
18666 2014-03-19 Pedro Alves <palves@redhat.com>
18667
18668 * gdb.base/async.c (main): Add "jump here" and "until here" line
18669 marker comments.
18670 * gdb.base/async.exp (jump_here): New global.
18671 (jump& test): Use it.
18672 (until_here): New global.
18673 (until& test): Use it.
18674
18675 2014-03-19 Pedro Alves <palves@redhat.com>
18676
18677 * gdb.base/async.exp: Don't frob gdb_protocol.
18678
18679 2014-03-18 Doug Evans <xdje42@gmail.com>
18680
18681 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18682 Fix spelling of exec-done-display.
18683
18684 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18685
18686 PR gdb/15358
18687 * gdb.base/gdb-sigterm.c: New file.
18688 * gdb.base/gdb-sigterm.exp: New file.
18689
18690 2014-03-18 Pedro Alves <palves@redhat.com>
18691
18692 PR gdb/13860
18693 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18694 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18695 solib-event.
18696
18697 2014-03-17 Joel Brobecker <brobecker@adacore.com>
18698
18699 * gdb.ada/pckd_arr_ren: New testcase.
18700
18701 2014-03-13 Doug Evans <xdje42@gmail.com>
18702
18703 PR guile/16612
18704 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18705 collect after discarding symbols.
18706
18707 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18708 Doug Evans <xdje42@gmail.com>
18709
18710 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18711 to history survives a gc.
18712
18713 2014-03-13 Pedro Alves <palves@redhat.com>
18714
18715 * gdb.base/default.exp: Don't test "target procfs".
18716
18717 2014-03-13 Pedro Alves <palves@redhat.com>
18718
18719 * gdb.base/default.exp: Update "target child" and "target procfs"
18720 tests to not expect "Unix".
18721
18722 2014-03-12 Tom Tromey <tromey@redhat.com>
18723
18724 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18725 New procs. Add target-async tests.
18726 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18727 Add target-async tests.
18728
18729 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18730
18731 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18732 'func_start' and 'func_end' for the beginning and end of the
18733 function code, respectively.
18734 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18735 'func_end' instead of 'func' and 'main'.
18736
18737 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18738
18739 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18740 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18741 generate the debug info assembler source.
18742
18743 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18744
18745 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18746 * gdb.dwarf2/arr-subrange.exp: Likewise.
18747 * gdb.dwarf2/dwz.exp: Likewise.
18748 * gdb.dwarf2/method-ptr.exp: Likewise.
18749 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18750 * gdb.dwarf2/subrange.exp: Likewise.
18751 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18752 * gdb.dwarf2/implptrpiece.exp: Likewise.
18753 * gdb.dwarf2/nostaticblock.exp: Likewise.
18754
18755 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18756
18757 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18758 directory to absolute path name arguments.
18759
18760 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18761
18762 * gdb.ada/tagged_access: New testcase.
18763
18764 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18765
18766 * gdb.btrace/data.exp: Update expected output.
18767
18768 2014-03-06 Yao Qi <yao@codesourcery.com>
18769
18770 * gdb.trace/pr16508.exp: New file.
18771
18772 2014-03-05 Pedro Alves <palves@redhat.com>
18773
18774 PR gdb/16575
18775 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18776 procedure.
18777 (top level): Adjust to use it. Add tests that exercise breakpoint
18778 interaction with the code-cache.
18779
18780 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18781
18782 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18783 test for 'history-append!'.
18784
18785 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18786
18787 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18788 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18789 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18790 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18791 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18792 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18793
18794 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18795
18796 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18797 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18798 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18799
18800 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18801
18802 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18803
18804 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18805
18806 * gdb.dwarf2/arr-stride.c: New file.
18807 * gdb.dwarf2/arr-stride.exp: New file.
18808
18809 2014-02-26 Pedro Alves <palves@redhat.com>
18810
18811 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18812 that won't ever trigger. Make sure that GDB reports the correct
18813 breakpoint that caused the stop.
18814
18815 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18816
18817 PR gdb/16626
18818 * gdb.base/auto-load-script: New file.
18819 * gdb.base/auto-load.c: New file.
18820 * gdb.base/auto-load.exp: New file.
18821
18822 PR gdb/16626
18823 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18824
18825 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18826
18827 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18828 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18829
18830 2014-02-24 Doug Evans <dje@google.com>
18831
18832 * lib/gdb.exp (run_on_host): Log error output if program fails.
18833
18834 2014-02-21 Pedro Alves <palves@redhat.com>
18835
18836 * gdb.threads/step-after-sr-lock.c: Rename to ...
18837 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18838 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18839 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18840 ... this.
18841
18842 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18843
18844 PR tdep/16397
18845 * gdb.arch/amd64-stap-special-operands.exp: New file.
18846 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18847 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18848 * gdb.arch/amd64-stap-triplet.S: Likewise.
18849 * gdb.arch/amd64-stap-triplet.c: Likewise.
18850
18851 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18852
18853 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18854 in .section pseudo-op.
18855
18856 2014-02-20 lin zuojian <manjian2006@gmail.com>
18857 Joel Brobecker <brobecker@adacore.com>
18858 Doug Evans <xdje42@gmail.com>
18859
18860 PR symtab/16581
18861 * gdb.dwarf2/dw2-icycle.S: New file.
18862 * gdb.dwarf2/dw2-icycle.c: New file.
18863 * gdb.dwarf2/dw2-icycle.exp: New file.
18864
18865 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18866
18867 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18868 operations on gdb.Value objects.
18869 * gdb.python/py-value-cc.exp: Add new test to test operations on
18870 gdb.Value objects.
18871
18872 2014-02-18 Doug Evans <dje@google.com>
18873
18874 * Makefile.in (TESTS): New variable.
18875 (expanded_tests, expanded_tests_or_none): New variables
18876 (check-single): Pass $(expanded_tests_or_none) to runtest.
18877 (check-parallel): Only run tests in $(TESTS) if non-empty.
18878 (check/no-matching-tests-found): New rule.
18879 * README: Document TESTS makefile variable.
18880
18881 2014-02-18 Doug Evans <dje@google.com>
18882
18883 * Makefile.in (check-parallel): rm -rf outputs temp.
18884
18885 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18886
18887 Fix "ERROR: no fileid for" in the testsuite.
18888 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18889
18890 2014-02-12 Doug Evans <dje@google.com>
18891
18892 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18893 (MISCELLANEOUS): New variable.
18894 (clean): rm -rf $(MISCELLANEOUS).
18895 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18896 dwp live in the same directory as symlinks, with each symlink pointed
18897 to a differently named file in a different directory.
18898
18899 2014-02-11 Doug Evans <dje@google.com>
18900
18901 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18902 of Tcl file commands.
18903
18904 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18905
18906 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18907 "kill -SIGUSR1 -1".
18908
18909 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18910
18911 * gdb.ada/tick_length_array_enum_idx: New testcase.
18912
18913 2014-02-10 Doug Evans <xdje42@gmail.com>
18914
18915 * configure.ac (AC_OUTPUT): Add gdb.guile.
18916 * configure: Regenerate.
18917 * lib/gdb-guile.exp: New file.
18918 * lib/gdb.exp (get_target_charset): New function.
18919 * gdb.base/help.exp: Update expected output from "apropos apropos".
18920 * gdb.guile/Makefile.in: New file.
18921 * gdb.guile/guile.exp: New file.
18922 * gdb.guile/scm-arch.c: New file.
18923 * gdb.guile/scm-arch.exp: New file.
18924 * gdb.guile/scm-block.c: New file.
18925 * gdb.guile/scm-block.exp: New file.
18926 * gdb.guile/scm-breakpoint.c: New file.
18927 * gdb.guile/scm-breakpoint.exp: New file.
18928 * gdb.guile/scm-disasm.c: New file.
18929 * gdb.guile/scm-disasm.exp: New file.
18930 * gdb.guile/scm-equal.c: New file.
18931 * gdb.guile/scm-equal.exp: New file.
18932 * gdb.guile/scm-error.exp: New file.
18933 * gdb.guile/scm-error.scm: New file.
18934 * gdb.guile/scm-frame-args.c: New file.
18935 * gdb.guile/scm-frame-args.exp: New file.
18936 * gdb.guile/scm-frame-args.scm: New file.
18937 * gdb.guile/scm-frame-inline.c: New file.
18938 * gdb.guile/scm-frame-inline.exp: New file.
18939 * gdb.guile/scm-frame.c: New file.
18940 * gdb.guile/scm-frame.exp: New file.
18941 * gdb.guile/scm-generics.exp: New file.
18942 * gdb.guile/scm-gsmob.exp: New file.
18943 * gdb.guile/scm-iterator.c: New file.
18944 * gdb.guile/scm-iterator.exp: New file.
18945 * gdb.guile/scm-math.c: New file.
18946 * gdb.guile/scm-math.exp: New file.
18947 * gdb.guile/scm-objfile-script-gdb.in: New file.
18948 * gdb.guile/scm-objfile-script.c: New file.
18949 * gdb.guile/scm-objfile-script.exp: New file.
18950 * gdb.guile/scm-objfile.c: New file.
18951 * gdb.guile/scm-objfile.exp: New file.
18952 * gdb.guile/scm-ports.exp: New file.
18953 * gdb.guile/scm-pretty-print.c: New file.
18954 * gdb.guile/scm-pretty-print.exp: New file.
18955 * gdb.guile/scm-pretty-print.scm: New file.
18956 * gdb.guile/scm-section-script.c: New file.
18957 * gdb.guile/scm-section-script.exp: New file.
18958 * gdb.guile/scm-section-script.scm: New file.
18959 * gdb.guile/scm-symbol.c: New file.
18960 * gdb.guile/scm-symbol.exp: New file.
18961 * gdb.guile/scm-symtab-2.c: New file.
18962 * gdb.guile/scm-symtab.c: New file.
18963 * gdb.guile/scm-symtab.exp: New file.
18964 * gdb.guile/scm-type.c: New file.
18965 * gdb.guile/scm-type.exp: New file.
18966 * gdb.guile/scm-value-cc.cc: New file.
18967 * gdb.guile/scm-value-cc.exp: New file.
18968 * gdb.guile/scm-value.c: New file.
18969 * gdb.guile/scm-value.exp: New file.
18970 * gdb.guile/source2.scm: New file.
18971 * gdb.guile/types-module.cc: New file.
18972 * gdb.guile/types-module.exp: New file.
18973
18974 2014-02-10 Yao Qi <yao@codesourcery.com>
18975
18976 PR testsuite/16543
18977 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18978 * configure: Regenerated.
18979 * Makefile.in: New file.
18980
18981 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18982
18983 * gdb.python/py-framefilter.exp: Fix typo.
18984
18985 2014-02-08 Yao Qi <yao@codesourcery.com>
18986
18987 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18988 that no =breakpoint-modified is emitted when breakpoints are
18989 modified through MI commands.
18990
18991 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18992 Pedro Alves <palves@redhat.com>
18993
18994 * gdb.threads/step-after-sr-lock.c: New file.
18995 * gdb.threads/step-after-sr-lock.exp: New file.
18996
18997 2014-02-07 Pedro Alves <palves@redhat.com>
18998
18999 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
19000
19001 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
19002
19003 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
19004 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
19005
19006 2014-02-06 Doug Evans <xdje42@gmail.com>
19007
19008 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
19009 output.
19010
19011 * gdb.gdb/python-interrupts.exp: New file.
19012
19013 2014-02-05 Yao Qi <yao@codesourcery.com>
19014
19015 * gdb.trace/report.exp (use_collected_data): Test the output
19016 of "info threads" and "info inferiors".
19017
19018 2014-02-05 Yao Qi <yao@codesourcery.com>
19019
19020 Revert this patch:
19021
19022 2013-05-24 Yao Qi <yao@codesourcery.com>
19023
19024 * gdb.trace/tfile.exp: Test inferior and thread.
19025
19026 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19027
19028 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
19029 on a function.
19030 * gdb.base/step-bt.c: Call hello via function pointer to make
19031 sure its first instruction is executed on powerpc64le-linux.
19032
19033 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19034
19035 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
19036
19037 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19038
19039 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
19040 of the test patterns for use on little-endian systems.
19041
19042 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19043
19044 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
19045 (decimal_vector): Fix for little-endian.
19046
19047 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
19048
19049 * gdb.arch/sparc-sysstep.exp: New file.
19050 * gdb.arch/sparc-sysstep.c: Likewise.
19051
19052 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
19053
19054 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19055
19056 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
19057
19058 2014-01-23 Tom Tromey <tromey@redhat.com>
19059
19060 * gdb.ada/array_char_idx: New testcase.
19061
19062 2014-01-23 Tom Tromey <tromey@redhat.com>
19063
19064 PR python/16487:
19065 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
19066 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
19067 classes.
19068
19069 2014-01-23 Tom Tromey <tromey@redhat.com>
19070
19071 PR python/16491:
19072 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
19073 string from an inferior frame.
19074 * gdb.python/py-framefilter-mi.exp: Update.
19075
19076 2014-01-22 Doug Evans <dje@google.com>
19077
19078 * gdb.server/server-mon.exp: Add tests for "set debug-format".
19079
19080 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19081
19082 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
19083
19084 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19085
19086 * gdb.trace/entry-values.exp: Remove excess space character from
19087 regex patterns. Handle s390 call instruction.
19088
19089 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19090
19091 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
19092 define "*_start" label. Make "name" static.
19093 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
19094 ${name} by references to ${name}_start.
19095
19096 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
19097
19098 * gdb.base/info-macros.exp: Remove "debug" from the compile
19099 options.
19100
19101 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19102
19103 * gdb.dlang/demangle.exp: New file.
19104
19105 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19106
19107 * gdb.dlang/primitive-types.exp: New file.
19108
19109 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
19110
19111 * configure.ac: Create gdb.dlang/Makefile.
19112 * configure: Regenerate.
19113 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
19114 * gdb.dlang/Makefile.in: New file.
19115 * lib/d-support.exp: New file.
19116 * lib/gdb.exp (skip_d_tests): New proc.
19117
19118 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19119
19120 * gdb.btrace/delta.exp: Check reverse stepi.
19121 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
19122 * gdb.btrace/finish.exp: New.
19123 * gdb.btrace/next.exp: New.
19124 * gdb.btrace/nexti.exp: New.
19125 * gdb.btrace/record_goto.c: Add comments.
19126 * gdb.btrace/step.exp: New.
19127 * gdb.btrace/stepi.exp: New.
19128 * gdb.btrace/multi-thread-step.c: New.
19129 * gdb.btrace/multi-thread-step.exp: New.
19130 * gdb.btrace/rn-dl-bind.c: New.
19131 * gdb.btrace/rn-dl-bind.exp: New.
19132 * gdb.btrace/data.c: New.
19133 * gdb.btrace/data.exp: New.
19134 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19135
19136 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19137
19138 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
19139 * gdb.btrace/exception.exp: Update.
19140 * gdb.btrace/instruction_history.exp: Update.
19141 * gdb.btrace/record_goto.exp: Update.
19142 * gdb.btrace/tailcall.exp: Update.
19143 * gdb.btrace/unknown_functions.exp: Update.
19144 * gdb.btrace/delta.exp: New.
19145
19146 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19147
19148 * gdb.btrace/record_goto.exp: Add backtrace test.
19149 * gdb.btrace/tailcall.exp: Add backtrace test.
19150
19151 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19152
19153 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
19154 * gdb.btrace/record_goto.c: New.
19155 * gdb.btrace/record_goto.exp: New.
19156 * gdb.btrace/x86-record_goto.S: New.
19157
19158 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19159
19160 * gdb.btrace/function_call_history.exp: Update tests.
19161 * gdb.btrace/instruction_history.exp: Update tests.
19162
19163 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19164
19165 * gdb.btrace/function_call_history.exp: Fix expected field
19166 order for "record function-call-history".
19167 Add new tests for "record function-call-history /c".
19168 * gdb.btrace/exception.cc: New.
19169 * gdb.btrace/exception.exp: New.
19170 * gdb.btrace/tailcall.exp: New.
19171 * gdb.btrace/x86-tailcall.S: New.
19172 * gdb.btrace/x86-tailcall.c: New.
19173 * gdb.btrace/unknown_functions.c: New.
19174 * gdb.btrace/unknown_functions.exp: New.
19175 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
19176
19177 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19178
19179 * gdb.btrace/instruction_history.exp: Update.
19180 * gdb.btrace/function_call_history.exp: Update.
19181
19182 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19183
19184 * gdb.btrace/function_call_history.exp: Fix expected function
19185 trace.
19186 * gdb.btrace/instruction_history.exp: Initialize traced.
19187 Remove traced_functions.
19188
19189 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19190
19191 * gdb.btrace/function_call_history.exp: Update
19192 * gdb.btrace/instruction_history.exp: Update.
19193
19194 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
19195
19196 * gdb.btrace/enable.exp: Update expected text.
19197
19198 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
19199
19200 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
19201 bytes.
19202
19203 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
19204
19205 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
19206
19207 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
19208
19209 * lib/gdb.exp (supports_process_record): Return true for
19210 arm*-linux*. (supports_reverse): Likewise.
19211
19212 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
19213
19214 PR python/15464
19215 PR python/16113
19216 * gdb.python/py-type.c: Enhance test case.
19217 * gdb.python/py-value-cc.cc: Likewise
19218 * gdb.python/py-type.exp: Add new tests.
19219 * gdb.python/py-value-cc.exp: Likewise
19220
19221 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19222 Pedro Alves <palves@redhat.com>
19223
19224 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
19225 Make "name" extern.
19226 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
19227 references to ${name}_start by references to ${name}.
19228
19229 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19230
19231 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
19232
19233 2014-01-10 Joel Brobecker <brobecker@adacore.com>
19234
19235 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
19236
19237 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
19238 Pedro Alves <palves@redhat.com>
19239
19240 * gdb.mi/mi-info-os.exp: Connect to the target with
19241 mi_gdb_target_load.
19242
19243 2014-01-08 Pedro Alves <palves@redhat.com>
19244
19245 * gdb.threads/reconnect-signal.c: New file.
19246 * gdb.threads/reconnect-signal.exp: New file.
19247
19248 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19249
19250 * gdb.base/source-dir.exp: New file.
19251
19252 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19253
19254 * gdb.ada/mi_interface: New testcase.
19255
19256 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19257
19258 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
19259 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
19260 gdb.ada/pp-rec-component/pck.ads: New files.
19261
19262 2014-01-07 Joel Brobecker <brobecker@adacore.com>
19263
19264 * gdb.python/py-pp-integral.c: New file.
19265 * gdb.python/py-pp-integral.py: New file.
19266 * gdb.python/py-pp-integral.exp: New file.
19267
19268 For older changes see ChangeLog-1993-2013.
19269 \f
19270 ;; Local Variables:
19271 ;; mode: change-log
19272 ;; left-margin: 8
19273 ;; fill-column: 74
19274 ;; version-control: never
19275 ;; End:
19276
19277 Copyright 2014-2020 Free Software Foundation, Inc.
19278 Copying and distribution of this file, with or without modification,
19279 are permitted provided the copyright notice and this notice are preserved.
This page took 0.406155 seconds and 5 git commands to generate.