PR gdb/28480: Improve ambiguous member detection
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b6fc91c7
BL
12021-12-11 Bruno Larsen <blarsen@redhat.com>
2
3 PR gdb/28480
4
5 Pushed by Joel Brobecker <brobecker@adacore.com>
6 * gdb.cp/ambiguous.cc: Add code to permit ambiguous member testing.
7 * gdb.cp/ambiguous.exp: Add ambiguous member test.
8
cfd85eb3
TV
92021-10-22 Tom de Vries <tdevries@suse.de>
10
11 PR tui/28483
12 * gdb.tui/break.exp: New file.
13
824d17db
JB
142021-09-13 Joel Brobecker <brobecker@adacore.com>
15
16 * gdb.base/default.exp: Change $_gdb_minor to 2.
17
7883d1e1
TV
182021-09-10 Tom de Vries <tdevries@suse.de>
19
20 * lib/gdb.exp (gdb_compile_test): Handle unrecognized command line
21 option.
22
5e6741a1
TV
232021-09-09 Tom de Vries <tdevries@suse.de>
24
25 * gdb.base/coredump-filter-build-id.exp: Handle older eu-unstrip.
26
127e9f85
TV
272021-09-09 Tom de Vries <tdevries@suse.de>
28
29 * gdb.mi/mi-sym-info.exp: Fix regexps. Add missing message argument
30 to mi_gdb_test. Factor out regexps for functions and variables.
31
a6e40b53
TV
322021-09-04 Tom de Vries <tdevries@suse.de>
33
34 PR testsuite/26950
35 * gdb/testsuite/gdb.arch/i386-avx.c (main): Remove call to have_avx.
36 (have_avx): Move ...
37 * gdb/testsuite/lib/gdb.exp (have_avx): ... here. New proc.
38 * gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp: Use have_avx.
39 * gdb/testsuite/gdb.arch/i386-avx.exp: Same.
40
e34a209e
TV
412021-09-03 Tom de Vries <tdevries@suse.de>
42
43 * gdb.gdb/complaints.exp: Use untested if clear_complaints cannot
44 be found.
45
5c177fed
TV
462021-09-03 Tom de Vries <tdevries@suse.de>
47
48 * lib/selftest-support.exp: Emit untested when not being able to set
49 breakpoint.
50
c52e9db3
TV
512021-09-01 Tom de Vries <tdevries@suse.de>
52
53 PR testsuite/28298
54 * gdb.dwarf2/fission-base.S: Use DWO instead of XSTR(DWO).
55 * gdb.dwarf2/fission-loclists-pie.S: Same.
56 * gdb.dwarf2/fission-loclists.S: Same.
57 * gdb.dwarf2/fission-reread.S: Same.
58 * gdb.dwarf2/fission-base.exp: Use additional_flags=-DDWO=\"$dwo\".
59 * gdb.dwarf2/fission-loclists-pie.exp: Same.
60 * gdb.dwarf2/fission-loclists.exp: Same.
61 * gdb.dwarf2/fission-reread.exp: Same.
62
351b63ec
TV
632021-09-01 Tom de Vries <tdevries@suse.de>
64
65 * gdb.fortran/call-no-debug.exp: Avoid shared lib symbols for
66 find_mangled_name calls.
67
e1652de2
TV
682021-08-30 Tom de Vries <tdevries@suse.de>
69
70 PR cli/28290
71 * gdb.base/batch-exit-status.exp: Add gdb '' and gdb '' '' tests.
72
2840a186
TV
732021-08-23 Tom de Vries <tdevries@suse.de>
74
75 PR gdb/26880
76 * gdb.base/non-executable.exp: New file.
77
a656ee08
TV
782021-08-06 Simon Marchi <simon.marchi@polymtl.ca>
79 Tom de Vries <tdevries@suse.de>
80
81 PR symtab/28004
82 * gdb.dwarf2/dw2-zero-range-shlib.c: New test.
83 * gdb.dwarf2/dw2-zero-range.c: New test.
84 * gdb.dwarf2/dw2-zero-range.exp: New file.
85
3e5ec878
TT
862021-08-02 Tom Tromey <tromey@adacore.com>
87
88 PR varobj/28131
89 * gdb.python/py-mi-var-info-path-expression.exp: Add regression
90 test.
91
86271cfa
TBA
922021-07-26 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
93
94 PR gdb/28076
95 * gdb.mi/mi-break.exp: Add more tests to check clearing the
96 breakpoint condition.
97
5924fafa
TV
982021-07-22 Tom de Vries <tdevries@suse.de>
99
100 * gdb.ada/formatted_ref.exp: Add xfail for PR gcc/101575.
101 * gdb.ada/iwide.exp: Same.
102 * gdb.ada/pkd_arr_elem.exp: Same.
103
f08513e8
TV
1042021-07-22 Tom de Vries <tdevries@suse.de>
105
106 * gdb.cp/step-and-next-inline.cc (tree_check, get_alias_set, main):
107 Tag closing brace with comment.
108 * gdb.cp/step-and-next-inline.h: Update to keep identical with
109 step-and-next-inline.cc.
110 * gdb.cp/step-and-next-inline.exp: Issue extra next when required.
111
0e9c2a33
TV
1122021-07-21 Tom de Vries <tdevries@suse.de>
113
114 * lib/gdb.exp (gcc_major_version): New proc.
115 * gdb.base/ptype-offsets.cc: Define static member static_member::Empty.
116 * gdb.cp/templates.exp: Define static member using -DGCC_BUG.
117 * gdb.cp/m-static.exp: Add
118 additional_flags=-fno-eliminate-unused-debug-types.
119 * gdb.cp/pr-574.exp: Same.
120 * gdb.cp/pr9167.exp: Same.
121
f26101b1
TV
1222021-07-21 Tom de Vries <tdevries@suse.de>
123
124 * gdb.ada/arrayptr.exp: Add KFAILs for PR20991 and PR28115.
125 * gdb.ada/exprs.exp: Add KFAILs for PR20991.
126 * gdb.ada/packed_array_assign.exp: Same.
127
e22715ce
TT
1282021-07-19 Tom Tromey <tromey@adacore.com>
129
130 PR gdb/28093
131 * gdb.base/langs.exp: Add tests.
132
26e27615
TV
1332021-07-14 Tom de Vries <tdevries@suse.de>
134
135 * lib/gdb.exp (have_index): New proc.
136 * gdb.base/gold-gdb-index.exp: Use have_index.
137
97c5ca8c
PA
1382021-07-13 Pedro Alves <pedro@palves.net>
139
140 PR gdb/28080
141 * gdb.base/detach-sysroot-target.exp: New.
142 * gdb.base/detach-sysroot-target.c: New.
143
58a136f3
TV
1442021-07-13 Tom de Vries <tdevries@suse.de>
145
146 PR testsuite/27690
147 * gdb.threads/check-libthread-db.exp: Update patterns for glibc 2.33.
148
1bdfa2b1
SM
1492021-07-13 Simon Marchi <simon.marchi@polymtl.ca>
150
151 * gdb.mi/interrupt-thread-group.c: New.
152 * gdb.mi/interrupt-thread-group.exp: New.
153
d6771741
TV
1542021-07-12 Tom de Vries <tdevries@suse.de>
155
156 PR testsuite/28057
157 * gdb.btrace/tsx.exp: Add pattern for system with tsx disabled in
158 microcode.
159
29119da4
TV
1602021-07-12 Tom de Vries <tdevries@suse.de>
161
162 * lib/mi-support.exp (mi_readnow): New proc.
163 * gdb.mi/mi-info-sources.exp: Use nosharedlibrary. Update patterns.
164 Skip tests for readnow. Use "maint expand-symtabs".
165
732236a7
TV
1662021-07-08 Tom de Vries <tdevries@suse.de>
167
168 * gdb.guile/scm-breakpoint.exp: Make additional "ERROR: " prefix in
169 exception printing optional.
170
8043d65b
SM
1712021-07-06 Simon Marchi <simon.marchi@polymtl.ca>
172
173 * configure.ac: Restore.
174 * configure: Re-generate.
175 * aclocal.m4: Re-generate.
176 * Makefile.in (distclean): Add config.status.
177 (Makefile): Adjust paths.
178 (lib/pdtrace): Adjust paths.
179 (config.status): Add.
180
52e44e8d
TV
1812021-07-06 Tom de Vries <tdevries@suse.de>
182
183 * gdb.fortran/ptype-on-functions.exp: Allow both $integer8 and
184 $integer4 for size of string length.
185
05c06f31
PA
1862021-07-01 Pedro Alves <pedro@palves.net>
187
188 PR mi/15729
189 PR gdb/13463
190 * gdb.base/access-mem-running.c: New.
191 * gdb.base/access-mem-running.exp: New.
192 * gdb.threads/access-mem-running-thread-exit.c: New.
193 * gdb.threads/access-mem-running-thread-exit.exp: New.
194
a05a883f
SM
1952021-06-29 Simon Marchi <simon.marchi@polymtl.ca>
196
197 * gdb.dwarf2/dw2-reg-undefined.exp: Update regexp.
198
bd742128
AB
1992021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * gdb.base/info_sources_2-header.h: New file.
202 * gdb.base/info_sources_2-lib.c: New file.
203 * gdb.base/info_sources_2-test.c: New file.
204 * gdb.base/info_sources_2.exp: New file.
205
1fb1ce02
AB
2062021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 * gdb.mi/mi-info-sources.exp: Add additional tests.
209
0e350a05
AB
2102021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * gdb.dwarf2/dw2-filename.exp: Update expected results.
213 * gdb.mi/mi-file.exp: Likewise.
214 * gdb.mi/mi-info-sources-base.c: New file.
215 * gdb.mi/mi-info-sources.c: New file.
216 * gdb.mi/mi-info-sources.exp: New file.
217
d038ce48
AB
2182021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * gdb.cp/method-call-in-c.cc (struct foo_type): Add static member
221 function static_method.
222 (global_var): New global.
223 (main): Use new static_method to ensure it is compiled in.
224 * gdb.cp/method-call-in-c.exp: Test calls to static member
225 function.
226
13221aec
AB
2272021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
228
229 PR gdb/27994
230 * gdb.cp/method-call-in-c.cc (struct foo_type): Add operator+=,
231 change initial value of var member variable.
232 (main): Make use of foo_type's operator+=.
233 * gdb.cp/method-call-in-c.exp: Test use of operator+=.
234
79bd4d34
AB
2352021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 PR gdb/27994
238 * gdb.cp/method-call-in-c.cc: New file.
239 * gdb.cp/method-call-in-c.exp: New file.
240
3da4c644
TT
2412021-06-25 Tom Tromey <tom@tromey.com>
242
243 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): Add "style"
244 parameter.
245 * gdb.rust/dwindex.exp: New file.
246 * gdb.rust/dwindex.rs: New file.
247
6b95f5ad
AB
2482021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * gdb.python/py-breakpoint.c (do_throw): New function.
251 (main): Call do_throw.
252 * gdb.python/py-breakpoint.exp (test_catchpoints): New proc.
253
08080f97
AB
2542021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
255
256 * gdb.guile/scm-breakpoint.exp (test_catchpoints): New proc.
257
81b327aa
AB
2582021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
259
260 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Add new tests.
261
202054ae
CL
262gdb/testsuite/ChangeLog
2632021-06-25 Carl Love <cel@us.ibm.com>
264
265 * gdb.arch/powerpc-plxv-norel.exp: Add call to skip_power_isa_3_1_tests.
266 * lib/gdb.exp(skip_power_isa_3_1_tests): New gdb_caching_proc test.
267
67470e9d
TT
2682021-06-25 Tom Tromey <tromey@adacore.com>
269
270 * gdb.ada/py_range.exp: Add type name test cases.
271
013270a1
TV
2722021-06-24 Tom de Vries <tdevries@suse.de>
273
274 * gdb.base/info-macros.exp: Add <EOL> after trailing whitespace in
275 test names.
276
657dcee4
TV
2772021-06-24 Tom de Vries <tdevries@suse.de>
278
279 * gdb.base/argv0-symlink.exp: Use with_test_prefix.
280
2dd865d7
TV
2812021-06-23 Tom de Vries <tdevries@suse.de>
282
283 * lib/gdb.exp (gdb_test_lines): Rewrite to accept single
284 multiline tcl regexp.
285 * gdb.base/info-types.exp.tcl: Update. Make empty line at end of
286 regexp optional.
287 * gdb.base/info-macros.exp: Update.
288 * gdb.cp/cplusfuncs.exp: Update.
289
80d1206d
AS
2902021-06-22 Andreas Schwab <schwab@suse.de>
291
292 PR symtab/27999
293 * lib/dwarf.exp (start_end): New proc inside loclists.
294 * gdb.dwarf2/loclists-start-end.exp: New file.
295 * gdb.dwarf2/loclists-start-end.c: New file.
296
e5b77106
TV
2972021-06-22 Tom de Vries <tdevries@suse.de>
298
299 * gdb.dwarf2/imported-unit-c.exp: New file.
300
80dc83fd
AB
3012021-06-22 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.server/server-kill.exp: Introduce global kill_pid_of, and
304 make use of this in prepare to select which pid we should kill.
305 Run all the tests twice with a different kill_pid_of value.
306 (prepare): Make use of kill_pid_of.
307 (test_stepi): New proc.
308
d52b8007
AB
3092021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
310
311 * gdb.python/py-frame.exp: Add Frame.level tests.
312 * gdb.python/py-pending-frame-level.c: New file.
313 * gdb.python/py-pending-frame-level.exp: New file.
314 * gdb.python/py-pending-frame-level.py: New file.
315
61e2dde2
AB
3162021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
317
318 * gdb.python/py-unwind-user-regs.c: New file.
319 * gdb.python/py-unwind-user-regs.exp: New file.
320 * gdb.python/py-unwind-user-regs.py: New file.
321
ff5404f5
CL
3222021-06-17 Carl Love <cel@us.ibm.com>
323
324 * gdb.arch/powerpc-power8.exp(bctar, bctarl): Update mnemonics
325 to bgetar and bgetarl.
326 * gdb.arch/powerpc-power8.s((bctar, bctarl): Update comments
327 for mnemonics to bgetar and bnstarl.
328
18263be7
SM
3292021-06-17 Simon Marchi <simon.marchi@efficios.com>
330
331 * gdb.base/args.exp: Check target, KFAIL if remote.
332 (args_test): Add parameter and use it.
333
d30e3263
SM
3342021-06-17 Simon Marchi <simon.marchi@efficios.com>
335
336 * gdb.base/args.exp: Remove trailing parenthesis in test names.
337
c4ddc1da
SM
3382021-06-17 Simon Marchi <simon.marchi@efficios.com>
339
340 * gdb.base/args.exp: Use $old_gdbflags in all tests.
341
18b5aade
SM
3422021-06-17 Simon Marchi <simon.marchi@efficios.com>
343
344 * gdb.base/args.exp: Use save_vars.
345
c9923e71
PA
3462021-06-14 Pedro Alves <pedro@palves.net>
347
348 * gdb.base/annota1.exp: Build list using [list] instead of {}.
349 Tell [join] to join with no character. Build expected pattern in
350 separate variable instead of in the -re expression directly.
351
b8bd29a1
KB
3522021-06-11 Kevin Buettner <kevinb@redhat.com>
353
354 * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
355 timeout.
356
72c4daa3
KB
3572021-06-11 Kevin Buettner <kevinb@redhat.com>
358
359 * gdb.base/print-symbol-loading.exp (proc test_load_shlib):
360 Allow "Symbols already loaded for..." messages.
361
4cc2e606
KB
3622021-06-11 Kevin Buettner <kevinb@redhat.com>
363
364 * gdb.base/execl-update-breakpoints.exp: Add regular
365 expression for optionally matching output related to
366 libthread_db.
367 * gdb.base/fork-print-inferior-events.exp: Likewise.
368
db77748b
FW
3692021-06-11 Felix Willgerodt <felix.willgerodt@intel.com>
370
371 * gdb.mi/array.f: Convert into...
372 * gdb.mi/array.f90: ...this.
373 * gdb.mi/mi-var-child-f.exp: Use array.f90.
374
48ec4c05
TT
3752021-06-11 Tom Tromey <tom@tromey.com>
376
377 PR rust/23427
378 * lib/rust-support.exp (rust_compiler_version): New caching proc.
379 * gdb.rust/rawids.exp: New file.
380 * gdb.rust/rawids.rs: New file.
381
46f263cc
SM
3822021-06-10 Simon Marchi <simon.marchi@polymtl.ca>
383
384 * lib/gdb.exp (default_gdb_exit): Unset gdb_tty_name.
385 (spawn_capture_tty_name): New, override builtin spawn.
386 (default_gdb_spawn): Capture GDB's TTY name.
387 * lib/tuiterm.exp (tuiterm_spawn): Remove.
388 (tuiterm_env_init, tuiterm_env_finish): Remove spawn override.
389 (Term) <resize>: Use new variable name.
390 (tuiterm_env_init, tuiterm_env_finish): Remove.
391 (tuiterm_env): Don't call tuiterm_env_init and register
392 tuiterm_env_finish in gdb_finish_hooks.
393 (gdb_finish_hooks): Remove.
394 (gdb_finish): Don't call finish hooks.
395
6179e5f1
TV
3962021-06-10 Tom de Vries <tdevries@suse.de>
397
398 * gdb.mi/user-selected-context-sync.c (child_sub_function, main):
399 Rewrite while (1) using dummy loop body.
400
4bdd1a06
BK
4012021-06-10 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
402
403 * gdb.base/foll-exec.c: convert the multi-line function call into
404 single line.
405
36695cf8
TV
4062021-06-10 Tom de Vries <tdevries@suse.de>
407
408 * lib/cp-support.exp (cp_test_ptype_class): Break up regexp.
409 * gdb.cp/nested-types.exp: Remove usage of read1 timeout factor.
410
0cc809fa
TV
4112021-06-10 Tom de Vries <tdevries@suse.de>
412
413 * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
414
c70fdc45
TT
4152021-06-09 Tom Tromey <tromey@adacore.com>
416
417 * README (Example): Update read1 example.
418
d0a3c757
SM
4192021-06-09 Simon Marchi <simon.marchi@polymtl.ca>
420
421 * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
422
f9e59d06
LS
4232021-06-08 Lancelot Six <lsix@lancelotsix.com>
424
425 * gdb.base/premature-dummy-frame-removal.py (TestUnwinder): Use
426 'is None' instead of '== None' and 'is not None' instead of
427 '!= None'.
428 * gdb.python/py-frame-args.py (lookup_function): Same.
429 * gdb.python/py-framefilter-invalidarg.py (Reverse_Function): Same.
430 * gdb.python/py-framefilter.py (Reverse_Function): Same.
431 * gdb.python/py-nested-maps.py (lookup_function): Same.
432 * gdb.python/py-objfile-script-gdb.py (lookup_function): Same.
433 * gdb.python/py-prettyprint.py (lookup_function): Same.
434 * gdb.python/py-section-script.py (lookup_function): Same.
435 * gdb.python/py-unwind-inline.py (dummy_unwinder): Same.
436 * gdb.python/python.exp: Same.
437 * gdb.rust/pp.py (lookup_function): Same.
438
fdae5c22
TV
4392021-06-08 Tom de Vries <tdevries@suse.de>
440
441 * lib/gdb.exp (multi_line): Require more than one argument.
442 * gdb.base/gdbinit-history.exp: Update multi_line call.
443 * gdb.base/jit-reader.exp: Remove multi_line call.
444 * gdb.fortran/dynamic-ptype-whatis.exp: Same.
445
c3cfd9eb
TV
4462021-06-08 Tom de Vries <tdevries@suse.de>
447
448 * gdb.base/info-types.exp.tcl (match_line, gdb_test_lines): Move ...
449 * lib/gdb.exp: ... here.
450 * gdb.base/info-macros.exp: Use gdb_test_lines.
451
58f076c6
TV
4522021-06-08 Tom de Vries <tdevries@suse.de>
453
454 * gdb.base/info-types.exp.tcl (match_line): Handle --any.
455 (gdb_test_lines): Factor out of ...
456 (run_test): ... here.
457
4c5d7c03
TV
4582021-06-08 Tom de Vries <tdevries@suse.de>
459
460 * gdb.base/batch-preserve-term-settings.exp (spawn_shell): Fix
461 matching of initial prompt.
462
4a11703a
TV
4632021-06-08 Tom de Vries <tdevries@suse.de>
464
465 * gdb.threads/multi-create-ns-info-thr.exp: Limit breakpoint regexp to
466 one line.
467
ac6c175e
TV
4682021-06-08 Tom de Vries <tdevries@suse.de>
469
470 * gdb.base/sect-cmd.exp: Use gdb_test. Use -wrap "". Fix
471 test name.
472
25ff4de7
TV
4732021-06-08 Tom de Vries <tdevries@suse.de>
474
475 * gdb.base/sect-cmd.exp: Fix saw_section_address_line regexp.
476
cfc75767
SM
4772021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
478
479 * gdb.base/continue-all-already-running.exp: Call fail if can't
480 run to main.
481
a12a15e7
AB
4822021-06-07 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 PR gdb/27847
485 * gdb.dwarf2/dw2-weird-type-len.c: New file.
486 * gdb.dwarf2/dw2-weird-type-len.exp: New file.
487
f1854e35
SM
4882021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
489
490 * gdb.base/attach.exp (test_command_line_attach_run): Use
491 proc_with_prefix.
492
b0e2f96b
TV
4932021-06-07 Tom de Vries <tdevries@suse.de>
494
495 PR testsuite/27908
496 * gdb.base/run-attach-while-running.exp (test): Don't match prompt
497 after attach using '$gdb_prompt $'.
498
409cac34
TV
4992021-06-07 Tom de Vries <tdevries@suse.de>
500
501 * gdb.base/info-types.exp.tcl: Remove "File .*" matching from regexp
502 matching state machine.
503
bc37aacd
TV
5042021-06-07 Tom de Vries <tdevries@suse.de>
505
506 * gdb.base/new-ui-pending-input.exp
507 (test_command_line_new_ui_pending_input): Fix regexp for "initial
508 prompt on extra console".
509
7ee8c127
TV
5102021-06-07 Tom de Vries <tdevries@suse.de>
511
512 * gdb.base/info-types.exp.tcl (run_test): Move "random line" regexp
513 up.
514
921b2bc7
SM
5152021-06-06 Simon Marchi <simon.marchi@efficios.com>
516
517 * gdb.server/stop-reply-no-thread-multi.exp: Clear sysroot when
518 host and target are local.
519
ad4bd975
HD
5202021-06-05 Hannes Domani <ssbssa@yahoo.de>
521
522 * gdb.python/py-symbol.exp: Fix tests for Python 3.
523
ae61ef2c
SV
5242021-06-05 Shahab Vahedi <shahab@synopsys.com>
525
526 * gdb.arch/arc-disassembler-options.exp: New test.
527 * gdb.arch/arc-disassembler-options.s: New test source.
528
386de171
TT
5292021-06-04 Tom Tromey <tromey@adacore.com>
530
531 * gdb.ada/array_of_symbolic_length.exp: New file.
532 * gdb.ada/array_of_symbolic_length/foo.adb: New file.
533 * gdb.ada/array_of_symbolic_length/gl.adb: New file.
534 * gdb.ada/array_of_symbolic_length/gl.ads: New file.
535 * gdb.ada/array_of_symbolic_length/pck.adb: New file.
536 * gdb.ada/array_of_symbolic_length/pck.ads: New file.
537
df5bc734
MH
5382021-06-03 Magne Hov <mhov@undo.io>
539
540 PR python/27841
541 * gdb.python/py-events.exp: Extend inferior exit tests.
542 * gdb.python/py-events.py: Print inferior exit PID.
543
6ac5237c
HD
5442021-06-03 Hannes Domani <ssbssa@yahoo.de>
545
546 * gdb.python/py-symbol.exp: Test symbol constants.
547
60be64b3
BE
5482021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
549
550 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
551
170960e8
CL
5522021-06-02 Carl Love <cel@us.ibm.com>
553
554 * gdb.threads/threadapply.c: Add global mybarrier.
555 (main): Add pthread_barrier_init.
556 (thread_function): Replace while loop with myp increment and
557 pthread_barrier_wait.
558
f2d42111
AB
5592021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
562 gcc based Fortran compiler, for example, flang does not support
563 this option.
564
8a222a6b
AB
5652021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
568
2adf1781
TT
5692021-06-01 Tom Tromey <tromey@adacore.com>
570
571 * Makefile.in (all): Don't print anything.
572 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
573 (expect-read1): Likewise.
574 (read1.so): Use $(ECHO_CC).
575 Include silent-rules.mk.
576
f99d1d37
TT
5772021-06-01 Tom Tromey <tromey@adacore.com>
578
579 * aclocal.m4, configure.ac, configure: Remove.
580 * Makefile.in (EXTRA_RULES): Remove.
581 ($(abs_builddir)/site.exp site.exp): Don't depend on
582 config.status.
583 (distclean maintainer-clean realclean, Makefile): Update.
584 (config.status): Remove target.
585 (lib/pdtrace): New target.
586 (all): Don't depend on EXTRA_RULES.
587 (check-read1): Depend on read1.so, expect-read1.
588
17d305ef
TV
5892021-06-01 Tom de Vries <tdevries@suse.de>
590
591 PR symtab/26096
592 * gdb.cp/cold-clone.cc: New test.
593 * gdb.cp/cold-clone.exp: New file.
594
b97eff8f
AB
5952021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
596
597 * gdb.gdb/unittest.c: New file.
598 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
599 into GDB.
600
b4b3e2de
AB
6012021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
602
603 * gdb.base/premature-dummy-frame-removal.c: New file.
604 * gdb.base/premature-dummy-frame-removal.exp: New file.
605 * gdb.base/premature-dummy-frame-removal.py: New file.
606
d5a6313e
SM
6072021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
608
609 * gdb.base/reverse-init-functions.exp: New.
610
248f7165
TV
6112021-05-27 Tom de Vries <tdevries@suse.de>
612
613 PR symtab/27919
614 PR testsuite/27920
615 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
616 -readnow.
617
e453275c
TV
6182021-05-27 Tom de Vries <tdevries@suse.de>
619
620 PR testsuite/27921
621 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
622 (local_add_gdb_index): ... this.
623
778ae9cc
TV
6242021-05-21 Tom de Vries <tdevries@suse.de>
625
626 PR testsuite/25047
627 * boards/cc-with-gnu-debuglink.exp: New file.
628
ca43e660
TBA
6292021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
630
631 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
632 a dead code with an assignment to a global var. Fix a
633 whitespacing problem around an assignment operator.
634
7f2b8718
WS
6352021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
636
637 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
638 for the powerpc64 LE target.
639 * gdb.arch/powerpc-prologue.exp: Test Harness.
640
d9211df2
AB
6412021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
642
643 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
644 duplicate test names.
645
2129a942
TV
6462021-05-19 Tom de Vries <tdevries@suse.de>
647
648 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
649
5277208d
SM
6502021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
651
652 * gdb.python/py-framefilter-gdb.py.in: Rename to:
653 * gdb.python/py-framefilter-gdb.py: ... this.
654 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
655 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
656
91e159e9
SM
6572021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
658
659 * gdb.python/py-framefilter-gdb.py.in: Re-format.
660 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
661
467f8eb2
BK
6622021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
663
664 * gdb.base/class-allocatable-array.exp: Modified test for clang.
665
ea11a98d
WP
6662021-05-16 Weimin Pan <weimin.pan@oracle.com>
667
668 * gdb.ctf/funcreturn.exp: New file.
669 * gdb.ctf/whatis.c: Copy from gdb.base.
670
887e7158
TT
6712021-05-14 Tom Tromey <tom@tromey.com>
672
673 * gdb.rust/pp.exp: New file.
674 * gdb.rust/pp.py: New file.
675 * gdb.rust/pp.rs: New file.
676
f8eec398
BE
6772021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
678
679 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
680 remove the directory.
681 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
682
55789354
TBA
6832021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
684
685 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
686
ecf25064
KC
6872021-05-14 Kent Cheung <kent.cheung@arm.com>
688 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.python/py-format-string.c: Added a variable to test.
691 * gdb.python/py-format-string.exp: Check string representation is
692 printed at appropriate max_depth settings.
693 * gdb.python/py-nested-maps.exp: Likewise.
694 * gdb.guile/scm-pretty-print.exp: Add additional tests.
695
bab9eb49 6962021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
4a0a0bd2
AB
697
698 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
699 unique names, also wrap proc body in with_test_prefix.
700
bab9eb49 7012021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
62f2f198
AB
702
703 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
704 duplicate test names.
705 * gdb.guile/scm-parameter.exp: Provide test names to avoid
706 duplicate names based on the command being run.
707 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
708 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
709 loading a support module.
710 (test_equality): Update test name to match the actual test, making
711 the name unique in the process.
712 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
713 to resolve duplicate tests.
714 (test_inferior_function_call): Likewise.
715 (test_subscript_regression): Likewise.
716
bab9eb49 7172021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
5c6f801d
AB
718
719 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
720 silence PASS lines.
721 (gdb_install_guile_module): Likewise.
722
ee35ce82
GB
7232021-05-12 George Barrett <bob@bob131.so>
724
725 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
726 value-const-value.
727
9d4fc61d
GB
7282021-05-12 George Barrett <bob@bob131.so>
729
730 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
731 value-reference-value. Add test for value-rvalue-reference-value.
732
5048549a
TV
7332021-05-11 Tom de Vries <tdevries@suse.de>
734
735 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
736 Add "set debug infrun 1" commented out.
737
2302f963
TV
7382021-05-11 Tom de Vries <tdevries@suse.de>
739
740 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
741
abb894a4
BK
7422021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
743
744 * gdb.fortran/array-element.exp: Breakpoint location is modified.
745
db1f6cd6
LS
7462021-05-10 Lancelot Six <lsix@lancelotsix.com>
747
748 PR gdb/27614
749 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
750
9344937b
AB
7512021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
752
753 * gdb.guile/guile.exp: Don't use the source directory as a
754 temporary HOME directory.
755
0709cf68
SM
7562021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
757
758 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
759 parameters.
760
1845e254
AB
7612021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
762
763 * gdb.guile/guile.exp: Add an extra test.
764
a3237c7c
AB
7652021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
766
767 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
768 gdb_test_no_output.
769
13123da8
SM
7702021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
771
772 * Re-format all Python files using black.
773 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
774
0618ecf6
AB
7752021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
776
777 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
778 watchpoint object before and after registering it with GDB.
779
a7ed4ea6
AB
7802021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
781
782 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
783 'proc_with_prefix', remove use of 'with_test_prefix', and
784 reindent.
785 (test_bkpt_deletion): Likewise.
786 (test_bkpt_cond_and_cmds): Likewise.
787 (test_bkpt_invisible): Likewise.
788 (test_watchpoints): Likewise.
789 (test_bkpt_internal): Likewise.
790 (test_bkpt_eval_funcs): Likewise.
791 (test_bkpt_registration): Likewise.
792 (test_bkpt_address): Convert to 'proc_with_prefix'.
793 (test_bkpt_probe): Likewise.
794
7ebbaa1c
AB
7952021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
796
797 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
798 names to avoid duplicates.
799 (test_bkpt_cond_and_cmds): Likewise.
800 (test_bkpt_eval_funcs): Likewise.
801
79aabb73
TBA
8022021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
803
804 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
805 for the -break-condition command's "--force" flag.
806
10e578d7
TBA
8072021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
808
809 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
810 is called by the test.
811
2f000c80
TV
8122021-05-05 Tom de Vries <tdevries@suse.de>
813
814 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
815 "Reading symbols" or "Expanding full symbols" lines. Using timeout
816 factor of 2 for attach.
817
09f83f79
TV
8182021-05-05 Tom de Vries <tdevries@suse.de>
819
820 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
821 "LWP <n> exited" messages.
822
fa94b3a7
SM
8232021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
824
825 * gdb.python/py-type.exp (test_fields): Test calling fields on
826 an int type.
827
858c8f2c
SM
8282021-05-04 Simon Marchi <simon.marchi@efficios.com>
829
830 * gdb.python/flexible-array-member.exp: Adjust expected range
831 value for member declared with 0 size. Test accessing range
832 tuple through range type.
833
d389a1a7
AB
8342021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
835
836 PR testsuite/27788
837 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
838 expected results when environment variable PYTHONDONTWRITEBYTECODE
839 is set.
840
2869ac4b
TT
8412021-04-30 Tom Tromey <tromey@adacore.com>
842
843 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
844 (Confused_Array): New types.
845 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
846 * gdb.ada/enum_idx_packed.exp: Add new tests.
847
5536f0cc
TV
8482021-04-30 Tom de Vries <tdevries@suse.de>
849
850 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
851 existing timeout factors.
852
7f7f284d
TV
8532021-04-30 Tom de Vries <tdevries@suse.de>
854
855 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
856
3f334074
TV
8572021-04-29 Tom de Vries <tdevries@suse.de>
858
859 PR testsuite/27786
860 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
861 remotetimeout to 4.
862
db2534b7
TT
8632021-04-28 Tom Tromey <tromey@adacore.com>
864
865 * gdb.ada/null_overload.exp: New file.
866 * gdb.ada/null_overload/foo.adb: New file.
867
edeaceda
AB
8682021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
869
870 * gdb.python/py-startup-opt.exp: New file.
871
b9f90c72
LM
8722021-04-27 Luis Machado <luis.machado@linaro.org>
873
874 * gdb.base/maint.exp: Drop a pattern that is not needed.
875 * lib/gdb.exp (readnow): Match line-by-line.
876
4b62a30d
LM
8772021-04-27 Luis Machado <luis.machado@linaro.org>
878
879 * gdb.xml/tdesc-reload.exp: Pass -lbl.
880
2c473def
MW
8812021-04-27 Michael Weghorn <m.weghorn@posteo.de>
882 Simon Marchi <simon.marchi@polymtl.ca>
883
884 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
885 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
886 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
887 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
888 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
889 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
890
e8b6c1da
TT
8912021-04-26 Tom Tromey <tromey@adacore.com>
892
893 PR gdb/27743:
894 * gdb.dwarf2/imported-unit-bp.exp: New file.
895 * gdb.dwarf2/imported-unit-bp-main.c: New file.
896 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
897
bea3329b
SM
8982021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
899
900 PR gdb/27773
901 * gdb.base/dump.exp: Test dump to non-existent dir.
902
21f91785
LM
9032021-04-26 Luis Machado <luis.machado@linaro.org>
904
905 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
906 comparison.
907
fbb46296
LS
9082021-04-25 Lancelot Six <lsix@lancelotsix.com>
909
910 PR gdb/22640
911 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
912 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
913 changes the default behavior of 'ptype/o'. Update to take into
914 account new horizontal layout.
915 * gdb.rust/simple.exp: Update ptype test to check new horizontal
916 layout.
917 * gdb.rust/union.exp: Same.
918
9fc29955
AB
9192021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
920
921 * gdb.base/info_sources.exp: Add new tests.
922
432ce4cf
TT
9232021-04-22 Tom Tromey <tom@tromey.com>
924
925 * gdb.base/ptype-offsets.cc (struct empty_member): New.
926 (main): Use empty_member.
927 * gdb.base/ptype-offsets.exp: Add new test.
928
a87caa6d
SM
9292021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
930
931 * gdb.python/flexible-array-member.exp: Add check for Python
932 support.
933
e25d6d93
SM
9342021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
935
936 PR gdb/27757
937 * gdb.python/flexible-array-member.c: New test.
938 * gdb.python/flexible-array-member.exp: New test.
939 * gdb.guile/scm-type.exp (test_range): Add test for flexible
940 array member.
941 * gdb.guile/scm-type.c (struct flex_member): New.
942 (main): Use it.
943
22f80c0f
TT
9442021-04-22 Tom Tromey <tom@tromey.com>
945
946 * gdb.rust/modules.exp: Add checks for syntax errors.
947 * gdb.rust/expr.exp: Add checks for syntax errors.
948 * gdb.rust/simple.exp: Add checks for syntax errors.
949
6d5702a5
CL
9502021-04-21 Carl Love <cel@us.ibm.com>
951
952 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
953 Update expected string for gdb_test "bt".
954
955 * lib/valgrind.exp: Add set remotetimeout 3.
956 Increase vgdb wait from 1 to 2.
957 Add max-invoke-ms option to vgdb command line.
958
10a636cc
TBA
9592021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
960
961 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
962 conditions.
963
98e713ab
SM
9642021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
965 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
966
967 * gdb.mi/mi-break.exp: Fix the duplicate test names.
968
525174e8
FW
9692021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
970
971 * gdb.base/address_space_qualifier.exp: New file.
972
392e0bcc
TT
9732021-04-19 Tom Tromey <tromey@adacore.com>
974
975 PR gdb/27742:
976 * gdb.opt/inline-locals.exp: Update kfail patterns.
977
da314dd3
TT
9782021-04-17 Tom Tromey <tom@tromey.com>
979
980 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
981
3cbc7ac3
TT
9822021-04-16 Tom Tromey <tom@tromey.com>
983
984 * gdb.rust/simple.exp: Change error text.
985 * gdb.rust/expr.exp: Change error text.
986
458620aa
TT
9872021-04-16 Tom Tromey <tom@tromey.com>
988
989 * gdb.rust/simple.exp: Add parens to 'as' test.
990
321d0cd7
SM
9912021-04-16 Simon Marchi <simon.marchi@efficios.com>
992
993 * boards/simavr.exp: Set debug_flags.
994
1b6b755e
LM
9952021-04-16 Luis Machado <luis.machado@linaro.org>
996
997 * gdb.dwarf2/dw2-bfloat16.exp: New file.
998
fd5c30cd
AB
9992021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1000
1001 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
1002 including a path in the test name.
1003
41f14dc8
SM
10042021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
1005
1006 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
1007
a15a276b
TT
10082021-04-15 Tom Tromey <tromey@adacore.com>
1009
1010 * gdb.dwarf2/arr-stride.exp: Add test.
1011
5809fbf2
TT
10122021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.base/startup-file.exp: Add more tests.
1015
92e4e97a
AB
10162021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1017
1018 PR cli/25956
1019 * gdb.base/early-init-file.c: New file.
1020 * gdb.base/early-init-file.exp: New file.
1021 * lib/gdb-utils.exp (style): Handle style 'none'.
1022
fcc99c42
TBA
10232021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1024
1025 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
1026 @DW_INL_declared_inlined for the inline attribute.
1027
34dc0f95
TBA
10282021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1029
1030 * gdb.opt/inline-locals.c (scoped): New function.
1031 (main): Call 'scoped'.
1032 * gdb.opt/inline-locals.exp: Update with "info locals" tests
1033 for scoped variables.
1034 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
1035 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
1036
ac4d323e
TBA
10372021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1038
1039 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
1040
6b142048
WS
10412021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1042
1043 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
1044
82d9b280 10452021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
c8a37944
WS
1046
1047 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
1048 non-relative plxv instructions.
1049 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
1050
10512021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
82d9b280 1052
e3d528d7
WS
1053 PR gdb/27525
1054 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
1055 exercise single-stepping over subpcis,lnia,addpcis instructions
1056 with displacement.
1057 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
1058 of addpcis/lnia/subpcis instructions.
1059 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
1060 exercise single-stepping over lnia instructions with displacement.
1061 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
1062 lnia instructions.
1063
10642021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
1065
82d9b280
WS
1066 * gdb.arch/powerpc-power10.s: New test for instructions.
1067 * gdb.arch/powerpc-power10.exp: Harness to run the test.
1068
6ba4cb84
CL
10692021-4-12 Carl Love <cel@us.ibm.com>
1070
1071 * gdb.arch/vsx-vsr-float128.c: New test file.
1072 * gdb.arch/vsx-vsr-float128.exp: New expect file.
1073
9d8f3022
MM
10742021-04-12 Markus Metzger <markus.t.metzger@intel.com>
1075
1076 * gdb.btrace/reconnect.exp: Relax expected stepi output.
1077
dc2b480f
WP
10782021-04-07 Weimin Pan <weimin.pan@oracle.com>
1079
1080 * gdb.base/ctf-ptype.c: Add struct link containing a forward
1081 reference type.
1082 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
1083
0a703a4c
AB
10842021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1085
1086 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
1087 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
1088
30ab3586
AB
10892021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1090
1091 * gdb.cp/rvalue-ref-params.cc (f3): New function.
1092 (f4): New function.
1093 (global_int): New global variable.
1094 (global_float): Likeiwse.
1095 (main): Call both new functions.
1096 * gdb.cp/rvalue-ref-params.exp: Add new tests.
1097
56d467f4
CT
10982021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1099
1100 * gdb.dwarf2/fission-relative-dwo.c: New file.
1101 * gdb.dwarf2/fission-relative-dwo.exp: New file.
1102
61dee722
AB
11032021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1104
1105 * gdb.dwarf2/fission-absolute-dwo.c: New file.
1106 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
1107 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
1108 instead of build_executable_from_fission_assembler.
1109 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
1110 * gdb.dwarf2/fission-loclists.exp: Likewise.
1111
1112 * gdb.dwarf2/fission-multi-cu.S: Delete file.
1113 * gdb.dwarf2/fission-multi-cu.c: New file based on old
1114 fission-multi-cu1.c and fission-multi-cu2.c files.
1115 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
1116 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
1117 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
1118 * gdb.dwarf2/fission-reread.exp: Likewise.
1119 * lib/dwarf.exp (extract_dwo_information): New proc.
1120 (strip_dwo_information): New proc.
1121 (build_executable_and_dwo_files): New proc.
1122 (build_executable_from_fission_assembler): Delete.
1123 (Dwarf::_debug_addr_index): New variable.
1124 (Dwarf::_cu_is_fission): New variable.
1125 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
1126 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
1127 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
1128 if this is a fission CU.
1129 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
1130 (Dwarf::debug_addr_label): New proc.
1131 (Dwarf::cu): Initialise _cu_is_fission.
1132 (Dwarf::tu): Likewise.
1133 (Dwarf::assemble): Initialise _debug_addr_index.
1134
1fd999d9
AB
11352021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1136
1137 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
1138
79c02443
AB
11392021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1140
1141 * gdb.python/py-parameter.exp: Add test for reading data-directory
1142 using gdb.parameter API.
1143
340d00fb
TV
11442021-04-06 Tom de Vries <tdevries@suse.de>
1145
1146 PR breakpoints/25884
1147 * gdb.opt/inline-cmds.exp: Remove kfail.
1148
043bcbaf
TV
11492021-04-06 Tom de Vries <tdevries@suse.de>
1150
1151 PR testsuite/27691
1152 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
1153 file "".
1154
ac628a06
EB
11552021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
1156
1157 * lib/pdtrace.in: Fix obvious typo.
1158
3f49d080
TT
11592021-03-31 Tom Tromey <tromey@adacore.com>
1160
1161 * lib/dwarf.exp (Dwarf::_get_args): New proc.
1162 (Dwarf::_location): Use it.
1163
cfcbd506
TV
11642021-03-31 Tom de Vries <tdevries@suse.de>
1165
1166 PR testsuite/27667
1167 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
1168
8a91fbdf
SM
11692021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
1170
1171 PR gdb/27541
1172 * gdb.base/index-cache-load-twice.exp: Remove.
1173 * gdb.base/index-cache-load-twice.c: Remove.
1174 * gdb.dwarf2/per-bfd-sharing.exp: New.
1175 * gdb.dwarf2/per-bfd-sharing.c: New.
1176
b953e703
TV
11772021-03-30 Tom de Vries <tdevries@suse.de>
1178
1179 PR testsuite/27604
1180 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
1181
aa33ea68
TBA
11822021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1183
1184 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
1185 the infinite loop to avoid a Clang bug.
1186
99066782
WS
11872021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
1188
1189 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
1190 names for uniqueness.
1191 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
1192 uniqueness.
1193
b1f3973b
AB
11942021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1195
1196 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
1197 member.
1198 (make_container): Initialise is_array_p.
1199 * gdb.python/py-prettyprint.exp: Add new tests.
1200 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
1201 Check is_array_p and possibly return 'array'.
1202
3c2dcf90
AB
12032021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1204
1205 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
1206 * gdb.cp/casts.exp: Give tests unique names.
1207 * gdb.cp/filename.exp: Likewise.
1208 * gdb.cp/gdb2495.exp: Likewise.
1209 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
1210 * gdb.cp/misc.exp: Rename test to make it unique.
1211 * gdb.cp/nsnested.exp: Give tests unique names.
1212 * gdb.cp/ovldbreak.exp: Likewise.
1213 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
1214 being tested. This also removes the duplicate test name.
1215 * gdb.cp/ref-types.exp: Likewise.
1216 * gdb.cp/temargs.exp: Likewise.
1217
6b78370d
AB
12182021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1219
1220 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
1221 square brackets in test.
1222
baecbb3d
AB
12232021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * gdb.cp/maint.exp (test_first_component): Run more tests with a
1226 variable number of spaces, this removes the duplicate testing of
1227 'operator ->' which existed before.
1228
6e892297
AB
12292021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1230
1231 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
1232 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
1233 duplicates, and also to avoid having a string inside parentheses
1234 at the end of test names.
1235
ac45a6ca
AB
12362021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1237
1238 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
1239 Avoid repeated uses of 'runto', and instread just progress once
1240 through the test stopping at different breakpoints. Give comments
1241 a capital letter and full stop. Give duplicate tests unique names.
1242
323fd5b9
PA
12432021-03-25 Pedro Alves <pedro@palves.net>
1244
1245 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
1246 "target_non_stop" parameter and use it.
1247 (top level): Add "maint set target-non-stop on/off" testing axis.
1248
ba3c61fc
AB
12492021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
1250
1251 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
1252 gdb_test_multiple.
1253
bf0aecce
LM
12542021-03-24 Luis Machado <luis.machado@linaro.org>
1255
1256 * gdb.arch/aarch64-mte.c: New file.
1257 * gdb.arch/aarch64-mte.exp: New test.
1258 * gdb.base/memtag.c: New file.
1259 * gdb.base/memtag.exp: New test.
1260 * lib/gdb.exp (supports_memtag): New function.
1261
bef382e6
LM
12622021-03-24 Luis Machado <luis.machado@linaro.org>
1263
1264 * gdb.base/options.exp: Adjust for new print options.
1265 * gdb.base/with.exp: Likewise.
1266
702cf3f5
AB
12672021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
1270 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
1271
1e7fcccb
AB
12722021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1273
1274 * gdb.dwarf2/dw2-using-debug-str.c: New file.
1275 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
1276 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
1277 not .debug_string.
1278
4829711b
TT
12792021-03-20 Tom Tromey <tom@tromey.com>
1280
1281 * gdb.base/maint.exp: Update "maint print statistics" output.
1282
e0d6d274
KB
12832021-03-19 Kevin Buettner <kevinb@redhat.com>
1284
1285 * lib/gdbserver-support.exp (gdbserver_exit): Use the
1286 "-nowait" flag when waiting for gdbserver to exit.
1287
a088215a
SST
12882021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
1289
1290 * gdb.base/info-macros.exp: Append -fdebug-macro to
1291 additional_flags for clang.
1292 * gdb.base/macscp.exp: Likewise.
1293 * gdb.base/style.exp: Likewise.
1294 * gdb.linespec/macro-relative.exp: Likewise.
1295
d0c99a23
SM
12962021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
1297 Pedro Alves <pedro@palves.net>
1298
1299 * gdb.base/run-attach-while-running.exp: New.
1300 * gdb.base/run-attach-while-running.c: New.
1301
7807d76a
AB
13022021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1303
1304 * gdb.python/py-framefilter-addr.c: New file.
1305 * gdb.python/py-framefilter-addr.exp: New file.
1306 * gdb.python/py-framefilter-addr.py: New file.
1307
f302f9e2
AB
13082021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
1311 Make use of $gdb_test_name instead of creating a separate $test
1312 variable.
1313 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
1314 adding a '($name)' at the end of each test. This also catches the
1315 one place where '($name)' was missing, and so caused a duplicate
1316 test name.
1317 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
1318 duplicate test names based on the command being tested.
1319 * gdb.threads/signal-command-multiple-signals-pending.exp:
1320 Likewise.
1321 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
1322 avoid duplicate testnames when a test script uses this proc and
1323 also gdb_compile_pthreads.
1324 * lib/prelink-support.exp (build_executable_own_libs): Use
1325 with_test_prefix to avoid duplicate test names when we call
1326 build_executable twice.
1327
6813ceb0
TT
13282021-03-15 Tom Tromey <tromey@adacore.com>
1329
1330 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
1331
3b5c4de0
TT
13322021-03-15 Tom Tromey <tromey@adacore.com>
1333
1334 * gdb.ada/varsize_limit.exp: Add new test.
1335 * gdb.ada/varsize_limit/vsizelim.adb: Update.
1336
c04da66c
TT
13372021-03-15 Tom Tromey <tromey@adacore.com>
1338
1339 * gdb.ada/operator_call/twovecs.ads: New file.
1340 * gdb.ada/operator_call/twovecs.adb: New file.
1341 * gdb.ada/operator_call/opcall.adb: New file.
1342 * gdb.ada/operator_call.exp: New file.
1343
1ac74522
TT
13442021-03-15 Tom Tromey <tromey@adacore.com>
1345
1346 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
1347 * gdb.ada/enums_overload/enums_overload.ads: New file.
1348 * gdb.ada/enums_overload/enums_overload.adb: New file.
1349 * gdb.ada/enums_overload.exp: New file.
1350
207582c0
TT
13512021-03-15 Tom Tromey <tromey@adacore.com>
1352
1353 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
1354 Declare.
1355 * gdb.ada/assign_arr/target_wrapper.adb: New file.
1356 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
1357 Call Put.
1358 * gdb.ada/assign_arr.exp: Update.
1359
ba6a0ef3
AB
13602021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
1361
1362 * gdb.python/py-auto-load-chaining-f1.c: New file.
1363 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
1364 * gdb.python/py-auto-load-chaining-f2.c: New file.
1365 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
1366 * gdb.python/py-auto-load-chaining.c: New file.
1367 * gdb.python/py-auto-load-chaining.exp: New file.
1368
7f99d636
AB
13692021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1370
1371 * gdb.python/py-bad-printers.exp: Extend test names to make them
1372 unique.
1373 * gdb.python/py-events.exp: Likewise.
1374 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1375 * gdb.python/py-frame-inline.exp: Likewise.
1376 * gdb.python/py-frame.exp: Likewise.
1377 * gdb.python/py-infthread.exp: Likewise.
1378
323b848c
AB
13792021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1380
1381 * gdb.python/py-value-cc.exp: Remove a duplicate test.
1382
8a4efb36
AB
13832021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1384
1385 * gdb.python/lib-types.exp: Update the test to check the correct
1386 python variable.
1387
66bb1dd9
AB
13882021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1389
1390 * gdb.python/py-explore-cc.exp: Extend test names to make them
1391 unique.
1392
0125fabc
AB
13932021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1394
1395 * gdb.python/py-lookup-type.exp: Remove duplicate test.
1396
79d04157
AB
13972021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1398
1399 * gdb.python/py-symtab.exp: Extend test names to make them
1400 unique.
1401
e3e48d8f
AB
14022021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
1405 names unique.
1406
2cb60e74
AB
14072021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1408
1409 * gdb.python/py-block.exp: Give tests unique names.
1410
8b12ded4
AB
14112021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1412
1413 * gdb.python/py-pp-maint.exp: Extend test names to make them
1414 unique.
1415
93598ea4
AB
14162021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1417
1418 * gdb.python/py-explore.exp: Add with_test_prefix to make test
1419 names unique.
1420
f35d6971
AB
14212021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1422
1423 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
1424
22d3e7f6
AB
14252021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1426
1427 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
1428 names unique.
1429
5fc5a1b8
AB
14302021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1431
1432 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
1433 test names unique.
1434
e3141a4d
AB
14352021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1436
1437 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
1438 unique.
1439
ccdc02ed
TT
14402021-03-09 Tom Tromey <tromey@adacore.com>
1441
1442 * gdb.base/cast-call.exp: New file.
1443 * gdb.base/cast-call.c: New file.
1444
fbb1aace
AB
14452021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1446
1447 * gdb.gdb/python-helper.exp: New file.
1448
611aa09d
FW
14492020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
1450
1451 * gdb.fortran/intrinsics.exp: Add LOC tests.
1452
eef32f59
AB
14532021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1454
1455 * gdb.fortran/shape.exp: New file.
1456 * gdb.fortran/shape.f90: New file.
1457
7ba155b3
AB
14582021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1459
1460 * gdb.fortran/size.exp: New file.
1461 * gdb.fortran/size.f90: New file.
1462
e14816a8
AB
14632021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1464
1465 * gdb.fortran/rank.exp: New file.
1466 * gdb.fortran/rank.f90: New file.
1467
d308ba78
TT
14682021-03-08 Tom Tromey <tom@tromey.com>
1469
1470 * gdb.fortran/debug-expr.exp: Update tests.
1471
d182f279
TT
14722021-03-08 Tom Tromey <tom@tromey.com>
1473
1474 * gdb.base/debug-expr.exp: Update expected dump output.
1475
a7308ce0
TT
14762021-03-06 Tom Tromey <tom@tromey.com>
1477
1478 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
1479 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
1480 * gdb.dwarf2/dwznolink.exp: New file.
1481
b0a8c2ff
MW
14822021-03-05 Mark Wielaard <mark@klomp.org>
1483
1484 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
1485
844be3f2
WP
14862021-03-06 Weimin Pan <weimin.pan@oracle.com>
1487
1488 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
1489
82333781
MM
14902021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1491
1492 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
1493
32c52999
MM
14942021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1495
1496 * gdb.btrace/non-stop.exp: Adjust expected source lines.
1497
26ed1478
MM
14982021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1499
1500 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
1501
d2c5f24e
MM
15022021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1503
1504 * gdb.btrace/exception.cc (main): Update test source.
1505 * gdb.btrace/exception.exp: Update patterns.
1506 * gdb.btrace/function_call_history.exp: Likewise.
1507
c7c7253a
MM
15082021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1509
1510 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
1511
f0778fc1
MM
15122021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1513
1514 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
1515 reverse-continue to breakpoint.
1516
e71dbd03
MM
15172021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1518
1519 * gdb.btrace/delta.exp: Remove instruction-history and
1520 function-call-history checks.
1521
b93a3ed0
MM
15222021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1523
1524 * README (Note): Add nopie_ldflag.
1525 * lib/gdb.exp (gdb_compile): Extend nopie handling.
1526
bbcdf9ab
TT
15272021-03-02 Tom Tromey <tromey@adacore.com>
1528
1529 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
1530 encodings.
1531
bb3a4efe
LS
15322021-02-27 Lancelot Six <lsix@lancelotix.com>
1533
1534 PR gdb/27393
1535 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
1536
1537
573dc0cc
TT
15382021-02-26 Tom Tromey <tom@tromey.com>
1539
1540 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
1541
f8218786
JV
15422021-02-26 Jan Vrany <jan.vrany@labware.com>
1543
1544 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1545 Remove trailing \n from expected output.
1546
cb51b708
MM
15472021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1548
1549 * lib/gdb.exp (use_gdb_stub): Extend comment.
1550
64d38fdd
JM
15512021-02-25 Jan Matyas <jmatyas@codasip.com>
1552
1553 PR gdb/26819
1554 * gdb.server/stop-reply-no-thread.exp: Add two test
1555 scenarios that cover remote targets which do not have
1556 the concept of threads.
1557
d4ff3cbf
AB
15582021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1559
1560 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1561
68337b8b
AB
15622021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1563
1564 PR fortran/26155
1565 * gdb.fortran/call-no-debug-func.f90: New file.
1566 * gdb.fortran/call-no-debug-prog.f90: New file.
1567 * gdb.fortran/call-no-debug.exp: New file.
1568
faeb9f13
AB
15692021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1570
1571 * gdb.fortran/associated.exp: New file.
1572 * gdb.fortran/associated.f90: New file.
1573
170f4b23
AB
15742021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1575
1576 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1577
dd80d750
AB
15782021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1579
1580 * gdb.base/sect-cmd.exp: Update expected results.
1581
b91919ac
AB
15822021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1583
1584 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1585 techniques. Enable the test for all targets.
1586
02a79309
AB
15872021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1588
1589 * gdb.base/maint-info-sections.exp: Add new tests.
1590 (check_maint_info_target_sections_output): New proc.
1591
895b7b4e
AB
15922021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1593
1594 * gdb.arch/riscv-default-tdesc.exp: New file.
1595
bc3c0632
AB
15962021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1597
1598 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1599
acde2092
AB
16002021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1601
1602 * gdb.arch/i386-biarch-core.exp: Add target check.
1603
7d2e5095
AKS
16042021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1605
1606 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1607
96df3e28
AB
16082021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1609
1610 * gdb.fortran/allocated.exp: New file.
1611 * gdb.fortran/allocated.f90: New file.
1612
a1670b72
AB
16132021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1616
bf3386f0
AB
16172021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1618
1619 * gdb.base/maint-info-sections.exp: Update expected output, and
1620 add additional tests. Again.
1621
4790db14
AB
16222021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1623
1624 * gdb.base/maint-info-sections.exp: Update expected output, and
1625 add additional tests.
1626
f4be6772
AB
16272021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1628
1629 * gdb.base/maint-info-sections.exp: New file, content is moved
1630 from gdb.base/maint.exp and cleaned up to use latest testsuite
1631 techniques.
1632 * gdb.base/maint.exp: Tests moved out to
1633 gdb.base/maint-info-sections.exp.
1634
25ad1e83
SM
16352021-02-10 Simon Marchi <simon.marchi@efficios.com>
1636
1637 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1638 GDBFLAGS.
1639
e92c8eb8
AB
16402021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1641
1642 * gdb.fortran/lbound-ubound.F90: New file.
1643 * gdb.fortran/lbound-ubound.exp: New file.
1644
ee4c3d88
TV
16452021-02-10 Tom de Vries <tdevries@suse.de>
1646
1647 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1648 "Restore saved setting of complaints".
1649
cf2b2075
TV
16502021-02-09 Tom de Vries <tdevries@suse.de>
1651
1652 PR symtab/27341
1653 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1654 (gdb_load_no_complaints): ... here.
1655 * gdb.fortran/function-calls.exp: Add test-case.
1656
b61f7811
HAQ
16572021-02-09 Abid Qadeer <abidh@codesourcery.com>
1658
1659 * gdb.threads/signal-command-handle-nopass.exp: Call
1660 'standard_testfile' before using 'testfile'.
1661 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1662 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1663 * gdb.threads/signal-sigtrap.exp: Likewise
1664
3d4aae48
LM
16652021-02-08 Luis Machado <luis.machado@linaro.org>
1666
1667 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1668
4001d90d
TV
16692021-02-08 Tom de Vries <tdevries@suse.de>
1670
1671 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1672
29db1eb3
AB
16732021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1674
1675 * gdb.python/tui-window-disabled.c: New file.
1676 * gdb.python/tui-window-disabled.exp: New file.
1677 * gdb.python/tui-window-disabled.py: New file.
1678
e0c23e11
AB
16792021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.python/tui-window.exp: Add new tests.
1682 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1683 TestWindow object into global the_window.
1684 <remote_title>: New method.
1685 (delete_window_title): New function.
1686
1cf23996
AB
16872021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1688
1689 * gdb.tui/winheight.exp: Add more tests.
1690
2708dbbd
AB
16912021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1692
1693 * gdb.python/py-framefilter.exp: Update expected results.
1694 * gdb.python/python.exp: Update expected results.
1695
cd074e04
AB
16962021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1697
1698 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1699 about bug in GDB, update expected results, and add more tests.
1700
5fb97639
AB
17012021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1702
1703 * gdb.tui/scroll.exp: New file.
1704 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1705 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1706 remaining lines up.
1707 (Term::check_region_contents): New proc.
1708 (Term::check_box_contents): Use check_region_contents.
1709
c0e56745
TV
17102021-02-06 Tom de Vries <tdevries@suse.de>
1711
1712 PR testsuite/26922
1713 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1714 scrolling.
1715
0e857c82
TV
17162021-02-05 Tom de Vries <tdevries@suse.de>
1717
1718 PR breakpoints/27313
1719 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1720 rejected.
1721
a22ec6e8
TV
17222021-02-05 Tom de Vries <tdevries@suse.de>
1723
1724 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1725 * gdb.fortran/mixed-lang-stack.exp: Same.
1726
ae710496
TV
17272021-02-05 Tom de Vries <tdevries@suse.de>
1728
1729 PR exp/27265
1730 * gdb.base/complex-parts.exp: Add tests.
1731
d3b54e63
TV
17322021-02-05 Tom de Vries <tdevries@suse.de>
1733
1734 PR symtab/27307
1735 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1736
3eccb1c8
SV
17372021-02-04 Shahab Vahedi <shahab@synopsys.com>
1738
1739 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1740
a71501e2
PA
17412021-02-03 Pedro Alves <pedro@palves.net>
1742
1743 * gdb.threads/detach-step-over.c: New file.
1744 * gdb.threads/detach-step-over.exp: New file.
1745
92234eb1
PA
17462021-02-03 Pedro Alves <pedro@palves.net>
1747
1748 * gdb.threads/attach-non-stop.c: New file.
1749 * gdb.threads/attach-non-stop.exp: New file.
1750
2e3773ff
LS
17512021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1752
1753 * gdb.base/inferior-noarg.c: New test.
1754 * gdb.base/inferior-noarg.exp: New test.
1755
e0bd9202
SM
17562021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1757
1758 * gdb.base/scope.exp: Use proc_with_prefix.
1759
9307efbe
SM
17602021-02-02 Simon Marchi <simon.marchi@efficios.com>
1761
1762 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1763 table proc.
1764 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1765 .debug_rnglists table without offset array.
1766 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1767 .debug_loclists table without offset array.
1768
2b0c7f41
SM
17692021-02-02 Simon Marchi <simon.marchi@efficios.com>
1770
1771 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1772 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1773 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1774 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1775 attribute
1776
ecfda20d
SM
17772021-02-02 Simon Marchi <simon.marchi@efficios.com>
1778
1779 PR gdb/26813
1780 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1781 (loclists): New proc.
1782 * gdb.dwarf2/loclists-multiple-cus.c: New.
1783 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1784 * gdb.dwarf2/loclists-sec-offset.c: New.
1785 * gdb.dwarf2/loclists-sec-offset.exp: New.
1786
6b0933da
SM
17872021-02-02 Simon Marchi <simon.marchi@efficios.com>
1788
1789 * lib/dwarf.exp (_location): Add parameters.
1790 (_handle_DW_FORM): Adjust.
1791
962effa7
SM
17922021-02-02 Simon Marchi <simon.marchi@efficios.com>
1793
1794 PR gdb/26813
1795 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1796 (cu): Generate header for DWARF 5.
1797 (rnglists): New proc.
1798 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1799 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1800
2bd3e4b8
TV
18012021-02-02 Tom de Vries <tdevries@suse.de>
1802
1803 PR symtab/24620
1804 * gdb.dwarf2/fission-reread.exp: Add test-case.
1805
c39c8637
TV
18062021-02-01 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1809 * gdb.dwarf2/fission-loclists-pie.S: Same.
1810 * gdb.dwarf2/fission-loclists.S: Same.
1811 * gdb.dwarf2/fission-multi-cu.S: Same.
1812 * gdb.dwarf2/fission-reread.S: Same.
1813 * gdb.dwarf2/fission-base.exp: Use DWO.
1814 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1815 * gdb.dwarf2/fission-loclists.exp: Same.
1816 * gdb.dwarf2/fission-multi-cu.exp: Same.
1817 * gdb.dwarf2/fission-reread.exp: Same.
1818
ebde6f2d
TV
18192021-01-29 Tom de Vries <tdevries@suse.de>
1820
1821 PR breakpoints/26063
1822 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1823 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1824
620ec3ca
TV
18252021-01-29 Tom de Vries <tdevries@suse.de>
1826
1827 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1828
cdeba395
TV
18292021-01-28 Tom de Vries <tdevries@suse.de>
1830
1831 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1832 in the backtrace, and use that in the rest of the test instead of
1833 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1834
c47b145e
TV
18352021-01-28 Tom de Vries <tdevries@suse.de>
1836
1837 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1838 * gdb.arch/i386-sse-stack-align.c: Same.
1839 * gdb.arch/i386-sse-stack-align.exp: Same.
1840
47918cca
AB
18412021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1842
1843 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1844
2f985dd1
TV
18452021-01-28 Tom de Vries <tdevries@suse.de>
1846
1847 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1848
22efa3d3
TV
18492021-01-28 Tom de Vries <tdevries@suse.de>
1850
1851 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1852 "maint info line-table". Make PASS pattern more specific. Make
1853 FAIL pattern work for -m32.
1854
59b59f08
LS
18552021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1856
1857 PR gdb/27133
1858 * gdb.base/ui-redirect.exp: Add test case that ensures that
1859 redirecting both logging and debug does not cause gdb to crash.
1860
1861
807f647c
MM
18622021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1863
1864 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1865
4ca40594
TV
18662021-01-26 Tom de Vries <tdevries@suse.de>
1867
1868 * gdb.threads/killed-outside.exp: Allow regular output.
1869
d0021af3
TV
18702021-01-26 Tom de Vries <tdevries@suse.de>
1871
1872 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1873
9f6c202e
TV
18742021-01-25 Tom de Vries <tdevries@suse.de>
1875
1876 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1877 * lib/gdb.exp: Use gdb_load_no_complaints.
1878
a625a8c9
TT
18792021-01-25 Tom Tromey <tromey@adacore.com>
1880
1881 * gdb.ada/fixed_points.exp: Add regression test.
1882 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1883 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1884
19184910
TT
18852021-01-25 Tom Tromey <tromey@adacore.com>
1886
1887 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1888
acd6125f
TT
18892021-01-25 Tom Tromey <tromey@adacore.com>
1890
1891 * gdb.ada/local-enum.exp: New file.
1892 * gdb.ada/local-enum/local.adb: New file.
1893
1af4c9c4
TT
18942021-01-23 Tom Tromey <tom@tromey.com>
1895
1896 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1897
705646c0
BE
18982021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1899
1900 * gdb.base/line65535.exp: Fix test expectation.
1901
0ac85db5
SM
19022021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1903
1904 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1905 suppression.
1906 (default_gdb_exit): Likewise.
1907 (default_gdb_spawn): Likewise.
1908 (send_gdb): Likewise.
1909 (gdb_expect): Likewise.
1910 (gdb_expect_list): Likewise.
1911 (default_gdb_init): Likewise.
1912 (gdb_suppress_entire_file): Remove.
1913 (gdb_suppress_tests): Remove.
1914 (gdb_stop_suppressing_tests): Remove.
1915 (gdb_clear_suppressed): Remove.
1916 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1917 related to test suppression.
1918 (default_mi_gdb_start): Likewise.
1919 (mi_gdb_reinitialize_dir): Likewise.
1920 (mi_gdb_test): Likewise.
1921 (mi_run_cmd_full): Likewise.
1922 (mi_runto_helper): Likewise.
1923 (mi_execute_to): Likewise.
1924 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1925 * gdb.base/bitfields.exp: Likewise.
1926 * gdb.base/bitfields2.exp: Likewise.
1927 * gdb.base/break.exp: Likewise.
1928 * gdb.base/call-sc.exp: Likewise.
1929 * gdb.base/callfuncs.exp: Likewise.
1930 * gdb.base/dfp-test.exp: Likewise.
1931 * gdb.base/endian.exp: Likewise.
1932 * gdb.base/exprs.exp: Likewise.
1933 * gdb.base/funcargs.exp: Likewise.
1934 * gdb.base/hbreak2.exp: Likewise.
1935 * gdb.base/recurse.exp: Likewise.
1936 * gdb.base/scope.exp: Likewise.
1937 * gdb.base/sepdebug.exp: Likewise.
1938 * gdb.base/structs.exp: Likewise.
1939 * gdb.base/until.exp: Likewise.
1940 * gdb.cp/misc.exp: Likewise.
1941
9d2d8a16
AB
19422021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 PR cli/25956
1945 * gdb.base/style.exp (run_style_tests): Add version string test.
1946 (test_startup_version_string): Use version style name.
1947 * lib/gdb-utils.exp (style): Handle version style name.
1948
e7b43072
AB
19492021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1950
1951 * gdb.base/style.exp (limited_style): New proc.
1952 (clean_restart_and_disable): New proc.
1953 (run_style_tests): New proc. Most of the old tests from this file
1954 are now in this proc.
1955 (test_startup_version_string): New proc. Reamining test from the
1956 old file is in this proc.
1957
2189c312
SM
19582021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1959
1960 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1961 Adjust to "set debug remote" changes.
1962
cd211c75
LM
19632021-01-21 Luis Machado <luis.machado@linaro.org>
1964
1965 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1966 message.
1967
730af663
SM
19682021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1969
1970 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1971
325d39e4
HD
19722021-01-21 Hannes Domani <ssbssa@yahoo.de>
1973
1974 PR python/19151
1975 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1976
c3e96aa7
SM
19772021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1978
1979 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1980
6571ffc6
SM
19812021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1982
1983 * lib/tuiterm.exp: Add links in comments.
1984
7c794afd
TV
19852021-01-20 Tom de Vries <tdevries@suse.de>
1986
1987 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1988 offset.
1989
1402665c
TV
19902021-01-20 Tom de Vries <tdevries@suse.de>
1991
1992 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1993
6f52fdf4
SDJ
19942021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1995
1996 * gdb.arch/amd64-stap-expressions.S: New file.
1997 * gdb.arch/amd64-stap-expressions.exp: New file.
1998
14852123
TV
19992021-01-19 Tom de Vries <tdevries@suse.de>
2000
2001 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
2002 sequence.
2003
0c4e2c6c
TV
20042021-01-19 Tom de Vries <tdevries@suse.de>
2005
2006 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
2007
02baa133
AB
20082021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
2009
2010 * gdb.fortran/array-slices.exp (run_test): Avoid including
2011 addresses in test names.
2012
10f92414
TV
20132021-01-15 Tom de Vries <tdevries@suse.de>
2014
2015 PR testsuite/26997
2016 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
2017 when adding sizeof.
2018
116d0cf1
TV
20192021-01-14 Tom de Vries <tdevries@suse.de>
2020
2021 PR testsuite/24590
2022 * gdb.base/style.exp: Handle shorter argv in frame command output.
2023
8f66807b
AB
20242021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2025
2026 PR gdb/26819
2027 * gdb.server/stop-reply-no-thread-multi.c: New file.
2028 * gdb.server/stop-reply-no-thread-multi.exp: New file.
2029
3f94e588
TV
20302021-01-12 Tom de Vries <tdevries@suse.de>
2031
2032 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
2033 (main): Remove call to have_mpx.
2034 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
2035 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
2036 (main): Remote call to have_mpx.
2037 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
2038 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
2039 (main): Remove call to have_mpx.
2040 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
2041 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
2042 (main): Remove call to have_mpx.
2043 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
2044 * gdb.arch/i386-mpx.c (have_mpx): Remove.
2045 (main): Remote call to have_mpx.
2046 * gdb.arch/i386-mpx.exp: Use have_mpx.
2047 * lib/gdb.exp (have_mpx): New proc.
2048
5291fe3c
SP
20492021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2050
2051 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
2052
18bfb505
TV
20532021-01-12 Tom de Vries <tdevries@suse.de>
2054
2055 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
2056
ce38f5ed
AB
20572021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2058
2059 * gdb.fortran/debug-expr.exp: Add new tests.
2060
7c654b71
AB
20612021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2062
2063 * gdb.fortran/dot-ops.exp: Add new tests.
2064
10dadadc
TV
20652021-01-11 Tom de Vries <tdevries@suse.de>
2066
2067 PR testsuite/26968
2068 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
2069 Move insn setting $eax to before probe point.
2070
66beed02
TT
20712021-01-09 Tom Tromey <tom@tromey.com>
2072
2073 * gdb.trace/ax.exp: Do not require an "ext".
2074
8fc48b79
TT
20752021-01-08 Tom Tromey <tromey@adacore.com>
2076
2077 * gdb.ada/voidctx/pck.adb: New file.
2078 * gdb.ada/voidctx/pck.ads: New file.
2079 * gdb.ada/voidctx/voidctx.adb: New file.
2080 * gdb.ada/voidctx.exp: New file.
2081
6abd4cf2
SM
20822021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
2083
2084 PR gdb/27157
2085 * gdb.base/empty-host-env-vars.exp: New test.
2086
d00f0868
AB
20872021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
2088
2089 * gdb.base/completion.exp: Add a new test.
2090
3c8c6de2
AB
20912021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
2092
2093 * gdb.fortran/intvar-dynamic-types.exp: New file.
2094 * gdb.fortran/intvar-dynamic-types.f90: New file.
2095
e3436813
AB
20962021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
2097
2098 * gdb.fortran/intvar-array.exp: New file.
2099 * gdb.fortran/intvar-array.f90: New file.
2100
d4813f10
TT
21012021-01-07 Tom Tromey <tromey@adacore.com>
2102
2103 * gdb.ada/assign_arr.exp: Add 'others' test.
2104
b49180ac
TT
21052021-01-06 Tom Tromey <tromey@adacore.com>
2106
2107 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
2108 (FP4_Type): New type.
2109 (FP4_Var): New variable.
2110 * gdb.ada/fixed_points/fixed_points.adb: Update.
2111 * gdb.ada/fixed_points.exp: Add tests for binary operators.
2112
3c55062c
SM
21132021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
2114
2115 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
2116 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2117 Pass prompt containing debug print to gdb_test_sequence.
2118
e4ad960a
TV
21192021-01-04 Tom de Vries <tdevries@suse.de>
2120
2121 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
2122
3ec3145c
SM
21232021-01-04 Simon Marchi <simon.marchi@efficios.com>
2124
2125
2126
8dc558a0
SM
21272021-01-04 Simon Marchi <simon.marchi@efficios.com>
2128
2129 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
2130 * gdb.server/connect-without-multi-process.exp: Likewise.
2131 * gdb.server/exit-multiple-threads.exp: Likewise.
2132 * gdb.server/ext-attach.exp: Likewise.
2133 * gdb.server/ext-restart.exp: Likewise.
2134 * gdb.server/ext-run.exp: Likewise.
2135 * gdb.server/ext-wrapper.exp: Likewise.
2136 * gdb.server/multi-ui-errors.exp: Likewise.
2137 * gdb.server/no-thread-db.exp: Likewise.
2138 * gdb.server/reconnect-ctrl-c.exp: Likewise.
2139 * gdb.server/run-without-local-binary.exp: Likewise.
2140 * gdb.server/server-kill.exp: Likewise.
2141 * gdb.server/server-run.exp: Likewise.
2142 * gdb.server/solib-list.exp: Likewise.
2143 * gdb.server/stop-reply-no-thread.exp: Likewise.
2144 * gdb.server/wrapper.exp: Likewise.
2145 * gdb.server/sysroot.exp: Increase timeout when testing the
2146 target: sysroot.
2147
d8387cc8
SM
21482021-01-04 Simon Marchi <simon.marchi@efficios.com>
2149
2150 * gdb.server/server-run.exp: Use clean_restart.
2151
5169ae34
SM
21522021-01-04 Simon Marchi <simon.marchi@efficios.com>
2153
2154 * gdb.server/ext-run.exp: Use clean_restart.
2155
7b0ff8a2
SM
21562021-01-04 Simon Marchi <simon.marchi@efficios.com>
2157
2158 * gdb.server/stop-reply-no-thread.exp: Use build_executable
2159 instead of prepare_for_testing.
2160
a754fbdf
SM
21612021-01-04 Simon Marchi <simon.marchi@efficios.com>
2162
2163 * gdb.server/solib-list.exp: Use clean_restart.
2164
c5e71b33
TV
21652021-01-04 Tom de Vries <tdevries@suse.de>
2166
2167 * gdb.base/morestack.c: Remove printf.
2168 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
2169
9b243007
TT
21702020-12-31 Tom Tromey <tom@tromey.com>
2171
2172 * gdb.rust/simple.exp: Update output for Rust 1.49.
2173
4ff509e7
BE
21742020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
2175
2176 * gdb.cp/step-and-next-inline.exp: Fix test case.
2177
391750c3
SM
21782020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
2179
2180 * gdb.python/py-frame-args.exp: De-duplicate test names.
2181
b7874836
AB
21822020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2183
2184 PR gdb/27059
2185 * gdb.dwarf2/dyn-type-unallocated.c: New file.
2186 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
2187
e1ff6226
PW
21882020-12-21 Peter Waller <p@pwaller.net>
2189
2190 * gdb.base/style-interp-exec-mi.exp: New.
2191 * gdb.base/style-interp-exec-mi.c: New.
2192
ca01f1bf
SM
21932020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2194
2195 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
2196 gdb_test. Use proc_with_prefix.
2197
0fe69a94
MM
21982020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2199
2200 * gdb.btrace/exception.exp: Build with nopie.
2201 * gdb.btrace/function_call_history.exp: Likewise.
2202 * gdb.btrace/unknown_functions.exp: Likewise.
2203
806e7575
MM
22042020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2205
2206 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
2207
493d2172
MM
22082020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2209
2210 * gdb.python/py-record-btrace.exp: Make test names unique.
2211 * gdb.python/py-record-full.exp: Likewise.
2212
1a1c0afc
MM
22132020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2214
2215 * gdb.btrace/data.exp: Make test names unique.
2216 * gdb.btrace/delta.exp: Likewise.
2217 * gdb.btrace/enable.exp: Likewise.
2218 * gdb.btrace/function_call_history.exp: Likewise.
2219 * gdb.btrace/nohist.exp: Likewise.
2220 * gdb.btrace/non-stop.exp: Likewise.
2221 * gdb.btrace/rn-dl-bind.exp: Likewise.
2222 * gdb.btrace/step.exp: Likewise.
2223 * gdb.btrace/stepi.exp: Likewise.
2224 * gdb.btrace/tailcall.exp: Likewise.
2225
98d837f0
MM
22262020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2227
2228 * gdb.btrace/enable.exp: Update error message.
2229 * gdb.btrace/multi-inferior.exp: Likewise.
2230 * gdb.btrace/reconnect.exp: Likewise.
2231 * gdb.python/py-record-btrace.exp: Likewise.
2232 * gdb.python/py-record-full.exp: Likewise.
2233
c541fa7c
TV
22342020-12-20 Tom de Vries <tdevries@suse.de>
2235
2236 * lib/gdb.exp (save_target_board_info): New proc.
2237 (gdb_compile_shlib): Use save_target_board_info.
2238
60108e47
TV
22392020-12-19 Tom de Vries <tdevries@suse.de>
2240
2241 * lib/gdb.exp (supports_scalar_storage_order_attribute)
2242 (supports_gnuc): New proc.
2243 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
2244 test_compiler_info calls. Add unsupported message.
2245 * gdb.base/endianity.c: Use TEST_SSO.
2246
fa639f55
HD
22472020-12-19 Hannes Domani <ssbssa@yahoo.de>
2248
2249 PR exp/27070
2250 * gdb.python/compare-enum-type-a.c: New test.
2251 * gdb.python/compare-enum-type-b.c: New test.
2252 * gdb.python/compare-enum-type.exp: New file.
2253 * gdb.python/compare-enum-type.h: New test.
2254
4aea001f
HD
22552020-12-18 Hannes Domani <ssbssa@yahoo.de>
2256
2257 * gdb.python/py-format-string.exp: Add tests for address keyword.
2258
b3f9469b
HD
22592020-12-18 Hannes Domani <ssbssa@yahoo.de>
2260
2261 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
2262
86ef42bd
TT
22632020-12-18 Tom Tromey <tromey@adacore.com>
2264
2265 * gdb.ada/fixed_points.exp: Also run with
2266 -fgnat-encodings=minimal. Update expected output.
2267
93df4a1d
SM
22682020-12-16 Simon Marchi <simon.marchi@efficios.com>
2269
2270 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
2271 * gdb.base/continue-all-already-running.exp: Likewise.
2272 * gdb.base/moribund-step.exp: Likewise.
2273 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
2274
592995fa
TV
22752020-12-16 Tom de Vries <tdevries@suse.de>
2276
2277 * gdb.base/batch-preserve-term-settings.exp:
2278
1e61189d
TV
22792020-12-16 Tom de Vries <tdevries@suse.de>
2280
2281 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
2282 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
2283
19007d95
LM
22842020-12-16 Luis Machado <luis.machado@linaro.org>
2285
2286 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
2287 pointer-based memory accesses.
2288 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
2289 hw watchpoint cases.
2290
a33fc9ae
RK
22912020-12-15 Rae Kim <rae.kim@gmail.com>
2292
2293 * gdb.base/document.exp: New test.
2294
0e5ad442
TT
22952020-12-15 Tom Tromey <tromey@adacore.com>
2296
2297 * gdb.base/style.exp: Add deprecation tests.
2298
60598dbd
SM
22992020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
2300
2301 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
2302
8cd6d968
MW
23032020-12-14 Mark Wielaard <mark@klomp.org>
2304
2305 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
2306 specially, set attr_form_comment to the actual FORM string used.
2307
eab9267c
MW
23082020-12-14 Mark Wielaard <mark@klomp.org>
2309
2310 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
2311 _constants(SPECIAL_expr) here, but set it...
2312 (Dwarf::cu): ...here based on _cu_version.
2313
2f413264
TV
23142020-12-14 Tom de Vries <tdevries@suse.de>
2315
2316 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
2317 pass -fPIC.
2318 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
2319 * gdb.base/break-probes.exp: Same.
2320 * gdb.base/ctxobj.exp: Same.
2321 * gdb.base/dso2dso.exp: Same.
2322 * gdb.base/global-var-nested-by-dso.exp: Same.
2323 * gdb.base/info-shared.exp: Same.
2324 * gdb.base/jit-reader-simple.exp: Same.
2325 * gdb.base/print-file-var.exp: Same.
2326 * gdb.base/skip-solib.exp: Same.
2327 * gdb.btrace/dlopen.exp: Same.
2328
18f1cb1f
TV
23292020-12-14 Tom de Vries <tdevries@suse.de>
2330
2331 PR testsuite/26963
2332 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
2333
519155c9
TV
23342020-12-14 Tom de Vries <tdevries@suse.de>
2335
2336 PR testsuite/26962
2337 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
2338 cast it to its declared type".
2339
153f6e6c
TV
23402020-12-14 Tom de Vries <tdevries@suse.de>
2341
2342 PR testsuite/26951
2343 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
2344 shell prompt.
2345
86b44259
TT
23462020-12-14 Tom Tromey <tromey@adacore.com>
2347
2348 * gdb.ada/nested.exp: Add new tests.
2349 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
2350
e26624c6
TT
23512020-12-14 Tom Tromey <tromey@adacore.com>
2352
2353 * gdb.dwarf2/ada-thick-pointer.exp: New file.
2354
a3bdae4e
TT
23552020-12-14 Tom Tromey <tromey@adacore.com>
2356
2357 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
2358
862fcbd8
TV
23592020-12-13 Tom de Vries <tdevries@suse.de>
2360
2361 PR testsuite/26953
2362 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
2363 attribute support if compiler doesn't support it.
2364
a406a98e
TV
23652020-12-13 Tom de Vries <tdevries@suse.de>
2366
2367 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
2368 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
2369 source to shared lib. Add ada to options.
2370
5d7e6ed0
TV
23712020-12-13 Tom de Vries <tdevries@suse.de>
2372
2373 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
2374 calling gnatbind and gnatlink.
2375
ee9812a0
AB
23762020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2377
2378 * gdb.base/dcache-flush.c: New file.
2379 * gdb.base/dcache-flush.exp: New file.
2380
50a5f187
AB
23812020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2382
2383 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
2384 commands.
2385 * gdb.base/killed-outside.exp: Likewise.
2386 * gdb.opt/inline-bt.exp: Likewise.
2387 * gdb.perf/gmonster-null-lookup.py: Likewise.
2388 * gdb.perf/gmonster-print-cerr.py: Likewise.
2389 * gdb.perf/gmonster-ptype-string.py: Likewise.
2390 * gdb.python/py-unwind.exp: Likewise.
2391
19c659f1
AB
23922020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2393
2394 * gdb.base/commands.exp: Update expected results.
2395
9ef6d4a1
AB
23962020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2397
2398 PR cli/15104
2399 * gdb.base/commands.exp: Add additional tests.
2400 * gdb.base/completion.exp: Add additional tests.
2401
1536146f
AB
24022020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2403
2404 * gdb.base/completion.exp: Add additional tests.
2405
346e7e19
TV
24062020-12-11 Tom de Vries <tdevries@suse.de>
2407
2408 PR testsuite/26991
2409 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
2410 violations by setting bounds registers if the bounds are passed in the
2411 Bounds Table.
2412
9cd7a95a
TV
24132020-12-11 Tom de Vries <tdevries@suse.de>
2414
2415 PR testsuite/26954
2416 * gdb.base/float128.exp: Detect and handle no mpfr support.
2417
4483a8e7
SM
24182020-12-10 Simon Marchi <simon.marchi@efficios.com>
2419
2420 PR gdb/24694
2421 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
2422 calls.
2423
10067028
TV
24242020-12-10 Tom de Vries <tdevries@suse.de>
2425
2426 PR testsuite/26947
2427 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
2428 braces for tcl 8.5 and earlier.
2429
5b56203a
SM
24302020-12-09 Simon Marchi <simon.marchi@efficios.com>
2431
2432 PR 26875, PR 26901
2433 * gdb.base/flexible-array-member.c: New test.
2434 * gdb.base/flexible-array-member.exp: New test.
2435
b46551b2
TV
24362020-12-08 Tom de Vries <tdevries@suse.de>
2437
2438 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
2439 using is_amd64_regs_target.
2440
8439f446
TV
24412020-12-08 Tom de Vries <tdevries@suse.de>
2442
2443 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
2444 self_id.
2445
bc545da7
PA
24462020-12-07 Pedro Alves <pedro@palves.net>
2447
2448 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
2449 'additional_flags' variable.
2450
1f58f6c2
TBA
24512020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2452
2453 * gdb.linespec/explicit.exp: Extend with a test to check completing
2454 '-' after seemingly complete options.
2455
5759831a
TBA
24562020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2457
2458 * gdb.linespec/keywords.exp: Add tests to check positional
2459 flexibility of "-force-condition".
2460
21e051b3
TBA
24612020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2462
2463 * gdb.base/bp-cmds-run-with-ex.c: New file.
2464 * gdb.base/bp-cmds-run-with-ex.exp: New file.
2465 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
2466 * gdb.gdb/python-interrupts.exp: Update the call to
2467 'catch_command_errors' with the new argument.
2468 * gdb.gdb/python-selftest.exp: Ditto.
2469
187b041e
SM
24702020-12-04 Simon Marchi <simon.marchi@efficios.com>
2471
2472 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
2473 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2474 * gdb.threads/non-stop-fair-events.exp: Likewise.
2475
3b7a962d
SM
24762020-12-04 Simon Marchi <simon.marchi@efficios.com>
2477
2478 * gdb.threads/step-over-exec.exp: New.
2479 * gdb.threads/step-over-exec.c: New.
2480 * gdb.threads/step-over-exec-execd.c: New.
2481 * lib/my-syscalls.S: New.
2482 * lib/my-syscalls.h: New.
2483
e633b117
SM
24842020-12-04 Simon Marchi <simon.marchi@efficios.com>
2485
2486 * lib/dwarf.exp (declare_labels): Use name as text if text is
2487 not provided.
2488
67748e0f
TV
24892020-12-04 Tom de Vries <tdevries@suse.de>
2490
2491 PR testsuite/26990
2492 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
2493 are unsupported.
2494
a8d13675
TV
24952020-12-04 Tom de Vries <tdevries@suse.de>
2496
2497 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
2498 clause.
2499
f17727b3
TV
25002020-12-04 Tom de Vries <tdevries@suse.de>
2501
2502 * gdb.reverse/insn-reverse.exp: Fix count handling.
2503
a1499830
TV
25042020-12-04 Tom de Vries <tdevries@suse.de>
2505
2506 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
2507 __x86_64__.
2508
9c027c2f
TV
25092020-12-04 Tom de Vries <tdevries@suse.de>
2510
2511 * gdb.reverse/insn-reverse.c (test_nr): New var.
2512 (usage, parse_args): New function.
2513 (main): Call parse_args. Only run test for test_nr.
2514 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
2515 and bail out. Run subtests individually, using an inferior arg
2516 specifying the subtest.
2517
533b2ae0
AB
25182020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2519
2520 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
2521
e4502042
AB
25222020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2523
2524 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
2525 update test to use this.
2526
f55a9a37
SM
25272020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2528
2529 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
2530
0a6155a0
SM
25312020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2532
2533 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
2534 (do_test): Don't use with_test_prefix.
2535 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
2536 (do_test): Don't use with_test_prefix.
2537 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
2538 (do_test): Don't use with_test_prefix.
2539 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
2540 (do_test): Don't use with_test_prefix.
2541
4d56d64a
SM
25422020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2543
2544 * gdb.threads/non-ldr-exit.exp: Fix comment.
2545
54e75f29
AB
25462020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2547
2548 * gdb.xml/maint-xml-dump-03.xml: New file.
2549
7ce05d21
TV
25502020-11-30 Tom de Vries <tdevries@suse.de>
2551
2552 PR symtab/26905
2553 * gdb.dwarf2/count.exp: Remove kfails.
2554
50757f95
TBA
25552020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2556
2557 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2558 indices.
2559
4afa9fd9
JB
25602020-11-24 Joel Brobecker <brobecker@adacore.com>
2561
2562 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2563 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2564 languages. Remove the associated setup_xfail.
2565
15a491af
SM
25662020-11-23 Simon Marchi <simon.marchi@efficios.com>
2567
2568 * lib/gdb.exp (gdb_assert): Show error message on error.
2569
891615f0
TV
25702020-11-23 Tom de Vries <tdevries@suse.de>
2571
2572 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2573 * gdb.ada/mod_from_name.exp: Same.
2574 * gdb.ada/pckd_arr_ren.exp: Same.
2575
19922582
SM
25762020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2577
2578 * gdb.base/template.exp: New.
2579 * gdb.base/template.c: New.
2580
117c628d
GB
25812020-11-22 Gary Benson <gbenson@redhat.com>
2582
2583 PR gdb/26905
2584 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2585 is defined using a DW_AT_count which references another DIE.
2586
da39d3ba
TV
25872020-11-21 Tom de Vries <tdevries@suse.de>
2588
2589 * gdb.base/vla-ptr.exp: Add XFAIL.
2590
a5c641b5
AB
25912020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2592
2593 * gdb.fortran/array-slices-bad.exp: New file.
2594 * gdb.fortran/array-slices-bad.f90: New file.
2595 * gdb.fortran/array-slices-sub-slices.exp: New file.
2596 * gdb.fortran/array-slices-sub-slices.f90: New file.
2597 * gdb.fortran/array-slices.exp: Rewrite tests.
2598 * gdb.fortran/array-slices.f90: Rewrite tests.
2599 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2600
a15a5258
AB
26012020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2602
2603 * gdb.base/completion.exp: Add new completion tests.
2604
7cb2893d
SM
26052020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2606
2607 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2608 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2609 * gdb.mi/mi-nsintrall.exp: Likewise.
2610 * gdb.mi/mi-nsmoribund.exp: Likewise.
2611 * gdb.mi/mi-nsthrexec.exp: Likewise.
2612 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2613
cf144ec8
SM
26142020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2615
2616 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2617 of perror.
2618
6b6a3e05
JM
26192020-11-18 Joseph Myers <joseph@codesourcery.com>
2620
2621 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2622 $arg.exe exists but $arg does not.
2623
811bdca0
GB
26242020-11-17 Gary Benson <gbenson@redhat.com>
2625
2626 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2627 __attribute__ ((used)).
2628
c72e3136
AB
26292020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2630
2631 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2632
037d7135
AB
26332020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2634
2635 * gdb.base/completion.exp: Add new tests.
2636
119e99bb
TT
26372020-11-16 Tom Tromey <tromey@adacore.com>
2638
2639 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2640 tests.
2641
b74dbc20
JB
26422020-11-15 Joel Brobecker <brobecker@adacore.com>
2643
2644 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2645 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2646 (main): Add reference to pck__fp1_var2.
2647 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2648
0a12719e
JB
26492020-11-15 Joel Brobecker <brobecker@adacore.com>
2650
2651 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2652
0c9150e4
JB
26532020-11-15 Joel Brobecker <brobecker@adacore.com>
2654
2655 * gdb.ada/fixed_points.exp: Add ptype tests.
2656 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2657
b26daff9
JB
26582020-11-15 Joel Brobecker <brobecker@adacore.com>
2659
2660 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2661
09584414
JB
26622020-11-15 Joel Brobecker <brobecker@adacore.com>
2663
2664 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2665 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2666 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2667 New files.
2668 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2669
2670 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2671 New files.
2672
9dd02fc0
AB
26732020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2674
2675 PR cli/26879
2676 * gdb.fortran/completion.exp: New file.
2677 * gdb.fortran/completion.f90: New file.
2678
5643c500
JM
26792020-11-12 Joseph Myers <joseph@codesourcery.com>
2680
2681 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2682 but $arg does not.
2683
7bea47f0
AB
26842020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * gdb.fortran/types.exp: Add more tests.
2687
1f2624a3
TT
26882020-11-12 Tom Tromey <tom@tromey.com>
2689
2690 PR rust/26799:
2691 * gdb.rust/traits.exp: Remove kfails.
2692
9e74f0ae
GB
26932020-11-12 Gary Benson <gbenson@redhat.com>
2694
2695 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2696 statement.
2697
acb994fa
SM
26982020-11-11 Simon Marchi <simon.marchi@efficios.com>
2699
2700 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2701 always-inserted" axis.
2702 (do_test): Add breakpoint_always_inserted parameter.
2703
95016fd2
TT
27042020-11-10 Tom Tromey <tromey@adacore.com>
2705
2706 * gdb.ada/bias.exp: Update.
2707 * gdb.ada/bias/bias.adb (X): Change value.
2708
83100a74
GB
27092020-11-10 Gary Benson <gbenson@redhat.com>
2710
2711 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2712 regexp fragment in parentheses to prevent false matching.
2713
6ff174a7
GB
27142020-11-10 Gary Benson <gbenson@redhat.com>
2715
2716 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2717
eb24648c
GB
27182020-11-10 Gary Benson <gbenson@redhat.com>
2719
2720 * gdb.cp/step-and-next-inline.exp: Only require
2721 -gstatement-frontiers when building with GCC.
2722 Only setup KFAIL's for GCC issues when using
2723 a GCC-built executable.
2724
86775fab
AB
27252020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2726
2727 * gdb.base/debug-expr.c: Add extra function to allow for an
2728 additional test.
2729 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2730 to this proc with gdb_test_debug_expr. Add an extra test.
2731 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2732 to this proc with gdb_test_debug_expr, give the tests names
2733 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2734 calls to this proc with gdb_test_debug_expr, give the tests names
2735 * gdb.fortran/debug-expr.exp: New file.
2736 * gdb.fortran/debug-expr.f90: New file.
2737 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2738
a1945bd4
SM
27392020-11-06 Simon Marchi <simon.marchi@efficios.com>
2740
2741 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2742 proceduresu.
2743 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2744 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2745 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2746 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2747 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2748 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2749 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2750 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2751
9c91c725
TT
27522020-11-04 Tom Tromey <tromey@adacore.com>
2753
2754 * gdb.ada/funcall_ref.exp: Update.
2755 * gdb.ada/var_rec_arr.exp: Update.
2756
8d9fd3a1
TT
27572020-11-04 Tom Tromey <tromey@adacore.com>
2758
2759 * gdb.ada/rec_ptype.exp: New file.
2760 * gdb.ada/rec_ptype/main.adb: New file.
2761 * gdb.ada/rec_ptype/p.ads: New file.
2762
d8f62e84
TT
27632020-11-04 Tom Tromey <tromey@adacore.com>
2764
2765 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2766 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2767 (PT_Full): New variable.
2768 * gdb.ada/tick_length_array_enum_idx/pck.adb
2769 (Full_PT): New type.
2770
7ff5b937
TT
27712020-11-04 Tom Tromey <tromey@adacore.com>
2772
2773 * gdb.ada/array_of_variant.exp: New file.
2774 * gdb.ada/array_of_variant/p.adb: New file.
2775 * gdb.ada/array_of_variant/pck.ads: New file.
2776 * gdb.ada/array_of_variant/pck.adb: New file.
2777
10f6a3ad
TT
27782020-11-04 Tom Tromey <tromey@adacore.com>
2779
2780 * gdb.ada/enum_idx_packed.exp: Add test.
2781 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2782 New variable.
2783 * gdb.ada/enum_idx_packed/pck.ads (Short)
2784 (Multi_Dimension, Multi_Dimension_Access): New types.
2785
b72795a8
TT
27862020-11-04 Tom Tromey <tromey@adacore.com>
2787
2788 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2789
24aa1b02
TT
27902020-11-04 Tom Tromey <tromey@adacore.com>
2791
2792 * gdb.ada/set_pckd_arr_elt.exp: Also test
2793 -fgnat-encodings=minimal. Add tests.
2794 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2795 Call Update_Small a second time.
2796 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2797 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2798 (Variant_Access): New types.
2799 (New_Variant): Declare.
2800
c9a28cbe
TT
28012020-11-04 Tom Tromey <tromey@adacore.com>
2802
2803 * gdb.ada/mod_from_name.exp: Test printing slice.
2804
57567375
TT
28052020-11-04 Tom Tromey <tromey@adacore.com>
2806
2807 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2808 values.
2809 * gdb.ada/access_to_unbounded_array.exp: Test different
2810 -fgnat-encodings values.
2811 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2812 values.
2813 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2814 values.
2815 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2816 values.
2817 * gdb.ada/array_of_variable_length.exp: Test different
2818 -fgnat-encodings values.
2819 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2820 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2821 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2822 change.
2823 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2824 values.
2825 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2826 * gdb.ada/out_of_line_in_inlined.exp: Test different
2827 -fgnat-encodings values.
2828 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2829 values.
2830 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2831 values.
2832 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2833 -fgnat-encodings values.
2834 * gdb.ada/variant_record_packed_array.exp: Test different
2835 -fgnat-encodings values.
2836
a7400e44
TT
28372020-11-04 Tom Tromey <tromey@adacore.com>
2838
2839 * gdb.ada/enum_idx_packed.exp: Add tests.
2840 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2841 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2842 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2843 declarations.
2844
c40907bf
TV
28452020-11-03 Tom de Vries <tdevries@suse.de>
2846
2847 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2848 terminator comments.
2849 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2850 terminator.
2851
f468977a
SM
28522020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2853
2854 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2855 integer format test with regexp.
2856
1c2bec19
GB
28572020-11-02 Gary Benson <gbenson@redhat.com>
2858
2859 * gdb.base/print-file-var.exp (test): Separate compiler and
2860 linker options, and build using build_executable_from_specs
2861 to accommodate this.
2862
6539a36d
GB
28632020-11-02 Gary Benson <gbenson@redhat.com>
2864
2865 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2866 for .c files compiled as C++ with Clang if any shared
2867 libraries are specified.
2868
7ea44a51
GB
28692020-11-02 Gary Benson <gbenson@redhat.com>
2870
2871 * lib/attributes.h: New header.
2872 * gdb.base/backtrace.c: Include the above. Replace
2873 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2874 * gdb.base/infcall-nested-structs.c: Likewise.
2875 * gdb.base/vla-optimized-out.c: Likewise.
2876
ab8f783d
TV
28772020-11-02 Tom de Vries <tdevries@suse.de>
2878
2879 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2880
d77c9224
JB
28812020-11-01 Joel Brobecker <brobecker@adacore.com>
2882
2883 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2884 System.Min_Int and System.Max_Int with smaller hardcoded
2885 constants.
2886
0e5b0dd0
SM
28872020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2888
2889 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2890 * configure: Re-generate.
2891
136821d9
SM
28922020-10-30 Simon Marchi <simon.marchi@efficios.com>
2893
2894 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2895 expected output.
2896
b78b3a29
TBA
28972020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2898
2899 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2900 behavior.
2901 * gdb.base/paginate-bg-execution.exp: Ditto.
2902 * gdb.base/paginate-inferior-exit.exp: Ditto.
2903 * gdb.base/double-prompt-target-event-error.c: Remove.
2904 * gdb.base/double-prompt-target-event-error.exp: Remove.
2905
cfaa8f76
TBA
29062020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2907
2908 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2909 inferiors' and 'detach inferiors' do not change the current
2910 inferior.
2911
0ad0e70c
TV
29122020-10-29 Tom de Vries <tdevries@suse.de>
2913
2914 * gdb.threads/tls.exp: Fix DUPLICATEs.
2915
99cc6b2a
TV
29162020-10-28 Tom de Vries <tdevries@suse.de>
2917
2918 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2919
efe9b873
TV
29202020-10-28 Tom de Vries <tdevries@suse.de>
2921
2922 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2923 * gdb.base/reread.exp: Same.
2924
6b68fd45
TV
29252020-10-28 Tom de Vries <tdevries@suse.de>
2926
2927 * lib/gdb.exp (readnow): Handle arg.
2928 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2929
32a5f98a
TV
29302020-10-28 Tom de Vries <tdevries@suse.de>
2931
2932 * gdb.base/relocate.exp: Update regexp for -readnow.
2933
f93b8760
TV
29342020-10-28 Tom de Vries <tdevries@suse.de>
2935
2936 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2937 -readnow.
2938
1b00ef06
TV
29392020-10-28 Tom de Vries <tdevries@suse.de>
2940
2941 PR symtab/26772
2942 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2943 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2944
364bb903
TV
29452020-10-28 Tom de Vries <tdevries@suse.de>
2946
2947 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2948 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2949 complaint during file command for -readnow.
2950
445a033f
TV
29512020-10-28 Tom de Vries <tdevries@suse.de>
2952
2953 * gdb.cp/nsalias.exp: Fix typo in test name.
2954
fdd67a42
TV
29552020-10-28 Tom de Vries <tdevries@suse.de>
2956
2957 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2958
706baf4c
TV
29592020-10-28 Tom de Vries <tdevries@suse.de>
2960
2961 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2962 -readnow.
2963
b448cca5
TV
29642020-10-27 Tom de Vries <tdevries@suse.de>
2965
2966 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2967
5868da03
TV
29682020-10-27 Tom de Vries <tdevries@suse.de>
2969
2970 * gdb.base/maint.exp: Update for -readnow.
2971
06db6ec3
TV
29722020-10-27 Tom de Vries <tdevries@suse.de>
2973
2974 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2975 -readnow.
2976
934a1764
GB
29772020-10-14 Gary Benson <gbenson@redhat.com>
2978
2979 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2980 "_vptr$Base" as correct, in addition to "_vptr.Base".
2981 (test_mixed): Likewise.
2982
0bf21fbd
GB
29832020-10-27 Gary Benson <gbenson@redhat.com>
2984
2985 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2986 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2987
b1d4d8d1
TBA
29882020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2989
2990 * gdb.base/condbreak.exp: Update the completion tests to
2991 consider the '-force' flag.
2992
bd24c5d6
TV
29932020-10-27 Tom de Vries <tdevries@suse.de>
2994
2995 * gdb.base/list-ambiguous-readnow.exp: New file.
2996
733d554a
TBA
29972020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2998
2999 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
3000 the condition.
3001 * gdb.linespec/cpcompletion.exp: Update to consider the
3002 '-force-condition' keyword.
3003 * gdb.linespec/explicit.exp: Ditto.
3004 * lib/completion-support.exp: Ditto.
3005
b5fa468f
TBA
30062020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3007
3008 * gdb.base/condbreak-multi-context.cc: New file.
3009 * gdb.base/condbreak-multi-context.exp: New file.
3010
b3247276
TT
30112020-10-26 Tom Tromey <tom@tromey.com>
3012
3013 * lib/mi-support.exp (default_mi_gdb_start): Call
3014 gdb_stdin_log_init.
3015 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
3016 subtract one from gdb_instances.
3017 (gdb_stdin_log_write): Flush in_file.
3018
1c47ec3e
TV
30192020-10-26 Tom de Vries <tdevries@suse.de>
3020
3021 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
3022
6390859c
TT
30232020-10-26 Tom Tromey <tromey@adacore.com>
3024
3025 * gdb.ada/unsigned_range/foo.adb: New file.
3026 * gdb.ada/unsigned_range/pack.adb: New file.
3027 * gdb.ada/unsigned_range/pack.ads: New file.
3028 * gdb.ada/unsigned_range.exp: New file.
3029
55c3ad88
TV
30302020-10-26 Tom de Vries <tdevries@suse.de>
3031
3032 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
3033
1612c4bb
TV
30342020-10-26 Tom de Vries <tdevries@suse.de>
3035
3036 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
3037 for CU.
3038 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
3039
7d72802b
TV
30402020-10-23 Tom de Vries <tdevries@suse.de>
3041
3042 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
3043 DW_FORM_string.
3044 (Dwarf::_default_form): New proc.
3045 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
3046 guessed.
3047
9476b583
TV
30482020-10-23 Tom de Vries <tdevries@suse.de>
3049
3050 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
3051 * gdb.dwarf2/atomic-type.exp: Same.
3052 * gdb.dwarf2/bad-regnum.exp: Same.
3053 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3054 * gdb.dwarf2/dw2-align.exp: Same.
3055 * gdb.dwarf2/dw2-bad-elf.exp: Same.
3056 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3057 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
3058 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
3059 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3060 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
3061 * gdb.dwarf2/enum-type.exp: Same.
3062 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
3063 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3064 * gdb.dwarf2/main-subprogram.exp: Same.
3065 * gdb.dwarf2/missing-type-name.exp: Same.
3066 * gdb.dwarf2/nonvar-access.exp: Same.
3067 * gdb.dwarf2/typedef-void-finish.exp: Same.
3068 * gdb.dwarf2/var-access.exp: Same.
3069 * gdb.dwarf2/void-type.exp: Same.
3070
4a636814
SM
30712020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
3072
3073 PR gdb/26693
3074 * gdb.dwarf2/template-specification-full-name.exp: New test.
3075
557fc257
LM
30762020-10-22 Luis Machado <luis.machado@linaro.org>
3077
3078 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
3079 expected an offset from the function.
3080 * gdb.base/msym-bp.exp (test): Likewise.
3081
6b4c676c
AB
30822020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
3083
3084 * gdb.fortran/array-slices.exp: Add a new test.
3085
98cec4f6
GB
30862020-10-21 Gary Benson <gbenson@redhat.com>
3087
3088 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
3089 fullname test with Clang. Also expand comments generally.
3090
ae86f581
TV
30912020-10-20 Tom de Vries <tdevries@suse.de>
3092
3093 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
3094
8c161360
TV
30952020-10-20 Tom de Vries <tdevries@suse.de>
3096
3097 * gdb.dwarf2/arr-stride.c: Remove.
3098 * gdb.dwarf2/arr-stride.exp: Use main.c.
3099 * gdb.dwarf2/arr-subrange.c: Remove.
3100 * gdb.dwarf2/arr-subrange.exp: Use main.c.
3101 * gdb.dwarf2/bad-regnum.c: Remove.
3102 * gdb.dwarf2/bad-regnum.exp: Use main.c.
3103 * gdb.dwarf2/corrupt.c: Remove.
3104 * gdb.dwarf2/corrupt.exp: Use main.c.
3105 * gdb.dwarf2/dw2-bad-elf.c: Remove.
3106 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
3107 * gdb.dwarf2/dw2-icycle.c: Remove.
3108 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
3109 * gdb.dwarf2/formdata16.c: Remove.
3110 * gdb.dwarf2/formdata16.exp: Use main.c.
3111 * gdb.dwarf2/implptrconst.c: Remove.
3112 * gdb.dwarf2/implptrconst.exp: Use main.c.
3113 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
3114 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
3115 * gdb.dwarf2/opaque-type-lookup.c: Remove.
3116 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
3117
9c2412ec
TV
31182020-10-20 Tom de Vries <tdevries@suse.de>
3119
3120 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
3121 file.
3122 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
3123
0cd2ad78
TV
31242020-10-20 Tom de Vries <tdevries@suse.de>
3125
3126 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
3127 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
3128 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
3129 * gdb.dwarf2/dw2-ranges-base.exp: Same.
3130 * gdb.dwarf2/dw2-ranges.exp: Same.
3131 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
3132 * gdb.dwarf2/var-access.exp: Same.
3133
22cc388e
TT
31342020-10-19 Tom Tromey <tromey@adacore.com>
3135
3136 PR tui/26719
3137 * gdb.tui/list.exp: Check source window contents after focus
3138 change.
3139
520596f2
TV
31402020-10-17 Tom de Vries <tdevries@suse.de>
3141
3142 PR symtab/26317
3143 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
3144
d1c8a76d
TV
31452020-10-17 Tom de Vries <tdevries@suse.de>
3146
3147 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
3148 as suffix.
3149 * gdb.dwarf2/atomic.c: Rename to ...
3150 * gdb.dwarf2/atomic-type.c: ... this.
3151 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
3152 * gdb.dwarf2/dw2-ranges-2.c: ... this.
3153 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
3154 * gdb.dwarf2/dw2-ranges-3.c: ... this.
3155 * gdb.dwarf2/fission-mix2.c: Rename to ...
3156 * gdb.dwarf2/fission-mix-2.c: ... this.
3157 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
3158 standard_testfile.
3159 * gdb.dwarf2/ada-valprint-error.exp: Same.
3160 * gdb.dwarf2/arr-stride.exp: Same.
3161 * gdb.dwarf2/arr-subrange.exp: Same.
3162 * gdb.dwarf2/atomic-type.exp: Same.
3163 * gdb.dwarf2/bad-regnum.exp: Same.
3164 * gdb.dwarf2/break-inline-psymtab.exp: Same.
3165 * gdb.dwarf2/clang-debug-names-2.exp: Same.
3166 * gdb.dwarf2/clang-debug-names.exp: Same.
3167 * gdb.dwarf2/comp-unit-lang.exp: Same.
3168 * gdb.dwarf2/corrupt.exp: Same.
3169 * gdb.dwarf2/count.exp: Same.
3170 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3171 * gdb.dwarf2/data-loc.exp: Same.
3172 * gdb.dwarf2/dw2-align.exp: Same.
3173 * gdb.dwarf2/dw2-bad-elf.exp: Same.
3174 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3175 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
3176 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
3177 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
3178 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3179 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
3180 * gdb.dwarf2/dw2-inline-param.exp: Same.
3181 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3182 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3183 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3184 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3185 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
3186 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
3187 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3188 * gdb.dwarf2/dw2-param-error.exp: Same.
3189 * gdb.dwarf2/dw2-ranges-base.exp: Same.
3190 * gdb.dwarf2/dw2-ranges.exp: Same.
3191 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
3192 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
3193 * gdb.dwarf2/dw4-sig-types.exp: Same.
3194 * gdb.dwarf2/dynarr-ptr.exp: Same.
3195 * gdb.dwarf2/enum-type.exp: Same.
3196 * gdb.dwarf2/fission-mix.exp: Same.
3197 * gdb.dwarf2/formdata16.exp: Same.
3198 * gdb.dwarf2/implptrconst.exp: Same.
3199 * gdb.dwarf2/implptrpiece.exp: Same.
3200 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3201 * gdb.dwarf2/main-subprogram.exp: Same.
3202 * gdb.dwarf2/method-ptr.exp: Same.
3203 * gdb.dwarf2/missing-sig-type.exp: Same.
3204 * gdb.dwarf2/nonvar-access.exp: Same.
3205 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3206 * gdb.dwarf2/shortpiece.exp: Same.
3207 * gdb.dwarf2/staticvirtual.exp: Same.
3208 * gdb.dwarf2/subrange.exp: Same.
3209 * gdb.dwarf2/symtab-producer.exp: Same.
3210 * gdb.dwarf2/typedef-void-finish.exp: Same.
3211 * gdb.dwarf2/var-access.exp: Same.
3212 * gdb.dwarf2/variant.exp: Same.
3213 * gdb.dwarf2/void-type.exp: Same.
3214 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
3215 dw2-ranges-main.c.
3216 * gdb.dwarf2/dw2-ranges-main.c: Remove.
3217
472d09c1
TV
32182020-10-16 Tom de Vries <tdevries@suse.de>
3219
3220 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
3221
afe75f6d
TV
32222020-10-16 Tom de Vries <tdevries@suse.de>
3223
3224 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
3225
8c8bd0ba
TV
32262020-10-14 Tom de Vries <tdevries@suse.de>
3227
3228 PR testsuite/26732
3229 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
3230 scenario 2.
3231 * gdb.ada/mi_catch_ex_hand.exp: Same.
3232
b75d55d4
PA
32332020-10-13 Pedro Alves <pedro@palves.net>
3234
3235 * lib/mi-support.exp (mi_clean_restart): New.
3236 (mi_run_to_main): Delete.
3237 All callers adjust to use mi_clean_restart / mi_runto_main.
3238
e777225b
PA
32392020-10-13 Pedro Alves <pedro@palves.net>
3240
3241 * config/monitor.exp: Use "list -q".
3242 * gdb.arch/gdb1558.exp: Use "break -q".
3243 * gdb.arch/i386-permbkpt.exp: Use "break -q".
3244 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
3245 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
3246 * gdb.base/commands.exp: Use "break -q".
3247 * gdb.base/condbreak.exp: Use "break -q".
3248 * gdb.base/ctf-ptype.exp: Use "list -q".
3249 * gdb.base/define.exp: Use "break -q".
3250 * gdb.base/del.exp: Use "break -q".
3251 * gdb.base/fullname.exp: Use "break -q".
3252 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
3253 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
3254 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
3255 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
3256 "hbreak -q".
3257 * gdb.base/included.exp: Use "list -q".
3258 * gdb.base/label.exp: Use "break -q".
3259 * gdb.base/lineinc.exp: Use "break -q".
3260 * gdb.base/list.exp: Use "list -q".
3261 * gdb.base/macscp.exp: Use "list -q".
3262 * gdb.base/pending.exp: Use "break -q".
3263 * gdb.base/prologue-include.exp: Use "break -q".
3264 * gdb.base/ptype.exp: Use "list -q".
3265 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
3266 * gdb.base/server-del-break.exp: Use "break -q".
3267 * gdb.base/style.exp: Use "break -q".
3268 * gdb.base/symbol-without-target_section.exp: Use "list -q".
3269 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
3270 * gdb.cp/exception.exp: Use "tbreak -q".
3271 * gdb.dwarf2/dw2-error.exp: Use "break -q".
3272 * gdb.dwarf2/fission-mix.exp: Use "break -q".
3273 * gdb.dwarf2/fission-reread.exp: Use "break -q".
3274 * gdb.dwarf2/pr13961.exp: Use "break -q".
3275 * gdb.linespec/explicit.exp: Use "list -q".
3276 * gdb.linespec/linespec.exp: Use "break -q".
3277 * gdb.mi/mi-simplerun.exp: Use "--qualified".
3278 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
3279 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
3280 * gdb.server/connect-without-multi-process.exp: Use "break -q".
3281 * gdb.trace/change-loc.exp: Use "break -q".
3282 * gdb.trace/pending.exp: Use "break -q".
3283 * gdb.tui/basic.exp: Use "list -q".
3284 * gdb.tui/list-before.exp: Use "list -q".
3285 * gdb.tui/list.exp: Use "list -q".
3286 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
3287
8abd8ee8
PA
32882020-10-13 Pedro Alves <pedro@palves.net>
3289
3290 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
3291 saved breakpoints file.
3292 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
3293 inspecting breakpoint list.
3294 * lib/gdb.exp (runto_main): Add "qualified" to options.
3295 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
3296 and handle it.
3297 (mi_runto_main): Pass 1 as qualified argument.
3298
f71e6719
PA
32992020-10-13 Pedro Alves <pedro@palves.net>
3300
3301 * lib/mi-support.exp (mi_runto_main): New proc.
3302 (mi_run_to_main): Use it.
3303 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
3304 * gdb.mi/mi-var-cmd.exp: Likewise.
3305 * gdb.mi/mi-var-invalidate.exp: Likewise.
3306 * mi-var-list-children-invalid-grandchild.exp: Likewise.
3307 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3308 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3309 * gdb.mi/user-selected-context-sync.exp: Likewise.
3310 * gdb.opt/inline-cmds.exp: Likewise.
3311 * gdb.python/py-framefilter-mi.exp: Likewise.
3312 * gdb.python/py-mi.exp: Likewise.
3313
50441f0f
PA
33142020-10-13 Pedro Alves <pedro@palves.net>
3315
3316 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
3317 "runto main".
3318 * gdb.ada/small_reg_param.exp: Likewise.
3319 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3320 * gdb.base/annota1.exp: Likewise.
3321 * gdb.base/anon.exp: Likewise.
3322 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
3323 * gdb.base/dprintf-non-stop.exp: Likewise.
3324 * gdb.base/dprintf.exp: Likewise.
3325 * gdb.base/gdb11530.exp: Likewise.
3326 * gdb.base/gdb11531.exp: Likewise.
3327 * gdb.base/gnu_vector.exp: Likewise.
3328 * gdb.base/interrupt-noterm.exp: Likewise.
3329 * gdb.base/memattr.exp: Likewise.
3330 * gdb.base/step-over-syscall.exp: Likewise.
3331 * gdb.base/watch-cond-infcall.exp: Likewise.
3332 * gdb.base/watch-read.exp: Likewise.
3333 * gdb.base/watch-vfork.exp: Likewise.
3334 * gdb.base/watch_thread_num.exp: Likewise.
3335 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
3336 * gdb.guile/scm-frame-inline.exp: Likewise.
3337 * gdb.linespec/explicit.exp: Likewise.
3338 * gdb.opt/inline-break.exp: Likewise.
3339 * gdb.python/py-frame-inline.exp: Likewise.
3340 * gdb.reverse/break-precsave.exp: Likewise.
3341 * gdb.reverse/break-reverse.exp: Likewise.
3342 * gdb.reverse/consecutive-precsave.exp: Likewise.
3343 * gdb.reverse/consecutive-reverse.exp: Likewise.
3344 * gdb.reverse/finish-precsave.exp: Likewise.
3345 * gdb.reverse/finish-reverse.exp: Likewise.
3346 * gdb.reverse/fstatat-reverse.exp: Likewise.
3347 * gdb.reverse/getresuid-reverse.exp: Likewise.
3348 * gdb.reverse/i386-precsave.exp: Likewise.
3349 * gdb.reverse/i386-reverse.exp: Likewise.
3350 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3351 * gdb.reverse/i387-env-reverse.exp: Likewise.
3352 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3353 * gdb.reverse/insn-reverse.exp: Likewise.
3354 * gdb.reverse/machinestate-precsave.exp: Likewise.
3355 * gdb.reverse/machinestate.exp: Likewise.
3356 * gdb.reverse/pipe-reverse.exp: Likewise.
3357 * gdb.reverse/readv-reverse.exp: Likewise.
3358 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3359 * gdb.reverse/rerun-prec.exp: Likewise.
3360 * gdb.reverse/s390-mvcle.exp: Likewise.
3361 * gdb.reverse/solib-precsave.exp: Likewise.
3362 * gdb.reverse/solib-reverse.exp: Likewise.
3363 * gdb.reverse/step-precsave.exp: Likewise.
3364 * gdb.reverse/step-reverse.exp: Likewise.
3365 * gdb.reverse/time-reverse.exp: Likewise.
3366 * gdb.reverse/until-precsave.exp: Likewise.
3367 * gdb.reverse/until-reverse.exp: Likewise.
3368 * gdb.reverse/waitpid-reverse.exp: Likewise.
3369 * gdb.reverse/watch-precsave.exp: Likewise.
3370 * gdb.reverse/watch-reverse.exp: Likewise.
3371 * gdb.threads/kill.exp: Likewise.
3372 * gdb.threads/tid-reuse.exp: Likewise.
3373
d3a07122
SM
33742020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3375
3376 PR gdb/26642
3377 * gdb.base/maint-target-async-off.c: New test.
3378 * gdb.base/maint-target-async-off.exp: New test.
3379
c65c6c42
AM
33802020-10-13 Alan Modra <amodra@gmail.com>
3381
3382 * gdb.arch/powerpc-altivec.s,
3383 * gdb.arch/powerpc-power7.s,
3384 * gdb.arch/powerpc-power8.s,
3385 * gdb.arch/powerpc-power9.s,
3386 * gdb.arch/powerpc-vsx.s,
3387 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
3388 * gdb.arch/powerpc-altivec.exp,
3389 * gdb.arch/powerpc-power7.exp,
3390 * gdb.arch/powerpc-power8.exp,
3391 * gdb.arch/powerpc-power9.exp,
3392 * gdb.arch/powerpc-vsx.exp,
3393 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
3394 disassembly of mfvsrd/mtvsrd.
3395
f4a0f710
AM
33962020-10-13 Alan Modra <amodra@gmail.com>
3397
3398 * gdb.arch/arm-disassembler-options.exp: Adjust expected
3399 "target architecture" output.
3400 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3401 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3402 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3403 * gdb.arch/s390-disassembler-options.exp: Likewise.
3404
87a37e5e
PA
34052020-10-12 Pedro Alves <pedro@palves.net>
3406
3407 PR exp/26602
3408 PR c++/26550
3409 * gdb.cp/ambiguous.cc (marker1): Delete.
3410 (main): Initialize all the fields of the locals. Replace marker1
3411 call with a "set breakpoint here" marker.
3412 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
3413 instead of running to marker1. Add tests printing all the
3414 variables and all the fields of the variables.
3415 (test_ambiguous): New proc, expecting the new GDB output when a
3416 field access is ambiguous. Change all "warning: X ambiguous"
3417 tests to use it.
3418
71e1b6b0
GB
34192020-10-12 Gary Benson <gbenson@redhat.com>
3420
3421 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
3422 * gdb.base/msym-bp-2.c (foo): Likewise.
3423 * gdb.base/msym-lang.c (foo): Likewise.
3424 * gdb.base/msym-lang-main.c (foo): Likewise.
3425 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
3426 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
3427 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
3428 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
3429 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
3430 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
3431 * gdb.python/py-objfile.c (static_var): Likewise.
3432 * gdb.python/py-symbol.c (rr): Likewise.
3433 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
3434 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
3435
9370fd51
AB
34362020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
3439 output of backtrace.
3440
7c184d33
TT
34412020-10-09 Tom Tromey <tromey@adacore.com>
3442
3443 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
3444 (Rec): Add field. Fix range.
3445 * gdb.ada/scalar_storage.exp: Update.
3446
3d87245c
HD
34472020-10-09 Hannes Domani <ssbssa@yahoo.de>
3448
3449 PR exp/26714
3450 * gdb.base/printcmds.exp: Add tests for void results.
3451
f5c4b229
JV
34522020-10-09 Jan Vrany <jan.vrany@labware.com>
3453
3454 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
3455 is emmited for both 'set directories' and 'directory' commands.
3456
b2701685
TT
34572020-10-08 Tom Tromey <tom@tromey.com>
3458
3459 * gdb.base/style.exp: Check that "main"'s name is styled.
3460
e86efb33
TT
34612020-10-07 Tom Tromey <tromey@adacore.com>
3462
3463 * gdb.base/find.exp: Rename some tests.
3464
30897591
GB
34652020-10-06 Gary Benson <gbenson@redhat.com>
3466
3467 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
3468 * gdb.base/list1.c (unused): Likewise.
3469
ced4a4c1
GB
34702020-10-06 Gary Benson <gbenson@redhat.com>
3471
3472 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
3473 __attribute__ ((used)).
3474 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
3475
ed3bdac4
AB
34762020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
3477
3478 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
3479 make use of regions throughout.
3480 * gdb.base/overlays.exp: Enclose string with variableds in "..",
3481 not {...}.
3482 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
3483
cd096ec8
HD
34842020-10-05 Hannes Domani <ssbssa@yahoo.de>
3485
3486 * gdb.base/call-sc.c: Fix return struct on stack test case.
3487 * gdb.base/call-sc.exp: Likewise.
3488
3ee6f75d
GB
34892020-10-02 Gary Benson <gbenson@redhat.com>
3490
3491 * README: Fix "paralell".
3492
f65825ec
GB
34932020-09-30 Gary Benson <gbenson@redhat.com>
3494
3495 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
3496 Convert directive to lowercase.
3497 (.Labbrev1_begin): Add missing label.
3498 (abbrev code 0x1): Remove DW_AT_stmt_list.
3499 (.Ldie_b): Likewise.
3500
5f278258
TT
35012020-09-27 Tom Tromey <tom@tromey.com>
3502
3503 * gdb.tui/new-layout.exp: Use with_test_prefix.
3504
8f9929bb
GR
35052020-09-26 Gareth Rees <grees@undo.io> (tiny change)
3506
3507 PR python/26586
3508 * gdb.python/python.exp: add test cases for the from_tty
3509 argument to gdb.execute.
3510
c20c017b
GB
35112020-09-25 Gary Benson <gbenson@redhat.com>
3512
3513 * gdb.base/infcall-nested-structs.exp.tcl: Add
3514 additional_flags=-Wno-tautological-compare for C++
3515 tests when compiling using Clang.
3516
68d654af
GB
35172020-09-25 Gary Benson <gbenson@redhat.com>
3518
3519 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
3520 for .c files.
3521
b551a89f
TT
35222020-09-24 Tom Tromey <tromey@adacore.com>
3523
3524 PR tui/26638:
3525 * gdb.tui/list.exp: Check output of "focus next".
3526
20a5fcbd
TT
35272020-09-23 Tom Tromey <tom@tromey.com>
3528
3529 * gdb.dwarf2/intbits.exp: New file.
3530 * gdb.dwarf2/intbits.c: New file.
3531
b167e53f
PA
35322020-09-20 Pedro Alves <pedro@palves.net>
3533
3534 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
3535 spawn_id before calling remote_close. Close secondary MI channel.
3536
dbc49e9f
PA
35372020-09-20 Pedro Alves <pedro@palves.net>
3538
3539 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
3540 fails.
3541
c8d5abea
AB
35422020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
3543
3544 * gdb.fortran/array-slices.exp: Update expected results.
3545 * gdb.fortran/class-allocatable-array.exp: Likewise.
3546 * gdb.fortran/multi-dim.exp: Likewise.
3547 * gdb.fortran/vla-type.exp: Likewise.
3548 * gdb.mi/mi-vla-fortran.exp: Likewise.
3549
14f9473c
VC
35502020-09-18 Victor Collod <vcollod@nvidia.com>
3551
3552 PR gdb/26635
3553 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3554 compatible with i386, and move it to...
3555 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3556 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3557 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3558
e8ef12b9
PA
35592020-09-18 Pedro Alves <pedro@palves.net>
3560
3561 PR gdb/26631
3562 * gdb.multi/multi-target-thread-find.exp: New file.
3563
e11daf7a
PA
35642020-09-18 Pedro Alves <pedro@palves.net>
3565
3566 * gdb.multi/multi-target-continue.exp: New file, factored out from
3567 multi-target.exp.
3568 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3569 multi-target.exp.
3570 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3571 multi-target.exp.
3572 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3573 multi-target.exp.
3574 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3575 multi-target.exp.
3576 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3577 multi-target.exp.
3578 * gdb.multi/multi-target.exp: Delete.
3579
d0edc2b8
AB
35802020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3581
3582 * gdb.fortran/array-slices.exp: Add missing message data.
3583
7474326c
PA
35842020-09-17 Pedro Alves <pedro@palves.net>
3585
3586 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3587
dd23068d
PA
35882020-09-17 Pedro Alves <pedro@palves.net>
3589
3590 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3591 full prototype.
3592
0640a543
PA
35932020-09-17 Pedro Alves <pedro@palves.net>
3594
3595 * gdb.python/py-as-string.c: Add cast.
3596
ef0cdbc1
PA
35972020-09-17 Pedro Alves <pedro@palves.net>
3598
3599 * gdb.base/sizeof.c (fill): Add cast.
3600
3a5eeb8b
PA
36012020-09-17 Pedro Alves <pedro@palves.net>
3602
3603 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3604
a8129512
PA
36052020-09-17 Pedro Alves <pedro@palves.net>
3606
3607 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3608 linkage name.
3609 * gdb.base/prologue.exp: Use print /d.
3610 * gdb.base/symbol-alias.exp: Handle C++ output.
3611 * gdb.base/symbol-alias2.c: Handle C++ output.
3612 [__cplusplus] (func): Explicitly specify linkage name.
3613
a83cdcb6
PA
36142020-09-17 Pedro Alves <pedro@palves.net>
3615
3616 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3617 (struct my_key_t): ... this. Adjust all references.
3618 (struct value_t): Rename to ...
3619 (struct my_value_t): ... this. Adjust all references.
3620 (create_map, add_map_element, create_map_map)
3621 (add_map_map_element): Add casts.
3622
d4bcee5c
PA
36232020-09-17 Pedro Alves <pedro@palves.net>
3624
3625 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3626 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3627
81f90489
PA
36282020-09-17 Pedro Alves <pedro@palves.net>
3629
3630 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3631
0a229804
PA
36322020-09-17 Pedro Alves <pedro@palves.net>
3633
3634 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3635 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3636 (charfoo, intfoo): Define full prototype.
3637 * gdb.base/ptype1.c (charfoo): Define full prototype.
3638 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3639 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3640
c3e5138d
PA
36412020-09-17 Pedro Alves <pedro@palves.net>
3642
3643 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3644 Don't define.
3645 (utf_32_string): Compile for both C and C++.
3646 * gdb.base/charset.exp: Use "print /d".
3647
151fdbad
PA
36482020-09-17 Pedro Alves <pedro@palves.net>
3649
3650 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3651 (nullptr): Rename to ...
3652 (null_ptr): ... this.
3653 * gdb.base/watchpoint.exp: Adjust to rename.
3654
18a25b64
PA
36552020-09-17 Pedro Alves <pedro@palves.net>
3656
3657 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3658 (three_not_flag): Add casts.
3659
11fac337
PA
36602020-09-17 Pedro Alves <pedro@palves.net>
3661
3662 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3663 char array.
3664 (main): Add references to Barrier, TestStrings, TestStringsH and
3665 TestStringsW.
3666 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3667 and expect a full prototype in C++.
3668
52626c58
PA
36692020-09-17 Pedro Alves <pedro@palves.net>
3670
3671 * gdb.base/nested-addr.c (main): Add cast.
3672 * gdb.base/nested-addr.exp: Use "print /d".
3673
52bb0902
PA
36742020-09-17 Pedro Alves <pedro@palves.net>
3675
3676 * gdb.base/break.exp (func): New. Use it throughout when
3677 expecting a function name.
3678
73e18ac9
PA
36792020-09-17 Pedro Alves <pedro@palves.net>
3680
3681 * gdb.base/display.exp: Issue "set print asm-demangle on".
3682
c8b18808
PA
36832020-09-17 Pedro Alves <pedro@palves.net>
3684
3685 * gdb.base/find.c: Include <string.h>.
3686 (init_bufs): Add cast.
3687 * gdb.base/find.exp: Issue "set print asm-demangle on".
3688
fe830662
TT
36892020-09-16 Tom Tromey <tromey@adacore.com>
3690
3691 PR gdb/26598:
3692 * gdb.base/skipcxx.exp: New file.
3693 * gdb.base/skipcxx.cc: New file.
3694
945ff6e2
TV
36952020-09-16 Tom de Vries <tdevries@suse.de>
3696
3697 PR testsuite/26617
3698 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3699 WITH_DEBUG_SECTIONS is defined.
3700 (xstr, str): New macro.
3701 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3702 to get start and size of _Dmain.
3703 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3704 using additional_flags.
3705
da1df1db
TBA
37062020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3707
3708 * gdb.base/bp-cmds-sourced-script.c: New file.
3709 * gdb.base/bp-cmds-sourced-script.exp: New test.
3710 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3711
337882d4
TV
37122020-09-16 Tom de Vries <tdevries@suse.de>
3713
3714 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3715 get the gdb prompt after issuing "monitor exit".
3716
7361f908
TV
37172020-09-16 Tom de Vries <tdevries@suse.de>
3718
3719 PR testsuite/26624
3720 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3721
4d91ddd3
TV
37222020-09-16 Tom de Vries <tdevries@suse.de>
3723
3724 PR testsuite/26618
3725 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3726
08cc37dd
TT
37272020-09-15 Tom Tromey <tromey@adacore.com>
3728
3729 PR rust/26197:
3730 * lib/rust-support.exp (rust_llvm_version): New proc.
3731 * gdb.rust/simple.exp: Check rust_llvm_version.
3732
ee6372f2
TV
37332020-09-14 Tom de Vries <tdevries@suse.de>
3734
3735 * gdb.rust/traits.exp: Fix PATH warning.
3736
dc3a371e
PA
37372020-09-13 Pedro Alves <pedro@palves.net>
3738
3739 * gdb.base/catch-follow-exec.c (main): Add explicit return
3740 statement.
3741 * gdb.base/catch-signal.c (main): Likewise.
3742 * gdb.base/condbreak-call-false.c (main): Likewise.
3743 * gdb.base/consecutive.c (main): Add explicit return
3744 statement and return type.
3745 * gdb.base/cursal.c (main): Add explicit return statement.
3746 * gdb.base/cvexpr.c (main): Likewise.
3747 * gdb.base/display.c (main): Add explicit return statement and
3748 return type.
3749 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3750 * gdb.base/endianity.c (main): Likewise.
3751 * gdb.base/execd-prog.c (main): Likewise.
3752 * gdb.base/gdb1090.c (main): Likewise.
3753 * gdb.base/info_qt.c (main): Likewise.
3754 * gdb.base/lineinc.c (main): Likewise.
3755 * gdb.base/load-command.c (main): Likewise.
3756 * gdb.base/macscp1.c (main): Likewise.
3757 * gdb.base/pr10179-a.c (main): Likewise.
3758 * gdb.base/quit-live.c (main): Likewise.
3759 * gdb.base/scope0.c (main): Likewise.
3760 * gdb.base/settings.c (main): Likewise.
3761 * gdb.base/stack-checking.c (main): Return int.
3762 * gdb.base/varargs.c (main): Add explicit return statement.
3763 * gdb.cp/ambiguous.cc (main): Likewise.
3764 * gdb.cp/anon-struct.cc (main): Likewise.
3765 * gdb.cp/anon-union.cc (main): Likewise.
3766 * gdb.cp/bool.cc (main): Likewise.
3767 * gdb.cp/bs15503.cc (main): Likewise.
3768 * gdb.cp/cplusfuncs.cc (main): Likewise.
3769 * gdb.cp/cttiadd.cc (main): Likewise.
3770 * gdb.cp/extern-c.cc (main): Likewise.
3771 * gdb.cp/filename.cc (main): Likewise.
3772 * gdb.cp/formatted-ref.cc (main): Likewise.
3773 * gdb.cp/mb-ctor.cc (main): Likewise.
3774 * gdb.cp/member-ptr.cc (main): Likewise.
3775 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3776 * gdb.cp/overload-const.cc (main): Likewise.
3777 * gdb.cp/paren-type.cc (main): Likewise.
3778 * gdb.cp/parse-lang.cc (main): Likewise.
3779 * gdb.cp/pr-1023.cc (main): Likewise.
3780 * gdb.cp/psmang1.cc (main): Likewise.
3781 * gdb.cp/readnow-language.cc (main): Likewise.
3782 * gdb.cp/ref-params.cc (main): Likewise.
3783 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3784 * gdb.cp/virtbase2.cc (main): Likewise.
3785 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3786 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3787 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3788 * gdb.mi/mi-console.c (main): Likewise.
3789 * gdb.mi/mi-read-memory.c (main): Likewise.
3790 * gdb.modula2/multidim.c (main): Likewise.
3791 * gdb.opt/inline-small-func.c (main): Likewise.
3792 * gdb.python/py-rbreak.c (main): Likewise.
3793 * gdb.stabs/exclfwd1.c (main): Likewise.
3794 * gdb.trace/qtro.c (main): Likewise.
3795
af26601c
PA
37962020-09-13 Pedro Alves <pedro@palves.net>
3797
3798 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3799 instead of getenv.
3800
2f4b83cd
PA
38012020-09-13 Pedro Alves <pedro@palves.net>
3802
3803 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3804 instead of spawning GDB with remote_spawn.
3805 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3806 gdb_spawn instead of spawning GDB with remote_spawn.
3807
c49da0e4
PA
38082020-09-13 Pedro Alves <pedro@palves.net>
3809
3810 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3811 file and add calls to first and second.
3812 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3813 add call to f.
3814
6791b117
PA
38152020-09-13 Pedro Alves <pedro@palves.net>
3816
3817 * gdb.mi/mi-break-qualified.cc: New file.
3818 * gdb.mi/mi-break-qualified.exp: New file.
3819 * lib/mi-support.exp (mi_create_breakpoint_multi)
3820 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3821 procedures.
3822 (mi_create_breakpoint_1): New, factored out from
3823 mi_create_breakpoint.
3824
3b8d4c5c
PA
38252020-09-13 Pedro Alves <pedro@palves.net>
3826
3827 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3828 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3829 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3830 (register_class): Delete.
3831 (main): Don't call register_class.
3832
d5f96005
PA
38332020-09-13 Pedro Alves <pedro@palves.net>
3834
3835 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3836 (do_tests): Remove "calling method for small class" test.
3837 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3838 (register_class): Delete.
3839 (main): Don't call register_class.
3840 * gdb.cp/call-method-register.exp: New file, based on bits removed
3841 from classes.exp.
3842 * gdb.cp/call-method-register.cc: New file, based on bits removed
3843 from classes.cc.
3844
77f2120b
PA
38452020-09-13 Pedro Alves <pedro@palves.net>
3846
3847 * gdb.base/msym-bp-2.c: New.
3848 * gdb.base/msym-bp-shl-lib.c: New file.
3849 * gdb.base/msym-bp-shl-main-2.c: New file.
3850 * gdb.base/msym-bp-shl-main.c: New file.
3851 * gdb.base/msym-bp-shl.exp: New file.
3852 * gdb.base/msym-bp.c: New file.
3853 * gdb.base/msym-bp.exp: New file.
3854
32aea73e
JB
38552020-09-13 Joel Brobecker <brobecker@adacore.com>
3856
3857 * gdb.base/default.exp: Change $_gdb_major to 11.
3858
2a67f09d
FW
38592020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3860 Felix Willgerodt <Felix.Willgerodt@intel.com>
3861
3862 * x86-avx512bf16.c: New file.
3863 * x86-avx512bf16.exp: Likewise.
3864 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3865
ad570dd7
TV
38662020-09-11 Tom de Vries <tdevries@suse.de>
3867
3868 PR exp/26602
3869 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3870
a56f7391
TBA
38712020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3872
3873 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3874
918619e5
AM
38752020-09-10 Alan Modra <amodra@gmail.com>
3876
3877 PR 26597
3878 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3879
cac1e71d
TV
38802020-09-08 Tom de Vries <tdevries@suse.de>
3881
3882 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3883 after gdb_starti_cmd.
3884
c5cd900e
AKS
38852020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3886
3887 * lib/fortran.exp (fortran_complex8): New proc.
3888 (fortran_complex16): New proc.
3889 * gdb.fortran/complex.exp: Use routines from fortran.exp
3890 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3891 * gdb.fortran/vla-ptr-info.exp: Likewise.
3892
8f5c6526
TV
38932020-09-03 Tom de Vries <tdevries@suse.de>
3894
3895 PR breakpoint/26546
3896 * gdb.base/label-without-address.exp: Runto main first.
3897
02c6f3f1
TT
38982020-09-02 Tom Tromey <tromey@adacore.com>
3899
3900 * gdb.ada/mi_var_access.exp: Test children of access variable.
3901 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3902 * gdb.ada/mi_var_array.exp: Update.
3903
efe24f05
KB
39042020-08-31 Kevin Buettner <kevinb@redhat.com>
3905
3906 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3907 on docker w/ AUFS storage driver.
3908
973695d6
KB
39092020-08-31 Kevin Buettner <kevinb@redhat.com>
3910
3911 * gdb.base/corefile2.exp (renamed binfile): New tests.
3912
f3bd50f1
SM
39132020-08-31 Simon Marchi <simon.marchi@efficios.com>
3914
3915 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3916
22b9b4b0
SL
39172020-08-31 Simon Marchi <simon.marchi@efficios.com>
3918
3919 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3920 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3921
8efaf6b3
SM
39222020-08-31 Simon Marchi <simon.marchi@efficios.com>
3923
3924 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3925 output, printing a "not saved" value from history and printing a
3926 convenience variable created from a "not saved" value.
3927
e840f2e3
TV
39282020-08-31 Tom de Vries <tdevries@suse.de>
3929
3930 * gdb.base/eh_return.exp: Use nopie.
3931
8f57f343
PA
39322020-08-28 Pedro Alves <pedro@palves.net>
3933
3934 * gdb.base/advance-until-multiple-locations.exp
3935 (advance_overload, until_overload): Adjust to match the
3936 frame/function header instead of the source line text.
3937
626d2320
TV
39382020-08-28 Tom de Vries <tdevries@suse.de>
3939
3940 * gdb.base/label-without-address.c: New test.
3941 * gdb.base/label-without-address.exp: New file.
3942
df631783
PA
39432020-08-27 Pedro Alves <pedro@palves.net>
3944
3945 PR gdb/26523
3946 PR gdb/26524
3947 * gdb.base/advance-until-multiple-locations.cc: New.
3948 * gdb.base/advance-until-multiple-locations.exp: New.
3949
48b076bb
SM
39502020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3951
3952 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3953
c2015ce4
AB
39542020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3955
3956 * gdb.arch/amd64-byte.exp: Make test names unique, use
3957 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3958 * gdb.arch/amd64-dword.exp: Likewise.
3959 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3960 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3961 unique.
3962 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3963 * gdb.arch/amd64-word.exp: Make test names unique, use
3964 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3965 * gdb.arch/i386-byte.exp: Make test names unique, use
3966 gdb_breakpoint.
3967 * gdb.arch/i386-word.exp: Likewise.
3968
995d3a19
SV
39692020-08-25 Shahab Vahedi <shahab@synopsys.com>
3970
3971 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3972
8cac2b31
SM
39732020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3974
3975 PR gdb/26532
3976 * gdb.threads/stepi-random-signal.exp: Update pattern.
3977
2bc19622
SM
39782020-08-25 Simon Marchi <simon.marchi@efficios.com>
3979
3980 PR gdb/26532
3981 * gdb.base/ui-redirect.exp: Update pattern.
3982
b04aa1fc
GB
39832020-08-25 Gary Benson <gbenson@redhat.com>
3984
3985 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3986 when compiling with clang.
8571e9c8 3987 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 3988
9f68b453
GB
39892020-08-25 Gary Benson <gbenson@redhat.com>
3990
3991 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3992 Add additional_flags=-Wno-inaccessible-base when compiling
3993 with GCC >= 10.1 or clang. Add additional_flags=-w when
3994 compiling with GCC < 10.
3995
3945d2d7
GM
39962020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3997
3998 PR m2/26372
fc5d6901
SM
3999 * gdb.modula2/multidim.c: New file.
4000 * gdb.modula2/multidim.exp: New file.
3945d2d7 4001
60122dbe
SM
40022020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
4003
4004 * lib/gdb.exp (runto): Always emit fail on internal error.
4005
1eb8556f
SM
40062020-08-24 Simon Marchi <simon.marchi@efficios.com>
4007
4008 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
4009 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4010 Likewise.
4011 * gdb.threads/stepi-random-signal.exp: Likewise.
4012
33bf4c5c
TBA
40132020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4014
4015 * gdb.base/print-file-var.exp: Fix typo "breapoint".
4016 * gdb.trace/strace.exp: Ditto.
4017
c2fd7fae
AKS
40182020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4019
4020 * gdb.fortran/vla-type.exp: Skip commands not required for
4021 the Flang compiled binaries after prologue fix.
4022
326afb72
TT
40232020-08-17 Tom de Vries <tdevries@suse.de>
4024 Tom Tromey <tromey@adacore.com>
4025
4026 PR rust/26197:
4027 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
4028
3ae7ab99
TT
40292020-08-17 Tom Tromey <tromey@adacore.com>
4030
4031 * gdb.ada/mi_var_access.exp: New file.
4032 * gdb.ada/mi_var_access/mi_access.adb: New file.
4033 * gdb.ada/mi_var_access/pck.adb: New file.
4034 * gdb.ada/mi_var_access/pck.ads: New file.
4035
f569c1c5
TV
40362020-08-16 Tom de Vries <tdevries@suse.de>
4037
4038 PR gdb/25350
4039 * gdb.base/eh_return.c: New test.
4040 * gdb.base/eh_return.exp: New file.
4041
3d11c30a
TV
40422020-08-15 Tom de Vries <tdevries@suse.de>
4043
4044 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
4045 (mixed_func_1d_): Use fortran_charlen_t in decl.
4046
547ce8f0
TV
40472020-08-15 Tom de Vries <tdevries@suse.de>
4048
4049 PR backtrace/26390
4050 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
4051 Update expected pattern.
4052
a54a7f13
PA
40532020-08-13 Pedro Alves <pedro@palves.net>
4054
4055 * gdb.fortran/complex.exp: Check skip_fortran_tests.
4056 * gdb.fortran/library-module.exp: Likewise.
4057 * gdb.fortran/logical.exp: Likewise.
4058 * gdb.fortran/module.exp: Likewise.
4059 * gdb.fortran/print_type.exp: Likewise.
4060 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4061 * gdb.fortran/vla-datatypes.exp: Likewise.
4062 * gdb.fortran/vla-history.exp: Likewise.
4063 * gdb.fortran/vla-ptr-info.exp: Likewise.
4064 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4065 * gdb.fortran/vla-ptype.exp: Likewise.
4066 * gdb.fortran/vla-sizeof.exp: Likewise.
4067 * gdb.fortran/vla-type.exp: Likewise.
4068 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4069 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4070 * gdb.fortran/vla-value-sub.exp: Likewise.
4071 * gdb.fortran/vla-value.exp: Likewise.
4072
7a82e903
PA
40732020-08-13 Pedro Alves <pedro@palves.net>
4074
4075 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
4076 * gdb.ada/access_to_packed_array.exp: Likewise.
4077 * gdb.ada/access_to_unbounded_array.exp: Likewise.
4078 * gdb.ada/addr_arith.exp: Likewise.
4079 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
4080 * gdb.ada/arr_arr.exp: Likewise.
4081 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
4082 * gdb.ada/array_bounds.exp: Likewise.
4083 * gdb.ada/array_of_variable_length.exp: Likewise.
4084 * gdb.ada/array_ptr_renaming.exp: Likewise.
4085 * gdb.ada/array_subscript_addr.exp: Likewise.
4086 * gdb.ada/arraydim.exp: Likewise.
4087 * gdb.ada/arrayparam.exp: Likewise.
4088 * gdb.ada/arrayptr.exp: Likewise.
4089 * gdb.ada/assign_1.exp: Likewise.
4090 * gdb.ada/assign_arr.exp: Likewise.
4091 * gdb.ada/atomic_enum.exp: Likewise.
4092 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4093 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
4094 * gdb.ada/bias.exp: Likewise.
4095 * gdb.ada/boolean_expr.exp: Likewise.
4096 * gdb.ada/bp_c_mixed_case.exp: Likewise.
4097 * gdb.ada/bp_enum_homonym.exp: Likewise.
4098 * gdb.ada/bp_inlined_func.exp: Likewise.
4099 * gdb.ada/bp_on_var.exp: Likewise.
4100 * gdb.ada/bp_range_type.exp: Likewise.
4101 * gdb.ada/bp_reset.exp: Likewise.
4102 * gdb.ada/call_pn.exp: Likewise.
4103 * gdb.ada/catch_assert_if.exp: Likewise.
4104 * gdb.ada/catch_ex.exp: Likewise.
4105 * gdb.ada/catch_ex_std.exp: Likewise.
4106 * gdb.ada/char_enum.exp: Likewise.
4107 * gdb.ada/char_param.exp: Likewise.
4108 * gdb.ada/complete.exp: Likewise.
4109 * gdb.ada/cond_lang.exp: Likewise.
4110 * gdb.ada/convvar_comp.exp: Likewise.
4111 * gdb.ada/dgopt.exp: Likewise.
4112 * gdb.ada/disc_arr_bound.exp: Likewise.
4113 * gdb.ada/display_nested.exp: Likewise.
4114 * gdb.ada/dot_all.exp: Likewise.
4115 * gdb.ada/dyn_loc.exp: Likewise.
4116 * gdb.ada/dyn_stride.exp: Likewise.
4117 * gdb.ada/excep_handle.exp: Likewise.
4118 * gdb.ada/expr_delims.exp: Likewise.
4119 * gdb.ada/expr_with_funcall.exp: Likewise.
4120 * gdb.ada/exprs.exp: Likewise.
4121 * gdb.ada/fin_fun_out.exp: Likewise.
4122 * gdb.ada/fixed_cmp.exp: Likewise.
4123 * gdb.ada/formatted_ref.exp: Likewise.
4124 * gdb.ada/frame_arg_lang.exp: Likewise.
4125 * gdb.ada/frame_args.exp: Likewise.
4126 * gdb.ada/fullname_bp.exp: Likewise.
4127 * gdb.ada/fun_addr.exp: Likewise.
4128 * gdb.ada/fun_in_declare.exp: Likewise.
4129 * gdb.ada/fun_overload_menu.exp: Likewise.
4130 * gdb.ada/fun_renaming.exp: Likewise.
4131 * gdb.ada/funcall_char.exp: Likewise.
4132 * gdb.ada/funcall_param.exp: Likewise.
4133 * gdb.ada/funcall_ptr.exp: Likewise.
4134 * gdb.ada/funcall_ref.exp: Likewise.
4135 * gdb.ada/homonym.exp: Likewise.
4136 * gdb.ada/info_addr_mixed_case.exp: Likewise.
4137 * gdb.ada/info_auto_lang.exp: Likewise.
4138 * gdb.ada/info_exc.exp: Likewise.
4139 * gdb.ada/info_types.exp: Likewise.
4140 * gdb.ada/int_deref.exp: Likewise.
4141 * gdb.ada/interface.exp: Likewise.
4142 * gdb.ada/iwide.exp: Likewise.
4143 * gdb.ada/lang_switch.exp: Likewise.
4144 * gdb.ada/length_cond.exp: Likewise.
4145 * gdb.ada/maint_with_ada.exp: Likewise.
4146 * gdb.ada/mi_catch_assert.exp: Likewise.
4147 * gdb.ada/mi_catch_ex.exp: Likewise.
4148 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
4149 * gdb.ada/mi_dyn_arr.exp: Likewise.
4150 * gdb.ada/mi_ex_cond.exp: Likewise.
4151 * gdb.ada/mi_exc_info.exp: Likewise.
4152 * gdb.ada/mi_interface.exp: Likewise.
4153 * gdb.ada/mi_prot.exp: Likewise.
4154 * gdb.ada/mi_ref_changeable.exp: Likewise.
4155 * gdb.ada/mi_string_access.exp: Likewise.
4156 * gdb.ada/mi_task_arg.exp: Likewise.
4157 * gdb.ada/mi_task_info.exp: Likewise.
4158 * gdb.ada/mi_var_array.exp: Likewise.
4159 * gdb.ada/mi_var_union.exp: Likewise.
4160 * gdb.ada/mi_variant.exp: Likewise.
4161 * gdb.ada/minsyms.exp: Likewise.
4162 * gdb.ada/mod_from_name.exp: Likewise.
4163 * gdb.ada/nested.exp: Likewise.
4164 * gdb.ada/null_array.exp: Likewise.
4165 * gdb.ada/optim_drec.exp: Likewise.
4166 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
4167 * gdb.ada/packed_array_assign.exp: Likewise.
4168 * gdb.ada/packed_tagged.exp: Likewise.
4169 * gdb.ada/pp-rec-component.exp: Likewise.
4170 * gdb.ada/print_chars.exp: Likewise.
4171 * gdb.ada/print_pc.exp: Likewise.
4172 * gdb.ada/ptr_typedef.exp: Likewise.
4173 * gdb.ada/ptype_arith_binop.exp: Likewise.
4174 * gdb.ada/ptype_array.exp: Likewise.
4175 * gdb.ada/ptype_field.exp: Likewise.
4176 * gdb.ada/ptype_tagged_param.exp: Likewise.
4177 * gdb.ada/ptype_union.exp: Likewise.
4178 * gdb.ada/py_range.exp: Likewise.
4179 * gdb.ada/py_taft.exp: Likewise.
4180 * gdb.ada/rdv_wait.exp: Likewise.
4181 * gdb.ada/rec_comp.exp: Likewise.
4182 * gdb.ada/rec_return.exp: Likewise.
4183 * gdb.ada/ref_param.exp: Likewise.
4184 * gdb.ada/ref_tick_size.exp: Likewise.
4185 * gdb.ada/rename_subscript_param.exp: Likewise.
4186 * gdb.ada/repeat_dyn.exp: Likewise.
4187 * gdb.ada/same_component_name.exp: Likewise.
4188 * gdb.ada/same_enum.exp: Likewise.
4189 * gdb.ada/scalar_storage.exp: Likewise.
4190 * gdb.ada/set_wstr.exp: Likewise.
4191 * gdb.ada/small_reg_param.exp: Likewise.
4192 * gdb.ada/str_binop_equal.exp: Likewise.
4193 * gdb.ada/str_ref_cmp.exp: Likewise.
4194 * gdb.ada/str_uninit.exp: Likewise.
4195 * gdb.ada/sub_variant.exp: Likewise.
4196 * gdb.ada/sym_print_name.exp: Likewise.
4197 * gdb.ada/taft_type.exp: Likewise.
4198 * gdb.ada/tagged.exp: Likewise.
4199 * gdb.ada/tagged_access.exp: Likewise.
4200 * gdb.ada/task_bp.exp: Likewise.
4201 * gdb.ada/task_switch_in_core.exp: Likewise.
4202 * gdb.ada/tasks.exp: Likewise.
4203 * gdb.ada/tick_last_segv.exp: Likewise.
4204 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
4205 * gdb.ada/type_coercion.exp: Likewise.
4206 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4207 * gdb.ada/unchecked_union.exp: Likewise.
4208 * gdb.ada/uninitialized_vars.exp: Likewise.
4209 * gdb.ada/var_arr_attrs.exp: Likewise.
4210 * gdb.ada/var_arr_typedef.exp: Likewise.
4211 * gdb.ada/var_rec_arr.exp: Likewise.
4212 * gdb.ada/variant-record.exp: Likewise.
4213 * gdb.ada/variant.exp: Likewise.
4214 * gdb.ada/variant_record_packed_array.exp: Likewise.
4215 * gdb.ada/varsize_limit.exp: Likewise.
4216 * gdb.ada/whatis_array_val.exp: Likewise.
4217 * gdb.ada/widewide.exp: Likewise.
4218 * gdb.ada/win_fu_syms.exp: Likewise.
4219
42202020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
4221
4222 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
4223
10c381b5
AB
42242020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
4225
4226 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
4227 unset the array variable.
4228
8f34b746
TV
42292020-08-03 Tom de Vries <tdevries@suse.de>
4230
4231 PR symtab/26333
4232 * lib/dwarf.exp (DW_LNE_user): New proc.
4233 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
4234 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
4235
0245e136
KB
42362020-07-31 Kevin Buettner <kevinb@redhat.com>
4237
4238 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
4239 to 'uintptr_t'
4240 (inttypes.h): Include.
4241
9ef1ec5d
KB
42422020-07-31 Kevin Buettner <kevinb@redhat.com>
4243
4244 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
4245 (C5_24k): Delete.
4246 (C5_8k, C5_64k, C5_256k): New macros.
4247 (buf_ro): Allocate 256 KiB of initialized data.
4248
4c55e970
TBA
42492020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4250
4251 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
4252 that attempt to overwrite an existing condition with a condition
4253 that fails parsing and also with a condition that parses fine
4254 but contains junk at the end.
4255
1e620590
TBA
42562020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4257
4258 * gdb.base/condbreak-bad.c: New test.
4259 * gdb.base/condbreak-bad.exp: New file.
4260
e12dcc50
TV
42612020-07-30 Tom de Vries <tdevries@suse.de>
4262
4263 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
4264 out of ...
4265 (GDBInfoModuleSymbols::check_entry): ... here.
4266 (GDBInfoModuleSymbols::check_optional_entry): New proc.
4267 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
4268 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
4269
6cc64caa
TV
42702020-07-30 Tom de Vries <tdevries@suse.de>
4271
4272 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
4273 "__class_some_module_Number_t" optional.
4274
90fd07fc
TV
42752020-07-29 Tom de Vries <tdevries@suse.de>
4276
4277 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
4278 multiple locations.
4279
f5c79e97
TV
42802020-07-29 Tom de Vries <tdevries@suse.de>
4281
4282 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
4283 rather than function name.
4284
f75a0693
AB
42852020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4286
4287 PR symtab/26270:
4288 * gdb.cp/disasm-func-name.cc: New file.
4289 * gdb.cp/disasm-func-name.exp: New file.
4290
4888741a
TT
42912020-07-28 Tom Tromey <tromey@adacore.com>
4292
4293 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
4294 'varval' location.
4295
43d5901d
AB
42962020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * gdb.python/py-unwind.py: Update to make use of a register
4299 descriptor.
4300
14fa8fb3
AB
43012020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4302
4303 * gdb.python/py-arch-reg-names.exp: Add additional tests.
4304
e79eb02f
AB
43052020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
4306
4307 PR fortran/23051
4308 PR fortran/26139
4309 * gdb.fortran/class-allocatable-array.exp: New file.
4310 * gdb.fortran/class-allocatable-array.f90: New file.
4311 * gdb.fortran/pointer-to-pointer.exp: New file.
4312 * gdb.fortran/pointer-to-pointer.f90: New file.
4313
876518dd
TV
43142020-07-25 Tom de Vries <tdevries@suse.de>
4315
4316 PR symtab/26243
4317 * gdb.dwarf2/dw2-line-number-zero.c: New test.
4318 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
4319
6dcfb80a
TV
43202020-07-24 Tom de Vries <tdevries@suse.de>
4321
4322 PR testsuite/26293
4323 * gdb.ada/mi_prot.exp: Require gnatmake-8.
4324
e7bc9db8
PA
43252020-07-23 Pedro Alves <pedro@palves.net>
4326
4327 * gdb.server/server-kill.exp (prepare): New, factored out from the
4328 top level.
4329 (kill_server): New.
4330 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
4331 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
4332
78344df7
AB
43332020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
4334
4335 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
4336
25dfed24
SL
43372020-07-22 Sandra Loosemore <sandra@codesourcery.com>
4338
4339 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
4340 Initialize to empty string at top level.
4341 (gdb_wrapper_init): Revert check for file existence on build.
4342 Build the wrapper in its default place, not a build-specific
4343 location. When host == build, make the pathname absolute.
4344 (gdb_compile): Delete leftover declaration of
4345 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
4346 string instead of uninitialized.
4347
7da515fd
KB
43482020-07-22 Kevin Buettner <kevinb@redhat.com>
4349
4350 * gdb.base/corefile2.exp: New file.
4351 * gdb.base/coremaker2.exp: New file.
4352
9c5ec5c2
KB
43532020-07-22 Kevin Buettner <kevinb@redhat.com>
4354
4355 * gdb.base/coredump-filter.exp: Add second
4356 non-Private-Shared-Anon-File test.
4357 (test_disasm): Rename binfile for test which is expected
4358 to fail.
4359
f9e233c9
KB
43602020-07-22 Kevin Buettner <kevinb@redhat.com>
4361
4362 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
4363 data in core file".
4364 * gdb.base/coremaker.c (buf2ro): New global.
4365 (mmapdata): Add a read-only mmap mapping.
4366
94c265d7
KB
43672020-07-22 Kevin Buettner <kevinb@redhat.com>
4368
4369 PR corefiles/25631
4370 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
4371 New test.
4372 * gdb.base/coremaker.c (buf3): New global.
4373 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
4374 flags.
4375
43762020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
4377
4378 * gdb.base/coremaker.c (filler_ro): New global constant.
4379
32fa152e
TT
43802020-07-22 Tom Tromey <tromey@adacore.com>
4381
4382 * gdb.ada/mi_prot.exp: New file.
4383 * gdb.ada/mi_prot/pkg.adb: New file.
4384 * gdb.ada/mi_prot/pkg.ads: New file.
4385 * gdb.ada/mi_prot/prot.adb: New file.
4386
c8474dc3
TBA
43872020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4388
4389 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
4390 loads two JITers.
4391
baf8791e
AB
43922020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4393
4394 * gdb.python/py-arch-reg-groups.exp: Additional tests.
4395
f7306dac
AB
43962020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4397
4398 * gdb.python/py-arch-reg-names.exp: Additional tests.
4399
6d3d6e4b
TV
44002020-07-21 Tom de Vries <tdevries@suse.de>
4401
4402 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
4403 breakpoint locations".
4404 * gdb.reverse/solib-reverse.exp: Same.
4405
803d0592
TV
44062020-07-21 Tom de Vries <tdevries@suse.de>
4407
4408 * gdb.reverse/step-reverse.c (callee): Merge statements.
4409
e9bdc510
TV
44102020-07-21 Tom de Vries <tdevries@suse.de>
4411
4412 * gdb.fortran/info-modules.exp (info module variables): Allow missing
4413 line numbers for some variables.
4414
f0f9e75a
TV
44152020-07-21 Tom de Vries <tdevries@suse.de>
4416
4417 * gdb.opt/inline-locals.c (init_array): New func.
4418 (func1): Use init_array.
4419 * gdb.opt/inline-locals.exp: Update pattern.
4420
bd460ecb
TV
44212020-07-21 Tom de Vries <tdevries@suse.de>
4422
4423 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
4424 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
4425
ae5369e7
LC
44262020-07-20 Ludovic Courtès <ludo@gnu.org>
4427
4428 * gdb.guile/source2.scm: Add #f first argument to 'format'.
4429 * gdb.guile/types-module.exp: Remove "ERROR:" from
4430 regexps since Guile 3.0 no longer prints that.
4431
68cf161c
LC
44322020-07-20 Ludovic Courtès <ludo@gnu.org>
4433
4434 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
4435 error regexp to match on Guile 2.2.
4436
c14b4913
GB
44372020-07-20 Gary Benson <gbenson@redhat.com>
4438
4439 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
4440 with clang.
4441
b243ba58
TV
44422020-07-20 Tom de Vries <tdevries@suse.de>
4443
4444 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
4445 (omp_set_lock_in_order): New function.
4446 (single_scope, multi_scope, nested_func, nested_parallel): Use
4447 omp_set_lock_in_order and omp_unset_lock.
4448 (main): Init and destroy lock and lock2.
4449
c06ad8b5
TV
44502020-07-20 Tom de Vries <tdevries@suse.de>
4451
4452 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
4453
6e22f117
TV
44542020-07-20 Tom de Vries <tdevries@suse.de>
4455
4456 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
4457
33176ea7
TV
44582020-07-17 Tom de Vries <tdevries@suse.de>
4459
4460 * gdb.base/valgrind-infcall-2.c: New test.
4461 * gdb.base/valgrind-infcall-2.exp: New file.
4462 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
4463
90c3ec2d
TV
44642020-07-17 Tom de Vries <tdevries@suse.de>
4465
4466 * gdb.dlang/circular.c (found): Use found_label as label name.
4467 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
4468 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
4469 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
4470 * gdb.dwarf2/ada-linkage-name.exp: Same.
4471 * gdb.dwarf2/arr-subrange.exp: Same.
4472 * gdb.dwarf2/atomic-type.exp: Same.
4473 * gdb.dwarf2/comp-unit-lang.exp: Same.
4474 * gdb.dwarf2/cpp-linkage-name.exp: Same.
4475 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
4476 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
4477 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
4478 * gdb.dwarf2/implptr-64bit.exp: Same.
4479 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4480 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4481 * gdb.dwarf2/imported-unit.exp: Same.
4482 * gdb.dwarf2/main-subprogram.exp: Same.
4483 * gdb.dwarf2/missing-type-name.exp: Same.
4484 * gdb.dwarf2/nonvar-access.exp: Same.
4485 * gdb.dwarf2/struct-with-sig.exp: Same.
4486 * gdb.dwarf2/typedef-void-finish.exp: Same.
4487 * gdb.dwarf2/void-type.exp: Same.
4488
10da644d
TV
44892020-07-17 Tom de Vries <tdevries@suse.de>
4490
4491 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
4492 src parameter.
4493 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
4494 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
4495 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4496 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
4497 * gdb.dwarf2/dwz.exp: Same.
4498 * gdb.dwarf2/implptr-optimized-out.exp: Same.
4499 * gdb.dwarf2/implref-array.exp: Same.
4500 * gdb.dwarf2/implref-const.exp: Same.
4501 * gdb.dwarf2/implref-global.exp: Same.
4502 * gdb.dwarf2/implref-struct.exp: Same.
4503 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
4504 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4505 * gdb.dwarf2/var-access.exp: Same.
4506 * gdb.dwarf2/varval.exp: Same.
4507 * gdb.trace/entry-values.exp: Same.
4508
315e6afc
TV
45092020-07-17 Tom de Vries <tdevries@suse.de>
4510
4511 * lib/dwarf.exp (Dwarf::extern): Remove.
4512 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
4513 * gdb.dlang/circular.exp: Same.
4514 * gdb.dwarf2/comp-unit-lang.exp: Same.
4515 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4516 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
4517 * gdb.dwarf2/dwz.exp: Same.
4518 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4519 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4520 * gdb.dwarf2/imported-unit.exp: Same.
4521 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4522
5597c940
SL
45232020-07-16 Sandra Loosemore <sandra@codesourcery.com>
4524
4525 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
4526 Use double quotes instead of single quotes.
4527
d0ce17d8
CT
45282020-07-16 Caroline Tice <cmtice@google.com>
4529
4530 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
4531 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
4532
853772cc
TV
45332020-07-16 Tom de Vries <tdevries@suse.de>
4534
4535 * lib/dwarf.exp (program): Initialize _line.
4536 (DW_LNE_end_sequence): Reinitialize _line.
4537 (DW_LNS_advance_line): Update _line.
4538 (line): New proc.
4539 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
4540 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
4541 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
4542 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
4543 * gdb.dwarf2/dw2-is-stmt.exp: Same.
4544 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4545
fe07b572
AB
45462020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4547
4548 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4549 generic.
4550
52781cce
TV
45512020-07-15 Tom de Vries <tdevries@suse.de>
4552
4553 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4554 is_amd64_regs_target.
4555
3dcc261c
AB
45562020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4557
4558 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4559 * gdb.fortran/ptype-on-functions.f90: Likewise.
4560
054a0959
SM
45612020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4562
4563 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4564 values in documentation for addr_size to 4 and 8.
4565
ccb9eba6
AB
45662020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4567
4568 * gdb.arch/amd64-osabi.exp: Update.
4569 * gdb.arch/arm-disassembler-options.exp: Update.
4570 * gdb.arch/powerpc-disassembler-options.exp: Update.
4571 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4572 * gdb.arch/s390-disassembler-options.exp: Update.
4573 * gdb.base/all-architectures.exp.tcl: Update.
4574 * gdb.base/attach-pie-noexec.exp: Update.
4575 * gdb.base/catch-syscall.exp: Update.
4576 * gdb.xml/tdesc-arch.exp: Update.
4577
025a39a7
TV
45782020-07-14 Tom de Vries <tdevries@suse.de>
4579
4580 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4581 (local_gettid): ... this.
4582 (fn): Update.
4583
74e4b667
SL
45842020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4585
4586 * gdb.base/info_sources.exp: Skip directory match tests on
4587 remote hosts.
4588
f413dd74
GB
45892020-07-13 Gary Benson <gbenson@redhat.com>
4590
4591 * gdb.base/savedregs.exp (caller): Use parentheses to
4592 make expected expression evaluation ordering explicit.
4593
915771bb
GB
45942020-07-13 Gary Benson <gbenson@redhat.com>
4595
4596 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4597
2a122642
GB
45982020-07-13 Gary Benson <gbenson@redhat.com>
4599
4600 * gdb.base/bigcore.c (main): Use a volatile pointer when
4601 attempting to trigger a SIGSEGV.
4602 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4603 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4604 * gdb.base/savedregs.c (thrower): Likewise.
4605 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4606
3f00c730
GB
46072020-07-13 Gary Benson <gbenson@redhat.com>
4608
4609 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4610 defining and using VLA structure fields into...
4611 * gdb.base/vla-struct-fields.c: New file.
4612 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4613 tests into...
4614 * gdb.base/vla-struct-fields.exp: New file.
4615
963eeee4
TV
46162020-07-13 Tom de Vries <tdevries@suse.de>
4617
4618 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4619 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4620 * gdb.base/gold-gdb-index.exp: Same.
4621 * gdb.base/morestack.exp: Same.
4622
0ed35c9a
DX
46232020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4624
4625 PR rust/26121
4626 * gdb.rust/modules.rs: Prevent linker from discarding test
4627 symbol.
4628
4fdba23d
PA
46292020-07-10 Pedro Alves <pedro@palves.net>
4630
4631 PR gdb/26199
4632 * gdb.multi/multi-target.c (exit_thread): New.
4633 (thread_start): Break loop if EXIT_THREAD.
4634 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4635 (top level) Call test_no_resumed.
4636
15f3b077
TT
46372020-07-08 Tom Tromey <tromey@adacore.com>
4638
4639 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4640 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4641
9fc501fd
AB
46422020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4643
4644 PR python/22748
4645 * gdb.opt/inline-frame-tailcall.c: New file.
4646 * gdb.opt/inline-frame-tailcall.exp: New file.
4647 * gdb.python/py-unwind-inline.c: New file.
4648 * gdb.python/py-unwind-inline.exp: New file.
4649 * gdb.python/py-unwind-inline.py: New file.
4650
64cb3757
AB
46512020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4652
4653 * gdb.python/py-arch-reg-groups.exp: New file.
4654
0f767f94
AB
46552020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4656
4657 * gdb.python/py-arch-reg-names.exp: New file.
4658
87dbc774
AB
46592020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4660
4661 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4662 gdb.PendingFrame.architecture method.
4663
d8cc8af6
TV
46642020-07-06 Tom de Vries <tdevries@suse.de>
4665
4666 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4667
3c8ea5be
PA
46682020-07-03 Pedro Alves <palves@redhat.com>
4669
4670 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4671 explicitly write negative numbers.
4672 * gdb.base/structs2.exp: Adjust expected output.
4673
bf90c83a
PA
46742020-07-03 Pedro Alves <palves@redhat.com>
4675
4676 * gdb.base/charset.c (init_string): Change all char parameters to
4677 unsigned char parameters.
4678
2eb82157
PA
46792020-07-03 Pedro Alves <palves@redhat.com>
4680
4681 * gdb.base/call-sc.exp (start_scalars_test): Use
4682 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4683 * gdb.base/overlays.c: Remove references to PARAMS.
4684 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4685 * gdb.base/reread.exp: Don't set 'prototypes' global.
4686 * gdb.base/structs.exp (start_structs_test): Use
4687 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4688 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4689 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4690 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4691 call.
4692 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4693
9adda7af
PA
46942020-07-03 Pedro Alves <palves@redhat.com>
4695
4696 * gdb.base/m32rovly.c: Delete.
4697 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4698
2a17c803
PW
46992020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4700
4701 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4702 of gdb_py_test_multiple.
4703 * gdb.python/py-cmd.exp: Likewise.
4704 * gdb.python/py-events.exp: Likewise.
4705 * gdb.python/py-function.exp: Likewise.
4706 * gdb.python/py-inferior.exp: Likewise.
4707 * gdb.python/py-infthread.exp: Likewise.
4708 * gdb.python/py-linetable.exp: Likewise.
4709 * gdb.python/py-parameter.exp: Likewise.
4710 * gdb.python/py-value.exp: Likewise.
4711
b011fe1a
TV
47122020-06-30 Tom de Vries <tdevries@suse.de>
4713
4714 PR testsuite/26175
4715 * lib/future.exp (gdb_default_target_compile): Detect and handle
4716 early_flags.
4717
df5b8876
SM
47182020-06-29 Simon Marchi <simon.marchi@efficios.com>
4719
4720 * boards/simavr.exp (gdb_load): Catch errors when closing
4721 previous connection. Close connection, wait for process and
4722 unset simavr_spawn_id on failure.
4723
a3ca48cd
TV
47242020-06-29 Tom de Vries <tdevries@suse.de>
4725
4726 * lib/gdb.exp (unknown): Make test-case unresolved.
4727
b0237c0e
TV
47282020-06-29 Tom de Vries <tdevries@suse.de>
4729
4730 PR gdb/25475
4731 * gdb.server/solib-list.exp: Verify that the symbol reload
4732 confirmation question is asked.
4733
c0b3b3bd
PW
47342020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4735
4736 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4737 have a input seq nr in each pass message.
fe4c3d43 4738 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
4739 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4740 * gdb.python/python.exp: Make test names unique,
4741 use gdb_test_multiline instead of gdb_py_test_multiple,
4742 use $gdb_test_name.
4743 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4744
1776e3e5
NA
47452020-06-26 Nick Alcock <nick.alcock@oracle.com>
4746
4747 * configure.ac: Add --enable-libctf.
4748 * aclocal.m4: sinclude ../config/enable.m4.
4749 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4750 * lib/gdb.exp (skip_ctf_tests): Use it.
4751 * gdb.base/ctf-constvars.exp: Error message tweak.
4752 * gdb.base/ctf-ptype.exp: Likewise.
4753 * configure: Regenerate.
4754
f53b3eeb
GB
47552020-06-26 Gary Benson <gbenson@redhat.com>
4756
4757 * gdb.cp/try_catch.cc: Include string.h.
4758 (main): Replace comparison against string literal with
4759 strcmp, avoiding build failure with -Wstring-compare.
4760 Add "marker test-complete".
4761 * gdb.cp/try_catch.exp: Run the test to the above marker,
4762 then verify that the value of "test" is still true.
4763
6d74da72
AB
47642020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4765
4766 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4767
2e52d038
AB
47682020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4769
4770 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4771
3b9fce96
AB
47722020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4773
4774 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4775 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4776 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4777 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4778 * gdb.arch/riscv-tdesc-loading.exp: New file.
4779
ed69cbc8
AB
47802020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4781
4782 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4783
767a879e
AB
47842020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4785
4786 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4787 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4788 * gdb.arch/riscv-tdesc-regs.c: New file.
4789 * gdb.arch/riscv-tdesc-regs.exp: New file.
4790
221db974
PA
47912020-06-24 Pedro Alves <palves@redhat.com>
4792
4793 * gdb.arch/amd64-entry-value-paramref.exp: Use
4794 prepare_for_testing_full and don't pass "c++" for the .S file
4795 build spec.
4796 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4797 $options, since it's an assembly file. Remove -Wno-deprecated.
4798 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4799 compiling C++ programs.
4800
331733cd
PA
48012020-06-24 Pedro Alves <palves@redhat.com>
4802
4803 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4804 Clang, add "-Wno-unknown-warning-option" to the options.
4805
caa7fd04
AB
48062020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4807
4808 * gdb.xml/tdesc-reload.c: New file.
4809 * gdb.xml/tdesc-reload.exp: New file.
4810 * gdb.xml/maint-xml-dump-01.xml: New file.
4811 * gdb.xml/maint-xml-dump-02.xml: New file.
4812 * gdb.xml/maint-xml-dump.exp: New file.
4813
bb8d1260
SL
48142020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4815
4816 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4817 Adjust for omitted commands when TUI is disabled.
4818
7e4b9c4c
GB
48192020-06-23 Gary Benson <gbenson@redhat.com>
4820 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4823 * gdb.cp/nsimport.cc: Likewise.
4824 * gdb.cp/nsnested.cc: Likewise.
4825 * gdb.cp/nsnoimports.cc: Likewise.
4826 * gdb.cp/nsusing.cc: Likewise.
4827 * gdb.cp/smartp.cc: Likewise.
4828 * gdb.python/py-pp-integral.c: Likewise.
4829 * gdb.python/py-pp-re-notag.c: Likewise.
4830
2e573c0a
GB
48312020-06-23 Gary Benson <gbenson@redhat.com>
4832
4833 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4834 * gdb.cp/nsimport.cc: Likewise.
4835 * gdb.cp/nsnested.cc: Likewise.
4836 * gdb.cp/nsnoimports.cc: Likewise.
4837 * gdb.cp/nsusing.cc: Likewise.
4838 * gdb.cp/smartp.cc: Likewise.
4839 * gdb.python/py-pp-integral.c: Likewise.
4840 * gdb.python/py-pp-re-notag.c: Likewise.
4841
746ebfe8
PW
48422020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4843
4844 * gdb.base/default-args.exp: New test.
4845 * gdb.base/default-args.c: New file.
4846 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4847 * gdb.base/default.exp: Update to new help text.
4848 * gdb.base/help.exp: Likewise.
4849 * gdb.base/page.exp: Likewise.
4850 * gdb.base/style.exp: Likewise.
4851 * gdb.guile/guile.exp: Likewise.
4852 * gdb.python/python.exp: Likewise.
4853
e822f2cd
SL
48542020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4855
4856 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4857 remote host. Fix search path syntax on Windows host.
4858
48e9cc84
PW
48592020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4860
4861 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4862 over 'exec-file-mismatch'.
4863 * gdb.base/attach.c: Mark should_exit volatile.
4864 * gdb.base/attach2.c: Likewise. Add a comment explaining
4865 why the sleep cannot be big.
4866 * gdb.base/attach3.c: New file.
4867
160f8a8f
SL
48682020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4869
4870 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4871 prefix optional.
4872
4d91c2a4
SL
48732020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4874
4875 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4876 for remote host.
4877
87f83f20
SL
48782020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4879 Hafiz Abid Qadeer <abidh@codesourcery.com>
4880
4881 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4882 file sent to remote host.
4883 (top level): Allow int32_t as type of 32-bit register.
4884
37ab8655
TV
48852020-06-19 Tom de Vries <tdevries@suse.de>
4886
4887 * lib/gdb.exp (gdb_note): New proc.
4888 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4889 (gdb_default_target_compile): ... here. Only call
4890 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4891 (use_gdb_compile): Change to array.
4892 (toplevel): Update sets of use_gdb_compile to specify language.
4893 Warn about default_target_compile override. Store dejagnu's version
4894 of default_target_compile in dejagnu_default_target_compile.
4895
a8a56685
TV
48962020-06-18 Tom de Vries <tdevries@suse.de>
4897
4898 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4899 (default_gdb_init): ... here.
4900
581bea2c
SL
49012020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4902
4903 Fix TUI support checks in gdb.tui tests.
4904
4905 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4906 just say UNSUPPORTED.
4907 * gdb.tui/corefile-run.exp: Likewise.
4908 * gdb.tui/empty.exp: Likewise.
4909 * gdb.tui/list-before.exp: Likewise.
4910 * gdb.tui/list.exp: Likewise.
4911 * gdb.tui/main.exp: Likewise.
4912 * gdb.tui/regs.exp: Likewise.
4913 * gdb.tui/resize.exp: Likewise.
4914 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4915 * gdb.tui/tui-layout-asm.exp: Likewise.
4916 * gdb.tui/tui-missing-src.exp: Likewise.
4917 * gdb.tui/winheight.exp: Likewise.
4918 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4919
05e682e3
SL
49202020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4921
4922 Fix TCL error in gdb.python/py-format-string.exp.
4923
4924 * gdb.python/py-format-string.exp: Move test for python support
4925 earlier, out of function body.
4926
efb763a5
SM
49272020-06-15 Simon Marchi <simon.marchi@efficios.com>
4928
4929 * gdb.base/index-cache-load-twice.c: New.
4930 * gdb.base/index-cache-load-twice.exp: New.
4931
43327b20
KS
49322020-06-17 Keith Seitz <keiths@redhat.com>
4933
99cf27cf 4934 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
4935 when executing "gdb --configuration".
4936
081e778c
TV
49372020-06-17 Tom de Vries <tdevries@suse.de>
4938
4939 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4940 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4941 conditional on presence of gdb_tcl_unknown.
4942 (gdb_finish): Make override undo conditional on presence of
4943 gdb_tcl_unknown.
4944
d2d1ea20
TT
49452020-06-16 Tom Tromey <tom@tromey.com>
4946
4947 * gdb.python/tui-window.py (failwin): New function. Register it
4948 as a TUI window type.
4949 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4950
c802e8a7
GB
49512020-06-16 Gary Benson <gbenson@redhat.com>
4952
4953 * gdb.python/py-nested-maps.c (create_map): Add missing return
4954 value.
4955 (create_map_map): Likewise.
4956
ff08abb8
TBA
49572020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4958
4959 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4960 variable.
4961 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4962 and use the already-defined 'options' variable.
4963
a29d5112
AB
49642020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4965 Tom de Vries <tdevries@suse.de>
4966
4967 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4968 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4969 (gdb_setup_known_globals): New proc.
4970 (gdb_cleanup_globals): New proc.
4971 * lib/gdb.exp (load_lib): New override proc.
4972 (gdb_stdin_log_init): Set var in_file as persistent global.
4973 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4974 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4975 fpc_compiler as persistent global.
4976
8c74a764
TV
49772020-06-12 Tom de Vries <tdevries@suse.de>
4978
4979 * lib/tuiterm.exp (spawn): Rename to ...
4980 (tui_spawn): ... this.
4981 (toplevel): Move rename of spawn ...
4982 (gdb_init_tuiterm): ... here. New proc.
4983 (gdb_finish_tuiterm): New proc.
4984 * lib/gdb.exp (gdb_finish_hooks): New global var.
4985 (gdb_finish): Handle gdb_finish_hooks.
4986 (tuiterm_env): New proc.
4987 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4988 tuiterm_env.
4989 * gdb.tui/basic.exp: Same.
4990 * gdb.tui/corefile-run.exp: Same.
4991 * gdb.tui/empty.exp: Same.
4992 * gdb.tui/list-before.exp: Same.
4993 * gdb.tui/list.exp: Same.
4994 * gdb.tui/main.exp: Same.
4995 * gdb.tui/new-layout.exp: Same.
4996 * gdb.tui/regs.exp: Same.
4997 * gdb.tui/resize.exp: Same.
4998 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4999 * gdb.tui/tui-layout-asm.exp: Same.
5000 * gdb.tui/tui-missing-src.exp: Same.
5001 * gdb.tui/winheight.exp: Same.
5002
26783bce
TV
50032020-06-12 Tom de Vries <tdevries@suse.de>
5004
5005 PR testsuite/26110
5006 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
5007 (gdb_finish): Reinstall dejagnu's override of ::unknown.
5008
2b4e6a3f
TT
50092020-06-11 Tom Tromey <tom@tromey.com>
5010
5011 PR gdb/18318:
5012 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
5013 floating point tests.
5014
2f33032a
KS
50152020-06-11 Keith Seitz <keiths@redhat.com>
5016
5017 PR gdb/21356
5018 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
5019 vla_struct.
5020 Add new struct vla_typedef and union vla_typedef_union and
5021 corresponding instantiation objects.
5022 Initialize new objects.
5023 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
5024 and vla_typedef_union_object.
5025 Fixup type for vla_struct_object.
5026
a8baf0a3
TV
50272020-06-11 Tom de Vries <tdevries@suse.de>
5028
5029 * lib/gdb.exp (with_override): New proc, factored out of ...
5030 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
5031
7ab96794
TV
50322020-06-10 Tom de Vries <tdevries@suse.de>
5033
5034 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
5035
cab5c3b7
SM
50362020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
5037
5038 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
5039 parameter, update callers.
5040
f8c41851
SM
50412020-06-04 Simon Marchi <simon.marchi@efficios.com>
5042
5043 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
5044 * gdb.dwarf2/share-psymtabs-bt.c: New file.
5045 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
5046
1c07a73f
TV
50472020-06-04 Tom de Vries <tdevries@suse.de>
5048
5049 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
5050
95146b5d
TV
50512020-06-04 Tom de Vries <tdevries@suse.de>
5052
5053 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
5054 exp_continue.
5055
0cfcd4f0
TV
50562020-06-04 Tom de Vries <tdevries@suse.de>
5057
5058 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
5059
f9b5d5ea
TV
50602020-06-03 Tom de Vries <tdevries@suse.de>
5061
5062 PR symtab/26046
5063 * gdb.cp/breakpoint-locs-2.cc: New test.
5064 * gdb.cp/breakpoint-locs.cc: New test.
5065 * gdb.cp/breakpoint-locs.exp: New file.
5066 * gdb.cp/breakpoint-locs.h: New test.
5067
5144dfba
TV
50682020-06-03 Tom de Vries <tdevries@suse.de>
5069
5070 PR testsuite/25609
5071 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
5072 value of global verbose.
5073 * gdb.base/jit-elf.exp: Same.
5074 * gdb.base/jit-reader.exp: Same.
5075
621eacdf
TV
50762020-06-02 Tom de Vries <tdevries@suse.de>
5077
5078 * gdb.dwarf2/multidictionary.exp: Don't use
5079 gdb_spawn_with_cmdline_opts.
5080
1313c56e
AB
50812020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
5082
5083 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
5084 use_header case.
5085 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
5086 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
5087 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
5088 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
5089 * gdb.dwarf2/dw2-inline-header.c: New file.
5090 * gdb.dwarf2/dw2-inline-header.h: New file.
5091
f68f85b5
PA
50922020-05-30 Pedro Alves <palves@redhat.com>
5093
5094 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
5095 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
5096
678048e8
GB
50972020-05-29 Gary Benson <gbenson@redhat.com>
5098
5099 * gdb.compile/compile-cplus.exp (additional_flags): Also
5100 set when building with clang.
5101 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
5102 when building with clang.
5103
9fcafd23
GB
51042020-05-29 Gary Benson <gbenson@redhat.com>
5105
5106 * gdb.arch/i386-avx.exp (additional_flags): Also set when
5107 building with clang.
5108 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
5109
735d5a07
GB
51102020-05-29 Gary Benson <gbenson@redhat.com>
5111
5112 * gdb.cp/koenig.exp (prepare_for_testing): Add
5113 additional_flags=-Wno-unused-comparison.
5114 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
5115
4ad2c6a0
GB
51162020-05-28 Gary Benson <gbenson@redhat.com>
5117
5118 * gdb.base/sigaltstack.c (catcher): Add default case to switch
5119 statement.
5120
09fe663e
GB
51212020-05-28 Gary Benson <gbenson@redhat.com>
5122
5123 * gdb.cp/classes.exp (prepare_for_testing): Add
5124 additional_flags=-Wno-deprecated-register.
5125 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
5126 * gdb.cp/misc.exp: Likewise.
5127
cee00f17
GB
51282020-05-28 Gary Benson <gbenson@redhat.com>
5129
5130 * gdb.linespec/cpls-ops.cc (dummy): New static global.
5131 (test_op_new::operator new): Add return statement.
5132 (test_op_new_array::operator new[]): Likewise.
5133
636edd00
PA
51342020-05-27 Pedro Alves <palves@redhat.com>
5135
5136 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
5137 check. Use test_gdb_complete_unique instead of
5138 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
5139 test_gdb_complete_multiple instead of
5140 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
5141
c2b75043
LM
51422020-05-27 Luis Machado <luis.machado@linaro.org>
5143
5144 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
5145 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
5146 * gdb.arch/arm-disassembler-options.exp: Likewise.
5147 * gdb.arch/arm-disp-step.exp: Likewise.
5148 * gdb.arch/thumb-prologue.exp: Likewise.
5149 * gdb.base/async.exp: Likewise.
5150 * gdb.base/auxv.exp: Likewise.
5151 * gdb.base/complex-parts.exp: Likewise.
5152 * gdb.base/ena-dis-br.exp: Likewise.
5153 * gdb.base/foll-exec.exp: Likewise.
5154 * gdb.base/permissions.exp: Likewise.
5155 * gdb.base/relocate.exp: Likewise.
5156 * gdb.base/return2.exp: Likewise.
5157 * gdb.base/sigbpt.exp: Likewise.
5158 * gdb.base/siginfo-obj.exp: Likewise.
5159 * gdb.cp/converts.exp: Likewise.
5160 * gdb.cp/exceptprint.exp: Likewise.
5161 * gdb.cp/inherit.exp: Likewise.
5162 * gdb.cp/nsnoimports.exp: Likewise.
5163 * gdb.cp/virtbase2.exp: Likewise.
5164 * gdb.mi/mi-var-cmd.exp: Likewise.
5165 * gdb.mi/var-cmd.c: Likewise.
5166
53a47a3e
TT
51672020-05-26 Tom Tromey <tromey@adacore.com>
5168
5169 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
5170
0bc2354b
TT
51712020-05-26 Tom Tromey <tromey@adacore.com>
5172
5173 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
5174 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
5175 type.
5176 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
5177 variable.
5178
0db49895
CBG
51792020-05-26 Christian Biesinger <cbiesinger@google.com>
5180
5181 * Makefile.in: Use = instead of == for the test command
5182 for portability.
5183
40d22035
TV
51842020-05-26 Tom de Vries <tdevries@suse.de>
5185
5186 * gdb.base/gold-gdb-index-2.c: New test.
5187 * gdb.base/gold-gdb-index.c: New test.
5188 * gdb.base/gold-gdb-index.exp: New file.
5189 * gdb.base/gold-gdb-index.h: New test.
5190
043e2e02
TV
51912020-05-25 Tom de Vries <tdevries@suse.de>
5192
5193 * boards/gold-gdb-index.exp: New file.
5194
462f72c5
SM
51952020-05-25 Simon Marchi <simon.marchi@efficios.com>
5196
5197 * boards/simavr.exp: New file.
5198
6cf66e76
SM
51992020-05-25 Simon Marchi <simon.marchi@efficios.com>
5200
5201 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
5202 * gdb.base/inferior-args.exp: New file.
5203 * gdb.base/inferior-args.c: New file.
5204
75d04512
SM
52052020-05-25 Simon Marchi <simon.marchi@efficios.com>
5206
5207 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
5208 inferior_args. Pass it to gdb_reload.
5209 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
5210 inferior_args.
5211 (gdb_reload): Add inferior_args argument.
5212 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
5213 pass it to gdbserver_run.
5214 * boards/native-gdbserver.exp: Do not set noargs.
5215 * boards/native-extended-gdbserver.exp (gdb_reload): Add
5216 inferior_args argument.
5217 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
5218 * gdb.base/a2-run.exp: Check for use_gdb_stub.
5219 * gdb.base/args.exp: Likewise.
5220
42cf1844
TV
52212020-05-25 Tom de Vries <tdevries@suse.de>
5222
5223 * lib/gdb.exp (exec_is_pie): Add comment.
5224
8f7d38ef
TV
52252020-05-25 Tom de Vries <tdevries@suse.de>
5226
5227 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
5228 instead of $binfile in the untested message.
5229
465e1b0f
TV
52302020-05-25 Tom de Vries <tdevries@suse.de>
5231
5232 PR testsuite/26031
5233 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
5234
3c5a0e02
TV
52352020-05-25 Tom de Vries <tdevries@suse.de>
5236
5237 * boards/gold.exp: New file.
5238
0a4f5f8c
TT
52392020-05-23 Tom Tromey <tom@tromey.com>
5240
5241 * gdb.base/style.exp: Remove completion styling test.
5242 * lib/gdb-utils.exp (style): Remove completion styles.
5243
eca1f90c
TT
52442020-05-23 Tom Tromey <tom@tromey.com>
5245
5246 * gdb.base/style.exp: Add completion styling test.
5247 * lib/gdb-utils.exp (style): Add completion styles.
5248
7c13f4e8
AB
52492020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
5250
5251 * gdb.base/annota1.exp: Update expected results.
5252 * gdb.cp/annota2.exp: Update expected results, remove duplicate
5253 test name.
5254 * gdb.cp/annota3.exp: Update expected results.
5255
41977d16
SM
52562020-05-20 Simon Marchi <simon.marchi@efficios.com>
5257
5258 PR gdb/26016
5259 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
5260 against MAP_FAILED.
5261 * gdb.base/coremaker.c (mmapdata): Likewise.
5262 * gdb.base/jit-reader-host.c (main): Likewise.
5263 * gdb.base/sym-file-loader.c (load): Likewise.
5264 (load_shlib): Likewise.
5265
b4757f2e
TT
52662020-05-20 Tom Tromey <tromey@adacore.com>
5267
5268 * gdb.ada/array_char_idx.exp: Recognize initialized array.
5269
9a0bacfb
TV
52702020-05-20 Tom de Vries <tdevries@suse.de>
5271
5272 PR symtab/25833
5273 * gdb.base/with-mf-inc.c: New test.
5274 * gdb.base/with-mf-main.c: New test.
5275 * gdb.base/with-mf.exp: New file.
5276
76571211
TT
52772020-05-19 Tom Tromey <tromey@adacore.com>
5278
5279 * gdb.rust/simple.exp: Restore missing test result.
5280
4cd9f3d5
TV
52812020-05-19 Tom de Vries <tdevries@suse.de>
5282
5283 * gdb.base/gdb-caching-proc.exp: Fix typo.
5284
7d874253
TT
52852020-05-19 Tom Tromey <tromey@adacore.com>
5286
5287 * gdb.rust/simple.exp: Add some test descriptions.
5288 (test_one_slice): Use with_test_prefix.
5289
1d727695
TV
52902020-05-18 Tom de Vries <tdevries@suse.de>
5291
5292 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
5293
7f32a4d5
PA
52942020-05-17 Pedro Alves <palves@redhat.com>
5295
5296 PR gdb/25741
5297 * gdb.base/hw-sw-break-same-address.exp: New file.
5298
7cfd74cf
PA
52992020-05-16 Pedro Alves <palves@redhat.com>
5300
5301 * gdb.multi/multi-re-run.exp (test_re_run): Switch
5302 LAST_LOADED_FILE accordingly.
5303
57b4f16e
PW
53042020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5305
5306 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
5307
7c05caf7
PW
53082020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5309
5310 * gdb.base/help.exp: Test apropos and help for commands
5311 having aliases. Fixed comments not starting with an
5312 upper-case letter or not finishing with a dot.
5313
7aa1b46f
PW
53142020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5315
3b3aaacb
PW
5316 * gdb.base/alias.exp: Update help output check.
5317
57b4f16e 53182020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 5319
7aa1b46f
PW
5320 * gdb.base/default.exp: Update output following fixes.
5321
0605465f
PW
53222020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5323
5324 * gdb.base/alias.exp: Test aliases starting with a prefix of
5325 another alias.
5326
86e4e63d
GB
53272020-05-15 Gary Benson <gbenson@redhat.com>
5328
5329 * gdb.base/info-os.c (main): Add return statement.
5330 * gdb.base/info_minsym.c (minsym_fun): Likewise.
5331 * gdb.base/large-frame-2.c (func): Likewise.
5332 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
5333 * gdb.base/pr10179-b.c (foo2): Likewise.
5334 * gdb.base/valgrind-disp-step.c (foo): Likewise.
5335 * gdb.base/watch-cond.c (func): Likewise.
5336 * gdb.multi/goodbye.c (verylongfun): Likewise.
5337 * gdb.multi/hello.c (commonfun): Likewise.
5338 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
5339 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
5340 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5341 Likewise.
5342 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
5343 * gdb.threads/interrupt-while-step-over.c (child_function):
5344 Likewise.
5345 * gdb.trace/actions-changed.c (end): Likewise.
5346
163df4df
GB
53472020-05-15 Gary Benson <gbenson@redhat.com>
5348
5349 * gdb.opencl/callfuncs.exp: Report when test skipped.
5350 * gdb.opencl/convs_casts.exp: Likewise.
5351 * gdb.opencl/datatypes.exp: Likewise.
5352 * gdb.opencl/operators.exp: Likewise.
5353 * gdb.opencl/vec_comps.exp: Likewise.
5354
6dbc505a
TV
53552020-05-15 Tom de Vries <tdevries@suse.de>
5356
5357 * gdb.base/align.exp.in: Rename to ...
5358 * gdb.base/align.exp.tcl: ... this.
5359 * gdb.base/align-c++.exp: Update.
5360 * gdb.base/align-c.exp: Update.
5361 * gdb.base/all-architectures.exp.in: Rename to ...
5362 * gdb.base/all-architectures.exp: ... this.
5363 * gdb.base/all-architectures-0.exp: Update.
5364 * gdb.base/all-architectures-1.exp: Update.
5365 * gdb.base/all-architectures-2.exp: Update.
5366 * gdb.base/all-architectures-3.exp: Update.
5367 * gdb.base/all-architectures-4.exp: Update.
5368 * gdb.base/all-architectures-5.exp: Update.
5369 * gdb.base/all-architectures-6.exp: Update.
5370 * gdb.base/all-architectures-7.exp: Update.
5371 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
5372 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
5373 * gdb.base/infcall-nested-structs-c++.exp: Update.
5374 * gdb.base/infcall-nested-structs-c.exp: Update.
5375 * gdb.base/info-types.exp.in: Rename to ...
5376 * gdb.base/info-types.exp.tcl: ... this.
5377 * gdb.base/info-types-c++.exp: Update.
5378 * gdb.base/info-types-c.exp: Update.
5379 * gdb.base/max-depth.exp.in: Rename to ...
5380 * gdb.base/max-depth.exp.tcl: ... this.
5381 * gdb.base/max-depth-c++.exp: Update.
5382 * gdb.base/max-depth-c.exp: Update.
5383 * gdb.cp/cpexprs.exp.in: Rename to ...
5384 * gdb.cp/cpexprs.exp.tcl: ... this.
5385 * gdb.cp/cpexprs-debug-types.exp: Update.
5386 * gdb.cp/cpexprs.exp: Update.
5387 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
5388 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
5389 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
5390 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
5391 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
5392 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
5393 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
5394 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
5395 * gdb.dwarf2/clang-debug-names-2.exp: Update.
5396 * gdb.dwarf2/clang-debug-names.exp: Update.
5397
d1034d78
AB
53982020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
5399
5400 * lib/check-test-names.exp: Remove code that prevents this file
5401 loading when tests are run in parallel.
5402
3c5c3649
PA
54032020-05-15 Pedro Alves <palves@redhat.com>
5404
5405 * gdb.multi/multi-kill.exp (start_inferior): Remove
5406 'testpid' parameter. Refer to namespace variable directly.
5407 (testpid): Declare as namespace variable.
5408
272c36b8
PA
54092020-05-15 Pedro Alves <palves@redhat.com>
5410
5411 * gdb.multi/multi-kill.exp: Wrap in namespace.
5412 (start_inferior): Add TESTPID parameter. Use it instead of the
5413 testpid global.
5414 (top level): Define empty TESTPID array, and pass it down to
5415 start_inferior.
5416
02eba61a
TV
54172020-05-14 Tom de Vries <tdevries@suse.de>
5418
5419 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
5420 output.
5421
971a3747
TV
54222020-05-14 Tom de Vries <tdevries@suse.de>
5423
5424 * gdb.base/align.exp: Split into ...
5425 * gdb.base/align.exp.in: ...
5426 * gdb.base/align-c++.exp: ...
5427 * gdb.base/align-c.exp: ... these.
5428 * gdb.base/infcall-nested-structs.exp: Split into ...
5429 * gdb.base/infcall-nested-structs.exp.in: ...
5430 * gdb.base/infcall-nested-structs-c++.exp: ...
5431 * gdb.base/infcall-nested-structs-c.exp: ... these.
5432 * gdb.base/info-types.exp: Split into ...
5433 * gdb.base/info-types.exp.in: ...
5434 * gdb.base/info-types-c++.exp: ...
5435 * gdb.base/info-types-c.exp: ... these.
5436 * gdb.base/max-depth.exp: Split into ...
5437 * gdb.base/max-depth.exp.in: ...
5438 * gdb.base/max-depth-c++.exp: ...
5439 * gdb.base/max-depth-c.exp: ... these.
5440 * gdb.cp/infcall-nodebug.exp: Split into ...
5441 * gdb.cp/infcall-nodebug.exp.in: ...
5442 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
5443 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
5444 * gdb.cp/infcall-nodebug-c-d0.exp: ...
5445 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
5446
a05575d3
TBA
54472020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5448 Pedro Alves <palves@redhat.com>
5449
5450 * gdb.multi/multi-exit.c: New file.
5451 * gdb.multi/multi-exit.exp: New file.
5452 * gdb.multi/multi-kill.c: New file.
5453 * gdb.multi/multi-kill.exp: New file.
5454
6ad82919
TBA
54552020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5456
5457 * gdb.base/annota1.exp: Update the expected output.
5458 * gdb.cp/annota2.exp: Ditto.
5459
843f4d93
AB
54602020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
5461
5462 * lib/check-test-names.exp: Disable when testing is being run in
5463 parallel.
5464
c7c66341
TV
54652020-05-12 Tom de Vries <tdevries@suse.de>
5466
5467 * gdb.base/jit-elf.exp: Fix string concat.
5468
1b59ca1c
TV
54692020-05-12 Tom de Vries <tdevries@suse.de>
5470
5471 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
5472 messages.
5473
b4991d29
TV
54742020-05-12 Tom de Vries <tdevries@suse.de>
5475
5476 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
5477
dbb0ab10
TV
54782020-05-12 Tom de Vries <tdevries@suse.de>
5479
5480 * gdb.ada/catch_ex.exp: Use with_test_prefix.
5481 * gdb.ada/mi_catch_ex.exp: Same.
5482 * gdb.ada/mi_catch_ex_hand.exp: Same.
5483
7549fed8
TV
54842020-05-12 Tom de Vries <tdevries@suse.de>
5485
5486 * gdb.fortran/complex.exp: Use with_test_prefix.
5487
af2d5cd8
TV
54882020-05-12 Tom de Vries <tdevries@suse.de>
5489
5490 * gdb.trace/passcount.exp: Fix test-names.
5491
7c121311
TV
54922020-05-12 Tom de Vries <tdevries@suse.de>
5493
5494 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
5495
c9f3b40e
TV
54962020-05-12 Tom de Vries <tdevries@suse.de>
5497
5498 * gdb.gdb/complaints.exp: Use with_test_prefix.
5499 * gdb.xml/tdesc-regs.exp: Same.
5500 * gdb.opt/inline-locals.exp: Fix test name.
5501
111b33f0
TV
55022020-05-12 Tom de Vries <tdevries@suse.de>
5503
5504 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
5505 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
5506 * gdb.dwarf2/implref-struct.exp: Same.
5507 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
5508 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
5509
ebf47080
SM
55102020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
5511
5512 * gdb.base/jit-so.exp (one_jit_test): Change test name.
5513
d30dcd12
AB
55142020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5515
5516 * lib/check-test-names.exp (all_test_names): New module variable.
5517 (counts): Add 'duplicates' field.
5518 (_check_duplicates): New procedure.
5519 (check): Also check for duplicates.
5520 (do_log_summary): Print duplicates count.
5521 (do_reset_vars): Reset counter for duplicate test names, and
5522 discard all know test names.
5523
34584c09
AB
55242020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5525
5526 * lib/gdb.exp: Include check-test-names.exp library.
5527 * lib/check-test-names.exp: New file.
5528
e0002117
TV
55292020-05-11 Tom de Vries <tdevries@suse.de>
5530
5531 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
5532
53f539a3
KS
55332020-05-11 Keith Seitz <keiths@redhat.com>
5534
5535 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
5536
113ee09a
TV
55372020-05-11 Tom de Vries <tdevries@suse.de>
5538
5539 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
5540 * gdb.cp/cpexprs.exp.in: .. here.
5541 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
5542 cpexprs.exp.
5543
ba3e70b0
KS
55442020-05-11 Keith Seitz <keiths@redhat.com>
5545
5546 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5547 test names.
5548 * gdb.ada/arrayptr.exp: Likewise.
5549 * gdb.ada/assign_arr.exp: Likewise.
5550 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5551 * gdb.ada/bp_on_var.exp: Likewise.
5552 * gdb.ada/call_pn.exp: Likewise.
5553 * gdb.ada/complete.exp: Likewise.
5554 * gdb.ada/fun_overload_menu.exp: Likewise.
5555 * gdb.ada/funcall_param.exp: Likewise.
5556 * gdb.ada/funcall_ref.exp: Likewise.
5557 * gdb.ada/packed_array_assign.exp: Likewise.
5558 * gdb.ada/same_component_name.exp: Likewise.
5559 * gdb.ada/type_coercion.exp: Likewise.
5560 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5561 * gdb.ada/variant_record_packed_array.exp: Likewise.
5562
3ee6bb11
TV
55632020-05-11 Tom de Vries <tdevries@suse.de>
5564
5565 PR symtab/25941
5566 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5567 out of ...
5568 * gdb.dwarf2/clang-debug-names.exp: ... here.
5569 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5570 clang-debug-names.exp.in.
5571 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5572 * gdb.dwarf2/clang-debug-names-2.c: New test.
5573
86cd6bc8
AKS
55742020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5575
5576 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5577 (fortran_runto_main): New Proc, fortran version of runto_main.
5578 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5579 * gdb.fortran/array-bounds.exp: Likewise.
5580 * gdb.fortran/array-slices.exp: Likewise.
5581 * gdb.fortran/block-data.exp: Likewise.
5582 * gdb.fortran/charset.exp: Likewise.
5583 * gdb.fortran/common-block.exp: Likewise.
5584 * gdb.fortran/complex.exp: Likewise.
5585 * gdb.fortran/derived-type-function.exp: Likewise.
5586 * gdb.fortran/derived-type.exp: Likewise.
5587 * gdb.fortran/info-modules.exp: Likewise.
5588 * gdb.fortran/info-types.exp: Likewise.
5589 * gdb.fortran/intrinsics.exp: Likewise.
5590 * gdb.fortran/library-module.exp: Likewise.
5591 * gdb.fortran/logical.exp: Likewise.
5592 * gdb.fortran/max-depth.exp: Likewise.
5593 * gdb.fortran/module.exp: Likewise.
5594 * gdb.fortran/multi-dim.exp: Likewise.
5595 * gdb.fortran/nested-funcs.exp: Likewise.
5596 * gdb.fortran/print-formatted.exp: Likewise.
5597 * gdb.fortran/print_type.exp: Likewise.
5598 * gdb.fortran/printing-types.exp: Likewise.
5599 * gdb.fortran/ptr-indentation.exp: Likewise.
5600 * gdb.fortran/ptype-on-functions.exp: Likewise.
5601 * gdb.fortran/subarray.exp: Likewise.
5602 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5603 * gdb.fortran/vla-datatypes.exp: Likewise.
5604 * gdb.fortran/vla-history.exp: Likewise.
5605 * gdb.fortran/vla-ptr-info.exp: Likewise.
5606 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5607 * gdb.fortran/vla-ptype.exp: Likewise.
5608 * gdb.fortran/vla-sizeof.exp: Likewise.
5609 * gdb.fortran/vla-type.exp: Likewise.
5610 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5611 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5612 * gdb.fortran/vla-value-sub.exp: Likewise.
5613 * gdb.fortran/vla-value.exp: Likewise.
5614 * gdb.fortran/whatis_type.exp: Likewise.
5615 * gdb.mi/mi-var-child-f.exp: Likewise.
5616
6dc55ce9 56172020-05-09 Tom de Vries <tdevries@suse.de>
5618
5619 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5620
283cb58c
TV
56212020-05-08 Tom de Vries <tdevries@suse.de>
5622
5623 * gdb.dwarf2/clang-debug-names.c: New test.
5624 * gdb.dwarf2/clang-debug-names.exp: New file.
5625
ac4a4f1c
SM
56262020-05-06 Simon Marchi <simon.marchi@efficios.com>
5627
5628 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5629 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5630
24fe640b
TV
56312020-05-06 Tom de Vries <tdevries@suse.de>
5632
5633 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5634 breakpoint is at a "recommended breakpoint location".
5635 * gdb.reverse/consecutive-reverse.exp: Same.
5636
0d8683a3
TV
56372020-05-06 Tom de Vries <tdevries@suse.de>
5638
5639 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5640 address.
5641
b8983c46
TV
56422020-05-06 Tom de Vries <tdevries@suse.de>
5643
5644 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5645
abf6d805
TV
56462020-05-06 Tom de Vries <tdevries@suse.de>
5647
5648 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5649 info for r.
5650
0fc2a808
TV
56512020-05-06 Tom de Vries <tdevries@suse.de>
5652
5653 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5654 necessary.
5655
873dd427
TV
56562020-05-06 Tom de Vries <tdevries@suse.de>
5657
5658 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5659 void.
5660
7c99e7e2
TV
56612020-05-06 Tom de Vries <tdevries@suse.de>
5662
5663 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5664 of ...
5665 * gdb.base/async.exp: ... here.
5666 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5667 "recommended breakpoint location".
5668
6173d6a6
TV
56692020-05-06 Tom de Vries <tdevries@suse.de>
5670
5671 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5672
6015a067
TV
56732020-05-04 Tom de Vries <tdevries@suse.de>
5674
5675 * gdb.base/async.exp: Check whether instruction addresses are a
5676 "recommended breakpoint location".
5677
3b6acaee
TT
56782020-05-03 Tom Tromey <tom@tromey.com>
5679
5680 * gdb.base/sepdebug.exp: Remove "catch" test.
5681 * gdb.base/break.exp: Remove "catch" test.
5682 * gdb.base/default.exp: Update expected output.
5683
5beb4d17
TV
56842020-05-02 Tom de Vries <tdevries@suse.de>
5685
5686 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5687 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5688 * gdb.arch/i386-mpx-map.exp: Same.
5689 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5690 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5691 * gdb.arch/i386-mpx.exp: Same.
5692
8caf140d
TV
56932020-05-02 Tom de Vries <tdevries@suse.de>
5694
5695 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5696
693196cb
TV
56972020-05-01 Tom de Vries <tdevries@suse.de>
5698
5699 * gdb.ada/operator_bp.exp: Allow more than required amount of
5700 breakpoint.
5701
53ae0aa9
TV
57022020-05-01 Tom de Vries <tdevries@suse.de>
5703
5704 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5705
ee9d1e5f
HD
57062020-04-30 Hannes Domani <ssbssa@yahoo.de>
5707
5708 PR gdb/18706
5709 * gdb.cp/stub-array-size.cc: New test.
5710 * gdb.cp/stub-array-size.exp: New file.
5711 * gdb.cp/stub-array-size.h: New test.
5712 * gdb.cp/stub-array-size2.cc: New test.
5713
d5cf82c0
HD
57142020-04-30 Hannes Domani <ssbssa@yahoo.de>
5715
5716 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5717 output to the new format.
5718
42e165c3
SM
57192020-04-29 Simon Marchi <simon.marchi@efficios.com>
5720
5721 * gdb.base/break.exp: Use with_test_prefix.
5722
6e4e3fe1
TV
57232020-04-29 Tom de Vries <tdevries@suse.de>
5724
5725 * lib/gdb.exp (debug_types): New proc.
5726 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5727 * gdb.python/py-symtab.exp: Same.
5728
d642b692
HD
57292020-04-29 Hannes Domani <ssbssa@yahoo.de>
5730
5731 PR gdb/17320
5732 * gdb.base/pretty-array.c: New test.
5733 * gdb.base/pretty-array.exp: New file.
5734
ea90f227
TV
57352020-04-29 Tom de Vries <tdevries@suse.de>
5736
5737 PR symtab/25889
5738 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5739 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5740 and include cpexprs.exp.
5741
a65189c9
TV
57422020-04-28 Mark Williams <mark@myosotissp.com>
5743
5744 PR gdb/24480
5745 * dw4-toplevel-types.exp: Test for top level types.
5746 * dw4-toplevel-types.cc: Test for top level types.
5747
32d1f47a
TBA
57482020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5749
5750 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5751 (theads -> threads).
5752
56a4f5a1
TV
57532020-04-28 Tom de Vries <tdevries@suse.de>
5754
5755 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5756
0b2f8a3b
TV
57572020-04-28 Tom de Vries <tdevries@suse.de>
5758
5759 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5760
5390c717
TV
57612020-04-28 Tom de Vries <tdevries@suse.de>
5762
5763 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5764
15cd93d0
TV
57652020-04-28 Tom de Vries <tdevries@suse.de>
5766
5767 * gdb.dwarf2/main-foo.c: New test.
5768 * gdb.dwarf2/struct-with-sig.exp: New file.
5769
d472f0fb
TV
57702020-04-25 Tom de Vries <tdevries@suse.de>
5771
5772 * boards/debug-types.exp: New file.
5773
8d840e05
AB
57742020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5775
5776 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5777
bcfe6157
TT
57782020-04-24 Tom Tromey <tom@tromey.com>
5779
5780 PR symtab/12707:
5781 * gdb.python/py-symbol.exp: Update expected results for
5782 linkage_name test.
5783 * gdb.cp/print-demangle.exp: New file.
5784 * gdb.base/c-linkage-name.exp: Fix test.
5785 * gdb.guile/scm-symbol.exp: Update expected results for
5786 linkage_name test.
5787
f049a313
TT
57882020-04-24 Tom Tromey <tom@tromey.com>
5789
5790 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5791 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5792 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5793 assembler.
5794
7cf28874
TV
57952020-04-24 Tom de Vries <tdevries@suse.de>
5796
5797 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5798 C++.
5799
dac2fef7
TT
58002020-04-24 Tom Tromey <tromey@adacore.com>
5801
5802 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5803 values.
5804 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5805 values. Update test for minimal encodings.
5806 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5807 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5808 values. Update test for minimal encodings.
5809
1acda803
TT
58102020-04-24 Tom Tromey <tromey@adacore.com>
5811
5812 PR python/23662:
5813 * gdb.ada/variant.exp: Add Python checks.
5814 * gdb.rust/simple.exp: Add dynamic type checks.
5815
adfb9815
TT
58162020-04-24 Tom Tromey <tromey@adacore.com>
5817
5818 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5819 Make array type matching more lax.
5820 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5821 * gdb.ada/mi_variant.exp: New file.
5822 * gdb.ada/mi_variant/pck.ads: New file.
5823 * gdb.ada/mi_variant/pkg.adb: New file.
5824 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5825 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5826
7d79de9a
TT
58272020-04-24 Tom Tromey <tromey@adacore.com>
5828
5829 * gdb.ada/variant.exp: Add dynamic field offset tests.
5830 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5831 * gdb.ada/variant/pkg.adb: Add new variables.
5832
f8e89861
TT
58332020-04-24 Tom Tromey <tromey@adacore.com>
5834
5835 * gdb.ada/variant.exp: New file
5836 * gdb.ada/variant/pkg.adb: New file
5837 * gdb.ada/variant/pck.adb: New file
5838
86e887ae
TV
58392020-04-24 Tom de Vries <tdevries@suse.de>
5840
5841 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5842
88428775
TV
58432020-04-24 Tom de Vries <tdevries@suse.de>
5844
5845 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5846 flags.
5847
4e86f6e7
TV
58482020-04-24 Tom de Vries <tdevries@suse.de>
5849
5850 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5851
2016d3e6
TV
58522020-04-24 Tom de Vries <tdevries@suse.de>
5853
5854 * lib/gdb.exp (default_gdb_start): Handle eof.
5855 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5856 failure.
5857 * gdb.base/readnever.exp: Handle clean_restart failure.
5858
70bc38f5
TV
58592020-04-23 Tom de Vries <tdevries@suse.de>
5860
5861 * gdb.base/decl-before-def.exp: Run to main and print a again.
5862
de82891c
TV
58632020-04-23 Tom de Vries <tdevries@suse.de>
5864
5865 * gdb.base/decl-before-def-decl.c: New test.
5866 * gdb.base/decl-before-def-def.c: New test.
5867 * gdb.base/decl-before-def.exp: New file.
5868
96038148
TV
58692020-04-23 Tom de Vries <tdevries@suse.de>
5870
5871 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5872
54ac3df1
TV
58732020-04-22 Tom de Vries <tdevries@suse.de>
5874
5875 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5876 debug_info_offset.
5877 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5878 before $objsfile in the line line.
5879
714534e1
TV
58802020-04-22 Tom de Vries <tdevries@suse.de>
5881
5882 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5883
16a7dbf4
MS
58842020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5885
5886 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5887 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5888 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5889 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5890 * gdb.base/jit-protocol.h: Update definitions to match all usage
5891 contexts.
5892
58932020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5894
5895 * gdb.base: Rename all jit related test and source files.
5896
58972020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5898
5899 * gdb.base/jit-reader.exp: Relax register output check.
5900
317d2668
TV
59012020-04-22 Tom de Vries <tdevries@suse.de>
5902
5903 PR symtab/25764
5904 * gdb.base/psym-external-decl-2.c: New test.
5905 * gdb.base/psym-external-decl.c: New test.
5906 * gdb.base/psym-external-decl.exp: New file.
5907 * gdb.threads/tls.exp: Add PR25807 kfail.
5908
eea9e357
TV
59092020-04-22 Tom de Vries <tdevries@suse.de>
5910
5911 PR symtab/25801
5912 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5913 in "info source" output.
5914
3d5afab3
TV
59152020-04-22 Tom de Vries <tdevries@suse.de>
5916
5917 PR symtab/25700
5918 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5919 symtab for imported_unit.c.
5920
b32102f6
GB
59212020-04-21 Gary Benson <gbenson@redhat.com>
5922
5923 * gdb.base/advance.c (func): New argument, to match call site.
5924 (func2, func3): Add return statements.
5925
d43b7a2d
TBA
59262020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5927
5928 * gdb.multi/run-only-second-inf.c: New file.
5929 * gdb.multi/run-only-second-inf.exp: New file.
5930
d89edf9b
MM
59312020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5932
5933 * gdb.btrace/multi-inferior.c: New test.
5934 * gdb.btrace/multi-inferior.exp: New file.
5935
1a476b6d
MM
59362020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5937
5938 * gdb.btrace/enable-new-thread.c: New test.
5939 * gdb.btrace/enable-new-thread.exp: New file.
5940
4778a5f8
TV
59412020-04-21 Tom de Vries <tdevries@suse.de>
5942
5943 PR gdb/25471
5944 * gdb.threads/killed-outside.c: New test.
5945 * gdb.threads/killed-outside.exp: New file.
5946
9b2c992c
GB
59472020-04-20 Gary Benson <gbenson@redhat.com>
5948
5949 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5950 * gdb.base/nested-subp2.exp: Likewise.
5951 * gdb.base/nested-subp3.exp: Likewise.
5952
b5d1d6f7
GB
59532020-04-20 Gary Benson <gbenson@redhat.com>
5954
5955 * gdb.base/nested-subp1.exp: Disable test when using clang.
5956 * gdb.base/nested-subp2.exp: Likewise.
5957 * gdb.base/nested-subp3.exp: Likewise.
5958
25230285
GB
59592020-04-20 Gary Benson <gbenson@redhat.com>
5960
5961 * gdb.cp/exception.cc: Fix compilation error with clang.
5962
fa93cc8f
GB
59632020-04-20 Gary Benson <gbenson@redhat.com>
5964
809730f3 5965 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 5966
e0c45f30
GB
59672020-04-20 Gary Benson <gbenson@redhat.com>
5968
5969 * gdb.base/jit-main.c: Fix compilation error with clang.
5970
4ddfec93
KR
59712020-04-17 Kamil Rytarowski <n54@gmx.com>
5972
5973 * gdb.base/attach-twice.c: Include "sys/types.h".
5974 (PTRACE_ATTACH): Add fallback definition.
5975 (main): Pass `0' to the 4th argument of `ptrace'.
5976
2bed205e
KR
59772020-04-17 Kamil Rytarowski <n54@gmx.com>
5978
5979 * gdb.base/fork-running-state.c: Include "signal.h".
5980
0743fc83
TT
59812020-04-17 Tom Tromey <tromey@adacore.com>
5982
5983 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5984 Update tests.
5985 * gdb.btrace/cpu.exp: Update tests.
5986 * gdb.base/maint.exp: Update tests.
5987 * gdb.base/default.exp: Update tests.
5988 * gdb.base/completion.exp: Update tests.
5989
efba5c23
TV
59902020-04-16 Tom de Vries <tdevries@suse.de>
5991
5992 PR symtab/25791
5993 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5994 (ensure_gdb_index): and factor out and move ...
5995 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5996 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5997
d191d716
TV
59982020-04-16 Tom de Vries <tdevries@suse.de>
5999
6000 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
6001 loading exec.
6002
99f1bc6a
AB
60032020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
6004
6005 * gdb.base/many-completions.exp: New file.
6006
194d088f
TV
60072020-04-14 Tom de Vries <tdevries@suse.de>
6008
6009 PR symtab/25718
6010 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
6011
c1a66c06
TV
60122020-04-14 Tom de Vries <tdevries@suse.de>
6013
6014 PR symtab/25720
6015 * gdb.base/maint-expand-symbols-header-file.c: New test.
6016 * gdb.base/maint-expand-symbols-header-file.exp: New file.
6017 * gdb.base/maint-expand-symbols-header-file.h: New test.
6018
21b0982c
AB
60192020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
6020
6021 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
6022 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
6023 get_func_info.
6024 (get_func_info): Delete.
6025 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
6026 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
6027 * lib/dwarf.exp (get_func_info): New function.
6028
dd1cab06
TV
60292020-04-13 Tom de Vries <tdevries@suse.de>
6030
6031 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
6032 to what find_gnatmake does.
6033
71ea2b6b
TV
60342020-04-10 Tom de Vries <tdevries@suse.de>
6035
6036 * gdb.base/style.exp: Expect "Expanding full symbols" message for
6037 -readnow.
6038
bdfc1e8a
TV
60392020-04-10 Tom de Vries <tdevries@suse.de>
6040
6041 PR cli/25808
6042 * gdb.base/style.c: Add leading newlines.
6043 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
6044 Check listing of main's one-line body.
6045
14ca8ecf
TV
60462020-04-08 Tom de Vries <tdevries@suse.de>
6047
6048 * lib/gdb.exp (psymtabs_p): New proc.
6049 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
6050 importing unit" unsupported if there are no partial symbols.
6051
e21d048f
TV
60522020-04-08 Tom de Vries <tdevries@suse.de>
6053
6054 PR testsuite/25760
6055 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
6056
25c11aca
TV
60572020-04-07 Tom de Vries <tdevries@suse.de>
6058
6059 PR symtab/25796
6060 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
6061
5707e24b
TV
60622020-04-07 Tom de Vries <tdevries@suse.de>
6063
6064 * gdb.base/check-psymtab.c: New test.
6065 * gdb.base/check-psymtab.exp: New file.
6066
6ee448cc
TT
60672020-04-06 Tom Tromey <tromey@adacore.com>
6068
6069 * gdb.ada/variant-record/proc.adb: New file.
6070 * gdb.ada/variant-record/value.adb: New file.
6071 * gdb.ada/variant-record/value.s: New file.
6072 * gdb.ada/variant-record.exp: New file.
6073
9e7c9a03
HD
60742020-04-03 Hannes Domani <ssbssa@yahoo.de>
6075
6076 PR gdb/25325
6077 * gdb.cp/typed-enum.cc: New test.
6078 * gdb.cp/typed-enum.exp: New file.
6079
c90d28ac
AB
60802020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
6081
6082 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
6083 * gdb.dwarf2/dw2-inline-small-func.c: New file.
6084 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
6085 * gdb.dwarf2/dw2-inline-small-func.h: New file.
6086 * gdb.opt/inline-small-func.c: New file.
6087 * gdb.opt/inline-small-func.exp: New file.
6088 * gdb.opt/inline-small-func.h: New file.
6089
34e9a9fa
AB
60902020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
6091
6092 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
6093 function.
6094
6a354911
AB
60952020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
6096
6097 * lib/dwarf.exp (function_range): Allow compiler options to be
6098 specified.
6099
880d9777
TV
61002020-04-02 Tom de Vries <tdevries@suse.de>
6101
6102 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
6103 __attribute__((always_inline)).
6104 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
6105
f32682ea
TV
61062020-04-02 Tom de Vries <tdevries@suse.de>
6107
6108 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
6109 (gdbserver_gdb_exit): ... here. Add timeout warning.
6110 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
6111 (connect_target_extended_remote): Append new server_spawn_id to
6112 server_spawn_ids.
6113 (cleanup): New proc.
6114 (setup, <toplevel>): Call cleanup.
6115
d3214198
TV
61162020-04-02 Tom de Vries <tdevries@suse.de>
6117
6118 * gdb.base/main-psymtab.exp: New file.
6119
cc77ed24
TV
61202020-04-02 Tom de Vries <tdevries@suse.de>
6121
6122 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
6123
3638a098
TT
61242020-04-01 Tom Tromey <tom@tromey.com>
6125
6126 * gdb.base/complex-parts.exp: Add type tests.
6127
c34e8714
TT
61282020-04-01 Tom Tromey <tom@tromey.com>
6129
6130 * gdb.base/complex-parts.exp: Add arithmetic tests.
6131
981c08ce
TT
61322020-04-01 Tom Tromey <tom@tromey.com>
6133
6134 * gdb.compile/compile.exp: Update.
6135 * gdb.compile/compile-cplus.exp: Update.
6136 * gdb.base/varargs.exp: Update.
6137 * gdb.base/floatn.exp: Update.
6138 * gdb.base/endianity.exp: Update.
6139 * gdb.base/callfuncs.exp (do_function_calls): Update.
6140 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
6141 (complex_float_integral_args): Update.
6142 * gdb.base/complex.exp: Update.
6143 * gdb.base/complex-parts.exp: Update.
6144
3d1cfd43
TT
61452020-04-01 Tom Tromey <tromey@adacore.com>
6146
6147 * gdb.rust/union.rs: New file.
6148 * gdb.rust/union.exp: New file.
6149 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
6150 (main): Update.
6151 * gdb.rust/simple.exp: Move union tests to union.exp.
6152
e033dfa9
TT
61532020-04-01 Tom Tromey <tromey@adacore.com>
6154
6155 * gdb.rust/simple.rs (main): Remove "y0".
6156
53cccef1
TBA
61572020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6158
6159 * gdb.multi/stop-all-on-exit.c: New test.
6160 * gdb.multi/stop-all-on-exit.exp: New file.
6161
60e22c1e
HD
61622020-04-01 Hannes Domani <ssbssa@yahoo.de>
6163
6164 PR gdb/24789
6165 * gdb.cp/misc.cc: Add integer reference variable.
6166 * gdb.cp/misc.exp: Add test.
6167
e139a727
TBA
61682020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6169
6170 * gdb.server/stop-reply-no-thread.exp: Enhance the test
6171 scenario to cover execution until the end and also the case
6172
16b0db75
TV
61732020-03-31 Tom de Vries <tdevries@suse.de>
6174
6175 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
6176 c. Use "maint info symtabs" to check symtab expansion.
6177
c0502da6
TV
61782020-03-30 Tom de Vries <tdevries@suse.de>
6179
6180 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
6181 unsupported.
6182 (verify_psymtab_expanded): Move ...
6183 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
6184 test.
6185 (readnow): New proc.
6186
5935fd15
AB
61872020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6188
6189 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
6190 with $hex.
6191
1773be9e
TT
61922020-03-20 Tom Tromey <tromey@adacore.com>
6193
6194 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
6195
70304be9
TT
61962020-03-20 Tom Tromey <tromey@adacore.com>
6197
6198 * gdb.ada/sub_variant/subv.adb: New file.
6199 * gdb.ada/sub_variant.exp: New file.
6200
0dd7b8f7
TV
62012020-03-20 Tom de Vries <tdevries@suse.de>
6202
6203 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
6204 first break fails.
6205 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
6206
cada5fc9
AB
62072020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6208
6209 * gdb.server/exit-multiple-threads.c: New file.
6210 * gdb.server/exit-multiple-threads.exp: New file.
6211
6b8c53f2
AB
62122020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6213
6214 * gdb.fortran/mixed-lang-stack.c: New file.
6215 * gdb.fortran/mixed-lang-stack.cpp: New file.
6216 * gdb.fortran/mixed-lang-stack.exp: New file.
6217 * gdb.fortran/mixed-lang-stack.f90: New file.
6218
19a2740f
AB
62192020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6220
6221 * gdb.linespec/cp-completion-aliases.cc: New file.
6222 * gdb.linespec/cp-completion-aliases.exp: New file.
6223
d8c8b848
TV
62242020-03-19 Tom de Vries <tdevries@suse.de>
6225
6226 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
6227 more precise.
6228
a9933ccf
TV
62292020-03-18 Tom de Vries <tdevries@suse.de>
6230
6231 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
6232 * gdb.dwarf2/break-inline-psymtab.c: New test.
6233 * gdb.dwarf2/break-inline-psymtab.exp: New file.
6234
2f89101f
TV
62352020-03-16 Tom de Vries <tdevries@suse.de>
6236
6237 * lib/cache.exp (gdb_do_cache): Add and handle local variables
6238 cache_verify and cache_verify_proc.
6239
6b9374f1
TV
62402020-03-15 Tom de Vries <tdevries@suse.de>
6241
6242 * gdb.server/solib-list.exp: Handle
6243 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
6244
eaeaf44c
TV
62452020-03-15 Tom de Vries <tdevries@suse.de>
6246
6247 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
6248 objfiles".
6249
3293bbaf
TT
62502020-03-14 Tom Tromey <tom@tromey.com>
6251
6252 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
6253
ab44624c
TV
62542020-03-14 Tom de Vries <tdevries@suse.de>
6255
6256 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
6257
54c43825
TV
62582020-03-14 Tom de Vries <tdevries@suse.de>
6259
6260 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
6261 result in line-by-line fashion.
6262
2ac70237
TV
62632020-03-14 Tom de Vries <tdevries@suse.de>
6264
6265 * lib/gdb.exp (supports_statement_frontiers): New proc.
6266 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
6267
09546b56
TV
62682020-03-14 Tom de Vries <tdevries@suse.de>
6269
6270 * gdb.base/printcmds.exp: Add missing quoting for "print
6271 teststring2".
6272
a1f6a07c
TT
62732020-03-13 Tom Tromey <tom@tromey.com>
6274
6275 * gdb.base/printcmds.exp (test_print_strings): Add regression
6276 test.
6277 * gdb.base/printcmds.c (charptr): New typedef.
6278 (teststring2): New global.
6279
1b83d09c
AB
62802020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
6281
6282 * gdb.base/break-interp.exp: Use the tail of the filename, not the
6283 full path in the test name.
6284 (test_ld): Add some with_test_prefix blocks to make test names
6285 unique.
6286
2d61316c
TV
62872020-03-13 Tom de Vries <tdevries@suse.de>
6288
6289 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
6290
2e9145ac
TV
62912020-03-13 Tom de Vries <tdevries@suse.de>
6292
6293 * gdb.mi/mi-sym-info.exp: Make matching more precise.
6294
96c7f873
TV
62952020-03-13 Tom de Vries <tdevries@suse.de>
6296
6297 PR symtab/25646
6298 * gdb.dwarf2/imported-unit.exp: Add test.
6299
49ba92c0
TV
63002020-03-13 Tom de Vries <tdevries@suse.de>
6301
6302 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
6303 (var1, var2): New variable.
6304 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
6305 matching symbols.
6306
301b21e0
TV
63072020-03-13 Tom de Vries <tdevries@suse.de>
6308
6309 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
6310 (Term::command): Use prompt prefix.
6311 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
6312 * gdb.tui/tui-layout-asm-short-prog.exp: Use
6313 command_no_prompt_prefix instead of prefix.
6314 * gdb.tui/tui-layout-asm.exp: Same.
6315
3f512721
SM
63162020-03-12 Simon Marchi <simon.marchi@efficios.com>
6317
6318 * gdb.base/break-interp.exp: Use foreach_with_prefix.
6319
40310f30
SM
63202020-03-12 Simon Marchi <simon.marchi@efficios.com>
6321
6322 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
6323 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
6324 on" while stepping over the test instruction, match printed
6325 message.
6326
09252140
TV
63272020-03-12 Tom de Vries <tdevries@suse.de>
6328
6329 * gdb.base/info-types.exp: Use exp_continue during matching of output
6330 of "info types".
6331
14e9c72c
TV
63322020-03-12 Tom de Vries <tdevries@suse.de>
6333
6334 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
6335
e515d67e
TV
63362020-03-12 Tom de Vries <tdevries@suse.de>
6337
6338 * gdb.fortran/module.exp: Use exp_continue during matching of output
6339 of "info variable -n".
6340
307eafd8
TV
63412020-03-12 Tom de Vries <tdevries@suse.de>
6342
6343 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
6344 gdb.dwarf2/dw2-ranges-base.c.
6345
9a2de3fc
TV
63462020-03-12 Tom de Vries <tdevries@suse.de>
6347
6348 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
6349 in presence of GLIBC debuginfo.
6350
3217502e
TV
63512020-03-12 Tom de Vries <tdevries@suse.de>
6352
6353 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
6354 $core.
6355
1281424c
TV
63562020-03-12 Tom de Vries <tdevries@suse.de>
6357
6358 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
6359 more precise.
6360
038b97fc
SM
63612020-03-11 Simon Marchi <simon.marchi@efficios.com>
6362
6363 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
6364 from Unix to Windows path.
6365
5308d1e7
TV
63662020-03-11 Tom de Vries <tdevries@suse.de>
6367
6368 * gdb.ada/minsyms.exp: Set language to ada.
6369
f870f78f
TV
63702020-03-11 Tom de Vries <tdevries@suse.de>
6371
6372 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
6373
5a13315d
TV
63742020-03-11 Tom de Vries <tdevries@suse.de>
6375
6376 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
6377
976862ed
TT
63782020-03-11 Tom Tromey <tromey@adacore.com>
6379
6380 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
6381
7462c383
TV
63822020-03-11 Tom de Vries <tdevries@suse.de>
6383
6384 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
6385
1c6c46a0
TV
63862020-03-11 Tom de Vries <tdevries@suse.de>
6387
6388 * gdb.base/break-interp.exp: Limit verbose scope.
6389
44f41bb7
TV
63902020-03-11 Tom de Vries <tdevries@suse.de>
6391
6392 * gdb.fortran/logical.f90: Define variable with character type.
6393 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
6394
b76f3a42
TV
63952020-03-11 Tom de Vries <tdevries@suse.de>
6396
6397 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
6398
1c33af77
TV
63992020-03-11 Tom de Vries <tdevries@suse.de>
6400
6401 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
6402 symtabs.
6403
8c95582d
AB
64042020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6405 Bernd Edlinger <bernd.edlinger@hotmail.de>
6406
6407 * gdb.cp/step-and-next-inline.cc: New file.
6408 * gdb.cp/step-and-next-inline.exp: New file.
6409 * gdb.cp/step-and-next-inline.h: New file.
6410 * gdb.dwarf2/dw2-is-stmt.c: New file.
6411 * gdb.dwarf2/dw2-is-stmt.exp: New file.
6412 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
6413 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
6414 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
6415
cecf8547
AB
64162020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6417
6418 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
6419 is-stmt flag in the line table.
6420
0ba678c9
TV
64212020-03-09 Tom de Vries <tdevries@suse.de>
6422
6423 * lib/gdb.exp (cached_file): Create cache dir.
6424
72fbdf83
TV
64252020-03-07 Tom de Vries <tdevries@suse.de>
6426
6427 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
6428 * gdb.cp/rvalue-ref-params.exp: Same.
6429
436b5e99
TV
64302020-03-06 Tom de Vries <tdevries@suse.de>
6431
6432 * lib/gdb.exp (tentative_rename, cached_file): New proc.
6433 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
6434
09f2921c
TV
64352020-03-06 Tom de Vries <tdevries@suse.de>
6436
6437 * README: Fix "the the".
6438 * gdb.base/dprintf.exp: Same.
6439
50a3cc5d
TV
64402020-03-05 Tom de Vries <tdevries@suse.de>
6441
6442 * gdb.base/maint.exp: Update "main print statistics" expected output.
6443
0a709cba
AKS
64442020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6445
6446 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
6447 (fortran_int8): Likewise.
6448 (fortran_real4): Likewise.
6449 (fortran_real8): Likewise.
6450 (fortran_complex4): Likewise.
6451 (fortran_logical4): Likewise.
6452 (fortran_character1): Likewise.
6453
5e5d66b6
AB
64542020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
6455
6456 * gdb.fortran/logical.exp: Add tests that any non-zero value is
6457 printed as true.
6458
7b973adc
SDJ
64592020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
6460
6461 * gdb.base/printcmds.exp: Add test to verify printf of a
6462 variable holding an address.
6463
478e490a
TV
64642020-03-03 Tom de Vries <tdevries@suse.de>
6465
6466 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
6467
1ef44e86
TV
64682020-03-03 Tom de Vries <tdevries@suse.de>
6469
6470 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
6471 gdb_test_multiple call.
6472
b98cc2cf
TV
64732020-03-03 Tom de Vries <tdevries@suse.de>
6474
6475 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
6476 gdb_test_multiple calls.
6477
63e163f2
AB
64782020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6479
6480 * gdb.base/default.exp: Remove test of 'set history filename'.
6481 * gdb.base/gdbinit-history.exp: Add tests for setting the history
6482 filename to the empty string.
6483 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
6484 and GDBHISTSIZE.
6485
24ed6739
AB
64862020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6487
6488 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
6489 disabled.
6490
590003dc 64912020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 6492 Tom de Vries <tdevries@suse.de>
590003dc
TV
6493
6494 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
6495 -prompt prefix, before user_code argument. Add -lbl option likewise.
6496 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
6497 (gdb_is_target_1): Add -prompt prefix and move to before user_code
6498 argument.
6499 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
6500 have "\r\n" at start-of-line, instead of at end-of-line.
6501
f5e46084
SM
65022020-02-28 Simon Marchi <simon.marchi@efficios.com>
6503
6504 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
6505 libinproctrace.so.
6506
f7a7000d
LM
65072020-02-28 Luis Machado <luis.machado@linaro.org>
6508
6509 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
6510 to "p/x".
6511
718e0816
LM
65122020-02-28 Luis Machado <luis.machado@linaro.org>
6513
6514 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
6515 asm/ptrace.h and error.h.
6516
13c3a74a
TV
65172020-02-28 Tom de Vries <tdevries@suse.de>
6518
6519 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
6520 (struct wrapper, do_something, mundane/symada__cS): Move ...
6521 * gdb.base/c-linkage-name-2.c: ... here. New source file.
6522 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
6523 Update "print symada__cS before partial symtab expansion" regexp.
6524 Update breakpoint location. Flush symbol cache after expansion.
6525
85d2d5bb
LM
65262020-02-28 Luis Machado <luis.machado@linaro.org>
6527
6528 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
6529
3608f86c
TV
65302020-02-27 Tom de Vries <tdevries@suse.de>
6531
6532 * config/sid.exp: Remove unused globals.
6533 * gdb.base/attach.exp: Same.
6534 * gdb.base/catch-load.exp: Same.
6535 * gdb.base/dbx.exp: Same.
6536 * lib/gdb.exp: Same.
6537 * lib/mi-support.exp: Same.
6538 * lib/prompt.exp: Same.
6539
c8d4f6df
TV
65402020-02-27 Tom de Vries <tdevries@suse.de>
6541
6542 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
6543 not set.
6544
0d79cdc4
AM
65452020-02-26 Aaron Merey <amerey@redhat.com>
6546
6547 * gdb.debuginfod: New directory for debuginfod tests.
6548 * gdb.debuginfod/main.c: New test file.
6549 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6550
0dce4280
TV
65512020-02-26 Tom de Vries <tdevries@suse.de>
6552
6553 PR gdb/25603
6554 * gdb.base/persistent-lang.cc: New test.
6555 * gdb.base/persistent-lang.exp: New file.
6556
9e80cfa1
AB
65572020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6558
6559 * gdb.fortran/derived-type-striding.exp: Add a new test.
6560 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6561 new test.
6562
2078dbb2
AB
65632020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6564
6565 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6566 names.
6567
70d49700
TV
65682020-02-25 Tom de Vries <tdevries@suse.de>
6569
6570 PR go/18926
6571 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6572
a88ef40d
TV
65732020-02-24 Tom de Vries <tdevries@suse.de>
6574
6575 PR gdb/25592
6576 * gdb.base/info-locals-unused-static-var.c: New test.
6577 * gdb.base/info-locals-unused-static-var.exp: New file.
6578
01b1af32
TT
65792020-02-22 Tom Tromey <tom@tromey.com>
6580
6581 * gdb.python/tui-window.exp: New file.
6582 * gdb.python/tui-window.py: New file.
6583
7c043ba6
TT
65842020-02-22 Tom Tromey <tom@tromey.com>
6585
6586 PR tui/17850:
6587 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6588 tests.
6589
c22fef7e
TT
65902020-02-22 Tom Tromey <tom@tromey.com>
6591
6592 * gdb.tui/new-layout.exp: Add sub-layout tests.
6593
ee325b61
TT
65942020-02-22 Tom Tromey <tom@tromey.com>
6595
6596 * gdb.tui/new-layout.exp: New file.
6597
3f0cbb04
TT
65982020-02-22 Tom Tromey <tom@tromey.com>
6599
6600 * gdb.rust/rust-style.rs: New file.
6601 * gdb.rust/rust-style.exp: New file.
6602 * gdb.base/style.exp: Test structure printing.
6603 * gdb.base/style.c (struct some_struct): New type.
6604 (enum etype): New type.
6605 (struct_value): New global.
6606
75525152
TV
66072020-02-21 Tom de Vries <tdevries@suse.de>
6608
6609 PR go/18926
6610 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6611 Remove blanket xfails. Use message argument for gdb_breakpoint.
6612 Make continuing to breakpoint test conditional on setting breakpoint.
6613 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6614 DW_AT_name attribute. Add xfail for GCC PR93866.
6615
bd360d30
AB
66162020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6617
6618 * gdb.dwarf2/cpp-linkage-name.c: New file.
6619 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6620
c7adb09f 66212020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
6622
6623 * lib/gdb.exp (gdb_wrapper_init): Reset
6624 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6625 not exist.
6626
a9c79803
TV
66272020-02-20 Tom de Vries <tdevries@suse.de>
6628
6629 PR go/17018
6630 * gdb.go/hello.exp: Copy ...
6631 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6632 print of st to print value of global definition. Add xfail for GCC
6633 PR93844.
6634 * gdb.go/hello.exp: Remove printing of st before definition.
6635 * gdb.go/hello.go: Copy ...
6636 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6637 to st.
6638 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6639
d7445728
TV
66402020-02-20 Tom de Vries <tdevries@suse.de>
6641
6642 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6643 (gdb_simple_compile): Handle compile_flags go by using .go extension
6644 for source file.
6645 * gdb.go/chan.exp: Use support_go_compile.
6646 * gdb.go/handcall.exp: Same.
6647 * gdb.go/hello.exp: Same.
6648 * gdb.go/integers.exp: Same.
6649 * gdb.go/max-depth.exp: Same.
6650 * gdb.go/methods.exp: Same.
6651 * gdb.go/package.exp: Same.
6652 * gdb.go/strings.exp: Same.
6653 * gdb.go/types.exp: Same.
6654 * gdb.go/unsafe.exp: Same.
6655
c9c41e6d
TV
66562020-02-19 Tom de Vries <tdevries@suse.de>
6657
6658 * gdb.python/lib-types.exp: Make xfail more strict.
6659
f20ff837
TV
66602020-02-19 Tom de Vries <tdevries@suse.de>
6661
6662 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6663
08410482
DE
66642020-02-19 Doug Evans <dje@google.com>
6665
6666 PR rust/25535
6667 * gdb.rust/simple.exp: Add test.
6668 * gdb.rust/simple.rs: Add test.
6669
623563f7
TV
66702020-02-19 Tom de Vries <tdevries@suse.de>
6671
6672 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6673 output line-by-line.
6674
d3308cfd
TV
66752020-02-19 Tom de Vries <tdevries@suse.de>
6676
6677 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6678
86cbc5dc
TV
66792020-02-19 Tom de Vries <tdevries@suse.de>
6680
6681 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6682 prelink.
6683
9db2b96b
TV
66842020-02-19 Tom de Vries <tdevries@suse.de>
6685
6686 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6687 (gdb_do_cache): Use gdb_do_cache_wrap.
6688 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6689
89e2fdc5
TV
66902020-02-19 Tom de Vries <tdevries@suse.de>
6691
6692 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6693 gdb_compile option.
6694
373d7ac0
SM
66952020-02-18 Simon Marchi <simon.marchi@efficios.com>
6696
6697 * gdb.base/printcmds.exp (test_print_enums): Update expected
6698 output.
6699
b29a2df0
SM
67002020-02-18 Simon Marchi <simon.marchi@efficios.com>
6701
6702 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6703 for "unknown".
6704
6740f0cc
SM
67052020-02-18 Simon Marchi <simon.marchi@efficios.com>
6706
6707 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6708 enumerator.
6709
edd45eb0
SM
67102020-02-18 Simon Marchi <simon.marchi@efficios.com>
6711
6712 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6713 FE_, add FE_NONE.
6714 (three): Update.
6715 (enum flag_enum_without_zero): New enum.
6716 (flag_enum_without_zero): New variable.
6717 (enum not_flag_enum): New enum.
6718 (three_not_flag): New variable.
6719 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6720 (test_print_enums): Add more tests for printing flag enums.
6721
d4295de4
TV
67222020-02-18 Tom de Vries <tdevries@suse.de>
6723
6724 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6725 (gdb_compile_ada): ... here.
6726 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6727 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6728
f251f505
TT
67292020-02-14 Tom Tromey <tom@tromey.com>
6730
6731 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6732 build directory.
6733 * boards/gdbserver-base.exp: Update path to gdbserver.
6734
8f432634
TV
67352020-02-13 Tom de Vries <tdevries@suse.de>
6736
6737 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6738
92b6eaf7
TV
67392020-02-13 Tom de Vries <tdevries@suse.de>
6740
6741 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6742 are missing.
6743
f3b0f7fe
TV
67442020-02-13 Tom de Vries <tdevries@suse.de>
6745
6746 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6747 call.
6748
f6be8713
SDJ
67492020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6750
6751 PR tui/25126
6752 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6753 * gdb.base/cached-source-file.c: New file.
6754 * gdb.base/cached-source-file.exp: New file.
6755
b2770d5e
TV
67562020-02-11 Tom de Vries <tdevries@suse.de>
6757
6758 PR testsuite/25488
6759 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6760
44f6938e
TV
67612020-02-10 Tom de Vries <tdevries@suse.de>
6762
6763 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6764
5f0e2eb7
MR
67652020-02-10 Maciej W. Rozycki <macro@wdc.com>
6766
6767 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6768 and $after_addr are both integers before making a comparison.
6769
46ce2b6f
TV
67702020-02-09 Tom de Vries <tdevries@suse.de>
6771
6772 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6773 command output and paste it into gdb.log. If any, paste catch message
6774 to gdb.log.
6775
5abbbe1d
TT
67762020-02-07 Tom Tromey <tromey@adacore.com>
6777
6778 PR breakpoints/24915:
6779 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6780
1d5d29e7
SV
67812020-02-06 Shahab Vahedi <shahab@synopsys.com>
6782
6783 * gdb.tui/tui-missing-src.exp: Add the "missing source
6784 file" test for the TUI.
6785
b0999b9b
AB
67862020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6787
6788 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6789 including a port number in the output.
6790
c3b149eb
AKS
67912020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6792
6793 * lib/fortran.exp (fortran_int4): Handle clang.
6794 (fortran_int8): Likewise.
6795 (fortran_real4): Likewise.
6796 (fortran_real8): Likewise.
6797 (fortran_complex4): Likewise.
6798 (fortran_logical4): Likewise.
6799 (fortran_character1): Likewise.
6800
f8dcc90b
TV
68012020-02-04 Tom de Vries <tdevries@suse.de>
6802
6803 * README (Race detection): Add note.
6804
f90ac7c2
TV
68052020-02-04 Tom de Vries <tdevries@suse.de>
6806
6807 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6808
780636ae
TV
68092020-02-04 Tom de Vries <tdevries@suse.de>
6810
6811 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6812
5d2e1193
RA
68132020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6814
6815 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6816 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6817 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6818 blttar, bnetarl.
6819 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6820 binary for blttar, bnetarl.
6821 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6822 wait instruction. Delete ldmx test.
6823 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6824
e409c542
AKS
68252020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6826
6827 * gdb.fortran/array-bounds-high.exp: New file.
6828 * gdb.fortran/array-bounds-high.f90: New file.
6829
b0029748
LD
68302020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6831
6832 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6833 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6834
195a8287
TV
68352020-02-01 Tom de Vries <tdevries@suse.de>
6836
6837 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6838
42330a68
AB
68392020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6840
6841 PR tui/9765
6842 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6843 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6844
b62a8028
LM
68452020-01-29 Luis Machado <luis.machado@linaro.org>
6846
6847 * gdb.arch/aarch64-brk-patterns.c: New source file.
6848 * gdb.arch/aarch64-brk-patterns.exp: New test.
6849
5f440116
TBA
68502020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6851
6852 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6853 GCC/Clang version.
6854 * gdb.cp/pass-by-ref.exp: Ditto.
6855
ee2a6fc6
TV
68562020-01-29 Tom de Vries <tdevries@suse.de>
6857
6858 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6859 * gdb.threads/watchpoint-fork-mt.c: Same.
6860 * gdb.threads/watchpoint-fork-parent.c: Same.
6861 * gdb.threads/watchpoint-fork-st.c: Same.
6862 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6863
16b10d6e
LM
68642020-01-27 Luis Machado <luis.machado@linaro.org>
6865
6866 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6867 sitting at a syscall instruction when we hit the syscall function's
6868 breakpoint.
6869 Check PC against one obtained with the x command.
6870 Validate syscall number.
6871 (step_over_syscall): Don't continue to the syscall instruction if
6872 we're already there.
6873
b1468492
PW
68742020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6875
6876 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6877
7ffa82e1
AB
68782020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6879
6880 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6881 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6882
3d92a3e3
AB
68832020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6884
6885 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6886 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6887
94a72be7
AB
68882020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6889
6890 * gdb.base/maint.exp: Update line table parsing test.
6891 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6892
53af73bf
PA
68932020-01-24 Pedro Alves <palves@redhat.com>
6894
6895 PR gdb/25410
6896 * gdb.multi/multi-re-run-1.c: New.
6897 * gdb.multi/multi-re-run-2.c: New.
6898 * gdb.multi/multi-re-run.exp: New.
6899
1ba1ac88
AB
69002020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6901
6902 PR gdb/23718
6903 * gdb.server/server-kill-python.exp: New file.
6904
f3364a6d
AB
69052020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6906
6907 * gdb.server/multi-ui-errors.c: New file.
6908 * gdb.server/multi-ui-errors.exp: New file.
6909
733d0a67
AB
69102020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6911
6912 PR tui/9765
6913 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6914
4f13c1c0
TT
69152020-01-19 Tom Tromey <tom@tromey.com>
6916
6917 * gdb.tui/main.exp: Add check for plain "file".
6918
40c94099
CB
69192020-01-16 Christian Biesinger <cbiesinger@google.com>
6920
6921 * lib/gdb.exp: Fix spelling error (seperatelly).
6922
ff47f4f0
TT
69232020-01-14 Tom Tromey <tom@tromey.com>
6924
6925 PR symtab/12535:
6926 * gdb.python/python.exp: Test decode_line with empty string
6927 argument.
6928
717c684d
BE
69292020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6930
6931 * gdb.base/skip-inline.exp: Extend test.
6932
44e4c775
AB
69332020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6934
6935 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6936 * gdb.dwarf2/dw2-bad-elf.c: New file.
6937 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6938
d93c6db7
AB
69392020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6940
6941 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6942 _line_saw_file.
6943
9a6d629c
AB
69442020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6945
6946 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6947 border.
6948
d9ebdab7
TBA
69492020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6950
6951 * gdb.multi/multi-target.exp (setup): Factor out "info
6952 connections" and "info inferiors" tests to ...
6953 (test_info_inferiors): ... this new procedure.
6954 (top level): Run new "info-inferiors" tests.
6955
f3c469b9
PA
69562020-01-10 Pedro Alves <palves@redhat.com>
6957
6958 * gdb.server/bkpt-other-inferior.exp: New file.
6959
121b3efd
PA
69602020-01-10 Pedro Alves <palves@redhat.com>
6961
6962 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6963 of "add-inferior".
6964 * gdb.base/quit-live.exp: Likewise.
6965 * gdb.base/remote-exec-file.exp: Likewise.
6966 * gdb.guile/scm-progspace.exp: Likewise.
6967 * gdb.linespec/linespec.exp: Likewise.
6968 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6969 * gdb.mi/user-selected-context-sync.exp: Likewise.
6970 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6971 "info inferiors" tests.
6972 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6973 "add-inferior".
6974 * gdb.multi/watchpoint-multi.exp: Likewise.
6975 * gdb.python/py-inferior.exp: Likewise.
6976 * gdb.server/extended-remote-restart.exp: Likewise.
6977 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6978 "info inferiors".
6979 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6980 * gdb.trace/report.exp: Likewise.
6981
1dadb1dd
PA
69822020-01-10 Pedro Alves <palves@redhat.com>
6983
6984 * gdb.multi/multi-target.c: New file.
6985 * gdb.multi/multi-target.exp: New file.
6986 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6987 mode requested, but remote does not support non-stop".
6988
78f2c40a
PA
69892020-01-10 Pedro Alves <palves@redhat.com>
6990
6991 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6992 disconnect before reconnecting.
6993
e7af6c70
TBA
69942020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6995 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.server/connect-without-multi-process.exp: Also test
6998 continuing to end.
6999
acdf84a6
PA
70002020-01-10 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.base/remote-exec-file.exp: New file.
7003
873657b9
PA
70042020-01-10 Pedro Alves <palves@redhat.com>
7005
7006 * gdb.base/fork-running-state.exp (do_test): Adjust expected
7007 output.
7008 * gdb.threads/async.c: New.
7009 * gdb.threads/async.exp: New.
7010 * gdb.multi/tids-gid-reset.c: New.
7011 * gdb.multi/tids-gid-reset.exp: New.
7012
7f0ae84c
GB
70132020-01-10 George Barrett <bob@bob131.so>
7014
7015 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
7016 to help in finding the image relocation offset.
7017 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
7018 options in arguments.
7019 (stap_test_no_debuginfo): Likewise.
7020 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
7021 test variants.
7022 (stap_test): Add null semaphore relocation test.
7023
47e9d49d
GB
70242020-01-10 George Barrett <bob@bob131.so>
7025
7026 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
7027 * gdb.base/stap-probe.exp: Likewise.
7028 (stap_test): Pass argument as an additional flag.
7029 (stap_test_no_debuginfo): Likewise.
7030 (stap_test): Check `info probes stap' output for semaphore
7031 addresses if the test binary is supposed to have them.
7032
f5a7c406
AB
70332020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7034
7035 * gdb.tui/basic.exp: Add more scrolling tests.
7036
9ae6bf64
TT
70372020-01-09 Tom Tromey <tom@tromey.com>
7038
7039 PR tui/18932:
7040 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
7041 meangingful value.
7042 (Term::command, Term::resize): Update.
7043 * gdb.tui/basic.exp: Add scrolling test.
7044
b2efe70c
AB
70452020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7046
7047 * gdb.tui/tui-layout-asm.exp: New file.
7048
3804da7e
AB
70492020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7050
7051 * lib/tuiterm.exp (Term::check_box_contents): New proc.
7052
b40aa28f
AB
70532020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7054
7055 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
7056 (Term::enter_tui): Use Term::prepare_for_tui.
7057
63ffd7c9
AB
70582020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7059
7060 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
7061 called.
7062
3be966f6
AB
70632020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
7064
7065 * gdb.base/skip.exp: Fix race condition in test.
7066
153d79c4
AB
70672020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
7068
7069 * gdb.base/backtrace.c: New file.
7070 * gdb.base/backtrace.exp: New file.
7071
f2302a34
AB
70722020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
7073
7074 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
7075
6ec1d75e
PW
70762020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7077
7078 * gdb.base/style.exp: Test that warnings are styled.
7079
c296cbe6
BE
70802019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
7081
7082 * gdb.base/line65535.exp: New file.
7083 * gdb.base/line65535.c: New file.
7084
b28a729d
SM
70852019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
7086
7087 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
7088 * lib/gnat_debug_info_test.adb: New file.
7089 * gdb.ada/ptype_tagged_param.exp: Use
7090 gnat_runtime_has_debug_info, expect a different output if
7091 runtime does not have debug info.
7092
7f2d7a0d
SM
70932019-12-20 Simon Marchi <simon.marchi@efficios.com>
7094
7095 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
7096 (another) quote in test name.
7097
f3bce483
SM
70982019-12-20 Simon Marchi <simon.marchi@efficios.com>
7099
7100 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
7101 Add quote in test name.
7102
c855a912
TBA
71032019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7104
7105 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
7106 directory instead.
7107 * gdb.cp/pass-by-ref.exp: Extend with more cases.
7108 * gdb.cp/pass-by-ref-2.cc: New file.
7109 * gdb.cp/pass-by-ref-2.exp: New file.
7110
fc9d2d72
TT
71112019-12-20 Tom Tromey <tom@tromey.com>
7112
7113 * gdb.tui/list-before.exp: New file.
7114
77b97e00
TT
71152019-12-20 Tom Tromey <tom@tromey.com>
7116
7117 * gdb.tui/list.exp: Check for source on initial listing.
7118
f69656d0
TT
71192019-12-11 Tom Tromey <tromey@adacore.com>
7120
7121 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
7122 Add crlf test.
7123
99a55965
SM
71242019-12-18 Simon Marchi <simon.marchi@efficios.com>
7125
7126 * gdb.base/default.exp: Update value of $_gdb_major.
7127
5024637f
BE
71282019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
7129
7130 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
7131
b63634be
BE
71322019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
7133
7134 * gdb.base/skip.exp: Whitespace fix.
7135
45d73523
BE
71362019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
7137
7138 * gdb.base/skip-inline.c: New file.
7139 * gdb.base/skip-inline.exp: New file.
7140
d043f8c8
SM
71412019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
7142
7143 * gdb.base/jit-reader.exp (jit_reader_test): Rename
7144 jit_function_00 to jit_function_stack_mangle.
7145 * gdb.base/jithost.c (jit_function_t): Rename to...
7146 (jit_function_stack_mangle_t): ... this.
7147 (jit_function_add_t): New typedef.
7148 (jit_function_00_code): Rename to...
7149 (jit_function_stack_mangle_code): ... this, make static.
7150 (jit_function_add_code): New.
7151 (main): Generate "add" function and call it. Adjust to changes
7152 in jithost_abi.
7153 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
7154 (struct jithost_abi) <begin, end>: Remove fields.
7155 <object, function_stack_mangle, function_add>: New fields.
7156 * gdb.base/jitreader.c (struct reader_state) <code_begin,
7157 code_end>: Remove fields.
7158 <func_stack_mangle>: New field.
7159 (read_debug_info): Adjust to renaming, create block for "add"
7160 function.
7161 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
7162
873de05c
TT
71632019-12-11 Tom Tromey <tom@tromey.com>
7164
7165 * gdb.tui/resize.exp: Fix regexp.
7166 * gdb.tui/regs.exp: Fix regexps.
7167 * gdb.tui/main.exp: Fix regexp.
7168
3d979945
TT
71692019-12-11 Tom Tromey <tom@tromey.com>
7170
7171 * gdb.tui/resize.exp: Update.
7172 * gdb.tui/empty.exp (layouts): Update.
7173
2192a9d3
TT
71742019-12-11 Tom Tromey <tom@tromey.com>
7175
7176 * gdb.tui/regs.exp: Update.
7177 * gdb.tui/empty.exp (layouts): Update.
7178 * gdb.tui/basic.exp: Update.
7179 * lib/tuiterm.exp (_check_box): Don't check bottom border.
7180
d8edc8b7
PW
71812019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7182
7183 * gdb.base/options.exp: Add -raw-values in the print completion list.
7184 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
7185
4c12d936
KB
71862019-12-10 Kevin Buettner <kevinb@redhat.com>
7187
7188 * gdb.threads/omp-par-scope.c: New file.
7189 * gdb/threads/omp-par-scope.exp: New file.
7190
26b911fb
KB
71912019-12-10 Kevin Buettner <kevinb@redhat.com>
7192
bb47f919
KB
7193 * lib/gdb.exp (support_nested_function_tests): New proc.
7194
71952019-12-10 Kevin Buettner <kevinb@redhat.com>
7196
7197 * lib/gdb.exp (gdb_compile_openmp): New proc.
7198 (build_executable_from_specs): Add an "openmp" option.
7199 (gdb_compile_pthreads): Add non-executable case.
26b911fb 7200
6c71eb7d
TT
72012019-12-10 Tom Tromey <tromey@adacore.com>
7202
7203 * gdb.ada/unchecked_union.exp: New file.
7204 * gdb.ada/unchecked_union/pck.adb: New file.
7205 * gdb.ada/unchecked_union/pck.ads: New file.
7206 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
7207 * gdb-utils.exp (string_to_regexp): Also quote "?".
7208
bac7c5cf
GB
72092019-12-10 George Barrett <bob@bob131.so>
7210
7211 Test scripted probe breakpoints.
7212 * gdb.guile/scm-breakpoint.c (main): Add probe point.
7213 * gdb.python/py-breakpoint.c (main): Likewise.
7214 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
7215 specifier test.
7216 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
7217
330f1d38
TBA
72182019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7219
7220 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
7221 an rvalue parameter.
7222 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
7223 parameter.
7224
b43315e2
AB
72252019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7226
7227 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
7228 modules.
7229
54f73dad
AB
72302019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7231
7232 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
7233 broken version of GCC.
7234
d57cbee9
AB
72352019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7236
7237 * gdb.fortran/info-modules.exp: Rewrite to make use of new
7238 sym-info-cmds library.
7239 * gdb.fortran/info-types.exp: Likewise.
7240 * lib/sym-info-cmds.exp: New file.
7241
c14aab8c
TV
72422019-12-08 Tom de Vries <tdevries@suse.de>
7243
7244 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
7245
aa2d5a42
KS
72462019-12-07 Keith Seitz <keiths@redhat.com>
7247
7248 * gdb.base/corefile-buildid-shlib-shr.c: New file.
7249 * gdb.base/corefile-buildid-shlib.c: New file.
7250 * gdb.base/corefile-buildid.c: New file.
7251 * gdb.base/corefile-buildid.exp: New file.
7252
93e55f0a
TV
72532019-12-06 Tom de Vries <tdevries@suse.de>
7254
7255 * gdb.dwarf2/varval.exp: Add decl before def test.
7256
c7d12402
TBA
72572019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7258
7259 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
7260
06acc08f
TBA
72612019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7262
7263 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
7264 CV and reference conversion for overload resolution.
7265 * gdb.cp/rvalue-ref-overload.exp: Test it.
7266
e0fad1ea
PW
72672019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7268
7269 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
7270 * gdb.base/frameapply.exp: Test faas without command.
7271
8d70a9f0
AB
72722019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7273
7274 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
7275 Fortran tests.
7276 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
7277 order.
7278
36c8fb93
AB
72792019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7280
7281 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
7282 casting to type with no kind specified.
7283 (test_basic_parsing_of_type_kinds): Additional tests for types
7284 with no kind specified, and add tests for single/double
7285 precision/complex types.
7286
4139ff00
TT
72872019-12-04 Tom Tromey <tromey@adacore.com>
7288
7289 * gdb.base/endianity.c (struct other) <x>: New field.
7290 (main): Initialize it.
7291 * gdb.base/endianity.exp: Update.
7292
a05cf17a
TT
72932019-12-04 Tom Tromey <tromey@adacore.com>
7294
7295 * gdb.ada/scalar_storage/storage.adb: New file.
7296 * gdb.ada/scalar_storage/pck.adb: New file.
7297 * gdb.ada/scalar_storage/pck.ads: New file.
7298 * gdb.ada/scalar_storage.exp: New file.
7299
103a685e
TT
73002019-12-04 Tom Tromey <tromey@adacore.com>
7301
7302 * gdb.base/endianity.c (struct otherendian) <f>: New field.
7303 (main): Initialize it.
7304 * gdb.base/endianity.exp: Update.
7305
c2512106
AB
73062019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7307
7308 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
7309
293b38d6
AB
73102019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7311
7312 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
7313 -symbol-info-module-functions and -symbol-info-module-variables.
7314
216a7e6b
AB
73152019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
7316
7317 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
7318
5bbd8269
AB
73192019-12-01 Richard Bunt <richard.bunt@arm.com>
7320 Andrew Burgess <andrew.burgess@embecosm.com>
7321
7322 * gdb.fortran/derived-type-striding.exp: New file.
7323 * gdb.fortran/derived-type-striding.f90: New file.
7324 * gdb.fortran/array-slices.exp: New file.
7325 * gdb.fortran/array-slices.f90: New file.
7326
be09caf1
PW
73272019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7328
7329 * gdb.base/define.exp: Test . in command names.
7330 * gdb.base/setshow.exp: Update test, as . is now part of
7331 command name.
7332
643c0cbe
PW
73332019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7334
7335 * gdb.base/define-prefix.exp: New file.
7336
dcdec678
AB
73372019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
7338
7339 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
7340 compile.
7341 (skip_btrace_pt_tests): Likewise.
7342
640ab947
AB
73432019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7344
7345 * gdb.fortran/info-modules.exp: Compile source files in correct
7346 order.
7347
d22670f0
KB
73482019-11-27 Kevin Buettner <kevinb@redhat.com>
7349
7350 * gdb.dwarf2/imported-unit.exp: New file.
7351 * gdb.dwarf2/imported-unit.c: New file.
7352
db5960b4
AB
73532019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7354
7355 * gdb.mi/mi-fortran-modules-2.f90: New file.
7356 * gdb.mi/mi-fortran-modules.exp: New file.
7357 * gdb.mi/mi-fortran-modules.f90: New file.
7358
7dc42066
AB
73592019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7360
7361 * gdb.mi/mi-sym-info-1.c: New file.
7362 * gdb.mi/mi-sym-info-2.c: New file.
7363 * gdb.mi/mi-sym-info.exp: New file.
7364
0dfeecca
TT
73652019-11-22 Tom Tromey <tromey@adacore.com>
7366
7367 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
7368 * gdb.ada/tasks/foo.adb: Add another stopping location.
7369
34877895
PJ
73702019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7371
7372 * gdb.base/endianity.c: New test.
7373 * gdb.base/endianity.exp: New file.
7374
2e84f897
LD
73752019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7376
7377 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
7378
65d1cd5f
TV
73792019-11-21 Tom de Vries <tdevries@suse.de>
7380
7381 PR gdb/24956
7382 * gdb.base/ui-redirect.exp: Test output of user-defined command.
7383
4f22c3f4
SDJ
73842019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7385
7386 * gdb.python/py-progspace.exp: Add missing parentheses on some
7387 'print' commands.
7388
9f6ad286
TT
73892019-11-19 Tom Tromey <tom@tromey.com>
7390
7391 * gdb.tui/winheight.exp: New file.
7392
0b8dbf3f
AB
73932019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7394
7395 * gdb.base/ctf-whatis.c: Delete.
7396 * gdb.base/ctf-whatis.exp: Delete.
7397 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
7398
f833b7a7
AB
73992019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7400
7401 * gdb.base/ctf-cvexpr.exp: Delete.
7402 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
7403
30d0a636
AB
74042019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7405
7406 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
7407 the compiler. Clean up header comment a little.
7408 * gdb.base/ctf-ptype.exp: Likewise.
7409 * gdb.base/ctf-whatis.exp: Likewise.
7410 * lib/gdb.exp (skip_ctf_tests): New proc.
7411
494409bb
SDJ
74122019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
7413
7414 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
7415 * gdb.tui/corefile-run.exp: New file.
7416
55708e99
TT
74172019-11-14 Tom Tromey <tromey@adacore.com>
7418
7419 * gdb.base/gdbvars.exp (test_convenience_variables): Add
7420 regression tests.
7421
45e42163
TT
74222019-11-12 Tom Tromey <tom@tromey.com>
7423
7424 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
7425 after any command. Expect prompt after WAIT_FOR is seen.
7426 (enter_tui): Enable resize messages.
7427 (command): Expect command in output.
7428 (get_line): Avoid error when cursor appears to be off-screen.
7429 (dump_screen): Include screen size in title.
7430 (_do_resize): New proc, from "resize".
7431 (resize): Rewrite. Do resize in two steps.
7432 * gdb.tui/empty.exp (layouts): Fix entries.
7433 (check_boxes): Remove xfail.
7434 (check_text): Dump screen on failure.
7435
086baaf1
AB
74362019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7437
7438 * gdb.python/py-symbol.exp: Add test for
7439 gdb.lookup_static_symbols.
7440
09ff83af
AB
74412019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7442
7443 * gdb.python/py-symbol.c: Declare and call function from new
7444 py-symbol-2.c file.
7445 * gdb.python/py-symbol.exp: Compile both source files, and add new
7446 tests for gdb.lookup_static_symbol.
7447 * gdb.python/py-symbol-2.c: New file.
7448
11af934b
TV
74492019-11-02 Tom de Vries <tdevries@suse.de>
7450
7451 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
7452 * gdb.base/anon.exp: Same.
7453 * gdb.base/auto-connect-native-target.exp: Same.
7454 * gdb.base/call-ar-st.exp: Same.
7455 * gdb.base/catch-syscall.exp: Same.
7456 * gdb.base/commands.exp: Same.
7457 * gdb.base/default.exp: Same.
7458 * gdb.base/display.exp: Same.
7459 * gdb.base/float.exp: Same.
7460 * gdb.base/foll-fork.exp: Same.
7461 * gdb.base/help.exp: Same.
7462 * gdb.base/info-macros.exp: Same.
7463 * gdb.base/info-proc.exp: Same.
7464 * gdb.base/info-target.exp: Same.
7465 * gdb.base/long_long.exp: Same.
7466 * gdb.base/macscp.exp: Same.
7467 * gdb.base/memattr.exp: Same.
7468 * gdb.base/nofield.exp: Same.
7469 * gdb.base/pointers.exp: Same.
7470 * gdb.base/printcmds.exp: Same.
7471 * gdb.base/ptype.exp: Same.
7472 * gdb.base/restore.exp: Same.
7473 * gdb.base/return.exp: Same.
7474 * gdb.base/scope.exp: Same.
7475 * gdb.base/set-noassign.exp: Same.
7476 * gdb.base/setshow.exp: Same.
7477 * gdb.base/shlib-call.exp: Same.
7478 * gdb.base/signals.exp: Same.
7479 * gdb.base/sigstep.exp: Same.
7480 * gdb.base/skip.exp: Same.
7481 * gdb.base/solib-symbol.exp: Same.
7482 * gdb.base/stap-probe.exp: Same.
7483 * gdb.base/step-line.exp: Same.
7484 * gdb.base/step-test.exp: Same.
7485 * gdb.base/style.exp: Same.
7486 * gdb.base/varargs.exp: Same.
7487 * gdb.base/vla-datatypes.exp: Same.
7488 * gdb.base/vla-ptr.exp: Same.
7489 * gdb.base/vla-sideeffect.exp: Same.
7490 * gdb.base/volatile.exp: Same.
7491 * gdb.base/watch-cond-infcall.exp: Same.
7492 * gdb.base/watchpoint.exp: Same.
7493
e96ec2ba
TV
74942019-11-02 Tom de Vries <tdevries@suse.de>
7495
7496 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
7497 * gdb.cp/cpexprs.exp: Same.
7498 * gdb.cp/except-multi-location.exp: Same.
7499 * gdb.cp/exceptprint.exp: Same.
7500 * gdb.cp/gdb2384.exp: Same.
7501 * gdb.cp/inherit.exp: Same.
7502 * gdb.cp/m-static.exp: Same.
7503 * gdb.cp/meth-typedefs.exp: Same.
7504 * gdb.cp/misc.exp: Same.
7505 * gdb.cp/namespace.exp: Same.
7506 * gdb.cp/non-trivial-retval.exp: Same.
7507 * gdb.cp/overload.exp: Same.
7508 * gdb.cp/pr17132.exp: Same.
7509 * gdb.cp/re-set-overloaded.exp: Same.
7510 * gdb.cp/rvalue-ref-types.exp: Same.
7511 * gdb.cp/templates.exp: Same.
7512
bd5766ec
LM
75132019-11-01 Luis Machado <luis.machado@linaro.org>
7514
7515 PR gdb/25124
7516
7517 * gdb.arch/pr25124.S: New file.
7518 * gdb.arch/pr25124.exp: New file.
7519
165f8965
AB
75202019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7521
7522 * gdb.fortran/info-modules.exp: Update expected results, and add
7523 additional tests for 'info module functinos', and 'info module
7524 variables'.
7525 * gdb.fortran/info-types.exp: Update expected results.
7526 * gdb.fortran/info-types.f90: Extend testcase with additional
7527 module variables and functions.
7528
59c35742
AB
75292019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7530
7531 * gdb.fortran/info-modules.exp: New file.
7532 * gdb.fortran/info-types.exp: Build with new file.
7533 * gdb.fortran/info-types.f90: Include and use new module.
7534 * gdb.fortran/info-types-2.f90: New file.
7535
f3fb2519
PW
75362019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7537
7538 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
7539 * gdb.base/settings.exp: Test all settings types using
7540 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
7541 that now verifies that the value of "maint show" is the same as
7542 returned by the settings functions. Test the type of the
7543 maintenance settings.
7544 * gdb.base/default.exp: Update show_conv_list.
7545
d1e36019
TV
75462019-10-31 Tom de Vries <tdevries@suse.de>
7547
7548 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7549 gdb_test.
7550 * gdb.arch/amd64-disp-step.exp: Same.
7551 * gdb.asm/asm-source.exp: Same.
7552 * gdb.btrace/buffer-size.exp: Same.
7553 * gdb.btrace/cpu.exp: Same.
7554 * gdb.btrace/enable.exp: Same.
7555 * gdb.dwarf2/count.exp: Same.
7556 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7557 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7558 * gdb.fortran/vla-datatypes.exp: Same.
7559 * gdb.fortran/vla-history.exp: Same.
7560 * gdb.fortran/vla-ptype.exp: Same.
7561 * gdb.fortran/vla-value.exp: Same.
7562 * gdb.fortran/whatis_type.exp: Same.
7563 * gdb.guile/guile.exp: Same.
7564 * gdb.multi/tids.exp: Same.
7565 * gdb.python/py-finish-breakpoint.exp: Same.
7566 * gdb.python/py-framefilter.exp: Same.
7567 * gdb.python/py-pp-registration.exp: Same.
7568 * gdb.python/py-xmethods.exp: Same.
7569 * gdb.python/python.exp: Same.
7570 * gdb.server/connect-with-no-symbol-file.exp: Same.
7571 * gdb.server/no-thread-db.exp: Same.
7572 * gdb.server/run-without-local-binary.exp: Same.
7573 * gdb.stabs/weird.exp: Same.
7574 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7575 * gdb.threads/thread-find.exp: Same.
7576 * gdb.threads/tls-shared.exp: Same.
7577 * gdb.threads/tls.exp: Same.
7578 * gdb.threads/wp-replication.exp: Same.
7579 * gdb.trace/ax.exp: Same.
7580 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7581
3d11e68e
TV
75822019-10-31 Tom de Vries <tdevries@suse.de>
7583
7584 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7585 * gdb.ada/array_subscript_addr.exp: Same.
7586 * gdb.ada/arrayidx.exp: Same.
7587 * gdb.ada/arrayparam.exp: Same.
7588 * gdb.ada/arrayptr.exp: Same.
7589 * gdb.ada/boolean_expr.exp: Same.
7590 * gdb.ada/call_pn.exp: Same.
7591 * gdb.ada/complete.exp: Same.
7592 * gdb.ada/fixed_cmp.exp: Same.
7593 * gdb.ada/fun_addr.exp: Same.
7594 * gdb.ada/funcall_param.exp: Same.
7595 * gdb.ada/interface.exp: Same.
7596 * gdb.ada/mod_from_name.exp: Same.
7597 * gdb.ada/null_array.exp: Same.
7598 * gdb.ada/packed_array.exp: Same.
7599 * gdb.ada/packed_tagged.exp: Same.
7600 * gdb.ada/print_chars.exp: Same.
7601 * gdb.ada/print_pc.exp: Same.
7602 * gdb.ada/ptype_arith_binop.exp: Same.
7603 * gdb.ada/ptype_field.exp: Same.
7604 * gdb.ada/ptype_tagged_param.exp: Same.
7605 * gdb.ada/rec_return.exp: Same.
7606 * gdb.ada/ref_tick_size.exp: Same.
7607 * gdb.ada/str_ref_cmp.exp: Same.
7608 * gdb.ada/taft_type.exp: Same.
7609 * gdb.ada/tagged.exp: Same.
7610 * gdb.ada/type_coercion.exp: Same.
7611 * gdb.ada/uninitialized_vars.exp: Same.
7612
60b6ede8
TV
76132019-10-30 Tom de Vries <tdevries@suse.de>
7614
7615 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7616
30baf67b
TV
76172019-10-26 Tom de Vries <tdevries@suse.de>
7618
7619 * gdb.base/bigcore.c: Fix typos in comments.
7620 * gdb.base/ctf-ptype.c: Same.
7621 * gdb.base/long_long.c: Same.
7622 * gdb.dwarf2/dw2-op-out-param.S: Same.
7623 * gdb.python/py-evthreads.c: Same.
7624 * gdb.reverse/i387-stack-reverse.c: Same.
7625 * gdb.trace/tfile.c: Same.
7626 * lib/compiler.c: Same.
7627 * lib/compiler.cc: Same.
7628
158da0d1
TV
76292019-10-25 Tom de Vries <tdevries@suse.de>
7630
7631 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7632 gdb_test_multiple calls.
7633 * gdb.reverse/sigall-reverse.exp: Same.
7634 * gdb.reverse/solib-precsave.exp: Same.
7635 * gdb.reverse/solib-reverse.exp: Same.
7636 * gdb.reverse/until-precsave.exp: Same.
7637 * gdb.reverse/until-reverse.exp: Same.
7638
4ccdfbec
TV
76392019-10-24 Tom de Vries <tdevries@suse.de>
7640
7641 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7642 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7643 kfail using -wrap pattern flag and convenience variable
7644 gdb_test_name.
7645
33d569b7
AB
76462019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7647
7648 * gdb.python/py-progspace.exp: Add tests for the
7649 Progspace.block_for_pc method.
7650
4d0b984b
TT
76512019-10-23 Tom Tromey <tom@tromey.com>
7652
7653 * configure: Rebuild.
7654 * aclocal.m4: Use m4_include, not sinclude.
7655
94cb3754
TV
76562019-10-21 Tom de Vries <tdevries@suse.de>
7657
7658 * gdb.base/infcall-nested-structs.c: Add
7659 __attribute__((noinline,noclone)) to all functions.
7660 (call_all): Add missing variable initialization. Simplify return value.
7661 (breakpt): Increment volatile variable, to prevent call from being
7662 optimized out.
7663 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7664
062f1fc1
TV
76652019-10-17 Tom de Vries <tdevries@suse.de>
7666
7667 * gdb.fortran/module.exp: Allow info variables to print info for files
7668 other than module.f90.
7669
0b54364d
AB
76702019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7671
7672 * gdb.fortran/module.exp: Extend with 'info variables' test.
7673
7ff5fae7
AB
76742019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7675
7676 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7677 F77_FOR_TARGET.
7678
d10eccaa
TV
76792019-10-16 Tom de Vries <tdevries@suse.de>
7680
7681 PR tdep/25096
7682 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7683
745ff14e
TV
76842019-10-16 Tom de Vries <tdevries@suse.de>
7685
7686 PR tdep/24104
7687 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7688 Add KFAIL for PR tdep/25096.
7689
03e1ab94
TV
76902019-10-16 Tom de Vries <tdevries@suse.de>
7691
7692 PR testsuite/25059
7693 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7694
b17fcc10
TV
76952019-10-16 Tom de Vries <tdevries@suse.de>
7696
7697 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7698 as signed.
7699
9223170f
SM
77002019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7701
7702 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7703 one instead of increasing timeout.
7704
d6e76313
TV
77052019-10-13 Tom de Vries <tdevries@suse.de>
7706
7707 PR record/25038
7708 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7709 * gdb.reverse/sigall-reverse.exp: Same.
7710 * gdb.reverse/solib-precsave.exp: Same.
7711 * gdb.reverse/solib-reverse.exp: Same.
7712 * gdb.reverse/step-precsave.exp: Same.
7713 * gdb.reverse/until-precsave.exp: Same.
7714 * gdb.reverse/until-reverse.exp: Same.
7715 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7716
6dfc0041
AA
77172019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7718
7719 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7720 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7721 (cmp_struct_05_01, cmp_struct_static_02_01)
7722 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7723 comparisons.
7724
abcf2cc8
TV
77252019-10-10 Tom de Vries <tdevries@suse.de>
7726
7727 PR testsuite/24888
7728 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7729 gnatlink.
7730
a50faaf6
TV
77312019-10-09 Tom de Vries <tdevries@suse.de>
7732
7733 PR testsuite/25048
7734 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7735
60ff3cd7
AB
77362019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7737
7738 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7739 exceptions due to missing debug information.
7740
dfee8566
TV
77412019-10-07 Tom de Vries <tdevries@suse.de>
7742
7743 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7744
3d63690a
AB
77452019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7746
7747 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7748 * gdb.base/annota1.exp: Update to use gdb_test_name.
7749
30d1f018
WP
77502019-10-07 Weimin Pan <weimin.pan@oracle.com>
7751
7752 * gdb.base/ctf-whatis.exp: New file.
7753 * gdb.base/ctf-whatis.c: New file.
7754 * gdb.base/ctf-ptype.exp: New file.
7755 * gdb.base/ctf-ptype.c: New file.
7756 * gdb.base/ctf-constvars.exp: New file.
7757 * gdb.base/ctf-constvars.c: New file.
7758 * gdb.base/ctf-cvexpr.exp: New file.
7759
4dbbb47c
TV
77602019-10-04 Tom de Vries <tdevries@suse.de>
7761
7762 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7763 for loop.
7764
77c2dba3
TT
77652019-10-03 Tom Tromey <tom@tromey.com>
7766
7767 PR rust/24976:
7768 * gdb.rust/simple.rs (Union2): New type.
7769 (main): Use Union2.
7770 * gdb.rust/simple.exp: Add test.
7771
179aed7f
AB
77722019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7773
7774 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7775 nested function prefix.
7776
0a4b0913
AB
77772019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7778 Richard Bunt <richard.bunt@arm.com>
7779 Andrew Burgess <andrew.burgess@embecosm.com>
7780
7781 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7782 nested functions.
7783 * gdb.fortran/nested-funcs.f90: Update expected results.
7784 * gdb.fortran/nested-funcs-2.exp: New file.
7785 * gdb.fortran/nested-funcs-2.f90: New file.
7786
082cce05
AB
77872019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7788
7789 * gdb.python/py-parameter.exp: Make test names unique.
7790 * gdb.python/py-template.exp: Likewise.
7791 * gdb.python/py-value.exp: Likewise.
7792
2b74ba5a
AB
77932019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7794
7795 * gdb.base/break-interp.exp: Reduce test name duplication.
7796 * gdb.base/call-sc.exp: Likewise.
7797 * gdb.base/callfuncs.exp: Likewise.
7798 * gdb.base/charset.exp: Likewise.
7799 * gdb.base/dump.exp: Likewise.
7800 * gdb.base/ena-dis-br.exp: Likewise.
7801 * gdb.base/relational.exp: Likewise.
7802 * gdb.base/step-over-syscall.exp: Likewise.
7803 * gdb.base/structs.exp: Likewise.
7804
58eb20d5
AB
78052019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7806
7807 * gdb.linespec/explicit.exp: Make test names unique.
7808 * gdb.linespec/ls-errs.exp: Likewise.
7809
4d421147
AB
78102019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7811
7812 * gdb.reverse/break-precsave.exp: Make test names unique.
7813 * gdb.reverse/break-reverse.exp: Likewise.
7814 * gdb.reverse/finish-precsave.exp: Likewise.
7815 * gdb.reverse/finish-reverse.exp: Likewise.
7816 * gdb.reverse/machinestate-precsave.exp: Likewise.
7817 * gdb.reverse/machinestate.exp: Likewise.
7818 * gdb.reverse/readv-reverse.exp: Likewise.
7819 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7820 * gdb.reverse/sigall-precsave.exp: Likewise.
7821 * gdb.reverse/sigall-reverse.exp: Likewise.
7822 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7823 * gdb.reverse/watch-precsave.exp: Likewise.
7824 * gdb.reverse/watch-reverse.exp: Likewise.
7825
d8c06f22
AB
78262019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7827
7828 * gdb.threads/stop-with-handle.c: New file.
7829 * gdb.threads/stop-with-handle.exp: New file.
7830
3a56ed86
TV
78312019-10-03 Tom de Vries <tdevries@suse.de>
7832
7833 PR testsuite/25059
7834 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7835 directory" line to be missing.
7836
42275044
TV
78372019-10-03 Tom de Vries <tdevries@suse.de>
7838
7839 PR testsuite/25059
7840 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7841 type optional.
7842
9ef62df0
AA
78432019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7844
7845 * gdb.python/py-format-string.c (string.h): New include.
7846 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7847 the same value, for endianness-independence.
7848 * gdb.python/py-format-string.exp (default_regexp_dict)
7849 (test_pretty_structs, test_format): Adjust expected output to the
7850 changed initialization.
7851
37f6a7f4
TT
78522019-10-02 Tom Tromey <tromey@adacore.com>
7853
7854 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7855
1d58d6a2
PA
78562019-10-02 Pedro Alves <palves@redhat.com>
7857 Andrew Burgess <andrew.burgess@embecosm.com>
7858
7859 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7860 "print-file-var.h".
7861 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7862 (get_version_1): Print this_version_id and its address.
7863 Add extern "C" wrappers around interface functions.
7864 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7865 "print-file-var.h".
7866 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7867 (get_version_2): Print this_version_id and its address.
7868 Add extern "C" wrappers around interface functions.
7869 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7870 <stddef.h> and "print-file-var.h".
7871 Add extern "C" wrappers around interface functions.
7872 [VERSION_ID_MAIN] (this_version_id): Define.
7873 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7874 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7875 up extern "C" blocks.
7876 * gdb.base/print-file-var.exp (test): New, factored out from top
7877 level.
7878 (top level): Test all combinations of attribute hidden or not,
7879 dlopen or not, and this_version_id symbol in main file or not.
7880 Compile tests as both C++ and C, make test names unique.
7881
d770d56f
TT
78822019-10-01 Tom Tromey <tom@tromey.com>
7883
7884 * gdb.base/style.exp: Test "show logging filename".
7885
7f6aba03
TT
78862019-10-01 Tom Tromey <tom@tromey.com>
7887
7888 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7889 * gdb.base/style.exp: Add metadata style test.
7890
14309bb6
TT
78912019-10-01 Tom Tromey <tom@tromey.com>
7892
7893 * gdb.base/style.exp: Test "pwd".
7894
2a3c1174
PA
78952019-10-01 Tom Tromey <tom@tromey.com>
7896
7897 * gdb.base/style.exp: Update tests.
7898
53d666ec
AA
78992019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7900
7901 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7902 'six' to unsigned.
7903 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7904 'five'. Use an all-ones bit pattern for each.
7905 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7906 to its changed values.
7907
4a56a520
TT
79082019-09-30 Tom Tromey <tromey@adacore.com>
7909
7910 * gdb.rust/traits.rs: Disable all warnings.
7911
0df0352a
TV
79122019-09-29 Tom de Vries <tdevries@suse.de>
7913
aac66a4c 7914 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 7915
73d9a918
TV
79162019-09-29 Tom de Vries <tdevries@suse.de>
7917
7918 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7919
060b3ab4
TV
79202019-09-27 Tom de Vries <tdevries@suse.de>
7921
7922 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7923
68f7d34d
TV
79242019-09-27 Tom de Vries <tdevries@suse.de>
7925
7926 PR record/23188
7927 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7928
5d63b30a
TT
79292019-09-26 Tom Tromey <tromey@adacore.com>
7930
7931 * gdb.ada/py_taft.exp: New file.
7932 * gdb.ada/py_taft/main.adb: New file.
7933 * gdb.ada/py_taft/pkg.adb: New file.
7934 * gdb.ada/py_taft/pkg.ads: New file.
7935
3d435220
TV
79362019-09-24 Tom de Vries <tdevries@suse.de>
7937
7938 PR gdb/24598
7939 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7940
77d03678
TV
79412019-09-22 Tom de Vries <tdevries@suse.de>
7942
7943 * gdb.base/restore.exp: Allow register variables to be optimized out at
7944 -O0.
7945
abf516c6
UW
79462019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7947
7948 * gdb.arch/spu-info.exp: Remove file.
7949 * gdb.arch/spu-info.c: Remove file.
7950 * gdb.arch/spu-ls.exp: Remove file.
7951 * gdb.arch/spu-ls.c: Remove file.
7952
7953 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7954 * gdb.asm/spu.inc: Remove file.
7955
7956 * gdb.base/dump.exp: Remove support for spu*-*-*.
7957 * gdb.base/stack-checking.exp: Likewise.
7958 * gdb.base/overlays.exp: Likewise.
7959 * gdb.base/ovlymgr.c: Likewise.
7960 * gdb.base/spu.ld: Remove file.
7961
7962 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7963 * gdb.cp/cpexprs.exp: Likewise.
7964 * gdb.cp/exception.exp: Likewise.
7965 * gdb.cp/gdb2495.exp: Likewise.
7966 * gdb.cp/mb-templates.exp: Likewise.
7967 * gdb.cp/pr9167.exp: Likewise.
7968 * gdb.cp/userdef.exp: Likewise.
7969
7970 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7971
7972 * gdb.cell: Remove directory.
7973 * lib/cell.exp: Remove file.
7974
e452e88f
TV
79752019-09-19 Tom de Vries <tdevries@suse.de>
7976
7977 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7978
8a625130
TV
79792019-09-19 Tom de Vries <tdevries@suse.de>
7980
7981 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7982
81dc3ab5
TV
79832019-09-19 Tom de Vries <tdevries@suse.de>
7984
7985 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7986 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7987 (gdb_target_cmd): ... here.
7988 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7989 value 2.
7990
b078f3ac
AB
79912019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7992
7993 * gdb.base/source-dir.exp: Avoid having directory names in test
7994 names.
7995
f1b620e9
MG
79962019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7997
7998 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7999 directory.
8000
67f3ed6a
AB
80012019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
8002
8003 * gdb.base/list-missing-source.exp: New file.
8004
d1b70248
TV
80052019-09-14 Tom de Vries <tdevries@suse.de>
8006
8007 PR teststuite/24599
8008 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
8009 * lib/ada.exp (gnatmake_version_at_least): New proc.
8010
5fabdcd6
AB
80112019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
8012
8013 * gdb.base/maint.exp: Use exec_has_index_section.
8014
aa17805f
AB
80152019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
8016
8017 * gdb.base/maint.exp: Add test for 'maint info sections'.
8018
25e5c209
TV
80192019-09-12 Tom de Vries <tdevries@suse.de>
8020
8021 * gdb.base/store.exp: Allow register variables to be optimized out at
8022 -O0.
8023
4993045d
PW
80242019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8025
8026 * gdb.ada/rdv_wait.exp: Update to new task names.
8027 * gdb.base/task_switch_in_core.exp: Likewise.
8028 * gdb.base/info_sources_base.c: Likewise.
8029
8a516164
TT
80302019-09-10 Tom Tromey <tromey@adacore.com>
8031
8032 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
8033
aa391654
TT
80342019-09-10 Tom Tromey <tromey@adacore.com>
8035
8036 * gdb.ada/dgopt.exp: New file.
8037 * gdb.ada/dgopt/x.adb: New file.
8038
8634b462
TT
80392019-09-08 Tom Tromey <tom@tromey.com>
8040
8041 * gdb.tui/resize.exp: Remove setup_xfail.
8042 * gdb.tui/regs.exp: Remove setup_xfail.
8043 * gdb.tui/basic.exp: Remove setup_xfail.
8044
736b0f76
DB
80452019-09-06 David Blaikie <dblaikie@gmail.com>
8046
8047 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
8048 * gdb.cp/cplabel.exp: Ditto.
8049 * gdb.linespec/ls-errs.exp: Ditto.
8050
30331a6c
TV
80512019-09-05 Tom de Vries <tdevries@suse.de>
8052
8053 * lib/gdb.exp (cmp_file_string): New proc.
8054 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
8055 runto_main. Verify save breakpoints output.
8056
98b0ebab
PW
80572019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8058
8059 * gdb.base/info-var.exp: Test info variables without running
8060 to main, to avoid expect's buffer overflow.
8061
4e962e74
TT
80622019-09-03 Tom Tromey <tromey@adacore.com>
8063
8064 * gdb.ada/bias.exp: New file.
8065 * gdb.ada/bias/bias.adb: New file.
8066 * gdb.ada/print_chars.exp: Add regression test.
8067 * gdb.ada/print_chars/foo.adb (My_Character): New type.
8068 (MC): New variable.
8069
2ea1a07a
SL
80702019-08-29 Sandra Loosemore <sandra@codesourcery.com>
8071
8072 * gdb.base/argv0-symlink.exp: Run only on native target
8073 and local host.
8074
8077c50d
TV
80752019-08-29 Tom de Vries <tdevries@suse.de>
8076
8077 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
8078 diverse debug info.
8079 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
8080
48352473
TV
80812019-08-28 Tom de Vries <tdevries@suse.de>
8082
8083 * gdb.base/info-var.exp: Allow info variables to print info for files
8084 other than info-var-f1.c and info-var-f2.c.
8085
d8f27c60
AB
80862019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
8087
8088 * gdb.fortran/info-types.exp: Add module.
8089 * gdb.fortran/info-types.f90: Update expected results.
8090
1f20c35e
AB
80912019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
8092
8093 * gdb.fortran/info-types.exp: New file.
8094 * gdb.fortran/info-types.f90: New file.
8095 * lib/fortran.exp (fortran_character1): New proc.
8096
4acfdd20
AB
80972019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
8098
8099 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
8100 functions'. Reindent as needed.
8101 * gdb.base/info-var-f1.c: New file.
8102 * gdb.base/info-var-f2.c: New file.
8103 * gdb.base/info-var.exp: New file.
8104 * gdb.base/info-var.h: New file.
8105
5c31b358
TV
81062019-08-26 Tom de Vries <tdevries@suse.de>
8107
8108 PR c++/24852
8109 * gdb.cp/no-libstdcxx-probe.exp: New test.
8110
b694989f
TV
81112019-08-26 Tom de Vries <tdevries@suse.de>
8112
8113 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
8114 * tests need to be skipped.
8115 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
8116 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
8117 mi_skip_libstdcxx_probe_tests.
8118
d9c4ba53
SDJ
81192019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
8120
8121 * gdb.python/py-xmethods.exp: Use raw strings when passing
8122 arguments to SimpleXMethodMatcher.
8123
395fad09
TV
81242019-08-22 Tom de Vries <tdevries@suse.de>
8125
8126 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
8127 more informative.
8128
26c957f1
PA
81292019-08-21 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.base/with.exp: Test "with" with no arguments.
8132
61f80d5d
TV
81332019-08-21 Tom de Vries <tdevries@suse.de>
8134
8135 * gdb.base/gdb-caching-proc.exp: Sort files.
8136
d7a11d13
TV
81372019-08-20 Tom de Vries <tdevries@suse.de>
8138
8139 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
8140 compilation.
8141
34dafe9f
TV
81422019-08-16 Tom de Vries <tdevries@suse.de>
8143
8144 * gdb.base/compare-sections.exp ("after run to main"): Allow
8145 mismatched read-only sections for PIE executables.
8146
398fdd60
TT
81472019-08-16 Tom Tromey <tom@tromey.com>
8148
8149 * lib/tuiterm.exp (_csi_Z): New proc.
8150 * gdb.tui/basic.exp: Update window positions.
8151 * gdb.tui/empty.exp: Update window positions.
8152
d8f9e51c
SL
81532019-08-15 Sandra Loosemore <sandra@codesourcery.com>
8154
8155 * gdb.base/examine-backward.exp: Correct regexp for
8156 "examine 3 bytes backward from ${address_zero}".
8157
3df505f6
TT
81582019-08-15 Tom Tromey <tom@tromey.com>
8159
8160 * gdb.tui/empty.exp: Enable resizing tests.
8161
272560b5
TT
81622019-08-15 Tom Tromey <tromey@adacore.com>
8163
8164 * gdb.ada/char_enum.exp: Add regression tests.
8165 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
8166 and '0'.
8167 (Char, Gchar): Update.
8168 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
8169
08235187
CB
81702019-08-15 Christian Biesinger <cbiesinger@google.com>
8171
8172 * gdb.python/python.exp: Expect a leading underscore on
8173 GdbOutput{,Error}File.
8174
22a2ab04
SL
81752019-08-15 Sandra Loosemore <sandra@codesourcery.com>
8176
8177 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
8178 Windows host.
8179
835b995b
SL
81802019-08-15 Sandra Loosemore <sandra@codesourcery.com>
8181
8182 * gdb.base/batch-preserve-term-settings.exp
8183 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
8184
97dd8e07
CB
81852019-08-15 Christian Biesinger <cbiesinger@google.com>
8186
8187 * lib/gdb.exp: When running on a mingw target, replace
8188 /x/ with x:/.
8189
75faf5c4
AH
81902019-08-14 Alan Hayward <alan.hayward@arm.com>
8191
8192 * gdb.arch/aarch64-prologue.c: New test.
8193 * gdb.arch/aarch64-prologue.exp: New file.
8194
abc6c00f
TV
81952019-08-13 Tom de Vries <tdevries@suse.de>
8196
8197 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
8198 Thread.
8199
74c2c1f4
SL
82002019-08-13 Sandra Loosemore <sandra@codesourcery.com>
8201
8202 * gdb.python/py-completion.exp: Download the .py file to the host
8203 and use its host pathname. Conditionalize tests that use
8204 tab completion and manipulate files on the build machine.
8205 * gdb.python/py-events.exp: Download the .py file to the host
8206 and use its host pathname.
8207 * gdb.python/py-evsignal.exp: Likewise.
8208 * gdb.python/py-evthreads.exp: Likewise.
8209 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
8210 pathname syntax.
8211 * gdb.python/py-framefilter.exp: Download the .py file to the right
8212 place on the host. Match Windows pathname syntax.
8213 * gdb.python/py-mi-var-info-path-expression.exp: Download the
8214 .py file to the host and use its host pathname.
8215 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
8216 * gdb.python/py-objfile.exp: Expect a host pathname, not a
8217 build pathname. Skip symlink test on Windows host. Add missing
8218 newline at end of file.
8219 * gdb.python/py-pp-maint.exp: Download the .py file to the host
8220 and use its host pathname.
8221 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
8222 * gdb.python/py-section-script.exp: Use host location of binfile
8223 on safe-path. Use correct path separator on Windows host.
8224 Reorder alternatives in gdb_test_multiple to prevent matching
8225 the wrong alternative on success.
8226 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
8227
ca2589f3
PP
82282019-08-12 Patrick Palka <patrick@parcs.ath.cx>
8229
8230 * gdb.gdb/selftest.exp (test_with_self): Update test to now
8231 expect the GDB inferior to no longer immediately stop after
8232 being resumed with "signal SIGINT".
8233
020a839d
SL
82342019-08-09 Sandra Loosemore <sandra@codesourcery.com>
8235
8236 * gdb.linespec/break-ask.exp: Generalize regexps to match
8237 Windows pathnames too.
8238
128d6509
TV
82392019-08-08 Tom de Vries <tdevries@suse.de>
8240
8241 PR testsuite/24862
8242 * lib/tuiterm.exp (_accept): Fix CSI regexp.
8243
590042fc
PW
82442019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8245
8246 * gdb.base/style.exp: Update tests for help doc new invariants.
8247 * gdb.base/help.exp: Likewise.
8248
046bebe1
TT
82492019-08-06 Tom Tromey <tom@tromey.com>
8250
8251 * gdb.base/style.exp: Add disassemble test.
8252 * gdb.base/style.c (some_called_function): New function.
8253 (main): Use it.
8254
0b27c27d
CB
82552019-08-05 Christian Biesinger <cbiesinger@google.com>
8256
8257 * gdb.python/py-block.exp: Test dictionary access on blocks.
8258
580f1034
SM
82592019-08-05 Simon Marchi <simon.marchi@efficios.com>
8260
8261 PR gdb/24863
8262 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
8263 -list-thread-groups --available test when running under
8264 check-read1.
8265
d86bd7cb
TV
82662019-08-05 Tom de Vries <tdevries@suse.de>
8267
8268 PR testsuite/24863
8269 * lib/gdb.exp (with_read1_timeout_factor): New proc.
8270 * gdb.base/help.exp: Use with_read1_timeout_factor.
8271 * gdb.base/info-macros.exp: Same.
8272 * gdb.cp/nested-types.exp: Same.
8273
a80cf5d8
TV
82742019-08-05 Tom de Vries <tdevries@suse.de>
8275
8276 * lib/gdb.exp (version_at_least): Factor out of ...
8277 (tcl_version_at_least): ... here.
8278 (gdb_compile): Fail if pie results in non-PIE executable.
8279 (readelf_version, readelf_prints_pie): New proc.
8280 (exec_is_pie): Return -1 if unknown.
8281
d0962838
TV
82822019-08-05 Tom de Vries <tdevries@suse.de>
8283
8284 * lib/gdb.exp (tcl_version_at_least): Fix typo.
8285
2252ff3d
SL
82862019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8287
8288 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
8289
26655f53
SL
82902019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8291
8292 * lib/completion-support.exp (test_gdb_complete_none): Skip
8293 tab completion tests if no readline support.
8294 (test_gdb_complete_unique_re): Likewise.
8295 (test_gdb_complete_multiple): Likewise.
8296
db4dc13e
PW
82972019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8298
8299 * gdb.base/info_sources.exp: New file.
8300 * gdb.base/info_sources.c: New file.
8301 * gdb.base/info_sources_base.c: New file.
8302
0eba165a
PFC
83032019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8304
8305 * gdb.base/batch-exit-status.exp: Call test_exit_status with
8306 prefix argument.
8307 (test_exit_status): Add prefix argument.
8308
59bd512b
TV
83092019-08-01 Tom de Vries <tdevries@suse.de>
8310
8311 PR testsuite/24863
8312 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
8313 calling exp_continue for new thread and thread exited messages.
8314
2a3ad588
TV
83152019-08-01 Tom de Vries <tdevries@suse.de>
8316
8317 PR testsuite/24863
8318 * gdb.base/structs.exp: Fix check-read1 timeout using
8319 gdb_test_sequence.
8320 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
8321
117eb594
TV
83222019-08-01 Tom de Vries <tdevries@suse.de>
8323
8324 PR testsuite/24863
8325 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
8326 line.
8327
ed591340
TV
83282019-08-01 Tom de Vries <tdevries@suse.de>
8329
8330 PR testsuite/24863
8331 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
8332
aa3b6533
TT
83332019-07-30 Tom Tromey <tromey@adacore.com>
8334
8335 * gdb.ada/display_nested.exp: New file.
8336 * gdb.ada/display_nested/foo.adb: New file.
8337 * gdb.ada/display_nested/pack.adb: New file.
8338 * gdb.ada/display_nested/pack.ads: New file.
8339
2906593f
CB
83402019-07-30 Christian Biesinger <cbiesinger@google.com>
8341
8342 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
8343 namespace.
8344 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
8345
0f575925
TV
83462019-07-30 Tom de Vries <tdevries@suse.de>
8347
8348 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
8349 instead.
8350
b13057d9
TV
83512019-07-30 Tom de Vries <tdevries@suse.de>
8352
8353 PR testsuite/24834
8354 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
8355 (exec_is_pie): New proc.
8356
5c4dde85
CB
83572019-07-29 Christian Biesinger <cbiesinger@google.com>
8358
8359 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
8360
c620ed88
CB
83612019-07-29 Christian Biesinger <cbiesinger@google.com>
8362
8363 * gdb.python/py-objfile.c: Add global and static vars.
8364 * gdb.python/py-objfile.exp: Test new functions Objfile.
8365 lookup_global_symbol and lookup_static_symbol.
8366
3d235706
TT
83672019-07-29 Tom Tromey <tom@tromey.com>
8368
8369 * lib/tuiterm.exp (Term::_csi_@): New proc.
8370 (Term::_csi_X): Don't move cursor.
8371
c7e4c0a6
PW
83722019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8373
8374 * gdb.base/options.exp: Update backtrace - completion to
8375 new option -frame-info.
8376 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
8377 Test new 'set print frame-info'. Test backtrace -frame-info
8378 overriding 'set print frame-info'.
8379 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
8380 Test new 'set print frame-info'.
8381 Verify consistency of backtrace with and without filters, with and
8382 without -no-filters.
8383 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
8384 default.
8385
de28a3b7
TV
83862019-07-29 Tom de Vries <tdevries@suse.de>
8387
8388 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
8389 no arguments".
8390
507dd60e
TV
83912019-07-29 Tom de Vries <tdevries@suse.de>
8392
8393 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
8394 is a substring of the first for "complete non-unique file name".
8395
5beafce9
TV
83962019-07-29 Tom de Vries <tdevries@suse.de>
8397
8398 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
8399 with ".*".
8400
2d274232
TV
84012019-07-29 Tom de Vries <tdevries@suse.de>
8402
8403 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
8404 Pass prompt_regexp parameter to gdb_test_multiple calls.
8405
9197cd8b
TV
84062019-07-29 Tom de Vries <tdevries@suse.de>
8407
8408 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 8409 print registers" regexps.
9197cd8b 8410
b528dae0
TV
84112019-07-29 Tom de Vries <tdevries@suse.de>
8412
8413 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
8414
d17725d7
TV
84152019-07-29 Tom de Vries <tdevries@suse.de>
8416
8417 PR gdb/24855
8418 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
8419 (skip_python_tests_prompt): Add prompt_regexp argument to
8420 gdb_test_multiple calls.
8421
52b75bf1
TT
84222019-07-27 Tom Tromey <tom@tromey.com>
8423
8424 * gdb.tui/main.exp: New file.
8425
2b1d00c2
TT
84262019-07-27 Tom Tromey <tom@tromey.com>
8427
8428 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
8429 optional.
8430 * gdb.tui/empty.exp: New file.
8431
ded631d5
TT
84322019-07-27 Tom Tromey <tom@tromey.com>
8433
8434 * lib/tuiterm.exp (spawn): New proc.
8435 (Term::resize): New proc.
8436 * gdb.tui/resize.exp: New file.
8437
58ac439d
TT
84382019-07-27 Tom Tromey <tom@tromey.com>
8439
8440 * gdb.tui/list.exp: New file.
8441
fe1f56ee
TT
84422019-07-27 Tom Tromey <tom@tromey.com>
8443
8444 * gdb.tui/regs.exp: New file.
8445
f790b310
TT
84462019-07-27 Tom Tromey <tom@tromey.com>
8447
8448 * gdb.tui/basic.exp: Add "layout split" test.
8449
d95fc6ee
TT
84502019-07-27 Tom Tromey <tom@tromey.com>
8451
8452 * gdb.tui/basic.exp: Add "layout asm" test.
8453
c3786b3a
TT
84542019-07-27 Tom Tromey <tom@tromey.com>
8455
8456 * lib/tuiterm.exp: New file.
8457 * gdb.tui/basic.exp: New file.
8458
98a617f8
KB
84592019-07-27 Kevin Buettner <kevinb@redhat.com>
8460
8461 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
8462 Enable tests associated with this flag. Adjust regex
8463 referencing "foo_low" to now refer to "foo_cold" instead.
8464
5c076da4
KB
84652019-07-27 Kevin Buettner <kevinb@redhat.com>
8466
8467 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
8468 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
8469 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
8470 foo_cold. Revise comments to match.
8471 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
8472 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
8473 were wrapped into this proc; Call do_test in loop from outermost
8474 level.
8475 (foo_low): Rename all occurrences to "foo_cold".
8476 (backtrace from baz): New test.
8477 (x2/i foo_cold): New test.
8478 (info line *foo_cold): New test.
8479
1512d3b7
TV
84802019-07-26 Tom de Vries <tdevries@suse.de>
8481
8482 * gdb.arch/i386-pkru.exp: Fix unterminated string.
8483
297989a1
TV
84842019-07-25 Tom de Vries <tdevries@suse.de>
8485
8486 PR testsuite/24830
8487 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
8488 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
8489 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
8490 (skip_libstdcxx_probe_tests): ... here.
8491 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
8492
b3b965fb
TV
84932019-07-24 Tom de Vries <tdevries@suse.de>
8494
8495 PR testsuite/24807
8496 * gdb.objc/basicclass.m: Include stdio.h.
8497 * gdb.objc/nondebug.m: Same.
8498 * gdb.objc/objcdecode.m: Same.
8499
4625b4d0
TV
85002019-07-24 Tom de Vries <tdevries@suse.de>
8501
8502 PR testsuite/24612
8503 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
8504 additional_flags.
8505
024a5840
TV
85062019-07-24 Tom de Vries <tdevries@suse.de>
8507
8508 PR testsuite/24831
8509 * gdb.multi/tids.exp: Update error messages for info threads.
8510
c76ddaa3
TV
85112019-07-24 Tom de Vries <tdevries@suse.de>
8512
8513 * gdb.base/info-types.exp: Allow info types to print info for more than
8514 one file.
8515
9a618ef6
TV
85162019-07-23 Tom de Vries <tdevries@suse.de>
8517
8518 PR testsuite/24842
8519 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
8520 gdb_spawn_with_cmdline_opts.
8521
40eadf04
SP
85222019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
8523
8524 * gdb.arch/arm-cmse-sgstubs.c: New test.
8525 * gdb.arch/arm-cmse-sgstubs.exp: New file.
8526
5ba29434
TV
85272019-07-23 Tom de Vries <tdevries@suse.de>
8528
8529 PR testsuite/24711
8530 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
8531 issuing next command.
8532
a8e9d247
AB
85332019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8534
8535 * gdb.ada/info_auto_lang.exp: Update expected results.
8536 * gdb.base/info-types.c: Add additional types to check.
8537 * gdb.base/info-types.exp: Update expected results.
8538
eb86c5e2
AB
85392019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8540
8541 * gdb.base/info-types.c: New file.
8542 * gdb.base/info-types.exp: New file.
8543
01e175fe
AB
85442019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
8545
8546 * gdb.arch/riscv-bp-infcall.c: New file.
8547 * gdb.arch/riscv-bp-infcall.exp: New file.
8548
6b78c3f8
AB
85492019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8550
8551 PR breakpoints/24541
8552 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8553
da738167
TV
85542019-07-14 Tom de Vries <tdevries@suse.de>
8555
8556 PR testsuite/24760
8557 * gdb.objc/basicclass.exp: Fix unterminated string.
8558
0d4e84ed
AB
85592019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8560 Andrew Burgess <andrew.burgess@embecosm.com>
8561
8562 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8563 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8564 negative bounds.
8565 * gdb.fortran/vla-value.exp: Print elements of an array with
8566 negative bounds.
8567 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8568 testing.
8569
021d8588
AB
85702019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8571
8572 * gdb.base/options.exp (expect_string): Dequote strings in
8573 results.
8574 (test-string): Test strings with different quoting and reindent.
8575
f06f1252
TT
85762019-07-10 Tom Tromey <tromey@adacore.com>
8577
8578 * gdb.ada/mi_ex_cond.exp: Update expected results.
8579 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8580 * gdb.ada/mi_catch_ex.exp: Update expected results.
8581 * gdb.ada/mi_catch_assert.exp: Update expected results.
8582 * gdb.ada/catch_ex.exp (catch_exception_info)
8583 (catch_exception_entry, catch_assert_entry)
8584 (catch_unhandled_entry): Update.
8585 * gdb.ada/catch_assert_if.exp: Update expected results.
8586
b863685d
RB
85872019-07-10 Richard Bunt <richard.bunt@arm.com>
8588 Stephen Roberts <stephen.roberts@arm.com>
8589
8590 * gdb.base/define.exp: Restore original prompt.
8591
cb1e4e32
PA
85922019-07-09 Pedro Alves <palves@redhat.com>
8593
8594 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8595 breakpoints" output.
8596 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8597 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8598 throw" creates breakpoint.
8599 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8600 'type="catchpoint"'.
8601
b58a68fe
PA
86022019-07-09 Pedro Alves <palves@redhat.com>
8603
8604 PR c++/15468
8605 * gdb.cp/except-multi-location-lib.cc: New.
8606 * gdb.cp/except-multi-location-main.cc: New.
8607 * gdb.cp/except-multi-location.exp: New.
8608
0826779b
PW
86092019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8610
8611 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8612 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8613 argument and update callers.
8614
5b0e2db4
AB
86152019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8616
8617 * gdb.arch/amd64-break-on-asm-line.S: New file.
8618 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8619
1f6f6e21
PW
86202019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8621
8622 * gdb.base/printcmds.exp: Test printing C string and
8623 C wide string convenience vars without transiting via the inferior.
8624 Also make test names unique.
8625
ea142fbf
AH
86262019-07-08 Alan Hayward <alan.hayward@arm.com>
8627
5862c886 8628 PR breakpoints/25011
ea142fbf
AH
8629 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8630
213fd9fa
PA
86312019-07-04 Pedro Alves <palves@redhat.com>
8632
8633 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8634 body returned ok(0), break(3) or continue(4).
8635 * gdb.testsuite/foreach_with_prefix.exp: New file.
8636
2b40fda7
AH
86372019-07-04 Alan Hayward <alan.hayward@arm.com>
8638
8639 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8640
a26c8de0
PA
86412019-07-03 Pedro Alves <palves@redhat.com>
8642
8643 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8644 "return -code".
8645
5f4ba3e7
PA
86462019-07-03 Pedro Alves <palves@redhat.com>
8647
8648 PR cli/24732
8649 * gdb.base/shell.exp: Load completion-support.exp.
8650 Adjust expected error output. Add completion tests.
8651
a994424f
PA
86522019-07-03 Pedro Alves <palves@redhat.com>
8653
8654 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8655 string_to_regexp.
8656
3d9be6f5
PA
86572019-07-03 Pedro Alves <palves@redhat.com>
8658
8659 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8660 (expect_integer): Adjust to expect "-string".
8661 (expect_string): New.
8662 (all_options): Expect "-string".
8663 (test-flag, test-boolean): Adjust to expect "-string".
8664 (test-string): New proc.
8665 (top level): Call it.
8666
41fc454c
PA
86672019-07-03 Pedro Alves <palves@redhat.com>
8668
8669 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8670 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8671 the expected output in the success.
8672
b2b2a215
PA
86732019-07-03 Pedro Alves <palves@redhat.com>
8674
8675 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8676 Split one gdb_test_multiple call in two to avoid a race.
8677
fdbc9870
PA
86782019-07-03 Pedro Alves <palves@redhat.com>
8679
8680 * gdb.base/with.c: New file.
8681 * gdb.base/with.exp: New file.
8682
c6ac8931
PA
86832019-07-03 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.base/settings.exp: Replace all references to "maint
8686 test-settings set" with references to "maint set test-settings",
8687 and all references to "maint test-settings show" with references
8688 to "maint show test-settings".
8689
970f9d09
PA
86902019-07-03 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.base/settings.exp (test-string): Adjust expected out when
8693 testing "maint test-settings show filename"
8694
54d66006
PA
86952019-07-02 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.base/options.exp (test-info-threads): New procedure.
8698 (top level): Call it.
8699
10d06d82
TT
87002019-06-28 Tom Tromey <tromey@adacore.com>
8701
8702 * gdb.dwarf2/ada-linkage-name.c: New file.
8703 * gdb.dwarf2/ada-linkage-name.exp: New file.
8704
3d507ff2
TT
87052019-06-27 Tom Tromey <tromey@adacore.com>
8706
d039f014 8707 PR c++/20020:
3d507ff2
TT
8708 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8709
8af58ffe
TV
87102019-06-26 Tom de Vries <tdevries@suse.de>
8711
8712 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8713
22e21752
TV
87142019-06-26 Tom de Vries <tdevries@suse.de>
8715
8716 * gdb.base/index-cache.exp: Add back missing debug option.
8717
b65b566c
PW
87182019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8719
8720 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8721
5c2c8c69
TV
87222019-06-25 Tom de Vries <tdevries@suse.de>
8723
8724 PR testsuite/24727
8725 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8726
164e3873
TV
87272019-06-24 Tom de Vries <tdevries@suse.de>
8728
8729 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8730
824eacee
TV
87312019-06-24 Tom de Vries <tdevries@suse.de>
8732
8733 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8734 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8735 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8736
385b97d3
TV
87372019-06-24 Tom de Vries <tdevries@suse.de>
8738
8739 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8740
c596f180
TV
87412019-06-21 Tom de Vries <tdevries@suse.de>
8742
8743 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8744
b13a7d03
TV
87452019-06-21 Tom de Vries <tdevries@suse.de>
8746
8747 PR testsuite/24518
8748 PR ada/24713
8749 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8750 index.
8751
899277ae
TT
87522019-06-19 Tom Tromey <tromey@adacore.com>
8753
8754 * gdb.ada/length_cond.exp: Add intro comment.
8755
680e1bee
TT
87562019-06-19 Tom Tromey <tromey@adacore.com>
8757
8758 * gdb.ada/length_cond.exp: New file.
8759 * gdb.ada/length_cond/length_cond.adb: New file.
8760 * gdb.ada/length_cond/pck.adb: New file.
8761 * gdb.ada/length_cond/pck.ads: New file.
8762
0ed4690a
TV
87632019-06-18 Tom de Vries <tdevries@suse.de>
8764
8765 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8766
d20ed5fd
TT
87672019-06-18 Tom Tromey <tromey@adacore.com>
8768
8769 * gdb.base/list0.h: Add comment explaining control character.
8770
86e04673
TV
87712019-06-18 Tom de Vries <tdevries@suse.de>
8772
8773 * boards/fission.exp: Break up long debug_flags line.
8774
c4973306
SM
87752019-06-16 Tom de Vries <tdevries@suse.de>
8776
8777 PR gdb/24445
8778 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8779 generated index.
8780
93cb9841
AB
87812019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8782
8783 PR gdb/24686
8784 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8785 improve detection of bug gdb/24541.
8786
399aaebd
SM
87872019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8788
8789 PR gdb/24669
8790 * gdb.base/index-cache.exp (uses_readnow,
8791 expecting_index_cache_use): Define global variable.
8792 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8793 expecting_index_cache_use.
8794
584a927c
AB
87952019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8796 Andrew Burgess <andrew.burgess@embecosm.com>
8797
8798 * gdb.fortran/pointers.f90: New file.
8799 * gdb.fortran/print_type.exp: New file.
8800 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8801 * gdb.fortran/vla-type.exp: Likewise.
8802 * gdb.fortran/vla-value.exp: Likewise.
8803 * gdb.mi/mi-vla-fortran.exp: Likewise.
8804
30056ea0
AB
88052019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8806
8807 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8808 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8809 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8810 as a stop reason.
8811
ec8e2b6d
AB
88122019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8813
8814 * gdb.base/annota1.exp: Update expected results.
8815 * gdb.cp/annota2.exp: Likewise.
8816 * gdb.cp/annota3.exp: Likewise.
8817
09e4c4e1
AB
88182019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8819
8820 * gdb.base/style-logging.exp: Remove path from test name.
8821
0735b091
TT
88222019-06-14 Tom Tromey <tromey@adacore.com>
8823
8824 PR gdb/24502:
8825 * gdb.base/style-logging.exp: New file.
8826
f5686554
TT
88272019-06-14 Tom Tromey <tromey@adacore.com>
8828
8829 * gdb.base/symfile-warn.exp: New file.
8830 * gdb.base/symfile-warn.c: New file.
8831
a0c1ffed
TT
88322019-06-14 Tom Tromey <tromey@adacore.com>
8833
8834 * gdb.base/annotate-symlink.exp: New file.
8835
f411722c
TT
88362019-06-14 Tom Tromey <tromey@adacore.com>
8837
8838 * gdb.ada/set_wstr.exp: Add reassignment test.
8839
4268ec18
TT
88402019-06-14 Tom Tromey <tromey@adacore.com>
8841
8842 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8843 'unchecked_access and 'unrestricted_access as well.
8844
9a9e394b
TT
88452019-06-14 Tom Tromey <tromey@adacore.com>
8846
8847 PR ada/24539:
8848 * gdb.ada/vla.exp: Update tests.
8849 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8850 pragma.
8851
4c048731
PA
88522019-06-13 Pedro Alves <palves@redhat.com>
8853
8854 * gdb.base/settings.exp (test-integer): Test junk after
8855 "unlimited".
8856
6665660a
PA
88572019-06-13 Pedro Alves <palves@redhat.com>
8858
8859 * gdb.base/options.exp (test-thread-apply): New.
8860 (top level): Call it.
8861
5d707134
PA
88622019-06-13 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.base/options.exp (test-frame-apply): New.
8865 (top level): Test print commands with different "frame apply"
8866 prefixes.
8867
e2a689da
PA
88682019-06-13 Pedro Alves <palves@redhat.com>
8869
e79be6e5 8870 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
8871 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8872 'max_completions' parameter and handle it.
8873 (test_gdb_completion_offers_commands): New.
8874
90a1ef87
PA
88752019-06-13 Pedro Alves <palves@redhat.com>
8876
8877 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8878
d4c16835
PA
88792019-06-13 Pedro Alves <palves@redhat.com>
8880
8881 * gdb.base/options.exp (test-backtrace): New.
8882 (top level): Call it.
8883
2daf894e
PA
88842019-06-13 Pedro Alves <palves@redhat.com>
8885
8886 * gdb.guile/scm-frame-args.exp: Use "set print
8887 raw-frame-arguments" instead of "set print raw frame-arguments".
8888 * gdb.python/py-frame-args.exp: Likewise.
8889
e6ed716c
PA
88902019-06-13 Pedro Alves <palves@redhat.com>
8891
8892 * gdb.compile/compile.exp: Adjust expected output to option
8893 processing changes.
8894
7d8062de
PA
88952019-06-13 Pedro Alves <palves@redhat.com>
8896
8897 * gdb.base/options.exp: Build executable.
8898 (test-print): New procedure.
8899 (top level): Call it, once for "print" and another for "compile
8900 print".
8901
9d0faba9
PA
89022019-06-13 Pedro Alves <palves@redhat.com>
8903
8904 * gdb.base/options.c: New file.
8905 * gdb.base/options.exp: New file.
8906
dee7b4c8
PA
89072019-06-13 Pedro Alves <palves@redhat.com>
8908
8909 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8910 that "o" is ambiguous.
8911
dca0f6c0
PA
89122019-06-13 Pedro Alves <palves@redhat.com>
8913
8914 * gdb.base/settings.c: New file.
8915 * gdb.base/settings.exp: New file.
8916
ccf46844
PA
89172019-06-13 Pedro Alves <palves@redhat.com>
8918
8919 * gdb.base/completion.exp: Fix comment typo.
8920
b9a3f842
PA
89212019-06-13 Pedro Alves <palves@redhat.com>
8922
8923 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8924 foo --1" test.
8925
d106773e
PA
89262019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8927
8928 * gdb.fortran/block-data.f: New.
8929 * gdb.fortran/block-data.exp: New.
8930
fea82da0
TV
89312019-06-11 Tom de Vries <tdevries@suse.de>
8932
8933 PR testsuite/24521
8934 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8935 message.
8936
8c2e74f1
TV
89372019-06-11 Tom de Vries <tdevries@suse.de>
8938
8939 PR testsuite/24521
8940 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8941
b49851c8
TV
89422019-06-11 Tom de Vries <tdevries@suse.de>
8943
8944 * boards/readnow.exp: New file.
8945
a7067863
AB
89462019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8947
8948 * gdb.fortran/vla-sizeof.exp: Update expected results.
8949
1a3da2cd
AB
89502019-06-06 Amos Bird <amosbird@gmail.com>
8951
8952 * gdb.base/annota1.exp (thread_switch): Add test for
8953 thread-exited annotation.
8954
3847a7bf
TT
89552019-06-06 Tom Tromey <tromey@adacore.com>
8956
8957 * gdb.base/maint.exp: Expect command started/finished output.
8958
0088ba59
AB
89592019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8960
8961 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8962 comment.
8963 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8964
312617a3
AB
89652019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8966
8967 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8968 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8969 * gdb.arch/riscv-unwind-long-insn.c: New file.
8970 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8971
e1f2e1a2
CB
89722019-06-04 Christian Biesinger <cbiesinger@google.com>
8973
d3238f7d 8974 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 8975
206584bd
PW
89762019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8977
8978 * lib/gdb.exp (help_list_trailer): New regexp variable
8979 factorizing the help trailer message.
8980 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8981 arg to allow to better factorize various tests.
8982 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8983 (test_prefix_command_help): Use help_list_trailer.
8984 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8985 * gdb.guile/scm-cmd.exp: Likewise.
8986 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8987 * gdb.base/help.exp: Use test_user_defined_class_help.
8988 * gdb.base/style.exp: Add tests for styling of help and apropos.
8989 * lib/gdb-utils.exp (style): Add title and highlight styles.
8990
708dc93e
PW
89912019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8992
8993 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8994 $_shell_exitsignal.
8995 * gdb.base/default.exp: Update for new convenience variables.
8996
f49055a5
TT
89972019-05-29 Tom Tromey <tromey@adacore.com>
8998
8999 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
9000 to "break complete ada" test case's regexp.
9001
4330d61d
TT
90022019-05-29 Tom Tromey <tromey@adacore.com>
9003
9004 PR c++/20020:
9005 * gdb.cp/constexpr-field.exp: New file.
9006 * gdb.cp/constexpr-field.cc: New file.
9007
000439d5
TT
90082019-05-29 Tom Tromey <tromey@adacore.com>
9009
9010 * gdb.base/finish.exp (finish_no_print): New proc.
9011 (finish_tests): Call it.
9012
5a01c34c
TV
90132019-05-24 Tom de Vries <tdevries@suse.de>
9014
9015 * gdb.dwarf2/gdb-add-index.exp: New file.
9016
18125b16
TT
90172019-05-22 Tom Tromey <tromey@adacore.com>
9018
9019 * gdb.base/info-shared.exp (check_info_shared): Use "style".
9020 * gdb.base/style.exp: Use "style".
9021 * lib/gdb-utils.exp (style): New proc.
9022
af1a8d03
TV
90232019-05-22 Tom de Vries <tdevries@suse.de>
9024
9025 * gdb.base/align.exp: Require c++11.
9026
e7fe496b
TV
90272019-05-22 Tom de Vries <tdevries@suse.de>
9028
9029 PR testsuite/24586
9030 * gdb.python/py-mi-var-info-path-expression.exp: Call
9031 mi_skip_python_tests to check if python is supported.
9032
8fca4da0
AH
90332019-05-22 Alan Hayward <alan.hayward@arm.com>
9034
9035 * gdb.arch/aarch64-pauth.c: New test.
9036 * gdb.arch/aarch64-pauth.exp: New file.
9037
b7060614
AH
90382019-05-22 Alan Hayward <alan.hayward@arm.com>
9039
9040 * README (Re-running Tests Outside The Testsuite): New section.
9041
669d0468
TV
90422019-05-21 Tom de Vries <tdevries@suse.de>
9043
9044 * gdb.arch/amd64-eval.exp: Require c++11.
9045 * gdb.base/max-depth.exp: Same.
9046 * gdb.compile/compile-cplus-array-decay.exp: Same.
9047 * gdb.cp/meth-typedefs.exp: Same.
9048 * gdb.cp/subtypes.exp: Same.
9049 * gdb.cp/temargs.exp: Same.
9050
ce3ebcaa
AH
90512019-05-21 Alan Hayward <alan.hayward@arm.com>
9052
9053 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
9054
34d11c68
AB
90552019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9056
9057 PR gdb/18644
9058 * gdb.fortran/complex.exp: Remove setup_kfail calls.
9059 * gdb.fortran/printing-types.exp: Add new test.
9060 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
9061 testing.
9062 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
9063 setup_kfail call.
9064
87781e84
AH
90652019-05-17 Alan Hayward <alan.hayward@arm.com>
9066
9067 * README (Running the Testsuite): Change example.
9068 (Testsuite Parameters): Remove TRANSCRIPT.
9069 * lib/gdb.exp: Remove TRANSCRIPT check.
9070
b420b89e
AH
90712019-05-17 Alan Hayward <alan.hayward@arm.com>
9072
9073 * README (Testsuite Parameters): Add replay logging to
9074 GDBSERVER_DEBUG.
9075 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
9076 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
9077 as a comma separated list.
9078 (gdb_debug_init): Override procedure.
9079
408e9b8b
AH
90802019-05-17 Alan Hayward <alan.hayward@arm.com>
9081
9082 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
9083 (gdb_write_cmd_file): New procedure.
9084 * lib/gdbserver-support.exp (gdbserver_start): Call
9085 gdbserver_write_cmd_file.
9086 (gdbserver_write_cmd_file): New procedure.
9087
f9e2e39d
AH
90882019-05-17 Alan Hayward <alan.hayward@arm.com>
9089
9090 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
9091 (delete_breakpoints): Likewise.
9092 (gdb_run_cmd): Likewise.
9093 (gdb_start_cmd): Likewise.
9094 (gdb_starti_cmd): Likewise.
9095 (gdb_internal_error_resync): Likewise.
9096 (gdb_test_multiple): Likewise.
9097 (gdb_reinitialize_dir): Likewise.
9098 (default_gdb_exit): Likewise.
9099 (gdb_file_cmd): Mark kill as optional.
9100 (default_gdb_start): Call gdb_stdin_log_init.
9101 (send_gdb): Call gdb_stdin_log_write.
9102 (rerun_to_main): Mark Y as an answer.
9103 (gdb_stdin_log_init): New function.
9104 (gdb_stdin_log_write): Likewise.
9105
81f47ac2
AH
91062019-05-17 Alan Hayward <alan.hayward@arm.com>
9107
9108 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
9109 * gdb.base/debug-expr.exp: Likewise.
9110 * gdb.base/foll-fork.exp: Likewise.
9111 * gdb.base/foll-vfork.exp: Likewise.
9112 * gdb.base/fork-print-inferior-events.exp: Likewise.
9113 * gdb.base/gdb-sigterm.exp: Likewise.
9114 * gdb.base/gdbinit-history.exp: Likewise.
9115 * gdb.base/osabi.exp: Likewise.
9116 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9117 * gdb.base/ui-redirect.exp: Likewise.
9118 * gdb.gdb/unittest.exp: Likewise.
9119 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
9120 * gdb.mi/mi-watch.exp: Likewise.
9121 * gdb.mi/new-ui-mi-sync.exp: Likewise.
9122 * gdb.mi/user-selected-context-sync.exp: Likewise.
9123 * gdb.python/python.exp: Disable debug test when debugging.
9124 * gdb.threads/check-libthread-db.exp: Disable when debugging.
9125 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
9126 Likewise.
9127 * gdb.threads/stepi-random-signal.exp: Likewise.
9128
29b52314
AH
91292019-05-17 Alan Hayward <alan.hayward@arm.com>
9130
9131 * Makefile.in: Pass through GDB_DEBUG.
9132 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
9133 (gdb,debug): Add board setting.
9134 * lib/gdb.exp (default_gdb_start): Start debugging.
9135 (gdb_debug_enabled): New procedure.
9136 (gdb_debug_init): Likewise.
29b52314
AH
9137
91382019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 9139
29b52314
AH
9140 * Makefile.in: Pass through GDB_DEBUG.
9141 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
9142 (gdb,debug): Add board setting.
9143 * lib/gdb.exp (default_gdb_start): Start debugging.
9144 (gdb_debug_enabled): New procedure.
9145 (gdb_debug_init): Likewise.
29b52314 9146
ca1285d1
AH
91472019-05-17 Alan Hayward <alan.hayward@arm.com>
9148
9149 * gdb.base/ui-redirect.exp: Add debug redirect tests.
9150
f3a09c80
AH
91512019-05-17 Alan Hayward <alan.hayward@arm.com>
9152
9153 * gdb.base/ui-redirect.exp: Test redirection.
9154
26648588
JV
91552019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9156
9157 * gdb.mi/mi-complete.exp: New file.
9158 * gdb.mi/mi-complete.cc: Likewise.
9159
14237686
AB
91602019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
9161
9162 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
9163 indexed and sliced arrays, and pointers to arrays.
9164
e7bd7fba
TT
91652019-05-14 Tom Tromey <tromey@adacore.com>
9166
9167 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
9168 styling test.
9169
2764128d
TV
91702019-05-14 Tom de Vries <tdevries@suse.de>
9171
9172 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
9173 selection entry encoding.
9174
71bed2db
TT
91752019-05-10 Tom Tromey <tromey@adacore.com>
9176
9177 * gdb.ada/info_exc.exp: Add "complete" test.
9178
63b667ad
TV
91792019-05-09 Tom de Vries <tdevries@suse.de>
9180
9181 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
9182 CU-relative.
9183
9cfd2b89
TV
91842019-05-09 Tom de Vries <tdevries@suse.de>
9185
9186 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
9187 CU-relative.
9188
2228ef77
XR
91892019-05-08 Joel Brobecker <brobecker@adacore.com>
9190
9191 * gdb.ada/frame_arg_lang.exp: New testcase.
9192 * gdb.ada/frame_arg_lang/bla.adb: New file.
9193 * gdb.ada/frame_arg_lang/pck.ads: New file.
9194 * gdb.ada/frame_arg_lang/pck.adb: New file.
9195 * gdb.ada/frame_arg_lang/foo.c: New file.
9196
80e55b13
TT
91972019-05-08 Tom Tromey <tromey@adacore.com>
9198
9199 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
9200
9d3421af
TT
92012019-05-08 Tom Tromey <tromey@adacore.com>
9202
9203 * gdb.base/ptype-offsets.exp: Update tests.
9204
844333e2
TT
92052019-05-08 Tom Tromey <tromey@adacore.com>
9206
9207 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
9208 cases.
9209 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
9210 "short".
9211
988915ee
TT
92122019-05-08 Tom Tromey <tromey@adacore.com>
9213
9214 * gdb.ada/vla.exp: New file.
9215 * gdb.ada/vla/vla.adb: New file.
9216
7bd55dac
TV
92172019-05-07 Tom de Vries <tdevries@suse.de>
9218
9219 * gdb.base/index-cache.exp (ls_host): Fix return statement.
9220
75f06e9d
TV
92212019-05-07 Tom de Vries <tdevries@suse.de>
9222
9223 PR testsuite/24522
9224 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
9225 section.
9226
77e7aaa4
TV
92272019-05-07 Tom de Vries <tdevries@suse.de>
9228
9229 PR testsuite/24522
9230 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
9231 .debug_aranges section.
9232
456ba0fa
TV
92332019-05-07 Tom de Vries <tdevries@suse.de>
9234
9235 PR testsuite/24159
9236 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
9237
5a56d6a6
TV
92382019-05-06 Tom de Vries <tdevries@suse.de>
9239
9240 * lib/gdb.exp (exec_has_index_section): New proc.
9241 * gdb.base/index-cache.exp: Handle case that binfile contains an index
9242 section.
9243
9d6d4be8
TV
92442019-05-04 Tom de Vries <tdevries@suse.de>
9245
9246 * boards/cc-with-debug-names.exp: New file.
9247
222a8d25
TT
92482019-05-03 Tom Tromey <tromey@adacore.com>
9249
9250 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
9251 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
9252 * gdb.ada/char_enum.exp: Add test.
9253
0fdfd794
TV
92542019-05-03 Tom de Vries <tdevries@suse.de>
9255
9256 * boards/cc-with-gdb-index.exp: New file.
9257
80062eb9
AB
92582019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9259
9260 * gdb.rust/simple.exp: Add new test case.
9261 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
9262 (main): Initialise an instance of the new struct.
9263
4504bbde
TT
92642019-05-01 Tom Tromey <tromey@adacore.com>
9265
9266 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
9267 record.
9268 (NPR): New variable.
9269 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
9270 test.
9271
d48e62f4
TT
92722019-05-01 Tom Tromey <tromey@adacore.com>
9273
9274 * gdb.ada/packed_array_assign.exp: Add packed assignment
9275 regression test.
9276
f59f30f5
TV
92772019-05-01 Tom de Vries <tdevries@suse.de>
9278
9279 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
9280
b70bfc54
TV
92812019-05-01 Tom de Vries <tdevries@suse.de>
9282
9283 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
9284
15f18d14
AT
92852019-04-30 Ali Tamur <tamur@google.com>
9286
9287 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
9288
2ff0a947
TT
92892019-04-30 Tom Tromey <tromey@adacore.com>
9290
9291 * lib/ada.exp (find_ada_tool): New proc.
9292 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
9293 * gdb.ada/catch_ex_std.exp: New file.
9294 * gdb.ada/catch_ex_std/foo.adb: New file.
9295 * gdb.ada/catch_ex_std/some_package.adb: New file.
9296 * gdb.ada/catch_ex_std/some_package.ads: New file.
9297
a776957c
TT
92982019-04-30 Tom Tromey <tromey@adacore.com>
9299
9300 PR c++/24470:
9301 * gdb.cp/temargs.cc: Add test code from PR.
9302
bc68014d
AB
93032019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9304
9305 * gdb.fortran/vla-datatypes.exp: Update expected results.
9306 * gdb.fortran/vla-ptype.exp: Likewise.
9307 * gdb.fortran/vla-type.exp: Likewise.
9308 * gdb.fortran/vla-value.exp: Likewise.
9309
f1fdc960
AB
93102019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9311
9312 * gdb.fortran/ptr-indentation.exp: Update expected results.
9313 * gdb.fortran/ptype-on-functions.exp: Likewise.
9314 * gdb.fortran/vla-ptr-info.exp: Likewise.
9315 * gdb.fortran/vla-value.exp: Likewise.
9316
bf7a4de1
AB
93172019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9318
9319 * gdb.fortran/ptype-on-functions.exp: New file.
9320 * gdb.fortran/ptype-on-functions.f90: New file.
9321
bbe75b9d
AB
93222019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9323
9324 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
9325 case void string.
9326
1db455a7
AB
93272019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9328
9329 * gdb.fortran/complex.exp: Expand.
9330 * gdb.fortran/complex.f: Renamed to...
9331 * gdb.fortran/complex.f90: ...this, and extended to add more
9332 complex values.
9333
b6d03bb2
AB
93342019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9335
9336 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
9337 MODULO, CMPLX.
9338
2e62ab40
AB
93392019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9340 Richard Bunt <richard.bunt@arm.com>
9341
9342 * gdb.base/max-depth.c: New file.
9343 * gdb.base/max-depth.exp: New file.
9344 * gdb.python/py-nested-maps.c: New file.
9345 * gdb.python/py-nested-maps.exp: New file.
9346 * gdb.python/py-nested-maps.py: New file.
9347 * gdb.python/py-format-string.exp (test_max_depth): New proc.
9348 (test_all_common): Call test_max_depth.
9349 * gdb.fortran/max-depth.exp: New file.
9350 * gdb.fortran/max-depth.f90: New file.
9351 * gdb.go/max-depth.exp: New file.
9352 * gdb.go/max-depth.go: New file.
9353 * gdb.modula2/max-depth.exp: New file.
9354 * gdb.modula2/max-depth.c: New file.
9355 * lib/gdb.exp (get_print_expr_at_depths): New proc.
9356
d2b584a5
TV
93572019-04-29 Tom de Vries <tdevries@suse.de>
9358
9359 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
9360
136afab8
PW
93612019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9362
9363 * gdb.base/callexit.exp: Test may-call-functions off.
9364
725cbb63
KS
93652019-04-25 Keith Seitz <keiths@redhat.com>
9366
9367 PR c++/24367
9368 * gdb.cp/meth-typedefs.cc (incomplete_struct)
9369 (another_incomplete_struct, test_incomplete): New definitions.
9370 (main): Use new definitions.
9371 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
9372 functions.
9373
701adfb0
PA
93742019-04-25 Ali Tamur <tamur@google.com>
9375
9376 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9377
82433e3e
SDJ
93782019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9379
9380 PR corefiles/11608
9381 PR corefiles/18187
9382 * gdb.base/coredump-filter-build-id.exp: New file.
9383
dd06d4d6
AH
93842019-04-25 Alan Hayward <alan.hayward@arm.com>
9385
e79be6e5
SM
9386 * Makefile.in: Pass through GDBSERVER_DEBUG.
9387 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
9388 (gdbserver,debug): Add board setting.
9389 * gdb.trace/tspeed.exp: Skip when debugging.
9390 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
9391 * lib/gdbserver-support.exp: Likewise
dd06d4d6 9392
1670072e
TT
93932019-04-24 Tom Tromey <tromey@adacore.com>
9394
9395 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
9396 Rust.
9397
a59240a4
TT
93982019-04-24 Tom Tromey <tromey@adacore.com>
9399
9400 * gdb.arch/amd64-eval.exp: Test bitfield return.
9401 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
9402 (class Foo) <return_bitfields>: New method.
9403 (main): Call it.
9404
b907456c
AB
94052019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9406
9407 * gdb.cp/many-args.cc: New file.
9408 * gdb.cp/many-args.exp: New file.
9409
5c565afd
TV
94102019-04-23 Tom de Vries <tdevries@suse.de>
9411
9412 PR gdb/24433
9413 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
9414
ba22ff86
AH
94152019-04-23 Alan Hayward <alan.hayward@arm.com>
9416
9417 * gdb.trace/backtrace.exp: Use nopie flag.
9418 * gdb.trace/circ.exp: Likewise.
9419 * gdb.trace/collection.exp: Likewise.
9420 * gdb.trace/ftrace.exp: Likewise.
9421 * gdb.trace/mi-trace-unavailable.exp: Likewise.
9422 * gdb.trace/mi-traceframe-changed.exp: Likewise.
9423 * gdb.trace/qtro.exp: Likewise.
9424 * gdb.trace/read-memory.exp: Likewise.
9425 * gdb.trace/report.exp: Likewise.
9426 * gdb.trace/tfile.exp: Likewise.
9427 * gdb.trace/tfind.exp: Likewise.
9428 * gdb.trace/unavailable.exp: Likewise.
9429
7905fc35
PA
94302019-04-22 Pedro Alves <palves@redhat.com>
9431
9432 * gdb.base/solib-probes-nosharedlibrary.c,
9433 gdb.base/solib-probes-nosharedlibrary.exp: New files.
9434
8ecb59f8
TT
94352019-04-19 Tom Tromey <tromey@adacore.com>
9436
9437 * gdb.ada/ptype_union.c: New file.
9438 * gdb.ada/ptype_union.exp: New file.
9439
62160ec9
TT
94402019-04-19 Tom Tromey <tromey@adacore.com>
9441
9442 PR symtab/24423:
9443 * gdb.base/list0.h (foo): Add a control-l character.
9444
36cd4ba5
TV
94452019-04-18 Tom de Vries <tdevries@suse.de>
9446
9447 PR gdb/24433
9448 * boards/local-board.exp: Set sysroot to "".
9449
b73715df
TV
94502019-04-18 Tom de Vries <tdevries@suse.de>
9451 Pedro Alves <palves@redhat.com>
9452
9453 PR gdb/24454
9454 * gdb.threads/vfork-follow-child-exec.c: New file.
9455 * gdb.threads/vfork-follow-child-exec.exp: New file.
9456 * gdb.threads/vfork-follow-child-exit.c: New file.
9457 * gdb.threads/vfork-follow-child-exit.exp: New file.
9458
4aa866af
LS
94592019-04-15 Leszek Swirski <leszeks@google.com>
9460
9461 * gdb.arch/amd64-eval.cc: New file.
9462 * gdb.arch/amd64-eval.exp: New file.
9463
e5a1a79a
AH
94642019-04-11 Alan Hayward <alan.hayward@arm.com>
9465
9466 * gdb.server/sysroot.c: New test.
9467 * gdb.server/sysroot.exp: New file.
9468 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
9469 matching param.
9470
41077b66
AB
94712019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9472
9473 * gdb.base/align.exp: Extend test to cover structures containing
9474 only static fields.
9475
c30391f8
TV
94762019-04-11 Tom de Vries <tdevries@suse.de>
9477
9478 * boards/cc-with-dwz-m.exp: New file.
9479 * boards/cc-with-dwz.exp: New file.
9480 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
9481
e242fd12
SM
94822019-04-09 Simon Marchi <simon.marchi@efficios.com>
9483
9484 * gdb.base/start-cpp.exp: New file.
9485 * gdb.base/start-cpp.cc: New file.
9486
2b0c8b01
KB
94872019-04-08 Kevin Buettner <kevinb@redhat.com>
9488
9489 * gdb.python/py-thrhandle.exp: Adjust tests to call
9490 thread_from_handle instead of thread_from_thread_handle.
9491
947210e5
KB
94922019-04-08 Kevin Buettner <kevinb@redhat.com>
9493
9494 * gdb.python/py-thrhandle.exp: Add tests for
9495 gdb.InferiorThread.handle.
9496
d7df6549
AB
94972019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9498
9499 * gdb.python/py-function.exp: Check calling helper function from
9500 all languages.
9501 * lib/gdb.exp (gdb_supported_languages): New proc.
9502
8bdc1658
AB
95032019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9504
9505 * gdb.base/complex-parts.c: New file.
9506 * gdb.base/complex-parts.exp: New file.
9507
05caa1d2
TT
95082019-04-01 Tom Tromey <tromey@adacore.com>
9509
9510 PR symtab/23331:
9511 * gdb.dwarf2/dw2-ranges-main.c: New file.
9512 * gdb.dwarf2/dw2-ranges-psym.c: New file.
9513 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
9514
7734102d
EZ
95152019-03-30 Simon Marchi <simark@simark.ca>
9516
9517 * gdb.base/default.exp: Add values for $_gdb_major and
9518 $_gdb_minor.
9519
188e1fa9
TT
95202019-03-29 Tom Tromey <tromey@adacore.com>
9521
9522 * gdb.base/help.exp: Tighten apropos regexp.
9523
2880242d
KS
95242019-03-29 Keith Seitz <keiths@redhat.com>
9525
9526 * gdb.fortran/array-bounds.exp: New file.
9527 * gdb.fortran/array-bounds.f90: New file.
9528
077cad8e
PW
95292019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9530
9531 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
9532
80047cfc
PW
95332019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9534
9535 * gdb.multi/hello.c (main): Increase alarm timer.
9536
f489207e
SL
95372019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9538
9539 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
9540 factor when no hardware watchpoint support.
9541
c92df149
AH
95422019-03-28 Alan Hayward <alan.hayward@arm.com>
9543 Pedro Alves <palves@redhat.com>
9544
9545 * boards/local-board.exp: set sysroot to /.
9546
933aebfa
AH
95472019-03-27 Alan Hayward <alan.hayward@arm.com>
9548
9549 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9550 in child.
9551
9f9aa852
AB
95522019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9553
9554 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9555 field.
9556 (make_container): Initialise new field.
9557 * gdb.python/py-prettyprint.exp: Add new tests.
9558 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9559 <display_hint>: New method.
9560
3714a195
AB
95612019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9562
9563 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9564 gdb_continue_to_breakpoint more throughout this test.
9565 (run_lang_tests) Supply unique test names, and use
9566 gdb_test_no_output.
9567
18c77628
AB
95682019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9569
9570 * gdb.base/finish-pretty.exp: Update expected results.
9571 * gdb.base/pretty-print.c: New file.
9572 * gdb.base/pretty-print.exp: New file.
9573
9a93502f
PA
95742019-03-25 Pedro Alves <palves@redhat.com>
9575
9576 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9577 move comments outside list. Append '-i "" eof' section.
9578
968aa7ae
AH
95792019-03-22 Alan Hayward <alan.hayward@arm.com>
9580
34a7f2a4 9581 PR testsuite/25016
968aa7ae
AH
9582 * README: Add pie options.
9583 * gdb.base/break-interp.exp: Ensure pie is disabled.
9584 * gdb.base/dump.exp: Likewise.
9585 * lib/gdb.exp (gdb_compile): Add pie option.
9586
4c7d57e7
TT
95872019-03-19 Tom Tromey <tromey@adacore.com>
9588
9589 * gdb.mi/mi2-cli-display.c: New file.
9590 * gdb.mi/mi2-cli-display.exp: New file.
9591
bff8c71f
TT
95922019-03-18 Joel Brobecker <brobecker@adacore.com>
9593 Tom Tromey <tromey@adacore.com>
9594
9595 * gdb.ada/ptype_array/pck.adb: New file.
9596 * gdb.ada/ptype_array/pck.ads: New file.
9597 * gdb.ada/ptype_array/foo.adb: New file.
9598 * gdb.ada/ptype_array.exp: New file.
9599
d085f989
TT
96002019-03-14 Tom Tromey <tromey@adacore.com>
9601
9602 * gdb.base/style.exp: Add "set style sources" test.
9603
b4be1b06
SM
96042019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9605
9606 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9607 * mi-breakpoint-multiple-locations.exp: ... this.
9608 (make_breakpoints_pattern): New proc.
9609 (do_test): Add mi_version parameter, test -break-insert,
9610 -break-info and =breakpoint-created.
9611
7cde5fc2
AB
96122019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9613
9614 * config/default.exp: Remove 'load_lib gdb.exp'.
9615 * config/monitor.exp: Likewise.
9616 * config/sid.exp: Likewise.
9617 * config/sim.exp: Likewise.
9618 * config/slite.exp: Likewise.
9619 * config/unix.exp: Likewise.
9620 * gdb.base/default.exp: Remove unhelpful comment.
9621
efbecbc1
AB
96222019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9623
9624 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9625
0841c79a
AB
96262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9627
9628 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9629
4a270568
AB
96302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9631
9632 * gdb.fortran/type-kinds.exp: Update expected results.
9633
067630bd
AB
96342019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9635
9636 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9637
3be47f7a
AB
96382019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9639
9640 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9641 function.
9642 (test_basic_parsing_of_type_kinds): Expand types tested.
9643 (test_parsing_invalid_type_kinds): New function.
9644
4d00f5d8
AB
96452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9646
9647 * gdb.fortran/intrinsics.exp: New file.
9648 * gdb.fortran/intrinsics.f90: New file.
9649 * gdb.fortran/type-kinds.exp: New file.
9650
c8f91604
AB
96512019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9652
9653 * gdb.fortran/dot-ops.exp: New file.
9654
dd9f2c76
AB
96552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9656
9657 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9658 Check upper and lower case logical literals.
9659
84ec9724
AB
96602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9661
9662 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9663 Remove duplicate tests.
9664
c3734e09
AH
96652019-03-06 Alan Hayward <alan.hayward@arm.com>
9666
9667 * lib/gdb.exp (builtin_cd): rename of cd.
9668 (cd): Override builtin.
9669
aa3cfbda
RB
96702019-03-06 Richard Bunt <richard.bunt@arm.com>
9671
9672 * gdb.fortran/function-calls.exp: New file.
9673 * gdb.fortran/function-calls.f90: New test.
9674
7b63ad86
RB
96752019-03-04 Richard Bunt <richard.bunt@arm.com>
9676
9677 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9678 on user program standard output.
9679 * gdb.fortran/short-circuit-argument-list.f90: Record function
9680 calls.
9681
01abb042
AH
96822019-02-28 Alan Hayward <alan.hayward@arm.com>
9683
c3734e09
AH
9684 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9685 failure.
01abb042 9686
92137da0
RO
96872019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9688
9689 PR gdb/8527
9690 * gdb.base/interrupt-daemon-attach.c,
9691 gdb.base/interrupt-daemon-attach.exp: New test.
9692
5862844d
PA
96932019-02-27 Pedro Alves <palves@redhat.com>
9694
9695 * gdb.base/page.exp: Add tests for "set width/height -1".
9696
8ed25214
PA
96972019-02-27 Pedro Alves <palves@redhat.com>
9698
9699 * gdb.base/page.exp: Add tests for "set/show width/height" with
9700 "infinite" values.
9701
6c28e44a
TT
97022019-02-27 Tom Tromey <tromey@adacore.com>
9703
9704 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9705 2.4.
9706 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9707 workaround.
9708
bf9a735e
AB
97092019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9710
9711 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9712 tests for structs with static members.
9713
8791793c
TT
97142019-02-26 Tom Tromey <tromey@adacore.com>
9715
9716 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9717 ValueError, not TypeError.
9718
bc2a507e
KB
97192019-02-26 Kevin Buettner <kevinb@redhat.com>
9720
9721 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9722 call from main program.
9723
e0e7d3bd
JB
97242019-02-23 Joel Brobecker <brobecker@adacore.com>
9725
9726 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9727 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9728 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9729 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9730 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9731
9600246d
KS
97322019-02-22 Keith Seitz <keiths@redhat.com>
9733
9734 PR symtab/23853
9735 * gdb.base/symlink-sourcefile.c: New file.
9736 * gdb.base/symlink-sourcefile.exp: New file.
9737
0c95f9ed
TT
97382019-02-20 Tom Tromey <tom@tromey.com>
9739
9740 * gdb.base/info_qt.exp: Update.
9741
6caa91b6
SM
97422019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9743
9744 * gdb.base/source.exp: Move "error in sourced script" code to
9745 the end.
9746 * gdb.base/source-error.gdb: Move contents to
9747 source-error-1.gdb. Add new code to source source-error-1.gdb.
9748 * gdb.base/source-error-1.gdb: New file, from previous
9749 source-error.gdb.
9750
6506371f
TT
97512019-02-17 Tom Tromey <tom@tromey.com>
9752
9753 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9754 for macro styling.
9755 * gdb.base/style.c (SOME_MACRO): New macro.
9756
a0087920
TT
97572019-02-17 Tom Tromey <tom@tromey.com>
9758
9759 * gdb.base/style.exp: Add line-wrapping tests.
9760 * gdb.base/page.exp: Add test for quitting during pagination.
9761
a2cd4f14
JB
97622019-02-17 Joel Brobecker <brobecker@adacore.com>
9763
9764 * gdb.ada/big_packed_array: New testcase.
9765 * gdb.ada/homonym.exp: Fix incorrect expected output for
9766 "break <homonym__get_value>" test.
9767
9d70ffbc
WP
97682019-02-13 Weimin Pan <weimin.pan@oracle.com>
9769
9770 PR breakpoints/21870
9771 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9772 and prepare_for_testing. Add comment.
9773 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9774 redundant cleanup call. Clean up comment.
9775
01c7ae81
WP
97762019-02-12 Weimin Pan <weimin.pan@oracle.com>
9777
9778 PR breakpoints/21870
9779 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9780 * gdb.arch/aarch64-dbreg-contents.c: New file.
9781
aff29d1c
JB
97822019-02-10 Joel Brobecker <brobecker@adacore.com>
9783
9784 * gdb.ada/mi_ref_changeable: New testcase.
9785
df0da8a2
AH
97862019-02-07 Alan Hayward <alan.hayward@arm.com>
9787
9788 * gdb.base/attach.exp: Add double attach test.
9789
bd447abb
SM
97902019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9791
9792 * lib/gdb.exp (default_gdb_start): Don't match pagination
9793 prompt.
9794 (gdb_init): Set stty_init.
9795
1dbc40b9
TT
97962019-01-27 Tom Tromey <tom@tromey.com>
9797
9798 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9799 skip_python_tests.
9800
353229bf
AH
98012019-01-24 Alan Hayward <alan.hayward@arm.com>
9802
9803 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9804 New structure.
9805 (struct struct_static_02_02): Likewise.
9806 (struct struct_static_02_03): Likewise.
9807 (struct struct_static_02_04): Likewise.
9808 (struct struct_static_04_01): Likewise.
9809 (struct struct_static_04_02): Likewise.
9810 (struct struct_static_04_03): Likewise.
9811 (struct struct_static_04_04): Likewise.
9812 (struct struct_static_06_01): Likewise.
9813 (struct struct_static_06_02): Likewise.
9814 (struct struct_static_06_03): Likewise.
9815 (struct struct_static_06_04): Likewise.
9816 (cmp_struct_static_02_01): Likewise.
9817 (cmp_struct_static_02_02): Likewise.
9818 (cmp_struct_static_02_03): Likewise.
9819 (cmp_struct_static_02_04): Likewise.
9820 (cmp_struct_static_04_01): Likewise.
9821 (cmp_struct_static_04_02): Likewise.
9822 (cmp_struct_static_04_03): Likewise.
9823 (cmp_struct_static_04_04): Likewise.
9824 (cmp_struct_static_06_01): Likewise.
9825 (cmp_struct_static_06_02): Likewise.
9826 (cmp_struct_static_06_03): Likewise.
9827 (cmp_struct_static_06_04): Likewise.
9828 (call_all): Test new structs.
9829 * gdb.base/infcall-nested-structs.exp: Likewise.
9830
73021deb
AH
98312019-01-21 Alan Hayward <alan.hayward@arm.com>
9832 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9833
fc65c7db
AH
98342019-01-21 Alan Hayward <alan.hayward@arm.com>
9835 * gdb.base/stack-protector.c: New test.
9836 * gdb.base/stack-protector.exp: New file.
9837 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9838 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9839 option.
9840 (gdb_compile): Remove stack protector for GCC and prevent
9841 recursion.
9842
c24bdb02
KS
98432019-01-16 Keith Seitz <keiths@redhat.com>
9844
9845 PR gdb/23773
9846 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9847
6f072a10
PFC
98482019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9849
9850 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9851 aliases.
9852 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9853 tests.
9854 * gdb.arch/powerpc-vector-regs.c: New file.
9855 * gdb.arch/powerpc-vector-regs.exp: New file.
9856
a7b8d682
PFC
98572019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9858
9859 * gdb.arch/altivec-regs.exp: Fix the list passed to
9860 gdb_expect_list when testing "info vector".
9861
6eb6fb67
AB
98622019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9863
9864 * gdb.base/style.exp: Don't include path in testname.
9865
b56f80d8
KS
98662019-01-10 Keith Seitz <keiths@redhat.com>
9867
9868 PR gdb/23712
9869 PR symtab/23010
9870 * gdb.dwarf2/multidictionary.exp: New file.
9871
041be526
SM
98722019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9873
9874 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9875 (test_gnuv3_style_demangling): ... this.
9876 (test_lucid_style_demangling): Remove.
9877 (test_arm_style_demangling): Remove.
9878 (test_hp_style_demangling): Remove.
9879 (do_tests): Remove calls to the above.
9880
d820d0c3
AB
98812019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9882
9883 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9884 case.
9885
f097f5ad
TT
98862019-01-06 Tom Tromey <tom@tromey.com>
9887
9888 PR gdb/28155:
9889 * gdb.dwarf2/typedef-void-finish.exp: New file.
9890
2cd8cc0b
TT
98912018-12-28 Tom Tromey <tom@tromey.com>
9892 Simon Marchi <simark@simark.ca>
9893
9894 * gdb.base/jit-exec.exp: New file.
9895 * gdb.base/jit-exec.c: New file.
9896 * gdb.base/jit-execd.c: New file.
9897
35fb8261
TT
98982018-12-28 Tom Tromey <tom@tromey.com>
9899
9900 * gdb.base/style.exp: Update test to check for address styling.
9901
47fd17cd
TT
99022018-12-28 Tom Tromey <tom@tromey.com>
9903
9904 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9905 message.
9906
d47032b7
TT
99072018-12-28 Tom Tromey <tom@tromey.com>
9908
9909 * gdb.base/style.exp: Add test for version number styling.
9910
af79b68d
TT
99112018-12-28 Tom Tromey <tom@tromey.com>
9912
9913 * gdb.base/style.exp: Add test for print_address_symbolic.
9914
0bb296cb
TT
99152018-12-28 Tom Tromey <tom@tromey.com>
9916
9917 * gdb.base/style.exp: Add test for breakpoint setting.
9918
80ae2043
TT
99192018-12-28 Tom Tromey <tom@tromey.com>
9920
9921 * gdb.base/style.exp: Add test for variable names.
9922
cbe56571
TT
99232018-12-28 Tom Tromey <tom@tromey.com>
9924
9925 * gdb.base/style.exp: New file.
9926 * gdb.base/style.c: New file.
9927
9162a27c
TT
99282018-12-28 Tom Tromey <tom@tromey.com>
9929
9930 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9931 "dumb".
9932 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9933 the TERM environment variable.
9934
bc543c90
TT
99352018-12-27 Tom Tromey <tom@tromey.com>
9936
9937 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9938 pagination test.
9939
6f0ffe50
AB
99402018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9941
9942 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9943 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9944
b5a1e557
PW
99452018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9946
9947 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9948 Filename a.adb changed to bp_fun_addr.adb.
9949 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9950
6e8b1ab2
JV
99512018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9952
9953 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9954 non-PIE executables.
9955 * README: Mention the gdb,nopie_flag board setting.
9956 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9957 non-PIE executable.
9958 * gdb.arch/amd64-entry-value.exp: Likewise.
9959 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9960 * gdb.arch/i386-float.exp: Likewise.
9961 * gdb.arch/i386-signal.exp: Likewise.
9962 * gdb.mi/mi-reg-undefined.exp: Likewise.
9963
d00a27c5
PM
99642018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9965
9966 PR gdb/23974
9967 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9968
161d081c
PW
99692018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9970
9971 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9972 Update order of results accordingly.
9973
b001de23
AB
99742018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9975
9976 * gdb.base/annota1.exp: Update a test regexp.
9977
99e1a184
AB
99782018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9979
9980 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9981
7a81c1e2
PW
99822018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9983
9984 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9985 (reuse_time): Initialize to REUSE_TIME_CAP.
9986 (check_rc): New function.
9987 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9988 Check pthread_create rc.
9989 (spawner_thread_func): Check pthread_create and pthread_join rc.
9990
73e8dc90
PA
99912018-12-08 Pedro Alves <palves@redhat.com>
9992
9993 * gdb.base/list.exp (test_forward_search): Rename to ...
9994 (test_forward_reverse_search): ... this. Also test reverse-search
9995 and the forward-search alias.
9996
13f2ed32
AB
99972018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9998
9999 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
10000 local timeout variable before return, and remove all local timeout
10001 variable entirely.
10002 (gdb_load): Likewise.
10003
64d27cfc
TV
100042018-12-01 Tom de Vries <tdevries@suse.de>
10005
10006 * gdb.base/gdb-caching-proc.exp: New file.
10007
f63c03b4
SDJ
100082018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
10009
10010 * Makefile.in (TIMESTAMP): New variable.
10011 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
10012 command.
10013 (check-single-racy): Likewise.
10014 (check/%.exp): Likewise.
10015 (check-racy/%.exp): Likewise.
10016 (workers/%.worker): Likewise.
10017 (build-perf): Likewise.
10018 (check-perf): Likewise.
10019 * README: Describe new "TS" and "TS_FORMAT" variables.
10020 * print-ts.py: New file.
10021
1c97054b
BF
100222018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
10023
10024 PR python/23714
10025 * gdb.python/python.exp: Test command repetition after
10026 gdb.execute.
10027
1871a62d
AB
100282018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
10029
10030 * gdb.opt/inline-break.exp: Add test that info breakpoint output
10031 is correctly aligned.
10032
fb5e1ed9
PW
100332018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10034
10035 * gdb.ada/info_auto_lang.exp: New testcase.
10036 * gdb.ada/info_auto_lang/global_pack.ads: New file.
10037 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
10038 * gdb.ada/info_auto_lang/some_c.c: New file.
10039
43d397ca
PW
100402018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10041
10042 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
10043 FUNC_lang language syntax.
10044
beddd671
PW
100452018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10046
10047 * gdb.base/info_minsym.c: New file.
10048 * gdb.base/info_minsym.exp: New file.
10049
73fc52c4
TT
100502018-11-19 Tom Tromey <tom@tromey.com>
10051
10052 PR rust/23625:
10053 * gdb.rust/simple.exp: Add ptype test. Update expected output.
10054 * gdb.rust/expr.exp: Update expected output. Change one test.
10055
994b876a
TT
100562018-11-19 Tom Tromey <tom@tromey.com>
10057
10058 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
10059
6769f276
PA
100602018-11-19 Pedro Alves <palves@redhat.com>
10061
10062 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
10063 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
10064 see the expected warning.
10065
38a72da0
AH
100662018-11-16 Alan Hayward <alan.hayward@arm.com>
10067
10068 PR gdb/22736:
10069 * gdb.cp/infcall-nodebug-lib.c: New test.
10070 * gdb.cp/infcall-nodebug-main.c: New test.
10071 * gdb.cp/infcall-nodebug.exp: New file.
10072
53a89d6e
SM
100732018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
10074
10075 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
10076 completer tests.
10077
9325300d
TV
100782018-11-09 Tom de Vries <tdevries@suse.de>
10079
10080 * gdb.base/msym-lang.c: New test.
10081 * gdb.base/msym-lang.exp: New file.
10082 * gdb.base/msym-lang-main.c: New test.
10083
20f0d60d
TT
100842018-11-08 Tom Tromey <tom@tromey.com>
10085
10086 PR gdb/23555:
10087 PR gdb/23838:
10088 * gdb.base/warning.exp: New file.
10089
b5420128
JB
100902018-11-08 Jan Beulich <jbeulich@suse.com>
10091
10092 * testsuite/gdb.arch/i386-avx512.c,
10093 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
10094
cd115d61
AB
100952018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
10096
10097 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
10098 point hardware.
10099
35ee2dc2
AB
101002018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
10101
10102 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
10103 * gdb.dwarf2/missing-type-name.exp: New file.
10104
31aceee8
TV
101052018-11-06 Tom de Vries <tdevries@suse.de>
10106
10107 * gdb.base/many-headers.c: New test.
10108 * gdb.base/many-headers.exp: New file.
10109
109be305
JW
101102018-11-06 Jim Wilson <jimw@sifive.com>
10111
10112 * gdb.base/code_elim.exp: For riscv, set additional_flags
10113 to include -msmall-data-limit=0.
10114
e2b7af72
JB
101152018-11-01 Joel Brobecker <brobecker@adacore.com>
10116
10117 * gdb.ada/watch_minus_l: New testcase.
10118
cdcda965
SM
101192018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
10120
10121 * gdb.arch/aix-sighandle.c: New file.
10122 * gdb.arch/aix-sighandle.exp: New file.
10123
92dcebf3
AB
101242018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
10125
10126 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
10127 registers being unions.
10128
68b9ac18
TV
101292018-10-31 Tom de Vries <tdevries@suse.de>
10130
10131 * lib/valgrind.exp: New file.
10132 (vgdb_start, vgdb_stop): New procs, factored out of ...
10133 * gdb.base/valgrind-bt.exp: ... here, ...
10134 * gdb.base/valgrind-disp-step.exp: ... here and ...
10135 * gdb.base/valgrind-infcall.exp: ... here.
10136
1443936e
TV
101372018-10-31 Tom de Vries <tdevries@suse.de>
10138
10139 * lib/gdb.exp (get_valueof): Don't output read value in test name.
10140
eb77c9df
AB
101412018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
10142
10143 * gdb.dwarf2/void-type.c: New file.
10144 * gdb.dwarf2/void-type.exp: New file.
10145
82b5e646
PW
101462018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10147
10148 * gdb.base/info_qt.c: New file.
10149 * gdb.base/info_qt.exp: New file.
10150
8d619c01
EBM
101512018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
10152
10153 * gdb.arch/powerpc-htm-regs.c: New file.
10154 * gdb.arch/powerpc-htm-regs.exp: New file.
10155
f2cf6173
EBM
101562018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
10157
10158 * gdb.arch/powerpc-tar.c: New file.
10159 * gdb.arch/powerpc-tar.exp: New file.
10160
7ca18ed6
EBM
101612018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
10162
10163 * gdb.arch/powerpc-ppr-dscr.c: New file.
10164 * gdb.arch/powerpc-ppr-dscr.exp: New file.
10165
bfcc0eba
TV
101662018-10-25 Tom de Vries <tdevries@suse.de>
10167
10168 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
10169
fe1a5cad
TV
101702018-10-24 Tom de Vries <tdevries@suse.de>
10171
10172 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
10173 longer exists error.
10174
a76dc3b7
TV
101752018-10-24 Tom de Vries <tdevries@suse.de>
10176
10177 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
10178
4df46df7
TV
101792018-10-24 Tom de Vries <tdevries@suse.de>
10180
10181 * gdb.base/valgrind-db-attach.exp: Handle removed support for
10182 --db-attach in valgrind.
10183
0dbfcfff
AB
101842018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
10185
10186 * gdb.arch/riscv-reg-aliases.c: New file.
10187 * gdb.arch/riscv-reg-aliases.exp: New file.
10188
b04480b1
AH
101892018-10-19 Alan Hayward <alan.hayward@arm.com>
10190
10191 * gdb.python/py-cmd.exp: Check for gdb_prompt.
10192
2c6ac8d7
AH
101932018-10-19 Alan Hayward <alan.hayward@arm.com>
10194
10195 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
10196
2bc69f25
AH
101972018-10-19 Alan Hayward <alan.hayward@arm.com>
10198
10199 * gdb.cp/ovldbreak.exp: Fix regexps.
10200
1f1ae3a3
AH
102012018-10-19 Alan Hayward <alan.hayward@arm.com>
10202
10203 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
10204
94c18618
SDJ
102052018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
10206
10207 PR cli/23785
10208 * gdb.base/restore.exp: New test to check if "restore" with an
10209 invalid file doesn't segfault.
10210
812cd6eb
TV
102112018-10-18 Tom de Vries <tdevries@suse.de>
10212
10213 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
10214 * gdb.ada/excep_handle.exp: Same.
10215 * gdb.ada/mi_string_access.exp: Same.
10216 * gdb.ada/mi_var_union.exp: Same.
10217 * gdb.arch/arc-analyze-prologue.exp: Same.
10218 * gdb.arch/arc-decode-insn.exp: Same.
10219 * gdb.base/readnever.exp: Same.
10220 * gdb.fortran/printing-types.exp: Same.
10221 * gdb.guile/scm-lazy-string.exp: Same.
10222
c4b90788
TV
102232018-10-16 Tom de Vries <tdevries@suse.de>
10224
10225 PR gdb/23730
10226 * gdb.base/catch-follow-exec.c: Add copyright notice.
10227 * gdb.base/catch-follow-exec.exp: Rewrite to use
10228 gdb_spawn_with_cmdline_opts. Require gdb-native.
10229
8bca2978
SL
102302018-10-12 Sandra Loosemore <sandra@codesourcery.com>
10231
10232 * gdb.trace/actions-changed.exp: Check for arch support.
10233 * gdb.trace/actions.exp: Likewise.
10234 * gdb.trace/ax.exp: Likewise.
10235 * gdb.trace/backtrace.exp: Likewise.
10236 * gdb.trace/change-loc.exp: Likewise.
10237 * gdb.trace/deltrace.exp: Likewise.
10238 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
10239 * gdb.trace/ftrace.exp: Likewise.
10240 * gdb.trace/infotrace.exp: Check for arch support.
10241 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
10242 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
10243 * gdb.trace/mi-tsv-changed.exp: Likewise.
10244 * gdb.trace/packetlen.exp: Likewise.
10245 * gdb.trace/passc-dyn.exp: Likewise.
10246 * gdb.trace/passcount.exp: Likewise.
10247 * gdb.trace/pending.exp: Likewise.
10248 * gdb.trace/range-stepping.exp: Check for shlib support.
10249 * gdb.trace/report.exp: Check for arch support.
10250 * gdb.trace/save-trace.exp: Likewise.
10251 * gdb.trace/signal.exp: Check for signal support.
10252 * gdb.trace/tfind.exp: Check for arch support.
10253 * gdb.trace/trace-break.exp: Check for arch and shlib support.
10254 * gdb.trace/trace-common.h: Add comment.
10255 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
10256 * gdb.trace/trace-enable-disable.exp: Likewise.
10257 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
10258 * gdb.trace/tracecmd.exp: Check for arch support.
10259 * gdb.trace/tspeed.exp: Check for shlib and target support.
10260 * gdb.trace/tstatus.exp: Check for arch support.
10261 * gdb.trace/tsv.exp: Likewise.
10262 * gdb.trace/while-dyn.exp: Likewise.
10263 * gdb.trace/while-stepping.exp: Likewise.
10264 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
10265
f9c49bff
SM
102662018-10-12 Simon Marchi <simon.marchi@ericsson.com>
10267
10268 * gdb.trace/tspeed.exp: Remove nowarnings.
10269 (prepare_for_trace_test): Declare "global ipalib".
10270 * gdb.trace/tspeed.c: Include unistd.h.
10271 (main): Remove superfluous printf argument.
10272
d4330bde
SL
102732018-10-11 Sandra Loosemore <sandra@codesourcery.com>
10274
10275 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
10276 directory prefix on the filename.
10277
8ecfd7bd
SDJ
102782018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
10279
10280 * gdb.gdb/unittest.exp: Update expected message informing that
10281 selftests have been disabled.
10282 * gdb.server/unittest.exp: Likewise.
10283
58bbcd02
TV
102842018-10-09 Tom de Vries <tdevries@suse.de>
10285
10286 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
10287 with runto_main.
10288
9f6b697b
WP
102892018-10-08 Weimin Pan <weimin.pan@oracle.com>
10290
10291 PR c++/16841
10292 * gdb.cp/virtbase2.cc: New file.
10293 * gdb.cp/virtbase2.exp: New file.
10294
add5ded5
TT
102952018-10-06 Tom Tromey <tom@tromey.com>
10296
10297 PR python/19399:
10298 * gdb.python/py-inferior.exp: Add architecture test.
10299
f9e48344
TT
103002018-10-06 Tom Tromey <tom@tromey.com>
10301
10302 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
10303 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
10304
2a8be203
TT
103052018-10-06 Tom Tromey <tom@tromey.com>
10306
10307 * gdb.python/py-breakpoint.exp (check_last_event): Check location
10308 of a "throw" catchpoint.
10309
e04caa70
SDJ
103102018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
10311
10312 * gdb.base/info-proc.exp: Update string expected from "help info
10313 proc".
10314
5ca8c39f
TT
103152018-10-04 Tom Tromey <tom@tromey.com>
10316
10317 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
10318 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
10319 (test_initial_complaints, test_empty_complaints): Update.
10320 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10321
3453e7e4
TT
103222018-10-04 Tom Tromey <tom@tromey.com>
10323
10324 PR cli/19551:
10325 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
10326 * lib/gdb.exp (gdb_file_cmd): Update.
10327 * gdb.stabs/weird.exp (print_weird_var): Update.
10328 * gdb.server/solib-list.exp: Update.
10329 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
10330 * gdb.mi/mi-cli.exp: Update.
10331 * gdb.linespec/linespec.exp: Update.
10332 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10333 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
10334 * gdb.cp/cp-relocate.exp: Update.
10335 * gdb.base/sym-file.exp: Update.
10336 * gdb.base/relocate.exp: Update.
10337 * gdb.base/readnever.exp: Update.
10338 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10339 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
10340 * gdb.base/dbx.exp (gdb_file_cmd): Update.
10341 * gdb.base/code_elim.exp: Update.
10342 * gdb.base/break-unload-file.exp (test_break): Update.
10343 * gdb.base/break-interp.exp (test_attach_gdb): Update.
10344 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
10345 Update.
10346 * gdb.base/attach.exp (do_attach_tests): Update.
10347 * gdb.base/sepdebug.exp: Update.
10348 * gdb.python/py-section-script.exp: Update.
10349
6afcf761
TT
103502018-10-04 Tom Tromey <tom@tromey.com>
10351
10352 PR cli/22234:
10353 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
10354 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
10355 output.
10356
fef1b293
TT
103572018-10-04 Tom Tromey <tom@tromey.com>
10358
10359 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
10360 set width and height to 0.
10361 (test_command_line_attach_run): Use -quiet.
10362
ca98345e
SL
103632018-10-03 Sandra Loosemore <sandra@codesourcery.com>
10364
10365 * lib/gdb.exp (skip_ifunc_tests): New.
10366 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
10367 other compile failures.
10368 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
10369
ff34e6ae
SM
103702018-10-01 Simon Marchi <simon.marchi@ericsson.com>
10371
10372 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
10373 is_amd64_regs_target.
10374
6bb8890e
AH
103752018-10-01 Alan Hayward <alan.hayward@arm.com>
10376
10377 * gdb.arch/aarch64-sighandler-regs.c: New test.
10378 * gdb.arch/aarch64-sighandler-regs.exp: New file.
10379 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
10380
224d30d3
MM
103812018-10-01 Markus Metzger <markus.t.metzger@intel.com>
10382
10383 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
10384 assembly.
10385
f67ffa6a
AB
103862018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
10387
10388 * gdb.base/frame-selection.exp: New file.
10389 * gdb.base/frame-selection.c: New file.
10390
9fc3183f
AH
103912018-09-27 Alan Hayward <alan.hayward@arm.com>
10392
10393 * gdb.threads/check-libthread-db.c (thread_routine): Use a
10394 pthread barrier.
10395 (main): Likewise.
10396
d354055e
AB
103972018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
10398
10399 * gdb.base/large-frame-1.c: New file.
10400 * gdb.base/large-frame-2.c: New file.
10401 * gdb.base/large-frame.exp: New file.
10402 * gdb.base/large-frame.h: New file.
10403
db727370
JL
104042018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
10405
10406 PR gdb/20948
10407 * gdb.base/write_mem.exp: New test.
10408 * gdb.base/write_mem.c: Likewise.
10409
ae778caf
TT
104102018-09-23 Tom Tromey <tom@tromey.com>
10411
10412 PR python/18852:
10413 * gdb.python/py-parameter.exp: Add test for parameter that throws
10414 on "set".
10415
fd3ba736
TT
104162018-09-23 Tom Tromey <tom@tromey.com>
10417
10418 PR python/17284:
10419 * gdb.python/py-template.exp (test_template_arg): Add test for
10420 negative template argument number.
10421
39a24317
TT
104222018-09-23 Tom Tromey <tom@tromey.com>
10423
10424 PR python/14062:
10425 * gdb.python/python.exp: Add test for post_event error.
10426
f5769a2c
TT
104272018-09-23 Tom Tromey <tom@tromey.com>
10428
10429 PR python/18170:
10430 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
10431 convert pointers to int and long.
10432
1c1e54f6
TT
104332018-09-23 Tom Tromey <tom@tromey.com>
10434
10435 PR python/20126:
10436 * gdb.python/py-value.exp (test_value_numeric_ops): Add
10437 signed-ness conversion tests.
10438
fb4fa946
TT
104392018-09-23 Tom Tromey <tom@tromey.com>
10440
10441 PR python/18352;
10442 * gdb.python/py-value.exp (test_float_conversion): New proc.
10443 Use it.
10444
a466edac
HAQ
104452018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
10446
10447 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
10448
4ee9b0c5
SL
104492018-09-18 Sandra Loosemore <sandra@codesourcery.com>
10450
10451 * gdb.base/complete-empty.exp: Skip tab-completion tests if
10452 no readline.
10453 * gdb.base/utf8-identifiers.exp: Likewise.
10454 * gdb.cp/cpcompletion.exp: Likewise.
10455 * gdb.linespec/cpcompletion.exp: Likewise.
10456 * gdb.linespec/cpls-abi-tag.exp: Likewise.
10457 * gdb.linespec/cpls-ops.exp: Likewise.
10458
23be8da7
RB
104592018-09-19 Richard Bunt <richard.bunt@arm.com>
10460 Chris January <chris.january@arm.com>
10461
10462 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
10463 * gdb.fortran/short-circuit-argument-list.exp: New file.
10464 * gdb.fortran/short-circuit-argument-list.f90: New test.
10465
5031d0ae
SDJ
104662018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10467
10468 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
10469 "arch=" keyword when executing "-stack-list-frames".
10470
b4c0d1a4
SDJ
104712018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10472
10473 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
10474 "arch=" keyword when executing "-stack-list-frames".
10475
7a6d2b45
SDJ
104762018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10477
10478 * gdb.ada/complete.exp: Expect for "@" when doing "complete
10479 break ada".
10480
8588b356
SM
104812018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
10482
10483 PR python/23669
10484 * gdb.python/python.exp: Test gdb.execute("show commands").
10485
65e65158
TT
104862018-09-16 Tom Tromey <tom@tromey.com>
10487
10488 * gdb.base/new-ui.exp (do_execution_tests): Update.
10489 * gdb.base/dbx.exp (test_breakpoints): Update.
10490
bf326452
AH
104912018-09-14 Alan Hayward <alan.hayward@arm.com>
10492
10493 * lib/gdb.exp (gdb_simple_compile): Add proc.
10494 (is_elf_target): Use gdb_simple_compile.
10495 (skip_altivec_tests): Likewise.
10496 (skip_vsx_tests): Likewise.
10497 (skip_tsx_tests): Likewise.
10498 (skip_btrace_tests): Likewise.
10499 (skip_btrace_pt_tests): Likewise.
10500 (gdb_can_simple_compile): Likewise.
10501 (gdb_has_argv0): Likewise.
10502 (gdb_target_symbol_prefix): Likewise.
10503 (target_supports_scheduler_locking): Likewise.
10504
2361b0fb
TT
105052018-09-13 Tom Tromey <tom@tromey.com>
10506
10507 * Makefile.in (TAGS): Recognize proc_with_prefix and
10508 gdb_caching_proc.
10509
0ae1a321
SM
105102018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10511
10512 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
10513 method.
10514
a40bf0c2
SM
105152018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10516
10517 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
10518 and a few other Inferior properties when the Inferior is no
10519 longer valid.
10520
4a3fe98f
TT
105212018-09-13 Tom Tromey <tom@tromey.com>
10522
10523 PR rust/23650:
10524 * gdb.rust/simple.exp: Add test for enum field access error.
10525
098b2108
TT
105262018-09-13 Tom Tromey <tom@tromey.com>
10527
10528 PR rust/23626:
10529 * gdb.rust/simple.rs (EmptyEnum): New type.
10530 (main): Use it.
10531 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
10532
1256af7d
SM
105332018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10534
10535 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
10536 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
10537 * gdb.python/py-symtab.exp: Update test printing an objfile.
10538
4aa8e6c2
SM
105392018-09-12 Simon Marchi <simon.marchi@ericsson.com>
10540
10541 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10542 object.
10543
c221b2f7
AH
105442018-09-12 Alan Hayward <alan.hayward@arm.com>
10545
10546 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10547 (support_complex_tests): Use gdb_can_simple_compile.
10548 (is_ilp32_target): Likewise.
10549 (is_lp64_target): Likewise.
10550 (is_64_target): Likewise.
10551 (is_amd64_regs_target): Likewise.
10552 (is_aarch32_target): Likewise.
10553 (gdb_int128_helper): Likewise.
10554
6f1107b5
JK
105552018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10556
10557 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10558
1f5d1570
JG
105592018-09-10 Jerome Guitton <guitton@adacore.com>
10560
10561 * gdb.ada/same_component_name: Add test for case of tagged record
10562 with variable-length fields.
10563
cc330e39
XR
105642018-09-10 Xavier Roirand <roirand@adacore.com>
10565
10566 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10567 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10568 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10569 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10570
b9c50e9a
XR
105712018-09-10 Xavier Roirand <roirand@adacore.com>
10572
10573 * gdb.ada/mi_string_access.exp: New testcase.
10574 * gdb.ada/mi_string_access/bar.adb: New file.
10575 * gdb.ada/mi_string_access/pck.adb: New file.
10576 * gdb.ada/mi_string_access/pck.asd: New file.
10577
2963898f
XR
105782018-09-10 Xavier Roirand <roirand@adacore.com>
10579
10580 * gdb.ada/mi_var_union.exp: New testcase.
10581 * gdb.ada/mi_var_union/bar.adb: New file.
10582 * gdb.ada/mi_var_union/pck.adb: New file.
10583 * gdb.ada/mi_var_union/pck.asd: New file.
10584
1aac008f
TT
105852018-09-08 Tom Tromey <tom@tromey.com>
10586
10587 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10588
332cf4c9
TT
105892018-09-08 Tom Tromey <tom@tromey.com>
10590
10591 PR python/16047:
10592 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10593 (register_pretty_printers): Register new printer.
10594 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10595 test.
10596 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10597 (an_int_type3): New global.
10598
424da6cf
JB
105992018-09-08 Joel Brobecker <brobecker@adacore.com>
10600
10601 * gdb.ada/expr_with_funcall: New testcase.
10602
2a62dfa9
JB
106032018-09-08 Joel Brobecker <brobecker@adacore.com>
10604
10605 * gdb.ada/packed_array_assign: New testcase.
10606
96b6697f
AB
106072018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10608
10609 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10610 names, and add test prefixes to make test names unique.
10611
e4a62c65
TV
106122018-09-05 Tom de Vries <tdevries@suse.de>
10613
10614 * gdb.dwarf2/varval.exp: Add test.
10615
dd083ee2
GB
106162018-09-04 Gary Benson <gbenson@redhat.com>
10617
10618 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10619 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10620
aef9346c
TT
106212018-08-31 Tom Tromey <tom@tromey.com>
10622
10623 * gdb.rust/simple.rs: Rename second variable "v".
10624
c67f2e15
AB
106252018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10626
10627 * gdb.base/funcargs.c (use_a): New function.
10628 (recurse): Call use_a.
10629
078a0207
KS
106302018-08-29 Keith Seitz <keiths@redhat.com>
10631
10632 * gdb.compile/compile-cplus-anonymous.cc: New file.
10633 * gdb.compile/compile-cplus-anonymous.exp: New file.
10634 * gdb.compile/compile-cplus-array-decay.cc: New file.
10635 * gdb.compile/compile-cplus-array-decay.exp: New file.
10636 * gdb.compile/compile-cplus-inherit.cc: New file.
10637 * gdb.compile/compile-cplus-inherit.exp: New file.
10638 * gdb.compile/compile-cplus-member.cc: New file.
10639 * gdb.compile/compile-cplus-member.exp: New file.
10640 * gdb.compile/compile-cplus-method.cc: New file.
10641 * gdb.compile/compile-cplus-method.exp: New file.
10642 * gdb.compile/compile-cplus-mod.c: "New" file.
10643 * gdb.compile/compile-cplus-namespace.cc: New file.
10644 * gdb.compile/compile-cplus-namespace.exp: New file.
10645 * gdb.compile/compile-cplus-nested.cc: New file.
10646 * gdb.compile/compile-cplus-nested.exp: New file.
10647 * gdb.compile/compile-cplus-print.c: "New" file.
10648 * gdb.compile/compile-cplus-print.exp: "New" file.
10649 * gdb.compile/compile-cplus-virtual.cc: New file.
10650 * gdb.compile/compile-cplus-virtual.exp: New file.
10651 * gdb.compile/compile-cplus.c: "New" file.
10652 * gdb.compile/compile-cplus.exp: "New" file.
10653 * lib/compile-support.exp: New file.
10654
b0f492b9
GB
106552018-08-16 Gary Benson <gbenson@redhat.com>
10656
10657 PR gdb/13000:
10658 * gdb.base/batch-exit-status.exp: New file.
10659 * gdb.base/batch-exit-status.good-commands: Likewise.
10660 * gdb.base/batch-exit-status.bad-commands: Likewise.
10661
36eb4c5f
AH
106622018-08-29 Alan Hayward <alan.hayward@arm.com>
10663
10664 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10665 (struct struct02): Likewise.
10666 (struct struct03): Likewise.
10667 (struct struct04): Likewise.
10668 (struct struct_01_01): New struct.
10669 (struct struct_01_02): Likewise.
10670 (struct struct_01_03): Likewise.
10671 (struct struct_01_04): Likewise.
10672 (struct struct_02_01): Likewise.
10673 (struct struct_02_02): Likewise.
10674 (struct struct_02_03): Likewise.
10675 (struct struct_02_04): Likewise.
10676 (struct struct_04_01): Likewise.
10677 (struct struct_04_02): Likewise.
10678 (struct struct_04_03): Likewise.
10679 (struct struct_04_04): Likewise.
10680 (struct struct_05_01): Likewise.
10681 (struct struct_05_02): Likewise.
10682 (struct struct_05_03): Likewise.
10683 (struct struct_05_04): Likewise.
10684 (cmp_struct01): Remove function.
10685 (cmp_struct02): Likewise.
10686 (cmp_struct03): Likewise.
10687 (cmp_struct04): Likewise.
10688 (cmp_struct_01_01): Add Function.
10689 (cmp_struct_01_02): Likewise.
10690 (cmp_struct_01_03): Likewise.
10691 (cmp_struct_01_04): Likewise.
10692 (cmp_struct_02_01): Likewise.
10693 (cmp_struct_02_02): Likewise.
10694 (cmp_struct_02_03): Likewise.
10695 (cmp_struct_02_04): Likewise.
10696 (cmp_struct_04_01): Likewise.
10697 (cmp_struct_04_02): Likewise.
10698 (cmp_struct_04_03): Likewise.
10699 (cmp_struct_04_04): Likewise.
10700 (cmp_struct_05_01): Likewise.
10701 (cmp_struct_05_02): Likewise.
10702 (cmp_struct_05_03): Likewise.
10703 (cmp_struct_05_04): Likewise.
10704 (call_all): Add new structs.
10705 * gdb.base/infcall-nested-structs.exp: Likewise.
10706
3bf9c013
JV
107072018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10708
10709 * gdb.python/py-framefilter-mi.exp: Update regexp to
10710 check for "arch" field in frame output.
10711
450d1e88
KB
107122018-08-23 Kevin Buettner <kevinb@redhat.com>
10713
10714 * gdb.dwarf2/dw2-ranges-func.c: New file.
10715 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10716
ae739fe7
SM
107172018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10718
10719 * gdb.base/term.exp: Compare terminal settings with values from
10720 the inferior.
10721 * gdb.base/term.c: Get and set terminal settings.
10722
6d52907e
JV
107232018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10724
10725 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10726 accommodate new "arch" field in frame output.
10727 * gdb.mi/mi-return.exp: Likewise.
10728 * gdb.mi/mi-stack.exp: Likewise.
10729 * gdb.mi/mi-syn-frame.exp: Likewise.
10730 * gdb.mi/user-selected-context-sync.exp: Likewise.
10731
be2d111a
MS
107322018-08-19 Michael Spang <spang@google.com>
10733
10734 PR gdb/11786
10735 * gdb.base/gcore-tls-pie.c: New file.
10736 * gdb.base/gcore-tls-pie.exp: New file.
10737
ae3a7c47
KB
107382018-08-18 Kevin Buettner <kevinb@redhat.com>
10739
10740 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
10741 * gdb.dwarf2/varval.c: New file.
10742 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 10743
2ecae92e
AH
107442018-08-17 Alan Hayward <alan.hayward@arm.com>
10745
10746 PR gdb/18931
10747 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10748
c1854f1d
KS
107492018-08-16 Keith Seitz <keiths@redhat.com>
10750
10751 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10752 tests expected to pass.
10753
26fb3983
JV
107542018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10755
10756 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10757 -data-disassemble -a.
10758 (test_disassembly_bogus_args): Likewise.
10759
67943c00
AB
107602018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10761
10762 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10763
5ff2bbae
AB
107642018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10765
10766 * gdb.base/vla-optimized-out.exp: Add new test.
10767
e5bbcd0f
AB
107682018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10769
10770 * gdb.base/vla-optimized-out-o3.exp: Delete.
10771 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10772 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10773 deleted tests.
10774
9d4a934c
AB
107752018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10776
10777 PR gdb/18050:
10778 * gdb.server/extended-remote-restart.c: New file.
10779 * gdb.server/extended-remote-restart.exp: New file.
10780
045cf012
SM
107812018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10782
10783 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10784 "set variable index = 42".
10785
87d6a7aa
SM
107862018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10787
10788 * boards/index-cache-gdb.exp: New file.
10789 * gdb.dwarf2/index-cache.exp: New file.
10790 * gdb.dwarf2/index-cache.c: New file.
10791 * gdb.base/maint.exp: Check if we are using the index cache.
10792
96d68bd4
RO
107932018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10794
10795 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10796 MAKEFLAGS.
10797
5a699617
RO
107982018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10799
10800 * dg-extract-results.sh: Move to toplevel contrib.
10801 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10802 * Makefile.in (check-parallel-racy): Likewise.
10803
5bd18990
AB
108042018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10805
10806 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10807 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10808 tests if the target supports scheduler locking.
10809
3fbbcf47
TV
108102018-08-04 Tom de Vries <tdevries@suse.de>
10811
10812 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10813
3e1d3d8c
TT
108142018-08-02 Tom Tromey <tom@tromey.com>
10815
10816 PR symtab/16842.
10817 * gdb.cp/temargs.exp: Test "info address" of a template
10818 parameter.
10819
5abe0f0c
JV
108202018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10821
10822 * gdb.python/py-mi-var-info-path-expression.c: New file.
10823 * gdb.python/py-mi-var-info-path-expression.py: New file.
10824 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10825
fb66cde8
SDJ
108262018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10827
10828 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10829 error after "cannot resolve name" string.
10830
c708f4d2
AB
108312018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10832
10833 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10834 started.
10835 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10836
37cc0cae
TV
108372018-07-28 Tom de Vries <tdevries@suse.de>
10838
10839 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10840
63b4ecf7
TV
108412018-07-26 Tom de Vries <tdevries@suse.de>
10842
10843 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10844
3c3bb058
AB
108452018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10846
10847 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10848 is visible.
10849
9e7f3bbb
TV
108502018-07-26 Tom de Vries <tdevries@suse.de>
10851
10852 PR breakpoints/23366
10853 * gdb.base/catch-follow-exec.c: New test.
10854 * gdb.base/catch-follow-exec.exp: New file.
10855
16f808ec
TV
108562018-07-25 Tom de Vries <tdevries@suse.de>
10857
10858 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10859 vla-optimized-out.c.
10860
d7154a8d
JV
108612018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10862
10863 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10864 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10865
232a0032
TV
108662018-07-20 Tom de Vries <tdevries@suse.de>
10867
10868 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10869 NOCLONE macro.
10870 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10871
fbb1d502
TV
108722018-07-19 Tom de Vries <tdevries@suse.de>
10873
10874 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10875 regular expression.
10876
42dc7699
TV
108772018-07-18 Tom de Vries <tdevries@suse.de>
10878
10879 * gdb.base/vla-optimized-out.c: New test.
10880 * gdb.base/vla-optimized-out.exp: New file.
10881
7f1f7e23
SDJ
108822018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10883
10884 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10885 message "No address associated with hostname" when gdbserver
10886 cannot resolve the hostname.
10887
5759ebb3
PW
108882018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10889
10890 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10891 Add some test prefixes to make tests unique.
10892
3606ccab
PW
108932018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10894
10895 * gdb.base/frameapply.c: New file.
10896 * gdb.base/frameapply.exp: New file.
10897
529c08b2
PW
108982018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10899
10900 * gdb.base/skip.exp: Update expected error message.
10901
c7ab0aef
SDJ
109022018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10903 Jan Kratochvil <jan.kratochvil@redhat.com>
10904 Paul Fertser <fercerpav@gmail.com>
10905 Tsutomu Seki <sekiriki@gmail.com>
10906
10907 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10908 parameter.
10909 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10910 by default.
10911 * boards/native-gdbserver.exp: Likewise.
10912 * gdb.server/run-without-local-binary.exp: Improve regexp used
10913 for detecting when a remote debugging connection succeeds.
10914 * gdb.server/server-connect.exp: New file.
10915 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10916 Do not prefix the port number with ":".
10917 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10918 support for detecting and using it. Add '$debughost_gdbserver'
10919 to the list of arguments used to start gdbserver. Handle case
10920 when gdbserver cannot resolve a network name.
10921
16ff70dd
SDJ
109222018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10923
10924 PR c++/23373
10925 * gdb.base/ptype-offsets.cc (struct static_member): New
10926 struct.
10927 (main) <stmember>: New variable.
10928 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10929 with a static member in it.
10930
3541979f
AB
109312018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10932
10933 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10934 watchpoints enabled and disabled.
10935
c8ad9b9a
AB
109362018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10937
10938 * gdb.base/examine-backward.exp: Still run tests around address
10939 0x0, even if address 0x0 is not readable. Update the pattern for
10940 matching address 0x0 in expected output.
10941
e0e5e971
AB
109422018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10943
10944 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10945 malloc/free.
10946
1ea5da02
TV
109472018-07-04 Tom de Vries <tdevries@suse.de>
10948
10949 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10950
471b9d15
MR
109512018-07-02 Maciej W. Rozycki <macro@mips.com>
10952
10953 PR tdep/8282
10954 * gdb.arch/mips-disassembler-options.exp: New test.
10955 * gdb.arch/mips-disassembler-options.s: New test source.
10956
75acb486
PA
109572018-06-29 Pedro Alves <palves@redhat.com>
10958
10959 * gdb.threads/names.exp: Adjust expected "info threads" output.
10960
cd2bb709
PA
109612018-06-29 Pedro Alves <palves@redhat.com>
10962
10963 * gdb.opt/inline-break.exp (line number, address): Add "info
10964 break" tests.
10965
991ff292
PA
109662018-06-29 Pedro Alves <palves@redhat.com>
10967
10968 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10969 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10970 number and address and running to them.
10971
356819b6 109722018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
10973
10974 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10975
2512d7ef
JK
109762018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10977
10978 * lib/compiler.c: Remove executable permission flag.
10979
be1b6474
RB
109802018-06-28 Richard Bunt <richard.bunt@arm.com>
10981
10982 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10983 code.
10984 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10985
291f9a96
PT
109862018-06-28 Petr Tesarik <ptesarik@suse.cz>
10987
10988 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10989
ed6dfe51
PT
109902018-06-28 Petr Tesarik <ptesarik@suse.cz>
10991
10992 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10993 address argument is omitted.
10994
d4d429d5
PT
109952018-06-28 Petr Tesarik <ptesarik@suse.cz>
10996
10997 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10998
7ab6656f
OJ
109992018-06-27 Omair Javaid <omair.javaid@linaro.org>
11000
11001 PR gdb/21695
11002 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
11003 * gdb.base/infoline-reloc-main-from-zero.c: New file.
11004
a33ccfc7
TT
110052018-06-26 Tom Tromey <tom@tromey.com>
11006
11007 PR rust/22574:
11008 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
11009 * gdb.rust/simple.rs (struct SimpleLayout): New.
11010
6d72d289
SM
110112018-06-22 Simon Marchi <simon.marchi@ericsson.com>
11012
11013 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
11014 "info registers" output.
11015
8363f9d5
RB
110162018-06-21 Richard Bunt <richard.bunt@arm.com>
11017
11018 * gdb.base/watchpoint-hw-attach.c: New test.
11019 * gdb.base/watchpoint-hw-attach.exp: New file.
11020
f00674fe
SM
110212018-06-20 Simon Marchi <simon.marchi@ericsson.com>
11022
11023 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
11024 through /bin/sh.
11025 * boards/dwarf4-gdb-index.exp: Likewise.
11026 * boards/fission-dwp.exp: Likewise.
11027
1d554008
UW
110282018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
11029
11030 * gdb.base/float128.exp: Add comment and improved fail message
11031 to the failure case of "print large128" test.
11032
d0ac1c44
SM
110332018-06-19 Simon Marchi <simon.marchi@ericsson.com>
11034
11035 * configure.ac: Remove AC_PREREQ.
11036 * configure: Re-generate.
11037
61b04dd0
PA
110382018-06-19 Pedro Alves <palves@redhat.com>
11039
11040 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
11041 (func_extern_caller): New.
11042 (main): Call func_extern_caller.
11043 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
11044 logic change.
11045
f63b508a
SM
110462018-06-18 Weimin Pan <weimin.pan@oracle.com>
11047
11048 PR gdb/16841
11049 * gdb.cp/typedef-base.cc: New file.
11050 * gdb.cp/typedef-base.exp: New file.
11051
0fe3a558
TV
110522018-06-18 Tom de Vries <tdevries@suse.de>
11053
11054 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
11055
7010835a
AB
110562018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
11057 Richard Bunt <Richard.Bunt@arm.com>
11058
11059 * gdb.threads/attach-slow-waitpid.c: New file.
11060 * gdb.threads/attach-slow-waitpid.exp: New file.
11061 * gdb.threads/slow-waitpid.c: New file.
11062
14897d65
PA
110632018-06-14 Pedro Alves <palves@redhat.com>
11064
11065 * gdb.base/fork-running-state.c: Include <errno.h>.
11066 (exit_if_relative_exits): New.
11067 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
11068 exits.
11069 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
11070 child exits.
11071
5d9a0608
TV
110722018-06-14 Tom de Vries <tdevries@suse.de>
11073
11074 PR cli/22573
11075 * gdb.base/finish-pretty.c: New test.
11076 * gdb.base/finish-pretty.exp: New file.
11077
11ae5818
PA
110782018-06-14 Pedro Alves <palves@redhat.com>
11079
11080 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
11081 gdb's expected startup output.
11082
1d39de44
PA
110832018-06-14 Pedro Alves <palves@redhat.com>
11084
11085 * lib/selftest-support.exp (selftest_setup): Remove inlined
11086 function handling.
11087
70ee0000
TV
110882018-06-14 Tom de Vries <tdevries@suse.de>
11089
11090 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
11091 matching of breakpoint printing.
11092
11f4b608
TV
110932018-06-13 Tom de Vries <tdevries@suse.de>
11094
11095 PR testsuite/23269
11096 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
11097 (fork_child): ... here, and ...
11098 (fork_parent): ... here.
11099
111002018-06-12 Tom de Vries <tdevries@suse.de>
11101
11102 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
11103
9516f85a
AB
111042018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
11105 Stephen Roberts <stephen.roberts@arm.com>
11106
11107 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
11108 rewrite test to describe action performed, rather than possible
11109 failure.
11110
5045b3d7
GB
111112018-06-08 Gary Benson <gbenson@redhat.com>
11112
11113 * gdb.threads/check-libthread-db.exp: New file.
11114 * gdb.threads/check-libthread-db.c: Likewise.
11115
c61b06a1
TT
111162018-06-05 Tom Tromey <tom@tromey.com>
11117
11118 * gdb.base/default.exp: Update expected "show version" output.
11119
eb6af809
TT
111202018-06-05 Tom Tromey <tom@tromey.com>
11121
11122 PR cli/12326:
11123 * gdb.cp/static-print-quit.exp: Update.
11124 * lib/gdb.exp (pagination_prompt): Update.
11125 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
11126 * gdb.python/python.exp: Update.
11127
178d6a63
JB
111282018-06-04 Joel Brobecker <brobecker@adacore.com>
11129
11130 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
11131
8e817061
JB
111322018-06-01 Joel Brobecker <brobecker@adacore.com>
11133
11134 * gdb.ada/bp_fun_addr: New testcase.
11135
e86ca25f
TT
111362018-06-01 Tom Tromey <tom@tromey.com>
11137
11138 * gdb.xml/tdesc-regs.exp (load_description): Update expected
11139 results.
11140 * gdb.dwarf2/method-ptr.exp: Set language to C++.
11141 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
11142 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
11143 * gdb.base/maint.exp (maint_pass_if): Update.
11144
4b2dfa9d
MR
111452018-05-31 Maciej W. Rozycki <macro@mips.com>
11146
11147 * gdb.base/endian.exp: New test.
11148 * gdb.base/endian.c: New test source.
11149
45f25d6c
AB
111502018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
11151
11152 PR gdb/23203
11153 * gdb.base/bt-selected-frame.c: New file.
11154 * gdb.base/bt-selected-frame.exp: New file.
11155 * lib/gdb.exp (get_current_frame_number): New function.
11156
d9f6d7f8
MR
111572018-05-24 Maciej W. Rozycki <macro@mips.com>
11158 Pedro Alves <palves@redhat.com>
11159
11160 * gdb.threads/tls-core.c: Include <stdlib.h>
11161 (thread_proc): Call `abort'.
11162 * gdb.threads/tls-core.exp: Generate a core with core_find too.
11163 (tls_core_test): New procedure, bits factored out from ...
11164 (top level): ... here. Test both native cores and gcore cores.
11165
ff1cf532
TT
111662018-05-23 Tom Tromey <tom@tromey.com>
11167
11168 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
11169
b98664d3
TT
111702018-05-23 Tom Tromey <tom@tromey.com>
11171
11172 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
11173 symfile_complaints.
11174 (test_short_complaints): Likewise.
11175 (test_empty_complaints): Likewise.
11176 (test_initial_complaints): Update.
11177
4e9668d0
TT
111782018-05-23 Tom Tromey <tom@tromey.com>
11179
11180 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
11181
43ba33c7
TT
111822018-05-23 Tom Tromey <tom@tromey.com>
11183
11184 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
11185 (test_short_complaints): Update.
11186
035522c0
PA
111872018-05-22 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.base/remote.exp: Only gdb_start after compiling the
11190 testcase. Issue "disconnect" before testing "set remote" command
11191 defaults. Issue clean_restart before running to main.
11192
cc0be08f
PA
111932018-05-22 Pedro Alves <palves@redhat.com>
11194
11195 * gdb.base/remote.exp: Adjust expected output of "show remote
11196 memory-write-packet-size". Add tests for "set remote
11197 memory-write-packet-size 0" and "set remote
11198 memory-write-packet-size fixed/limit".
11199
b1b60145
PA
112002018-05-22 Pedro Alves <palves@redhat.com>
11201
11202 PR gdb/22973
11203 * gdb.base/utf8-identifiers.c: New file.
11204 * gdb.base/utf8-identifiers.exp: New file.
11205
0ec848ad
PFC
112062018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11207
11208 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
11209
2c3305f6
PFC
112102018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11211
11212 * gdb.arch/powerpc-vsx-gcore.exp: New file.
11213
ce1e8424
TT
112142018-05-18 Tom Tromey <tom@tromey.com>
11215
11216 * gdb.base/ptype-offsets.exp: Update.
11217
ddfe970e
KS
112182018-05-17 Keith Seitz <keiths@redhat.com>
11219
11220 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
11221 in expected breakpoint stop locations.
11222 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
11223 move to proper scope to test variable values.
11224 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
11225 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
11226 New functions.
11227 (main): Call not_inline_func3.
11228 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
11229 inline_func1, inline_func2, and inline_func3. Test that when each
11230 breakpoint is hit, GDB properly reports both the stop location
11231 and the backtrace. Repeat tests for temporary breakpoints.
11232
0726fcc6
MR
112332018-05-15 Maciej W. Rozycki <macro@mips.com>
11234
11235 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
11236 rather then trying to access it in determining whether the PID
11237 of `gdbserver' could have been retrieved.
11238
8ee22052
AB
112392018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
11240
11241 * gdb.arch/amd64-init-x87-values.S: New file.
11242 * gdb.arch/amd64-init-x87-values.exp: New file.
11243
7785df48
JK
112442018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11245
11246 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
11247
56bcdbea
TT
112482018-05-04 Tom Tromey <tom@tromey.com>
11249
11250 PR python/22730:
11251 * gdb.python/python.exp: Test multi-line execute.
11252
a913fffb
TT
112532018-05-04 Tom Tromey <tom@tromey.com>
11254
11255 PR python/22731:
11256 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
11257
7a2c85f2
TT
112582018-05-04 Tom Tromey <tom@tromey.com>
11259
11260 PR gdb/11750:
11261 * gdb.base/define.exp: Test defining a user command inside a user
11262 command.
11263 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
11264
a3b60e45
JK
112652018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11266 Pedro Alves <palves@redhat.com>
11267
11268 PR breakpoints/19806 and support for PR external/20207.
11269 * gdb.base/watchpoint-unaligned.c: New file.
11270 * gdb.base/watchpoint-unaligned.exp: New file.
11271
45fe4a03
AB
112722018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11273
11274 * gdb.base/maint.exp: Make test names unique, use
11275 test_prefix_command_help to test 'help maint info', and remove
11276 repeated test of 'help maint'.
11277
9be2ae8f
TT
112782018-05-04 Tom Tromey <tom@tromey.com>
11279
11280 PR gdb/22619:
11281 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
11282 behavior.
11283
11859c31
AB
112842018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11285
11286 * gdb.base/maint.exp: Process output from 'maint print registers'
11287 line at a time.
11288
089a9490
AB
112892018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11290
11291 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
11292 timeout.
11293
9b0797e2
AB
112942018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
11295
11296 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
11297 filter pattern.
11298
f6ac5f3d
PA
112992018-05-02 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
11302 to_log_command renames.
11303 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
11304
77d3c63b
TT
113052018-05-02 Tom Tromey <tom@tromey.com>
11306
11307 * gdb.python/py-parameter.exp: Set test message.
11308
0489430a
TT
113092018-05-02 Tom Tromey <tom@tromey.com>
11310
11311 PR python/20084:
11312 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
11313 PARAM_ZUINTEGER_UNLIMITED tests.
11314
1632f8ba
DR
113152018-04-28 Dan Robertson <danlrobertson89@gmail.com>
11316
11317 PR rust/23124
11318 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
11319 when casting.
11320
6d7bb824
TT
113212018-04-30 Tom Tromey <tom@tromey.com>
11322
11323 * gdb.python/py-type.exp: Check align attribute.
11324 * gdb.python/py-type.c: New "aligncheck" global.
11325
007e1530
TT
113262018-04-30 Tom Tromey <tom@tromey.com>
11327
11328 PR exp/17095:
11329 * gdb.dwarf2/dw2-align.exp: New file.
11330 * gdb.cp/align.exp: New file.
11331 * gdb.base/align.exp: New file.
11332 * lib/gdb.exp (gdb_int128_helper): New proc.
11333 (has_int128_c, has_int128_cxx): New caching procs.
11334
6873858b
TT
113352018-04-27 Tom Tromey <tom@tromey.com>
11336
11337 PR rust/22545:
11338 * gdb.rust/simple.exp: Add inclusive range tests.
11339
79188d8d
PA
113402018-04-26 Pedro Alves <palves@redhat.com>
11341
11342 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
11343 ifunc breakpoint locations correctly of ifunc breakpoints set
11344 while the program resolves the ifunc.
11345
c7075ad5
PA
113462018-04-26 Pedro Alves <palves@redhat.com>
11347
11348 * gdb.base/gnu-ifunc-final.c: New file.
11349 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
11350 * gdb.base/gnu-ifunc.exp (executable): Delete.
11351 (staticexecutable): Adjust.
11352 (lib_opts, exec_opts): Delete.
11353 (make_binsuffix, build, set-break): New procedures.
11354 (misc_tests): New, with tests factored out from the top level.
11355 (top level): Test different combinations of ifunc resolver name,
11356 resolver with and with debug info, and ifunc target with and
11357 without debug info. Wrap static tests with with_target_prefix.
11358
8388016d
PA
113592018-04-26 Pedro Alves <palves@redhat.com>
11360
11361 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
11362 return type" warnings.
11363
249b5733
PA
113642018-04-25 Pedro Alves <palves@redhat.com>
11365
11366 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
11367 killed".
11368 * gdb.base/kill-after-signal.exp: Likewise.
11369 * gdb.threads/kill.exp: Likewise.
11370
f67c0c91
SDJ
113712018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11372 Sergio Durigan Junior <sergiodj@redhat.com>
11373 Pedro Alves <palves@redhat.com>
11374
11375 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
11376 regexps to expect for '[Inferior ... detached]' as well.
11377 * gdb.base/attach.exp: Likewise.
11378 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
11379 "gdb_continue_to_end".
11380 (test_catch_syscall_with_wrong_args): Likewise.
11381 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
11382 ']'. Don't set 'verbose' on.
11383 * gdb.base/foll-vfork.exp: Likewise.
11384 * gdb.base/fork-print-inferior-events.c: New file.
11385 * gdb.base/fork-print-inferior-events.exp: New file.
11386 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
11387 '[Inferior ... has been killed]' message.
11388 * gdb.base/kill-after-signal.exp: Likewise.
11389 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
11390 detach message.
11391 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
11392 message.
11393 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
11394 regexps to expect for '[Inferior ... detached]' as well.
11395 * gdb.threads/process-dies-while-detaching.exp: Likewise.
11396
0a8ddac4
SM
113972018-04-24 Simon Marchi <simon.marchi@ericsson.com>
11398
11399 PR gdb/23104
11400 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
11401
701adfb0
PA
114022018-04-22 Rajendra SY <rajendra.sy@gmail.com>
11403
11404 PR gdb/23095
11405 * gdb.base/break-probes.exp: Pass shlib_load to
11406 prepare_for_testing. Set normal_bp to r_debug_state if target is
11407 bsd.
11408
d27d16bf
RB
114092018-04-19 Richard Bunt <richard.bunt@arm.com>
11410
11411 * gdb.threads/multiple-successive-infcall.c: New test.
11412 * gdb.threads/multiple-successive-infcall.exp: New file.
11413
a037790e
TT
114142018-04-17 Tom Tromey <tom@tromey.com>
11415
11416 * gdb.rust/simple.rs (Union): New type.
11417 (main): New local "u".
11418 * gdb.rust/simple.exp (test_one_slice): Add new test case.
11419
e3a91079
AA
114202018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11421
11422 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
11423 number information in output of "whereis" command.
11424 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
11425
b744723f
AA
114262018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11427
11428 * gdb.ada/info_types.exp: Adjust expected output to the line
11429 numbers now printed by "info var/func/type".
11430 * gdb.base/completion.exp: Likewise.
11431 * gdb.base/included.exp: Likewise.
11432 * gdb.cp/cp-relocate.exp: Likewise.
11433 * gdb.cp/cplusfuncs.exp: Likewise.
11434 * gdb.cp/namespace.exp: Likewise.
11435 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
11436
4a4495d6
MM
114372018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11438
11439 * gdb.btrace/cpu.exp: New.
11440
1d509aa6
MM
114412018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11442
11443 * gdb.base/step-indirect-call-thunk.exp: New.
11444 * gdb.base/step-indirect-call-thunk.c: New.
11445 * gdb.reverse/step-indirect-call-thunk.exp: New.
11446 * gdb.reverse/step-indirect-call-thunk.c: New.
11447
6295b6da
SM
114482018-04-11 Simon Marchi <simon.marchi@ericsson.com>
11449
11450 * gdb.base/pie-fork.c: New file.
11451 * gdb.base/pie-fork.exp: New file.
11452
50146e70
TT
114532018-04-11 Tom Tromey <tom@tromey.com>
11454
11455 * gdb.rust/simple.exp: Add test for ".." struct initializer.
11456
f50d8a2e
PA
114572018-04-10 Pedro Alves <palves@redhat.com>
11458
11459 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
11460 exits. Instead loop running forever.
11461 (fork_parent): Run forever too.
11462
a0be7a36
SM
114632018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11464
11465 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
11466 mi_continue_to_line.
11467 * gdb.mi/mi-stack.c (callee4): Add comment.
11468
9b73db36
SM
114692018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11470
11471 * gdb.mi/mi-stack.exp: Fix indentation.
11472
c912f608
SM
114732018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11474
11475 PR gdb/22979
11476 * gdb.arch/amd64-osabi.exp: New file.
11477
26540402
SM
114782018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11479
11480 PR gdb/22980
11481 * gdb.base/osabi.exp: New file.
11482
121ad66c 114832018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
11484
11485 * gdb.cp/static-typedef-print.exp: New file.
11486 * gdb.cp/static-typedef-print.cc: New file.
11487
3fcded8f
JB
114882018-03-27 Joel Brobecker <brobecker@adacore.com>
11489
11490 * gdb.ada/varsize_limit: New testcase.
11491
59cc4834
JB
114922018-03-27 Joel Brobecker <brobecker@adacore.com>
11493
11494 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
11495
11496 * gdb.ada/notcplusplus: New testcase.
11497
11498 * gdb.base/c-linkage-name.c: New file.
11499 * gdb.base/c-linkage-name.exp: New testcase.
11500
4ca59a9f
TT
115012018-03-26 Tom Tromey <tom@tromey.com>
11502
11503 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
11504 * gdb.python/py-framefilter.py (name_error): New global.
11505 (ErrorInName.function): Use name_error.
11506
978d6c75
TT
115072018-03-26 Tom Tromey <tom@tromey.com>
11508
11509 PR backtrace/15582:
11510 * gdb.python/py-framefilter.exp: Add "bt hide" test.
11511
b7fee5a3
KS
115122018-03-23 Keith Seitz <keiths@redhat.com>
11513
11514 PR c++/22968
11515 * gdb.cp/subtypes.exp: New file.
11516 * gdb.cp/subtypes.h: New file.
11517 * gdb.cp/subtypes.cc: New file.
11518 * gdb.cp/subtypes-2.cc: New file.
11519
376be529
AB
115202018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11521
11522 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
11523 (done): Call '_exit' not 'exit' to avoid atexit handlers.
11524 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
11525 -nostartfiles when compiling the test. Confirm that all registers
11526 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
11527
066cfa98
AB
115282018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11529
11530 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
11531 option, syntax was wrong anyway.
11532 * gdb.arch/arm-disp-step.exp: Likewise.
11533 * gdb.arch/sparc64-regs.exp: Likewise.
11534 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
11535 option, syntax was wrong anyway, switch to use
11536 prepare_for_testing.
11537 * gdb.arch/i386-disp-step.exp: Likewise.
11538
079670b9
AA
115392018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
11540
11541 * gdb.ada/exec_changed.exp: Replace "target_info exists
11542 use_gdb_stub" by "use_gdb_stub".
11543 * gdb.ada/start.exp: Likewise.
11544 * gdb.base/async-shell.exp: Likewise.
11545 * gdb.base/attach-pie-misread.exp: Likewise.
11546 * gdb.base/attach-wait-input.exp: Likewise.
11547 * gdb.base/break-entry.exp: Likewise.
11548 * gdb.base/break-interp.exp: Likewise.
11549 * gdb.base/dprintf-detach.exp: Likewise.
11550 * gdb.base/nostdlib.exp: Likewise.
11551 * gdb.base/solib-nodir.exp: Likewise.
11552 * gdb.base/statistics.exp: Likewise.
11553 * gdb.base/testenv.exp: Likewise.
11554 * gdb.mi/mi-exec-run.exp: Likewise.
11555 * gdb.mi/mi-start.exp: Likewise.
11556 * gdb.multi/dummy-frame-restore.exp: Likewise.
11557 * gdb.multi/multi-arch-exec.exp: Likewise.
11558 * gdb.multi/multi-arch.exp: Likewise.
11559 * gdb.multi/tids.exp: Likewise.
11560 * gdb.multi/watchpoint-multi.exp: Likewise.
11561 * gdb.python/py-events.exp: Likewise.
11562 * gdb.threads/attach-into-signal.exp: Likewise.
11563 * gdb.threads/attach-stopped.exp: Likewise.
11564 * gdb.threads/threadapply.exp: Likewise.
11565 * lib/selftest-support.exp: Likewise.
11566
26d6cec4
AA
115672018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11568
11569 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11570
4ee89e90
SR
115712018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11572
11573 * gdb.perf/template-breakpoints.cc: New file.
11574 * gdb.perf/template-breakpoints.exp: New file.
11575 * gdb.perf/template-breakpoints.py: New file.
11576
92630041
TT
115772018-03-19 Tom Tromey <tom@tromey.com>
11578
11579 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11580 y0.
11581 * gdb.rust/simple.exp: Test bare identifier form of struct
11582 initializer.
11583
76727919
TT
115842018-03-19 Tom Tromey <tom@tromey.com>
11585
11586 * gdb.gdb/observer.exp: Remove.
11587
194ed413
AA
115882018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11589
11590 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11591 "qualified" option when setting breakpoints.
11592 * gdb.trace/backtrace.exp: Likewise.
11593 * gdb.trace/circ.exp: Likewise.
11594 * gdb.trace/collection.exp: Likewise.
11595 * gdb.trace/disconnected-tracing.exp: Likewise.
11596 * gdb.trace/ftrace-lock.exp: Likewise.
11597 * gdb.trace/ftrace.exp: Likewise.
11598 * gdb.trace/infotrace.exp: Likewise.
11599 * gdb.trace/packetlen.exp: Likewise.
11600 * gdb.trace/passc-dyn.exp: Likewise.
11601 * gdb.trace/qtro.exp: Likewise.
11602 * gdb.trace/read-memory.exp: Likewise.
11603 * gdb.trace/report.exp: Likewise.
11604 * gdb.trace/signal.exp: Likewise.
11605 * gdb.trace/status-stop.exp: Likewise.
11606 * gdb.trace/strace.exp: Likewise.
11607 * gdb.trace/tfind.exp: Likewise.
11608 * gdb.trace/trace-break.exp: Likewise.
11609 * gdb.trace/trace-condition.exp: Likewise.
11610 * gdb.trace/trace-mt.exp: Likewise.
11611 * gdb.trace/tstatus.exp: Likewise.
11612 * gdb.trace/tsv.exp: Likewise.
11613 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11614 * gdb.trace/unavailable.exp: Likewise.
11615 * gdb.trace/while-dyn.exp: Likewise.
11616
8b067d2c
AA
116172018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11618
11619 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11620 that libinproctrace is copied to the target.
11621
3ae9ce5d
TT
116222018-03-14 Tom Tromey <tom@tromey.com>
11623
11624 PR cli/14977:
11625 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11626 a null pointer.
11627 * gdb.base/wchar.exp: Likewise.
11628
b8c2339b
TT
116292018-03-14 Tom Tromey <tom@tromey.com>
11630
11631 PR cli/19918:
11632 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11633 flag.
11634
4872dc46
SM
116352018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11636
11637 PR gdb/22841
11638 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11639 "target" to remote_exec.
11640
e4fe3756
SM
116412018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11642
11643 PR gdb/22841
11644 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11645 ${board}_upload): Remove.
11646
e95a97d4
AA
116472018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11648
11649 * gdb.cp/watch-cp.cc: New test.
11650 * gdb.cp/watch-cp.exp: New file.
11651
dbbb1059
AB
116522018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11653
11654 * gdb.base/infcall-nested-structs.exp: New file.
11655 * gdb.base/infcall-nested-structs.c: New file.
11656 * gdb.base/float.exp: Add riscv support.
11657
ecc054c0
TP
116582018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11659
11660 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11661 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11662
25e3c82c
SDJ
116632018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11664
11665 * gdb.server/abspath.exp: New file.
11666 * lib/gdb.exp (with_cwd): New procedure.
11667
3083294d
SM
116682018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11669
11670 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11671 use it.
11672 (gdb_is_target_remote_prompt): New proc.
11673 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11674 (gdb_is_target_native): Pass prompt parameter to
11675 gdb_is_target_1.
11676
3275ef47
SM
116772018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11678
11679 * gdb.base/load-command.c: New file.
11680 * gdb.base/load-command.exp: New file.
11681 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11682 (gdb_is_target_1): ...this, and generalize for other targets
11683 than just remote.
11684 (gdb_is_target_remote): Use gdb_is_target_1.
11685 (gdb_is_target_native): use gdb_is_target_1.
11686
6893c19a
TT
116872018-02-26 Tom Tromey <tom@tromey.com>
11688
11689 PR python/16497:
11690 * gdb.python/py-framefilter.exp: Update test.
11691
2ddeaf8a
TT
116922018-02-26 Tom Tromey <tom@tromey.com>
11693
11694 * gdb.dwarf2/variant.c: New file.
11695 * gdb.dwarf2/variant.exp: New file.
11696
c9317f21
TT
116972018-02-26 Tom Tromey <tom@tromey.com>
11698
11699 * gdb.rust/simple.exp: Accept more possible results in enum test.
11700
6f6d0c26
SM
117012018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11702
11703 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11704 parentheses.
11705
11b03145
MR
117062018-02-23 Maciej W. Rozycki <macro@mips.com>
11707
11708 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11709 name of a variable: $actual_linejj -> $actual_line.
11710
54a27fe5
JB
117112018-02-21 John Baldwin <jhb@FreeBSD.org>
11712
11713 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11714
de65820c
MM
117152018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11716
11717 * gdb.btrace/buffer-size.exp: Do not force BTS.
11718
980548fd
PA
117192018-02-14 Pedro Alves <palves@redhat.com>
11720
11721 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11722 getting a "Quit".
11723
c4e12631
MM
117242018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11725
11726 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11727 Fix test name.
11728
c2e0e465
SM
117292018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11730
11731 * gdb.cp/m-static.exp: Check type of optimized out static
11732 member.
11733
f7216783
AB
117342018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11735
11736 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11737 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11738
0625771b
LS
117392018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11740 Leszek Swirski <leszeks@google.com>
11741
11742 * gdb.python/py-prettyprint.c
11743 (struct to_string_returns_value_inner,
11744 struct to_string_returns_value_wrapper): New.
11745 (main): Add tsrvw variable.
11746 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11747 ToStringReturnsValueWrapper): New classes.
11748 (register_pretty_printers): Register new pretty-printers.
11749 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11750 recursive pretty printer.
11751 * gdb.python/py-mi.exp: Likewise.
11752
59498c30
LS
117532018-02-01 Leszek Swirski <leszeks@google.com>
11754
11755 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11756 functions with the same name as an include file are parsed
11757 correctly.
11758
d4d38844
YQ
117592018-02-01 Yao Qi <yao.qi@linaro.org>
11760
11761 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11762 "\[^\r\n\]*".
11763
07e5f5cf
NP
117642018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11765
11766 * gdb.arch/powerpc-prologue-frame.s: New file.
11767 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11768 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11769
929b5ad4
JB
117702018-01-31 Joel Brobecker <brobecker@adacore.com>
11771
11772 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11773
e671cd59
PA
117742018-01-30 Pedro Alves <palves@redhat.com>
11775
11776 PR gdb/13211
11777 * gdb.base/interrupt-daemon.c: New.
11778 * gdb.base/interrupt-daemon.exp: New.
11779 * gdb.multi/multi-term-settings.c: New.
11780 * gdb.multi/multi-term-settings.exp: New.
11781
fc413dc4
JB
117822018-01-30 Joel Brobecker <brobecker@adacore.com>
11783
11784 * gdb.base/break.exp: Save the location where the breakpoint
11785 on break.c:47 was actually inserted when debugging the version
11786 compiled at -O2 and use it in the expected output of the "info
11787 break" test performed soon after.
11788
5c319bb2
PA
117892018-01-22 Pedro Alves <palves@redhat.com>
11790 Sergio Durigan Junior <sergiodj@redhat.com>
11791
11792 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11793 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11794
a9e40818
JB
117952018-01-22 Joel Brobecker <brobecker@adacore.com>
11796
11797 * gdb.base/break-include.c, gdb.base/break-include.inc,
11798 gdb.base/break-include.exp: New files.
11799 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11800 line number now being the actual line number where the breakpoint
11801 was inserted.
11802 * gdb.mi/mi-break.exp: Likewise.
11803 * gdb.mi/mi-reverse.exp: Likewise.
11804 * gdb.mi/mi-simplerun.exp: Ditto.
11805
e707fc44
AB
118062018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11807
11808 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11809 varobj.
11810 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11811
ae451627
AB
118122018-01-21 Don Breazeal <donb@codesourcery.com>
11813 Andrew Burgess <andrew.burgess@embecosm.com>
11814
11815 * gdb.mi/basics.c: Add new global.
11816 * gdb.mi/mi-frame-regs.exp: New file.
11817 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11818 case.
11819
b1b189e0
AB
118202018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11821
11822 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11823 non-parameter, and on an unknown symbol.
11824
fcfcc376
TT
118252018-01-19 Tom Tromey <tom@tromey.com>
11826
11827 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11828 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11829
634c1c31
AA
118302018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11831
11832 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11833 setrlimit and chdir to int.
11834
d6ad07fd
AA
118352018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11836
11837 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11838 function.
11839 (my_tend): Likewise.
11840 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11841 rationale of avoiding FP- and vector instructions.
11842
adf8243b
RK
118432018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11844
11845 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11846 "info reg" with "\[ \t\]*".
11847 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11848 "\[ \t\]+".
11849 * gdb.arch/s390-multiarch.exp: Ditto.
11850 * gdb.base/pc-fp.exp: Ditto.
11851 * gdb.reverse/i386-precsave.exp: Ditto.
11852 * gdb.reverse/i386-reverse.exp: Ditto.
11853 * gdb.reverse/i387-env-reverse.exp: Ditto.
11854 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11855
dcc06925
AA
118562018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11857
11858 * lib/gdb.exp (gdb_compile): Re-enable use of
11859 universal_compile_options for languages other than Rust.
11860
25d4fd80
AA
118612018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11862
11863 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11864
ee7f689e 118652018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
11866
11867 PR gdb/16577
11868 * gdb.base/solib-vanish.exp: New.
11869 * gdb.base/solib-vanish-main.c: New.
11870 * gdb.base/solib-vanish-lib1.c: New.
11871 * gdb.base/solib-vanish-lib2.c: New.
11872
d8447b6b
YQ
118732018-01-17 Yao Qi <yao.qi@linaro.org>
11874
11875 * gdb.compile/compile.exp: Match the address printed for
11876 frame in the output of command "bt".
11877
86d6a90c
TT
118782018-01-15 Tom Tromey <tom@tromey.com>
11879
11880 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11881 compute sp_reg.
11882
cbcdb1aa
AB
118832018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11884
11885 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11886 to prepare.
11887 (prepare): Return 0 on error, 1 on success.
11888
eea61984
PA
118892018-01-12 Pedro Alves <palves@redhat.com>
11890
11891 * gdb.base/continue-after-aborted-step-over.c: New.
11892 * gdb.base/continue-after-aborted-step-over.exp: New.
11893
6181e9c2
SM
118942018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11895
11896 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11897 options when not creating an executable.
11898
3cada740
PA
118992018-01-11 Pedro Alves <palves@redhat.com>
11900
11901 PR remote/22597
11902 * gdb.server/stop-reply-no-thread.c: New file.
11903 * gdb.server/stop-reply-no-thread.exp: New file.
11904
c63d3e8d
PA
119052018-01-10 Pedro Alves <palves@redhat.com>
11906
11907 PR gdb/22670
11908 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11909 functions too. Test setting breakpoints and printing C functions
11910 with no debug info too.
11911 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11912
d4c2a405
PA
119132018-01-10 Pedro Alves <palves@redhat.com>
11914
11915 PR gdb/22670
11916 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11917 a fail.
11918
8825213e
PA
119192018-01-10 Pedro Alves <palves@redhat.com>
11920
11921 PR gdb/22670
11922 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11923
605fd3c6
YQ
119242018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11925
11926 * gdb.server/unittest.exp: Match the output in non-development
11927 mode.
11928
1e5ded6c
YQ
119292018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11930
11931 * gdb.gdb/unittest.exp: Match output in non-development mode.
11932
30066b0b
JB
119332018-01-08 Joel Brobecker <brobecker@adacore.com>
11934
11935 * gdb.ada/access_tagged_param.exp: Relax expected output
11936 for value of "ObjL" in "continue" to pck.inspect breakpoint
11937 test.
11938
04bafb1e
XR
119392018-01-08 Joel Brobecker <brobecker@adacore.com>
11940
9f86398b
JB
11941 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11942 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 11943
e379cee6
PA
119442018-01-05 Pedro Alves <palves@redhat.com>
11945
11946 PR gdb/18653
11947 * gdb.base/libsegfault.exp: New.
11948
de63c46b
PA
119492018-01-05 Joel Brobecker <brobecker@adacore.com>
11950
11951 PR gdb/22670
11952 * gdb.ada/access_tagged_param.exp: New file.
11953 * gdb.ada/access_tagged_param/foo.adb: New file.
11954
f98fc17b
PA
119552018-01-05 Pedro Alves <palves@redhat.com>
11956
11957 PR gdb/22670
11958 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11959 exercise lower case too, and to exercise both full matching and
11960 wild matching.
11961
342f8240
JB
119622018-01-05 Joel Brobecker <brobecker@adacore.com>
11963
11964 * gdb.ada/rename_subscript_param: New testcase.
11965
7150d33c
JG
119662018-01-05 Jerome Guitton <guitton@adacore.com>
11967
11968 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11969
cc0e770c
JB
119702018-01-05 Joel Brobecker <brobecker@adacore.com>
11971
11972 * gdb.ada/convvar_comp: New testcase.
11973
672a41aa 119742018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
11975
11976 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11977 (My_Table): New global variable.
11978 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11979
7365ec2f
JB
119802018-01-04 Joel Brobecker <brobecker@adacore.com>
11981
11982 PR gdb/22670
11983 * gdb.ada/maint_with_ada: New testcase.
11984
289483b6
JB
119852018-01-04 Joel Brobecker <brobecker@adacore.com>
11986
11987 PR gdb/22670
11988 * gdb.ada/bp_c_mixed_case: New testcase.
11989
344420da
JB
119902018-01-04 Joel Brobecker <brobecker@adacore.com>
11991
11992 PR gdb/22670
11993 * gdb.ada/complete.exp: Add "complete break ada" test.
11994
66fc87a0
JB
119952018-01-04 Joel Brobecker <brobecker@adacore.com>
11996
11997 PR gdb/22670
11998 * gdb.ada/info_addr_mixed_case: New testcase.
11999
9f757bf7
XR
120002018-01-03 Xavier Roirand <roirand@adacore.com>
12001
12002 * gdb.ada/excep_handle.exp: New testcase.
12003 * gdb.ada/excep_handle/foo.adb: New file.
12004 * gdb.ada/excep_handle/pck.ads: New file.
12005
bd570f80
JB
120062018-01-03 Joel Brobecker <brobecker@adacore.com>
12007
12008 * gdb.base/step-line.c: Add extra empty line in copyright header.
12009 * gdb.base/step-line.inp: Likewise.
12010
9fe561ab
JB
120112018-01-02 Joel Brobecker <brobecker@adacore.com>
12012
12013 * gdb.ada/dyn_stride.exp: Add slice test.
12014
a405673c
JB
120152018-01-02 Joel Brobecker <brobecker@adacore.com>
12016
12017 * gdb.ada/dyn_stride: New testcase.
12018
cef0f868
SH
120192017-12-27 Stafford Horne <shorne@gmail.com>
12020
12021 * gdb.xml/extra-regs.xml: Add example foo reggroup.
12022 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
12023
b67d92b0
SH
120242017-12-27 Stafford Horne <shorne@gmail.com>
12025
12026 * gdb.base/reggroups.c: New file.
12027 * gdb.base/reggroups.exp: New file.
12028
eccab96d
JB
120292017-12-18 Joel Brobecker <brobecker@adacore.com>
12030
12031 * gdb.dwarf2/ada-valprint-error.c: New file.
12032 * gdb.dwarf2/ada-valprint-error.exp: New file.
12033
0e2da9f0
JB
120342017-12-18 Joel Brobecker <brobecker@adacore.com>
12035
12036 * gdb.ada/assign_arr: New testcase.
12037
cb923fcc
XR
120382017-12-18 Xavier Roirand <roirand@adacore.com>
12039
12040 * gdb.ada/funcall_ptr: New testcase.
12041
7c161838
SDJ
120422017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12043
12044 PR cli/16224
12045 * gdb.base/ptype-offsets.cc: New file.
12046 * gdb.base/ptype-offsets.exp: New file.
12047
1af17fd9
YQ
120482017-12-15 Yao Qi <yao.qi@linaro.org>
12049
12050 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
12051 if XML is disabled.
12052
828d5846
XR
120532017-12-15 Xavier Roirand <roirand@adacore.com>
12054
12055 * gdb.ada/same_component_name: New testcase.
12056
79e8fcaa
JB
120572017-12-14 Joel Brobecker <brobecker@adacore.com>
12058
12059 * gdb.ada/str_binop_equal: New testcase.
12060
e05fa6f9
JB
120612017-12-14 Joel Brobecker <brobecker@adacore.com>
12062
12063 * gdb.ada/task_switch_in_core: New testcase.
12064
b89641ba
SM
120652017-12-13 Simon Marchi <simon.marchi@ericsson.com>
12066
12067 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
12068 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
12069 call test_bkpt_qualified.
12070 (test_bkpt_qualified): New proc.
12071
6892d2e4
PA
120722017-12-13 Pedro Alves <palves@redhat.com>
12073
12074 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
12075 Tighten regexp by matching with an anchor.
12076
a22ecf70
PA
120772017-12-13 Pedro Alves <palves@redhat.com>
12078
12079 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
12080 ("expression with namespace"): New set of tests.
12081 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
12082 (Nested::Test_NS::qux): New.
12083 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
12084 defaults to 'start_quote_char' and 'end_quote_char' parameters.
12085
9937536c
JB
120862017-12-13 Joel Brobecker <brobecker@adacore.com>
12087
12088 * gdb.base/server-del-break.c: New file.
12089 * gdb.base/server-del-break.exp: New file.
12090
fe49c6f5
SH
120912017-12-12 Stafford Horne <shorne@gmail.com>
12092
12093 * gdb.xml/tdesc-regs.exp: Add or1k support.
12094
c3d18620
SH
120952017-12-12 Stafford Horne <shorne@gmail.com>
12096
12097 * gdb.base/bp-permanent.c: Define nop of or1k.
12098
c5f9cfc8
JB
120992017-12-11 Joel Brobecker <brobecker@adacore.com>
12100
12101 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
12102 output with components being reordered.
12103
a9c135fc
JB
121042017-12-11 Joel Brobecker <brobecker@adacore.com>
12105
12106 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
12107 output with components being reordered.
12108
927aa2e7
JK
121092017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12110 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.base/maint.exp (check for .gdb_index): Check also for
12113 .debug_names.
12114 * gdb.dlang/watch-loc.c (.debug_aranges): New.
12115 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
12116 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
12117 (.gdb_index used after symbol reloading): Support also .debug_names.
12118 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
12119
f17d9474
YQ
121202017-12-08 Yao Qi <yao.qi@linaro.org>
12121
12122 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
12123 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
12124
a0de8c21
YQ
121252017-12-08 Yao Qi <yao.qi@linaro.org>
12126
12127 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
12128 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
12129
a738ea1d
YQ
121302017-12-08 Yao Qi <yao.qi@linaro.org>
12131
12132 * gdb.arch/aarch64-tagged-pointer.c: New file.
12133 * gdb.arch/aarch64-tagged-pointer.exp: New file.
12134
1cd9a73b
SDJ
121352017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
12136
12137 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
12138 "int".
12139
fa6eb693
KS
121402017-12-07 Keith Seitz <keiths@redhat.com>
12141
12142 PR breakpoints/22569
12143 * gdb.linespec/ls-errs.exp: Change expected result of "break
12144 -source this file has spaces.c -line 3".
12145 Check that an explicit source file followed by whitespace is
12146 identified as an invalid explicit location.
12147
883fd55a
KS
121482017-12-07 Keith Seitz <keiths@redhat.com>
12149
12150 * gdb.cp/nested-types.cc: New file.
12151 * gdb.cp/nested-types.exp: New file.
12152 * lib/cp-support.exp: Load data-structures.exp library.
12153 (debug_cp_test_ptype_class): New global.
12154 (cp_ptype_class_verbose, next_line): New procedures.
12155 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
12156 Add and document new return value.
12157 Switch the list of lines to a queue.
12158 Add support for new `type' key for nested type definitions.
12159 Add debugging/troubleshooting messages.
12160 * lib/data-structures.exp: New file.
12161
ec72db3e
SM
121622017-12-07 Simon Marchi <simon.marchi@ericsson.com>
12163
12164 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
12165 with proc_with_prefix, don't use with_test_prefix.
12166
99598d71
TT
121672017-12-07 Tom Tromey <tom@tromey.com>
12168
12169 * gdb.base/break.exp: Add test for empty "commands".
12170
a8806230
YQ
121712017-12-07 Yao Qi <yao.qi@linaro.org>
12172
12173 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
12174 malloc and catch syscall.
12175
824cc835
PM
121762017-12-07 Phil Muldoon <pmuldoon@redhat.com>
12177
e79be6e5 12178 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
12179 tests for explicit locations.
12180
7cc244de
PA
121812017-12-06 Pedro Alves <palves@redhat.com>
12182
12183 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
12184 force-disabling XML descriptions.
12185
50a1fdd5
PA
121862017-12-04 Pedro Alves <palves@redhat.com>
12187
12188 PR gdb/22499
12189 * gdb.arch/amd64-disp-step-avx.S: New file.
12190 * gdb.arch/amd64-disp-step-avx.exp: New file.
12191
f0fb2488
PA
121922017-12-03 Pedro Alves <palves@redhat.com>
12193
12194 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
12195 and <string.h>.
12196 (parent_function): Print distinct messages when waitpid fails, or
12197 the child exits with a signal, or the child exits for an unhandled
12198 reason.
12199 * gdb.threads/process-dies-while-detaching.exp
12200 (detach_and_expect_exit): New 'inf_output_re' parameter and use
12201 it. Wait for both inferior output and GDB's prompt. Use an
12202 indirect spawn id list.
12203 (do_detach): New parameter 'child_exit'. Use it to compute
12204 expected inferior output.
12205 (test_detach, test_detach_watch, test_detach_killed_outside):
12206 Adjust to pass down the expected child exit kind.
12207
97cbe998
SDJ
122082017-12-01 Joel Brobecker <brobecker@adacore.com>
12209 Sergio Durigan Junior <sergiodj@redhat.com>
12210 Pedro Alves <palves@redhat.com>
12211
12212 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
12213
40fc416f
SDJ
122142017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
12215
12216 * gdb.base/relocate.exp: Add tests to guarantee that arguments
12217 to 'symbol-file' and 'add-symbol-file' can be
12218 position-independent.
12219
1cc75e92
YQ
122202017-12-01 Yao Qi <yao.qi@linaro.org>
12221
12222 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
12223 the URL in copyright header.
12224 * gdb.arch/aarch64-fp.exp: Likewise.
12225 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
12226 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
12227 * gdb.base/expand-psymtabs.exp: Likewise.
12228 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
12229 * gdb.fortran/common-block.exp: Likewise.
12230 * gdb.fortran/common-block.f90: Likewise.
12231 * gdb.fortran/logical.exp: Likewise.
12232 * gdb.fortran/vla-datatypes.f90: Likewise.
12233 * gdb.fortran/vla-sub.f90: Likewise.
12234
875fb7a7
JB
122352017-11-30 Joel Brobecker <brobecker@adacore.com>
12236
12237 * gdb.ada/repeat_dyn: New testcase.
12238
6f14765f
UW
122392017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
12240
12241 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
12242 Update for changed thread numbering.
12243 * gdb.cell/bt.exp: Update for changed GDB output.
12244
f1af7b94
SM
122452017-11-30 Simon Marchi <simon.marchi@ericsson.com>
12246
12247 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
12248 setting isremote by hand.
12249 * boards/dwarf4-gdb-index.exp: Likewise.
12250 * boards/fission.exp: Likewise.
12251 * boards/stabs.exp: Likewise.
12252
e3919f3e
PA
122532017-11-30 Pedro Alves <palves@redhat.com>
12254
12255 * gdb.linespec/cpls-ops.exp
12256 (check_explicit_skips_function_argument): Extract the underlying
12257 type of size_t instead of hardcoding it.
12258
bd69330d
PA
122592017-11-29 Pedro Alves <palves@redhat.com>
12260
12261 PR c++/19436
12262 * gdb.linespec/cpls-abi-tag.cc: New file.
12263 * gdb.linespec/cpls-abi-tag.exp: New file.
12264
a20714ff
PA
122652017-11-29 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.base/langs.exp: Use -qualified.
12268 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
12269 it.
12270 * gdb.cp/namespace.exp: Use -qualified.
12271 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
12272 (overload-3, template-overload, template-ret-type, const-overload)
12273 (const-overload-quoted, anon-ns, ambiguous-prefix): New
12274 procedures.
12275 (test_driver): Call them.
12276 * gdb.cp/save-bp-qualified.cc: New.
12277 * gdb.cp/save-bp-qualified.exp: New.
12278 * gdb.linespec/explicit.exp: Test -qualified.
12279 * lib/completion-support.exp (completion::explicit_opts_list): Add
12280 "-qualified".
12281 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
12282
f6f1d339
PM
122832017-11-29 Phil Muldoon <pmuldoon@redhat.com>
12284
12285 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
12286
02ca603a
TT
122872017-11-29 Tom Tromey <tom@tromey.com>
12288
12289 * gdb.base/relocate.exp: Update invalid argument test.
12290 Add new tests for invalid arguments.
12291
ed6c0bfb
TP
122922017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12293
12294 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
12295 Return 0 as a long.
12296 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
12297
f106e10e
TP
122982017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12299
12300 * gdb.cp/breakpoint.cc (bar): Set return type to void.
12301 * gdb.cp/psymtab-parameter.cc (func): Likewise.
12302 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
12303 func ().
12304 * gdb.cp/shadow.cc (B.func): Return 0.
12305
10329bb2
JB
123062017-11-27 Joel Brobecker <brobecker@adacore.com>
12307
12308 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
12309 expected output in gdb_expect call to allow the exception
12310 message to be present as well. Fix syntax confusion to avoid
12311 TCL thinking that exception_name is an array.
12312
617cd4bc
UW
123132017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
12314
12315 * gdb.arch/spu-info.c: Include <unistd.h>.
12316 (do_signal_test): Fix broken calls to write.
12317 * gdb.arch/spu-info.exp: Use prepare_for_testing.
12318 Fix checks for empty mailboxes. Update signal tests for corrected
12319 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
12320 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
12321 * gdb.cell/arch.exp: Use standard_output_file.
12322 * gdb.cell/break.exp: Likewise.
12323 * gdb.cell/bt.exp: Likewise.
12324 * gdb.cell/core.exp: Likewise.
12325 * gdb.cell/dwarfaddr.exp: Likewise.
12326 * gdb.cell/ea-cache.exp: Likewise.
12327 * gdb.cell/ea-standalone.exp: Likewise.
12328 * gdb.cell/f-regs.exp: Likewise.
12329 * gdb.cell/fork.exp: Likewise.
12330 * gdb.cell/gcore.exp: Likewise.
12331 * gdb.cell/mem-access.exp: Likewise.
12332 * gdb.cell/ptype.exp: Likewise.
12333 * gdb.cell/registers.exp: Likewise.
12334 * gdb.cell/sizeof.exp: Likewise.
12335 * gdb.cell/solib-symbol.exp: Likewise.
12336 * gdb.cell/solib.exp: Likewise.
617cd4bc 12337
a81aaca0
PA
123382017-11-25 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.base/complete-empty.exp: New file.
12341 * gdb.base/completion.exp: Adjust.
12342
6a3c6ee4
PA
123432017-11-25 Pedro Alves <palves@redhat.com>
12344
12345 * gdb.linespec/cpls-ops.cc: New file.
12346 * gdb.linespec/cpls-ops.exp: New file.
12347 * lib/completion-support.exp (test_complete_prefix_range_re): New,
12348 factored out from ...
12349 (test_complete_prefix_range): ... this.
12350
8955eb2d
PA
123512017-11-24 Pedro Alves <palves@redhat.com>
12352
12353 * gdb.linespec/cpcompletion.exp: New file.
12354 * gdb.linespec/cpls-hyphen.cc: New file.
12355 * gdb.linespec/cpls.cc: New file.
12356 * gdb.linespec/cpls2.cc: New file.
12357 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
12358 test to use test_gdb_complete_unique. Add label completion,
12359 keyword completion and explicit location completion tests.
12360 * lib/completion-support.exp: New file.
12361
e547c119
JB
123622017-11-24 Joel Brobecker <brobecker@adacore.com>
12363
12364 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
12365 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
12366 when hitting an exception catchpoint.
12367
7c3c1aa8
YQ
123682017-11-22 Yao Qi <yao.qi@linaro.org>
12369
12370 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
12371
41bd68f5
SM
123722017-11-22 Simon Marchi <simon.marchi@ericsson.com>
12373
12374 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
12375 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
12376 * gdb.dwarf2/info-locals-optimized-out.c: New file.
12377
1daad298
YQ
123782017-11-22 Yao Qi <yao.qi@linaro.org>
12379
12380 * gdb.base/info-os.exp: Pass pthreads.
12381 * gdb.multi/multi-attach.exp: Likewise.
12382
88465e87
YQ
123832017-11-22 Yao Qi <yao.qi@linaro.org>
12384
12385 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
12386 compiler.
12387
dc196b23
YQ
123882017-11-22 Yao Qi <yao.qi@linaro.org>
12389
12390 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
12391 * gdb.base/break-interp.exp: Likewise.
12392 * gdb.base/jit-attach-pie.exp: Likewise.
12393
2400729e
UW
123942017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12395
12396 * gdb.base/float128.c (large128): New variable.
12397 * gdb.base/float128.exp: Add test to print largest __float128 value.
12398
7a26362d
UW
123992017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12400
12401 * gdb.arch/vsx-regs.exp: Update register content checks.
12402
ed0f4273
UW
124032017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
12404
12405 * gdb.arch/ppc-longdouble.exp: New file.
12406 * gdb.arch/ppc-longdouble.c: Likewise.
12407
a25d69c6
PA
124082017-11-21 Pedro Alves <palves@redhat.com>
12409
12410 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
12411
73fcf641
PA
124122017-11-20 Pedro Alves <palves@redhat.com>
12413
12414 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
12415 (long_double_typedef): New typedefs.
12416 Use DEF on double and long double.
12417 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
12418 cases.
12419 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
12420 and 'long_double_ptr_same_size' locals. Use them to decide
12421 whether cast from array/function to float is valid/invalid.
12422
71a3c369
TT
124232017-11-17 Tom Tromey <tom@tromey.com>
12424
12425 * gdb.rust/traits.rs: New file.
12426 * gdb.rust/traits.exp: New file.
12427
ced9779b
JB
124282017-11-17 Joel Brobecker <brobecker@adacore.com>
12429
12430 * gdb.ada/minsyms: New testcase.
12431
a0922d80
PA
124322017-11-16 Pedro Alves <palves@redhat.com>
12433
12434 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
12435 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
12436
ea04e54c
PA
124372017-11-16 Pedro Alves <palves@redhat.com>
12438
12439 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
12440 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
12441
e849ea89
PA
124422017-11-16 Pedro Alves <palves@redhat.com>
12443
12444 * gdb.server/reconnect-ctrl-c.c: New file.
12445 * gdb.server/reconnect-ctrl-c.exp: New file.
12446
d8ae99a7
PM
124472017-11-16 Phil Muldoon <pmuldoon@redhat.com>
12448
12449 * gdb.python/py-rbreak.exp: New file.
12450 * gdb.python/py-rbreak.c: New file.
12451 * gdb.python/py-rbreak-func2.c: New file.
12452
968a13f8
PA
124532017-11-16 Pedro Alves <palves@redhat.com>
12454
12455 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
12456 pattern.
12457 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
12458 GDB.
12459
71774bc9
SM
124602017-11-15 Simon Marchi <simon.marchi@ericsson.com>
12461
12462 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12463 regex.
12464
ddbb44cf
SM
124652017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
12466
12467 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
12468 test names.
12469
584a564f
PA
124702017-11-09 Pedro Alves <palves@redhat.com>
12471
12472 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
12473 factored out from ...
12474 (top level): ... here, and adjusted to avoid expecting beyond the
12475 prompt in a single gdb_test_multiple.
12476
5ed7a928
PA
124772017-11-09 Pedro Alves <palves@redhat.com>
12478
12479 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
12480 output.
12481 * gdb.server/ext-attach.exp ("kill" test): Likewise.
12482 * gdb.server/ext-restart.exp ("kill" test): Likewise.
12483 * gdb.server/ext-run.exp ("kill" test): Likewise.
12484 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
12485
a60e0738
PA
124862017-11-09 Pedro Alves <palves@redhat.com>
12487
12488 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
12489 match till end of line.
12490
2c88253f
PA
124912017-11-09 Pedro Alves <palves@redhat.com>
12492
12493 * gdb.base/memattr.exp: Tighten regexes to match the end line.
12494
c7a38517
PA
124952017-11-09 Pedro Alves <palves@redhat.com>
12496
12497 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
12498 New procedures, factored out from ...
12499 (top level): ... here, and adjusted to avoid expecting beyond the
12500 prompt in one go.
12501
f29f4b6b
PA
125022017-11-09 Pedro Alves <palves@redhat.com>
12503
12504 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
12505 output. Fix '?' match.
12506
286acbb5
JB
125072017-11-08 Joel Brobecker <brobecker@adacore.com>
12508
12509 * gdb.ada/scoped_watch: New testcase.
12510 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
12511 which is actually correct.
12512 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
12513 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
12514
62d7ae92
PA
125152017-11-08 Pedro Alves <palves@redhat.com>
12516
12517 * gdb.gdb/complaints.exp (test_initial_complaints)
12518 (test_serial_complaints, test_short_complaints): Call
12519 complaint_internal instead of complaint.
12520
280ca31f
DT
125212017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
12522
12523 * gdb.threads/tls-core.c: New file.
12524 * gdb.threads/tls-core.exp: Likewise.
12525
b5ec771e
PA
125262017-11-08 Pedro Alves <palves@redhat.com>
12527
12528 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
12529 (p Exported_Capitalized): New test.
12530 (p exported_capitalized): New test.
12531
a02b41a7
PA
125322017-11-07 Pedro Alves <palves@redhat.com>
12533
12534 * gdb.cp/ena-dis-br-range.exp: Add more tests.
12535
95e95a6d
PA
125362017-11-07 Pedro Alves <palves@redhat.com>
12537
12538 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
12539 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
12540 (disable_invalid, disable_inverted, disable_negative): New
12541 procedures.
12542 ("bad numbers"): New set of tests.
12543
cee62dbd
PA
125442017-11-07 Pedro Alves <palves@redhat.com>
12545
12546 * gdb.cp/ena-dis-br-range.exp: Add tests.
12547
cc638e86
PA
125482017-11-07 Pedro Alves <palves@redhat.com>
12549
12550 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12551
d0fe4701
XR
125522017-11-07 Xavier Roirand <roirand@adacore.com>
12553 Pedro Alves <palves@redhat.com>
12554
12555 * gdb.base/ena-dis-br.exp: Add reference to
12556 gdb.cp/ena-dis-br-range.exp.
12557 * gdb.cp/ena-dis-br-range.exp: New file.
12558 * gdb.cp/ena-dis-br-range.cc: New file.
12559
46f67f80
PA
125602017-11-06 Pedro Alves <palves@redhat.com>
12561
12562 * gdb.base/attach-non-pgrp-leader.c: New.
12563 * gdb.base/attach-non-pgrp-leader.exp: New.
12564
726e1356
PA
125652017-11-06 Pedro Alves <palves@redhat.com>
12566
12567 * configure.ac: No longer check for termio.h and sgtty.h.
12568 * configure: Regenerate.
12569 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12570 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12571 Remove termio and sgtty code.
12572
50ab6ace
YQ
125732017-11-03 Yao Qi <yao.qi@linaro.org>
12574
12575 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12576 in GDB is disabled.
12577
8e68731c
YQ
125782017-11-03 Yao Qi <yao.qi@linaro.org>
12579
12580 * gdb.python/py-thrhandle.exp: Skip it if python is not
12581 enabled.
12582
3a87ae65
SM
125832017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12584
12585 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12586 as a breakpoint command.
12587
484d8d36
MD
125882017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12589
12590 PR python/21213
12591 * gdb.python/py-infthread.exp: Test calling
12592 InferiorThread.inferior () multiple times in a row.
12593
4a27f119
KS
125942017-10-27 Keith Seitz <keiths@redhat.com>
12595
12596 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12597 Test "info break" for every inlined function breakpoint.
12598
bb11dd58
YQ
125992017-10-27 Yao Qi <yao.qi@linaro.org>
12600
12601 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12602
a43f3893
PF
126032017-10-26 Patrick Frants <osscontribute@gmail.com>
12604
12605 * gdb.cp/classes.exp (test_static_members): Test printing
12606 Outer::instance.
12607 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12608 (Inner::instance, Outer::instance): New.
12609
792ccf00
PA
126102017-10-24 Pedro Alves <palves@redhat.com>
12611
12612 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12613 extra console" test in two stages.
12614
eb2bfbad
PA
126152017-10-24 Pedro Alves <palves@redhat.com>
12616
12617 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12618
1f75a651
PA
126192017-10-24 Pedro Alves <palves@redhat.com>
12620
12621 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12622 loop.
12623
779990d9
PA
126242017-10-24 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12627 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12628
ad9b8f5d
PA
126292017-10-24 Pedro Alves <palves@redhat.com>
12630
12631 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12632 parameter and handle it. Don't output read value in test name.
12633
fee6da6e
PA
126342017-10-24 Pedro Alves <palves@redhat.com>
12635
12636 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12637 custom test name.
12638
10389c2c
PA
126392017-10-24 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12642 include the unstable output directory name in the test's name.
12643 (initial_setup_simple) <'set args'>: Use custom test name.
12644
a80e65a9
PA
126452017-10-24 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12648 with explicit test name.
12649
15763a09
PA
126502017-10-20 Pedro Alves <palves@redhat.com>
12651
12652 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12653 'wait -i'. Use gdb_assert and remote_close.
12654
49a4ce2e
AB
126552017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12656
12657 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12658 number from variable rather than hard-coded.
12659
a75868f5
PA
126602017-10-19 Pedro Alves <palves@redhat.com>
12661
12662 * gdb.base/long-inferior-output.c: New file.
12663 * gdb.base/long-inferior-output.exp: New file.
12664
c8ba13ad
KS
126652017-11-18 Keith Seitz <keiths@redhat.com>
12666
12667 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12668 method.
12669 (main): Call it.
12670 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12671 Add additional user-defined conversion operator tests.
12672
b27de576
PA
126732017-10-17 Pedro Alves <palves@redhat.com>
12674
12675 * boards/native-stdio-gdbserver.exp: Load "local-board".
12676
8484c955
PA
126772017-10-17 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.base/quit-live.c: New file.
12680 * gdb.base/quit-live.exp: New file.
12681
83d5a34d
KS
126822017-10-16 Keith Seitz <keiths@redhat.com>
12683
12684 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12685 (class_with_protected_typedef, class_with_private_typedef)
12686 (struct_with_public_typedef, struct_with_protected_typedef)
12687 (struct_with_private_typedef): New classes/structs.
12688 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12689 typedefs and access specifiers.
12690
739b3f1d
PA
126912017-10-16 Pedro Alves <palves@redhat.com>
12692 Simon Marchi <simon.marchi@polymtl.ca>
12693
12694 * README (Local vs Remote vs Native): New section.
12695 * boards/local-board.exp: New file, with bits factored out from
12696 ...
12697 * boards/native-extended-gdbserver.exp: ... here. Load
12698 "local-board".
12699 * boards/native-gdbserver.exp: Load "local-board".
12700 (${board}_spawn, ${board}_exec): Delete.
12701 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12702 ...
12703 * boards/stdio-gdbserver-base.exp: ... this new file.
12704 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12705 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12706 procedure.
12707 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12708 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12709 stdio_gdbserver_command.
12710 (${board}_get_remote_address, ${board}_get_comm_port)
12711 (${board}_download, ${board}_upload): Delete.
12712 (get_target_remote_pipe_cmd): New.
12713
fe68b953
SM
127142017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12715
12716 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12717 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12718 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12719 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12720 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12721 remove with_test_prefix.
12722
300b6685
PA
127232017-10-13 Pedro Alves <palves@redhat.com>
12724
12725 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12726 * gdb.base/annota1.exp: Use it instead of is_remote.
12727 * gdb.base/annota3.exp: Use it instead of is_remote.
12728 * gdb.cp/annota2.exp: Use it instead of is_remote.
12729 * gdb.cp/annota3.exp: Use it instead of is_remote.
12730 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12731
50500caf
PA
127322017-10-13 Pedro Alves <palves@redhat.com>
12733
12734 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12735 (test_num_test_vars, run_and_count_vars, find_env)
12736 (test_set_unset_env, test_inherit_env_var): New procedures.
12737 (top level): Use them.
12738
dad0c6d2
PA
127392017-10-13 Pedro Alves <palves@redhat.com>
12740
12741 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12742 also skip on stub-like targets.
12743
8b0553c1
PA
127442017-10-13 Pedro Alves <palves@redhat.com>
12745
12746 PR gdb/22293
12747 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12748 (top level): Move some tests to ...
12749 (test_not_found): ... this new procedure.
12750 (top level): Call it.
12751
7594f623
PA
127522017-10-13 Pedro Alves <palves@redhat.com>
12753
12754 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12755 expect different "info terminal" output if testing with a
12756 non-native target.
12757
ebe3b402
PA
127582017-10-13 Pedro Alves <palves@redhat.com>
12759 Simon Marchi <simon.marchi@polymtl.ca>
12760
12761 PR python/12966
12762 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12763
42f1b161
PA
127642017-10-13 Pedro Alves <palves@redhat.com>
12765
12766 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12767 already.
12768
8d6ef72b
PA
127692017-10-13 Pedro Alves <palves@redhat.com>
12770
12771 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12772 is_remote.
12773
d7bcd5b8
PA
127742017-10-13 Pedro Alves <palves@redhat.com>
12775
12776 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12777 is_remote.
12778
df479dc6
PA
127792017-10-13 Pedro Alves <palves@redhat.com>
12780
12781 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12782 is set.
12783 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12784 instead of is_remote.
12785
23fb630a
PA
127862017-10-13 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12789 (top level): Add comment.
12790
cc77b1dc
PA
127912017-10-13 Pedro Alves <palves@redhat.com>
12792
12793 * gdb.base/remote.exp (top level): Fix comment typo and add
12794 missing return.
12795
27c9e813
PA
127962017-10-13 Pedro Alves <palves@redhat.com>
12797 Simon Marchi <simon.marchi@polymtl.ca>
12798
12799 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12800 calls and add comments. Skip test if use_gdb_stub is set.
12801 (top level): Use "set cwd" command instead of "cd" command.
12802
5e830d98
PA
128032017-10-13 Pedro Alves <palves@redhat.com>
12804
12805 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12806 is_remote target check.
12807
f5ca0032
PA
128082017-10-13 Pedro Alves <palves@redhat.com>
12809
12810 * gdb.base/scope.exp: Use build_executable + clean_restart +
12811 gdb_file_cmd instead of prepare_for_testing and no longer skip
12812 "before run" tests on is_remote target boards. Update comments.
12813 * boards/native-extended-gdbserver.exp
12814 (extended_gdbserver_load_last_file): New, factored out from ...
12815 (gdb_load): ... this. Move further below and add comment.
12816 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12817
8aed1c0d
PA
128182017-10-12 Pedro Alves <palves@redhat.com>
12819
12820 * gdb.base/attach.exp: Remove references to gdb64.
12821 * gdb.base/dbx.exp: Remove references to gdb64.
12822
cfa34c87
SM
128232017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12824 Pedro Alves <palves@redhat.com>
12825
12826 * gdb.base/label.exp: Remove is_remote target check.
12827
9192b7de
PA
128282017-10-12 Pedro Alves <palves@redhat.com>
12829
12830 * gdb.base/auvx.exp (coredir): Update comment.
12831 (top level) <core_works>: Use "set cwd" command instead of "cd"
12832 command.
12833
6bf0052d
PA
128342017-10-12 Pedro Alves <palves@redhat.com>
12835 Simon Marchi <simon.marchi@polymtl.ca>
12836
12837 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12838 target boards.
12839
e48ef82d
PA
128402017-10-12 Pedro Alves <palves@redhat.com>
12841 Simon Marchi <simon.marchi@polymtl.ca>
12842
12843 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12844 Instead skip if there's any gdb_protocol set.
12845
8d7aea57
SM
128462017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12847 Pedro Alves <palves@redhat.com>
12848
12849 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12850
30440677
PA
128512017-10-12 Pedro Alves <palves@redhat.com>
12852 Simon Marchi <simon.marchi@polymtl.ca>
12853
12854 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12855 instead of on dejagnu remote boards.
12856
4e04f045 128572017-10-12 Pedro Alves <palves@redhat.com>
175654b9 12858 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
12859
12860 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12861 checks. Use build_executable + clean_restart instead of
12862 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12863 of enabling non-stop after starting gdb.
12864
871a186e
PA
128652017-10-12 Pedro Alves <palves@redhat.com>
12866
12867 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12868 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12869 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12870 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12871
56d704da
AK
128722017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12873
12874 * gdb.arch/arc-tdesc-cpu.exp: New file.
12875 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12876
2f20e312
SM
128772017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12878
12879 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12880
65630365
PA
128812017-10-10 Pedro Alves <palves@redhat.com>
12882
12883 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12884 expect CLI output.
12885
bf469271
PA
128862017-10-10 Pedro Alves <palves@redhat.com>
12887
12888 * lib/selftest-support.exp (selftest_setup): Update for
12889 captured_command_loop's prototype change.
12890
777a42f1
PA
128912017-10-09 Pedro Alves <palves@redhat.com>
12892
12893 Test both arch1=>arch2 and arch2=>arch1.
12894
12895 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12896 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12897 factored out to...
12898 (append_arch1_options, append_arch2_options, append_arch_options)
12899 (build_executables): New procedures.
12900 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12901 local.
12902 (top level): Add new 'first_arch' testing axis.
12903
cbd2b4e3
PA
129042017-10-09 Pedro Alves <palves@redhat.com>
12905
12906 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12907 (barrier): New.
12908 (thread_start, all_started): New functions.
12909 (main): Spawn new thread and wait until it is scheduled.
12910 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12911 option.
12912 (do_test): Add 'selected_thread' parameter. Run to all_started
12913 instead of main. Explicitly set the breakpoint at main. Switch
12914 to the SELECTED_THREAD thread.
12915 (top level): Test handling the exec event with either the main
12916 thread or the second thread selected.
12917
5c9e4427
PA
129182017-10-09 Pedro Alves <palves@redhat.com>
12919
12920 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12921 logic. Move STOP marker after the value checks.
12922 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12923 regexp.
12924
b3b7c423
SL
129252017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12926
12927 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12928
3b4b2f16
UW
129292017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12930
12931 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12932 integer-to-dfp conversion.
12933 * gdb.base/dfp-test.exp: Likewise.
12934
5cd63fda
PA
129352017-10-04 Pedro Alves <palves@redhat.com>
12936
12937 * gdb.multi/hangout.c: Include <unistd.h>.
12938 (hangout_loop): New function.
12939 (main): Call alarm. Call hangout_loop in a loop.
12940 * gdb.multi/hello.c: Include <unistd.h>.
12941 (hello_loop): New function.
12942 (main): Call alarm. Call hangout_loop in a loop.
12943 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12944 inferior with the other selected.
12945
4c71c105
SM
129462017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12947
12948 * gdb.mi/list-thread-groups-available.exp: New file.
12949 * gdb.mi/list-thread-groups-available.c: New file.
12950
bc3b087d
SDJ
129512017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12952
12953 * gdb.base/set-cwd.exp: Make it available on
12954 native-extended-gdbserver.
12955
d092c5a2
SDJ
129562017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12957
12958 * gdb.base/set-cwd.c: New file.
12959 * gdb.base/set-cwd.exp: Likewise.
12960
45320ffa
TT
129612017-10-02 Tom Tromey <tom@tromey.com>
12962
12963 PR rust/22236:
12964 * gdb.rust/simple.rs (main): New variable "fslice".
12965 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12966
b3e3859b
TT
129672017-10-02 Tom Tromey <tom@tromey.com>
12968
12969 * gdb.rust/simple.exp: Test ptype of a slice.
12970
01af5e0d
TT
129712017-10-02 Tom Tromey <tom@tromey.com>
12972
12973 * gdb.rust/simple.exp: Test index of slice.
12974
a9bbfbd8
TT
129752017-09-27 Tom Tromey <tom@tromey.com>
12976
12977 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12978
df8899e5
TP
129792017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12980 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.base/compare-sections.exp (get value of read-only section): Read
12983 as unsigned value.
12984 (corrupt read-only section): Likewise and don't set written if patching
12985 failed.
12986
757bf54b
KB
129872017-09-21 Kevin Buettner <kevinb@redhat.com>
12988
12989 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12990 files.
12991
06871ae8
PA
129922017-09-20 Pedro Alves <palves@redhat.com>
12993
12994 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12995 symbol names in gdb's output.
12996 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12997
e5f25bc5
PA
129982017-09-20 Pedro Alves <palves@redhat.com>
12999
13000 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
13001 Rename to ...
13002 (test_list_ambiguous_symbol): ... this and add a symbol name
13003 parameter. Adjust.
13004 (test_list_ambiguous_function): Reimplement on top of
13005 test_list_ambiguous_symbol and also test listing ambiguous
13006 variables.
13007 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
13008 (ambiguous_fun): ... this.
13009 (ambiguous_var): New.
13010 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
13011 (ambiguous_fun): ... this.
13012 (ambiguous_var): New.
13013
4e5a4f58
JB
130142017-09-19 John Baldwin <jhb@FreeBSD.org>
13015
13016 * gdb.base/starti.c: New file.
13017 * gdb.base/starti.exp: New file.
13018 * lib/gdb.exp (gdb_starti_cmd): New procedure.
13019
26e53f3e
PA
130202017-09-14 Pedro Alves <palves@redhat.com>
13021
13022 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
13023 (top level): Use it instead of runto.
13024
cb791d59
TT
130252017-09-11 Tom Tromey <tom@tromey.com>
13026
13027 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
13028
7c96f8c1
TT
130292017-09-11 Tom Tromey <tom@tromey.com>
13030
13031 * gdb.python/py-infthread.exp: Add tests for new_thread event.
13032 * gdb.python/py-inferior.exp: Add tests for new inferior events.
13033
469412dd
CW
130342017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
13035
13036 * gdb.fortran/printing-types.exp: New file.
13037 * gdb.fortran/printing-types.exp: New file.
13038
e0f86435
BH
130392017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
13040
13041 * gdb.fortran/vla-ptype.exp: Fix typos.
13042 * gdb.fortran/vla-value.exp: Same.
13043
9e9af4be
BH
130442017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
13045
13046 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
13047 * gdb.mi/mi-var-child-f.exp: Likewise.
13048 * gdb.mi/mi-vla-fortran.exp: Likewise.
13049
a5ad232b 130502017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
13051 Christoph Weinmann <christoph.t.weinmann@intel.com>
13052 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
13053
13054 * gdb.fortran/ptr-indentation.f90: New file.
13055 * gdb.fortran/ptr-indentation.exp: New file.
13056
5aec60eb
TT
130572017-09-05 Tom Tromey <tom@tromey.com>
13058
13059 PR gdb/22010:
13060 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
13061
8f8f8152
TP
130622017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
13063
13064 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
13065
fbd1b771
JK
130662017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13067
13068 * gdb.threads/tls-nodebug-pie.c: New file.
13069 * gdb.threads/tls-nodebug-pie.exp: New file.
13070
5eb5f850
TT
130712017-09-05 Tom Tromey <tom@tromey.com>
13072
13073 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
13074 for rust.
13075
ae780a21
SM
130762017-09-05 Simon Marchi <simon.marchi@ericsson.com>
13077
13078 * gdb.multi/multi-arch-exec.exp: Test with different
13079 "follow-exec-mode" settings.
13080 (do_test): New procedure.
13081
3693fdb3
PA
130822017-09-04 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.base/func-static.c (S::method const, S::method volatile)
13085 (S::method volatile const): New methods.
13086 (c_s, v_s, cv_s): New instances.
13087 (main): Call method() on them.
13088 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
13089 (cannot_resolve): New procedure.
13090 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
13091 print-quote-unquoted columns.
13092 (do_test): Test printing each scope too.
13093
e68cb8e0
PA
130942017-09-04 Pedro Alves <palves@redhat.com>
13095
13096 * gdb.base/local-static.exp: Also test with
13097 class::method::variable wholly quoted.
13098 * gdb.cp/m-static.exp (class::method::variable): Remove test.
13099
858be34c
PA
131002017-09-04 Pedro Alves <palves@redhat.com>
13101
13102 * gdb.base/local-static.c: New.
13103 * gdb.base/local-static.cc: New.
13104 * gdb.base/local-static.exp: New.
13105
46a4882b
PA
131062017-09-04 Pedro Alves <palves@redhat.com>
13107
13108 * gdb.asm/asm-source.exp: Add casts to int.
13109 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
13110 (dataglobal64_1, dataglobal64_2): New globals.
13111 * gdb.base/nodebug.exp: Test different expressions involving the
13112 new globals, with print, whatis and ptype. Add casts to int.
13113 * gdb.base/solib-display.exp: Add casts to int.
13114 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
13115 * gdb.cp/m-static.exp: Add cast to int.
13116 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
13117 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
13118 tls variable with no debug info without a cast. Test with a cast
13119 to int too.
13120 * gdb.trace/entry-values.exp: Add casts.
13121
2c5a2be1
PA
131222017-09-04 Pedro Alves <palves@redhat.com>
13123
13124 * gdb.base/nodebug.exp: Test that ptype's error about functions
13125 with unknown return type includes the function name too.
13126
7022349d
PA
131272017-09-04 Pedro Alves <palves@redhat.com>
13128
13129 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
13130 return type of munmap in infcall.
13131 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
13132 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
13133 type of ftell in infcall.
13134 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
13135 type of getpid in infcall.
13136 * gdb.base/infcall-exec.exp: Cast return type of execlp in
13137 infcall.
13138 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
13139 Bail on failure to extract the pid.
13140 * gdb.base/nodebug.c: #include <stdint.h>.
13141 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
13142 New functions.
13143 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
13144 Change expected output of print/whatis/ptype with functions with
13145 no debug info. Test all supported languages. Call
13146 test_call_promotion.
13147 * gdb.compile/compile.exp: Adjust expected output to expect
13148 warning.
13149 * gdb.threads/siginfo-threads.exp: Likewise.
13150
54990598
PA
131512017-09-04 Pedro Alves <palves@redhat.com>
13152
13153 * gdb.base/callfuncs.exp (do_function_calls): New parameter
13154 "prototypes". Test calling float functions via prototyped and
13155 unprototyped function pointers.
13156 (perform_all_tests): New parameter "prototypes". Pass it down.
13157 (top level): Pass down "prototypes" parameter to
13158 perform_all_tests.
13159
34d16ea2
SM
131602017-09-04 Simon Marchi <simon.marchi@ericsson.com>
13161
13162 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
13163 Test with nested loops.
13164
9521ecda
SM
131652017-09-04 Simon Marchi <simon.marchi@ericsson.com>
13166
13167 * gdb.base/commands.exp: Call the new procedures.
13168 (loop_break_test, loop_continue_test): New procedures.
13169
80a65e9b
SM
131702017-09-04 Simon Marchi <simon.marchi@ericsson.com>
13171
13172 * gdb.base/commands.exp: Call new procedure.
13173 (define_if_without_arg_test): New procedure.
13174
e439fa14
PA
131752017-09-04 Pedro Alves <palves@redhat.com>
13176
13177 * gdb.base/list-ambiguous.exp: New file.
13178 * gdb.base/list-ambiguous0.c: New file.
13179 * gdb.base/list-ambiguous1.c: New file.
13180 * gdb.base/list.exp (test_list_range): Adjust expected output.
13181
0a2dde4a
SDJ
131822017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
13183
13184 * gdb.base/share-env-with-gdbserver.c: New file.
13185 * gdb.base/share-env-with-gdbserver.exp: Likewise.
13186
5e89eb3a
SM
131872017-08-28 Simon Marchi <simon.marchi@ericsson.com>
13188
13189 * gdb.base/commands.exp (gdbvar_simple_if_test,
13190 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
13191 progvar_simple_if_test, progvar_simple_while_test,
13192 progvar_complex_if_while_test, user_defined_command_test,
13193 user_defined_command_args_eval,
13194 user_defined_command_args_stack_test,
13195 user_defined_command_manyargs_test, bp_deleted_in_command_test,
13196 temporary_breakpoint_commands,
13197 gdb_test_no_prompt, redefine_hook_test,
13198 redefine_backtrace_test): Remove "global gdb_prompt".
13199
fd437cbc
SM
132002017-08-28 Simon Marchi <simon.marchi@ericsson.com>
13201
13202 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
13203 New proc, call it from toplevel.
13204
87215ad1
SDJ
132052017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
13206
13207 PR remote/21852
13208 * gdb.server/normal.c: New file, copied from gdb.base.
13209 * gdb.server/run-without-local-binary.exp: New file.
13210
58afddc6
WP
132112017-08-07 Weimin Pan <weimin.pan@oracle.com>
13212
13213 * gdb.arch/sparc64-adi.exp: New file.
13214 * gdb.arch/sparc64-adi.c: New file.
13215
5277199a
PA
132162017-08-22 Pedro Alves <palves@redhat.com>
13217
13218 * gdb.cp/overload.exp (line_range_pattern): New procedure.
13219 (top level): Add "list all overloads" tests.
13220
14278e1f
TT
132212017-08-22 Tom Tromey <tom@tromey.com>
13222
13223 * gdb.gdb/xfullpath.exp: Remove.
13224
bf223d3e
PA
132252017-08-21 Pedro Alves <palves@redhat.com>
13226
13227 PR gdb/19487
13228 * gdb.base/symbol-alias.c: New.
13229 * gdb.base/symbol-alias2.c: New.
13230 * gdb.base/symbol-alias.exp: New.
13231
c973d0aa
PA
132322017-08-21 Pedro Alves <palves@redhat.com>
13233
13234 * gdb.base/dfp-test.c
13235 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
13236 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
13237 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
13238 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
13239 * gdb.base/whatis-ptype-typedefs.c: New.
13240 * gdb.base/whatis-ptype-typedefs.exp: New.
13241 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
13242 (an_int, an_int_type, an_int_type2): New globals.
13243 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
13244 involving typedefs and cast expressions.
13245 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
13246 (lookup_typedefs_function): New.
13247 (typedefs_pretty_printers_dict): New.
13248 (top level): Register lookup_typedefs_function in
13249 gdb.pretty_printers.
13250
6d580b63
YQ
132512017-08-18 Yao Qi <yao.qi@linaro.org>
13252
13253 * gdb.server/unittest.exp: New.
13254
206726fb
SDJ
132552017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
13256
13257 PR gdb/21954
13258 * gdb.base/environ.exp: Add test to check if 'unset environment'
13259 works.
13260
bf0ec4c2
AA
132612017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13262
13263 * lib/gdb.exp (universal_compile_options): New caching proc.
13264 (gdb_compile): Suppress GCC's coloring of messages.
13265
d6382fff
TT
132662017-08-14 Tom Tromey <tom@tromey.com>
13267
13268 PR gdb/21675:
13269 * gdb.base/printcmds.exp (test_radices): New function.
13270 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
13271 * gdb.base/sizeof.exp (check_valueof): Use p/d.
13272 * lib/gdb.exp (get_integer_valueof): Use p/d.
13273
c2c2dd9f
SM
132742017-08-12 Simon Marchi <simon.marchi@ericsson.com>
13275
13276 * lib/gdb.exp (get_valueof): Don't capture end-of-line
13277 characters.
13278
fdffd6f4
TT
132792017-08-05 Tom Tromey <tom@tromey.com>
13280
13281 * gdb.rust/simple.exp: Allow String to appear in a different
13282 namespace.
13283
27d41eac
YQ
132842017-07-26 Yao Qi <yao.qi@linaro.org>
13285
13286 * gdb.gdb/unittest.exp: Invoke command
13287 "maintenance check xml-descriptions".
13288
031ed05d
AA
132892017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13290
13291 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
13292 calling context.
13293 (hex128): Drop erroneous calculation of parameters.
13294
dcd27ddf
SM
132952017-07-22 Simon Marchi <simon.marchi@ericsson.com>
13296
13297 * gdb.python/py-unwind.exp: Disable stack protection when
13298 building test file.
13299
47e77640
PA
133002017-07-20 Pedro Alves <palves@redhat.com>
13301
13302 * gdb.base/default.exp (set language): Adjust expected output.
13303
62d2a18a
PA
133042017-07-20 Pedro Alves <palves@redhat.com>
13305
13306 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
13307 (test_minsym): ... this, and make static.
13308 (get_pck__foo__bar__minsym): Rename to ...
13309 (get_test_minsym): ... this.
13310 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
13311 symbol names and comments.
13312 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
13313 (get_test_minsym): ... this.
13314 (pck__foo__bar__minsym__2): Rename to ...
13315 (test_minsym): ... this.
13316 (main): Adjust.
13317
c45ec17c
PA
133182017-07-17 Pedro Alves <palves@redhat.com>
13319
13320 * gdb.base/completion.exp: Adjust expected output.
13321 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
13322 the completer works.
13323
c6756f62
PA
133242017-07-17 Pedro Alves <palves@redhat.com>
13325
13326 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
13327
5bd68487
AB
133282017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
13329
13330 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
13331
8880f2a9
TT
133322017-07-14 Tom Tromey <tom@tromey.com>
13333
13334 PR rust/21764:
13335 * gdb.rust/simple.exp: Add tests.
13336
65547233
TT
133372017-07-14 Tom Tromey <tom@tromey.com>
13338
13339 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
13340
8f14146e
PA
133412017-07-14 Pedro Alves <palves@redhat.com>
13342
13343 * gdb.linespec/base/one/thefile.cc (z1): New function.
13344 * gdb.linespec/base/two/thefile.cc (z2): New function.
13345 * gdb.linespec/linespec.exp: Add tests.
13346
b4365d02
AB
133472017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13348
13349 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
13350 to mi_create_breakpoint.
13351
5d2cbaa5
AB
133522017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13353
13354 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
13355 mi_create_breakpoint.
13356
11cb5716
IB
133572017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
13358
13359 * gdb.dlang/demangle.exp: Update for demangling changes.
13360
03278692
TT
133612017-07-09 Tom Tromey <tom@tromey.com>
13362
13363 * gdb.dwarf2/shortpiece.exp: New file.
13364
33c5cd75
DB
133652017-07-06 David Blaikie <dblaikie@gmail.com>
13366
13367 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
13368 built from fissiont-multi-cu{1,2}.c.
13369 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
13370 except putting 'main' and 'func' in separate CUs in the same DWO file.
13371 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
13372 test.
13373 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
13374 test.
13375
8455d262
PA
133762017-07-06 Pedro Alves <palves@redhat.com>
13377
13378 * gdb.python/py-unwind.exp: Test flushregs.
13379
dc4bde35
SDJ
133802017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13381
13382 PR cli/21688
13383 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
13384 tests for alias commands and trailing whitespace.
13385
51ed89aa
SDJ
133862017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13387
13388 PR cli/21688
13389 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
13390 procedure. Call it.
13391
eb17d413
PA
133922017-06-29 Pedro Alves <palves@redhat.com>
13393
13394 * gdb.base/printcmds.exp: Add tests.
13395
41664b45
DG
133962017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
13397
13398 PR gdb/21337
13399 * gdb.base/reread-readsym.exp: New file.
13400 * gdb.base/reread-readsym.c: New file.
13401
75312ae3
KB
134022017-06-21 Kevin Buettner <kevinb@redhat.com>
13403
13404 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
13405 subpattern.
13406
66953522
PB
134072017-06-19 Peter Bergner <bergner@vnet.ibm.com>
13408
13409 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
13410 extended mnemonic.
13411 * gdb.arch/powerpc-power9.s: Likewise.
13412
5524b525
AA
134132017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13414
13415 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
13416 on 32-bit x86 targets. Exploit is_*_target macros where
13417 appropriate.
13418
03c8af18
AA
134192017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13420
13421 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
13422 register pieces.
13423
3bf31011
AA
134242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13425
13426 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
13427 located in one or more DWARF pieces.
13428
805acca0
AA
134292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13430
13431 * lib/gdb.exp (get_endianness): New proc.
13432 * gdb.arch/aarch64-fp.exp: Use it.
13433 * gdb.arch/altivec-regs.exp: Likewise.
13434 * gdb.arch/e500-regs.exp: Likewise.
13435 * gdb.arch/vsx-regs.exp: Likewise.
13436 * gdb.base/dump.exp: Likewise.
13437 * gdb.base/funcargs.exp: Likewise.
13438 * gdb.base/gnu_vector.exp: Likewise.
13439 * gdb.dwarf2/formdata16.exp: Likewise.
13440 * gdb.dwarf2/implptrpiece.exp: Likewise.
13441 * gdb.dwarf2/nonvar-access.exp: Likewise.
13442 * gdb.python/py-inferior.exp: Likewise.
13443 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
13444
e9352324
AA
134452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13446
13447 PR gdb/21226
13448 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
13449 stack value pieces are taken from the LSB end.
13450
d5d1163e
AA
134512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13452
13453 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
13454 variable at nonzero offset.
13455
0567c986
AA
134562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13457
13458 * gdb.dwarf2/var-access.c: New file.
13459 * gdb.dwarf2/var-access.exp: New test.
13460 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
13461
973e9aab
TT
134622017-06-12 Tom Tromey <tom@tromey.com>
13463
13464 * gdb.dwarf2/formdata16.exp: Add tests.
13465
d9109c80
TT
134662017-06-12 Tom Tromey <tom@tromey.com>
13467
13468 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
13469
30a25466
TT
134702017-06-12 Tom Tromey <tom@tromey.com>
13471
13472 PR exp/16225:
13473 * gdb.reverse/i386-sse-reverse.exp: Update tests.
13474 * gdb.arch/vsx-regs.exp: Update tests.
13475 * gdb.arch/s390-vregs.exp (hex128): New proc.
13476 Update test.
13477 * gdb.arch/altivec-regs.exp: Update tests.
13478
aefd8b33
SDJ
134792017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13480
13481 * gdb.base/startup-with-shell.c: New file.
13482 * gdb.base/startup-with-shell.exp: Likewise.
13483
2090129c
SDJ
134842017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13485
13486 * gdb.server/non-existing-program.exp: Update regex in order to
13487 reflect the fact that gdbserver is now using fork_inferior (with a
13488 shell) to startup the inferior.
13489
8e86a419
SM
134902017-05-30 Simon Marchi <simon.marchi@ericsson.com>
13491
13492 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
13493 support function calls from GDB.
13494
e6cf65f2
TT
134952017-05-21 Tom Tromey <tom@tromey.com>
13496
13497 PR rust/21466:
13498 * gdb.rust/unsized.exp: New file.
13499 * gdb.rust/unsized.rs: New file.
13500
43cc5389
TT
135012017-05-19 Tom Tromey <tom@tromey.com>
13502
13503 PR rust/21484:
13504 * gdb.rust/watch.exp: New file.
13505 * gdb.rust/watch.rs: New file.
13506
ec8df234
TT
135072017-05-18 Tom Tromey <tom@tromey.com>
13508
13509 * gdb.rust/simple.exp: Allow Box to be qualified.
13510
3e3e7fae
TP
135112017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
13512
13513 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
13514
59cc050d
PA
135152017-05-18 Pedro Alves <palves@redhat.com>
13516
13517 * gdb.base/fileio.c (test_write, test_read, test_close)
13518 (test_fstat): Don't print 'ret' in the fail path.
13519
c8f6abd1
PA
135202017-05-18 Pedro Alves <palves@redhat.com>
13521
13522 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
13523 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
13524 (test_system, test_rename, test_unlink, test_time): Change
13525 prototypes.
13526 * gdb.base/fileio.exp (stop_msg): Adjust.
13527
d2a03b77
PA
135282017-05-18 Pedro Alves <palves@redhat.com>
13529
13530 * gdb.base/fileio.c (null_str): New global.
13531 (test_stat): Use it.
13532 * gdb.base/fileio.exp: Remove nowarnings.
13533
0d5c6999
YQ
135342017-05-17 Yao Qi <yao.qi@linaro.org>
13535
13536 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
13537
21873064
YQ
135382017-05-17 Simon Marchi <simon.marchi@ericsson.com>
13539
13540 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
13541 argument command.
13542 (top-level): Invoke test_set_inferior_tty.
13543
d512d31c
PA
135442017-05-04 Pedro Alves <palves@redhat.com>
13545
13546 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13547 Add parens to print call for Python 3.
13548
90cef2ed
KS
135492017-05-03 Keith Seitz <keiths@redhat.com>
13550
13551 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13552 (main): Call it.
13553
14f819c8
TW
135542017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13555
13556 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13557 to prev and next.
13558
913aeadd
TW
135592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13560
13561 * gdb.python/py-record-btrace.exp: Remove test for
13562 gdb.BtraceInstruction.error.
13563
a3be24ad
TW
135642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13565
13566 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13567
ae20e79a
TW
135682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13569
13570 * gdb.python/py-record-btrace-threads.c: New file.
13571 * gdb.python/py-record-btrace-threads.exp: New file.
13572
45ce1b47
SDJ
135732017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13574
13575 PR testsuite/8595
13576 * gdb.base/environ.exp: Make test available in all architectures.
13577 Move bits related to "info program" testing to
13578 gdb.base/info-program.exp. Rewrite tests to use the two new
13579 procedures mentione below.
13580 (test_set_show_env_var) New procedure.
13581 (test_set_show_env_var_equal): Likewise.
13582 * gdb.base/info-program.exp: New file.
13583
e15c3eb4
KS
135842017-04-27 Keith Seitz <keiths@redhat.com>
13585
13586 * gdb.cp/oranking.cc (test15): New function.
13587 (main): Call test15 and declare additional variables for testing.
13588 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13589 "p foo101('abc')" tests.
13590 Add tests for cv qualifier overloads.
13591 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13592 "lvalue reference overload" test.
13593 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13594 "print value of f1 on Child&& in f2" test.
13595
3a3fd0fd
PA
135962017-04-19 Pedro Alves <palves@redhat.com>
13597
13598 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13599 procedure.
13600 (top level): Call it.
13601 * lib/gdb.exp (gdb_define_cmd): New procedure.
13602
53375380
PA
136032017-04-12 Pedro Alves <palves@redhat.com>
13604
13605 PR gdb/21323
13606 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13607 (wchar): New global.
13608 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13609 (do_test_wide_char, wide_char_types_no_program, top level): Add
13610 wchar_t testing.
13611
53e710ac
PA
136122017-04-12 Pedro Alves <palves@redhat.com>
13613
13614 PR c++/21323
13615 * gdb.cp/wide_char_types.c: New file.
13616 * gdb.cp/wide_char_types.exp: New file.
13617
0ad9d8c7
SDJ
136182017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13619
13620 PR gdb/21352
13621 * gdb.trace/tsv.exp: Add test for "tsave -r".
13622
b1b45502
IB
136232017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13624
13625 * gdb.dlang/watch-loc.c: New file.
13626 * gdb.dlang/watch-loc.exp: New file.
13627
ec13808e
JK
136282017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13629
13630 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13631
fe5f7374
AK
136322017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13633
13634 * gdb.arch/arc-analyze-prologue.S: New file.
13635 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13636
eea78757
AK
136372017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13638
13639 * gdb.arch/arc-decode-insn.S: New file.
13640 * gdb.arch/arc-decode-insn.exp: Likewise.
13641
5badf10a
IR
136422017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13643
13644 PR tdep/20928
13645 * gdb.arch/sparc64-regs.exp: New file.
13646 * gdb.arch/sparc64-regs.S: Likewise.
13647
cee59b3f
TW
136482017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13649
13650 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13651 and memory view on Python 3.
13652
c0f55cc6
AV
136532017-03-20 Artemiy Volkov <artemiyv@acm.org>
13654 Keith Seitz <keiths@redhat.com>
13655
13656 PR gdb/14441
13657 * gdb.cp/demangle.exp: Add rvalue reference tests.
13658 * gdb.cp/rvalue-ref-casts.cc: New file.
13659 * gdb.cp/rvalue-ref-casts.exp: New file.
13660 * gdb.cp/rvalue-ref-overload.cc: New file.
13661 * gdb.cp/rvalue-ref-overload.exp: New file.
13662 * gdb.cp/rvalue-ref-params.cc: New file.
13663 * gdb.cp/rvalue-ref-params.exp: New file.
13664 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13665 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13666 * gdb.cp/rvalue-ref-types.cc: New file.
13667 * gdb.cp/rvalue-ref-types.exp: New file.
13668 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13669 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13670
51457a05
MAL
136712017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13672
13673 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13674 New procedure.
13675
5b291c04
MAL
136762017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13677
13678 * lib/mi-support.exp (mi_gdb_test): Add additional message
13679 for unexpected output.
13680
59a56148
AA
136812017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13682
13683 * gdb.base/examine-backward.c (Barrier): New character array
13684 constant, to ensure that TestStrings is preceded by a string
13685 terminator.
13686
7942e96e
AA
136872017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13688
13689 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13690 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13691 and implicit pointer into such a location.
13692
6ebac3fb
DE
136932017-03-16 Doug Evans <dje@google.com>
13694
13695 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13696
ec3b243d
TP
136972017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13698
13699 * gdb.cp/m-static.exp: Fix expectation for prototype of
13700 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
13701
137022017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
13703
13704 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13705 * gdb.guile/scm-lazy-string.c: New file.
13706 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13707 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13708 for pointer, array, typedef lazy strings.
13709
2cc36e25 137102017-03-16 Doug Evans <dje@google.com>
34b43320
DE
13711
13712 PR python/17728, python/18439, python/18779
13713 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13714 * gdb.python/py-lazy-string.c (pointer): New typedef.
13715 (main): New locals ptr, array, typedef_ptr.
13716 * gdb.python/py-value.exp: Move lazy string tests to ...
13717 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13718 array, typedef lazy strings.
ec3b243d 13719
0efcde63
AK
137202017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13721
13722 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13723 Add optional 'test' parameter.
13724
7978d7c3
SM
137252017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13726
13727 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13728 Skip for versions of DejaGnu < 1.5.
13729
896c0c1e
SM
137302017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13731
13732 * lib/gdb.exp (dejagnu_version): New proc.
13733 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13734 Use dejagnu_version.
13735
5f4d1085
KS
137362017-03-10 Keith Seitz <keiths@redhat.com>
13737
13738 PR c++/8128
13739 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13740 type from destructor regexps.
13741 Add a branch which actually passes the test.
13742 Adjust "ptype t5i" test names.
13743
1de05205
PA
137442017-03-08 Pedro Alves <palves@redhat.com>
13745
13746 * gdb.base/step-over-exit.exp: Add explicit test message.
13747
c65d6b55
PA
137482017-03-08 Pedro Alves <palves@redhat.com>
13749
13750 PR gdb/18360
13751 * gdb.threads/interrupt-while-step-over.c: New file.
13752 * gdb.threads/interrupt-while-step-over.exp: New file.
13753
2e86a283
PA
137542017-03-08 Pedro Alves <palves@redhat.com>
13755
13756 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13757 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13758
25dcbff6
PA
137592017-03-08 Pedro Alves <palves@redhat.com>
13760
13761 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13762 PKRU as not supported as a PASS.
13763
dc9366eb
PA
137642017-03-08 Pedro Alves <palves@redhat.com>
13765
13766 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13767 prefix instead of $binfile1/$binfile2.
13768 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13769 in test message.
13770 * gdb.python/py-completion.exp: Use "load python file" as test
13771 messages instead of unstable path names.
13772
6e5d74e7
PA
137732017-03-08 Pedro Alves <palves@redhat.com>
13774 Jan Kratochvil <jan.kratochvil@redhat.com>
13775
13776 PR cli/21218
13777 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13778 New proc.
13779 (top level): Call it.
13780
9753a2f6
PA
137812017-03-08 Pedro Alves <palves@redhat.com>
13782
13783 PR tui/21216
13784 * gdb.tui/tui-nl-filtered-output.exp: New file.
13785
1a4dd9dd
PA
137862017-03-08 Pedro Alves <palves@redhat.com>
13787
13788 * gdb.base/completion.exp: Move TUI completion tests to ...
13789 * gdb.tui/completion.exp: ... this new file.
13790
7cbbff33
PA
137912017-03-08 Pedro Alves <palves@redhat.com>
13792
13793 * gdb.base/tui-disasm-long-lines.c,
13794 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13795 gdb.base/tui-layout.exp: Move to ...
13796 * gdb.tui/: ... this new directory.
13797
5f6fd321
PA
137982017-03-07 Pedro Alves <palves@redhat.com>
13799
13800 * gdb.base/tui-layout.c: New file.
13801 * gdb.base/tui-layout.exp: New file.
13802
44959fa8
PA
138032017-03-07 Pedro Alves <palves@redhat.com>
13804
13805 * gdb.base/tui-layout.c: Rename to ...
13806 * gdb.base/tui-disasm-long-lines.c: ... this.
13807 * gdb.base/tui-layout.exp: Rename to ...
13808 * gdb.base/tui-disasm-long-lines.exp: ... this.
13809
f8c4e718
PA
138102017-03-07 Pedro Alves <palves@redhat.com>
13811
13812 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13813
6dbb839a 138142017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
13815
13816 * i386-mpx-call.c: New file.
13817 * i386-mpx-call.exp: New file.
13818
65b48a81
PB
138192017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13820
13821 * gdb.arch/powerpc-power.exp: Delete test.
13822 * gdb.arch/powerpc-power.s: Likewise.
13823 * gdb.disasm/disassembler-options.exp: New test.
13824 * gdb.arch/powerpc-altivec.exp: Likewise.
13825 * gdb.arch/powerpc-altivec.s: Likewise.
13826 * gdb.arch/powerpc-altivec2.exp: Likewise.
13827 * gdb.arch/powerpc-altivec2.s: Likewise.
13828 * gdb.arch/powerpc-altivec3.exp: Likewise.
13829 * gdb.arch/powerpc-altivec3.s: Likewise.
13830 * gdb.arch/powerpc-power7.exp: Likewise.
13831 * gdb.arch/powerpc-power7.s: Likewise.
13832 * gdb.arch/powerpc-power8.exp: Likewise.
13833 * gdb.arch/powerpc-power8.s: Likewise.
13834 * gdb.arch/powerpc-power9.exp: Likewise.
13835 * gdb.arch/powerpc-power9.s: Likewise.
13836 * gdb.arch/powerpc-vsx.exp: Likewise.
13837 * gdb.arch/powerpc-vsx.s: Likewise.
13838 * gdb.arch/powerpc-vsx2.exp: Likewise.
13839 * gdb.arch/powerpc-vsx2.s: Likewise.
13840 * gdb.arch/powerpc-vsx3.exp: Likewise.
13841 * gdb.arch/powerpc-vsx3.s: Likewise.
13842 * gdb.arch/arm-disassembler-options.exp: Likewise.
13843 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13844 * gdb.arch/s390-disassembler-options.exp: Likewise.
13845
17cd4947
LM
138462017-02-23 Luis Machado <lgustavo@codesourcery.com>
13847
13848 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13849 (check_supported_features): ... this. Changed return type to void.
13850 (supports_rdseed): New static global.
13851 (rdseed): Check supports_rdseed.
13852 (initialize): Call check_supported_features.
13853
2039d74e
EBM
138542017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13855
13856 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13857 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13858 and lqarx/stqcx.
13859 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13860 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13861
a51d7ecf
EBM
138622017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13863
13864 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13865 uppercase.
13866
0224619f
JK
138672017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13868
13869 * gdb.dwarf2/formdata16.c: New file.
13870 * gdb.dwarf2/formdata16.exp: New file.
13871 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13872
216f72a1
JK
138732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13874
13875 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13876 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13877 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13878 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13879 DW_AT_GNU_*.
13880
43988095
JK
138812017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13882
13883 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13884
99e8a4f9
SDJ
138852017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13886
13887 PR gdb/21164
13888 * gdb.base/maint.exp: Add testcases for when the commands do
13889 not have arguments.
13890
b58a8c0c
TP
138912017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13892
13893 * gdb.cp/chained-calls.exp: Use p instead of P.
13894
4e746bb6
TW
138952017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13896
13897 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13898 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13899
3f77c769
TT
139002017-02-14 Tom Tromey <tom@tromey.com>
13901
13902 PR python/13598:
13903 * gdb.python/py-events.exp: Add before_prompt event tests.
13904
075beec0
AA
139052017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13906
13907 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13908
bf5f525c
LM
139092017-02-13 Luis Machado <lgustavo@codesourcery.com>
13910
13911 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13912 (main): Call my_unique_function_name.
13913 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13914 completion of patterns with a single match.
13915 Add missing -re switches to gdb_test_multiple calls.
13916
13a66184
LM
139172017-02-13 Luis Machado <lgustavo@codesourcery.com>
13918
13919 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13920 return if core file is not recognized.
13921
26a06916
SM
139222017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13923
13924 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13925 and extra UIs.
13926
b761ca9e
SM
139272017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13928
13929 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13930 proc_with_prefix.
13931
b964bee0
TT
139322017-02-10 Tom Tromey <tom@tromey.com>
13933
13934 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13935
18da0c51
MG
139362017-02-10 Martin Galvan <martingalvan@sourceware.org>
13937
13938 PR gdb/21122
13939 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13940
604c4576
JG
139412017-02-08 Jerome Guitton <guitton@adacore.com>
13942
13943 * gdb.base/define.exp: Add test for command abbreviations
13944 in define.
13945
20b477a7
LM
139462017-02-06 Luis Machado <lgustavo@codesourcery.com>
13947
13948 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13949 * gdb.reverse/insn-reverse-x86.c: New file.
13950
3f7b46f2
IR
139512017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13952
13953 PR tdep/20936
13954 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13955
f0fd41c1
TT
139562017-02-03 Tom Tromey <tom@tromey.com>
13957
13958 PR rust/21097:
13959 * gdb.rust/simple.exp: Add new tests.
13960
5be5dbf0
PA
139612017-02-02 Pedro Alves <palves@redhat.com>
13962
13963 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13964 tests.
13965
7346ef59
AA
139662017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13967
13968 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13969 taking a 2-byte value out of a 4-byte DWARF implicit value on
13970 big-endian targets.
13971 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13972 logic. Add test cases for DW_OP_implicit.
13973
787f0025
MM
139742017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13975
13976 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13977
68777c29
MM
139782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13979
13980 * gdb.btrace/enable.exp: Call gdb_exit before
13981 skip_gdbserver_tests.
13982
0a1c7e28
MM
139832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13984
13985 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13986 GDBFLAGS.
13987
b5ac99b0
MM
139882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13989
13990 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13991 the test is skipped.
13992 * gdb.btrace/data.exp: Likewise.
13993 * gdb.btrace/delta.exp: Likewise.
13994 * gdb.btrace/dlopen.exp: Likewise.
13995 * gdb.btrace/enable-running.exp: Likewise.
13996 * gdb.btrace/enable.exp: Likewise.
13997 * gdb.btrace/exception.exp: Likewise.
13998 * gdb.btrace/function_call_history.exp: Likewise.
13999 * gdb.btrace/gcore.exp: Likewise.
14000 * gdb.btrace/instruction_history.exp: Likewise.
14001 * gdb.btrace/multi-thread-step.exp: Likewise.
14002 * gdb.btrace/nohist.exp: Likewise.
14003 * gdb.btrace/non-stop.exp: Likewise.
14004 * gdb.btrace/reconnect.exp: Likewise.
14005 * gdb.btrace/record_goto-step.exp: Likewise.
14006 * gdb.btrace/record_goto.exp: Likewise.
14007 * gdb.btrace/rn-dl-bind.exp: Likewise.
14008 * gdb.btrace/segv.exp: Likewise.
14009 * gdb.btrace/step.exp: Likewise.
14010 * gdb.btrace/stepi.exp: Likewise.
14011 * gdb.btrace/tailcall-only.exp: Likewise.
14012 * gdb.btrace/tailcall.exp: Likewise.
14013 * gdb.btrace/tsx.exp: Likewise.
14014 * gdb.btrace/unknown_functions.exp: Likewise.
14015 * gdb.btrace/vdso.exp: Likewise.
14016
cd4007e4
MM
140172017-02-01 Markus Metzger <markus.t.metzger@intel.com>
14018
14019 * gdb.btrace/enable-running.c: New.
14020 * gdb.btrace/enable-running.exp: New.
14021
2735833d
WT
140222017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
14023
14024 * gdb.arch/amd64-gs_base.c: New file.
14025 * gdb.arch/amd64-gs_base.exp: New file.
14026
b51e1e94
LM
140272017-01-26 Luis Machado <lgustavo@codesourcery.com>
14028
14029 * lib/memory.exp: Remove spurious empty newlines.
14030
72ca0410
SM
140312017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
14032
14033 * gdb.python/py-bad-printers.exp: Load python file using "source".
14034 * gdb.python/py-events.exp: Likewise.
14035 * gdb.python/py-evsignal.exp: Likewise.
14036 * gdb.python/py-evthreads.exp: Likewise.
14037 * gdb.python/py-frame-args.exp: Likewise.
14038 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
14039 * gdb.python/py-framefilter-mi.exp: Likewise.
14040 * gdb.python/py-framefilter.exp: Likewise.
14041 * gdb.python/py-mi.exp: Likewise.
14042 * gdb.python/py-pp-maint.exp: Likewise.
14043 * gdb.python/py-pp-registration.exp: Likewise.
14044 * gdb.python/py-prettyprint.exp: Likewise.
14045 (run_lang_tests): Likewise.
14046 * gdb.python/py-typeprint.exp: Likewise.
14047
e309aa65
LM
140482017-01-26 Luis Machado <lgustavo@codesourcery.com>
14049
14050 * lib/memory.exp: New file.
14051 * lib/gdb.exp: Load memory.exp.
14052 * gdb.base/memattr.exp (delete_memory): Move proc to
14053 lib/memory.exp and rename to delete_memory_regions.
14054 Replace delete_memory with delete_memory_regions.
14055 Cleanup memory regions before tests.
14056 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
14057 before tests.
14058
515aff23
LM
140592017-01-26 Luis Machado <lgustavo@codesourcery.com>
14060
14061 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
14062 files.
14063 (initialize): New function conditionally defined.
14064 (testcases): Move within conditional block.
14065 (main): Call initialize.
14066 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
14067 of gdb.reverse/insn-reverse.c.
14068 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
14069 gdb.reverse/insn-reverse.c.
14070
d8b49cf0
YQ
140712017-01-26 Yao Qi <yao.qi@linaro.org>
14072
14073 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
14074 disassemble on address 0.
14075
f13a9a0c
YQ
140762017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
14077 Yao Qi <yao.qi@linaro.org>
14078
14079 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
14080 * gdb.dwarf2/implptr-64bit.S: Remove.
14081 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
14082 variables in caller's context. Add DW_OP_implicit_value.
14083
5ac95241
YQ
140842017-01-25 Yao Qi <yao.qi@linaro.org>
14085
14086 * lib/dwarf.exp (Dwarf::_location): Handle
14087 DW_OP_GNU_implicit_pointer with proper size.
14088
23e82930
LM
140892017-01-20 Luis Machado <lgustavo@codesourcery.com>
14090
14091 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
14092 and add untested calls.
14093
d334ae25
LM
140942017-01-20 Luis Machado <lgustavo@codesourcery.com>
14095
14096 * gdb.python/python.exp: Check line number against what GDB thinks
14097 the line number is for func1.
14098
f5e6296e
IB
140992017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
14100
14101 * gdb.dlang/debug-expr.exp: New file.
14102
5b362f04
LM
141032016-12-23 Luis Machado <lgustavo@codesourcery.com>
14104
14105 Fix test names for the following files:
14106
14107 * gdb.ada/exec_changed.exp
14108 * gdb.ada/info_types.exp
14109 * gdb.arch/aarch64-atomic-inst.exp
14110 * gdb.arch/aarch64-fp.exp
14111 * gdb.arch/altivec-abi.exp
14112 * gdb.arch/altivec-regs.exp
14113 * gdb.arch/amd64-byte.exp
14114 * gdb.arch/amd64-disp-step.exp
14115 * gdb.arch/amd64-dword.exp
14116 * gdb.arch/amd64-entry-value-inline.exp
14117 * gdb.arch/amd64-entry-value-param.exp
14118 * gdb.arch/amd64-entry-value-paramref.exp
14119 * gdb.arch/amd64-entry-value.exp
14120 * gdb.arch/amd64-i386-address.exp
14121 * gdb.arch/amd64-invalid-stack-middle.exp
14122 * gdb.arch/amd64-invalid-stack-top.exp
14123 * gdb.arch/amd64-optimout-repeat.exp
14124 * gdb.arch/amd64-prologue-skip.exp
14125 * gdb.arch/amd64-prologue-xmm.exp
14126 * gdb.arch/amd64-stap-special-operands.exp
14127 * gdb.arch/amd64-stap-wrong-subexp.exp
14128 * gdb.arch/amd64-tailcall-cxx.exp
14129 * gdb.arch/amd64-tailcall-noret.exp
14130 * gdb.arch/amd64-tailcall-ret.exp
14131 * gdb.arch/amd64-tailcall-self.exp
14132 * gdb.arch/amd64-word.exp
14133 * gdb.arch/arm-bl-branch-dest.exp
14134 * gdb.arch/arm-disp-step.exp
14135 * gdb.arch/arm-neon.exp
14136 * gdb.arch/arm-single-step-kernel-helper.exp
14137 * gdb.arch/avr-flash-qualifier.exp
14138 * gdb.arch/disp-step-insn-reloc.exp
14139 * gdb.arch/e500-abi.exp
14140 * gdb.arch/e500-regs.exp
14141 * gdb.arch/ftrace-insn-reloc.exp
14142 * gdb.arch/i386-avx512.exp
14143 * gdb.arch/i386-bp_permanent.exp
14144 * gdb.arch/i386-byte.exp
14145 * gdb.arch/i386-cfi-notcurrent.exp
14146 * gdb.arch/i386-disp-step.exp
14147 * gdb.arch/i386-dr3-watch.exp
14148 * gdb.arch/i386-float.exp
14149 * gdb.arch/i386-gnu-cfi.exp
14150 * gdb.arch/i386-mpx-map.exp
14151 * gdb.arch/i386-mpx-sigsegv.exp
14152 * gdb.arch/i386-mpx-simple_segv.exp
14153 * gdb.arch/i386-mpx.exp
14154 * gdb.arch/i386-permbkpt.exp
14155 * gdb.arch/i386-prologue.exp
14156 * gdb.arch/i386-signal.exp
14157 * gdb.arch/i386-size-overlap.exp
14158 * gdb.arch/i386-unwind.exp
14159 * gdb.arch/i386-word.exp
14160 * gdb.arch/mips-fcr.exp
14161 * gdb.arch/powerpc-d128-regs.exp
14162 * gdb.arch/powerpc-stackless.exp
14163 * gdb.arch/ppc64-atomic-inst.exp
14164 * gdb.arch/s390-stackless.exp
14165 * gdb.arch/s390-tdbregs.exp
14166 * gdb.arch/s390-vregs.exp
14167 * gdb.arch/sparc-sysstep.exp
14168 * gdb.arch/thumb-bx-pc.exp
14169 * gdb.arch/thumb-singlestep.exp
14170 * gdb.arch/thumb2-it.exp
14171 * gdb.arch/vsx-regs.exp
14172 * gdb.asm/asm-source.exp
14173 * gdb.base/a2-run.exp
14174 * gdb.base/advance.exp
14175 * gdb.base/all-bin.exp
14176 * gdb.base/anon.exp
14177 * gdb.base/args.exp
14178 * gdb.base/arithmet.exp
14179 * gdb.base/async-shell.exp
14180 * gdb.base/async.exp
14181 * gdb.base/attach-pie-noexec.exp
14182 * gdb.base/attach-twice.exp
14183 * gdb.base/auto-load.exp
14184 * gdb.base/bang.exp
14185 * gdb.base/bitfields.exp
14186 * gdb.base/break-always.exp
14187 * gdb.base/break-caller-line.exp
14188 * gdb.base/break-entry.exp
14189 * gdb.base/break-inline.exp
14190 * gdb.base/break-on-linker-gcd-function.exp
14191 * gdb.base/break-probes.exp
14192 * gdb.base/break.exp
14193 * gdb.base/breakpoint-shadow.exp
14194 * gdb.base/call-ar-st.exp
14195 * gdb.base/call-sc.exp
14196 * gdb.base/call-signal-resume.exp
14197 * gdb.base/call-strs.exp
14198 * gdb.base/callfuncs.exp
14199 * gdb.base/catch-fork-static.exp
14200 * gdb.base/catch-gdb-caused-signals.exp
14201 * gdb.base/catch-load.exp
14202 * gdb.base/catch-signal-fork.exp
14203 * gdb.base/catch-signal.exp
14204 * gdb.base/catch-syscall.exp
14205 * gdb.base/charset.exp
14206 * gdb.base/checkpoint.exp
14207 * gdb.base/chng-syms.exp
14208 * gdb.base/code-expr.exp
14209 * gdb.base/code_elim.exp
14210 * gdb.base/commands.exp
14211 * gdb.base/completion.exp
14212 * gdb.base/complex.exp
14213 * gdb.base/cond-expr.exp
14214 * gdb.base/condbreak.exp
14215 * gdb.base/consecutive.exp
14216 * gdb.base/continue-all-already-running.exp
14217 * gdb.base/coredump-filter.exp
14218 * gdb.base/corefile.exp
14219 * gdb.base/dbx.exp
14220 * gdb.base/debug-expr.exp
14221 * gdb.base/define.exp
14222 * gdb.base/del.exp
14223 * gdb.base/disabled-location.exp
14224 * gdb.base/disasm-end-cu.exp
14225 * gdb.base/disasm-optim.exp
14226 * gdb.base/display.exp
14227 * gdb.base/duplicate-bp.exp
14228 * gdb.base/ena-dis-br.exp
14229 * gdb.base/ending-run.exp
14230 * gdb.base/enumval.exp
14231 * gdb.base/environ.exp
14232 * gdb.base/eu-strip-infcall.exp
14233 * gdb.base/eval-avoid-side-effects.exp
14234 * gdb.base/eval-skip.exp
14235 * gdb.base/exitsignal.exp
14236 * gdb.base/expand-psymtabs.exp
14237 * gdb.base/filesym.exp
14238 * gdb.base/find-unmapped.exp
14239 * gdb.base/finish.exp
14240 * gdb.base/float.exp
14241 * gdb.base/foll-exec-mode.exp
14242 * gdb.base/foll-exec.exp
14243 * gdb.base/foll-fork.exp
14244 * gdb.base/fortran-sym-case.exp
14245 * gdb.base/freebpcmd.exp
14246 * gdb.base/func-ptr.exp
14247 * gdb.base/func-ptrs.exp
14248 * gdb.base/funcargs.exp
14249 * gdb.base/gcore-buffer-overflow.exp
14250 * gdb.base/gcore-relro-pie.exp
14251 * gdb.base/gcore-relro.exp
14252 * gdb.base/gcore.exp
14253 * gdb.base/gdb1090.exp
14254 * gdb.base/gdb11530.exp
14255 * gdb.base/gdb11531.exp
14256 * gdb.base/gdb1821.exp
14257 * gdb.base/gdbindex-stabs.exp
14258 * gdb.base/gdbvars.exp
14259 * gdb.base/hbreak.exp
14260 * gdb.base/hbreak2.exp
14261 * gdb.base/included.exp
14262 * gdb.base/infcall-input.exp
14263 * gdb.base/inferior-died.exp
14264 * gdb.base/infnan.exp
14265 * gdb.base/info-macros.exp
14266 * gdb.base/info-os.exp
14267 * gdb.base/info-proc.exp
14268 * gdb.base/info-shared.exp
14269 * gdb.base/info-target.exp
14270 * gdb.base/infoline.exp
14271 * gdb.base/interp.exp
14272 * gdb.base/interrupt.exp
14273 * gdb.base/jit-reader.exp
14274 * gdb.base/jit-simple.exp
14275 * gdb.base/kill-after-signal.exp
14276 * gdb.base/kill-detach-inferiors-cmd.exp
14277 * gdb.base/label.exp
14278 * gdb.base/langs.exp
14279 * gdb.base/ldbl_e308.exp
14280 * gdb.base/line-symtabs.exp
14281 * gdb.base/linespecs.exp
14282 * gdb.base/list.exp
14283 * gdb.base/long_long.exp
14284 * gdb.base/longest-types.exp
14285 * gdb.base/maint.exp
14286 * gdb.base/max-value-size.exp
14287 * gdb.base/memattr.exp
14288 * gdb.base/mips_pro.exp
14289 * gdb.base/morestack.exp
14290 * gdb.base/moribund-step.exp
14291 * gdb.base/multi-forks.exp
14292 * gdb.base/nested-addr.exp
14293 * gdb.base/nextoverexit.exp
14294 * gdb.base/noreturn-finish.exp
14295 * gdb.base/noreturn-return.exp
14296 * gdb.base/nostdlib.exp
14297 * gdb.base/offsets.exp
14298 * gdb.base/opaque.exp
14299 * gdb.base/pc-fp.exp
14300 * gdb.base/permissions.exp
14301 * gdb.base/print-symbol-loading.exp
14302 * gdb.base/prologue-include.exp
14303 * gdb.base/psymtab.exp
14304 * gdb.base/ptype.exp
14305 * gdb.base/random-signal.exp
14306 * gdb.base/randomize.exp
14307 * gdb.base/range-stepping.exp
14308 * gdb.base/readline-ask.exp
14309 * gdb.base/recpar.exp
14310 * gdb.base/recurse.exp
14311 * gdb.base/relational.exp
14312 * gdb.base/restore.exp
14313 * gdb.base/return-nodebug.exp
14314 * gdb.base/return.exp
14315 * gdb.base/run-after-attach.exp
14316 * gdb.base/save-bp.exp
14317 * gdb.base/scope.exp
14318 * gdb.base/sect-cmd.exp
14319 * gdb.base/set-lang-auto.exp
14320 * gdb.base/set-noassign.exp
14321 * gdb.base/setvar.exp
14322 * gdb.base/sigall.exp
14323 * gdb.base/sigbpt.exp
14324 * gdb.base/siginfo-addr.exp
14325 * gdb.base/siginfo-infcall.exp
14326 * gdb.base/siginfo-obj.exp
14327 * gdb.base/siginfo.exp
14328 * gdb.base/signals-state-child.exp
14329 * gdb.base/signest.exp
14330 * gdb.base/sigstep.exp
14331 * gdb.base/sizeof.exp
14332 * gdb.base/skip.exp
14333 * gdb.base/solib-corrupted.exp
14334 * gdb.base/solib-nodir.exp
14335 * gdb.base/solib-search.exp
14336 * gdb.base/stack-checking.exp
14337 * gdb.base/stale-infcall.exp
14338 * gdb.base/stap-probe.exp
14339 * gdb.base/start.exp
14340 * gdb.base/step-break.exp
14341 * gdb.base/step-bt.exp
14342 * gdb.base/step-line.exp
14343 * gdb.base/step-over-exit.exp
14344 * gdb.base/step-over-syscall.exp
14345 * gdb.base/step-resume-infcall.exp
14346 * gdb.base/step-test.exp
14347 * gdb.base/store.exp
14348 * gdb.base/structs3.exp
14349 * gdb.base/sym-file.exp
14350 * gdb.base/symbol-without-target_section.exp
14351 * gdb.base/term.exp
14352 * gdb.base/testenv.exp
14353 * gdb.base/ui-redirect.exp
14354 * gdb.base/until.exp
14355 * gdb.base/unwindonsignal.exp
14356 * gdb.base/value-double-free.exp
14357 * gdb.base/vla-datatypes.exp
14358 * gdb.base/vla-ptr.exp
14359 * gdb.base/vla-sideeffect.exp
14360 * gdb.base/volatile.exp
14361 * gdb.base/watch-cond-infcall.exp
14362 * gdb.base/watch-cond.exp
14363 * gdb.base/watch-non-mem.exp
14364 * gdb.base/watch-read.exp
14365 * gdb.base/watch-vfork.exp
14366 * gdb.base/watchpoint-cond-gone.exp
14367 * gdb.base/watchpoint-delete.exp
14368 * gdb.base/watchpoint-hw-hit-once.exp
14369 * gdb.base/watchpoint-hw.exp
14370 * gdb.base/watchpoint-stops-at-right-insn.exp
14371 * gdb.base/watchpoints.exp
14372 * gdb.base/wchar.exp
14373 * gdb.base/whatis-exp.exp
14374 * gdb.btrace/buffer-size.exp
14375 * gdb.btrace/data.exp
14376 * gdb.btrace/delta.exp
14377 * gdb.btrace/dlopen.exp
14378 * gdb.btrace/enable.exp
14379 * gdb.btrace/exception.exp
14380 * gdb.btrace/function_call_history.exp
14381 * gdb.btrace/gcore.exp
14382 * gdb.btrace/instruction_history.exp
14383 * gdb.btrace/nohist.exp
14384 * gdb.btrace/reconnect.exp
14385 * gdb.btrace/record_goto-step.exp
14386 * gdb.btrace/record_goto.exp
14387 * gdb.btrace/rn-dl-bind.exp
14388 * gdb.btrace/segv.exp
14389 * gdb.btrace/step.exp
14390 * gdb.btrace/stepi.exp
14391 * gdb.btrace/tailcall-only.exp
14392 * gdb.btrace/tailcall.exp
14393 * gdb.btrace/tsx.exp
14394 * gdb.btrace/unknown_functions.exp
14395 * gdb.btrace/vdso.exp
14396 * gdb.compile/compile-ifunc.exp
14397 * gdb.compile/compile-ops.exp
14398 * gdb.compile/compile-print.exp
14399 * gdb.compile/compile-setjmp.exp
14400 * gdb.cp/abstract-origin.exp
14401 * gdb.cp/ambiguous.exp
14402 * gdb.cp/annota2.exp
14403 * gdb.cp/annota3.exp
14404 * gdb.cp/anon-ns.exp
14405 * gdb.cp/anon-struct.exp
14406 * gdb.cp/anon-union.exp
14407 * gdb.cp/arg-reference.exp
14408 * gdb.cp/baseenum.exp
14409 * gdb.cp/bool.exp
14410 * gdb.cp/breakpoint.exp
14411 * gdb.cp/bs15503.exp
14412 * gdb.cp/call-c.exp
14413 * gdb.cp/casts.exp
14414 * gdb.cp/chained-calls.exp
14415 * gdb.cp/class2.exp
14416 * gdb.cp/classes.exp
14417 * gdb.cp/cmpd-minsyms.exp
14418 * gdb.cp/converts.exp
14419 * gdb.cp/cp-relocate.exp
14420 * gdb.cp/cpcompletion.exp
14421 * gdb.cp/cpexprs.exp
14422 * gdb.cp/cplabel.exp
14423 * gdb.cp/cplusfuncs.exp
14424 * gdb.cp/cpsizeof.exp
14425 * gdb.cp/ctti.exp
14426 * gdb.cp/derivation.exp
14427 * gdb.cp/destrprint.exp
14428 * gdb.cp/dispcxx.exp
14429 * gdb.cp/enum-class.exp
14430 * gdb.cp/exception.exp
14431 * gdb.cp/exceptprint.exp
14432 * gdb.cp/expand-psymtabs-cxx.exp
14433 * gdb.cp/expand-sals.exp
14434 * gdb.cp/extern-c.exp
14435 * gdb.cp/filename.exp
14436 * gdb.cp/formatted-ref.exp
14437 * gdb.cp/fpointer.exp
14438 * gdb.cp/gdb1355.exp
14439 * gdb.cp/gdb2495.exp
14440 * gdb.cp/hang.exp
14441 * gdb.cp/impl-this.exp
14442 * gdb.cp/infcall-dlopen.exp
14443 * gdb.cp/inherit.exp
14444 * gdb.cp/iostream.exp
14445 * gdb.cp/koenig.exp
14446 * gdb.cp/local.exp
14447 * gdb.cp/m-data.exp
14448 * gdb.cp/m-static.exp
14449 * gdb.cp/mb-ctor.exp
14450 * gdb.cp/mb-inline.exp
14451 * gdb.cp/mb-templates.exp
14452 * gdb.cp/member-name.exp
14453 * gdb.cp/member-ptr.exp
14454 * gdb.cp/meth-typedefs.exp
14455 * gdb.cp/method.exp
14456 * gdb.cp/method2.exp
14457 * gdb.cp/minsym-fallback.exp
14458 * gdb.cp/misc.exp
14459 * gdb.cp/namelessclass.exp
14460 * gdb.cp/namespace-enum.exp
14461 * gdb.cp/namespace-nested-import.exp
14462 * gdb.cp/namespace.exp
14463 * gdb.cp/nextoverthrow.exp
14464 * gdb.cp/no-dmgl-verbose.exp
14465 * gdb.cp/non-trivial-retval.exp
14466 * gdb.cp/noparam.exp
14467 * gdb.cp/nsdecl.exp
14468 * gdb.cp/nsimport.exp
14469 * gdb.cp/nsnested.exp
14470 * gdb.cp/nsnoimports.exp
14471 * gdb.cp/nsrecurs.exp
14472 * gdb.cp/nsstress.exp
14473 * gdb.cp/nsusing.exp
14474 * gdb.cp/operator.exp
14475 * gdb.cp/oranking.exp
14476 * gdb.cp/overload-const.exp
14477 * gdb.cp/overload.exp
14478 * gdb.cp/ovldbreak.exp
14479 * gdb.cp/ovsrch.exp
14480 * gdb.cp/paren-type.exp
14481 * gdb.cp/parse-lang.exp
14482 * gdb.cp/pass-by-ref.exp
14483 * gdb.cp/pr-1023.exp
14484 * gdb.cp/pr-1210.exp
14485 * gdb.cp/pr-574.exp
14486 * gdb.cp/pr10687.exp
14487 * gdb.cp/pr12028.exp
14488 * gdb.cp/pr17132.exp
14489 * gdb.cp/pr17494.exp
14490 * gdb.cp/pr9067.exp
14491 * gdb.cp/pr9167.exp
14492 * gdb.cp/pr9631.exp
14493 * gdb.cp/printmethod.exp
14494 * gdb.cp/psmang.exp
14495 * gdb.cp/psymtab-parameter.exp
14496 * gdb.cp/ptype-cv-cp.exp
14497 * gdb.cp/ptype-flags.exp
14498 * gdb.cp/re-set-overloaded.exp
14499 * gdb.cp/ref-types.exp
14500 * gdb.cp/rtti.exp
14501 * gdb.cp/scope-err.exp
14502 * gdb.cp/shadow.exp
14503 * gdb.cp/smartp.exp
14504 * gdb.cp/static-method.exp
14505 * gdb.cp/static-print-quit.exp
14506 * gdb.cp/temargs.exp
14507 * gdb.cp/templates.exp
14508 * gdb.cp/try_catch.exp
14509 * gdb.cp/typedef-operator.exp
14510 * gdb.cp/typeid.exp
14511 * gdb.cp/userdef.exp
14512 * gdb.cp/using-crash.exp
14513 * gdb.cp/var-tag.exp
14514 * gdb.cp/virtbase.exp
14515 * gdb.cp/virtfunc.exp
14516 * gdb.cp/virtfunc2.exp
14517 * gdb.cp/vla-cxx.exp
14518 * gdb.disasm/t01_mov.exp
14519 * gdb.disasm/t02_mova.exp
14520 * gdb.disasm/t03_add.exp
14521 * gdb.disasm/t04_sub.exp
14522 * gdb.disasm/t05_cmp.exp
14523 * gdb.disasm/t06_ari2.exp
14524 * gdb.disasm/t07_ari3.exp
14525 * gdb.disasm/t08_or.exp
14526 * gdb.disasm/t09_xor.exp
14527 * gdb.disasm/t10_and.exp
14528 * gdb.disasm/t11_logs.exp
14529 * gdb.disasm/t12_bit.exp
14530 * gdb.disasm/t13_otr.exp
14531 * gdb.dlang/circular.exp
14532 * gdb.dwarf2/arr-stride.exp
14533 * gdb.dwarf2/arr-subrange.exp
14534 * gdb.dwarf2/atomic-type.exp
14535 * gdb.dwarf2/bad-regnum.exp
14536 * gdb.dwarf2/bitfield-parent-optimized-out.exp
14537 * gdb.dwarf2/callframecfa.exp
14538 * gdb.dwarf2/clztest.exp
14539 * gdb.dwarf2/corrupt.exp
14540 * gdb.dwarf2/data-loc.exp
14541 * gdb.dwarf2/dup-psym.exp
14542 * gdb.dwarf2/dw2-anon-mptr.exp
14543 * gdb.dwarf2/dw2-anonymous-func.exp
14544 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
14545 * gdb.dwarf2/dw2-bad-unresolved.exp
14546 * gdb.dwarf2/dw2-basic.exp
14547 * gdb.dwarf2/dw2-canonicalize-type.exp
14548 * gdb.dwarf2/dw2-case-insensitive.exp
14549 * gdb.dwarf2/dw2-common-block.exp
14550 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14551 * gdb.dwarf2/dw2-compressed.exp
14552 * gdb.dwarf2/dw2-const.exp
14553 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14554 * gdb.dwarf2/dw2-cu-size.exp
14555 * gdb.dwarf2/dw2-dup-frame.exp
14556 * gdb.dwarf2/dw2-entry-value.exp
14557 * gdb.dwarf2/dw2-icycle.exp
14558 * gdb.dwarf2/dw2-ifort-parameter.exp
14559 * gdb.dwarf2/dw2-inline-break.exp
14560 * gdb.dwarf2/dw2-inline-param.exp
14561 * gdb.dwarf2/dw2-intercu.exp
14562 * gdb.dwarf2/dw2-intermix.exp
14563 * gdb.dwarf2/dw2-lexical-block-bare.exp
14564 * gdb.dwarf2/dw2-linkage-name-trust.exp
14565 * gdb.dwarf2/dw2-minsym-in-cu.exp
14566 * gdb.dwarf2/dw2-noloc.exp
14567 * gdb.dwarf2/dw2-op-call.exp
14568 * gdb.dwarf2/dw2-op-out-param.exp
14569 * gdb.dwarf2/dw2-opt-structptr.exp
14570 * gdb.dwarf2/dw2-param-error.exp
14571 * gdb.dwarf2/dw2-producer.exp
14572 * gdb.dwarf2/dw2-ranges-base.exp
14573 * gdb.dwarf2/dw2-ref-missing-frame.exp
14574 * gdb.dwarf2/dw2-reg-undefined.exp
14575 * gdb.dwarf2/dw2-regno-invalid.exp
14576 * gdb.dwarf2/dw2-restore.exp
14577 * gdb.dwarf2/dw2-restrict.exp
14578 * gdb.dwarf2/dw2-single-line-discriminators.exp
14579 * gdb.dwarf2/dw2-strp.exp
14580 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14581 * gdb.dwarf2/dw2-unresolved.exp
14582 * gdb.dwarf2/dw2-var-zero-addr.exp
14583 * gdb.dwarf2/dw4-sig-types.exp
14584 * gdb.dwarf2/dwz.exp
14585 * gdb.dwarf2/dynarr-ptr.exp
14586 * gdb.dwarf2/enum-type.exp
14587 * gdb.dwarf2/gdb-index.exp
14588 * gdb.dwarf2/implptr-64bit.exp
14589 * gdb.dwarf2/implptr-optimized-out.exp
14590 * gdb.dwarf2/implptr.exp
14591 * gdb.dwarf2/implref-array.exp
14592 * gdb.dwarf2/implref-const.exp
14593 * gdb.dwarf2/implref-global.exp
14594 * gdb.dwarf2/implref-struct.exp
14595 * gdb.dwarf2/mac-fileno.exp
14596 * gdb.dwarf2/main-subprogram.exp
14597 * gdb.dwarf2/member-ptr-forwardref.exp
14598 * gdb.dwarf2/method-ptr.exp
14599 * gdb.dwarf2/missing-sig-type.exp
14600 * gdb.dwarf2/nonvar-access.exp
14601 * gdb.dwarf2/opaque-type-lookup.exp
14602 * gdb.dwarf2/pieces-optimized-out.exp
14603 * gdb.dwarf2/pieces.exp
14604 * gdb.dwarf2/pr10770.exp
14605 * gdb.dwarf2/pr13961.exp
14606 * gdb.dwarf2/staticvirtual.exp
14607 * gdb.dwarf2/subrange.exp
14608 * gdb.dwarf2/symtab-producer.exp
14609 * gdb.dwarf2/trace-crash.exp
14610 * gdb.dwarf2/typeddwarf.exp
14611 * gdb.dwarf2/valop.exp
14612 * gdb.dwarf2/watch-notconst.exp
14613 * gdb.fortran/array-element.exp
14614 * gdb.fortran/charset.exp
14615 * gdb.fortran/common-block.exp
14616 * gdb.fortran/complex.exp
14617 * gdb.fortran/derived-type-function.exp
14618 * gdb.fortran/derived-type.exp
14619 * gdb.fortran/logical.exp
14620 * gdb.fortran/module.exp
14621 * gdb.fortran/multi-dim.exp
14622 * gdb.fortran/nested-funcs.exp
14623 * gdb.fortran/print-formatted.exp
14624 * gdb.fortran/subarray.exp
14625 * gdb.fortran/vla-alloc-assoc.exp
14626 * gdb.fortran/vla-datatypes.exp
14627 * gdb.fortran/vla-history.exp
14628 * gdb.fortran/vla-ptr-info.exp
14629 * gdb.fortran/vla-ptype-sub.exp
14630 * gdb.fortran/vla-ptype.exp
14631 * gdb.fortran/vla-sizeof.exp
14632 * gdb.fortran/vla-type.exp
14633 * gdb.fortran/vla-value-sub-arbitrary.exp
14634 * gdb.fortran/vla-value-sub-finish.exp
14635 * gdb.fortran/vla-value-sub.exp
14636 * gdb.fortran/vla-value.exp
14637 * gdb.fortran/whatis_type.exp
14638 * gdb.go/chan.exp
14639 * gdb.go/handcall.exp
14640 * gdb.go/hello.exp
14641 * gdb.go/integers.exp
14642 * gdb.go/methods.exp
14643 * gdb.go/package.exp
14644 * gdb.go/strings.exp
14645 * gdb.go/types.exp
14646 * gdb.go/unsafe.exp
14647 * gdb.guile/scm-arch.exp
14648 * gdb.guile/scm-block.exp
14649 * gdb.guile/scm-breakpoint.exp
14650 * gdb.guile/scm-cmd.exp
14651 * gdb.guile/scm-disasm.exp
14652 * gdb.guile/scm-equal.exp
14653 * gdb.guile/scm-frame-args.exp
14654 * gdb.guile/scm-frame-inline.exp
14655 * gdb.guile/scm-frame.exp
14656 * gdb.guile/scm-iterator.exp
14657 * gdb.guile/scm-math.exp
14658 * gdb.guile/scm-objfile.exp
14659 * gdb.guile/scm-ports.exp
14660 * gdb.guile/scm-symbol.exp
14661 * gdb.guile/scm-symtab.exp
14662 * gdb.guile/scm-value-cc.exp
14663 * gdb.guile/types-module.exp
14664 * gdb.linespec/break-ask.exp
14665 * gdb.linespec/cpexplicit.exp
14666 * gdb.linespec/explicit.exp
14667 * gdb.linespec/keywords.exp
14668 * gdb.linespec/linespec.exp
14669 * gdb.linespec/ls-dollar.exp
14670 * gdb.linespec/ls-errs.exp
14671 * gdb.linespec/skip-two.exp
14672 * gdb.linespec/thread.exp
14673 * gdb.mi/mi-async.exp
14674 * gdb.mi/mi-basics.exp
14675 * gdb.mi/mi-break.exp
14676 * gdb.mi/mi-catch-load.exp
14677 * gdb.mi/mi-cli.exp
14678 * gdb.mi/mi-cmd-param-changed.exp
14679 * gdb.mi/mi-console.exp
14680 * gdb.mi/mi-detach.exp
14681 * gdb.mi/mi-disassemble.exp
14682 * gdb.mi/mi-eval.exp
14683 * gdb.mi/mi-file-transfer.exp
14684 * gdb.mi/mi-file.exp
14685 * gdb.mi/mi-fill-memory.exp
14686 * gdb.mi/mi-inheritance-syntax-error.exp
14687 * gdb.mi/mi-linespec-err-cp.exp
14688 * gdb.mi/mi-logging.exp
14689 * gdb.mi/mi-memory-changed.exp
14690 * gdb.mi/mi-read-memory.exp
14691 * gdb.mi/mi-record-changed.exp
14692 * gdb.mi/mi-reg-undefined.exp
14693 * gdb.mi/mi-regs.exp
14694 * gdb.mi/mi-return.exp
14695 * gdb.mi/mi-reverse.exp
14696 * gdb.mi/mi-simplerun.exp
14697 * gdb.mi/mi-solib.exp
14698 * gdb.mi/mi-stack.exp
14699 * gdb.mi/mi-stepi.exp
14700 * gdb.mi/mi-syn-frame.exp
14701 * gdb.mi/mi-until.exp
14702 * gdb.mi/mi-var-block.exp
14703 * gdb.mi/mi-var-child.exp
14704 * gdb.mi/mi-var-cmd.exp
14705 * gdb.mi/mi-var-cp.exp
14706 * gdb.mi/mi-var-display.exp
14707 * gdb.mi/mi-var-invalidate.exp
14708 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14709 * gdb.mi/mi-vla-fortran.exp
14710 * gdb.mi/mi-watch.exp
14711 * gdb.mi/mi2-var-child.exp
14712 * gdb.mi/user-selected-context-sync.exp
14713 * gdb.modula2/unbounded-array.exp
14714 * gdb.multi/dummy-frame-restore.exp
14715 * gdb.multi/multi-arch-exec.exp
14716 * gdb.multi/multi-arch.exp
14717 * gdb.multi/tids.exp
14718 * gdb.multi/watchpoint-multi.exp
14719 * gdb.opencl/callfuncs.exp
14720 * gdb.opencl/convs_casts.exp
14721 * gdb.opencl/datatypes.exp
14722 * gdb.opencl/operators.exp
14723 * gdb.opencl/vec_comps.exp
14724 * gdb.opt/clobbered-registers-O2.exp
14725 * gdb.opt/inline-break.exp
14726 * gdb.opt/inline-bt.exp
14727 * gdb.opt/inline-cmds.exp
14728 * gdb.opt/inline-locals.exp
14729 * gdb.pascal/case-insensitive-symbols.exp
14730 * gdb.pascal/floats.exp
14731 * gdb.pascal/gdb11492.exp
14732 * gdb.python/lib-types.exp
14733 * gdb.python/py-arch.exp
14734 * gdb.python/py-as-string.exp
14735 * gdb.python/py-bad-printers.exp
14736 * gdb.python/py-block.exp
14737 * gdb.python/py-breakpoint-create-fail.exp
14738 * gdb.python/py-breakpoint.exp
14739 * gdb.python/py-caller-is.exp
14740 * gdb.python/py-cmd.exp
14741 * gdb.python/py-explore-cc.exp
14742 * gdb.python/py-explore.exp
14743 * gdb.python/py-finish-breakpoint.exp
14744 * gdb.python/py-finish-breakpoint2.exp
14745 * gdb.python/py-frame-args.exp
14746 * gdb.python/py-frame-inline.exp
14747 * gdb.python/py-frame.exp
14748 * gdb.python/py-framefilter-mi.exp
14749 * gdb.python/py-infthread.exp
14750 * gdb.python/py-lazy-string.exp
14751 * gdb.python/py-linetable.exp
14752 * gdb.python/py-mi-events.exp
14753 * gdb.python/py-mi-objfile.exp
14754 * gdb.python/py-mi.exp
14755 * gdb.python/py-objfile.exp
14756 * gdb.python/py-pp-integral.exp
14757 * gdb.python/py-pp-maint.exp
14758 * gdb.python/py-pp-re-notag.exp
14759 * gdb.python/py-pp-registration.exp
14760 * gdb.python/py-recurse-unwind.exp
14761 * gdb.python/py-strfns.exp
14762 * gdb.python/py-symbol.exp
14763 * gdb.python/py-symtab.exp
14764 * gdb.python/py-sync-interp.exp
14765 * gdb.python/py-typeprint.exp
14766 * gdb.python/py-unwind-maint.exp
14767 * gdb.python/py-unwind.exp
14768 * gdb.python/py-value-cc.exp
14769 * gdb.python/py-xmethods.exp
14770 * gdb.reverse/amd64-tailcall-reverse.exp
14771 * gdb.reverse/break-precsave.exp
14772 * gdb.reverse/break-reverse.exp
14773 * gdb.reverse/consecutive-precsave.exp
14774 * gdb.reverse/consecutive-reverse.exp
14775 * gdb.reverse/finish-precsave.exp
14776 * gdb.reverse/finish-reverse-bkpt.exp
14777 * gdb.reverse/finish-reverse.exp
14778 * gdb.reverse/fstatat-reverse.exp
14779 * gdb.reverse/getresuid-reverse.exp
14780 * gdb.reverse/i386-precsave.exp
14781 * gdb.reverse/i386-reverse.exp
14782 * gdb.reverse/i386-sse-reverse.exp
14783 * gdb.reverse/i387-env-reverse.exp
14784 * gdb.reverse/i387-stack-reverse.exp
14785 * gdb.reverse/insn-reverse.exp
14786 * gdb.reverse/machinestate-precsave.exp
14787 * gdb.reverse/machinestate.exp
14788 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14789 * gdb.reverse/pipe-reverse.exp
14790 * gdb.reverse/readv-reverse.exp
14791 * gdb.reverse/recvmsg-reverse.exp
14792 * gdb.reverse/rerun-prec.exp
14793 * gdb.reverse/s390-mvcle.exp
14794 * gdb.reverse/step-precsave.exp
14795 * gdb.reverse/step-reverse.exp
14796 * gdb.reverse/time-reverse.exp
14797 * gdb.reverse/until-precsave.exp
14798 * gdb.reverse/until-reverse.exp
14799 * gdb.reverse/waitpid-reverse.exp
14800 * gdb.reverse/watch-precsave.exp
14801 * gdb.reverse/watch-reverse.exp
14802 * gdb.rust/generics.exp
14803 * gdb.rust/methods.exp
14804 * gdb.rust/modules.exp
14805 * gdb.rust/simple.exp
14806 * gdb.server/connect-with-no-symbol-file.exp
14807 * gdb.server/ext-attach.exp
14808 * gdb.server/ext-restart.exp
14809 * gdb.server/ext-wrapper.exp
14810 * gdb.server/file-transfer.exp
14811 * gdb.server/server-exec-info.exp
14812 * gdb.server/server-kill.exp
14813 * gdb.server/server-mon.exp
14814 * gdb.server/wrapper.exp
14815 * gdb.stabs/exclfwd.exp
14816 * gdb.stabs/gdb11479.exp
14817 * gdb.threads/clone-new-thread-event.exp
14818 * gdb.threads/corethreads.exp
14819 * gdb.threads/current-lwp-dead.exp
14820 * gdb.threads/dlopen-libpthread.exp
14821 * gdb.threads/gcore-thread.exp
14822 * gdb.threads/sigstep-threads.exp
14823 * gdb.threads/watchpoint-fork.exp
14824 * gdb.trace/actions-changed.exp
14825 * gdb.trace/backtrace.exp
14826 * gdb.trace/change-loc.exp
14827 * gdb.trace/circ.exp
14828 * gdb.trace/collection.exp
14829 * gdb.trace/disconnected-tracing.exp
14830 * gdb.trace/ftrace.exp
14831 * gdb.trace/mi-trace-frame-collected.exp
14832 * gdb.trace/mi-trace-unavailable.exp
14833 * gdb.trace/mi-traceframe-changed.exp
14834 * gdb.trace/mi-tsv-changed.exp
14835 * gdb.trace/no-attach-trace.exp
14836 * gdb.trace/passc-dyn.exp
14837 * gdb.trace/qtro.exp
14838 * gdb.trace/range-stepping.exp
14839 * gdb.trace/read-memory.exp
14840 * gdb.trace/save-trace.exp
14841 * gdb.trace/signal.exp
14842 * gdb.trace/status-stop.exp
14843 * gdb.trace/tfile.exp
14844 * gdb.trace/trace-break.exp
14845 * gdb.trace/trace-buffer-size.exp
14846 * gdb.trace/trace-condition.exp
14847 * gdb.trace/tracefile-pseudo-reg.exp
14848 * gdb.trace/tstatus.exp
14849 * gdb.trace/unavailable.exp
14850 * gdb.trace/while-dyn.exp
14851 * gdb.trace/while-stepping.exp
14852
34c41c68
DE
148532016-12-22 Doug Evans <xdje42@gmail.com>
14854
14855 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14856 and msymbols.
14857
16e69324
YQ
148582016-12-19 Yao Qi <yao.qi@linaro.org>
14859
14860 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14861 (test_with_self): Don't call do_steps_and_nexts, and remove
14862 code about stepping into xmalloc.
14863
f94f411b
YQ
148642016-12-09 Yao Qi <yao.qi@linaro.org>
14865
14866 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14867
148682016-12-09 Yao Qi <yao.qi@linaro.org>
14869
14870 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14871
f1b5deee
PA
148722016-12-09 Pedro Alves <palves@redhat.com>
14873
14874 * gdb.base/all-architectures-0.exp: New file.
14875 * gdb.base/all-architectures-1.exp: New file.
14876 * gdb.base/all-architectures-2.exp: New file.
14877 * gdb.base/all-architectures-3.exp: New file.
14878 * gdb.base/all-architectures-4.exp: New file.
14879 * gdb.base/all-architectures-5.exp: New file.
14880 * gdb.base/all-architectures-6.exp: New file.
14881 * gdb.base/all-architectures-7.exp: New file.
14882 * gdb.base/all-architectures.exp.in: New file.
14883
364ca42e
YQ
148842016-12-09 Yao Qi <yao.qi@linaro.org>
14885
14886 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14887
107c2d62
LM
148882016-12-02 Luis Machado <lgustavo@codesourcery.com>
14889
14890 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14891 possible.
14892 Remove useless pattern-matching code.
14893
df3ee9ca
PA
148942016-12-02 Pedro Alves <palves@redhat.com>
14895
14896 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14897 procedure.
14898 (top level): Call it.
14899
ec835369
PA
149002016-12-02 Pedro Alves <palves@redhat.com>
14901
14902 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14903 New procedure.
14904 (top level): Call it.
14905
01770bbd
PA
149062016-12-02 Pedro Alves <palves@redhat.com>
14907
14908 PR cli/20559
14909 * gdb.base/commands.exp (user_defined_command_args_eval): New
14910 procedure.
14911 (top level): Call it.
14912
008459ea
LM
149132016-12-02 Luis Machado <lgustavo@codesourcery.com>
14914
14915 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14916 timeout handling.
14917
0c1b455e
TT
149182016-12-02 Tom Tromey <tom@tromey.com>
14919
14920 * gdb.dwarf2/main-subprogram.c: New file.
14921 * gdb.dwarf2/main-subprogram.exp: New file.
14922
018572b8
LM
149232016-12-01 Luis Machado <lgustavo@codesourcery.com>
14924
14925 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14926 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14927 gdb_test_no_output for a couple of cases.
14928 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14929
84c93cd5
LM
149302016-12-01 Luis Machado <lgustavo@codesourcery.com>
14931
14932 Fix test names and standardize compilation error messages throughout
14933 the following files:
14934
14935 * gdb.ada/start.exp
14936 * gdb.arch/alpha-step.exp
14937 * gdb.arch/e500-prologue.exp
14938 * gdb.arch/ftrace-insn-reloc.exp
14939 * gdb.arch/gdb1291.exp
14940 * gdb.arch/gdb1431.exp
14941 * gdb.arch/gdb1558.exp
14942 * gdb.arch/i386-dr3-watch.exp
14943 * gdb.arch/i386-sse-stack-align.exp
14944 * gdb.arch/ia64-breakpoint-shadow.exp
14945 * gdb.arch/pa-nullify.exp
14946 * gdb.arch/powerpc-aix-prologue.exp
14947 * gdb.arch/thumb-bx-pc.exp
14948 * gdb.base/annota1.exp
14949 * gdb.base/annota3.exp
14950 * gdb.base/arrayidx.exp
14951 * gdb.base/assign.exp
14952 * gdb.base/attach.exp
14953 * gdb.base/auxv.exp
14954 * gdb.base/bang.exp
14955 * gdb.base/bfp-test.exp
14956 * gdb.base/bigcore.exp
14957 * gdb.base/bitfields2.exp
14958 * gdb.base/break-fun-addr.exp
14959 * gdb.base/break-probes.exp
14960 * gdb.base/call-rt-st.exp
14961 * gdb.base/callexit.exp
14962 * gdb.base/catch-fork-kill.exp
14963 * gdb.base/charset.exp
14964 * gdb.base/checkpoint.exp
14965 * gdb.base/comprdebug.exp
14966 * gdb.base/constvars.exp
14967 * gdb.base/coredump-filter.exp
14968 * gdb.base/cursal.exp
14969 * gdb.base/cvexpr.exp
14970 * gdb.base/detach.exp
14971 * gdb.base/display.exp
14972 * gdb.base/dmsym.exp
14973 * gdb.base/dprintf-pending.exp
14974 * gdb.base/dso2dso.exp
14975 * gdb.base/dtrace-probe.exp
14976 * gdb.base/dump.exp
14977 * gdb.base/enum_cond.exp
14978 * gdb.base/exe-lock.exp
14979 * gdb.base/exec-invalid-sysroot.exp
14980 * gdb.base/execl-update-breakpoints.exp
14981 * gdb.base/exprs.exp
14982 * gdb.base/fileio.exp
14983 * gdb.base/find.exp
14984 * gdb.base/finish.exp
14985 * gdb.base/fixsection.exp
14986 * gdb.base/foll-vfork.exp
14987 * gdb.base/frame-args.exp
14988 * gdb.base/gcore.exp
14989 * gdb.base/gdb1250.exp
14990 * gdb.base/global-var-nested-by-dso.exp
14991 * gdb.base/gnu-ifunc.exp
14992 * gdb.base/hashline1.exp
14993 * gdb.base/hashline2.exp
14994 * gdb.base/hashline3.exp
14995 * gdb.base/hbreak-in-shr-unsupported.exp
14996 * gdb.base/huge.exp
14997 * gdb.base/infcall-input.exp
14998 * gdb.base/info-fun.exp
14999 * gdb.base/info-shared.exp
15000 * gdb.base/jit-simple.exp
15001 * gdb.base/jit-so.exp
15002 * gdb.base/jit.exp
15003 * gdb.base/jump.exp
15004 * gdb.base/label.exp
15005 * gdb.base/lineinc.exp
15006 * gdb.base/logical.exp
15007 * gdb.base/longjmp.exp
15008 * gdb.base/macscp.exp
15009 * gdb.base/miscexprs.exp
15010 * gdb.base/new-ui-echo.exp
15011 * gdb.base/new-ui-pending-input.exp
15012 * gdb.base/new-ui.exp
15013 * gdb.base/nodebug.exp
15014 * gdb.base/nofield.exp
15015 * gdb.base/offsets.exp
15016 * gdb.base/overlays.exp
15017 * gdb.base/pending.exp
15018 * gdb.base/pointers.exp
15019 * gdb.base/pr11022.exp
15020 * gdb.base/printcmds.exp
15021 * gdb.base/prologue.exp
15022 * gdb.base/ptr-typedef.exp
15023 * gdb.base/realname-expand.exp
15024 * gdb.base/relativedebug.exp
15025 * gdb.base/relocate.exp
15026 * gdb.base/remote.exp
15027 * gdb.base/reread.exp
15028 * gdb.base/return2.exp
15029 * gdb.base/savedregs.exp
15030 * gdb.base/sep.exp
15031 * gdb.base/sepdebug.exp
15032 * gdb.base/sepsymtab.exp
15033 * gdb.base/set-inferior-tty.exp
15034 * gdb.base/setshow.exp
15035 * gdb.base/shlib-call.exp
15036 * gdb.base/sigaltstack.exp
15037 * gdb.base/siginfo-addr.exp
15038 * gdb.base/signals.exp
15039 * gdb.base/signull.exp
15040 * gdb.base/sigrepeat.exp
15041 * gdb.base/so-impl-ld.exp
15042 * gdb.base/solib-display.exp
15043 * gdb.base/solib-overlap.exp
15044 * gdb.base/solib-search.exp
15045 * gdb.base/solib-symbol.exp
15046 * gdb.base/structs.exp
15047 * gdb.base/structs2.exp
15048 * gdb.base/symtab-search-order.exp
15049 * gdb.base/twice.exp
15050 * gdb.base/unload.exp
15051 * gdb.base/varargs.exp
15052 * gdb.base/watchpoint-solib.exp
15053 * gdb.base/watchpoint.exp
15054 * gdb.base/whatis.exp
15055 * gdb.base/wrong_frame_bt_full.exp
15056 * gdb.btrace/dlopen.exp
15057 * gdb.cell/ea-standalone.exp
15058 * gdb.cell/ea-test.exp
15059 * gdb.cp/dispcxx.exp
15060 * gdb.cp/gdb2384.exp
15061 * gdb.cp/method2.exp
15062 * gdb.cp/nextoverthrow.exp
15063 * gdb.cp/pr10728.exp
15064 * gdb.disasm/am33.exp
15065 * gdb.disasm/h8300s.exp
15066 * gdb.disasm/mn10300.exp
15067 * gdb.disasm/sh3.exp
15068 * gdb.dwarf2/dw2-dir-file-name.exp
15069 * gdb.fortran/complex.exp
15070 * gdb.fortran/library-module.exp
15071 * gdb.guile/scm-pretty-print.exp
15072 * gdb.guile/scm-symbol.exp
15073 * gdb.guile/scm-type.exp
15074 * gdb.guile/scm-value.exp
15075 * gdb.linespec/linespec.exp
15076 * gdb.mi/gdb701.exp
15077 * gdb.mi/gdb792.exp
15078 * gdb.mi/mi-breakpoint-changed.exp
15079 * gdb.mi/mi-dprintf-pending.exp
15080 * gdb.mi/mi-dprintf.exp
15081 * gdb.mi/mi-exit-code.exp
15082 * gdb.mi/mi-pending.exp
15083 * gdb.mi/mi-solib.exp
15084 * gdb.mi/new-ui-mi-sync.exp
15085 * gdb.mi/pr11022.exp
15086 * gdb.mi/user-selected-context-sync.exp
15087 * gdb.opt/solib-intra-step.exp
15088 * gdb.python/py-events.exp
15089 * gdb.python/py-finish-breakpoint.exp
15090 * gdb.python/py-mi.exp
15091 * gdb.python/py-prettyprint.exp
15092 * gdb.python/py-shared.exp
15093 * gdb.python/py-symbol.exp
15094 * gdb.python/py-template.exp
15095 * gdb.python/py-type.exp
15096 * gdb.python/py-value.exp
15097 * gdb.reverse/solib-precsave.exp
15098 * gdb.reverse/solib-reverse.exp
15099 * gdb.server/solib-list.exp
15100 * gdb.stabs/weird.exp
15101 * gdb.threads/reconnect-signal.exp
15102 * gdb.threads/stepi-random-signal.exp
15103 * gdb.trace/actions.exp
15104 * gdb.trace/ax.exp
15105 * gdb.trace/backtrace.exp
15106 * gdb.trace/change-loc.exp
15107 * gdb.trace/deltrace.exp
15108 * gdb.trace/ftrace-lock.exp
15109 * gdb.trace/ftrace.exp
15110 * gdb.trace/infotrace.exp
15111 * gdb.trace/mi-tracepoint-changed.exp
15112 * gdb.trace/packetlen.exp
15113 * gdb.trace/passcount.exp
15114 * gdb.trace/pending.exp
15115 * gdb.trace/range-stepping.exp
15116 * gdb.trace/report.exp
15117 * gdb.trace/stap-trace.exp
15118 * gdb.trace/tfind.exp
15119 * gdb.trace/trace-break.exp
15120 * gdb.trace/trace-condition.exp
15121 * gdb.trace/trace-enable-disable.exp
15122 * gdb.trace/trace-mt.exp
15123 * gdb.trace/tracecmd.exp
15124 * gdb.trace/tspeed.exp
15125 * gdb.trace/tsv.exp
15126 * lib/perftest.exp
15127
fb9feb35
LM
151282016-12-01 Luis Machado <lgustavo@codesourcery.com>
15129
15130 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
15131 with gdb_test_no_output.
15132 Use command as test name.
15133
cd2ddb6c
LM
151342016-12-01 Luis Machado <lgustavo@codesourcery.com>
15135
15136 Fix test names starting with uppercase throughout the files.
15137
15138 * gdb.ada/assign_1.exp
15139 * gdb.ada/boolean_expr.exp
15140 * gdb.base/arrayidx.exp
15141 * gdb.base/del.exp
15142 * gdb.base/gcore-buffer-overflow.exp
15143 * gdb.base/testenv.exp
15144 * gdb.compile/compile.exp
15145 * gdb.python/py-framefilter-invalidarg.exp
15146 * gdb.python/py-framefilter.exp
15147
bb95117e
LM
151482016-12-01 Luis Machado <lgustavo@codesourcery.com>
15149
15150 Fix test names starting with uppercase throughout the files.
15151
15152 * gdb.ada/array_return.exp
15153 * gdb.ada/expr_delims.exp
15154 * gdb.ada/mi_dyn_arr.exp
15155 * gdb.ada/mi_interface.exp
15156 * gdb.ada/mi_var_array.exp
15157 * gdb.ada/watch_arg.exp
15158 * gdb.arch/alpha-step.exp
15159 * gdb.arch/altivec-regs.exp
15160 * gdb.arch/e500-regs.exp
15161 * gdb.arch/powerpc-d128-regs.exp
15162 * gdb.base/arrayidx.exp
15163 * gdb.base/break.exp
15164 * gdb.base/checkpoint.exp
15165 * gdb.base/debug-expr.exp
15166 * gdb.base/dmsym.exp
15167 * gdb.base/radix.exp
15168 * gdb.base/sepdebug.exp
15169 * gdb.base/testenv.exp
15170 * gdb.base/watch_thread_num.exp
15171 * gdb.base/watchpoint-cond-gone.exp
15172 * gdb.cell/break.exp
15173 * gdb.cell/ea-cache.exp
15174 * gdb.compile/compile.exp
15175 * gdb.cp/gdb2495.exp
15176 * gdb.gdb/selftest.exp
15177 * gdb.gdb/xfullpath.exp
15178 * gdb.go/hello.exp
15179 * gdb.go/integers.exp
15180 * gdb.objc/basicclass.exp
15181 * gdb.pascal/hello.exp
15182 * gdb.pascal/integers.exp
15183 * gdb.python/py-breakpoint.exp
15184 * gdb.python/py-cmd.exp
15185 * gdb.python/py-linetable.exp
15186 * gdb.python/py-xmethods.exp
15187 * gdb.python/python.exp
15188 * gdb.reverse/consecutive-precsave.exp
15189 * gdb.reverse/finish-precsave.exp
15190 * gdb.reverse/i386-precsave.exp
15191 * gdb.reverse/machinestate-precsave.exp
15192 * gdb.reverse/sigall-precsave.exp
15193 * gdb.reverse/solib-precsave.exp
15194 * gdb.reverse/step-precsave.exp
15195 * gdb.reverse/until-precsave.exp
15196 * gdb.reverse/watch-precsave.exp
15197 * gdb.threads/leader-exit.exp
15198 * gdb.threads/pthreads.exp
15199 * gdb.threads/wp-replication.exp
15200 * gdb.trace/actions.exp
15201 * gdb.trace/mi-tsv-changed.exp
15202 * gdb.trace/tsv.exp
15203
de97fdd4
LM
152042016-12-01 Luis Machado <lgustavo@codesourcery.com>
15205
15206 Fix test names starting with uppercase throughout the files.
15207
15208 * gdb.arch/i386-bp_permanent.exp
15209 * gdb.arch/i386-gnu-cfi.exp
15210 * gdb.base/disasm-end-cu.exp
15211 * gdb.base/macscp.exp
15212 * gdb.base/pending.exp
15213 * gdb.base/watch_thread_num.exp
15214 * gdb.cp/exception.exp
15215 * gdb.cp/gdb2495.exp
15216 * gdb.cp/local.exp
15217 * gdb.python/py-evsignal.exp
15218 * gdb.python/python.exp
15219 * gdb.trace/tracecmd.exp
15220
9f058c10
LM
152212016-12-01 Luis Machado <lgustavo@codesourcery.com>
15222
15223 Fix test names starting with uppercase throughout the files.
15224
15225 * gdb.base/charset.exp
15226 * gdb.base/eval.exp
15227 * gdb.base/multi-forks.exp
15228 * gdb.guile/scm-progspace.exp
15229 * gdb.opencl/datatypes.exp
15230 * gdb.python/py-block.exp
15231 * gdb.python/py-function.exp
15232 * gdb.python/py-symbol.exp
15233 * gdb.python/py-symtab.exp
15234 * gdb.python/py-xmethods.exp
15235 * gdb.reverse/break-precsave.exp
15236 * gdb.reverse/break-reverse.exp
15237 * gdb.reverse/consecutive-precsave.exp
15238 * gdb.reverse/consecutive-reverse.exp
15239 * gdb.reverse/finish-precsave.exp
15240 * gdb.reverse/finish-reverse-bkpt.exp
15241 * gdb.reverse/finish-reverse.exp
15242 * gdb.reverse/fstatat-reverse.exp
15243 * gdb.reverse/getresuid-reverse.exp
15244 * gdb.reverse/i386-precsave.exp
15245 * gdb.reverse/i386-reverse.exp
15246 * gdb.reverse/i386-sse-reverse.exp
15247 * gdb.reverse/i387-stack-reverse.exp
15248 * gdb.reverse/insn-reverse.exp
15249 * gdb.reverse/machinestate-precsave.exp
15250 * gdb.reverse/machinestate.exp
15251 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15252 * gdb.reverse/pipe-reverse.exp
15253 * gdb.reverse/readv-reverse.exp
15254 * gdb.reverse/recvmsg-reverse.exp
15255 * gdb.reverse/rerun-prec.exp
15256 * gdb.reverse/s390-mvcle.exp
15257 * gdb.reverse/sigall-precsave.exp
15258 * gdb.reverse/sigall-reverse.exp
15259 * gdb.reverse/solib-precsave.exp
15260 * gdb.reverse/solib-reverse.exp
15261 * gdb.reverse/step-precsave.exp
15262 * gdb.reverse/step-reverse.exp
15263 * gdb.reverse/time-reverse.exp
15264 * gdb.reverse/until-precsave.exp
15265 * gdb.reverse/until-reverse.exp
15266 * gdb.reverse/waitpid-reverse.exp
15267 * gdb.reverse/watch-precsave.exp
15268 * gdb.reverse/watch-reverse.exp
15269
cdc7edd7
LM
152702016-12-01 Luis Machado <lgustavo@codesourcery.com>
15271
15272 Fix test names starting with uppercase throughout the files.
15273
15274 * gdb.arch/i386-mpx-simple_segv.exp
15275 * gdb.arch/i386-mpx.exp
15276 * gdb.arch/i386-permbkpt.exp
15277 * gdb.arch/pa-nullify.exp
15278 * gdb.arch/powerpc-d128-regs.exp
15279 * gdb.arch/vsx-regs.exp
15280 * gdb.base/bfp-test.exp
15281 * gdb.base/break.exp
15282 * gdb.base/breakpoint-shadow.exp
15283 * gdb.base/callfuncs.exp
15284 * gdb.base/charset.exp
15285 * gdb.base/commands.exp
15286 * gdb.base/completion.exp
15287 * gdb.base/dfp-test.exp
15288 * gdb.base/echo.exp
15289 * gdb.base/ending-run.exp
15290 * gdb.base/eval.exp
15291 * gdb.base/expand-psymtabs.exp
15292 * gdb.base/float128.exp
15293 * gdb.base/floatn.exp
15294 * gdb.base/foll-exec-mode.exp
15295 * gdb.base/gdb1056.exp
15296 * gdb.base/gdb11531.exp
15297 * gdb.base/kill-after-signal.exp
15298 * gdb.base/multi-forks.exp
15299 * gdb.base/overlays.exp
15300 * gdb.base/pending.exp
15301 * gdb.base/sepdebug.exp
15302 * gdb.base/testenv.exp
15303 * gdb.base/valgrind-db-attach.exp
15304 * gdb.base/watch_thread_num.exp
15305 * gdb.base/watchpoint-cond-gone.exp
15306 * gdb.base/watchpoint.exp
15307 * gdb.base/watchpoints.exp
15308 * gdb.cp/arg-reference.exp
15309 * gdb.cp/baseenum.exp
15310 * gdb.cp/operator.exp
15311 * gdb.cp/shadow.exp
15312 * gdb.dwarf2/dw2-op-out-param.exp
15313 * gdb.dwarf2/dw2-reg-undefined.exp
15314 * gdb.go/chan.exp
15315 * gdb.go/hello.exp
15316 * gdb.go/integers.exp
15317 * gdb.go/methods.exp
15318 * gdb.go/package.exp
15319 * gdb.guile/scm-parameter.exp
15320 * gdb.guile/scm-progspace.exp
15321 * gdb.guile/scm-value.exp
15322 * gdb.mi/mi-pending.exp
15323 * gdb.mi/user-selected-context-sync.exp
15324 * gdb.multi/multi-attach.exp
15325 * gdb.multi/tids.exp
15326 * gdb.opt/clobbered-registers-O2.exp
15327 * gdb.pascal/floats.exp
15328 * gdb.pascal/integers.exp
15329 * gdb.python/py-block.exp
15330 * gdb.python/py-events.exp
15331 * gdb.python/py-parameter.exp
15332 * gdb.python/py-symbol.exp
15333 * gdb.python/py-symtab.exp
15334 * gdb.python/py-type.exp
15335 * gdb.python/py-value.exp
15336 * gdb.python/py-xmethods.exp
15337 * gdb.python/python.exp
15338 * gdb.reverse/break-precsave.exp
15339 * gdb.reverse/consecutive-precsave.exp
15340 * gdb.reverse/finish-precsave.exp
15341 * gdb.reverse/i386-precsave.exp
15342 * gdb.reverse/machinestate-precsave.exp
15343 * gdb.reverse/sigall-precsave.exp
15344 * gdb.reverse/solib-precsave.exp
15345 * gdb.reverse/step-precsave.exp
15346 * gdb.reverse/until-precsave.exp
15347 * gdb.reverse/watch-precsave.exp
15348 * gdb.server/ext-attach.exp
15349 * gdb.server/ext-restart.exp
15350 * gdb.server/ext-run.exp
15351 * gdb.server/ext-wrapper.exp
15352 * gdb.stabs/gdb11479.exp
15353 * gdb.stabs/weird.exp
15354 * gdb.threads/attach-many-short-lived-threads.exp
15355 * gdb.threads/kill.exp
15356 * gdb.threads/watchpoint-fork.exp
15357
bc6c7af4
LM
153582016-12-01 Luis Machado <lgustavo@codesourcery.com>
15359
15360 Fix test names starting with uppercase throughout all the files below.
15361
15362 * gdb.ada/array_return.exp
15363 * gdb.ada/catch_ex.exp
15364 * gdb.ada/info_exc.exp
15365 * gdb.ada/mi_catch_ex.exp
15366 * gdb.ada/mi_dyn_arr.exp
15367 * gdb.ada/mi_ex_cond.exp
15368 * gdb.ada/mi_exc_info.exp
15369 * gdb.ada/mi_interface.exp
15370 * gdb.ada/mi_task_arg.exp
15371 * gdb.ada/mi_task_info.exp
15372 * gdb.ada/mi_var_array.exp
15373 * gdb.arch/alpha-step.exp
15374 * gdb.arch/amd64-disp-step.exp
15375 * gdb.arch/arm-disp-step.exp
15376 * gdb.arch/disp-step-insn-reloc.exp
15377 * gdb.arch/e500-prologue.exp
15378 * gdb.arch/ftrace-insn-reloc.exp
15379 * gdb.arch/gdb1558.exp
15380 * gdb.arch/i386-bp_permanent.exp
15381 * gdb.arch/i386-disp-step.exp
15382 * gdb.arch/i386-float.exp
15383 * gdb.arch/i386-gnu-cfi.exp
15384 * gdb.arch/ia64-breakpoint-shadow.exp
15385 * gdb.arch/mips16-thunks.exp
15386 * gdb.arch/pa-nullify.exp
15387 * gdb.arch/powerpc-aix-prologue.exp
15388 * gdb.arch/powerpc-power.exp
15389 * gdb.arch/ppc-dfp.exp
15390 * gdb.arch/s390-tdbregs.exp
15391 * gdb.arch/spu-info.exp
15392 * gdb.arch/spu-ls.exp
15393 * gdb.arch/thumb-bx-pc.exp
15394 * gdb.base/advance.exp
15395 * gdb.base/annota-input-while-running.exp
15396 * gdb.base/arrayidx.exp
15397 * gdb.base/asmlabel.exp
15398 * gdb.base/async.exp
15399 * gdb.base/attach-wait-input.exp
15400 * gdb.base/auto-connect-native-target.exp
15401 * gdb.base/batch-preserve-term-settings.exp
15402 * gdb.base/bfp-test.exp
15403 * gdb.base/bigcore.exp
15404 * gdb.base/bp-permanent.exp
15405 * gdb.base/break-always.exp
15406 * gdb.base/break-fun-addr.exp
15407 * gdb.base/break-idempotent.exp
15408 * gdb.base/break-main-file-remove-fail.exp
15409 * gdb.base/break-probes.exp
15410 * gdb.base/break-unload-file.exp
15411 * gdb.base/break.exp
15412 * gdb.base/call-ar-st.exp
15413 * gdb.base/call-rt-st.exp
15414 * gdb.base/call-sc.exp
15415 * gdb.base/call-signal-resume.exp
15416 * gdb.base/call-strs.exp
15417 * gdb.base/callexit.exp
15418 * gdb.base/callfuncs.exp
15419 * gdb.base/catch-gdb-caused-signals.exp
15420 * gdb.base/catch-signal-siginfo-cond.exp
15421 * gdb.base/catch-syscall.exp
15422 * gdb.base/compare-sections.exp
15423 * gdb.base/cond-eval-mode.exp
15424 * gdb.base/condbreak-call-false.exp
15425 * gdb.base/consecutive-step-over.exp
15426 * gdb.base/cursal.exp
15427 * gdb.base/disabled-location.exp
15428 * gdb.base/disasm-end-cu.exp
15429 * gdb.base/display.exp
15430 * gdb.base/double-prompt-target-event-error.exp
15431 * gdb.base/dprintf-bp-same-addr.exp
15432 * gdb.base/dprintf-detach.exp
15433 * gdb.base/dprintf-next.exp
15434 * gdb.base/dprintf-non-stop.exp
15435 * gdb.base/dprintf-pending.exp
15436 * gdb.base/dso2dso.exp
15437 * gdb.base/ending-run.exp
15438 * gdb.base/enum_cond.exp
15439 * gdb.base/examine-backward.exp
15440 * gdb.base/exe-lock.exp
15441 * gdb.base/exec-invalid-sysroot.exp
15442 * gdb.base/execl-update-breakpoints.exp
15443 * gdb.base/execution-termios.exp
15444 * gdb.base/fileio.exp
15445 * gdb.base/fixsection.exp
15446 * gdb.base/foll-exec-mode.exp
15447 * gdb.base/foll-exec.exp
15448 * gdb.base/fork-running-state.exp
15449 * gdb.base/frame-args.exp
15450 * gdb.base/fullpath-expand.exp
15451 * gdb.base/func-ptr.exp
15452 * gdb.base/gcore-relro-pie.exp
15453 * gdb.base/gdb1090.exp
15454 * gdb.base/gdb1555.exp
15455 * gdb.base/global-var-nested-by-dso.exp
15456 * gdb.base/gnu-ifunc.exp
15457 * gdb.base/hbreak-in-shr-unsupported.exp
15458 * gdb.base/hbreak-unmapped.exp
15459 * gdb.base/hook-stop.exp
15460 * gdb.base/infcall-input.exp
15461 * gdb.base/info-fun.exp
15462 * gdb.base/info-shared.exp
15463 * gdb.base/interrupt-noterm.exp
15464 * gdb.base/jit-so.exp
15465 * gdb.base/jit.exp
15466 * gdb.base/line-symtabs.exp
15467 * gdb.base/list.exp
15468 * gdb.base/longjmp.exp
15469 * gdb.base/macscp.exp
15470 * gdb.base/max-value-size.exp
15471 * gdb.base/nodebug.exp
15472 * gdb.base/nofield.exp
15473 * gdb.base/overlays.exp
15474 * gdb.base/paginate-after-ctrl-c-running.exp
15475 * gdb.base/paginate-bg-execution.exp
15476 * gdb.base/paginate-inferior-exit.exp
15477 * gdb.base/pending.exp
15478 * gdb.base/pr11022.exp
15479 * gdb.base/printcmds.exp
15480 * gdb.base/ptr-typedef.exp
15481 * gdb.base/ptype.exp
15482 * gdb.base/randomize.exp
15483 * gdb.base/range-stepping.exp
15484 * gdb.base/realname-expand.exp
15485 * gdb.base/relativedebug.exp
15486 * gdb.base/remote.exp
15487 * gdb.base/savedregs.exp
15488 * gdb.base/sepdebug.exp
15489 * gdb.base/set-noassign.exp
15490 * gdb.base/shlib-call.exp
15491 * gdb.base/shreloc.exp
15492 * gdb.base/sigaltstack.exp
15493 * gdb.base/sigbpt.exp
15494 * gdb.base/siginfo-addr.exp
15495 * gdb.base/siginfo-obj.exp
15496 * gdb.base/siginfo-thread.exp
15497 * gdb.base/signest.exp
15498 * gdb.base/signull.exp
15499 * gdb.base/sigrepeat.exp
15500 * gdb.base/skip.exp
15501 * gdb.base/so-impl-ld.exp
15502 * gdb.base/solib-corrupted.exp
15503 * gdb.base/solib-disc.exp
15504 * gdb.base/solib-display.exp
15505 * gdb.base/solib-overlap.exp
15506 * gdb.base/solib-search.exp
15507 * gdb.base/solib-symbol.exp
15508 * gdb.base/source-execution.exp
15509 * gdb.base/sss-bp-on-user-bp-2.exp
15510 * gdb.base/sss-bp-on-user-bp.exp
15511 * gdb.base/stack-checking.exp
15512 * gdb.base/stale-infcall.exp
15513 * gdb.base/step-break.exp
15514 * gdb.base/step-line.exp
15515 * gdb.base/step-over-exit.exp
15516 * gdb.base/step-test.exp
15517 * gdb.base/structs.exp
15518 * gdb.base/sym-file.exp
15519 * gdb.base/symtab-search-order.exp
15520 * gdb.base/term.exp
15521 * gdb.base/type-opaque.exp
15522 * gdb.base/unload.exp
15523 * gdb.base/until-nodebug.exp
15524 * gdb.base/until.exp
15525 * gdb.base/unwindonsignal.exp
15526 * gdb.base/watch-cond.exp
15527 * gdb.base/watch-non-mem.exp
15528 * gdb.base/watch_thread_num.exp
15529 * gdb.base/watchpoint-reuse-slot.exp
15530 * gdb.base/watchpoint-solib.exp
15531 * gdb.base/watchpoint.exp
15532 * gdb.btrace/dlopen.exp
15533 * gdb.cell/arch.exp
15534 * gdb.cell/break.exp
15535 * gdb.cell/bt.exp
15536 * gdb.cell/core.exp
15537 * gdb.cell/data.exp
15538 * gdb.cell/dwarfaddr.exp
15539 * gdb.cell/ea-cache.exp
15540 * gdb.cell/ea-standalone.exp
15541 * gdb.cell/ea-test.exp
15542 * gdb.cell/f-regs.exp
15543 * gdb.cell/fork.exp
15544 * gdb.cell/gcore.exp
15545 * gdb.cell/mem-access.exp
15546 * gdb.cell/ptype.exp
15547 * gdb.cell/registers.exp
15548 * gdb.cell/sizeof.exp
15549 * gdb.cell/solib-symbol.exp
15550 * gdb.cell/solib.exp
15551 * gdb.compile/compile-tls.exp
15552 * gdb.cp/exception.exp
15553 * gdb.cp/gdb2495.exp
15554 * gdb.cp/local.exp
15555 * gdb.cp/mb-inline.exp
15556 * gdb.cp/mb-templates.exp
15557 * gdb.cp/pr10687.exp
15558 * gdb.cp/pr9167.exp
15559 * gdb.cp/scope-err.exp
15560 * gdb.cp/templates.exp
15561 * gdb.cp/virtfunc.exp
15562 * gdb.dwarf2/dw2-dir-file-name.exp
15563 * gdb.dwarf2/dw2-single-line-discriminators.exp
15564 * gdb.fortran/complex.exp
15565 * gdb.fortran/library-module.exp
15566 * gdb.guile/guile.exp
15567 * gdb.guile/scm-cmd.exp
15568 * gdb.guile/scm-frame-inline.exp
15569 * gdb.guile/scm-objfile.exp
15570 * gdb.guile/scm-pretty-print.exp
15571 * gdb.guile/scm-symbol.exp
15572 * gdb.guile/scm-type.exp
15573 * gdb.guile/scm-value.exp
15574 * gdb.linespec/keywords.exp
15575 * gdb.linespec/ls-errs.exp
15576 * gdb.linespec/macro-relative.exp
15577 * gdb.linespec/thread.exp
15578 * gdb.mi/mi-breakpoint-changed.exp
15579 * gdb.mi/mi-dprintf-pending.exp
15580 * gdb.mi/mi-fullname-deleted.exp
15581 * gdb.mi/mi-logging.exp
15582 * gdb.mi/mi-pending.exp
15583 * gdb.mi/mi-solib.exp
15584 * gdb.mi/new-ui-mi-sync.exp
15585 * gdb.mi/user-selected-context-sync.exp
15586 * gdb.multi/dummy-frame-restore.exp
15587 * gdb.multi/multi-arch-exec.exp
15588 * gdb.multi/remove-inferiors.exp
15589 * gdb.multi/watchpoint-multi-exit.exp
15590 * gdb.opt/solib-intra-step.exp
15591 * gdb.perf/backtrace.exp
15592 * gdb.perf/single-step.exp
15593 * gdb.perf/skip-command.exp
15594 * gdb.perf/skip-prologue.exp
15595 * gdb.perf/solib.exp
15596 * gdb.python/lib-types.exp
15597 * gdb.python/py-as-string.exp
15598 * gdb.python/py-bad-printers.exp
15599 * gdb.python/py-block.exp
15600 * gdb.python/py-breakpoint.exp
15601 * gdb.python/py-cmd.exp
15602 * gdb.python/py-events.exp
15603 * gdb.python/py-evthreads.exp
15604 * gdb.python/py-finish-breakpoint.exp
15605 * gdb.python/py-finish-breakpoint2.exp
15606 * gdb.python/py-frame-inline.exp
15607 * gdb.python/py-frame.exp
15608 * gdb.python/py-inferior.exp
15609 * gdb.python/py-infthread.exp
15610 * gdb.python/py-mi.exp
15611 * gdb.python/py-objfile.exp
15612 * gdb.python/py-pp-maint.exp
15613 * gdb.python/py-pp-registration.exp
15614 * gdb.python/py-prettyprint.exp
15615 * gdb.python/py-recurse-unwind.exp
15616 * gdb.python/py-shared.exp
15617 * gdb.python/py-symbol.exp
15618 * gdb.python/py-symtab.exp
15619 * gdb.python/py-template.exp
15620 * gdb.python/py-type.exp
15621 * gdb.python/py-unwind-maint.exp
15622 * gdb.python/py-unwind.exp
15623 * gdb.python/py-value.exp
15624 * gdb.python/python.exp
15625 * gdb.reverse/finish-reverse-bkpt.exp
15626 * gdb.reverse/insn-reverse.exp
15627 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15628 * gdb.reverse/solib-precsave.exp
15629 * gdb.reverse/solib-reverse.exp
15630 * gdb.stabs/gdb11479.exp
15631 * gdb.stabs/weird.exp
15632 * gdb.threads/fork-child-threads.exp
15633 * gdb.threads/fork-plus-threads.exp
15634 * gdb.threads/fork-thread-pending.exp
15635 * gdb.threads/forking-threads-plus-breakpoint.exp
15636 * gdb.threads/hand-call-in-threads.exp
15637 * gdb.threads/interrupted-hand-call.exp
15638 * gdb.threads/linux-dp.exp
15639 * gdb.threads/local-watch-wrong-thread.exp
15640 * gdb.threads/next-while-other-thread-longjmps.exp
15641 * gdb.threads/non-ldr-exit.exp
15642 * gdb.threads/pending-step.exp
15643 * gdb.threads/print-threads.exp
15644 * gdb.threads/process-dies-while-detaching.exp
15645 * gdb.threads/process-dies-while-handling-bp.exp
15646 * gdb.threads/pthreads.exp
15647 * gdb.threads/queue-signal.exp
15648 * gdb.threads/reconnect-signal.exp
15649 * gdb.threads/signal-command-handle-nopass.exp
15650 * gdb.threads/signal-command-multiple-signals-pending.exp
15651 * gdb.threads/signal-delivered-right-thread.exp
15652 * gdb.threads/signal-sigtrap.exp
15653 * gdb.threads/sigthread.exp
15654 * gdb.threads/staticthreads.exp
15655 * gdb.threads/stepi-random-signal.exp
15656 * gdb.threads/thread-unwindonsignal.exp
15657 * gdb.threads/thread_check.exp
15658 * gdb.threads/thread_events.exp
15659 * gdb.threads/tid-reuse.exp
15660 * gdb.threads/tls-nodebug.exp
15661 * gdb.threads/tls-shared.exp
15662 * gdb.threads/tls-so_extern.exp
15663 * gdb.threads/tls.exp
15664 * gdb.threads/wp-replication.exp
15665 * gdb.trace/actions-changed.exp
15666 * gdb.trace/actions.exp
15667 * gdb.trace/backtrace.exp
15668 * gdb.trace/change-loc.exp
15669 * gdb.trace/collection.exp
15670 * gdb.trace/deltrace.exp
15671 * gdb.trace/disconnected-tracing.exp
15672 * gdb.trace/entry-values.exp
15673 * gdb.trace/ftrace-lock.exp
15674 * gdb.trace/ftrace.exp
15675 * gdb.trace/infotrace.exp
15676 * gdb.trace/mi-trace-frame-collected.exp
15677 * gdb.trace/mi-trace-unavailable.exp
15678 * gdb.trace/mi-traceframe-changed.exp
15679 * gdb.trace/mi-tracepoint-changed.exp
15680 * gdb.trace/mi-tsv-changed.exp
15681 * gdb.trace/no-attach-trace.exp
15682 * gdb.trace/packetlen.exp
15683 * gdb.trace/passc-dyn.exp
15684 * gdb.trace/passcount.exp
15685 * gdb.trace/pending.exp
15686 * gdb.trace/pr16508.exp
15687 * gdb.trace/qtro.exp
15688 * gdb.trace/range-stepping.exp
15689 * gdb.trace/read-memory.exp
15690 * gdb.trace/report.exp
15691 * gdb.trace/save-trace.exp
15692 * gdb.trace/signal.exp
15693 * gdb.trace/stap-trace.exp
15694 * gdb.trace/status-stop.exp
15695 * gdb.trace/strace.exp
15696 * gdb.trace/tfile.exp
15697 * gdb.trace/tfind.exp
15698 * gdb.trace/trace-break.exp
15699 * gdb.trace/trace-condition.exp
15700 * gdb.trace/trace-enable-disable.exp
15701 * gdb.trace/trace-mt.exp
15702 * gdb.trace/tracecmd.exp
15703 * gdb.trace/tracefile-pseudo-reg.exp
15704 * gdb.trace/tspeed.exp
15705 * gdb.trace/tstatus.exp
15706 * gdb.trace/tsv.exp
15707 * gdb.trace/unavailable.exp
15708 * gdb.trace/while-dyn.exp
15709 * gdb.trace/while-stepping.exp
15710 * lib/gdb-guile.exp
15711 * lib/gdb.exp
15712 * lib/mi-support.exp
15713 * lib/pascal.exp
15714 * lib/perftest.exp
15715 * lib/prelink-support.exp
15716 * lib/selftest-support.exp
15717
ad02e4fe
SM
157182016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15719
15720 * Makefile.in: Include disable-implicit-rules.mk.
15721
22347e55
AA
157222016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15723
15724 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15725 non-byte-aligned bit fields.
15726
da5b30da
AA
157272016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15728
15729 PR gdb/12616
15730 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15731 respects the DW_AT_data_bit_offset attribute.
15732
b593ecca
SM
157332016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15734
15735 * gdb.base/default.exp: Fix output of "set language".
15736
3b165252
SM
157372016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15738
15739 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15740 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15741 make.
15742 * configure.ac: Remove checks for the make program.
15743 * configure: Re-generate.
15744
1a2f3d7f
KB
157452016-11-16 Kevin Buettner <kevinb@redhat.com>
15746
15747 * gdb.python/py-recurse-unwind.c (main): Add loop.
15748 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15749 to read_register() and gdb.parse_and_eval(). Make each code
15750 call a separate case that can be individually tested.
15751 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15752 proc. Call cont_and_backtrace for each of the code paths that
15753 we want to test in the unwinder.
15754
b7f38fda
AA
157552016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15756
15757 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15758 the definition of struct S.
15759
1f8db343
CM
157602016-11-11 Catherine Moore <clm@codesourcery.com>
15761
15762 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15763
fad0c9fb
PA
157642016-11-09 Pedro Alves <palves@redhat.com>
15765
15766 * gdb.base/commands.exp (runto_or_return): New procedure.
15767 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15768 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15769 (progvar_simple_while_test, progvar_complex_if_while_test)
15770 (if_while_breakpoint_command_test)
15771 (infrun_breakpoint_command_test, breakpoint_command_test)
15772 (user_defined_command_test, watchpoint_command_test)
15773 (test_command_prompt_position, redefine_hook_test)
15774 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15775 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15776 multi_line_input and multi_line. Remove gdb_expect and
15777 gdb_stop_suppressing_tests uses.
15778 * lib/gdb.exp (valnum_re): New global.
15779 (multi_line_input): New procedure.
15780
8354c62c
SM
157812016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15782
15783 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15784 Remove.
15785 (test_setup): Define with proc_with_prefix.
15786 (test_cli_inferior): Likewise.
15787 (test_cli_thread): Likewise.
15788 (test_cli_frame): Likewise.
15789 (test_cli_select_frame): Likewise.
15790 (test_cli_up_down): Likewise.
15791 (test_mi_thread_select): Likewise.
15792 (test_mi_stack_select_frame): Likewise.
15793 (test_cli_in_mi_inferior): Likewise.
15794 (test_cli_in_mi_thread): Likewise.
15795 (test_cli_in_mi_frame): Likewise.
15796 (top level): Do not use with_test_prefix_procname.
15797
64f367a2
PA
157982016-11-09 Pedro Alves <palves@redhat.com>
15799
15800 * gdb.base/commands.exp (gdbvar_simple_if_test)
15801 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15802 (progvar_simple_if_test, progvar_simple_while_test)
15803 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15804 (infrun_breakpoint_command_test, breakpoint_command_test)
15805 (user_defined_command_test, watchpoint_command_test)
15806 (test_command_prompt_position, deprecated_command_test)
15807 (bp_deleted_in_command, temporary_breakpoint_commands)
15808 (stray_arg0_test, source_file_with_indented_comment)
15809 (recursive_source_test, if_commands_test)
15810 (error_clears_commands_left, redefine_hook_test)
15811 (redefine_backtrace_test): Use proc_with_prefix.
15812 * lib/gdb.exp (proc_with_prefix): New proc.
15813
0bb65f1e
AA
158142016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15815
15816 * gdb.base/tui-layout.c: New file.
15817 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15818 disassembly window contains very long lines.
15819
7353f247
TT
158202016-11-08 Tom Tromey <tom@tromey.com>
15821
15822 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15823 depend on Python 2.
15824
30a7bb83
TT
158252016-11-08 Tom Tromey <tom@tromey.com>
15826
15827 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15828 New method.
15829
cdf5a07c
MG
158302016-10-29 Manish Goregaokar <manish@mozilla.com>
15831
2806dc7e 15832 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 15833
51a789c3
MG
158342016-10-27 Manish Goregaokar <manish@mozilla.com>
15835
2806dc7e
PA
15836 * gdb.rust/simple.rs: Add test for univariant enums without
15837 discriminants and for encoded struct-like enums.
51a789c3 15838
f610ab6d
PA
158392016-10-28 Pedro Alves <palves@redhat.com>
15840
15841 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15842 gdb_test_multiple, tighten regexps and match symtabs and line
15843 tables incrementally.
15844
b129b0ca
LM
158452016-10-28 Luis Machado <lgustavo@codesourcery.com>
15846
15847 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15848 general.
15849
ecf45d2c
SL
158502016-10-25 Luis Machado <lgustavo@codesourcery.com>
15851
15852 * gdb.base/exec-invalid-sysroot.exp: New file.
15853
b8d38ee4
JK
158542016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15855
15856 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15857
f90fd8c2
JK
158582016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15859
15860 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15861
2d2476aa
MR
158622016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15863
2806dc7e
PA
15864 * gdb.base/killed-outside.exp: Remove $options from a call to
15865 `prepare_for_testing'.
2d2476aa 15866
e42b25a0
SM
158672016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15868
15869 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15870 Change test message.
15871
3ccdb432
SM
158722016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15873
15874 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15875 Update comment.
15876
5bad3170
SM
158772016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15878
15879 * gdb.trace/mi-trace-save.exp: New file.
15880
5ad9dba7
YQ
158812016-10-13 Yao Qi <yao.qi@linaro.org>
15882
15883 * gdb.base/code_elim.exp (get_var_address): Remove.
15884 * gdb.base/relocate.exp: Likewise.
15885 * gdb.base/shreloc.exp: Likewise.
15886 * lib/gdb.exp (get_var_address): New.
15887
62df7e21
YQ
158882016-10-13 Yao Qi <yao.qi@linaro.org>
15889
15890 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15891 floating point tests if $skip_float_test is false.
15892
4dac951e
LM
158932016-10-12 Luis Machado <lgustavo@codesourcery.com>
15894
15895 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15896 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15897 argc values.
15898 Add 1 to argc so we guarantee distinct initial/modified argc values.
15899
8f1a8fc4
JK
159002016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15901
15902 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15903
16c85b5d
JK
159042016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15905
15906 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15907 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15908 * gdb.arch/vsx-regs.exp: Likewise.
15909
1d0e042a
YQ
159102016-10-07 Yao Qi <yao.qi@linaro.org>
15911
15912 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15913
68dadef5
MM
159142016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15915
15916 * gdb.python/python.exp: Test decode_line("*0").
15917
33fa2c6e
DE
159182016-10-06 Doug Evans <dje@google.com>
15919
15920 * gdb.python/py-value.exp (test_value_creation): Add test for large
15921 unsigned 64-bit value.
15922
9c37b5ae
TT
159232016-10-06 Tom Tromey <tom@tromey.com>
15924
15925 * gdb.compile/compile.exp: Change java tests to rust.
15926 * gdb.base/setshow.exp: Change java tests to rust.
15927 * gdb.base/default.exp: Remove java from language list.
15928 * README (Examples): Update language example.
15929 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15930 test.
15931 * lib/gdb.exp (skip_java_tests): Remove.
15932 * lib/java.exp: Remove.
15933 * gdb.java: Remove.
15934
78b86327
MR
159352016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15936
15937 * gdb.arch/mips-fcr.exp: New test.
15938 * gdb.arch/mips-fcr.c: Source for the new test.
15939
7470adbb
MR
159402016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15941
15942 * gdb.base/solib-disc.exp: Use `standard_output_file'
15943 throughout.
15944
4a556533
PA
159452016-10-06 Pedro Alves <palves@redhat.com>
15946
15947 * gdb.base/jit-simple-dl.c: New file.
15948 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15949 * gdb.base/jit-simple.c: ... this.
15950 * gdb.base/jit-simple.exp (jit_run): Delete.
15951 (build_jit): New proc.
15952 (jit_test_reread): Recompile either the main program or the shared
15953 library, depending on what is being tested. Skip changing address
15954 if caller wants to. Compare before/after addresses. If testing
15955 standalone, explicitly load the binary. Test "maint info
15956 breakpoints".
15957 (top level): Add "standalone vs shared lib" and "change address"
15958 vs "same address" axes.
15959
5a122fbc
PA
159602016-10-06 Pedro Alves <palves@redhat.com>
15961
15962 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15963 call.
15964 (jit_run): Delete.
15965 (jit_test_reread): Use with_test_prefix. Reload the main binary
15966 explicitly. Compare the before/after addresses of the JIT
15967 descriptor.
15968
ee8da4b8
DE
159692016-08-15 Doug Evans <dje@google.com>
15970
15971 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15972 for single bitfields is bool.
15973 * gdb.xml/tdesc-regs.exp: Ditto.
15974
f389f6fe
JK
159752016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15976
15977 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15978
fdebf1a4
YQ
159792016-10-05 Yao Qi <yao.qi@linaro.org>
15980
15981 * lib/gdb.exp (support_complex_tests): Return zero if
15982 gdb_skip_float_test return true.
15983
9c36d954 159842016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 15985 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
15986
15987 PR gdb/20487
15988 * gdb.mi/user-selected-context-sync.exp: New file.
15989 * gdb.mi/user-selected-context-sync.c: New file.
15990
4034d0ff 159912016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 15992 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
15993
15994 PR gdb/20487
15995 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15996 =thread-select-event check.
15997
a4297203
PB
159982016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15999
16000 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
16001 the compulsory L operand changes.
16002 * gdb.arch/powerpc-power.s: Likewise.
16003
bb805577
JK
160042016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16005
16006 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
16007 * gdb.base/jit-attach-pie.c: New file.
16008 * gdb.base/jit-attach-pie.exp: New file.
16009
6d61dee5
PA
160102016-09-28 Pedro Alves <palves@redhat.com>
16011
16012 * gdb.base/infcall-input.c: New file.
16013 * gdb.base/infcall-input.exp: New file.
16014
f73842fc
YQ
160152016-09-22 Yao Qi <yao.qi@linaro.org>
16016
16017 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
16018 (gdb_exit): Rename it to ...
16019 (gdbserver_gdb_exit): ... Close GDBserver.
16020 (gdb_exit): New proc, call gdbserver_gdb_exit.
16021 (mi_gdb_exit): Likewise.
16022
90681dab
YQ
160232016-09-22 Yao Qi <yao.qi@linaro.org>
16024
16025 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
16026 path.
16027 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
16028 Remove duplication.
16029
9c211fd8
YQ
160302016-09-22 Yao Qi <yao.qi@linaro.org>
16031
16032 * lib/gdbserver-support.exp: Check the existence of
16033 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
16034
ad0a504f
AK
160352016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
16036
16037 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
16038
36cf1806
TT
160392016-09-21 Tom Tromey <tom@tromey.com>
16040
16041 PR gdb/20604:
16042 * gdb.base/quit.exp: New file.
16043
74172ecf
SM
160442016-09-21 Simon Marchi <simon.marchi@ericsson.com>
16045
16046 * .gitignore: New file.
16047
3d0ec882
MR
160482016-09-21 Maciej W. Rozycki <macro@imgtec.com>
16049
16050 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
16051 throughout.
16052
8193adea
AA
160532016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16054
16055 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
16056
d41a5c09
JK
160572016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16058
16059 * gdb.cp/casts.cc (decltype): Move it ...
16060 (main): ... with its call to ...
16061 * gdb.cp/casts03.cc: ... a new file.
16062 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
16063
d2dfe700
JK
160642016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16065
16066 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
16067
e2a92b16
PB
160682016-09-15 Peter Bergner <bergner@vnet.ibm.com>
16069
16070 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
16071 and sync up the test with tests in gas/testsuite/gas/ppc.
16072 * gdb.arch/powerpc-power.exp: Likewise.
16073
49b4de64
JK
160742016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16075
16076 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
16077
2c29df25
SDJ
160782016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
16079 Jan Kratochvil <jan.kratochvil@redhat.com>
16080
16081 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
16082 make m1's definition to be different from m2's. Use 'dummy' as an
16083 argument for probe 'two'.
16084
cc3c2846
JB
160852016-09-10 Jon Beniston <jon@beniston.com>
16086
16087 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
16088 for sim target.
16089
e1b2624a
AA
160902016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
16091
16092 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
16093 variable declaration.
16094 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
16095 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
16096 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
16097 received HWCAP as its argument.
16098
4295e285
PA
160992016-09-06 Pedro Alves <palves@redhat.com>
16100
16101 * gdb.base/new-ui-pending-input.c: New file.
16102 * gdb.base/new-ui-pending-input.exp: New file.
16103 * gdb.exp (clear_gdb_spawn_id): New procedure.
16104 (with_spawn_id): Check whether gdb_spawn_id exists before
16105 referencing it. If gdb_spawn_id didn't exist on entry, clear it
16106 on exit.
16107
00d5215e
UW
161082016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
16109
16110 * gdb.base/float128.c: New file.
16111 * gdb.base/float128.exp: Likewise.
16112 * gdb.base/floatn.c: Likewise.
16113 * gdb.base/floatn.exp: Likewise.
16114
a9ff5f12
UW
161152016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
16116
16117 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
16118
f245535c
PA
161192016-09-05 Pedro Alves <palves@redhat.com>
16120
16121 PR backtrace/19927
16122 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
16123 unwinders are immediately called as side effect of "source" or
16124 "disable unwinder" commands.
16125 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
16126
ae9cf263
YQ
161272016-09-02 Yao Qi <yao.qi@linaro.org>
16128
16129 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
16130 is true and $type is "float" or "double".
16131
27aba047
YQ
161322016-09-02 Yao Qi <yao.qi@linaro.org>
16133
16134 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
16135 true.
16136 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
16137 * gdb.base/call-rt-st.exp: Likewise.
16138 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
16139 return value instead of gdb,skip_float_test.
16140 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
16141 (do_function_calls): Use its return value instead of
16142 gdb,skip_float_test.
16143 * gdb.base/finish.exp: Likewise.
16144 * gdb.base/funcargs.exp: Likewise.
16145 * gdb.base/return.exp: Likewise.
16146 * gdb.base/return2.exp: Likewise.
16147 * gdb.base/varargs.exp: Likewise.
16148 * lib/gdb.exp (gdb_skip_float_test): Change it to
16149 gdb_caching_proc. Detect the broken ptrace on arm-linux.
16150
5af962df
AA
161512016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16152
16153 * gdb.multi/tids.exp: Test "thread apply all".
16154
7fac6910
JK
161552016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16156
16157 * gdb.base/default.exp (tty): Remove.
16158
bb1fe4ac
KB
161592016-08-24 Kevin Buettner <kevinb@redhat.com>
16160
2806dc7e
PA
16161 * gdb.python/py-recurse-unwind.c: New file.
16162 * gdb.python/py-recurse-unwind.py: New file.
16163 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 16164
0a1ddfa6
SM
161652016-08-24 Simon Marchi <simon.marchi@ericsson.com>
16166
16167 * gdb.base/set-inferior-tty.exp: New file.
16168 * gdb.base/set-inferior-tty.c: New file.
16169
d9de1fe3
PA
161702016-08-23 Pedro Alves <palves@redhat.com>
16171
16172 PR gdb/20494
16173 * gdb.base/new-ui-echo.c: New file.
16174 * gdb.base/new-ui-echo.exp: New file.
16175
e9d9abd7
YQ
161762016-08-23 Yao Qi <yao.qi@linaro.org>
16177
16178 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
16179 gdbserver_spawn.
16180 * gdb.server/connect-without-multi-process.exp (do_test):
16181 Likewise.
16182
3589529e
YQ
161832016-08-23 Yao Qi <yao.qi@linaro.org>
16184
16185 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
16186 standalone_txt. Delete gdb_txt and standalone_txt on host
16187 and target. Spawn the binary on target. Copy files from
16188 target to host.
16189
6bb90213
PA
161902016-08-22 Pedro Alves <palves@redhat.com>
16191
16192 PR gdb/20505
16193 * gdb.base/vdso-warning.exp: Test core dumps too. Use
16194 with_test_prefix. Factor out bits to ...
16195 (test_no_vdso): ... this new procedure.
16196
20c2c024
CL
161972016-08-19 Carl Love <cel@us.ibm.com>
16198
16199 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
16200 maintaining separate logic for constructing the output path.
16201 * gdb.arch/powerpc-d128-regs.exp: Likewise.
16202 * gdb.arch/ppc-dfp.exp: Likewise.
16203 * gdb.arch/ppc-fp.exp: Likewise.
16204 * gdb.arch/vsx-regs.exp: Likewise.
16205 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
16206 binprefix for generating the additional binary files.
16207
0646e07d
PA
162082016-08-19 Pedro Alves <palves@redhat.com>
16209
16210 * gdb.trace/mi-trace-frame-collected.exp
16211 (test_trace_frame_collected): On x32, expect two registers.
16212
46da9242
CL
162132016-08-18 Carl Love <cel@us.ibm.com>
16214
16215 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
16216 and sync up the test with tests in gas/testsuite/gas/ppc.
16217 * gdb.arch/powerpc-power.exp: Likewise.
16218
eb2332d7
SM
162192016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16220
16221 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
16222 expected error message.
16223
63c61e04
SM
162242016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16225
16226 * gdb.multi/remove-inferiors.exp: New file.
16227 * gdb.multi/remove-inferiors.c: New file.
16228
7b17065f
YQ
162292016-08-12 Yao Qi <yao.qi@linaro.org>
16230
16231 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
16232 argument list.
16233
01d3dedf
PA
162342016-08-10 Pedro Alves <palves@redhat.com>
16235
16236 PR gdb/19187
16237 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
16238 setup_kfails.
16239
3eb7562a
PA
162402016-08-09 Pedro Alves <palves@redhat.com>
16241 Simon Marchi <simon.marchi@ericsson.com>
16242
16243 PR gdb/20418
16244 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
16245 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
16246
80614914
PA
162472016-08-09 Pedro Alves <palves@redhat.com>
16248
16249 PR mi/20431
16250 * gdb.mi/mi-cmd-error.exp: New file.
16251
f348d89a
PA
162522016-08-09 Pedro Alves <palves@redhat.com>
16253
16254 PR gdb/18653
16255 * gdb.base/signals-state-child.c: New file.
16256 * gdb.base/signals-state-child.exp: New file.
16257 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
16258
e5ca03b4
PA
162592016-08-09 Pedro Alves <palves@redhat.com>
16260
16261 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
16262
282a0691
TT
162632016-08-03 Tom Tromey <tom@tromey.com>
16264
16265 PR python/18565:
16266 * gdb.python/py-frame-inline.exp: Add Frame.function test.
16267
41bfcd63
YQ
162682016-08-01 Yao Qi <yao.qi@linaro.org>
16269
16270 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
16271 variable mode to "multi-process" if $multi_process is 1, otherwise
16272 set it to "single-process".
16273
e3465b24
YQ
162742016-08-01 Yao Qi <yao.qi@linaro.org>
16275
16276 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
16277 * gdb.cp/cpexprs.exp: Likewise.
16278 * gdb.cp/m-static.exp: Likewise.
16279
0b31a4bc
TT
162802016-07-26 Tom Tromey <tom@tromey.com>
16281
16282 PR python/20190:
16283 * gdb.threads/tls.exp (check_thread_local): Add python symbol
16284 test.
16285
e0461dbb
MM
162862016-07-26 Markus Metzger <markus.t.metzger@intel.com>
16287
16288 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
16289 selecting assembly source files.
16290 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
16291 assembly source files.
16292 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
16293 assembly source files.
16294 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
16295 selecting assembly source files.
16296
8194e927
SM
162972016-07-25 Simon Marchi <simon.marchi@ericsson.com>
16298
16299 * gdb.base/new-ui.exp (do_test_invalid_args): New
16300 procedure.
16301
c0272db5
TW
163022016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
16303
16304 * gdb.btrace/reconnect.c: New file.
16305 * gdb.btrace/reconnect.exp: New file.
16306
e3487908
GKB
163072016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
16308
16309 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
16310 to test_catch_syscall_group.
16311 (test_catch_syscall_group): New.
16312
12df5c00
TT
163132016-07-21 Tom Tromey <tom@tromey.com>
16314
16315 * gdb.rust/simple.rs (main): Use empty struct expression.
16316 * gdb.rust/simple.exp: Add tests for empty struct expression.
16317
bae62ee2
YQ
163182016-07-21 Yao Qi <yao.qi@linaro.org>
16319
16320 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
16321 if gdb_skip_xml_test is true on some targets.
16322
b1b53fb3
YQ
163232016-07-21 Yao Qi <yao.qi@linaro.org>
16324
16325 * gdb.server/solib-list.exp: Unset last_loaded_file.
16326
027d97f8
JK
163272016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16328
16329 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
16330 "step into captured_main (args)".
16331
7674d381
JK
163322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16333
16334 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
16335
72b5d099
JK
163362016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16337
16338 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
16339
1f960ced
PA
163402016-07-19 Pedro Alves <palves@redhat.com>
16341
16342 * gdb.opt/inline-break.exp: Remove optimize=-O2.
16343 * gdb.opt/inline-bt.exp: Likewise.
16344 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
16345 additional_flags=-Winline.
16346 * gdb.opt/inline-locals.exp: Likewise.
16347 * gdb.opt/inline-markers.c (ATTR): Define.
16348 (inlined_fn): Use it.
16349
f25827c1
YQ
163502016-07-19 Yao Qi <yao.qi@linaro.org>
16351
16352 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
16353 (test_with_self): Remove some code. Remove argument executable.
16354 (top-level): Use do_self_tests.
16355
37539ebe
DB
163562016-07-15 Zachary Welch <zwelch@codesourcery.com>
16357 Don Breazeal <donb@codesourcery.com>
16358
16359 * gdb.base/maint.exp: Escape paths used in regular expressions.
16360 * gdb.stabs/weird.exp: Likewise.
16361
dac790e1
TT
163622016-07-13 Tom Tromey <tom@tromey.com>
16363
16364 PR python/15620, PR python/18620:
16365 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
16366 (test_bkpt_events): New procs.
16367
93daf339
TT
163682016-07-13 Tom Tromey <tom@tromey.com>
16369
16370 PR python/17698:
16371 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
16372 test.
16373 (test_watchpoints): Likewise.
16374 (test_bkpt_pending): New proc.
16375
6571a381
TT
163762016-07-13 Tom Tromey <tom@tromey.com>
16377
16378 PR cli/18053:
16379 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
16380 completion test.
16381
e8732474
JK
163822016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16383
16384 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
16385 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
16386 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
16387 f_label.
16388 (g): Rename g_end_lbl to g_label.
16389 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
16390 low_pc and high_pc.
16391 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
16392
e0f3fd7c
TT
163932016-07-12 Tom Tromey <tom@tromey.com>
16394
16395 PR python/19293:
16396 * gdb.python/py-unwind-maint.exp: Update tests.
16397
3cfe46b6
YQ
163982016-07-12 Yao Qi <yao.qi@linaro.org>
16399
16400 * lib/selftest-support.exp (selftest_setup): Match the output
16401 when captured_main is inlined.
16402
4f19a0e6
WT
164032016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
16404
16405 * gdb.fortran/derived-types.exp (result_line, result_line_2):
16406 New variables.
16407 (print this%a, print this%b, print this): New tests.
16408 * gdb.fortran/derived-types.f90 (this): New object and
16409 initialization.
16410
986cf455
SM
164112016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16412
16413 * gdb.ada/arraydim.exp: Remove extra directory level in build
16414 directory.
16415
f0464b23
SM
164162016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16417
16418 * lib/ada.exp: Remove extra directory level in build directory.
16419 * gdb.ada/cond_lang.exp: Likewise.
16420 * gdb.ada/exec_changed.exp: Likewise.
16421 * gdb.ada/lang_switch.exp: Likewise.
16422
42d94011
MG
164232016-07-06 Manish Goregaokar <manish@mozilla.com>
16424
2806dc7e
PA
16425 * simple.rs: Add test for raw pointer subscripting.
16426 * simple.exp: Add test expectations.
42d94011 16427
647c264c
YQ
164282016-07-05 Yao Qi <yao.qi@linaro.org>
16429
16430 * gdb.mi/mi-reverse.exp: Match =record-started output.
16431
20aa2c60
PA
164322016-07-01 Pedro Alves <palves@redhat.com>
16433
16434 * gdb.base/jit-reader.exp (info_registers_current_frame): New
16435 procedure.
16436 (jit_reader_test): Test the jit reader's unwinder.
16437 * gdb.base/jithost.c (jit_function_00_code): New global.
16438 (main): Use memcpy to fill in the mmapped code, instead of poking
16439 bytes manually here.
16440 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
16441 value.
16442 (read_debug_info): Save the function's range.
16443 (read_sp): New function.
16444 (unwind_frame): Use it. Also unwind RBP.
16445 (get_frame_id): Use read_sp.
16446 (gdb_init_reader): Use calloc instead of malloc.
16447 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
16448 parameter. Use gdb_test_multiple.
16449
ced2dffb
PA
164502016-07-01 Pedro Alves <palves@redhat.com>
16451 Antoine Tremblay <antoine.tremblay@ericsson.com>
16452
16453 * gdb.threads/process-dies-while-detaching.c: New file.
16454 * gdb.threads/process-dies-while-detaching.exp: New file.
16455
63000888
PA
164562016-07-01 Pedro Alves <palves@redhat.com>
16457
16458 * gdb.multi/watchpoint-multi-exit.c: New file.
16459 * gdb.multi/watchpoint-multi-exit.exp: New file.
16460
038d4868
PA
164612016-06-30 Pedro Alves <palves@redhat.com>
16462
16463 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
16464 unset inferior_spawn_id.
16465
994e9c83
PA
164662016-06-30 Pedro Alves <palves@redhat.com>
16467
16468 * lib/mi-support.exp (default_mi_gdb_start): Declare global
16469 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
16470
e5653468
YQ
164712016-06-29 Yao Qi <yao.qi@linaro.org>
16472
16473 * gdb.base/return.c: Add copyright header.
16474
803b47e5
TT
164752016-06-29 Tom Tromey <tom@tromey.com>
16476
16477 PR python/20129:
16478 * gdb.python/py-framefilter.exp: Add tests for setting priority
16479 and disabling of non-existent frame filter.
16480
28244707
YQ
164812016-06-29 Yao Qi <yao.qi@linaro.org>
16482
16483 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
16484 0x0f07ff.
16485
a31d2f06
YQ
164862016-06-28 Yao Qi <yao.qi@linaro.org>
16487
16488 * gdb.base/catch-syscall.exp: Remove check on isnative and target
16489 triplets. Start gdb, execute catch syscall, and continue. Check
16490 gdb's output to determine catch syscall is supported.
16491
921d8f54
MG
164922016-06-27 Manish Goregaokar <manish@mozilla.com>
16493
25d49b86
PA
16494 * gdb.rust/simple.rs: Add test for returning unit in a function.
16495 * gdb.rust/simple.exp: Add expectation for functions returning
16496 unit.
921d8f54 16497
f4952523
PMR
164982016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
16499
16500 * gdb.python/py-breakpoint-create-fail.c,
16501 gdb.python/py-breakpoint-create-fail.exp,
16502 gdb.python/py-breakpoint-create-fail.py: New testcase.
16503
fccb08f8
MG
165042016-06-25 Manish Goregaokar <manish@mozilla.com>
16505
16506 PR gdb/20239
16507 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
16508 * gdb.rust/simple.exp: Add test expectations for new NonZero
16509 tests.
fccb08f8 16510
6b850546
DT
165112016-06-24 David Taylor <dtaylor@emc.com>
16512
16513 * gdb.base/offsets.exp: New file.
16514 * gdb.base/offsets.c: New file.
16515
17621150
TT
165162016-06-23 Tom Tromey <tom@tromey.com>
16517
16518 PR gdb/16483:
16519 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
16520 before any filters are loaded.
16521
04d59df6
WT
165222016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
16523
16524 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
16525 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
16526 structs.
16527 * gdb.fortran/derived-type-function.exp: New file.
16528 * gdb.fortran/derived-type-function.f90: New file.
16529
16530
ac69f786
PA
165312016-06-21 Pedro Alves <palves@redhat.com>
16532
16533 * gdb.base/new-ui.exp: New file.
16534 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
16535 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
16536 (with_spawn_id): New procedure.
16537
49940788
PA
165382016-06-21 Pedro Alves <palves@redhat.com>
16539
16540 * gdb.mi/mi-exec-run.exp: New file.
16541
ef274d26
PA
165422016-06-21 Pedro Alves <palves@redhat.com>
16543
16544 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
16545 breakpoint command's output on the main UI.
16546 (test_break): New procedure, factored out from calls in the top
16547 level.
16548 (top level): Use foreach_with_prefix to test MI as main UI and as
16549 separate UI.
16550
468afe6c
PA
165512016-06-21 Pedro Alves <palves@redhat.com>
16552
16553 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16554 (test_awatch_creation_and_listing)
16555 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16556 Remove 'type' parameter.
16557 (test_watchpoint_all): New parameter mi_mode. Remove
16558 with_test_prefix.
16559 (top level): Use foreach_with_prefix, and add main/separate UI MI
16560 testing axis.
16561
51f77c37
PA
165622016-06-21 Pedro Alves <palves@redhat.com>
16563
16564 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16565 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16566 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16567 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16568 (gdb_main_spawn_id, mi_spawn_id): Declare and
16569 comment.
16570 (mi_create_inferior_pty): New procedure,
16571 factored out from default_mi_gdb_start.
16572 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16573 procedures.
16574 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16575 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16576 Use mi_create_inferior_pty.
16577 (mi_gdb_start): Use eval to pass down args list.
16578
8980e177
PA
165792016-06-21 Pedro Alves <palves@redhat.com>
16580
16581 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16582 * gdb.opt/inline-cmds.exp: Add MI tests.
16583
f38d3ad1
PA
165842016-06-21 Pedro Alves <palves@redhat.com>
16585
16586 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16587
45db7c09
PA
165882016-06-21 Pedro Alves <palves@redhat.com>
16589
16590 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16591 (top level): Use it instead of mi_execute_to.
16592
5a069ab3
PA
165932016-06-21 Pedro Alves <palves@redhat.com>
16594
16595 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16596 (cont_handler_str): New.
16597 (signal_stop_handler): Set stop_handler_str instead of printing to
16598 stdout.
16599 (continue_handler): Set cont_handler_str instead of printing to
16600 stdout.
16601 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16602 mi_send_resuming_command. Print stop_handler_str and
16603 cont_handler_str instead of expecting the python events print
16604 directly.
16605
2838cc1d
SD
166062016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16607
16608 * gdb.base/jit-reader.exp: New file.
16609 * gdb.base/jithost.c: New file.
16610 * gdb.base/jithost.h: New file.
16611 * gdb.base/jitreader.c : New file.
16612 * gdb.base/jit-protocol.h: New file.
16613
21a77091
YQ
166142016-06-17 Yao Qi <yao.qi@linaro.org>
16615
16616 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16617 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16618 and detach-on-fork. Adjust tests.
16619 (top level): Invoke break_cond_on_syscall with combinations of
16620 syscall, follow-fork-mode and detach-on-fork.
16621
f50bf8e5
YQ
166222016-06-17 Yao Qi <yao.qi@linaro.org>
16623
16624 * gdb.base/step-over-exit.c: New.
16625 * gdb.base/step-over-exit.exp: New.
16626
a28d8e50
YTL
166272016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16628
16629 * gdb.base/float.exp: Add target check for nds32*-*-*.
16630 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16631
cad8e26d
AB
166322016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16633
16634 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16635 for unsupported target features.
16636 * gdb.base/call-rt-st.exp: Likewise.
16637 * gdb.base/call-sc.exp: Likewise.
16638 * gdb.base/call-signal-resume.exp: Likewise.
16639 * gdb.base/call-strs.exp: Likewise.
16640 * gdb.base/callexit.exp: Likewise.
16641 * gdb.base/callfuncs.exp: Likewise.
16642 * gdb.base/nodebug.exp: Likewise.
16643 * gdb.base/printcmds.exp: Likewise.
16644 * gdb.base/ptype.exp: Likewise.
16645 * gdb.base/structs.exp: Likewise.
16646 * gdb.base/unwindonsignal.exp: Likewise.
16647 * gdb.cp/gdb2495.exp: Likewise.
16648 * gdb.cp/templates.exp: Likewise.
16649 * gdb.cp/virtfunc.exp: Likewise.
16650 * gdb.threads/hand-call-in-threads.exp: Likewise.
16651 * gdb.threads/interrupted-hand-call.exp: Likewise.
16652 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16653
347dc102
TT
166542016-06-10 Tom Tromey <tom@tromey.com>
16655
16656 PR rust/20110:
16657 * gdb.rust/expr.exp: Add test for integer constant larger than
16658 i32.
16659
5e13cf25
BH
166602016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16661
16662 * gdb.fortran/nested-funcs.exp: New.
16663 * gdb.fortran/nested-funcs.f90: New.
16664
bb556f1f
TK
166652016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16666
16667 * gdb.base/examine-backward.c: New file.
16668 * gdb.base/examine-backward.exp: New file.
16669
38b022b4
SM
166702016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16671
16672 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16673 matching.
16674
1b40ec05
TT
166752016-06-02 Tom Tromey <tom@tromey.com>
16676
16677 PR python/18984:
16678 * gdb.python/py-shared.exp: Add solib_name test.
16679
193bd378
SM
166802016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16681
16682 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16683
3326303b
MG
166842016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16685
16686 PR c++/19893
16687 * gdb.dwarf2/implref.exp: Rename to...
16688 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16689 * gdb.dwarf2/implref-array.c: New file.
16690 * gdb.dwarf2/implref-array.exp: Likewise.
16691 * gdb.dwarf2/implref-global.c: Likewise.
16692 * gdb.dwarf2/implref-global.exp: Likewise.
16693 * gdb.dwarf2/implref-struct.c: Likewise.
16694 * gdb.dwarf2/implref-struct.exp: Likewise.
16695
825c8ef2
AT
166962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16697
16698 * gdb.trace/trace-condition.exp: Add 64bit tests.
16699
2320162a
AT
167002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16701
16702 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16703 bits types.
16704 (main): Adapt to 8 to 64 bits types.
16705 * gdb.trace/trace-condition.exp: Add new tests.
16706
a7818233
AT
167072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16708
16709 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16710
0d336466
AT
167112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16712
16713 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16714 Move condition tests...
16715 * gdb.trace/trace-condition.exp: Here.
16716
7faeb45a
AT
167172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16718
16719 * gdb.trace/trace-condition.exp: Add counter-case tests.
16720
e385593e
JK
167212016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16722
16723 PR c++/15231
16724 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16725 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16726
744608cc
PA
167272016-05-27 Pedro Alves <palves@redhat.com>
16728
16729 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16730 New procedure.
16731 (top level): Call it, and bail out of DejaGnu is known to be bad.
16732
ac775bf4
AB
167332016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16734
16735 * gdb.base/whatis.c: Extend the test case.
16736 * gdb.base/whatis.exp: Add additional tests.
16737
2bbad2ea
BH
167382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16739
16740* gdb.fortran/type.f90: Add pointer variable.
16741* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16742
8b70175d
BH
167432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16744
16745 * gdb.fortran/vla-type.exp: Fix testcase name.
16746
86d8a848
BH
167472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16748
16749 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16750
e188eb36
BH
167512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16752
16753 * gdb.fortran/type.f90: Add nested structures.
16754 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16755 * gdb.fortran/derived-type.exp: Adapt expected output.
16756 * gdb.fortran/vla-type.exp: Adapt expected output.
16757
9b2db1fd
BH
167582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16759
16760 * gdb.fortran/whatis_type.exp: Adapt expected output.
16761
72b17055
BH
167622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16763
16764 * gdb.fortran/print_type.exp: Fix expected output.
16765 * gdb.fortran/whatis_type.exp: Fix expected output.
16766
3cd81d8d
BH
167672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16768
16769 * gdb.fortran/whatis_type.exp: Use multi_line.
16770
ddae9462
TT
167712016-05-24 Tom Tromey <tom@tromey.com>
16772
16773 PR python/17386:
16774 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16775 use value as an index.
16776
1957f6b8
TT
167772016-05-23 Tom Tromey <tom@tromey.com>
16778
16779 PR python/17981:
16780 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16781 no-breakpoint case.
16782
026a9174
PA
167832016-05-24 Pedro Alves <palves@redhat.com>
16784
16785 PR gdb/19828
16786 * gdb.threads/clone-attach-detach.c: New file.
16787 * gdb.threads/clone-attach-detach.exp: New file.
16788
e70a7231
FR
167892016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16790
16791 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16792
0f6ed0e0
TT
167932016-05-23 Tom Tromey <tom@tromey.com>
16794
16795 PR python/19438, PR python/18393:
16796 * gdb.python/py-progspace.exp: Add "dir" test.
16797 * gdb.python/py-objfile.exp: Add "dir" test.
16798
ffd19d61
YQ
167992016-05-23 Yao Qi <yao.qi@linaro.org>
16800
16801 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16802 * gdb.arch/thumb2-it.exp: Likewise.
16803
9e8f9b05
SM
168042016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16805
16806 * gdb.mi/mi-threads-interrupt.c: New file.
16807 * gdb.mi/mi-threads-interrupt.exp: New file.
16808
61c6156d
SM
168092016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16810
16811 PR gdb/18077
16812 * gdb.mi/mi-async-run.exp: New file.
16813 * gdb.mi/mi-async-run.c: New file.
16814
67218854
TT
168152016-05-17 Tom Tromey <tom@tromey.com>
16816 Manish Goregaokar <manishsmail@gmail.com>
16817
16818 * lib/rust-support.exp: New file.
16819 * lib/gdb.exp (skip_rust_tests): New proc.
16820 (build_executable_from_specs): Handle rust.
16821 * lib/future.exp (gdb_find_rustc): New proc.
16822 (gdb_default_target_compile): Handle rust.
16823 * gdb.rust/expr.exp: New file.
16824 * gdb.rust/generics.exp: New file.
16825 * gdb.rust/generics.rs: New file.
16826 * gdb.rust/methods.exp: New file.
16827 * gdb.rust/methods.rs: New file.
16828 * gdb.rust/modules.exp: New file.
16829 * gdb.rust/modules.rs: New file.
16830 * gdb.rust/simple.exp: New file.
16831 * gdb.rust/simple.rs: New file.
16832
c44af4eb
TT
168332016-05-17 Tom Tromey <tom@tromey.com>
16834
16835 * gdb.base/default.exp (set language): Add rust.
16836
dcd1f979
TT
168372016-05-17 Tom Tromey <tom@tromey.com>
16838
16839 * gdb.gdb/unittest.exp: New file.
16840
155b7f57
YQ
168412016-05-16 Yao Qi <yao.qi@linaro.org>
16842
16843 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16844 shell_prompt. Update shell_prompt_re.
16845
8ddd5a6c
DE
168462016-05-12 Doug Evans <dje@google.com>
16847
16848 PR symtab/19999
16849 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16850 $options when building executable.
16851 * gdb.dwarf2/fission-loclists-pie.S: New file.
16852 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16853
02e370d9
SM
168542016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16855
16856 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16857 of [is_remote target],
16858
8929ad8b
SM
168592016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16860
16861 * lib/gdb.exp (use_gdb_stub): New procedure.
16862
6c447423
DE
168632016-05-03 Yunlian Jiang <yunlian@google.com>
16864 Doug Evans <dje@google.com>
16865
16866 PR symtab/19914
16867 * gdb.dwarf2/dwp-sepdebug.c: New file.
16868 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16869
444e826c
SM
168702016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16871
16872 * gdb.base/detach.exp: Remove is_remote check.
16873
740feeaa
SM
168742016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16875
16876 * gdb.base/annota-input-while-running.exp: Don't check for
16877 [is_remote target]. Enable annotations after running to main.
16878 Remove unused "set test..." line.
16879
9080ac9d
SM
168802016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16881
16882 * gdb.trace/trace-enable-disable.exp: New file.
16883 * gdb.trace/trace-enable-disable.c: New file.
16884
952ebca5
SM
168852016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16886
16887 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16888 use it in info sharedlibrary test.
16889 * gdb.trace/ftrace-lock.exp: Likewise.
16890 * gdb.trace/ftrace.exp: Likewise.
16891 * gdb.trace/range-stepping.exp: Likewise.
16892 * gdb.trace/trace-break.exp: Likewise.
16893 * gdb.trace/trace-condition.exp: Likewise.
16894 * gdb.trace/trace-mt.exp: Likewise.
16895
d9019901
SM
168962016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16897
16898 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16899 (gdb_load_shlib): ... this.
16900 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16901 gdb_load_shlib.
16902 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16903 * gdb.base/ctxobj.exp: Likewise.
16904 * gdb.base/dprintf-pending.exp: Likewise.
16905 * gdb.base/dso2dso.exp: Likewise.
16906 * gdb.base/fixsection.exp: Likewise.
16907 * gdb.base/gcore-relro.exp: Likewise.
16908 * gdb.base/gdb1555.exp: Likewise.
16909 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16910 * gdb.base/gnu-ifunc.exp: Likewise.
16911 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16912 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16913 * gdb.base/pending.exp: Likewise.
16914 * gdb.base/print-file-var.exp: Likewise.
16915 * gdb.base/print-symbol-loading.exp: Likewise.
16916 * gdb.base/shlib-call.exp: Likewise.
16917 * gdb.base/shreloc.exp: Likewise.
16918 * gdb.base/so-impl-ld.exp: Likewise.
16919 * gdb.base/solib-disc.exp: Likewise.
16920 * gdb.base/solib-nodir.exp: Likewise.
16921 * gdb.base/solib-overlap.exp: Likewise.
16922 * gdb.base/solib-symbol.exp: Likewise.
16923 * gdb.base/solib-weak.exp (do_test): Likewise.
16924 * gdb.base/sym-file.exp: Likewise.
16925 * gdb.base/symtab-search-order.exp: Likewise.
16926 * gdb.base/type-opaque.exp: Likewise.
16927 * gdb.base/unload.exp: Likewise.
16928 * gdb.base/watchpoint-solib.exp: Likewise.
16929 * gdb.compile/compile.exp: Likewise.
16930 * gdb.cp/gdb2384.exp: Likewise.
16931 * gdb.cp/infcall-dlopen.exp: Likewise.
16932 * gdb.cp/re-set-overloaded.exp: Likewise.
16933 * gdb.fortran/library-module.exp: Likewise.
16934 * gdb.opt/solib-intra-step.exp: Likewise.
16935 * gdb.python/py-finish-breakpoint.exp: Likewise.
16936 * gdb.python/py-shared.exp: Likewise.
16937 * gdb.reverse/solib-precsave.exp: Likewise.
16938 * gdb.reverse/solib-reverse.exp: Likewise.
16939 * gdb.server/solib-list.exp: Likewise.
16940 * gdb.threads/dlopen-libpthread.exp: Likewise.
16941 * gdb.threads/tls-shared.exp: Likewise.
16942 * gdb.threads/tls-so_extern.exp: Likewise.
16943 * gdb.trace/change-loc.exp: Likewise.
16944 * gdb.trace/ftrace-lock.exp: Likewise.
16945 * gdb.trace/ftrace.exp: Likewise.
16946 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16947 * gdb.trace/pending.exp: Likewise.
16948 * gdb.trace/range-stepping.exp: Likewise.
16949 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16950 (strace_info_marker): Likewise.
16951 (strace_probe_marker): Likewise.
16952 (strace_trace_on_same_addr): Likewise.
16953 (strace_trace_on_diff_addr): Likewise.
16954 * gdb.trace/trace-break.exp: Likewise.
16955 * gdb.trace/trace-condition.exp: Likewise.
16956 * gdb.trace/trace-mt.exp: Likewise.
16957
fca4cfd9
SM
169582016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16959
16960 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16961 result of gdb_remote_download.
16962 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16963 * gdb.base/dso2dso.exp: Likewise.
16964 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16965 * gdb.base/print-file-var.exp: Likewise.
16966 * gdb.base/shlib-call.exp: Likewise.
16967 * gdb.base/shreloc.exp: Likewise.
16968 * gdb.base/solib-overlap.exp: Likewise.
16969 * gdb.base/solib-weak.exp (do_test): Likewise.
16970 * gdb.base/unload.exp: Likewise.
16971
11cf4ffb
YQ
169722016-04-27 Yao Qi <yao.qi@linaro.org>
16973
16974 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16975 exists.
16976
3e2e34f8
KB
169772016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16978
16979 * vla-type.exp: Print structure from toplevel.
16980
8f07e298
BH
169812016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16982
16983 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16984 of dynamic types.
16985 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16986 of dynamic types.
16987
9920b434
BH
169882016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16989
16990 * gdb.fortran/vla-type.f90: New file.
16991 * gdb.fortran/vla-type.exp: New file.
16992
f3abeff5
YQ
169932016-04-25 Yao Qi <yao.qi@linaro.org>
16994
16995 * gdb.base/branch-to-self.c: New file.
16996 * gdb.base/branch-to-self.exp: New file.
16997
0a5d52f0
YQ
169982016-04-22 Yao Qi <yao.qi@linaro.org>
16999
17000 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
17001 more after $hex.
17002
495346f6
YQ
170032016-04-22 Yao Qi <yao.qi@linaro.org>
17004
17005 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
17006 * gdb.base/annota3.exp: Likewise.
17007
4a7e075c
YQ
170082016-04-22 Yao Qi <yao.qi@linaro.org>
17009
17010 * gdb.reverse/step-precsave.exp: Do one step and test program
17011 stops in "callee" and do multiple steps until program goes out
17012 of "callee".
17013 * gdb.reverse/step-reverse.exp: Likewise.
17014
5b061e98
YQ
170152016-04-22 Yao Qi <yao.qi@linaro.org>
17016
17017 * gdb.trace/signal.exp: Also pass if
17018 $tracepoint_hits($i) > $iterations.
17019
5c5dc57f
YQ
170202016-04-22 Yao Qi <yao.qi@linaro.org>
17021
17022 * gdb.trace/signal.c: New file.
17023 * gdb.trace/signal.exp: New file.
17024
a55411b9
DE
170252016-04-19 Doug Evans <xdje42@gmail.com>
17026
17027 * gdb.base/bad-file.exp: New file.
17028
a22df60a
MG
170292016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
17030
17031 * gdb.dwarf2/implref.exp: New file.
17032
0c13f7e5
BH
170332016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
17034
17035 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
17036 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
17037 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
17038 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
17039 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
17040 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
17041 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
17042 * lib/fortran.exp (fortran_int4): New procedure.
17043 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
17044 (fortran_logical4): Likewise.
17045
9b9b09e9
BH
170462016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
17047
17048 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
17049
a14d1f4d
BH
170502016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
17051
17052 * lib/compiler.c: Add Intel specific preprocessor macros.
17053 * lib/compiler.cc: Likewise.
25d49b86 17054
7d49b1d0
LM
170552016-04-13 Luis Machado <lgustavo@codesourcery.com>
17056
17057 * gdb.server/connect-with-no-symbol-file.c: New file.
17058 * gdb.server/connect-with-no-symbol-file.exp: New file.
17059
8392fa22
SM
170602016-04-13 Simon Marchi <simon.marchi@ericsson.com>
17061
17062 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
17063
8c4c4aeb
SM
170642016-04-13 Simon Marchi <simon.marchi@ericsson.com>
17065
17066 * boards/gdbserver-base.exp (${board}_download): Copy source file to
17067 standard output directory.
17068
45e3745e
AT
170692016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
17070
17071 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
17072
e26b7e41
MM
170732016-04-13 Markus Metzger <markus.t.metzger@intel.com>
17074
17075 * gdb.btrace/instruction_history.c (loop): Add declaration.
17076
8ce09462
AT
170772016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
17078
17079 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
17080
2e88a1ea
SM
170812016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
17082
17083 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
17084 parentheses to print.
17085 (continue_handler): Likewise.
17086
f48e22e3
SM
170872016-04-08 Simon Marchi <simon.marchi@ericsson.com>
17088
17089 * gdb.server/solib-list.exp: Remove is_remote check.
17090 Pass shlib= to gdb_compile. Don't link shared library with
17091 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
17092 Run binary filename through "readlink -f" on the target.
17093
096be756
PA
170942016-04-08 Pedro Alves <palves@redhat.com>
17095
17096 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
17097 interpreter filename as argument to gdbserver_spawn.
17098 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
17099 Return empty if $last_loaded_file does not exist.
17100
06500533
JK
171012016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17102
17103 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
17104 * gdb.base/jit-main.c: Use exit after usage.
17105
2d35e871
JK
171062016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17107
17108 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
17109 GDBHISTSIZE prior to the tests.
17110 * gdb.base/gdbinit-history.exp: Likewise.
17111
171122016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
17113
17114 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
17115 instead of build_executable. Use gdb_load_shlibs.
17116
c8064e7e
YQ
171172016-04-07 Yao Qi <yao.qi@linaro.org>
17118
17119 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
17120 Execute "si" command.
17121
bde47561
YQ
171222016-04-07 Yao Qi <yao.qi@linaro.org>
17123
17124 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
17125 number instead of the comments on some line.
17126
b16f8a3b
DB
171272016-04-06 Don Breazeal <donb@codesourcery.com>
17128
17129 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
17130 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
17131
c2f901df
SM
171322016-04-06 Simon Marchi <simon.marchi@ericsson.com>
17133
17134 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
17135 standard_output_file. Remove unused binfile variable.
17136
ac17fda0
CU
171372016-04-05 Catalin Udma <catalin.udma@freescale.com>
17138
17139 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
17140 * gdb.python/py-mi-objfile.exp: Match "list main" output
17141 in console format.
17142
03a8c4df
SM
171432016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
17144
17145 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
17146 absolute.
17147
6e774b13
SM
171482016-04-05 Simon Marchi <simon.marchi@ericsson.com>
17149
17150 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
17151 absolute.
17152 * gdb.trace/ftrace.exp: Likewise.
17153 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
17154 targets as well.
17155 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
17156 (gdb_load_shlibs): Copy libraries to test directory when testing
17157 natively. Only set solib-search-path if testing remotely.
17158 * lib/mi-support.exp (mi_load_shlibs): Likewise.
17159
7817ea46
SM
171602016-04-05 Simon Marchi <simon.marchi@ericsson.com>
17161
17162 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
17163 gdb_download. Use it even if the target is not remote.
17164 * gdb.base/jit.exp (compile_jit_test): Likewise.
17165 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
17166 output directory if the destination board is local, otherwise use
17167 the standard remote_download from DejaGnu.
17168 (gdb_download): Remove.
17169 (gdb_load_shlibs): Use gdb_remote_download instead of
17170 gdb_download.
17171 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
17172 Use gdb_remote_download instead of gdb_download. Use it even if
17173 the target is not remote.
17174 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
17175 instead of gdb_download.
17176
7beb7f68
SM
171772016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
17178
17179 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
17180 (test_insert_delete_modify): Call mi_load_shlibs before trying to
17181 run.
17182
cc63428a
AV
171832016-04-01 Artemiy Volkov <artemiyv@acm.org>
17184
17185 PR gdb/19820
17186 * gdb.base/printcmds.exp: Add artificial arrays tests.
17187
64cdf930
PA
171882016-03-31 Pedro Alves <palves@redhat.com>
17189
17190 PR gdb/19858
17191 * gdb.base/jit-main.c: Include unistd.h.
17192 (ATTACH): Define to 0 if not already defined.
17193 (wait_for_gdb, mypid): New globals.
17194 (WAIT_FOR_GDB): New macro.
17195 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
17196 some breakpoint locations.
17197 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
17198 New procedures.
17199 (one_jit_test): Add REATTACH parameter, and handle it. Use
17200 continue_to_test_location.
17201 (top level): Test attach, and adjusts calls to one_jit_test.
17202
40dea8cb
PA
172032016-03-31 Pedro Alves <palves@redhat.com>
17204
17205 PR gdb/19858
17206 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
17207 BINSUFFIX parameter, and handle it.
17208 (top level): Adjust calls compile_jit_test.
17209
e7ea3ec7
CU
172102016-03-31 Catalin Udma <catalin.udma@freescale.com>
17211
17212 PR python/19743
17213 * gdb.python/py-mi-events-gdb.py: New file.
17214 * gdb.python/py-mi-events.c: New file.
17215 * gdb.python/py-mi-events.exp: New file.
17216
e6359af3
YQ
172172016-03-30 Yao Qi <yao.qi@linaro.org>
17218
17219 * gdb.reverse/until-precsave.exp: Match function name only.
17220 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
17221 Move malloc to a condition block.
17222 * gdb.reverse/until-reverse.exp: Match function name only.
17223
a4105d04
MK
172242016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
17225
17226 * gdb.trace/ftrace.exp: Set arg0exp for s390.
17227 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
17228 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
17229 variable for GPR 0 instead of assuming it is register 0.
17230 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
17231 * lib/trace-support.exp: Add s390 registers.
17232
bfa6adb9
YQ
172332016-03-29 Yao Qi <yao.qi@linaro.org>
17234
17235 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
17236
1e6697ea
YQ
172372016-03-24 Yao Qi <yao.qi@linaro.org>
17238
17239 * gdb.reverse/break-reverse.exp: Add quotation mark in the
17240 test message.
17241
64bcd522
AA
172422016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17243
17244 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
17245 maintaining separate logic for constructing the output path.
17246
7868401b
DB
172472016-03-16 Don Breazeal <donb@codesourcery.com>
17248
17249 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
17250 Retry fork and waitpid on interrupted system call errors.
17251 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17252 Use with_timeout_factor to increase timeout by factor of 10.
17253
1cafadb4
DB
172542016-03-15 Don Breazeal <donb@codesourcery.com>
17255
17256 * gdb.cp/scope-err.cc: New test program.
17257 * gdb.cp/scope-err.exp: New test script.
17258 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
17259 lines and "set breakpoint here" comment.
17260 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
17261 Fixed some whitespace and format issues.
17262 * gdb.mi/mi-linespec-err-cp.cc: New test program.
17263 * gdb.mi/mi-linespec-err-cp.exp: New test script.
17264
81516450
DE
172652016-03-15 Doug Evans <dje@google.com>
17266
17267 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
17268 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
17269 All callers updated. Add tests for enums, mixed flags register.
17270
aa52b601
DE
172712016-03-15 Doug Evans <dje@google.com>
17272
17273 * gdb.base/skip.c (main): Call test_skip_file_and_function.
17274 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
17275
fa4ff313
SM
172762016-03-14 Simon Marchi <simon.marchi@ericsson.com>
17277
17278 * gdb.base/default.exp: Add $_as_string to the list of expected
17279 convenience functions.
17280
f2403c39
AB
172812016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
17282
17283 * gdb.base/maint.exp: New tests for 'maint info line-table'.
17284
f2f3ccb9
SM
172852016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
17286
17287 * gdb.python/py-as-string.exp: New file.
17288 * gdb.python/py-as-string.c: New file.
17289
00dbd492
PA
172902016-03-09 Pedro Alves <palves@redhat.com>
17291
17292 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
17293 signal" -> "Thread NN received signal" output change.
17294 * gdb.threads/ia64-sigill.exp: Likewise.
17295 * gdb.threads/linux-dp.exp: Likewise.
17296 * gdb.threads/manythreads.exp: Likewise.
17297 * gdb.threads/pending-step.exp: Likewise.
17298 * gdb.threads/print-threads.exp: Likewise.
17299 * gdb.threads/sigstep-threads.exp: Likewise.
17300 * gdb.threads/staticthreads.exp: Likewise.
17301 * gdb.threads/tls.exp: Likewise.
17302
1e6697ea
YQ
173032016-03-09 Pedro Alves <palves@redhat.com>
17304
17305 * gdb.base/command-line-input.exp: New file.
17306
b04fd3be
MK
173072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17308
17309 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
17310 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
17311 * gdb.trace/pending.exp: Accept leading dot before function name.
17312 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
17313 * lib/trace-support.exp: Set registers for ppc.
17314
98fa59e9
MK
173152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17316
17317 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
17318 use it for disassembly; accept .main in addition to main in backtrace.
17319
f77198c8
MK
173202016-03-09 Wei-cheng Wang <cole945@gmail.com>
17321 Marcin Kościelnicki <koriakin@0x04.net>
17322
17323 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
17324 (gdb_recursion_test_ptr): New global variable.
17325 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
17326 gdb_recursion_test.
17327 (gdb_c_test): Ditto.
17328
ba84e0da
MK
173292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17330
17331 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
17332 ordering.
17333
4366d36e
MK
173342016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17335
17336 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
17337 (bar): Add bar_start_lbl label.
17338 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
17339 of foo/bar for emitting DWARF and tracing.
17340
5eb264df
SDJ
173412016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
17342
17343 * analyze-racy-logs.py: Set executable bit.
17344
fb6a751f
SDJ
173452016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
17346
17347 * Makefile.in (DEFAULT_RACY_ITER): New variable.
17348 (CHECK_TARGET_TMP): Likewise.
17349 (check-single-racy): New rule.
17350 (check-parallel-racy): Likewise.
17351 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
17352 (do-check-parallel-racy): New rule.
17353 (check-racy/%.exp): Likewise.
17354 * README (Racy testcases): New section.
17355 * analyze-racy-logs.py: New file.
17356
bdf7e230
DE
173572016-03-03 Doug Evans <dje@google.com>
17358
17359 * gdb.base/skip.exp: Use with_test_prefix.
17360
4719d415
YQ
173612016-03-03 Yao Qi <yao.qi@linaro.org>
17362
17363 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
17364 Invoke step_over_syscall "clone" and break_cond_on_syscall
17365 "clone".
17366 * gdb.base/step-over-clone.c: New file.
17367
ea507862
YQ
173682016-03-03 Yao Qi <yao.qi@linaro.org>
17369
17370 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
17371 code format.
17372
8fc8cbda
YQ
173732016-03-03 Yao Qi <yao.qi@linaro.org>
17374
17375 * gdb.base/disp-step-fork.c: Rename to ...
17376 * gdb.base/step-over-fork.c: ... it. New file.
17377 * gdb.base/disp-step-vfork.c: Rename to ...
17378 * gdb.base/step-over-vfork.c: ... it. New file.
17379 * gdb.base/disp-step-syscall.exp: Rename to ...
17380 * gdb.base/step-over-syscall.exp: ... it. New file.
17381 (disp_step_cross_syscall): Rename to ...
17382 (step_over_syscall): ... it.
17383
92fa70b0
YQ
173842016-03-03 Yao Qi <yao.qi@linaro.org>
17385
17386 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
17387 If target supports condition evaluation on target, invoke
17388 break_cond_on_syscall for fork and vfork.
17389
e197ad3c
YQ
173902016-03-03 Yao Qi <yao.qi@linaro.org>
17391
17392 * gdb.base/disp-step-syscall.exp: Don't invoke
17393 support_displaced_stepping.
17394 (disp_step_cross_syscall): Test with displaced stepping off and
17395 on if supported.
17396
0b47da9f
YQ
173972016-03-03 Yao Qi <yao.qi@linaro.org>
17398
17399 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
17400 proc.
17401 (setup): New proc.
17402 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
17403 and setup.
17404
065ab6dc
BH
174052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17406
17407 * gdb.fortran/vla-history.exp: Remove breakpoint.
17408
07e448ad 174092016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17410
25d49b86
PA
17411 * gdb.fortran/vla-history.exp: Lookup array elements and printing
17412 exceeds timeout.
07e448ad 17413
9ac2d526 174142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17415
25d49b86
PA
17416 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
17417 breakpoint.
9ac2d526 17418
17807369
BH
174192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17420
17421 * gdb.mi/vla.f90: Nullify pointer after declaration.
17422
86e501af
PA
174232016-03-01 Pedro Alves <palves@redhat.com>
17424
17425 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
17426
1e903e32
PA
174272016-03-01 Pedro Alves <palves@redhat.com>
17428
17429 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
17430 before anything else.
17431 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
17432 _GNU_SOURCE here.
17433 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
17434 before anything else.
17435 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
17436
6ccb54e2
PA
174372016-03-01 Pedro Alves <palves@redhat.com>
17438
17439 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
17440
30ca9da1
YQ
174412016-03-01 Yao Qi <yao.qi@linaro.org>
17442
17443 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
17444 prepare_for_testing.
17445
dc856b38
YQ
174462016-03-01 Yao Qi <yao.qi@linaro.org>
17447
17448 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
17449
4a932159
AA
174502016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17451
17452 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
17453 manually constructing the output path.
17454
f2489477
AA
174552016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17456
17457 * gdb.arch/s390-stackless.S: New.
17458 * gdb.arch/s390-stackless.exp: New.
17459
38899f16
IB
174602016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
17461
17462 * gdb.dlang/circular.c: New file.
17463 * gdb.dlang/circular.exp: New file.
17464
9fde51ed
YQ
174652016-02-26 Yao Qi <yao.qi@linaro.org>
17466
17467 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
17468 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
17469 (testcases): Update.
17470
ce90fefe
YQ
174712016-02-26 Yao Qi <yao.qi@linaro.org>
17472
17473 * gdb.reverse/aarch64.c: Rename to ...
17474 * gdb.reverse/insn-reverse.c: ... it.
17475 * gdb.reverse/aarch64.exp: Rename to ...
17476 * gdb.reverse/insn-reverse.exp: ... it.
17477
3263bceb
YQ
174782016-02-26 Yao Qi <yao.qi@linaro.org>
17479
17480 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
17481 (testcase_ftype): New.
17482 (testcases): New array.
17483 (n_testcases): New.
17484 (main): Call each element in testcases.
17485 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
17486 (read_testcase): New.
17487 Do the tests in a loop.
17488
6cb59ff1
YQ
174892016-02-25 Yao Qi <yao.qi@linaro.org>
17490
17491 * gdb.base/branches.c: Remove.
17492
ae91f625
MK
174932016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17494
17495 PR gdb/13808
17496 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
17497
678b48b7
MK
174982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17499
17500 * gdb.trace/ftrace.exp: Remove unnecessary target check.
17501
7337a6f2
MK
175022016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17503
17504 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
17505 change x86_64 call_insn to 'callq'.
17506
861ca91f
AT
175072016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17508
17509 * gdb.trace/tfile-avx.c: Move to...
17510 * gdb.trace/tracefile-pseudo-reg.c: Here.
17511 * gdb.trace/tfile-avx.exp: Move to...
17512 * gdb.trace/tracefile-pseudo-reg.exp: Here.
17513
bf74e428
GB
175142016-02-24 Gary Benson <gbenson@redhat.com>
17515
17516 * gdb.base/attach-pie-noexec.exp: Do not expect an error
17517 message on attach.
17518
cce0e923
DE
175192016-02-23 Doug Evans <dje@google.com>
17520
17521 * gdb.base/skip.c (test_skip): New function.
17522 (end_test_skip_file_and_function): New function.
17523 (test_skip_file_and_function): New function.
17524 * gdb.base/skip1.c (test_skip): New function.
17525 (skip1_test_skip_file_and_function): New function.
17526 * gdb.base/skip.exp: Add tests for new skip options.
17527 * gdb.base/skip-solib.exp: Update expected output.
17528 * gdb.perf/skip-command.cc: New file.
17529 * gdb.perf/skip-command.exp: New file.
17530 * gdb.perf/skip-command.py: New file.
17531
4000e47e
MK
175322016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
17533
17534 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
17535 info registers pattern.
17536
24f75ead
IB
175372016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
17538
17539 * lib/future.exp: Add D support.
17540 (gdb_find_gdc): New proc.
17541 (gdb_default_target_compile): Add D support.
17542
fbb7bcbe
WW
175432016-02-18 Wei-cheng Wang <cole945@gmail.com>
17544
17545 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
17546 user+system time.
17547 (trace_speed_test): Determine the iteration count for a time
17548 between 15..30 seconds.
17549
012b3a21
WT
175502016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17551
17552 * gdb.arch/i386-mpx-sigsegv.c: New file.
17553 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17554 * gdb.arch/i386-mpx-simple_segv.c: New file.
17555 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17556
2d5189bd
YQ
175572016-02-18 Yao Qi <yao.qi@linaro.org>
17558
17559 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17560 Don't call setup_kfail.
17561
40fb20d0
YQ
175622016-02-18 Yao Qi <yao.qi@linaro.org>
17563
17564 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17565 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17566
21b1f8d2
DE
175672016-02-16 Doug Evans <dje@google.com>
17568
17569 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17570 * gdb.base/skip1.c: Ditto.
17571 * gdb.base/skip.exp: Whitespace cleanup.
17572
4041ed77
DB
175732016-02-16 Don Breazeal <donb@codesourcery.com>
17574
17575 PR remote/19496
17576 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17577 Remove kfail for PR remote/19496.
17578
c4ef31bf
SM
175792016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17580
17581 * lib/gdb.exp (standard_temp_file): Return a path specific to
17582 the runtest invocation.
17583
266b65b3
SM
175842016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17585
17586 * gdb.trace/save-trace.exp: Change relative path to be in the
17587 standard output directory.
17588
a7a0a6a9
JK
175892016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17590
17591 * gdb.arch/i386-prologue.c: Add missing prototypes.
17592
c99dbb42
JK
175932016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17594
17595 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17596 * gdb.arch/i386-prologue.exp: Likewise.
17597 * gdb.arch/i386-size.exp: Likewise.
17598
aa480355
SM
175992016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17600
17601 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17602 define object file path.
17603 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17604 file path.
17605 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17606 standard_output_file to define binfile.
17607
ba881f50
JK
176082016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17609
17610 Fix compatibility with recent gfortran-5.3.1.
17611 * gdb.fortran/vla-history.exp (print vla1 allocated)
17612 (print vla2 allocated, print $2, print $3): Remove
17613 (print $4): Rename to ...
17614 (print $2): ... here.
17615 (print $9): Rename to ...
17616 (print $5): ... here.
17617 (print $10): Rename to ...
17618 (print $6): ... here.
17619 * gdb.fortran/vla.f90: Add pvla initialization.
17620
e9fb005c
JK
176212016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17622
17623 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17624 New test.
17625 * gdb.fortran/vla-value-sub.exp: Likewise.
17626
e44e00ff
MK
176272016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17628
17629 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17630
97e94151
SM
176312016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17632
17633 * i386-biarch-core.exp: Define corefile using
17634 standard_output_file.
17635
01113bc1
YQ
176362016-02-12 Yao Qi <yao.qi@linaro.org>
17637
17638 * gdb.arch/arm-single-step-kernel-helper.c: New.
17639 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17640
33b4777c
MM
176412016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17642
17643 * gdb.btrace/tailcall-only.exp: New.
17644 * gdb.btrace/tailcall-only.c: New.
17645 * gdb.btrace/x86_64-tailcall-only.S: New.
17646 * gdb.btrace/i686-tailcall-only.S: New.
17647
acc23c11
PA
176482016-02-11 Pedro Alves <palves@redhat.com>
17649
17650 * README (Parallel testing): Add missing double quotes.
17651
e352bf0a
PA
176522016-02-11 Pedro Alves <palves@redhat.com>
17653
17654 * README (Parallel testing): New section.
17655 (GDB_PARALLEL): Rewrite.
17656 (FORCE_PARALLEL): Document.
17657
9f5fed78
MK
176582016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17659
17660 * gdb.trace/tfile-avx.c: New test.
17661 * gdb.trace/tfile-avx.exp: New test.
17662
9ef9e6a6
KS
176632016-02-09 Keith Seitz <keiths@redhat.com>
17664
17665 PR breakpoints/19546
17666 * gdb.base/infcall-exec.c: New file.
17667 * gdb.base/infcall-exec2.c: New file.
17668 * gdb.base/infcall-exec.exp: New file.
17669
a96e36da
KS
176702016-02-09 Keith Seitz <keiths@redhat.com>
17671
17672 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17673 (toplevel): Call test_bkpt_address.
17674
9f61929f
KS
176752016-02-09 Keith Seitz <keiths@redhat.com>
17676
17677 PR python/19506
17678 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17679 (toplevel): Call test_bkpt_address.
17680
1e94266c
SM
176812016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17682
17683 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17684 to AC_OUTPUT.
17685 * configure: Regenerate.
17686
2a7f3dff
PA
176872016-02-09 Pedro Alves <palves@redhat.com>
17688
17689 PR breakpoints/19548
17690 * gdb.base/execl-update-breakpoints.c (some_function): New
17691 function.
17692 (main): Call it.
17693 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17694 Tighten expected GDB output.
17695
2151ccc5
SM
176962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17697
17698 * Makefile.in (ALL_SUBDIRS): Remove.
17699 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17700 (distclean maintainer-clean realclean): Likewise.
17701 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17702 * configure: Regenerate.
17703 * gdb.ada/Makefile.in: Delete.
17704 * gdb.arch/Makefile.in: Likewise.
17705 * gdb.asm/Makefile.in: Likewise.
17706 * gdb.base/Makefile.in: Likewise.
17707 * gdb.btrace/Makefile.in: Likewise.
17708 * gdb.cell/Makefile.in: Likewise.
17709 * gdb.compile/Makefile.in: Likewise.
17710 * gdb.cp/Makefile.in: Likewise.
17711 * gdb.disasm/Makefile.in: Likewise.
17712 * gdb.dlang/Makefile.in: Likewise.
17713 * gdb.dwarf2/Makefile.in: Likewise.
17714 * gdb.fortran/Makefile.in: Likewise.
17715 * gdb.gdb/Makefile.in: Likewise.
17716 * gdb.go/Makefile.in: Likewise.
17717 * gdb.guile/Makefile.in: Likewise.
17718 * gdb.java/Makefile.in: Likewise.
17719 * gdb.linespec/Makefile.in: Likewise.
17720 * gdb.mi/Makefile.in: Likewise.
17721 * gdb.modula2/Makefile.in: Likewise.
17722 * gdb.multi/Makefile.in: Likewise.
17723 * gdb.objc/Makefile.in: Likewise.
17724 * gdb.opencl/Makefile.in: Likewise.
17725 * gdb.opt/Makefile.in: Likewise.
17726 * gdb.pascal/Makefile.in: Likewise.
17727 * gdb.perf/Makefile.in: Likewise.
17728 * gdb.python/Makefile.in: Likewise.
17729 * gdb.reverse/Makefile.in: Likewise.
17730 * gdb.server/Makefile.in: Likewise.
17731 * gdb.stabs/Makefile.in: Likewise.
17732 * gdb.threads/Makefile.in: Likewise.
17733 * gdb.trace/Makefile.in: Likewise.
17734 * gdb.xml/Makefile.in: Likewise.
17735 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17736 GDB_PARALLEL.
17737 (standard_output_file): Remove check for GDB_PARALLEL, always
17738 return path in outputs/$subdir/$testname.
17739
437277d4
SM
177402016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17741
17742 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17743 (site.exp): Assign abs_srcdir to tcl's srcdir.
17744
31d913c7
YQ
177452016-02-04 Yao Qi <yao.qi@linaro.org>
17746
17747 * gdb.base/foll-exec-mode.c: Include limits.h.
17748 (main): Add parameters argc and argv. Get directory from
17749 argv[0].
17750 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17751 compilation.
17752 * gdb.base/foll-exec.c: Include limits.h.
17753 (main): Add parameters argc and argv.
17754 Get directory from argv[0].
17755 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17756 Adjust tests on the number of lines as source code changed.
17757 * gdb.base/foll-vfork-exit.c: Include limits.h.
17758 (main): Add one line of statement before vfork.
17759 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17760 (main): Add parameters argc and argv. Get directory from
17761 argv[0].
17762 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17763 (setup_gdb): Set tbreak to skip some source lines.
17764 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17765 (main): Add parameters argc and argv. Get directory from
17766 argv[0].
17767 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17768 compilation.
17769 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17770 (main): Add parameters argc and argv. Get directory from
17771 argv[0].
17772 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17773 compilation.
17774
9482b9fb
DE
177752016-02-01 Doug Evans <dje@google.com>
17776
17777 * gdb.base/skip.exp: Clean up multiple references to same test name.
17778
6b2e4f10
PA
177792016-02-01 Pedro Alves <palves@redhat.com>
17780
ccb6afd6 17781 PR remote/19496
6b2e4f10
PA
17782 * gdb.threads/forking-threads-plus-breakpoint.exp
17783 (displaced_stepping_supported): New global.
17784 (probe_displaced_stepping_support): New procedure.
17785 (do_test): Add 'displaced' parameter, and use it.
17786 (top level): Check for displaced stepping support. Add displaced
17787 stepping on/off testing axis.
17788
37a8db1a
AB
177892016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17790
17791 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17792 pointer. Don't perform further tests on the unassociated pointer
17793 if the first test fails.
17794
5fdf6324
AB
177952016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17796
17797 * gdb.base/max-value-size.c: New file.
17798 * gdb.base/max-value-size.exp: New file.
17799 * gdb.base/huge.exp: Disable max-value-size for this test.
17800
935c6144
IB
178012016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17802
17803 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17804
7fe8399d
YQ
178052016-01-28 Yao Qi <yao.qi@linaro.org>
17806
17807 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17808
a2077e25
PA
178092016-01-25 Pedro Alves <palves@redhat.com>
17810
17811 PR threads/19461
17812 * gdb.base/fork-running-state.c: New file.
17813 * gdb.base/fork-running-state.exp: New file.
17814
1d2736d4
PA
178152016-01-25 Pedro Alves <palves@redhat.com>
17816
17817 PR gdb/19494
17818 * gdb.base/catch-fork-kill.c: New file.
17819 * gdb.base/catch-fork-kill.exp: New file.
17820
f1da4b11
PA
178212016-01-25 Pedro Alves <palves@redhat.com>
17822
17823 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17824 Delete, moved to lib/gdb.exp.
17825 * gdb.threads/forking-threads-plus-breakpoint.exp
17826 (foreach_with_prefix): Likewise.
17827 * gdb.threads/process-dies-while-handling-bp.exp
17828 (foreach_with_prefix): Likewise.
17829 * lib/gdb.exp (foreach_with_prefix): New procedure.
17830
45f38546
MK
178312016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17832
17833 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17834 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17835
dc29a1ce
MK
178362016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17837
17838 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17839 endian targets.
17840
092127d7
JK
178412016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17842 Pedro Alves <palves@redhat.com>
17843
17844 Fix testsuite compatibility with Guile.
17845 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17846 number.
17847
31d765d3
JK
178482016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17849
17850 Fix testsuite compatibility with Guile.
17851 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17852 (thread 1): New test for backtrace through signal handler.
17853
1ac78c04
YQ
178542016-01-22 Yao Qi <yao.qi@linaro.org>
17855
17856 PR testsuite/19491
17857 * gdb.base/multi-forks.c: Include
17858 ../lib/unbuffer_output.c
17859 (main): Call gdb_unbuffer_output.
17860
4f5946a8
DE
178612016-01-21 Doug Evans <dje@google.com>
17862
17863 * lib/ada.exp (gdb_compile_ada): Fix typo.
17864
305e13e6
JB
178652016-01-21 Joel Brobecker <brobecker@adacore.com>
17866
17867 * gdb.base/break-fun-addr.exp: New file.
17868 * gdb.base/break-fun-addr1.c: New file.
17869 * gdb.base/break-fun-addr2.c: New file.
17870
5f5dfff6
SM
178712016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17872
17873 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17874 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17875 enum flag values.
17876
fd356fa2
AA
178772016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17878
17879 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17880 when GDB can not set the vector return value. Add more comments
17881 for clarification.
17882
9df22175
AT
178832016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17884
17885 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17886 command.
17887
41d1845e
SM
178882016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17889
17890 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17891
01ac6840
SM
178922016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17893
17894 * Makefile.in (check-single): Pass --status to runtest.
17895 (check/%.exp): Likewise.
17896
178972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17898
17899 * Makefile.in (check-parallel): Propagate return code from make
17900 do-check-parallel.
17901
bd0a71fa
MK
179022016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17903
17904 * gdb.trace/ftrace.exp: Fix expected message on continue.
17905 * gdb.trace/pending.exp: Fix expected message on continue.
17906 * gdb.trace/trace-break.exp: Fix expected message on continue.
17907
8bcbad33
SM
179082016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17909
17910 * lib/gdb.exp (gdb_test): Remove unused global references.
17911
f303dbd6
PA
179122016-01-18 Pedro Alves <palves@redhat.com>
17913
17914 * gdb.base/async-shell.exp: Adjust expected output.
17915 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17916 * gdb.base/siginfo-thread.exp: Adjust expected output.
17917 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17918 * gdb.java/jnpe.exp: Adjust expected output.
17919 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17920 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17921 * gdb.threads/leader-exit.exp: Adjust expected output.
17922 * gdb.threads/manythreads.exp: Adjust expected output.
17923 * gdb.threads/pthreads.exp: Adjust expected output.
17924 * gdb.threads/schedlock.exp: Adjust expected output.
17925 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17926 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17927 expected output.
17928 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17929 output.
17930 * gdb.threads/sigthread.exp: Adjust expected output.
17931 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17932
b2789696
YQ
179332016-01-18 Yao Qi <yao.qi@linaro.org>
17934
17935 * gdb.guile/scm-section-script.c: Replace @progbits with
17936 %progbits.
17937 * gdb.python/py-section-script.c: Likewise.
17938
71ef29a8
PA
179392016-01-15 Pedro Alves <palves@redhat.com>
17940
17941 * gdb.multi/tids.exp: Test star wildcard ranges.
17942
3f5b7598
PA
179432016-01-15 Pedro Alves <palves@redhat.com>
17944
17945 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17946 command from "thread apply" invocation.
17947 (thr_apply_info_thr_invalid): Default the expected output to the
17948 input tid list.
17949 (top level): Add tests that use convenience variables. Add tests
17950 for "thread apply" with a valid TID list, but missing the command.
17951
663f6d42
PA
179522016-01-13 Pedro Alves <palves@redhat.com>
17953
17954 * gdb.base/default.exp: Expect $_gthread as well.
17955 * gdb.multi/tids.exp: Test $_gthread.
17956 * gdb.threads/thread-specific.exp: Test $_gthread.
17957
c84f6bbf
PA
179582016-01-13 Pedro Alves <palves@redhat.com>
17959
17960 * gdb.multi/tids.exp: Test "info threads -gid".
17961
22a02324
PA
179622016-01-13 Pedro Alves <palves@redhat.com>
17963
17964 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17965 Breakpoint.thread.
17966 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17967
5d5658a1
PA
179682016-01-07 Pedro Alves <palves@redhat.com>
17969
17970 * gdb.base/break.exp: Adjust to output changes.
17971 * gdb.base/hbreak2.exp: Likewise.
17972 * gdb.base/sepdebug.exp: Likewise.
17973 * gdb.base/watch_thread_num.exp: Likewise.
17974 * gdb.linespec/keywords.exp: Likewise.
17975 * gdb.multi/info-threads.exp: Likewise.
17976 * gdb.threads/thread-find.exp: Likewise.
17977 * gdb.multi/tids.c: New file.
17978 * gdb.multi/tids.exp: New file.
17979
84654457
PA
179802016-01-13 Pedro Alves <palves@redhat.com>
17981
17982 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17983
e3940304
PA
179842016-01-13 Pedro Alves <palves@redhat.com>
17985
17986 * gdb.base/default.exp: Expect $_inferior as well.
17987 * gdb.multi/base.exp: Test $_inferior.
17988
a911d87a
PA
179892016-01-13 Pedro Alves <palves@redhat.com>
17990
17991 PR breakpoints/19388
17992 * gdb.base/catch-signal-siginfo-cond.c: New file.
17993 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17994
82075af2
JS
179952016-01-12 Josh Stone <jistone@redhat.com>
17996 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17997
17998 * gdb.base/catch-syscall.c (do_execve): New variable.
17999 (main): Conditionally trigger an execve.
18000 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
18001 (test_catch_syscall_execve): New, check entry/return across execve.
18002 (do_syscall_tests): Call test_catch_syscall_execve.
18003
e46eeedd
PA
180042016-01-12 Pedro Alves <palves@redhat.com>
18005
18006 * gdb.base/random-signal.exp (do_test): New procedure, with body
18007 of testcase moved in.
18008
01d8c27e
JK
180092016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18010 Pedro Alves <palves@redhat.com>
18011
18012 * gdb.base/funcargs.exp (finish from indirectly called function):
18013 Reintroduce the case for 'First'.
18014
9a706302
JK
180152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18016 Pedro Alves <palves@redhat.com>
18017
18018 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
18019 (tcatch_vfork_then_child_follow_exec)
18020 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
18021 identification.
18022
c0ecb95f
JK
180232016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18024
18025 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
18026 and repeats to unlimited.
18027 * gdb.python/py-value.exp: Likewise.
18028 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
18029 and repeats to unlimited.
18030
6cfc1fcb
JK
180312016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18032
18033 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
18034 and reordering the functions.
18035 * gdb.multi/hangout.c: Likewise.
18036 * gdb.multi/hello.c: Likewise.
18037
582a1b00
SM
180382016-01-08 Simon Marchi <simon.marchi@ericsson.com>
18039
18040 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
18041 absolute.
18042 (SingleStatisticTestResult.report): Use dict.keys instead of
18043 dict.iterkeys.
18044
79bc59cb
PA
180452016-01-06 Pedro Alves <palves@redhat.com>
18046
18047 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
18048
43368e1d
MM
180492016-01-04 Markus Metzger <markus.t.metzger@intel.com>
18050
18051 * gdb.btrace/dlopen.exp: New.
18052 * gdb.btrace/dlopen.c: New.
18053 * gdb.btrace/dlopen-dso.c: New.
18054
79fad5b8
SL
180552015-12-25 Sandra Loosemore <sandra@codesourcery.com>
18056
18057 * lib/gdb.exp (gdb_test): Update comments to clarify that the
18058 PATTERN argument is optional.
18059
ab8314b3
JB
180602015-12-24 Joel Brobecker <brobecker@adacore.com>
18061
18062 * lib/ada.exp (target_compile_ada_from_dir): New function.
18063 (gdb_compile_ada): Reimplement avoiding the use of project files.
18064 * gdb.ada/gnat_ada.gpr: Delete.
18065 * gdb.ada/cond_lang.exp: Adjust test to make path before
18066 filename optional.
18067 * gdb.ada/small_reg_param.exp: Likewise.
18068
fe33faff
SM
180692015-12-22 Simon Marchi <simon.marchi@ericsson.com>
18070
18071 * gdb.base/foll-vork.exp: Remove HP-UX special case.
18072
6d265cb4
TP
180732015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
18074
18075 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
18076 case.
18077
10125099
SM
180782015-12-21 Simon Marchi <simon.marchi@ericsson.com>
18079
18080 * gdb.base/break.exp: Remove dead code.
18081 * gdb.base/sepdebug.exp: Likewise.
18082
3ca22649
SM
180832015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
18084
18085 * gdb.asm/asm-source.exp: Remove HP-UX references.
18086 * gdb.base/annota1.exp: Likewise.
18087 * gdb.base/annota3.exp: Likewise.
18088 * gdb.base/attach.exp: Likewise.
18089 * gdb.base/bigcore.exp: Likewise.
18090 * gdb.base/break.exp: Likewise.
18091 * gdb.base/call-ar-st.exp: Likewise.
18092 * gdb.base/callfuncs.exp: Likewise.
18093 * gdb.base/catch-fork-static.exp: Likewise.
18094 * gdb.base/display.exp: Likewise.
18095 * gdb.base/foll-exec-mode.exp: Likewise.
18096 * gdb.base/foll-exec.exp: Likewise.
18097 * gdb.base/foll-fork.exp: Likewise.
18098 * gdb.base/foll-vfork.exp: Likewise.
18099 * gdb.base/funcargs.exp: Likewise.
18100 * gdb.base/hbreak2.exp: Likewise.
18101 * gdb.base/inferior-died.exp: Likewise.
18102 * gdb.base/interrupt.exp: Likewise.
18103 * gdb.base/multi-forks.exp: Likewise.
18104 * gdb.base/nodebug.exp: Likewise.
18105 * gdb.base/sepdebug.exp: Likewise.
18106 * gdb.base/solib1.c: Likewise.
18107 * gdb.base/step-test.exp: Likewise.
18108 * gdb.mi/non-stop.c: Likewise.
18109 * gdb.mi/pthreads.c: Likewise.
18110 * gdb.multi/bkpt-multi-exec.ex: Likewise.
18111 * gdb.threads/pthreads.c: Likewise.
18112 * gdb.threads/staticthreads.exp: Likewise.
18113 * lib/future.exp: Likewise.
18114 * lib/gdb.exp: Likewise.
18115 * gdb.base/so-indr-cl.c: Remove.
18116 * gdb.base/so-indr-cl.exp: Likewise.
18117 * gdb.base/solib.c: Likewise.
18118 * gdb.base/solib.exp: Likewise.
18119 * gdb.base/solib2.c: Likewise.
18120
b6304613
SM
181212015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
18122
18123 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
18124 * gdb.base/call-ar-st.exp: Likewise.
18125 * gdb.base/callfuncs.exp: Likewise.
18126 * gdb.base/condbreak.exp: Likewise.
18127 * gdb.base/constvars.exp: Likewise.
18128 * gdb.base/hbreak2.exp: Likewise.
18129 * gdb.base/langs.exp: Likewise.
18130 * gdb.base/list.exp: Likewise.
18131 * gdb.base/long_long.exp: Likewise.
18132 * gdb.base/ptype.exp: Likewise.
18133 * gdb.base/scope.exp: Likewise.
18134 * gdb.base/signals.exp: Likewise.
18135 * gdb.base/so-impl-ld.exp: Likewise.
18136 * gdb.base/varargs.exp: Likewise.
18137 * gdb.base/volatile.exp: Likewise.
18138 * gdb.base/whatis.exp: Likewise.
18139 * gdb.cp/cplusfuncs.exp: Likewise.
18140 * gdb.cp/inherit.exp: Likewise.
18141 * gdb.cp/local.exp: Likewise.
18142 * gdb.cp/member-ptr.exp: Likewise.
18143 * gdb.cp/method.exp: Likewise.
18144 * gdb.cp/overload.exp: Likewise.
18145 * gdb.cp/templates.exp: Likewise.
18146 * gdb.stabs/weird.exp: Likewise.
18147 * lib/compiler.c: Likewise.
18148 * lib/compiler.cc: Likewise.
18149 * lib/cp-support.exp: Likewise.
18150 * lib/gdb.exp: Likewise.
18151
bf401b07
SM
181522015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
18153
18154 * configure.ac: Remove HP-UX case.
18155 * configure: Regenerate.
18156
aff9c0f8
SM
181572015-12-18 Simon Marchi <simon.marchi@ericsson.com>
18158
18159 * lib/gdb.exp (gdb_compile): Add function doc.
18160
a6904d5a
PA
181612015-12-17 Pedro Alves <palves@redhat.com>
18162
18163 PR threads/19354
18164 * gdb.multi/info-threads.exp: New file.
18165
a22279dd
YQ
181662015-12-15 Yao Qi <yao.qi@linaro.org>
18167
18168 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
18169 is aarch64*-*-*.
18170
0588c796
SL
181712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18172
18173 * gdb.base/history-duplicates.exp: Skip if no readline support.
18174
5d978e17
SL
181752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18176
18177 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
18178
7e763b86
SL
181792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18180
18181 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
18182
87a3a92c
SL
181832015-12-14 Sandra Loosemore <sandra@codesourcery.com>
18184
18185 * gdb.base/completion.exp: Skip tests that interrupt GDB with
18186 ctrl-C if nointerrupts target property is set.
18187 * gdb.base/double-prompt-target-event-error.exp: Likewise.
18188 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
18189 * gdb.base/paginate-bg-execution.exp: Likewise.
18190 * gdb.base/paginate-execution-startup.exp: Likewise.
18191 * gdb.base/random-signal.exp: Likewise.
18192 * gdb.base/range-stepping.exp: Likewise.
18193 * gdb.cp/annota2.exp: Likewise.
18194 * gdb.cp/annota3.exp: Likewise.
18195 * gdb.gdb/selftest.exp: Likewise.
18196 * gdb.threads/continue-pending-status.exp: Likewise.
18197 * gdb.threads/leader-exit.exp: Likewise.
18198 * gdb.threads/manythreads.exp: Likewise.
18199 * gdb.threads/pthreads.exp: Likewise.
18200 * gdb.threads/schedlock.exp: Likewise.
18201 * gdb.threads/sigthread.exp: Likewise.
18202
a8f077dc
DB
182032015-12-11 Don Breazeal <donb@codesourcery.com>
18204
18205 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
18206 remote.
18207 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
18208 * gdb.base/foll-exec.exp (main): Enable for target remote.
18209 * gdb.base/foll-fork.exp (main): Likewise.
18210 * gdb.base/foll-vfork.exp (main): Likewise.
18211 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
18212 (proc continue_to_exit_bp_loc): Use clean_restart.
18213 * gdb.base/pie-execl.exp (main): Disable for target remote.
18214 * gdb.base/watch-vfork.exp (main): Enable for target remote.
18215 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
18216 * gdb.threads/execl.exp (main): Likewise.
18217 * gdb.threads/fork-child-threads.exp (main): Likewise.
18218 * gdb.threads/fork-plus-threads.exp (main): Disable for target
18219 remote.
18220 * gdb.threads/fork-thread-pending.exp (main): Enable for target
18221 remote.
18222 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
18223 pid.tid style ptids, instead of just tid.
18224 * gdb.threads/thread-execl.exp (main): Enable for target remote.
18225 * gdb.threads/watchpoint-fork.exp (main): Likewise.
18226 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
18227 ptids, instead of just tid.
18228
3b2464a8
AB
182292015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18230
18231 * gdb.base/list.exp (test_list_forward): Add end of file error
18232 test.
18233 (test_repeat_list_command): Add end of file error test.
18234 (test_list_backwards): Add beginning of file error test.
18235
a0def019
AB
182362015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18237
18238 * gdb.base/list.exp (test_list_invalid_args): New function,
18239 defined, and called.
18240
5c000dff
AB
182412015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18242
18243 * gdb.base/list.exp (test_list): Make test names unique.
18244
f1637ebe
YQ
182452015-12-11 Yao Qi <yao.qi@linaro.org>
18246
18247 * gdb.base/coremaker2.c: Remove.
18248
36d6fc0a
PA
182492015-12-10 Pedro Alves <palves@redhat.com>
18250
18251 * gdb.multi/base.exp: Remove stale "spaces" references.
18252
762f7747
PA
182532015-12-10 Pedro Alves <palves@redhat.com>
18254
18255 * gdb.multi/base.exp: Don't use nowarnings.
18256 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
18257 * gdb.multi/hangout.c: Include stdio.h.
18258 * gdb.multi/hello.c: Include stdlib.h.
18259 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
18260 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
18261 * gdb.multi/multi-arch.exp: Don't use nowarnings.
18262
28d2bfb9
AB
182632015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
18264
18265 * gdb.dwarf2/dw2-ranges-base.c: New file.
18266 * gdb.dwarf2/dw2-ranges-base.exp: New file.
18267 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
18268 support additional line table, and debug ranges generation.
18269 (Dwarf::ranges): New function, generate .debug_ranges.
18270 (Dwarf::lines): Support generating simple line table programs.
18271 (Dwarf::assemble): Initialise new namespace variables.
18272
5fc2beac
KB
182732015-12-09 Kevin Buettner <kevinb@redhat.com>
18274
18275 * gdb.base/async.exp (proc test_background): Add case for
18276 asynchronous execution not supported.
18277
1c35a88f
LM
182782015-12-09 Luis Machado <lgustavo@codesourcery.com>
18279
18280 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
18281 format and change test names to make them unique.
18282
b593e3d9
RK
182832015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
18284 Pedro Alves <pedro@redhat.com>
18285
18286 PR gdb/18702
18287 Add checking of floatformats setup on x86_64 hosts.
18288 * gdb.arch/i386-float.S (main): Load bigval and smallval.
18289 (smallval, bigval): New labels/constants.
18290 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
18291 float" after loading bigval and smallval.
18292
d72413e6
PMR
182932015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
18294
18295 * gdb.ada/fun_overload_menu.exp: New testcase.
18296 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
18297
ece66d65
JS
182982015-12-04 Josh Stone <jistone@redhat.com>
18299
18300 * gdb.base/catch-fork-static.exp: New.
18301
41d0efca
YQ
183022015-12-03 Yao Qi <yao.qi@linaro.org>
18303
18304 * gdb.base/sizeof.c: Don't include stdio.h and
18305 ../lib/unbuffer_output.c.
18306 (main): New variable 'size' and 'value'. Remove printf and
18307 gdb_unbuffer_output. Assign return value to size and value.
18308 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
18309 at the beginning.
18310 (check_sizeof): Check the result by printing variable 'size'.
18311 (check_valueof): Check the result by printing variable 'value'.
18312
99fd02d9
YQ
183132015-12-01 Yao Qi <yao.qi@linaro.org>
18314
18315 * gdb.base/disp-step-syscall.exp: Define syscall instruction
18316 for aarch64*-*-linux* target.
18317
f2faf941
PA
183182015-11-30 Pedro Alves <palves@redhat.com>
18319
18320 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
18321
04bf20c5
PA
183222015-11-30 Pedro Alves <palves@redhat.com>
18323
18324 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
18325 Handle non-stop mode vCont replies.
18326
09df4675
PA
183272015-11-30 Pedro Alves <palves@redhat.com>
18328
18329 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
18330 prepare_for_testing. Start gdb with "set non-stop on" appended to
18331 GDBFLAGS. Lax expected stop output.
18332
58b584af
YQ
183332015-11-27 Yao Qi <yao.qi@linaro.org>
18334
18335 * gdb.arch/arm-neon.exp: New.
18336 * gdb.arch/arm-neon.c: New.
18337
dfcb77a8
YQ
183382015-11-27 Yao Qi <yao.qi@linaro.org>
18339
18340 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
18341
88e8ec1b
YQ
183422015-11-27 Yao Qi <yao.qi@linaro.org>
18343
18344 * gdb.cp/annota2.exp: Allow multiple occurrences of the
18345 frames-invalid annotation.
18346
bfde72c2
YQ
183472015-11-27 Yao Qi <yao.qi@linaro.org>
18348
18349 * gdb.cp/annota2.exp: Use ${frames_invalid}.
18350
f6512a69
SM
183512015-11-26 Simon Marchi <simon.marchi@ericsson.com>
18352
18353 * gdb.threads/names.exp: New file.
18354 * gdb.threads/names.c: New file.
18355 * README: Mention gdb,no_thread_names.
18356
46a3515b
MM
183572015-11-26 Markus Metzger <markus.t.metzger@intel.com>
18358
18359 PR 19297
18360 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
18361 support" error.
18362
62147a22
PA
183632015-11-24 Pedro Alves <palves@redhat.com>
18364
18365 PR 17539
18366 * gdb.base/display.exp: Expect displays to be sorted in ascending
18367 order. Use multi_line.
18368 * gdb.base/solib-display.exp: Likewise.
18369
2f341b6e
PA
183702015-11-24 Pedro Alves <palves@redhat.com>
18371
18372 PR 17539
25d49b86
PA
18373 * gdb.base/display.exp: Expect displays to be sorted in ascending
18374 order. Use multi_line.
18375 * gdb.base/solib-display.exp: Likewise.
2f341b6e 18376
7e0aa6aa
PA
183772015-11-24 Pedro Alves <palves@redhat.com>
18378
18379 PR 17539
18380 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
18381 threads in ascending order.
18382 * gdb.base/foll-fork.exp: Likewise.
18383 * gdb.base/foll-vfork.exp: Likewise.
18384 * gdb.base/multi-forks.exp: Likewise.
18385 * gdb.mi/mi-nonstop.exp: Likewise.
18386 * gdb.mi/mi-nsintrall.exp: Likewise.
18387 * gdb.multi/base.exp: Likewise.
18388 * gdb.multi/multi-arch.exp: Likewise.
18389 * gdb.python/py-inferior.exp: Likewise.
18390 * gdb.threads/break-while-running.exp: Likewise.
18391 * gdb.threads/execl.exp: Likewise.
18392 * gdb.threads/gcore-thread.exp: Likewise.
18393 * gdb.threads/info-threads-cur-sal.exp: Likewise.
18394 * gdb.threads/kill.exp: Likewise.
18395 * gdb.threads/linux-dp.exp: Likewise.
18396 * gdb.threads/multiple-step-overs.exp: Likewise.
18397 * gdb.threads/next-bp-other-thread.exp: Likewise.
18398 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
18399 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
18400 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
18401 * gdb.threads/thread-find.exp: Likewise.
18402 * gdb.threads/tls.exp: Likewise.
18403 * lib/mi-support.exp (mi_reverse_list): Delete.
18404 (mi_check_thread_states): No longer reverse list.
18405
2cc57ad8
PA
184062015-11-24 Pedro Alves <palves@redhat.com>
18407
18408 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
18409 use lowercase.
18410
c93e8391
SM
184112015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18412
18413 * gdb.trace/actions.c: Include trace-common.h.
18414 (main): Add a location for a fast tracepoint.
18415 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
18416 the normal tracepoints.
18417 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
18418
045ccf91
SM
184192015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18420
18421 * save-trace.exp: Factor out code to these...
18422 (gdb_save_tracepoints): New.
18423 (gdb_load_tracepoints): New.
18424 (do_save_load_test): New.
18425
5506f9f6
KB
184262015-11-23 Kevin Buettner <kevinb@redhat.com>
18427
18428 * gdb.base/asmlabel.exp: New test.
18429 * gdb.base/asmlabel.c: New test case.
18430
16c3b12f
JB
184312015-11-23 Joel Brobecker <brobecker@adacore.com>
18432
18433 * gdb.base/wrong_frame_bt_full-main.c: New file.
18434 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
18435 * gdb.base/wrong_frame_bt_full.exp: New file.
18436
155bfbd3
JB
184372015-11-23 Joel Brobecker <brobecker@adacore.com>
18438
18439 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
18440
bb097445
JM
184412015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18442
206853a0 18443 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
18444 pstate register when comparing registers values in
18445 sparc64-*-linux-gnu targets to avoid spurious differences.
18446
9c88ed8f
JM
184472015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18448
206853a0 18449 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 18450
96161e25
SL
184512015-11-19 Sandra Loosemore <sandra@codesourcery.com>
18452
18453 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
18454 as type argument to gdb_compile.
18455 * gdb.base/nested-subp2.exp: Likewise.
18456 * gdb.base/nested-subp3.exp: Likewise.
18457
340c2830
DV
184582015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
18459
18460 * lib/dwarf.exp (_note): Fix left shift of negative value.
18461 * gdb.trace/trace-condition.exp: Likewise.
18462
c1862d0f
YQ
184632015-11-13 Yao Qi <yao.qi@linaro.org>
18464
18465 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
18466 comments about d10v.
18467 (test_scalar_returns): Likewise.
18468 * gdb.base/d10v.ld: Remove.
18469 * gdb.base/overlays.exp: Remove the target triplet checking for
18470 d10v-*-*.
18471 * gdb.base/structs.exp (test_struct_returns): Remove the
18472 comments about d10v.
18473 (test_struct_calls): Likewise.
18474
77ae9c19
YQ
184752015-11-13 Yao Qi <yao.qi@linaro.org>
18476
18477 * gdb.base/gnu_vector.exp: Check the return value by "p res".
18478 * gdb.base/gnu_vector.c: Don't include stdio.h.
18479 (main): Don't print res and call add_some_intvecs.
18480
430e004e
MK
184812015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
18482
18483 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
18484 macro.
18485 (func5): Removed.
18486 (func4): Use FAST_TRACEPOINT_LABEL.
18487 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
18488 macro.
18489 (func): Removed.
18490 (thread_function): Use FAST_TRACEPOINT_LABEL.
18491 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
18492 (func): Remove.
18493 (marker): Use FAST_TRACEPOINT_LABEL.
18494 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
18495 (pendfunc1): Remove.
18496 (pendfunc): Use FAST_TRACEPOINT_LABEL.
18497 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
18498 (foo): Remove.
18499 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
18500 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
18501 macro.
18502 (func): Remove.
18503 (marker): Use FAST_TRACEPOINT_LABEL.
18504 * gdb.trace/trace-common.h: New header.
18505 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
18506 macro.
18507 (func): Remove.
18508 (marker): Use FAST_TRACEPOINT_LABEL.
18509 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
18510 (func): Remove.
18511 (thread_function): Use FAST_TRACEPOINT_LABEL.
18512
6e7675a7
MK
185132015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
18514
18515 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
18516 in front.
18517 * gdb.trace/change-loc.exp: Use global pcreg definition.
18518 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
18519 * gdb.trace/entry-values.exp: Use global spreg definition, add $
18520 in front.
18521 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
18522 * gdb.trace/pending.exp: Likewise.
18523 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
18524 * gdb.trace/trace-break.exp: Likewise.
18525 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
18526 in front.
18527 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
18528 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
18529 in front.
18530 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
18531
dddc0e16
JB
185322015-11-09 Joel Brobecker <brobecker@adacore.com>
18533
18534 * gdb.ada/fin_fun_out: New testcase.
18535
c6f0b406
KB
185362015-11-07 Kevin Buettner <kevinb@redhat.com>
18537
18538 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
18539 value associated with DW_AT_byte_size.
18540 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
18541 constants for DW_AT_byte_size, DW_AT_lower_bound, and
18542 DW_AT_upper_bound.
18543
f01dcfd9
KB
185442015-11-07 Kevin Buettner <kevinb@redhat.com>
18545
18546 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18547 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18548 version.
18549 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18550 gdb.dwarf2/dw2-canonicalize-type.exp,
18551 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18552 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18553 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18554 provided by gdb_target_symbol_prefix_flags_asm.
18555 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18556 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18557 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18558 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18559 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18560 macros where needed). Use this macro for symbols which require
18561 the prefix provided by SYMBOL_PREFIX.
18562
2223449a
KB
185632015-11-05 Kevin Buettner <kevinb@redhat.com>
18564
18565 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18566 New procs.
18567 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18568 representing expressions, of more than one list element.
18569 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18570 to prepend linker symbol prefix to f.
18571 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18572 table_1 and table_2.
18573 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18574 Likewise, for f and g.
18575 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18576 for ptr.
18577 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18578 for main.
18579 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18580 table_1_ptr and table_2_ptr.
18581
6f2f1a3a
JK
185822015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18583 Joel Brobecker <brobecker@adacore.com>
18584
18585 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18586
566c56c9
MK
185872015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18588
18589 * gdb.reverse/s390-mvcle.c: New test.
18590 * gdb.reverse/s390-mvcle.exp: New file.
18591 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18592
d5f0636b
MK
185932015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18594
18595 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18596
7ad8b86c
MK
185972015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18598
18599 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18600 reaching marker2.
18601 * gdb.reverse/getresuid-reverse.exp: Likewise.
18602 * gdb.reverse/pipe-reverse.exp: Likewise.
18603 * gdb.reverse/readv-reverse.exp: Likewise.
18604 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18605 * gdb.reverse/time-reverse.exp: Likewise.
18606 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18607
4081c0f1
YQ
186082015-10-30 Yao Qi <yao.qi@linaro.org>
18609
18610 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18611 (empty_cycle): Remove.
18612 (main): Don't call empty_cycle. Don't use watch_count_done.
18613 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18614 empty_cycle. Rewrite the code counting HW watchpoints.
18615
452b4ba5
MK
186162015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18617
18618 * gdb.reverse/fstatat-reverse.c: New test.
18619 * gdb.reverse/fstatat-reverse.exp: New file.
18620 * gdb.reverse/getresuid-reverse.c: New test.
18621 * gdb.reverse/getresuid-reverse.exp: New file.
18622 * gdb.reverse/pipe-reverse.c: New test.
18623 * gdb.reverse/pipe-reverse.exp: New file.
18624 * gdb.reverse/readv-reverse.c: New test.
18625 * gdb.reverse/readv-reverse.exp: New file.
18626 * gdb.reverse/recvmsg-reverse.c: New test.
18627 * gdb.reverse/recvmsg-reverse.exp: New file.
18628 * gdb.reverse/time-reverse.c: New test.
18629 * gdb.reverse/time-reverse.exp: New file.
18630 * gdb.reverse/waitpid-reverse.c: New test.
18631 * gdb.reverse/waitpid-reverse.exp: New file.
18632
5e2e7507
JK
186332015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18634
18635 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18636
0fde2c53
DE
186372015-10-26 Doug Evans <dje@google.com>
18638
18639 PR symtab/17391
18640 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18641 * gdb.dwarf2/bad-regnum.c: New file.
18642 * gdb.dwarf2/bad-regnum.exp: New file.
18643
1a70ae97
DE
186442015-10-26 Doug Evans <dje@google.com>
18645
18646 PR python/18938
18647 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18648 file.
18649
27dc26ab
JK
186502015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18651
18652 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18653 for a change by "Mention language in compile error message".
18654
bed91f4d
SM
186552015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18656
18657 PR python/18073
18658 * gdb.python/py-type.c (C::a_method): New.
18659 (C::a_const_method): New.
18660 (C::a_static_method): New.
18661 (a_function): New.
18662 * gdb.python/py-type.exp (test_fields): Test getting fields
18663 from function and method.
18664
3f2f83dd
KB
186652015-10-21 Keven Boell <keven.boell@intel.com>
18666
18667 * gdb.fortran/vla-alloc-assoc.exp: New file.
18668 * gdb.fortran/vla-datatypes.exp: New file.
18669 * gdb.fortran/vla-datatypes.f90: New file.
18670 * gdb.fortran/vla-history.exp: New file.
18671 * gdb.fortran/vla-ptype-sub.exp: New file.
18672 * gdb.fortran/vla-ptype.exp: New file.
18673 * gdb.fortran/vla-sizeof.exp: New file.
18674 * gdb.fortran/vla-sub.f90: New file.
18675 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18676 * gdb.fortran/vla-value-sub-finish.exp: New file.
18677 * gdb.fortran/vla-value-sub.exp: New file.
18678 * gdb.fortran/vla-value.exp: New file.
18679 * gdb.fortran/vla-ptr-info.exp: New file.
18680 * gdb.mi/mi-vla-fortran.exp: New file.
18681 * gdb.mi/vla.f90: New file.
18682
27145d50
SL
186832015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18684
18685 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18686 of hardwired timeout value.
18687
5f3ff4f8
JK
186882015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18689 Pedro Alves <palves@redhat.com>
18690
18691 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18692 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18693
bfd09d20
JS
186942015-10-19 Josh Stone <jistone@redhat.com>
18695
18696 * gdb.base/catch-syscall.c: Include <sched.h>.
18697 (unknown_syscall): New variable.
18698 (main): Trigger a vfork and an unknown syscall.
18699 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18700 (unknown_syscall_number): Likewise.
18701 (check_call_to_syscall): Accept an optional syscall pattern.
18702 (check_return_from_syscall): Likewise.
18703 (check_continue): Likewise.
18704 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18705 (test_catch_syscall_skipping_return): New test toggling off 'catch
18706 syscall' to step over the syscall return, then toggling back on.
18707 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18708 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18709 (do_syscall_tests): Call test_catch_syscall_without_args and
18710 test_catch_syscall_mid_vfork.
18711 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18712 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18713
b32b93c6
AS
187142015-10-19 Andrew Stubbs <ams@codesourcery.com>
18715
18716 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18717 print g_vE): Add new pass patterns.
18718 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18719 print various symbol names for vptr fields.
18720
9d622bda
AB
187212015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18722
18723 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18724 results.
18725
0fd8ac1c
YQ
187262015-10-12 Yao Qi <yao.qi@linaro.org>
18727
18728 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18729
34240514
YQ
187302015-10-12 Yao Qi <yao.qi@linaro.org>
18731
18732 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18733 is aarch64*-*-linux*.
18734
8240f442
YQ
187352015-10-12 Yao Qi <yao.qi@linaro.org>
18736
18737 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18738 (can_relocate_bcond_true): ... it.
18739 (can_relocate_bcond_false): New function.
18740 (foo): Likewise.
18741 (can_relocate_bl): Likewise.
18742 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18743 can_relocate_bl.
18744
2520f728
PMR
187452015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18746
18747 * gdb.base/nested-addr.c: New file.
18748 * gdb.base/nested-addr.exp: New testcase.
18749
abcef95a
MM
187502015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18751
18752 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18753 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18754 its output. Ignore the output of "record goto begin" and instead
18755 check that GDB is replaying.
18756
145e3ddb
PA
187572015-10-09 Pedro Alves <palves@redhat.com>
18758
18759 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18760 (top level): Use it in the run with no args test.
18761
d5d8c4e1
IB
187622015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18763
18764 * gdb.dlang/properties.exp: New file.
18765
06e635ef
SL
187662015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18767
18768 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18769 whether or not address 0x1000 is mapped on the target.
18770
e019fd1d
SM
187712015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18772
18773 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18774 build.
18775
77ba2a67
MM
187762015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18777
18778 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18779 instruction-history test.
18780
c60eb31f
DE
187812015-09-28 Doug Evans <dje@google.com>
18782
18783 * gdb.base/gcore.c (array_func): Add reference to static_array.
18784
9a3c8263
SM
187852015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18786
18787 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18788 source line.
18789
9720e656
SL
187902015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18791
18792 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18793 short or char as base type.
18794
938d3bf2
SL
187952015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18796
18797 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18798 to allow any size enum.
18799
e6c2c623
PMR
188002015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18801
18802 * gdb.ada/array_ptr_renaming.exp: New testcase.
18803 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18804 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18805
06da0f77
PL
188062015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18807
18808 * gdb.trace/ftrace-lock.c: New file.
18809 * gdb.trace/ftrace-lock.exp: New file.
18810
4f51c22a
PL
188112015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18812
18813 * gdb.arch/insn-reloc.c: New file.
18814 * gdb.arch/ftrace-insn-reloc.exp: New file.
18815
7041adf4
PL
188162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18817
18818 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18819 instruction.
18820 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18821 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18822 * gdb.trace/range-stepping.c: Likewise.
18823 * gdb.trace/trace-break.c: Likewise.
18824 * gdb.trace/trace-mt.c (thread_function): Likewise.
18825 * gdb.trace/ftrace.c (marker): Likewise.
18826 * gdb.trace/trace-condition.c (marker): Likewise.
18827 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18828 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18829 is_aarch64_target.
18830
015d2e7e
DE
188312015-09-18 Doug Evans <xdje42@gmail.com>
18832
18833 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18834 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18835
26b188a2
SL
188362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18837
18838 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18839 the breakpoint.
18840
79dc332b
SL
188412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18842
18843 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18844 the pending breakpoint. Remove timeout override for "Run till
18845 MI pending breakpoint on pendfunc3 on thread 2" test.
18846
f57929f2
SL
188472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18848
18849 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18850 filename pattern.
18851
3f469b17
SL
188522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18853
18854 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18855 in breakpoint filename pattern.
18856
515b89b3
SL
188572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18858
7800dbe4
SL
18859 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18860
188612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18862
515b89b3
SL
18863 * gdb.linespec/explicit.exp: Check for readline support for
18864 tab-completion tests. Fix obvious typo.
18865
d2939ba2
MM
188662015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18867
18868 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18869 and replay.
18870
cbb55fa7
MM
188712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18872
18873 * gdb.btrace/non-stop.c: New.
18874 * gdb.btrace/non-stop.exp: New.
18875
43691ca1
PL
188762015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18877 Yao Qi <yao.qi@linaro.org>
18878
18879 * gdb.trace/trace-condition.c: New file.
18880 * gdb.trace/trace-condition.exp: New file.
18881
d78908cf
WW
188822015-09-16 Wei-cheng Wang <cole945@gmail.com>
18883
18884 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18885 for testing bytecode compilation.
18886
1ed415e2
PA
188872015-09-16 Pedro Alves <palves@redhat.com>
18888 Sandra Loosemore <sandra@codesourcery.com>
18889
18890 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18891 (SECONDS): Redefine.
18892 (main): Call pthread_kill and alarm early.
18893 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18894 support.
18895 (test): If the target can't hardware step and doesn't support
18896 displaced stepping, increase the timeout.
18897
d136eff5
PA
188982015-09-16 Pedro Alves <palves@redhat.com>
18899
18900 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18901 (enable_debug): New procedures.
18902 (test): Use them. Bail out if waiting for threads fails.
18903 (top level): Bail out if a test fails.
18904
991f019c
YQ
189052015-09-16 Yao Qi <yao.qi@linaro.org>
18906
18907 * gdb.asm/asm-source.exp: Set asm-arch for
18908 aarch64*-*-* target.
18909 * gdb.asm/aarch64.inc: New file.
18910
bfca584f
PMR
189112015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18912
18913 * gdb.ada/array_of_variable_length.exp: New testcase.
18914 * gdb.ada/array_of_variable_length/foo.adb: New file.
18915 * gdb.ada/array_of_variable_length/pck.adb: New file.
18916 * gdb.ada/array_of_variable_length/pck.ads: New file.
18917
b326e587
DE
189182015-09-15 Doug Evans <dje@google.com>
18919
18920 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18921 of function static local variable.
18922
5382cfab
PW
189232015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18924
18925 * gdb.threads/tls-so_extern.exp: New test file.
18926 * gdb.threads/tls-so_extern.c: New test file.
18927 * gdb.threads/tls-so_extern_main.c: New test file.
18928
141c5cc4
JK
189292015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18930
18931 * gdb.opt/solib-intra-step-lib.c: New file.
18932 * gdb.opt/solib-intra-step-main.c: New file.
18933 * gdb.opt/solib-intra-step.exp: New file.
18934
d15dcecd
PA
189352015-09-15 Pedro Alves <palves@redhat.com>
18936
18937 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18938 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18939
4c2f2a79
PA
189402015-09-14 Pedro Alves <palves@redhat.com>
18941
18942 * gdb.base/hook-stop-continue.c: Delete.
18943 * gdb.base/hook-stop-continue.exp: Delete.
18944 * gdb.base/hook-stop-frame.c: Delete.
18945 * gdb.base/hook-stop-frame.exp: Delete.
18946 * gdb.base/hook-stop.c: New file.
18947 * gdb.base/hook-stop.exp: New file.
18948
919e6dbe
PMR
189492015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18950
18951 * gdb.ada/access_to_packed_array.exp: New testcase.
18952 * gdb.ada/access_to_packed_array/foo.adb: New file.
18953 * gdb.ada/access_to_packed_array/pack.adb: New file.
18954 * gdb.ada/access_to_packed_array/pack.ads: New file.
18955
157280a4
MM
189562015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18957
18958 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18959 buffer size test.
18960
2fd33e94
DB
189612015-09-11 Don Breazeal <donb@codesourcery.com>
18962
18963 * gdb.base/foll-exec.c: Add copyright header. Fix
18964 formatting issues.
18965 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18966 (do_exec_tests): Use clean_restart in place of zap_session,
18967 and for test initialization. Fix formatting issues. Use
18968 fail in place of perror.
18969 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18970 an expect statement to match an expression with output from
18971 the program under debug.
18972 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18973 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18974 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18975 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18976 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18977
e70b6e8e
DE
189782015-09-09 Doug Evans <dje@google.com>
18979
18980 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18981
7a551a51
DE
189822015-09-09 Doug Evans <dje@google.com>
18983
18984 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18985
4c666f84
DE
189862015-09-09 Doug Evans <dje@google.com>
18987
18988 * gdb.base/savedregs.exp: Fix typo.
18989
243a9253
PA
189902015-09-09 Pedro Alves <palves@redhat.com>
18991
18992 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18993
c0fa8fbd
SL
189942015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18995
18996 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18997 command actually switches threads. Give up on remaining
18998 tests if target fails to stop at breakpoint.
18999
cd7c1778
PMR
190002015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
19001
19002 * gdb.ada/funcall_char.exp: New testcase.
19003 * gdb.ada/funcall_char/foo.adb: New file.
19004
dc5c8746
PMR
190052015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
19006
19007 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
19008 expected outputs. Add two testcases for completing ambiguous
19009 functions.
19010 * gdb.ada/complete/aux_pck.adb: New file.
19011 * gdb.ada/complete/aux_pck.ads: New file.
19012 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
19013 Ambiguous_Func functions.
19014 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
19015 * gdb.ada/complete/pck.adb: Likewise.
19016
4e83a1e7
UW
190172015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
19018
19019 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
19020 failures to run the test program under GDB.
19021
8ce74153
LM
190222015-08-26 Luis Machado <lgustavo@codesourcery.com>
19023
19024 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
19025 to C.
19026
e9756d52
PP
190272015-08-26 Patrick Palka <patrick@parcs.ath.cx>
19028
19029 * gdb.base/run-after-attach.exp: New test file.
19030 * gdb.base/run-after-attach.c: New test file.
19031
8d37573b
DB
190322015-08-26 Don Breazeal <donb@codesourcery.com>
19033
19034 * gdb.base/foll-exec-2.c: New test program.
19035 * gdb.base/foll-exec-2.exp: New test.
19036
63e43d3a
PMR
190372015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
19038
19039 * gdb.base/nested-subp1.exp: New file.
19040 * gdb.base/nested-subp1.c: New file.
19041 * gdb.base/nested-subp2.exp: New file.
19042 * gdb.base/nested-subp2.c: New file.
19043 * gdb.base/nested-subp3.exp: New file.
19044 * gdb.base/nested-subp3.c: New file.
19045
3d40fbb5
PA
190462015-08-24 Pedro Alves <palves@redhat.com>
19047
19048 * gdb.server/connect-without-multi-process.c: New file.
19049 * gdb.server/connect-without-multi-process.exp: New file.
19050
4422ac93
LM
190512015-08-24 Luis Machado <lgustavo@codesourcery.com>
19052
19053 * gdb.opt/inline-markers.c: Make z int.
19054
91dddb86
LM
190552015-08-24 Luis Machado <lgustavo@codesourcery.com>
19056
19057 * gdb.opt/inline-markers.c: Make z volatile.
19058
a48847ee
LM
190592015-08-24 Luis Machado <lgustavo@codesourcery.com>
19060
19061 * gdb.opt/inline-bt.c: New volatile global z.
19062 * gdb.opt/inline-cmds.c: Likewise.
19063 * gdb.opt/inline-locals.c: Likewise.
19064 * gdb.opt/inline-markers.c: New extern global z.
19065 (marker): Use z.
19066 (inline_fn): Likewise.
19067
0ebbc52b
PA
190682015-08-24 Pedro Alves <palves@redhat.com>
19069
19070 * config/m32r-stub.exp: Remove file.
19071 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
19072 * gdb.base/call-rt-st.exp: Likewise.
19073 * gdb.base/call-strs.exp: Likewise.
19074 * gdb.base/default.exp: Remove references to h8300-*-hms and
19075 *-*-udi*.
19076 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
19077
77c365df
AA
190782015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
19079
19080 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
19081 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
19082 and "return" use KFAIL when GDB can not read/write the vector
19083 return value.
19084
4313b8c0
GB
190852015-08-21 Gary Benson <gbenson@redhat.com>
19086
19087 * gdb.trace/pending.exp: Cope with remote transfer warnings.
19088
0e433b32
PA
190892015-08-20 Pedro Alves <palves@redhat.com>
19090
19091 * gdb.server/solib-list.exp: No longer expect an interior stop in
19092 non-stop mode.
19093
221e1a37
PA
190942015-08-20 Pedro Alves <palves@redhat.com>
19095
19096 * gdb.server/connect-stopped-target.c: New file.
19097 * gdb.server/connect-stopped-target.exp: New file.
19098
40e3ad0e
PA
190992015-08-20 Pedro Alves <palves@redhat.com>
19100
19101 * gdb.dwarf2/comp-unit-lang.exp: New file.
19102 * gdb.dwarf2/comp-unit-lang.c: New file.
19103
af39b327
PMR
191042015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
19105
19106 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
19107 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
19108
7d45c7c3 191092015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 19110
7d45c7c3
KB
19111 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
19112 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
19113
4d6cceb4
DE
191142015-08-18 Doug Evans <dje@google.com>
19115 Adrian Sendroiu <adrian.sendroiu@freescale.com>
19116
19117 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
19118 skip_python_tests. New arg prompt_regexp.
19119 (skip_python_tests): New function.
19120 * lib/mi-support.exp (mi_skip_python_tests): New function.
19121 * gdb.python/py-mi-objfile-gdb.py: New file.
19122 * gdb.python/py-mi-objfile.c: New file.
19123 * gdb.python/py-mi-objfile.exp: New file.
19124
ad89c2aa
KS
191252015-08-17 Keith Seitz <keiths@redhat.com>
19126
19127 * gdb.linespec/explicit.exp: Move strace test from here ...
19128 * gdb.trace/strace.exp: ... to here.
19129
e3ae3c43
PP
191302015-08-15 Patrick Palka <patrick@parcs.ath.cx>
19131
19132 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
19133 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
19134
604b2636
DE
191352015-08-14 Doug Evans <xdje42@gmail.com>
19136
19137 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
19138 inferior before selecting a new file.
19139
6ff0ba5f
DE
191402015-08-14 Doug Evans <xdje42@gmail.com>
19141
19142 * gdb.mi/mi-disassemble.exp: Update.
19143 * gdb.base/disasm-optim.S: New file.
19144 * gdb.base/disasm-optim.c: New file.
19145 * gdb.base/disasm-optim.h: New file.
19146 * gdb.base/disasm-optim.exp: New file.
19147
9ca98f92
KS
191482015-08-14 Keith Seitz <keiths@redhat.com>
19149
19150 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
19151 "evaluated-by".
19152
52bbc560
JB
191532015-08-13 Joel Brobecker <brobecker@adacore.com>
19154
19155 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
19156
5d8c3ed3
PMR
191572015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
19158
19159 * gdb.ada/fun_renaming.exp: New testcase.
19160 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
19161 * gdb.ada/fun_renaming/pack.adb: New file.
19162 * gdb.ada/fun_renaming/pack.ads: New file.
19163
ea8812bc
KS
191642015-08-12 Keith Seitz <keiths@redhat.com>
19165
19166 * gdb.base/dso2dso.exp: Pass basename of source file in call to
19167 gdb_get_line_number.
19168
4dafcdeb
JB
191692015-08-12 Joel Brobecker <brobecker@adacore.com>
19170
19171 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
19172 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
19173 gdb.base/dso2dso.exp: New files.
19174
5ba32597
SDJ
191752015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
19176 Pedro Alves <palves@redhat.com>
19177 Keith Seitz <keiths@redhat.com>
19178
19179 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
19180 GDBFLAGS.
19181
b6dafabf
PP
191822015-08-12 Patrick Palka <patrick@parcs.ath.cx>
19183
19184 * gdb.base/gdbhistsize-history.exp
19185 (test_histsize_history_setting): Use save_vars.
19186 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19187 Use save_vars.
19188 (test_no_truncation_of_unlimited_history_file): Use save_vars.
19189 * gdb.base/readline.exp: Use save_vars.
19190
abe8e607
PP
191912015-08-12 Patrick Palka <patrick@parcs.ath.cx>
19192
19193 * lib/gdb.exp (save_vars): New proc.
19194
629500fa
KS
191952015-08-11 Keith Seitz <keiths@redhat.com>
19196
19197 * gdb.base/help.exp: Update help_breakpoint_text.
19198
eb8c4e2e
KS
191992015-08-11 Keith Seitz <keiths@redhat.com>
19200
19201 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
19202 (at toplevel): Call test_explicit_breakpoints.
19203 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
19204 breakpoints.
19205 * lib/mi-support.exp (mi_make_breakpoint): Add support for
19206 breakpoint conditions, "-cond".
19207
87f0e720
KS
192082015-08-11 Keith Seitz <keiths@redhat.com>
19209
19210 * gdb.linespec/3explicit.c: New file.
19211 * gdb.linespec/cpexplicit.cc: New file.
19212 * gdb.linespec/cpexplicit.exp: New file.
19213 * gdb.linespec/explicit.c: New file.
19214 * gdb.linespec/explicit.exp: New file.
19215 * gdb.linespec/explicit2.c: New file.
19216 * gdb.linespec/ls-errs.exp: Add explicit location tests.
19217 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
19218 before using in the matching pattern.
19219 Clarify that `prefix' is a regular expression.
19220
f00aae0f
KS
192212015-08-11 Keith Seitz <keiths@redhat.com>
19222
19223 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
19224 test.
19225 Add tests for missing ",FMT" and ",".
19226
e27852be
DE
192272015-08-10 Doug Evans <dje@google.com>
19228 Keith Seitz <keiths@redhat.com>
19229
19230 PR gdb/17960
19231 * gdb.base/completion.exp: Add location completer tests.
19232
7f03bd92
PA
192332015-08-07 Pedro Alves <palves@redhat.com>
19234
19235 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
19236 tests here.
19237 (top level): Run do_test with and without displaced stepping.
19238
3fc8eb30
PA
192392015-08-07 Pedro Alves <palves@redhat.com>
19240
19241 * gdb.base/valgrind-disp-step.c: New file.
19242 * gdb.base/valgrind-disp-step.exp: New file.
19243
d4569d7b
PA
192442015-08-07 Pedro Alves <palves@redhat.com>
19245
19246 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
19247 Delete function.
19248 (main): Add alarm. Run an infinite loop instead of calling
19249 wait_threads.
19250 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
19251 comment.
19252 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
19253 Delete function.
19254 (main): Add alarm. Run an infinite loop instead of calling
19255 wait_threads.
19256 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
19257 comment.
19258
e1316e60
PA
192592015-08-07 Pedro Alves <palves@redhat.com>
19260
19261 * gdb.base/checkpoint-ns.exp: New file.
19262 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
19263 standard_testfile.
19264
da8c46d2
MM
192652015-08-07 Markus Metzger <markus.t.metzger@intel.com>
19266
19267 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
19268 * gdb.btrace/instruction_history.exp: Update.
19269 * gdb.btrace/tsx.exp: New.
19270 * gdb.btrace/tsx.c: New.
19271
de1c2c52
PA
192722015-08-06 Pedro Alves <palves@redhat.com>
19273
19274 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
19275 increase timeout.
19276 * gdb.reverse/until-precsave.exp: Bump timeouts.
19277
782e0bf4
PA
192782015-08-06 Pedro Alves <palves@redhat.com>
19279
19280 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
19281
83e97ed0
PA
192822015-08-06 Pedro Alves <palves@redhat.com>
19283
19284 PR gdb/18749
19285 * gdb.threads/process-dies-while-handling-bp.c: New file.
19286 * gdb.threads/process-dies-while-handling-bp.exp: New file.
19287
863d01bd
PA
192882015-08-06 Pedro Alves <palves@redhat.com>
19289
19290 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
19291 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
19292
0a39bb32
PA
192932015-08-05 Pedro Alves <palves@redhat.com>
19294
19295 * gdb.threads/next-while-other-thread-longjmps.c: New file.
19296 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
19297
ee2d2b10
SL
192982015-08-03 Sandra Loosemore <sandra@codesourcery.com>
19299
19300 * gdb.base/bp-permanent.exp: Report test as unsupported if
19301 the target cannot stop at the permanent breakpoint.
19302
4e1bdb00
DE
193032015-08-03 Doug Evans <dje@google.com>
19304
19305 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
19306 10000.
19307
3d338901
DE
193082015-08-03 Doug Evans <dje@google.com>
19309
19310 * Makefile.in (workers/%.worker, build-perf): New rule.
19311 (GDB_PERFTEST_MODE): New variable.
19312 (check-perf): Use it.
19313 (clean): Clean up gdb.perf parallel build subdirs.
19314 * lib/build-piece.exp: New file.
19315 * lib/gdb.exp (make_gdb_parallel_path): New function
19316 (standard_output_file, standard_temp_file): Call it.
19317 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19318 of $GDB_PARALLEL.
19319 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
19320
af061d3e
DE
193212015-08-03 Doug Evans <dje@google.com>
19322
8e1afc81 19323 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
19324 (LOG_FILE_NAME): New global.
19325 (TextReporter.__init__): Initialize self.txt_sum.
19326 (TextReporter.report): Add support for multiple data-points.
19327 Move report to perftest.sum, put raw data in perftest.log.
19328 (TextReporter.start): Open sum and log files.
19329 (TextReporter.end): Close sum and log files.
8e1afc81
DE
19330 * gdb.perf/lib/perftest/testresult.py
19331 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 19332
2c8c5d37
PA
193332015-07-31 Pedro Alves <palves@redhat.com>
19334
19335 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
19336 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19337 kill_wait_spawned_process instead of explicit "kill -9".
19338 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
19339 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19340 kill_wait_spawned_process.
19341 * gdb.base/attach-twice.exp: Likewise.
19342 * gdb.base/attach.exp: Likewise.
19343 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
19344 gdb_test_multiple.
19345 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
19346 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19347 kill_wait_spawned_process.
19348 * gdb.base/valgrind-infcall.exp: Likewise.
19349 * gdb.multi/multi-attach.exp: Likewise.
19350 * gdb.python/py-prompt.exp: Likewise.
19351 * gdb.python/py-sync-interp.exp: Likewise.
19352 * gdb.server/ext-attach.exp: Likewise.
19353 * gdb.threads/attach-into-signal.exp (corefunc): Use
19354 spawn_wait_for_attach, spawn_id_get_pid and
19355 kill_wait_spawned_process.
19356 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
19357 spawn_wait_for_attach returning a spawn id instead of a pid. Use
19358 spawn_id_get_pid and kill_wait_spawned_process.
19359 * gdb.threads/attach-stopped.exp (corefunc): Use
19360 spawn_wait_for_attach, spawn_id_get_pid and
19361 kill_wait_spawned_process.
19362 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
19363 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19364 kill_wait_spawned_process instead of explicit "kill -9".
19365 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
19366 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
19367 (spawn_wait_for_attach): Use spawn instead of exec to spawn
19368 processes. Don't map cygwin/windows pids here. Now returns a
19369 spawn id list.
19370
032a0fca
SL
193712015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19372
19373 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
19374 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
19375 correct patch.
19376
61a934ca
SL
193772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19378
19379 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
19380
4bc4d428
SL
193812015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19382
19383 Reapply:
19384 2014-05-21 Mark Wielaard <mjw@redhat.com>
19385
19386 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19387
998d452a
PA
193882015-07-30 Pedro Alves <palves@redhat.com>
19389
19390 * linux-low.c (handle_extended_wait): Set the child's last
19391 reported status to TARGET_WAITKIND_STOPPED.
19392
69dde7dc
PA
193932015-07-30 Pedro Alves <palves@redhat.com>
19394
19395 PR threads/18600
19396 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
19397 only shows inferior 1.
19398
4dd63d48
PA
193992015-07-30 Simon Marchi <simon.marchi@ericsson.com>
19400 Pedro Alves <palves@redhat.com>
19401
19402 PR threads/18600
19403 * gdb.threads/fork-plus-threads.c: New file.
19404 * gdb.threads/fork-plus-threads.exp: New file.
19405
d618e4c5
PP
194062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19407
19408 * gdb.base/batch-preserve-term-settings.exp
19409 (test_terminal_settings_preserved_after_cli_exit): Use
19410 send_quit_command.
19411
1eef6428
PA
194122015-07-29 Pedro Alves <palves@redhat.com>
19413 Don Breazeal <donb@codesourcery.com>
19414
19415 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
19416 output from both inferior_spawn_id and gdb_spawn_id.
19417
7da5b897
SDJ
194182015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19419
19420 * gdb.threads/attach-into-signal.exp (corefunc): Use
19421 with_test_prefix on nested loops, uniquefying the test messages.
19422
dac804df
SDJ
194232015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19424
19425 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
19426 commit.
19427
06265e53
PP
194282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19429
19430 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
19431 New proc.
19432 (test_terminal_settings_preserved_after_sigterm): New test.
19433
18206ca3
PP
194342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19435
19436 * gdb.base/batch-preserve-term-settings.exp
19437 (test_terminal_settings_preserved_after_cli_exit): New test.
19438
90074d11
PP
194392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19440
19441 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
19442 manipulation of saved_gdbflags.
19443 (test_terminal_settings_preserved): Remove global declaration of
19444 the unused variable pagination_prompt. Remove manipulation of
19445 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
19446 GDBFLAGS.
19447
eb1a7902
PA
194482015-07-29 Pedro Alves <palves@redhat.com>
19449
19450 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
19451
8b75dd3b
PA
194522015-07-29 Pedro Alves <palves@redhat.com>
19453
19454 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
19455 at the top.
19456
dedad4e3
PA
194572015-07-29 Pedro Alves <palves@redhat.com>
19458
19459 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
19460 (main): Call gdb_unbuffer_output.
19461 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
19462 (main): Call gdb_unbuffer_output.
19463 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
19464 (main): Call gdb_unbuffer_output.
19465 * gdb.base/call-strs.exp: Adjust to step over the
19466 gdb_unbuffer_output call.
19467 * gdb.base/catch-gdb-caused-signals.c: Include
19468 "../lib/unbuffer_output.c".
19469 (main): Call gdb_unbuffer_output.
19470 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
19471 (main): Call gdb_unbuffer_output.
19472 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
19473 (main): Call gdb_unbuffer_output.
19474 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
19475 (main): Call gdb_unbuffer_output.
19476 * gdb.base/shlib-call.exp: Adjust to step over the
19477 gdb_unbuffer_output call.
19478 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
19479 (main): Call gdb_unbuffer_output.
19480 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
19481 (main): Call gdb_unbuffer_output.
19482 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
19483 (main): Rename to ...
19484 (test): ... this.
19485 (main): Reimplement.
19486 * gdb.base/varargs.exp: Run to test instead of to main.
19487 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19488 (main): Call gdb_unbuffer_output.
19489
58789a91
PA
194902015-07-29 Pedro Alves <palves@redhat.com>
19491
19492 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
19493 factore out from mi_continue_dprintf. For call-style dprintfs,
19494 expect dprintf output out of $inferior_spawn_id.
19495 (mi_continue_dprintf): Use mi_expect_dprintf.
19496 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19497 (main): Call gdb_unbuffer_output.
19498
e8376742
PA
194992015-07-29 Pedro Alves <palves@redhat.com>
19500
19501 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
19502 (default_mi_gdb_start): Set inferior_spawn_id instead of
19503 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
19504 gdb_spawn_id.
19505 (mi_gdb_test): Always expect inferior output from both
19506 $inferior_spawn_id and $gdb_spawn_id.
19507
08280010
PA
195082015-07-29 Pedro Alves <palves@redhat.com>
19509
19510 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
19511 send_inferior and $inferior_spawn_id.
19512
4d30e432
PA
195132015-07-29 Pedro Alves <palves@redhat.com>
19514
19515 * gdb.gdb/complaints.exp (test_initial_complaints)
19516 (test_serial_complaints, test_short_complaints): Use
19517 gdb_test_stdio.
19518 (test_empty_complaint): Handle $inferior_spawn_id !=
19519 $gdb_spawn_id.
19520
0d30a335
PA
195212015-07-29 Pedro Alves <palves@redhat.com>
19522
19523 * gdb.base/varargs.exp: Use gdb_test_stdio.
19524
39413b29
PA
195252015-07-29 Pedro Alves <palves@redhat.com>
19526
19527 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
19528
7cb000a9
PA
195292015-07-29 Pedro Alves <palves@redhat.com>
19530
19531 * gdb.base/ending-run.exp: Use gdb_test_stdio.
19532
d7b8ac82
PA
195332015-07-29 Pedro Alves <palves@redhat.com>
19534
19535 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
19536 parameter into two new parameters, "inf_result" and "gdb_result".
19537 Expect inferior output and gdb output from $inferior_spawn_id and
19538 $gdb_spawn_id, respectively. Adjust all callers.
19539
789c3a0c
PA
195402015-07-29 Pedro Alves <palves@redhat.com>
19541
19542 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
19543 of gdb_test_sequence.
19544
77e760c3
PA
195452015-07-29 Pedro Alves <palves@redhat.com>
19546
19547 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19548 (saw_spurious_output): Expect inferior output from
19549 $inferior_spawn_id. Use gdb_test_stdio.
19550
8396d2cd
PA
195512015-07-29 Pedro Alves <palves@redhat.com>
19552
19553 * gdb.base/dprintf.exp: Use standard_testfile. Change
19554 prepare_for_testing call.
19555 (srcfile): Don't set.
19556 (restart): New procedure.
19557 (test_dprintf): New procecure, use to continue over dprintfs.
19558 (test_call, test_agent): New procedures, tests moved here.
19559 Restart gdb and recreate dprintfs. Adjust expected output.
19560
2051d61f
PA
195612015-07-29 Pedro Alves <palves@redhat.com>
19562
19563 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19564
452397af
PA
195652015-07-29 Pedro Alves <palves@redhat.com>
19566
19567 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19568
8aed9555
PA
195692015-07-29 Pedro Alves <palves@redhat.com>
19570
19571 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19572 gdb_test_stdio.
19573
188a61b4
PA
195742015-07-29 Pedro Alves <palves@redhat.com>
19575
19576 * lib/gdb.exp (gdb_test_stdio): New procedure.
19577
12264a45
PA
195782015-07-29 Pedro Alves <palves@redhat.com>
19579
19580 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19581
23ffc893
PA
195822015-07-29 Pedro Alves <palves@redhat.com>
19583
19584 * gdb.base/call-signal-resume.exp: Remove check for
19585 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19586 * gdb.base/unwindonsignal.exp: Likewise.
19587 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19588 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19589
65566918
PA
195902015-07-29 Pedro Alves <palves@redhat.com>
19591
19592 * gdb.base/siginfo-addr.c (pass): New function.
19593 (handler): Call it iff si_addr is correct.
19594 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19595 Set a breakpoint at "pass" and continue to it.
19596
d60a9221
SDJ
195972015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19598
19599 * gdb.python/py-objfile.exp: Make some tests have unique names.
19600 * gdb.python/py-pp-registration.exp: Likewise.
19601
bde40b8f
PA
196022015-07-28 Pedro Alves <palves@redhat.com>
19603
19604 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19605
13e1dec8
SM
196062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19607
19608 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19609
da33c9a7
SM
196102015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19611
19612 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19613
077836f7
PP
196142015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19615
19616 * gdb.base/gdb-sigterm-2.exp: New test.
19617
b8cc7b2e
DE
196182015-07-25 Doug Evans <xdje42@gmail.com>
19619
19620 Revert:
19621 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19622 (workers/%.worker, build-perf): New rule.
19623 (GDB_PERFTEST_MODE): New variable.
19624 (check-perf): Use it.
19625 (clean): Clean up gdb.perf parallel build subdirs.
19626 * lib/build-piece.exp: New file.
19627 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19628 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19629 name.
19630 (standard_temp_file): Ditto.
19631 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19632 of $GDB_PARALLEL.
19633
c8bd4544
DE
196342015-07-24 Doug Evans <dje@google.com>
19635
19636 * gdb.perf/lib/perftest/utils.py: New file.
19637 * gdb.perf/gm-hello.cc: New file.
19638 * gdb.perf/gm-pervasive-typedef.cc: New file.
19639 * gdb.perf/gm-pervasive-typedef.h: New file.
19640 * gdb.perf/gm-std.cc: New file.
19641 * gdb.perf/gm-std.h: New file.
19642 * gdb.perf/gm-use-cerr.cc: New file.
19643 * gdb.perf/gm-utils.h: New file.
19644 * gdb.perf/gmonster-null-lookup.py: New file.
19645 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19646 * gdb.perf/gmonster-print-cerr.py: New file.
19647 * gdb.perf/gmonster-ptype-string.py: New file.
19648 * gdb.perf/gmonster-runto-main.py: New file.
19649 * gdb.perf/gmonster-select-file.py: New file.
19650 * gdb.perf/gmonster1-null-lookup.exp: New file.
19651 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19652 * gdb.perf/gmonster1-print-cerr.exp: New file.
19653 * gdb.perf/gmonster1-ptype-string.exp: New file.
19654 * gdb.perf/gmonster1-runto-main.exp: New file.
19655 * gdb.perf/gmonster1-select-file.exp: New file.
19656 * gdb.perf/gmonster1.cc: New file.
19657 * gdb.perf/gmonster1.exp: New file.
19658 * gdb.perf/gmonster2-null-lookup.exp: New file.
19659 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19660 * gdb.perf/gmonster2-print-cerr.exp: New file.
19661 * gdb.perf/gmonster2-ptype-string.exp: New file.
19662 * gdb.perf/gmonster2-runto-main.exp: New file.
19663 * gdb.perf/gmonster2-select-file.exp: New file.
19664 * gdb.perf/gmonster2.cc: New file.
19665 * gdb.perf/gmonster2.exp: New file.
19666
6eab34f3
DE
196672015-07-24 Doug Evans <dje@google.com>
19668
19669 * gdb.perf/README: New file.
19670 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19671 * lib/gen-perf-test.exp: New file.
19672
63738bfd
DE
196732015-07-24 Doug Evans <dje@google.com>
19674
19675 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19676 (PerfTest::startup): New function.
19677 (PerfTest::run): Return result of calling body.
19678 (PerfTest::assemble): Rewrite.
19679 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19680 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19681 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19682 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19683 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19684
7b606f95
DE
196852015-07-24 Doug Evans <dje@google.com>
19686
19687 * lib/gdb.exp (clean_restart): Make executable optional.
19688
a97b16b8
DE
196892015-07-24 Doug Evans <dje@google.com>
19690
19691 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19692 compiler_info references.
19693 * gdb.cp/temargs.exp: Ditto.
19694 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19695 (get_compiler_info): Early exit if already computed. Set compiler_info
19696 to "unknown" if there was a problem.
19697 (test_compiler_info): Add function comment. Call get_compiler_info.
19698
35baa57f
DE
196992015-07-24 Doug Evans <dje@google.com>
19700
19701 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19702 (workers/%.worker, build-perf): New rule.
19703 (GDB_PERFTEST_MODE): New variable.
19704 (check-perf): Use it.
19705 (clean): Clean up gdb.perf parallel build subdirs.
19706 * lib/build-piece.exp: New file.
19707 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19708 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19709 name.
19710 (standard_temp_file): Ditto.
19711 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19712 of $GDB_PARALLEL.
19713
6ebea266
DE
197142015-07-24 Doug Evans <dje@google.com>
19715
19716 * lib/future.exp (gdb_default_target_compile): New option
19717 "early_flags".
19718 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19719 --as-needed.
19720
1e76a7e9
SDJ
197212015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19722
19723 * gdb.base/catch-syscall.exp: Call gdb_exit before
19724 gdb_skip_xml_test.
19725
5068630a
PA
197262015-07-24 Pedro Alves <palves@redhat.com>
19727
19728 * gdb.python/py-events.exp: Accept output between the stop event
19729 and the prompt.
19730 * gdb.python/py-evsignal.exp: Likewise.
19731 * gdb.python/py-evthreads.exp: Likewise.
19732
77598427
PA
197332015-07-24 Pedro Alves <palves@redhat.com>
19734
19735 PR gdb/18717
19736 * gdb.threads/non-ldr-exit.c: New file.
19737 * gdb.threads/non-ldr-exit.exp: New file.
19738
11e6c98f
YQ
197392015-07-24 Yao Qi <yao.qi@linaro.org>
19740
19741 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19742 restarting process.
19743
51aee833
YQ
197442015-07-24 Yao Qi <yao.qi@linaro.org>
19745
19746 * gdb.server/ext-restart.exp: New file.
19747
8cfe207c
YQ
197482015-07-24 Yao Qi <yao.qi@linaro.org>
19749
19750 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19751 argument options.
19752 * gdb.server/ext-wrapper.exp: New file.
19753
cc12ce38
DE
197542015-07-23 Doug Evans <dje@google.com>
19755
19756 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19757 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19758
d0d84780
PMR
197592015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19760
19761 * gdb.ada/var_arr_typedef.exp: New testcase.
19762 * gdb.ada/var_arr_typedef/pack.adb: New file.
19763 * gdb.ada/var_arr_typedef/pack.ads: New file.
19764 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19765
8b558f79
JB
197662015-07-20 Joel Brobecker <brobecker@adacore.com>
19767
19768 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19769
775a3298
JK
197702015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19771
19772 * gdb.arch/i386-biarch-core.exp: Replace istarget
19773 by "complete set gnutarget". Remove expectation for the "core-file"
19774 command.
19775
db1ff28b
JK
197762015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19777
19778 Revert the previous commit:
19779 Tests for validate symbol file using build-id.
19780
0a94970d
JK
197812015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19782
19783 Tests for validate symbol file using build-id.
19784 * gdb.base/solib-mismatch-lib.c: New file.
19785 * gdb.base/solib-mismatch-libmod.c: New file.
19786 * gdb.base/solib-mismatch.c: New file.
19787 * gdb.base/solib-mismatch.exp: New file.
19788
03346981
SL
197892015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19790
19791 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19792 nios2-*-linux*.
19793 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19794 * gdb.base/siginfo.exp: Likewise.
19795 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19796
42422cc7
PL
197972015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19798
19799 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19800 Move it to ...
19801 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19802 ... here.
19803 * gdb.trace/range-stepping.exp: Check that the target supports
19804 range stepping.
19805
cfa68bae
JK
198062015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19807
19808 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19809
8ffdba26
PA
198102015-07-14 Pedro Alves <palves@redhat.com>
19811
19812 * gdb.base/killed-outside.exp: New file.
19813 * gdb.base/killed-outside.c: New file.
19814
218a5a11
JK
198152015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19816
19817 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19818 (n at main): New.
19819 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19820
e03ed3c6
AA
198212015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19822
19823 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19824 infcall tests instead of setting up for KFAIL.
19825
485668e5
MM
198262015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19827
19828 * gdb.btrace/record_goto-step.exp: New.
19829
08464196
JK
198302015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19831
19832 PR compile/18484
19833 * gdb.compile/compile.c (struct struct_type): Add volatile to
19834 selffield's type.
19835 * gdb.compile/compile.exp
19836 (compile code struct_object.selffield = &struct_object): Skip further
19837 struct_object tests if this one xfails.
19838
bcf5c1d9
RC
198392015-07-08 Robert O'Callahan <robert@ocallahan.org>
19840
19841 PR exp/18617
19842 * gdb.trace/ax.exp: Add test.
19843
4931af25
YQ
198442015-07-07 Yao Qi <yao.qi@linaro.org>
19845
19846 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19847 instead of istarget "aarch64*-*-*".
19848 * gdb.arch/aarch64-fp.exp: Likewise.
19849 * gdb.base/float.exp: Likewise.
19850 * gdb.reverse/aarch64.exp: Likewise.
19851 * lib/gdb.exp (is_aarch64_target): New proc.
19852
9fcf688e
YQ
198532015-07-07 Yao Qi <yao.qi@linaro.org>
19854
19855 * lib/gdb.exp (is_aarch32_target): New proc.
19856 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19857 instead of "istarget "arm*-*-*"".
19858 * gdb.arch/arm-disp-step.exp: Likewise.
19859 * gdb.arch/thumb-bx-pc.exp: Likewise.
19860 * gdb.arch/thumb-prologue.exp: Likewise.
19861 * gdb.arch/thumb-singlestep.exp: Likewise.
19862 * gdb.base/disp-step-syscall.exp: Likewise.
19863 * gdb.base/float.exp: Likewise.
19864
fbd8d50d
YQ
198652015-07-07 Yao Qi <yao.qi@linaro.org>
19866
19867 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19868 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19869
71be1fdc
YQ
198702015-07-07 Yao Qi <yao.qi@linaro.org>
19871
19872 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19873 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19874 if it exists.
19875 * gdb.multi/multi-arch.exp: Likewise.
19876
3e221d36
SM
198772015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19878
19879 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19880 print.
19881
d441430b
YQ
198822015-07-07 Yao Qi <yao.qi@linaro.org>
19883
19884 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19885
06f810bd
MG
198862015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19887
19888 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19889 '[' and ']' characters.
19890
5e61e7c0
IB
198912015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19892
19893 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19894
28bf096c
PA
198952015-06-29 Pedro Alves <palves@redhat.com>
19896
19897 PR threads/18127
19898 * gdb.threads/hand-call-new-thread.c: New file.
19899 * gdb.threads/hand-call-new-thread.c: New file.
19900
ee93cd5e
KS
199012015-06-26 Keith Seitz <keiths@redhat.com>
19902 Doug Evans <dje@google.com>
19903
19904 PR 16253
19905 * gdb.cp/var-tag-2.cc: New file.
19906 * gdb.cp/var-tag-3.cc: New file.
19907 * gdb.cp/var-tag-4.cc: New file.
19908 * gdb.cp/var-tag.cc: New file.
19909 * gdb.cp/var-tag.exp: New file.
19910
fc637f04
PP
199112015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19912
19913 * gdb.base/history-duplicates.exp: New test.
19914
2e52ae68
PP
199152015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19916
19917 * gdb.base/completion.exp: Test the completion of the "focus"
19918 command.
19919
6e22494e
JK
199202015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19921
19922 * gdb.arch/amd64-prologue-skip.S: New file.
19923 * gdb.arch/amd64-prologue-skip.exp: New file.
19924
bf7b9cd9
SM
199252015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19926
19927 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19928 is_address_zero_readable check.
19929
201e8dfd
PB
199302015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19931
19932 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19933 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19934
5cd867b4
YQ
199352015-06-24 Yao Qi <yao.qi@linaro.org>
19936
19937 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19938 linux targets.
19939
4d7be007
YQ
199402015-06-24 Yao Qi <yao.qi@linaro.org>
19941
19942 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19943 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19944 * gdb.base/siginfo-thread.exp: Likewise.
19945
07fcd301
YQ
199462015-06-22 Yao Qi <yao.qi@linaro.org>
19947
19948 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19949
52042a00
YQ
199502015-06-22 Yao Qi <yao.qi@linaro.org>
19951
19952 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19953 aarch64*-*-*.
19954 (skip_hw_watchpoint_tests): Likewise.
19955
74bd41ce
PP
199562015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19957
19958 * gdb.base/gdbinit-history.exp: Test the interaction between
19959 setting GDBHISTSIZE and setting the history size via .gdbinit.
19960
bc460514
PP
199612015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19962
19963 PR gdb/16999
19964 * gdb.base/gdbhistsize-history.exp: New test.
19965
b58c513b
PP
199662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19967
19968 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19969 with GDBHISTSIZE.
19970 * gdb.base/readline.exp: Likewise.
19971
92046791
YQ
199722015-06-17 Yao Qi <yao.qi@linaro.org>
19973
19974 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19975 line.
19976
2093d2d3
PP
199772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19978
19979 * gdb.base/gdbinit-history.exp: Add test case to check that
19980 an unlimited history file does not get truncated on exit.
19981
e6c693af
AA
199822015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19983
19984 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19985 (VECTOR): New macro. Use it...
19986 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19987 ...for these typedefs.
19988 (int8, char1, int1, double1): New typedefs.
19989 (struct just_int2, struct two_int2): New structures.
19990 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19991 (add_structvecs, add_singlevecs): New functions.
19992 (main): Call add_some_intvecs twice.
19993 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19994 the compile and exit upon failure. Try compiling for the "native"
19995 architecture. Test inferior function calls with vector arguments
19996 and vector return value handling with "finish" and "return".
19997
c74f7d1c
JT
199982015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19999
20000 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
20001 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
20002 PE file.
20003 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
20004
98aa42ee
AT
200052015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
20006
20007 PR breakpoints/16465
20008 * gdb.mi/mi-dprintf-pending.c: New file.
20009 * gdb.mi/mi-dprintf-pending.exp: New test.
20010 * gdb.mi/mi-dprintf-pendshr.c: New file.
20011
7d73c23c 200122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 20013 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
20014
20015 * gdb.arch/i386-mpx-map.c: New file.
20016 * gdb.arch/i386-mpx-map.exp: New File.
20017
200182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
20019
20020 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
20021 * gdb.arch/i386-mpx.exp: Indentation fixed.
20022
200232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
20024
20025 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
20026 function and improved indentation.
20027 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
20028 gdb_test_multiple. Added additional tests to skip the test.
20029
200302015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
20031
20032 * gdb.arch/i386-avx512.c: Change path in include file.
20033 * gdb.arch/i386-avx512.exp: Change include dir path
20034 compilation flag.
20035 * gdb.arch/i386-mpx.c: Change path in include file.
20036 * gdb.arch/i386-mpx.exp: Change include dir path compilation
20037 flag.
20038
d5eba19a
JK
200392015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
20040
20041 * gdb.compile/compile-print.exp (compile print *vararray@3)
20042 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
20043
7f361056
JK
200442015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
20045
20046 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
20047 (do not keep jit in memory): ... this.
20048 (expect 5): Change it to ...
20049 (expect no 5): ... this.
20050
3b462ec2
SM
200512015-06-02 Simon Marchi <simon.marchi@ericsson.com>
20052
20053 PR gdb/15564
20054 * gdb.mi/mi-detach.exp: New file.
20055
e0619de6
JK
200562015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
20057
20058 PR symtab/18392
20059 * gdb.arch/amd64-tailcall-self.S: New file.
20060 * gdb.arch/amd64-tailcall-self.c: New file.
20061 * gdb.arch/amd64-tailcall-self.exp: New file.
20062
e970cb34
DB
200632015-05-28 Don Breazeal <donb@codesourcery.com>
20064
20065 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
20066 tests for remote targets by checking is_target_gdbserver.
20067
b2e2f908
DE
200682015-05-27 Doug Evans <dje@google.com>
20069
20070 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
20071 * gdb.dwarf2/opaque-type-lookup.c: New file.
20072 * gdb.dwarf2/opaque-type-lookup.exp: New file.
20073
82c7be31
DE
200742015-05-26 Doug Evans <dje@google.com>
20075
20076 * gdb.cp/iostream.cc: New file.
20077 * gdb.cp/iostream.exp: New file.
20078
b4f54984
DE
200792015-05-26 Doug Evans <dje@google.com>
20080
20081 * gdb.dwarf2/dw2-op-call.exp: Update.
20082 * gdb.dwarf2/dw4-sig-types.exp: Update.
20083 * gdb.dwarf2/implptr.exp: Update.
20084 * gdb.mi/mi-cmd-param-changed.exp: Update.
20085
4ea6efe9
DE
200862015-05-26 Doug Evans <dje@google.com>
20087
20088 * gdb.python/py-lazy-string.c: New file.
20089 * gdb.python/py-lazy-string.exp: New file.
20090 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
20091 (main): Update. Add estring3.
20092 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
20093 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
20094
f6bb7db3
YQ
200952015-05-26 Omair Javaid <omair.javaid@linaro.org>
20096 Yao Qi <yao.qi@linaro.org>
20097
20098 * gdb.reverse/aarch64.c: New.
20099 * gdb.reverse/aarch64.exp: New.
20100
a81bfbd0
OJ
201012015-05-26 Omair Javaid <omair.javaid@linaro.org>
20102
25d49b86
PA
20103 * lib/gdb.exp (supports_process_record): Return true for
20104 aarch64*-linux*.
a81bfbd0
OJ
20105 (supports_reverse): Likewise.
20106
158bf1b4
PP
201072015-05-22 Patrick Palka <patrick@parcs.ath.cx>
20108
20109 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
20110 Use with_test_prefix.
20111
a0145030
AB
201122015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
20113
20114 * gdb.base/completion.exp: Add test for completion of layout
20115 names.
20116
ebe3b578
AB
201172015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
20118
20119 * lib/gdb.exp (skip_tui_tests): New proc.
20120 * gdb.base/tui-layout.exp: Check skip_tui_tests.
20121
84204ed7
PA
201222015-05-19 Pedro Alves <palves@redhat.com>
20123
20124 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
20125 Save the whole env array instead of just HOME. Unset HISTSIZE in
20126 the environment while testing. Restore whole environment
20127 afterwards.
20128
37442ce1
DE
201292015-05-16 Doug Evans <xdje42@gmail.com>
20130
20131 * gdb.guile/scm-ports.c: New file.
20132 * gdb.guile/scm-ports.exp: Add memory port tests.
20133
36de76f9
JK
201342015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20135
20136 * gdb.compile/compile-print.c: New file.
20137 * gdb.compile/compile-print.exp: New file.
20138
3a9558c4
JK
201392015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20140
20141 * gdb.compile/compile-ops.exp: Cast param to void.
20142 * gdb.compile/compile.exp: Complete type for _gdb_expr.
20143 (compile code struct_object.selffield = &struct_object): Add xfail.
20144
aa715135
JG
201452015-05-15 Joel Brobecker <brobecker@adacore.com>
20146
20147 * gdb.ada/arr_enum_with_gap: New testcase.
20148
931e5bc3
JG
201492015-05-15 Joel Brobecker <brobecker@adacore.com>
20150
20151 * gdb.ada/byte_packed_arr: New testcase.
20152
9cd4d857
JB
201532015-05-15 Joel Brobecker <brobecker@adacore.com>
20154
20155 * gdb.ada/pckd_neg: New testcase.
20156
ebfd00d2
PP
201572015-05-13 Patrick Palka <patrick@parcs.ath.cx>
20158
20159 PR gdb/17820
20160 * gdb.base/gdbinit-history.exp: New test.
20161 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
20162 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
20163
4c082a81
SC
201642015-05-09 Siva Chandra Reddy <sivachandra@google.com>
20165
20166 * gdb.python/py-xmethods.cc: Enhance test case.
20167 * gdb.python/py-xmethods.exp: New tests.
20168 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
20169 function.
20170 (B_indexoper): Likewise.
20171 (global_dm_list) : Add new xmethod worker functions.
20172
f7797074
SDJ
201732015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
20174
20175 * gdb.base/coredump-filter.exp: Correctly unset
20176 "coredump_var_addr" array.
20177
a4674e4e
PA
201782015-05-08 Pedro Alves <palves@redhat.com>
20179
20180 * gdb.server/non-existing-program.exp: Unset spawn_id.
20181
df2eb078
SC
201822015-05-08 Siva Chandra Reddy <sivachandra@google.com>
20183
20184 PR python/18291
20185 * gdb.python/py-xmethods.exp: Add tests.
20186
422349a3
YQ
201872015-05-08 Yao Qi <yao.qi@linaro.org>
20188
20189 PR gdb/18208
20190 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
20191 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
20192 function set_coredump_filter, and remove remote_exec call.
20193 Remove argument ipid. Callers update.
20194 (top level): Don't get inferior's PID.
20195
63fc80ce
AA
201962015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
20197
20198 * gdb.base/watch_thread_num.exp: Skip test on targets without
20199 access watchpoints.
20200
80ad801e
PA
202012015-05-06 Pedro Alves <palves@redhat.com>
20202
20203 PR server/18081
20204 * gdb.server/non-existing-program.exp: New file.
20205
0fa7fe50
JB
202062015-05-05 Joel Brobecker <brobecker@adacore.com>
20207
20208 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
20209
3ea89b92
PMR
202102015-05-05 Joel Brobecker <brobecker@adacore.com>
20211
20212 * gdb.ada/out_of_line_in_inlined: New testcase.
20213
87b8eff0
JB
202142015-05-05 Joel Brobecker <brobecker@adacore.com>
20215
20216 * gdb.ada/var_rec_arr: New testcase.
20217
5fccc635
YQ
202182015-04-30 Yao Qi <yao.qi@linaro.org>
20219
20220 * gdb.base/break-idempotent.exp: If
20221 skip_hw_watchpoint_multi_tests returns true, skip the tests
20222 on "rwatch" and "awatch".
20223
42d38f42
YQ
202242015-04-30 Yao Qi <yao.qi@linaro.org>
20225
20226 * gdb.base/relativedebug.exp: Invoke gdb command
20227 "info sharedlibrary", and if libc.so doesn't have debug info,
20228 skip the test.
20229
2ce1cdbf
DE
202302015-04-29 Doug Evans <dje@google.com>
20231
20232 * gdb.python/py-xmethods.exp: Add ptype tests.
20233 * gdb.python/py-xmethods.py (E_method_char_worker): Add
20234 get_result_type method.
20235
f24a38c5
LM
202362015-04-29 Luis Machado <lgustavo@codesourcery.com>
20237
20238 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
20239 the target does not support hardware watchpoints.
20240
ecbf2b3c
LM
202412015-04-29 Luis Machado <lgustavo@codesourcery.com>
20242
20243 * gdb.base/break-always.exp: Abort testing if writing to memory
20244 causes an error.
20245
34f5f757
DE
202462015-04-28 Doug Evans <dje@google.com>
20247
20248 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
20249 * gdb.python/py-pp-registration.exp: ... here. New file.
20250 * gdb.python/py-pp-registration.c: New file.
20251 * gdb.python/py-pp-registration.py: New file.
20252
69b4374a
DE
202532015-04-28 Doug Evans <dje@google.com>
20254
20255 * gdb.python/py-bad-printers.c: New file.
20256 * gdb.python/py-bad-printers.py: New file.
20257 * gdb.python/py-bad-printers.exp: New file.
20258
59fb7612
SS
202592015-04-28 Sasha Smundak <asmundak@google.com>
20260
20261 * gdb.python/py-type.exp: New test.
20262
2631b16a
AW
202632015-04-28 Andy Wingo <wingo@igalia.com>
20264
20265 * gdb.python/py-parameter.exp:
20266 * gdb.guile/scm-parameter.exp: Escape the path that we are
20267 matching against, as it might contain characters that are special
20268 to regular expressions.
20269
460efde1
JB
202702015-04-27 Joel Brobecker <brobecker@adacore.com>
20271
20272 * gdb.ada/rec_comp: New testcase.
20273
2d369d8e
SDJ
202742015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
20275
20276 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
20277 before using it.
20278
cf75d6c3
AB
202792015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
20280
20281 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
20282 new tests for verilog output.
20283
8dbe7ca5
YQ
202842015-04-24 Yao Qi <yao.qi@linaro.org>
20285
20286 * boards/remote-gdbserver-on-localhost.exp: New file.
20287
4ef9fb2f
PA
202882015-04-23 Pedro Alves <palves@redhat.com>
20289
20290 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
20291 $inferior_spawn_id instead of $inferior_spawn_id directly. On
20292 "end of file", remove $inferior_spawn_id from the indirect list.
20293
0a803169
PA
202942015-04-23 Pedro Alves <palves@redhat.com>
20295
20296 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
20297
749ef8f8
PA
202982015-04-23 Pedro Alves <palves@redhat.com>
20299
20300 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
20301 on $any_spawn_id instead of only on $gdb_spawn_id.
20302
8aae4344
PM
203032015-04-21 Pierre Muller <muller@sourceware.org>
20304
20305 PR pascal/17815
20306 * lib/pascal.exp (gpc_compile): Add new option "class".
20307 (fpc_compile): Likewise.
20308 * gdb.pascal/case-insensitive-symbols.pas: New file.
20309 * gdb.pascal/case-insensitive-symbols.exp: New file.
20310
1586c8fb
GB
203112015-04-20 Gary Benson <gbenson@redhat.com>
20312
20313 * gdb.base/attach.exp: Fix three extended remote failures.
20314
1b6e6f5c
GB
203152015-04-17 Gary Benson <gbenson@redhat.com>
20316
20317 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
20318 the main executable over the remote protocol.
20319
e797481d
PA
203202015-04-16 Pedro Alves <palves@redhat.com>
20321
20322 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
20323 a new gdbserver if gdbserver_reconnect_p is set.
20324
1ca99c42
PA
203252015-04-16 Pedro Alves <palves@redhat.com>
20326
20327 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
20328 is set, don't exit gdbserver.
20329
af9fd6f8
AA
203302015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20331
20332 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
20333 appropriate .insn, such that an older assembler can be used.
20334 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
20335 the z/Architecture instruction set on 31-bit targets as well.
20336
04ff1e61
AA
203372015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20338
20339 * gdb.go/handcall.exp: Remove all logic related to the first
20340 breakpoint and rely on go_runto_main instead.
20341 * gdb.go/strings.exp: Likewise.
20342 * gdb.go/unsafe.exp: Likewise.
20343 * gdb.go/hello.exp: Likewise. Also rename the remaining
20344 breakpoint marker to "breakpoint 1".
20345 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
20346 * gdb.go/strings.go: Likewise.
20347 * gdb.go/unsafe.go: Likewise.
20348 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
20349 "set breakpoint 2 here" and rename the remaining breakpoint marker
20350 to "breakpoint 1".
20351
40d2f8d6
SM
203522015-04-15 Simon Marchi <simon.marchi@ericsson.com>
20353
20354 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
20355 if itertools.imap is not present.
20356 * gdb.python/py-objfile.exp: Add parentheses.
20357 * gdb.python/py-type.exp: Same.
20358 * gdb.python/py-unwind-maint.py: Same.
20359
8cbc97c6
YQ
203602015-04-15 Yao Qi <yao.qi@linaro.org>
20361
20362 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
20363 of ":$ptr_size" and set its form explicitly.
20364
45fd756c
YQ
203652015-04-15 Pedro Alves <palves@redhat.com>
20366 Yao Qi <yao.qi@linaro.org>
20367
20368 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
20369 timeout by factor of 4.
20370 (test_regular_watch): Likewise.
20371 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
20372 * gdb.reverse/sigall-reverse.exp: Likewise.
20373 * gdb.reverse/until-precsave.exp: Likewise.
20374 * lib/gdb.exp (with_timeout_factor): New proc.
20375 (gdb_expect): Move some code to ...
20376 (get_largest_timeout): ... here. New procedure.
20377
9e811bc3
LM
203782015-04-14 Luis Machado <lgustavo@codesourcery.com>
20379
20380 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
20381
0ff6fcb2
LM
203822015-04-13 Luis Machado <lgustavo@codesourcery.com>
20383
20384 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
20385 to write to the .text section.
20386
7578d5f7
LM
203872015-04-13 Luis Machado <lgustavo@codesourcery.com>
20388
20389 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
20390 Handle the case of targets that do not provide PID information.
20391
2efe15c4
YQ
203922015-04-13 Yao Qi <yao.qi@linaro.org>
20393
20394 * lib/gdbserver-support.exp (gdb_exit): Catch exception
20395 and use expect instead of gdb_expect.
20396
8cd8f2f8
SDJ
203972015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
20398
20399 * gdb.base/coredump-filter.exp: Rename variable "addr" to
20400 "coredump_var_addr" to avoid naming conflict with other testcases.
20401
9ee41772
PA
204022015-04-10 Pedro Alves <palves@redhat.com>
20403
20404 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
20405 gdb_test_sequence and gdb_assert.
20406
07473109
PA
204072015-04-10 Pedro Alves <palves@redhat.com>
20408
20409 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
20410 test messages that don't include the breakpoint address.
20411
de3db44c
YQ
204122015-04-10 Yao Qi <yao.qi@linaro.org>
20413
20414 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
20415 false for some offset and width combinations which aren't
20416 supported by linux kernel.
20417
c79d856c
PA
204182015-04-10 Pedro Alves <palves@redhat.com>
20419
20420 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
20421 procedure, factored out from ...
20422 (top level): ... here. Add "set displaced-stepping" testing axis.
20423 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
20424 parameter "displaced". Use it.
20425 (top level): Use foreach and add "set displaced-stepping" testing
20426 axis.
20427
ebc90b50
PA
204282015-04-10 Pedro Alves <palves@redhat.com>
20429
20430 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
20431 Remove comment.
20432 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
20433 both the address of the instruction that triggers the watchpoint
20434 and the address of the instruction immediately after, and use
20435 those addresses for the test. Fix comment.
20436
8f572e5c
PA
204372015-04-10 Pedro Alves <palves@redhat.com>
20438
20439 * gdb.base/sigstep.exp (breakpoint_to_handler)
20440 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
20441 Test "backtrace" in handler.
20442 (breakpoint_over_handler): New parameter 'displaced'. Use it.
20443 (top level): Add new "displaced" test axis to
20444 breakpoint_to_handler, breakpoint_to_handler_entry and
20445 breakpoint_over_handler.
20446
8d707a12
PA
204472015-04-10 Pedro Alves <palves@redhat.com>
20448
20449 PR gdb/18216
20450 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
20451
ef713951
YQ
204522015-04-10 Yao Qi <yao.qi@linaro.org>
20453
20454 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
20455 (test_add_rn_pc): New function.
20456 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
20457 (top level): Invoke test_add_rn_pc.
20458
906d60cf
PA
204592015-04-10 Pedro Alves <palves@redhat.com>
20460
20461 PR gdb/13858
20462 * gdb.base/step-over-no-symbols.exp: New file.
20463
f2983cc3
AW
204642015-04-09 Andy Wingo <wingo@igalia.com>
20465
20466 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
20467 after the Python tests.
20468
6d62641c
SDJ
204692015-04-08 Keith Seitz <keiths@redhat.com>
20470
20471 PR python/16699
20472 * gdb.python/py-completion.exp: New tests for completion.
20473 * gdb.python/py-completion.py (CompleteLimit1): New class.
20474 (CompleteLimit2): Likewise.
20475 (CompleteLimit3): Likewise.
20476 (CompleteLimit4): Likewise.
20477 (CompleteLimit5): Likewise.
20478 (CompleteLimit6): Likewise.
20479 (CompleteLimit7): Likewise.
20480
f3770638
PA
204812015-04-08 Pedro Alves <palves@redhat.com>
20482
20483 PR gdb/18214
20484 PR gdb/18216
20485 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
20486 function.
20487 (main): Install it as SIGUSR1 handler.
20488 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
20489 parameter. Always use "setup" as prefix. Toggle "set
20490 displaced-stepping" off/on depending on global. Don't switch to
20491 thread 1 here.
20492 (top level): Add displaced stepping "off/on" test axis. Update
20493 "setup" calls. Wrap each subtest with with_test_prefix. Test
20494 continuing with a queued signal in each thread.
20495
4496bed7
PA
204962015-04-08 Pedro Alves <palves@redhat.com>
20497
20498 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
20499 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
20500 gdb_breakpoint instead of gdb_test that doesn't expect anything.
20501 Return early if running to main fails.
20502 * gdb.trace/while-stepping.exp: Likewise.
20503
b97fde92
PA
205042015-04-07 Pedro Alves <palves@redhat.com>
20505
20506 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
20507 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
20508 interact with inferior program.
20509
f71c18e7
PA
205102015-04-07 Pedro Alves <palves@redhat.com>
20511
20512 * lib/gdb.exp (inferior_spawn_id): New global.
20513 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
20514 spawn id after processing the user code.
20515 (default_gdb_start): Set inferior_spawn_id.
20516 (send_inferior): New procedure.
20517 * lib/gdbserver-support.exp (gdbserver_start): Set
20518 inferior_spawn_id.
20519 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
20520
6423214f
PA
205212015-04-07 Pedro Alves <palves@redhat.com>
20522
20523 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
20524 * lib/gdbserver-support.exp (gdbserver_start): Make
20525 $server_spawn_id global.
20526 (gdbserver_start): Don't wait for gdbserver's spawn id with
20527 expect_background.
20528 (close_gdbserver): New procedure.
20529 (gdb_exit): Rename the default version and reimplement.
20530
71c0ee8c
PA
205312015-04-07 Pedro Alves <palves@redhat.com>
20532
72f4393d 20533 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
20534 append the substituted item, not the original item.
20535
203bc29b
PA
205362015-04-07 Pedro Alves <palves@redhat.com>
20537
20538 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
20539 gdb_expect.
20540
508a3ddf
PA
205412015-04-07 Pedro Alves <palves@redhat.com>
20542
20543 * gdb.base/interrupt.exp: Don't handle the case of the inferior
20544 output appearing once only.
20545
9f6dbe2b
PA
205462015-04-07 Pedro Alves <palves@redhat.com>
20547
20548 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20549 that doesn't expect anything. Return early if running to main
20550 fails.
20551
337532fa
YQ
205522015-04-07 Yao Qi <yao.qi@linaro.org>
20553
20554 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20555 (child_function): Call alarm.
20556 (main): Move call to alarm into the loop.
20557 * gdb.threads/non-stop-fair-events.exp: Build program with
20558 -DTIMEOUT=$timeout.
20559
01b622d4
DE
205602015-04-06 Doug Evans <xdje42@gmail.com>
20561
20562 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20563 Fix dest parameter to board_info.
20564 (fpc_compile): Ditto.
20565 (gdb_compile_pascal): Rename dest arg to destfile.
20566
961f4160
PMR
205672015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20568
20569 * gdb.ada/funcall_ref.exp: New file.
20570 * gdb.ada/funcall_ref/foo.adb: New file.
20571
cafda597
YQ
205722015-04-02 Yao Qi <yao.qi@linaro.org>
20573
20574 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20575 is remote.
20576
fed040c6
GB
205772015-04-02 Gary Benson <gbenson@redhat.com>
20578
20579 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20580
d11916aa
SS
205812015-04-01 Sasha Smundak <asmundak@google.com>
20582
20583 * gdb.python/py-unwind-maint.c: New file.
20584 * gdb.python/py-unwind-maint.exp: New test.
20585 * gdb.python/py-unwind-maint.py: New file.
20586 * gdb.python/py-unwind.c: New file.
20587 * gdb.python/py-unwind.exp: New test.
20588 * gdb.python/py-unwind.py: New test.
20589
a1471180
PA
205902015-04-01 Pedro Alves <palves@redhat.com>
20591
20592 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20593 to fail instead of non-existent $test.
20594
0bbeccb1
PA
205952015-04-01 Pedro Alves <palves@redhat.com>
20596
20597 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20598 GDBFLAGS if not empty.
20599
3c724c8c
PMR
206002015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20601
20602 * gdb.ada/complete.exp: Remove "multi_line".
20603 * gdb.ada/info_exc.exp: Remove "multi_line".
20604 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20605 * gdb.ada/ptype_field.exp: Remove "multi_line".
20606 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20607 * gdb.ada/tagged.exp: Remove "multi_line".
20608 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20609 [multi_line ...]
20610 * gdb.btrace/delta.exp: Likewise.
20611 * gdb.btrace/exception.exp: Likewise.
20612 * gdb.btrace/function_call_history.exp: Likewise.
20613 * gdb.btrace/instruction_history.exp: Likewise.
20614 * gdb.btrace/nohist.exp: Likewise.
20615 * gdb.btrace/record_goto.exp: Likewise.
20616 * gdb.btrace/segv.exp: Likewise.
20617 * gdb.btrace/stepi.exp: Likewise.
20618 * gdb.btrace/tailcall.exp: Likewise.
20619 * gdb.btrace/unknown_functions.exp: Likewise.
20620 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20621 * lib/gdb.exp: Add the "multi_line" helper.
20622
4eec2deb
PA
206232015-04-01 Pedro Alves <palves@redhat.com>
20624
20625 * gdb.threads/tid-reuse.c: New file.
20626 * gdb.threads/tid-reuse.exp: New file.
20627
df8411da
SDJ
206282015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20629
20630 PR corefiles/16092
20631 * gdb.base/coredump-filter.c: New file.
20632 * gdb.base/coredump-filter.exp: Likewise.
20633
6ef37366
PM
206342015-03-27 Petr Machata <pmachata@redhat.com>
20635
20636 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20637 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20638 (Dwarf::assemble): Initialize them.
20639 (Dwarf::lines): New function.
20640
7ec911b0
JT
206412015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20642
20643 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20644 SYMBOL_PREFIX for x86_64-*-cygwin.
20645
ff908ebf
AW
206462015-03-26 Andy Wingo <wingo@igalia.com>
20647
20648 PR symtab/18148
20649 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20650 const_value but not a location.
20651 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20652 location defined in non-main CUs are visible.
20653
6d5f0679
YQ
206542015-03-26 Yao Qi <yao.qi@linaro.org>
20655
20656 PR testsuite/18139
20657 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20658 Add a line number entry for the same line.
20659 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20660 Add a line number entry for the same line.
20661
2898689b
YQ
206622015-03-26 Yao Qi <yao.qi@linaro.org>
20663
20664 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20665 .int 0.
20666 (func): Likewise. Add .Lfunc_1 label.
20667 Use .Lfunc_1 label.
20668 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20669 .int 0.
20670 (func): Likewise.
20671 Use .Lfunc_1 label.
20672
85180498
YQ
206732015-03-26 Yao Qi <yao.qi@linaro.org>
20674
20675 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20676 Call gdb_compile instead to compile each .s files without debug
20677 information.
20678
8aa08a8d
YQ
206792015-03-26 Yao Qi <yao.qi@linaro.org>
20680
20681 * gdb.base/savedregs.exp (process_saved_regs): Make
20682 "Saved registers:" optional in the pattern.
20683
66849923
MM
206842015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20685
20686 * gdb.btrace/next.exp: Merged into step.exp.
20687 * gdb.btrace/finish.exp: Merged into step.exp.
20688 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20689 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20690 "record goto" and checking the exact replay position.
20691 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20692 check for "Recording format" in "info record" output.
20693 * gdb.btrace/record_goto.exp: Choose test file based on target.
20694 * gdb.btrace/x86-record_goto.S: Renamed into ...
20695 * gdb.btrace/x86_64-record_goto.S: ... this.
20696 * gdb.btrace/i686-record_goto.S: New.
20697 * gdb.btrace/x86-tailcall.S: Renamed into ...
20698 * gdb.btrace/x86_64-tailcall.S: ... this.
20699 * gdb.btrace/i686-tailcall.S: New.
20700 * gdb.btrace/x86-tailcall.c: Renamed into ...
20701 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20702 separate statements. Update test.
20703 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20704 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20705 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20706 * gdb.btrace/tailcall.exp: Choose test file based on target.
20707 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20708
11cc1b74
MM
207092015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20710
20711 * gdb.btrace/exception.exp: Increase BTS buffer size.
20712
a25d8bf9
PA
207132015-03-24 Pedro Alves <palves@redhat.com>
20714
20715 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20716
856e7dd6
PA
207172015-03-24 Pedro Alves <palves@redhat.com>
20718
20719 * gdb.threads/schedlock.exp (test_step): No longer expect that
20720 "set scheduler-locking step" with "next" over a function call runs
20721 threads unlocked.
20722
ad235a41
AT
207232015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20724
20725 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20726
15630549
AT
207272015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20728
20729 PR breakpoints/16466
20730 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20731 * gdb.mi/mi-pending.c (thread_func): New function.
20732 (int main): Add threading support required.
20733 * gdb.mi/mi-pending.exp: Add tests for this issue.
20734 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20735 (pendfunc2): Remove stdio dependency.
20736 * gdb.mi/mi-pendshr2.c: New file.
20737
693dca06
KS
207382015-03-23 Keith Seitz <keiths@redhat.com>
20739
20740 * gdb.linespec/keywords.c: New file.
20741 * gdb.linespec/keywords.exp: New file.
20742
7e993ebf
KS
207432015-03-23 Keith Seitz <keiths@redhat.com>
20744
20745 PR gdb/18021
20746 * gdb.dwarf2/staticvirtual.exp: New test.
20747
bc23328c
JK
207482015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20749
20750 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20751 * README: Remove HP-UX and gdb.hp.
20752 (configuration):
20753 * configure: Regenerate.
20754 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20755 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20756 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20757 gdb.hp/gdb.defects/Makefile.
20758 * gdb.hp/Makefile.in: File deleted.
20759 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20760 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20761 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20762 * gdb.hp/gdb.aCC/run.c: File deleted.
20763 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20764 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20765 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20766 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20767 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20768 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20769 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20770 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20771 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20772 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20773 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20774 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20775 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20776 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20777 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20778 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20779 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20780 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20781 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20782 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20783 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20784 * gdb.hp/gdb.compat/average.c: File deleted.
20785 * gdb.hp/gdb.compat/sum.c: File deleted.
20786 * gdb.hp/gdb.compat/xdb.c: File deleted.
20787 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20788 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20789 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20790 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20791 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20792 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20793 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20794 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20795 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20796 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20797 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20798 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20799 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20800 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20801 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20802 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20803 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20804 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20805 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20806 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20807 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20808 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20809 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20810 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20811 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20812 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20813 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20814 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20815 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20816 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20817 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20818 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20819 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20820 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20821 * gdb.hp/tools/odump: File deleted.
20822
8bf3b159
PA
208232015-03-19 Pedro Alves <palves@redhat.com>
20824
20825 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20826 (saw_thread_3): New globals.
20827 (top level): Increment them when an event for the corresponding
20828 thread is seen.
20829 (no thread starvation): New test.
20830
eb54c8bf
PA
208312015-03-19 Pedro Alves <palves@redhat.com>
20832
20833 * gdb.threads/continue-pending-status.c: New file.
20834 * gdb.threads/continue-pending-status.exp: New file.
20835
32d2e5d6
PA
208362015-03-18 Pedro Alves <palves@redhat.com>
20837
20838 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20839 Use gdb_is_target_remote instead of is_remote. Use
20840 gdb_test_multiple instead of gdb_expect. Exit early if
20841 gdb_test_multiple hits its internal matches. Tighten stepi tests
20842 expected output. Fail on exit with any signal, instead of just
20843 SIGILL.
20844
f68f11b7
YQ
208452015-03-18 Yao Qi <yao.qi@linaro.org>
20846
20847 PR tdep/18107
20848 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20849 variable.
20850 * gdb.base/catch-syscall.exp: Don't skip it on
20851 aarch64*-*-linux* target. Remove elements in all_syscalls.
20852 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20853 target.
20854 (setup_all_syscalls): New proc.
20855
ca5fd19b
YQ
208562015-03-16 Yao Qi <yao.qi@linaro.org>
20857
20858 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20859 (top level): Skip tests if valid_addr_p returns false for
20860 $cmd1 or $cmd2.
20861
85642ba0
AW
208622015-03-11 Andy Wingo <wingo@igalia.com>
20863
20864 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20865
e03f9645
YQ
208662015-03-11 Yao Qi <yao.qi@linaro.org>
20867
20868 * gdb.base/catch-syscall.exp: Fix typo in comments.
20869
5d0962b2
YQ
208702015-03-11 Yao Qi <yao.qi@linaro.org>
20871
20872 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20873
b2df3cef
PA
208742015-03-09 Pedro Alves <palves@redhat.com>
20875
20876 * dg-extract-results.py: Delete.
20877
ef878e53
PA
208782015-03-09 Pedro Alves <palves@redhat.com>
20879
20880 Merge dg-extract-results.sh from GCC upstream (r218843).
20881
20882 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20883 * dg-extract-results.sh: Use --text with grep to avoid issues with
20884 binary files. Fall back to cat -v, if that doesn't work.
20885
9494d219
PA
208862015-03-05 Pedro Alves <palves@redhat.com>
20887
20888 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20889
a8d9763a
SM
208902015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20891
20892 * lib/mi-support.exp (mi_expect_interrupt): Accept
20893 alternative event for when in all-stop mode.
20894
be9957b8
PA
208952015-03-04 Pedro Alves <palves@redhat.com>
20896
20897 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20898
d57be0f4 208992015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
20900
20901 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20902
c214c7cf
AA
209032015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20904
20905 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20906 regexps for GDB's current line display, accept a hex address
20907 preceding the line number.
20908
6d74a497
AA
209092015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20910
20911 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20912 the 'arch1' variable for "s390*-linux*" targets.
20913
511aee7c
PA
209142015-03-04 Pedro Alves <palves@redhat.com>
20915
20916 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20917 (main): Pass missing retval argument to pthread_join call.
20918
95e50b27
PA
209192015-03-02 Pedro Alves <palves@redhat.com>
20920
20921 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20922 (top level): Call do_test with non-stop as well.
20923
28054d69
PA
209242015-03-02 Pedro Alves <palves@redhat.com>
20925
20926 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20927 -1.
20928
4fa5d7b4
AA
209292015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20930
20931 * gdb.arch/s390-vregs.exp: New test.
20932 * gdb.arch/s390-vregs.S: New file.
20933
97c18565
PA
209342015-02-27 Pedro Alves <palves@redhat.com>
20935
20936 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20937 call to catch_command_errors.
20938 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20939 catch_command_errors.
20940
a37bfa30
PA
209412015-02-27 Pedro Alves <palves@redhat.com>
20942
20943 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20944 "true" for boolean result.
20945 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20946 prototype of main.
20947
6f98576f
PA
209482015-02-27 Pedro Alves <palves@redhat.com>
20949
20950 * lib/unbuffer_output.c: New file.
20951 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20952 (main): Call gdb_unbuffer_output.
20953
eba5ab56
YQ
209542015-02-27 Yao Qi <yao.qi@linaro.org>
20955
20956 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20957 target.
20958
0def5aaa
DE
209592015-02-26 Doug Evans <dje@google.com>
20960
20961 * gdb.cp/class2.cc (Dbase, D): New classes.
20962 (main): New local delta.
20963 * gdb.cp/class2.exp: Test printing delta.
20964 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20965 (dynbar): New global.
20966 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20967
081a1c2c
JK
209682015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20969
20970 * gdb.compile/compile-ifunc.c: New file.
20971 * gdb.compile/compile-ifunc.exp: New file.
20972
2f41223f
AT
209732015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20974
20975 * gdb.base/structs.exp: Check for correct struct on finish.
20976
03eddd80
YQ
209772015-02-26 Yao Qi <yao.qi@linaro.org>
20978
20979 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20980 is zero.
20981
80c57053
JK
209822015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20983
20984 * gdb.arch/cordic.ko.bz2: New file.
20985 * gdb.arch/cordic.ko.debug.bz2: New file.
20986 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20987
21613c12
YQ
209882015-02-25 Yao Qi <yao.qi@linaro.org>
20989
20990 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20991 aarch64*-*-* target.
20992
d8b901ed
PA
209932015-02-23 Pedro Alves <palves@redhat.com>
20994
20995 * lib/gdb.exp (delete_breakpoints): Rewrite using
20996 gdb_test_multiple.
20997
e5b85ead
PA
209982015-02-23 Pedro Alves <palves@redhat.com>
20999
21000 * gdb.base/info-os.c: Include stdlib.h.
21001
85c3a371
DE
210022015-02-22 Doug Evans <xdje42@gmail.com>
21003
21004 PR symtab/17855
21005 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
21006 is read after symbols have been re-read.
21007 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
21008 * gdb.ada/exec_changed/second.adb (Second): Ditto.
21009
96553a0c
DE
210102015-02-21 Doug Evans <dje@google.com>
21011
21012 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
21013
97a0c697
JK
210142015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21015
21016 PR corefiles/17808
21017 * gdb.arch/i386-biarch-core.core.bz2: New file.
21018 * gdb.arch/i386-biarch-core.exp: New file.
21019
a47cd6e9
PA
210202015-02-21 Pedro Alves <palves@redhat.com>
21021
21022 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
21023 runto_main fails.
21024
c5facdc4
PA
210252015-02-20 Pedro Alves <palves@redhat.com>
21026
21027 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
21028 info probes.
21029
2db9a427
PA
210302015-02-20 Pedro Alves <palves@redhat.com>
21031
21032 * gdb.threads/multi-create-ns-info-thr.exp: New file.
21033
60fb7e9e
PA
210342015-02-20 Pedro Alves <palves@redhat.com>
21035
21036 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
21037 clean_restart before gdb_target_supports_trace.
21038
5c5019c2
PA
210392015-02-20 Pedro Alves <palves@redhat.com>
21040
21041 PR threads/18006
21042 * gdb.threads/clone-thread_db.c: New file.
21043 * gdb.threads/clone-thread_db.exp: New file.
21044
c9587f88
AT
210452015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
21046
21047 PR breakpoints/16812
21048 * gdb.base/catch-gdb-caused-signals.c: New file.
21049 * gdb.base/catch-gdb-caused-signals.exp: New file.
21050
f6a88844
JM
210512015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
21052
21053 * configure: Regenerated.
21054 * configure.ac: Use GDB_AC_TRANSFORM.
21055 * aclocal.m4: sinclude ../transform.m4.
21056
497c491b
JM
210572015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
21058
21059 * lib/dtrace.exp: New file.
21060 * gdb.base/dtrace-probe.exp: Likewise.
21061 * gdb.base/dtrace-probe.d: Likewise.
21062 * gdb.base/dtrace-probe.c: Likewise.
21063 * lib/pdtrace.in: Likewise.
21064 * configure.ac: Output variables with the transformed names of
21065 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
21066 * configure: Regenerated.
21067
03e98035
JM
210682015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
21069
21070 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
21071 expected message when trying to access $_probe_* convenience
21072 variables while not on a probe.
21073
63cc30e9
JK
210742015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21075
21076 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
21077
0703599a
PA
210782015-02-11 Pedro Alves <pedro@codesourcery.com>
21079
21080 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
21081 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
21082
7e60a48e
DE
210832015-02-10 Doug Evans <xdje42@gmail.com>
21084
21085 * lib/gdb.exp (gdb_load): Always return a result.
21086
01b088bc
PA
210872015-02-10 Pedro Alves <palves@redhat.com>
21088
21089 * gdb.threads/signal-sigtrap.c: New file.
21090 * gdb.threads/signal-sigtrap.exp: New file.
21091
b05ec7a5
AT
210922015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
21093
21094 * gdb.trace/no-attach-trace.c: New file.
21095 * gdb.trace/no-attach-trace.exp: New file.
21096
a2c2acaf
MW
210972015-02-09 Mark Wielaard <mjw@redhat.com>
21098
21099 * gdb.dwarf2/atomic.c: New file.
21100 * gdb.dwarf2/atomic-type.exp: Likewise.
21101
31fd9caa
MM
211022015-02-09 Markus Metzger <markus.t.metzger@intel.com>
21103
21104 * gdb.btrace/buffer-size.exp: Update "info record" output.
21105 * gdb.btrace/delta.exp: Update "info record" output.
21106 * gdb.btrace/enable.exp: Update "info record" output.
21107 * gdb.btrace/finish.exp: Update "info record" output.
21108 * gdb.btrace/instruction_history.exp: Update "info record" output.
21109 * gdb.btrace/next.exp: Update "info record" output.
21110 * gdb.btrace/nexti.exp: Update "info record" output.
21111 * gdb.btrace/step.exp: Update "info record" output.
21112 * gdb.btrace/stepi.exp: Update "info record" output.
21113 * gdb.btrace/nohist.exp: Update "info record" output.
21114
d33501a5
MM
211152015-02-09 Markus Metzger <markus.t.metzger@intel.com>
21116
21117 * gdb.btrace/buffer-size: New.
21118
f4abbc16
MM
211192015-02-09 Markus Metzger <markus.t.metzger@intel.com>
21120
21121 * gdb.btrace/delta.exp: Update "info record" output.
21122 * gdb.btrace/enable.exp: Update "info record" output.
21123 * gdb.btrace/finish.exp: Update "info record" output.
21124 * gdb.btrace/instruction_history.exp: Update "info record" output.
21125 * gdb.btrace/next.exp: Update "info record" output.
21126 * gdb.btrace/nexti.exp: Update "info record" output.
21127 * gdb.btrace/step.exp: Update "info record" output.
21128 * gdb.btrace/stepi.exp: Update "info record" output.
21129 * gdb.btrace/nohist.exp: Update "info record" output.
21130
b9d61307
SM
211312015-02-06 Simon Marchi <simon.marchi@ericsson.com>
21132
21133 PR gdb/15678
21134 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
21135
e584fdbc
PA
211362015-02-06 Pedro Alves <palves@redhat.com>
21137
21138 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
21139 macro.
21140 (seconds_left, again): New globals.
21141 (main): Wait seconds_left in a 1-second sleep loop instead of
21142 sleeping 180 seconds. If 'again' is set, reset the seconds
21143 counter.
21144 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
21145 'again' in the inferior before detaching. Print the seconds left.
21146 (options): New global.
21147 (top level): Build program with -DTIMEOUT=$timeout.
21148
77f41761
PA
211492015-02-06 Pedro Alves <palves@redhat.com>
21150
21151 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
21152 determine how many seconds to pass to 'alarm'.
21153 * gdb.base/gdb-sigterm.exp (top level): Build program with
21154 -DTIMEOUT=$timeout.
21155 (do_test): Return success/failure indication. Add more verbose
21156 logging. Don't fail if 200 single steps are seen. Instead, fail
21157 when the test times out.
21158 (passes): New global.
21159 (top level): Break the testing loop if testing fails on any
21160 iteration. Use gdb_assert.
21161
b9394193
DB
211622015-02-04 Don Breazeal <donb@codesourcery.com>
21163
21164 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
21165 and initialize them.
21166 (ipc_cleanup): New function.
21167 (main): Don't declare shmid, semid, and msqid. Add a call to
21168 atexit so that we call ipc_cleanup on exit.
21169
42d9e528
PA
211702015-02-04 Pedro Alves <palves@redhat.com>
21171
21172 * boards/native-extended-gdbserver.exp: Remove any target variant
21173 specifications from the board name before clearing the isremote
21174 flag from board_info.
21175
ae6ae975
DE
211762015-01-31 Doug Evans <xdje42@gmail.com>
21177
21178 * gdb.base/maint.exp <maint print type argc>: Update expected output.
21179
cfb069a8
GB
211802015-01-31 Gary Benson <gbenson@redhat.com>
21181
21182 * gdb.base/completion.exp: Disable completion limiting for
21183 existing tests. Add new tests to check completion limiting.
21184 * gdb.linespec/ls-errs.exp: Disable completion limiting.
21185
5dd31d79
DE
211862015-01-31 Doug Evans <xdje42@gmail.com>
21187
21188 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
21189
9f050062
DE
211902015-01-31 Doug Evans <xdje42@gmail.com>
21191
21192 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
21193 entries. Duplicate file section script entries.
21194 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
21195 inlined entries. Add test for safe-path rejection.
21196 * gdb.python/py-section-script.c: Add duplicate inlined section script
21197 entries. Duplicate file section script entries.
21198 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
21199 inlined entries. Add test for safe-path rejection.
21200
df25ebbd
JB
212012015-01-29 Joel Brobecker <brobecker@adacore.com>
21202
21203 * gdb.ada/disc_arr_bound: New testcase.
21204
4a0ca9ec
JB
212052015-01-29 Joel Brobecker <brobecker@adacore.com>
21206
21207 * gdb.ada/mi_var_array: New testcase.
21208
3a8b707a
DE
212092015-01-27 Doug Evans <dje@google.com>
21210
21211 * gdb.python/py-objfile.exp: Add tests for objfile.username.
21212 Add test for objfile.filename, objfile.username after objfile
21213 has been unloaded.
21214
f8313f6e
JB
212152015-01-26 Joel Brobecker <brobecker@adacore.com>
21216
21217 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
21218 the second test to print the name attribute of value
21219 returned by the call to gdb.lookup_type, and adjust
21220 the expected output accordingly.
21221
37bc665e
MW
212222015-01-25 Mark Wielaard <mjw@redhat.com>
21223
21224 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
21225 * gdb.base/disp-step-fork.c: Include unistd.h.
21226 * gdb.base/siginfo-obj.c: Include stdio.h.
21227 * gdb.base/siginfo-thread.c: Likewise.
21228 * gdb.mi/non-stop.c: Include unistd.h.
21229 * gdb.mi/nsthrexec.c: Include stdio.h.
21230 * gdb.mi/pthreads.c: Include unistd.h.
21231 * gdb.modula2/unbounded1.c (main): Declare returns int.
21232 * gdb.reverse/consecutive-reverse.c: Likewise.
21233 * gdb.threads/create-fail.c: Include unistd.h.
21234 * gdb.threads/killed.c: Likewise.
21235 * gdb.threads/linux-dp.c: Likewise.
21236 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
21237 * gdb.threads/non-ldr-exc-2.c: Likewise.
21238 * gdb.threads/non-ldr-exc-3.c: Likewise.
21239 * gdb.threads/non-ldr-exc-4.c: Likewise.
21240 * gdb.threads/pthreads.c: Include unistd.h.
21241 (main): Declare returns int.
21242 * gdb.threads/tls-main.c (foo): New declaration.
21243 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
21244
f7e5394d
SM
212452015-01-23 Simon Marchi <simon.marchi@ericsson.com>
21246
21247 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
21248 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
21249
743649fd
MW
212502015-01-15 Mark Wielaard <mjw@redhat.com>
21251
21252 * gdb.base/noreturn-return.c: New file.
21253 * gdb.base/noreturn-return.exp: New file.
21254 * gdb.base/noreturn-finish.c: New file.
21255 * gdb.base/noreturn-finish.exp: New file.
21256
198297aa
PA
212572015-01-23 Pedro Alves <palves@redhat.com>
21258
21259 * gdb.threads/continue-pending-after-query.c: New file.
21260 * gdb.threads/continue-pending-after-query.exp: New file.
21261
717cf30c
AG
212622015-01-22 Anders Granlund <anders.granlund@ericsson.com>
21263 Simon Marchi <simon.marchi@ericsson.com>
21264
21265 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
21266 * gdb.base/valgrind-db-attach.exp: Same.
21267 * gdb.base/valgrind-infcall.exp: Same.
21268 * lib/mi-support.exp (default_mi_gdb_start): Same.
21269 * lib/prompt.exp (default_prompt_gdb_start): Same.
21270 * lib/gdb.exp (default_gdb_spawn): Same.
21271 (gdb_interact): New.
21272
21273
4b62a76e
JK
212742015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21275
21276 * gdb.compile/compile.exp (pointer to jit function): New test.
21277
b4cdae6f
WW
212782015-01-17 Wei-cheng Wang <cole945@gmail.com>
21279
21280 * lib/gdb.exp (supports_process_record): Return true for
21281 powerpc*-*-linux*.
21282 (supports_reverse): Likewise.
21283
d221e7ef
DB
212842015-01-15 Don Breazeal <donb@codesourcery.com>
21285
21286 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
21287 instead of checking whether the target board is remote and
21288 use spawn_wait_for_attach instead of exec/sleep.
21289 * gdb.base/attach-twice.exp: Likewise.
21290
bafffb51
JB
212912015-01-15 Joel Brobecker <brobecker@adacore.com>
21292
21293 * gdb.ada/var_arr_attrs: New testcase.
21294
5589af0e
PA
212952015-01-14 Pedro Alves <palves@redhat.com>
21296 Joel Brobecker <brobecker@adacore.com>
21297
21298 PR gdb/17525
21299 * gdb.base/bp-cmds-execution-x-script.c: New file.
21300 * gdb.base/bp-cmds-execution-x-script.exp: New file.
21301 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
21302
6c400b59
PA
213032015-01-14 Pedro Alves <palves@redhat.com>
21304
21305 PR cli/17828
21306 * gdb.base/batch-preserve-term-settings.c: New file.
21307 * gdb.base/batch-preserve-term-settings.exp: New file.
21308
e02c96a7
DE
213092015-01-13 Doug Evans <dje@google.com>
21310
21311 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
21312 binary.
21313
576fd14c
JB
213142015-01-13 Joel Brobecker <brobecker@adacore.com>
21315
21316 * Makefile.in (clean mostlyclean): Do not delete *.py.
21317
04dccad0
JB
213182015-01-13 Joel Brobecker <brobecker@adacore.com>
21319
21320 * gdb.python/py-lookup-type.exp: New file.
21321
3d230f71
PA
213222015-01-12 Pedro Alves <palves@redhat.com>
21323
21324 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
21325 restore GDBFLAGS before returning.
21326
7e67715d
JK
213272015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21328
21329 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
21330 is_amd64_regs_target and is_x86_like_target.
21331
f2e0d4b4
DE
213322015-01-11 Doug Evans <xdje42@gmail.com>
21333
21334 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
21335 is given without an explicit form.
21336 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
21337 attributes.
21338 * gdb.dwarf/corrupt.exp: Ditto.
21339 * gdb.dwarf2/enum-type.exp: Ditto.
21340 * gdb.trace/entry-values.exp: Ditto.
21341 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
21342
439250fb
DE
213432015-01-11 Doug Evans <xdje42@gmail.com>
21344
21345 PR gdb/15830
21346 * gdb.base/maint.exp: Remove references to "maint demangle".
21347 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
21348 Add tests for explicitly specifying language to demangle.
21349 * gdb.dlang/demangle.exp: Ditto.
21350
ede9f622
PA
213512015-01-09 Pedro Alves <palves@redhat.com>
21352
21353 * gdb.threads/non-stop-fair-events.c: New file.
21354 * gdb.threads/non-stop-fair-events.exp: New file.
21355
a7b796db
PA
213562015-01-09 Pedro Alves <palves@redhat.com>
21357
21358 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
21359 the global scope. Set a breakpoint after all threads are started
21360 rather than stepping over two source lines. Expect the prompt.
21361 * gdb.base/watch_thread_num.c (threads_started_barrier): New
21362 global.
21363 (NUM): Now 15.
21364 (main): Use threads_started_barrier to wait for all threads to
21365 start. Main thread no longer calls thread_function. Exit after
21366 180 seconds.
21367 (loop): New function.
21368 (thread_function): Wait on threads_started_barrier barrier. Call
21369 'loop' at each iteration.
21370 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
21371 threads have started, instead of hardcoding number of "next"
21372 steps. Use an access watchpoint instead of a write watchpoint.
21373
9665ffdd
PA
213742015-01-09 Pedro Alves <palves@redhat.com>
21375
21376 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
21377 (thread_func): Wait on barrier.
21378 (main): Wait for all threads to start before stopping GDB.
21379 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
21380 global.
21381 (thread1_func, thread2_func): Wait on barrier.
21382 (main): Wait for all threads to start before stopping GDB.
21383 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
21384 New global.
21385 (thread1_func, thread2_func): Wait on barrier.
21386 (main): Wait for all threads to start before stopping GDB.
21387
c945a99f
PA
213882015-01-09 Pedro Alves <palves@redhat.com>
21389
21390 * gdb.threads/attach-many-short-lived-threads.c: New file.
21391 * gdb.threads/attach-many-short-lived-threads.exp: New file.
21392
c1a747c1
PA
213932014-01-09 Pedro Alves <palves@redhat.com>
21394
21395 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
21396 instead of to thread 2.
21397 * gdb.threads/signal-command-multiple-signals-pending.c (main):
21398 Add barrier around each pthread_create call instead of around all
21399 calls.
21400 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
21401 Set a break on thread_function and have the child threads hit it
21402 one at at a time.
21403
60b3033e
PA
214042015-01-09 Pedro Alves <palves@redhat.com>
21405
21406 * lib/gdb.exp (can_spawn_for_attach): New procedure.
21407 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
21408 false.
21409 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
21410 checking whether the target board is remote.
21411 * gdb.multi/multi-attach.exp: Likewise.
21412 * gdb.python/py-sync-interp.exp: Likewise.
21413 * gdb.server/ext-attach.exp: Likewise.
21414 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
21415 tests that need to attach, instead of checking whether the target
21416 board is remote at the top of the file.
21417
acc018ac
YQ
214182015-01-08 Yao Qi <yao@codesourcery.com>
21419
21420 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
21421
50a18af8
JK
214222015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21423
21424 Fix testcase compilation.
21425 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
21426
8503d6e1
JB
214272015-01-06 Joel Brobecker <brobecker@adacore.com>
21428
21429 * gdb.python/py-type.exp: Add a couple test about empty
21430 array creation, and negative-length array creation.
21431
cc73dbcc
DE
214322015-01-02 Doug Evans <xdje42@gmail.com>
21433
21434 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
21435
0300bbc7
DE
214362015-01-02 Doug Evans <dje@google.com>
21437
21438 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
21439
9d85a0ec
YQ
214402014-12-29 Yao Qi <yao@codesourcery.com>
21441
21442 * gdb.trace/entry-values.exp: Update comments. Rename variable
21443 bar_call_foo to returned_from_foo.
21444
87186c6a
MMN
214452014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
21446
21447 PR gdb/17394
21448 * gdb.linespec/break-asm-file.c: New file.
21449 * gdb.linespec/break-asm-file.exp: New file.
21450 * gdb.linespec/break-asm-file0.s: New file.
21451 * gdb.linespec/break-asm-file1.s: New file.
21452
1bab7383
YQ
214532014-12-18 Nigel Stephens <nigel@mips.com>
21454 Maciej W. Rozycki <macro@codesourcery.com>
21455
21456 * gdb.base/float.exp: Handle the new output from "info float" on
21457 MIPS targets.
21458
1bc1068a
JK
214592014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21460
21461 Fix MinGW compilation.
21462 * gdb.compile/compile-ops.exp: Update untested message if
21463 !skip_compile_feature_tests.
21464 * gdb.compile/compile-setjmp.exp: Likewise.
21465 * gdb.compile/compile-tls.exp: Likewise.
21466 * gdb.compile/compile.exp: Likewise.
21467 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
21468 supported on this host".
21469
b6615d10
DE
214702014-12-16 Doug Evans <xdje42@gmail.com>
21471
21472 * boards/stabs.exp: New file.
21473
25dda427
AA
214742014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
21475
21476 * gdb.base/completion.exp: Adjust to format changes of "maint
21477 print user-registers".
21478
bf330350
CU
214792014-12-16 Catalin Udma <catalin.udma@freescale.com>
21480
21481 PR server/17457
21482 * gdb.arch/aarch64-fp.c: New file.
21483 * gdb.arch/aarch64-fp.exp: New file.
21484
395cf596
SDJ
214852014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
21486
21487 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
21488 r210637, r210913, r211666, r215400, r215817).
21489
21490 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
21491 * dg-extract-results.py: New file.
21492 * dg-extract-results.sh: Use it if the environment seems
21493 suitable.
21494
21495 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
21496
21497 * dg-extract-results.py (parse_run): Handle warnings that
21498 are printed before a test harness is run.
21499
21500 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
21501
21502 * dg-extract-results.py (Named): Remove __cmp__ method.
21503 (output_variation): Use a key to sort variation.harnesses.
21504
21505 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
21506
21507 * dg-extract-results.py: For Python 3, force sys.stdout to
21508 handle surrogate escape sequences.
21509 (safe_open): New function.
21510 (output_segment, main): Use it.
21511
21512 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
21513
21514 * dg-extract-results.py (Prog.result_re): Include options
21515 in test name.
21516
21517 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
21518
21519 * dg-extract-results.py (output_variation): Always sort if
21520 do_sum.
21521
e882ef3c
SM
215222014-12-15 Simon Marchi <simon.marchi@ericsson.com>
21523
21524 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
21525 as long as we get pagination notifications.
21526
4992aa20
JM
215272014-12-15 Jason Merrill <jason@redhat.com>
21528
21529 * Makefile.in (check-gdb.%): Restore.
21530 * README: Mention it.
21531
c1b5a1a6
JB
215322014-12-13 Joel Brobecker <brobecker@adacore.com>
21533
21534 * gdb.ada/str_uninit: New testcase.
21535
5537b577
JK
215362014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21537
21538 PR symtab/17642
21539 * gdb.base/vla-stub-define.c: New file.
21540 * gdb.base/vla-stub.c: New file.
21541 * gdb.base/vla-stub.exp: New file.
21542
bb2ec1b3
TT
215432014-12-12 Phil Muldoon <pmuldoon@redhat.com>
21544 Jan Kratochvil <jan.kratochvil@redhat.com>
21545 Tom Tromey <tromey@redhat.com>
21546
21547 * configure.ac: Add gdb.compile/.
21548 * configure: Regenerate.
21549 * gdb.compile/Makefile.in: New file.
21550 * gdb.compile/compile-ops.exp: New file.
21551 * gdb.compile/compile-ops.c: New file.
21552 * gdb.compile/compile-tls.c: New file.
21553 * gdb.compile/compile-tls.exp: New file.
21554 * gdb.compile/compile-constvar.S: New file.
21555 * gdb.compile/compile-constvar.c: New file.
21556 * gdb.compile/compile-mod.c: New file.
21557 * gdb.compile/compile-nodebug.c: New file.
21558 * gdb.compile/compile-setjmp-mod.c: New file.
21559 * gdb.compile/compile-setjmp.c: New file.
21560 * gdb.compile/compile-setjmp.exp: New file.
21561 * gdb.compile/compile-shlib.c: New file.
21562 * gdb.compile/compile.c: New file.
21563 * gdb.compile/compile.exp: New file.
21564 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21565
4ff709eb
TT
215662014-12-12 Tom Tromey <tromey@redhat.com>
21567
21568 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21569 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21570
6dddd6a5
DE
215712014-12-12 Doug Evans <dje@google.com>
21572
21573 * lib/gdb-python.exp (get_python_valueof): New function.
21574 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21575
71c24708
AA
215762014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21577
21578 * gdb.base/completion.exp: Add test for completion of "info
21579 registers ".
21580
3e29f34a
MR
215812014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21582
21583 * gdb.base/func-ptrs.c: New file.
21584 * gdb.base/func-ptrs.exp: New file.
21585
fc126975
SM
215862014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21587
21588 PR breakpoints/17012
21589 * gdb.base/dprintf-detach.c: New file.
21590 * gdb.base/dprintf-detach.exp: New file.
21591
0a46d518
SM
215922014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21593
21594 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21595 * lib/gdb.exp (target_is_gdbserver): New procedure.
21596
a0be3e44
DE
215972014-12-08 Doug Evans <dje@google.com>
21598
21599 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21600
df1b803a
YQ
216012014-12-05 Yao Qi <yao@codesourcery.com>
21602
21603 * gdb.guile/scm-error.exp: Remove the third argument to
21604 gdb_remote_download.
21605 * gdb.guile/scm-frame-args.exp: Likewise.
21606 * gdb.guile/scm-section-script.exp: Likewise.
21607
ddb9f679
YQ
216082014-12-05 Yao Qi <yao@codesourcery.com>
21609
21610 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21611
86e4ed39
DE
216122014-12-04 Doug Evans <dje@google.com>
21613
21614 * gdb.python/py-objfile.exp: Add tests for
21615 objfile.add_separate_debug_file.
21616
7c50a931
DE
216172014-12-04 Doug Evans <dje@google.com>
21618
21619 * lib/gdb.exp (get_build_id): New function.
21620 (build_id_debug_filename_get): Rewrite to use it.
21621 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21622
621661e3
MR
216232014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21624
21625 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21626 `method(long)', not just 0x0.
21627 * gdb.cp/nsalias.exp: Align code labels to 4.
21628 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21629 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21630 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21631 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21632 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21633 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21634
29f0c3b7
DE
216352014-12-02 Doug Evans <dje@google.com>
21636
e1e061e7 21637 PR symtab/17602
29f0c3b7 21638 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 21639 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
21640 * gdb.cp/anon-ns.exp: Update.
21641
162078c8
NB
216422014-12-02 Nick Bull <nicholaspbull@gmail.com>
21643
21644 * gdb.python/py-events.py (inferior_call_handler): New.
21645 (register_changed_handler, memory_changed_handler): New.
21646 (test_events.invoke): Register new handlers.
21647 * gdb.python/py-events.exp: Add tests for inferior call,
21648 memory_changed and register_changed events.
21649
fdb09caf
AA
216502014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21651
21652 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21653 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21654 if the linker doesn't understand this.
21655
55cfb2c4
SM
216562014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21657
21658 * gdb.python/python.exp: Change expected reply to help().
21659
9e8cd6df
YQ
216602014-12-01 Yao Qi <yao@codesourcery.com>
21661
21662 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21663 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21664 * configure: Re-generated.
21665
6c659fc2
SC
216662014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21667
21668 * gdb.cp/chained-calls.cc: New file.
21669 * gdb.cp/chained-calls.exp: New file.
21670 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21671
d7fc3181
SM
216722014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21673
21674 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21675 * gdb.dwarf2/symtab-producer.exp: Same.
21676 * gdb.gdb/python-interrupts.exp: Same.
21677 * gdb.gdb/python-selftest.exp: Same.
21678 * gdb.python/py-linetable.exp: Same.
21679 * gdb.python/py-type.exp: Same.
21680 * gdb.python/py-value-cc.exp: Same.
21681 * gdb.python/py-value.exp: Same.
21682
10e79639
YQ
216832014-11-28 Yao Qi <yao@codesourcery.com>
21684
21685 * gdb.base/break-probes.exp: Match library name prefixed with
21686 sysroot.
21687
f28a0564
SM
216882014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21689
21690 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21691 test expected output. Add parentheses for the call to print.
21692 Remove L suffix from integers.
21693
3fe1ce1d
DE
216942014-11-26 Doug Evans <dje@google.com>
21695
21696 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21697
84429e27
YQ
216982014-11-22 Yao Qi <yao@codesourcery.com>
21699
21700 * gdb.trace/entry-values.c: Remove asms.
21701 (foo): Add foo_label.
21702 (bar): Add bar_label.
21703 * gdb.trace/entry-values.exp: Remove code computing foo's
21704 length and bar's length.
21705 (Dwarf::assemble): Invoke function_range for bar and use
21706 MACRO_AT_func for foo.
21707
26741859
YQ
217082014-11-22 Yao Qi <yao@codesourcery.com>
21709
21710 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21711 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21712 Use .Lgcc43_procstart instead of gcc43.
21713
45e44d27
JB
217142014-11-21 Joel Brobecker <brobecker@adacore.com>
21715
21716 * gdb.ada/n_arr_bound: New testcase.
21717
458c8db8
SDJ
217182014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21719
21720 PR breakpoints/10737
21721 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21722 test_catch_syscall_multi_arch.
21723 (test_catch_syscall_multi_arch): New function.
21724
43f3e411
DE
217252014-11-20 Doug Evans <xdje42@gmail.com>
21726
21727 * gdb.base/maint.exp: Update expected output.
21728
0d7b2549
AA
217292014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21730
21731 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21732 4-byte instruction on S390.
21733
8908fca5
JB
217342014-11-19 Joel Brobecker <brobecker@adacore.com>
21735
21736 * gdb.ada/arr_arr: New testcase.
21737
4a46959e
JB
217382014-11-19 Joel Brobecker <brobecker@adacore.com>
21739
21740 * gdb.ada/pkd_arr_elem: New Testcase.
21741
470e2f4e
LM
217422014-11-18 Luis Machado <lgustavo@codesourcery.com>
21743
21744 * gdb.reverse/break-precsave: Expect completion message for
21745 core file reads.
21746 * gdb.reverse/consecutive-precsave.exp: Likewise.
21747 * gdb.reverse/finish-precsave.exp: Likewise.
21748 * gdb.reverse/i386-precsave.exp: Likewise.
21749 * gdb.reverse/machinestate-precsave.exp: Likewise.
21750 * gdb.reverse/sigall-precsave.exp: Likewise.
21751 * gdb.reverse/solib-precsave.exp: Likewise.
21752 * gdb.reverse/step-precsave.exp: Likewise.
21753 * gdb.reverse/until-precsave.exp: Likewise.
21754 * gdb.reverse/watch-precsave.exp: Likewise.
21755
a267f3ad
AA
217562014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21757
21758 * gdb.base/bp-permanent.c: Include unistd.h.
21759 * gdb.python/py-framefilter-mi.c (main): Add return type.
21760 * gdb.python/py-framefilter.c (main): Likewise.
21761 * gdb.trace/actions-changed.c (main): Likewise.
21762
12084a9a
AA
217632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21764
21765 * gdb.mi/until.c: Add eye-catchers.
21766 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21767 line numbers.
21768
dc7e1a77
AA
217692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21770
21771 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21772 function header variants in break1.c.
21773 * gdb.base/ena-dis-br.exp: Likewise.
21774 * gdb.base/hbreak2.exp: Likewise.
21775 * gdb.reverse/until-precsave.exp: Drop references to removed
21776 non-prototype function header variants in ur1.c.
21777 * gdb.reverse/until-reverse.exp: Likewise.
21778
41c77605
PM
217792014-11-17 Petr Machata <pmachata@redhat.com>
21780
21781 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21782 ${_cu_offset_size} bytes abbrev offset.
21783
34248c3a
DE
217842014-11-15 Doug Evans <xdje42@gmail.com>
21785
21786 PR symtab/17559
21787 * gdb.base/line-symtabs.exp: New file.
21788 * gdb.base/line-symtabs.c: New file.
21789 * gdb.base/line-symtabs.h: New file.
21790
646da059
YQ
217912014-11-14 Yao Qi <yao@codesourcery.com>
21792
21793 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21794 (func): Add label func_label.
21795 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21796 Replace low_pc and high_pc with MACRO_AT_range.
21797 Replace name, low_pc and high_pc with MACRO_AT_func.
21798
9301ebe6
YQ
217992014-11-14 Yao Qi <yao@codesourcery.com>
21800
21801 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21802 Replace name, low_pc and high_pc with MACRO_AT_func.
21803
f166b542
YQ
218042014-11-14 Yao Qi <yao@codesourcery.com>
21805
21806 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21807 produce debug information.
21808 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21809
0f6e71e3
YQ
218102014-11-14 Yao Qi <yao@codesourcery.com>
21811
21812 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21813 object and get function length.
21814 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21815 with MACRO_AT_func.
21816 (top-level): Replace gdb_compile and clean_restart with
21817 prepare_for_testing.
21818 * gdb.dwarf2/main.c (main): Add label main_label.
21819
876c4df9
YQ
218202014-11-14 Yao Qi <yao@codesourcery.com>
21821
21822 * lib/dwarf.exp (function_range): New procedure.
21823 (Dwarf::_handle_macro_at_func): New procedure.
21824 (Dwarf::_handle_macro_at_range): New procedure.
21825 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21826
02ad9cf1
YQ
218272014-11-14 Yao Qi <yao@codesourcery.com>
21828
21829 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21830 (_handle_attribute): New procedure.
21831
a59add0c
AA
218322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21833
21834 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21835 * gdb.base/call-sc.c (zed): Likewise.
21836 * gdb.base/checkpoint.c (main): Likewise.
21837 * gdb.base/dump.c (main): Likewise.
21838 * gdb.base/gcore.c (main): Likewise.
21839 * gdb.base/huge.c (main): Likewise.
21840 * gdb.base/multi-forks.c (main): Likewise.
21841 * gdb.base/pr10179-a.c (main): Likewise.
21842 * gdb.base/savedregs.c (main): Likewise.
21843 * gdb.base/sigaltstack.c (main): Likewise.
21844 * gdb.base/siginfo.c (main): Likewise.
21845 * gdb.base/structs.c (zed): Likewise.
21846 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21847 * gdb.mi/mi-syn-frame.c (main): Likewise.
21848 * gdb.mi/until.c (foo, main): Likewise.
21849 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21850 * gdb.base/solib-weak.c (foo): Declare.
21851 * gdb.base/attach-twice.c: Include stdio.h.
21852 * gdb.base/weaklib1.c: Likewise.
21853 * gdb.base/weaklib2.c: Likewise.
21854 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21855 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21856 unistd.h.
21857 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21858 * gdb.mi/mi-exit-code.c: Likewise.
21859 * gdb.base/break-interp-lib.c: Include string.h.
21860 * gdb.base/coremaker.c: Likewise.
21861 * gdb.base/testenv.c: Likewise.
21862 * gdb.python/py-finish-breakpoint.c: Likewise.
21863 * gdb.base/inferior-died.c: Include sys/wait.h.
21864 * gdb.base/fileio.c: Include time.h.
21865 * gdb.base/async-shell.c: Include unistd.h.
21866 * gdb.base/dprintf-non-stop.c: Likewise.
21867 * gdb.base/info-os.c: Likewise.
21868 * gdb.mi/mi-console.c: Likewise.
21869 * gdb.mi/watch-nonstop.c: Likewise.
21870 * gdb.python/py-events.c: Likewise.
21871 * gdb.base/async.c (baz): Move up before its invocation.
21872 * gdb.base/code_elim2.c (my_global_func): Likewise.
21873 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21874 * gdb.base/advance.c (func2): Likewise.
21875
3b5d5997
AA
218762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21877
21878 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21879 variant.
21880 * gdb.base/annota3.c: Likewise.
21881 * gdb.base/async.c: Likewise.
21882 * gdb.base/average.c: Likewise.
21883 * gdb.base/call-ar-st.c: Likewise.
21884 * gdb.base/call-rt-st.c: Likewise.
21885 * gdb.base/call-sc.c: Likewise.
21886 * gdb.base/call-strs.c: Likewise.
21887 * gdb.base/ending-run.c: Likewise.
21888 * gdb.base/execd-prog.c: Likewise.
21889 * gdb.base/exprs.c: Likewise.
21890 * gdb.base/foll-exec.c: Likewise.
21891 * gdb.base/foll-fork.c: Likewise.
21892 * gdb.base/foll-vfork.c: Likewise.
21893 * gdb.base/funcargs.c: Likewise.
21894 * gdb.base/gcore.c: Likewise.
21895 * gdb.base/jump.c: Likewise.
21896 * gdb.base/langs0.c: Likewise.
21897 * gdb.base/langs1.c: Likewise.
21898 * gdb.base/langs2.c: Likewise.
21899 * gdb.base/mips_pro.c: Likewise.
21900 * gdb.base/nodebug.c: Likewise.
21901 * gdb.base/opaque0.c: Likewise.
21902 * gdb.base/opaque1.c: Likewise.
21903 * gdb.base/recurse.c: Likewise.
21904 * gdb.base/run.c: Likewise.
21905 * gdb.base/scope0.c: Likewise.
21906 * gdb.base/scope1.c: Likewise.
21907 * gdb.base/setshow.c: Likewise.
21908 * gdb.base/setvar.c: Likewise.
21909 * gdb.base/shmain.c: Likewise.
21910 * gdb.base/shr1.c: Likewise.
21911 * gdb.base/shr2.c: Likewise.
21912 * gdb.base/sigall.c: Likewise.
21913 * gdb.base/signals.c: Likewise.
21914 * gdb.base/so-indr-cl.c: Likewise.
21915 * gdb.base/solib2.c: Likewise.
21916 * gdb.base/structs.c: Likewise.
21917 * gdb.base/sum.c: Likewise.
21918 * gdb.base/vforked-prog.c: Likewise.
21919 * gdb.base/watchpoint.c: Likewise.
21920 * gdb.reverse/shr2.c: Likewise.
21921 * gdb.reverse/until-reverse.c: Likewise.
21922 * gdb.reverse/ur1.c: Likewise.
21923 * gdb.reverse/watch-reverse.c: Likewise.
21924
066a77c5
AA
219252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21926
21927 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21928 variant.
21929 * gdb.base/sepdebug.exp: Drop references to removed code.
21930
4f204ea5
AA
219312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21932
21933 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21934 variant. Preserve original line numbering.
21935 * gdb.base/list1.c: Likewise.
21936
3b377a3a
AA
219372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21938
21939 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21940 variant.
21941 * gdb.base/break1.c: Likewise.
21942 * gdb.base/break.exp: Drop references to removed code.
21943
e444df73
AA
219442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21945
21946 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21947 variant.
21948
8008f2a7
AA
219492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21950
21951 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21952
a5a06887
AA
219532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21954
21955 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21956 logic into perform_all_tests() and invoke it with and without
21957 function header prototypes.
21958 (do_function_calls): Remove conditional XFAIL for PR 5318.
21959 (rerun_and_prepare): Remove duplicate code.
21960 (perform_all_tests): New. Main logic moved here.
21961
44dba9b9
AA
219622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21963
21964 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21965 code guarded by #ifdef NO_PROTOTYPES.
21966 (t_double_many_args): Likewise.
21967 (DEF_FUNC_MANY_ARGS_1): Likewise.
21968 (DEF_FUNC_VALUES_1): Likewise.
21969 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21970 guarded by #ifdef PROTOTYPES.
21971
d1fbcd56
AA
219722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21973
21974 * gdb.mi/mi-console.c: Add eye-catcher.
21975 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21976 instead of literal line number.
21977
b0e59b8f
AA
219782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21979
21980 * gdb.base/shr2.c: Add eye-catcher.
21981 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21982 line number.
21983
78f98cca
AA
219842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21985
21986 * gdb.base/jump.c: Add eye-catchers.
21987 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21988 numbers.
21989
58fa2af0
AA
219902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21991
21992 * gdb.base/execd-prog.c: Add eye-catchers.
21993 * gdb.base/foll-exec.c: Likewise.
21994 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21995 line numbers.
21996
04e5059b
AA
219972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21998
21999 * gdb.base/ending-run.c: Add eye-catchers.
22000 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
22001 literal line numbers.
22002
dbfdb174
AA
220032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
22004
22005 * gdb.base/call-rt-st.c: Add eye-catchers.
22006 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
22007 literal line numbers.
22008
888a2ade
AA
220092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
22010
22011 * gdb.base/call-ar-st.c: Add eye-catchers.
22012 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
22013 literal line numbers.
22014
6acc2dde
AA
220152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
22016
22017 * gdb.base/average.c: Add eye-catchers.
22018 * gdb.base/sum.c: Likewise.
22019 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
22020 regexps dynamically.
22021
9ecfcd1d
AA
220222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
22023
22024 * gdb.base/solib1.c: Add eye-catchers.
22025 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
22026 literal line numbers.
22027
78708b7c
PA
220282014-11-12 Pedro Alves <palves@redhat.com>
22029
22030 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
22031 leader has exited.
22032
af48d08f
PA
220332014-11-12 Pedro Alves <palves@redhat.com>
22034
22035 * gdb.arch/i386-bp_permanent.c: New file.
22036 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
22037 (srcfile): Set to i386-bp_permanent.c.
22038 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
22039 that stepi does not execute the 'leave' instruction, instead of
22040 testing it does execute.
22041 * gdb.base/bp-permanent.c: New file.
22042 * gdb.base/bp-permanent.exp: New file.
22043
af3768e9
DE
220442014-11-10 Doug Evans <xdje42@gmail.com>
22045
22046 PR symtab/17564
22047 * gdb.base/symtab-search-order.exp: New file.
22048 * gdb.base/symtab-search-order.c: New file.
22049 * gdb.base/symtab-search-order-1.c: New file.
22050 * gdb.base/symtab-search-order-shlib-1.c: New file.
22051
9de00a4a
PA
220522014-11-07 Pedro Alves <palves@redhat.com>
22053
22054 PR gdb/17511
22055 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
22056 i?86-*-linux*.
22057
e0f52461
SC
220582014-11-03 Siva Chandra Reddy <sivachandra@google.com>
22059
22060 PR c++/17494
22061 * gdb.cp/pr17494.cc: New file.
22062 * gdb.cp/pr17494.exp: New file.
22063
6ce8c980
YQ
220642014-11-02 Yao Qi <yao@codesourcery.com>
22065
22066 * gdb.python/python.exp: Get working directory and match the
22067 output of "set extended-prompt \\w " with it.
22068
02be9a71
DE
220692014-10-30 Doug Evans <dje@google.com>
22070
22071 * gdb.python/py-objfile.exp: Add tests for setting random attributes
22072 in objfiles.
22073 * gdb.python/py-progspace.exp: Add tests for setting random attributes
22074 in progspaces.
22075
3bdff46b
LM
220762014-10-30 Janis Johnson <janisjo@codesourcery.com>
22077
22078 * gdb.base/fullpath-expand.exp: Skip for a remote host.
22079 * gdb.base/realname-expand.exp: Likewise.
22080 * gdb.linespec/macro-relative.exp: Likewise.
22081
ab917dfb
PA
220822014-10-29 Pedro Alves <palves@redhat.com>
22083
22084 PR gdb/17408
22085 * gdb.threads/schedlock.c (some_function): New function.
22086 (call_function): New global.
22087 (MAYBE_CALL_SOME_FUNCTION): New macro.
22088 (thread_function): Call it.
22089 * gdb.threads/schedlock.exp (get_args): Add description parameter,
22090 and use it instead of a global counter. Adjust all callers.
22091 (get_current_thread): Use "find current thread" for test message
22092 here rather than having all callers pass down the same string.
22093 (goto_loop): New procedure, factored out from ...
22094 (my_continue): ... this.
22095 (step_ten_loops): Change parameter from test message to command to
22096 use. Adjust.
22097 (list_count): Delete global.
22098 (check_result): New procedure, factored out from duplicate top
22099 level code.
22100 (continue tests): Wrap in with_test_prefix.
22101 (test_step): New procedure, factored out from duplicate top level
22102 code.
22103 (top level): Test "step" in combination with all scheduler-locking
22104 modes. Test "next" in combination with all scheduler-locking
22105 modes, and in combination with stepping over a function call or
22106 not.
22107 * gdb.threads/next-bp-other-thread.c: New file.
22108 * gdb.threads/next-bp-other-thread.exp: New file.
22109
d3d4baed
PA
221102014-10-29 Pedro Alves <palves@redhat.com>
22111
22112 PR python/17372
22113 * gdb.python/python.exp: Test a multi-line command that spawns
22114 interactive Python.
22115 * gdb.base/multi-line-starts-subshell.exp: New file.
22116
563e8d85
YQ
221172014-10-29 Yao Qi <yao@codesourcery.com>
22118
22119 * gdb.base/fileio.exp: Make directories on host.
22120
0ea4d52e
YQ
221212014-10-29 Yao Qi <yao@codesourcery.com>
22122
22123 * gdb.base/fileio.c (test_write): Close the file.
22124
7f5ef605
PA
221252014-10-28 Pedro Alves <palves@redhat.com>
22126
22127 PR gdb/12623
22128 * gdb.base/sigstep.c (no_handler): New global.
22129 (main): If 'no_handler is true, set the signal handlers to
22130 SIG_IGN.
22131 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
22132 with_sw_watch and no_handler parameters. Handle them.
22133 (top level) <stepping over handler when stopped at a breakpoint
22134 test>: Add a test axis for testing with a software watchpoint, and
22135 another for testing with the signal handler set to SIG_IGN.
22136 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
22137 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
22138
abbdbd03
PA
221392014-10-28 Pedro Alves <palves@redhat.com>
22140
22141 PR gdb/17511
22142 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
22143 * gdb.base/sigstep.exp (other_handler_location): New global.
22144 (advance): Support stepping into the signal handler, and running
22145 commands while in the handler.
22146 (in_handler_map): New global.
22147 (top level): In the advance test, add combinations for getting
22148 into the handler with stepping commands, and for running commands
22149 in the handler. Add comment descripting the advancei tests.
22150
1df4399f
PA
221512014-10-28 Pedro Alves <palves@redhat.com>
22152
22153 * gdb.base/sigstep.exp: Use build_executable instead of
22154 prepare_for_testing.
22155 (top level): Move code that starts GDB, runs to main and creates a
22156 display to ...
22157 (restart): ... this new procedure.
22158 (top level): Move backtrace from signal handler test to ...
22159 (validate_backtrace): ... this new procedure.
22160 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
22161 with_test_prefix. Always restart GDB.
22162 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
22163 with_test_prefix. Always restart GDB. No need to delete
22164 breakpoints after the test.
22165 (test_skip_handler): Remove prefix parameter.
22166 (skip_over_handler, breakpoint_to_handler)
22167 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
22168 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
22169 restart GDB. No need to delete breakpoints after the test.
22170 (top level): Use foreach to call the test procedures with
22171 different commands.
22172
a5b6e449
PA
221732014-10-28 Pedro Alves <palves@redhat.com>
22174
22175 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
22176 instead of GNATS numbers.
22177 * gdb.base/sigbpt.exp: Likewise.
22178 * gdb.base/siginfo.exp: Likewise.
22179 * gdb.base/sigstep.exp: Likewise.
22180
e5f8a7cc
PA
221812014-10-27 Pedro Alves <palves@redhat.com>
22182
22183 * gdb.base/sigstep.c (dummy): New global.
22184 (main): Issue a couple writes to the new global.
22185 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
22186 procedures.
22187 (skip_over_handler): Use test_skip_handler.
22188 (top level): Call skip_over_handler for stepi and nexti too.
22189 (breakpoint_over_handler): Use test_skip_handler.
22190 (top level): Call breakpoint_over_handler for stepi and nexti too.
22191
763905a3
YQ
221922014-10-27 Yao Qi <yao@codesourcery.com>
22193
22194 * gdb.trace/tfile.c (adjust_function_address)
22195 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
22196 function descriptor.
22197
6f259a23
DB
221982014-10-24 Don Breazeal <donb@codesourcery.com>
22199
22200 * gdb.base/foll-fork.exp (test_follow_fork,
22201 catch_fork_child_follow): Check for updated fork messages emitted
22202 from infrun.c.
22203 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
22204 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
22205 vfork_and_exec_child_follow_through_step): Check for updated vfork
22206 messages emitted from infrun.c.
22207
09dd9a69
PA
222082014-10-24 Pedro Alves <palves@redhat.com>
22209
22210 * gdb.base/corefile.exp: Remove references to ultrix.
22211 * gdb.base/interrupt.exp: Likewise.
22212 * gdb.base/whatis.exp: Likewise.
22213 * gdb.gdb/selftest.exp: Likewise.
22214 * gdb.threads/manythreads.exp: Likewise.
22215 * gdb.threads/print-threads.exp: Likewise.
22216 * gdb.threads/pthreads.exp:: Likewise.
22217 * gdb.threads/schedlock.exp: Likewise.
22218
3433cfa5
SC
222192014-10-24 Siva Chandra Reddy <sivachandra@google.com>
22220
22221 * gdb.cp/non-trivial-retval.cc: Add a test case.
22222 * gdb.cp/non-trivial-retval.exp: Add a test.
22223
092f880b
YQ
222242014-10-20 Yao Qi <yao@codesourcery.com>
22225
22226 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
22227 * gdb.python/py-objfile-script-gdb.py: New file.
22228 * gdb.python/py-objfile-script.exp: Update reference to
22229 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
22230 of remote_download. Remove the dest file.
22231
acbdb7f3
YQ
222322014-10-20 Yao Qi <yao@codesourcery.com>
22233
22234 * gdb.base/checkpoint.exp: Don't remove file copied on host.
22235 * gdb.base/step-line.exp: Likewise.
22236 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22237 * gdb.dwarf2/dw2-basic.exp: Likewise.
22238 * gdb.dwarf2/dw2-compressed.exp: Likewise.
22239 * gdb.dwarf2/dw2-filename.exp: Likewise.
22240 * gdb.dwarf2/dw2-intercu.exp: Likewise.
22241 * gdb.dwarf2/dw2-intermix.exp: Likewise.
22242 * gdb.dwarf2/dw2-producer.exp: Likewise.
22243 * gdb.dwarf2/mac-fileno.exp: Likewise.
22244 * gdb.python/py-frame-args.exp: Likewise.
22245 * gdb.python/py-framefilter.exp: Likewise.
22246 * gdb.python/py-mi.exp: Likewise.
22247 * gdb.python/py-objfile-script.exp: Likewise
22248 * gdb.python/py-pp-integral.exp: Likewise.
22249 * gdb.python/py-pp-re-notag.exp: Likewise.
22250 * gdb.python/py-prettyprint.exp: Likewise.
22251 * gdb.python/py-section-script.exp: Likewise.
22252 * gdb.python/py-typeprint.exp: Likewise.
22253 * gdb.python/py-xmethods.exp: Likewise.
22254 * gdb.stabs/weird.exp: Likewise.
22255 * gdb.xml/tdesc-regs.exp: Likewise.
22256
bd286a29
KCY
222572014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
22258
22259 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
22260 (out_cu): Use addr_len for the size of addresses.
22261 (out_line): Likewise. Size DW_LNE_set_address instruction
22262 according to addr_len.
22263 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
22264 (FUNC): Add START_INSNS to definition.
22265
673dc4a0
YQ
222662014-10-18 Yao Qi <yao@codesourcery.com>
22267
22268 * gdb.base/argv0-symlink.exp: Check argv[0] value if
22269 gdb_has_argv0 return true.
22270 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
22271 check [target_info exists noargs], check [gdb_has_argv0]
22272 instead.
22273 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22274 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
22275 procedures.
22276
4ffbba72
DE
222772014-10-17 Doug Evans <dje@google.com>
22278
22279 * gdb.python/py-events.exp: Update expected output for clear_objfiles
22280 event.
22281 * gdb.python/py-events.py: Add clear_objfiles event.
22282
d096d8c1
DE
222832014-10-17 Doug Evans <dje@google.com>
22284
22285 * gdb.python/py-objfile.exp: Test progspace attribute.
22286
a80db015
LM
222872014-10-17 Luis Machado <lgustavo@codesourcery.com>
22288
22289 * gdb.guile/scm-breakpoint.exp: Do not assume any
22290 directory separators when matching source file paths.
22291 * gdb.python/py-breakpoint.exp: Likewise.
22292 * gdb.reverse/break-precsave.exp: Likewise.
22293 * gdb.reverse/break-reverse.exp: Likewise.
22294 * gdb.reverse/consecutive-precsave.exp: Likewise.
22295 * gdb.reverse/finish-precsave.exp: Likewise.
22296 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
22297 * gdb.reverse/finish-reverse.exp: Likewise.
22298 * gdb.reverse/i386-precsave.exp: Likewise.
22299 * gdb.reverse/i387-env-reverse.exp: Likewise.
22300 * gdb.reverse/i387-stack-reverse.exp: Likewise.
22301 * gdb.reverse/machinestate-precsave.exp: Likewise.
22302 * gdb.reverse/machinestate.exp: Likewise.
22303 * gdb.reverse/sigall-precsave.exp: Likewise.
22304 * gdb.reverse/solib-precsave.exp: Likewise.
22305 * gdb.reverse/step-precsave.exp: Likewise.
22306 * gdb.reverse/until-precsave.exp: Likewise.
22307 * gdb.reverse/watch-precsave.exp: Likewise.
22308 * gdb.reverse/watch-reverse.exp: Likewise.
22309
b22089ab
YQ
223102014-10-17 Yao Qi <yao@codesourcery.com>
22311
22312 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
22313 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
22314
6c4486e6
PA
223152014-10-17 Pedro Alves <palves@redhat.com>
22316
22317 PR gdb/17471
22318 * gdb.base/bg-execution-repeat.c: New file.
22319 * gdb.base/bg-execution-repeat.exp: New file.
22320
0ff33695
PA
223212014-10-17 Pedro Alves <palves@redhat.com>
22322
22323 PR gdb/17300
22324 * gdb.base/continue-all-already-running.c: New file.
22325 * gdb.base/continue-all-already-running.exp: New file.
22326
6fdebc3d
PA
223272014-10-17 Pedro Alves <palves@redhat.com>
22328
22329 PR gdb/17472
22330 * gdb.base/annota-input-while-running.c: New file.
22331 * gdb.base/annota-input-while-running.exp: New file.
22332
32a8097b
PA
223332014-10-17 Pedro Alves <palves@redhat.com>
22334
22335 * gdb.base/callfuncs.exp: emove references to osf.
22336 * gdb.base/sigall.exp: Likewise.
22337 * gdb.gdb/selftest.exp: Likewise.
22338 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
22339 * gdb.mi/non-stop.c: Likewise.
22340 * gdb.mi/pthreads.c: Likewise.
22341 * gdb.reverse/sigall-precsave.exp: Likewise.
22342 * gdb.reverse/sigall-reverse.exp: Likewise.
22343 * gdb.threads/pthreads.c: Likewise.
22344 * gdb.threads/pthreads.exp: Likewise.
22345
7a3517ff
YQ
223462014-10-17 Yao Qi <yao@codesourcery.com>
22347
22348 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
22349 check 'target_info exists noargs'.
22350 (test_command_prompt_position): Likewise.
22351 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
22352 Remove "set args".
22353 (progvar_simple_while_test): Likewise.
22354 (progvar_complex_if_while_test): Likewise.
22355 (if_while_breakpoint_command_test): Likewise.
22356 (infrun_breakpoint_command_test): Likewise.
22357 (breakpoint_command_test): Likewise.
22358 (watchpoint_command_test): Likewise.
22359 (bp_deleted_in_command_test): Likewise.
22360 (temporary_breakpoint_commands): Likewise.
22361
bb99c472
YQ
223622014-10-16 Yao Qi <yao@codesourcery.com>
22363
22364 * gdb.base/remotetimeout.exp: Remove noargs checking.
22365
7c16b83e
PA
223662014-10-15 Pedro Alves <palves@redhat.com>
22367
22368 PR breakpoints/9649
22369 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
22370 * gdb.base/breakpoint-in-ro-region.exp
22371 (probe_target_hardware_step): New procedure.
22372 (top level): Probe hardware stepping and hardware breakpoint
22373 support. Test stepping through a read-only region, with both
22374 "breakpoint auto-hw" on and off and both "always-inserted" on and
22375 off.
22376
35a49624
IB
223772014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
22378
22379 * gdb.dlang/demangle.exp: Update for demangling changes.
22380
2d1c107c
SC
223812014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22382
22383 * gdb.cp/non-trivial-retval.cc: Add new test cases.
22384 * gdb.cp/non-trivial-retval.exp: Add new tests.
22385
778811d5
SC
223862014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22387
22388 PR c++/13403
22389 PR c++/15154
22390 * gdb.cp/non-trivial-retval.cc: New file.
22391 * gdb.cp/non-trivial-retval.exp: New file.
22392
10c5f0a8
YQ
223932014-10-15 Yao Qi <yao@codesourcery.com>
22394
22395 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
22396 remote host.
22397
65d7b369
YQ
223982014-10-15 Yao Qi <yao@codesourcery.com>
22399
22400 * gdb.python/py-symbol.exp: Match file base name if host is
22401 remote, otherwise match file name with dir name.
22402 * gdb.python/py-symtab.exp: Likewise.
22403 * gdb.python/python.exp: Likewise.
22404
46dc1394
YQ
224052014-10-15 Yao Qi <yao@codesourcery.com>
22406
22407 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
22408 pattern.
22409 * gdb.python/py-symtab.exp: Likewise.
22410 * gdb.python/python.exp: Remove trailing ".*". Fix typo
22411 locationn.
22412
c40cc657
JB
224132014-10-14 Joel Brobecker <brobecker@adacore.com>
22414
22415 * gdb.ada/addr_arith: New testcase.
22416
2abf49e1
MR
224172014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
22418
22419 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
22420 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
22421 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
22422 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
22423
f7088df3
SDJ
224242014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
22425
22426 * gdb.arch/stap-eval-lang-ada.S: Likewise.
22427 * gdb.arch/stap-eval-lang-ada.c: Likewise.
22428 * gdb.arch/stap-eval-lang-ada.exp: New file.
22429
4dc06805
YQ
224302014-10-14 Yao Qi <yao@codesourcery.com>
22431
22432 * gdb.mi/mi-var-child.c (nothing1): New function.
22433 (nothing2): New function.
22434 (do_children_tests): Set function pointers by nothing1 and
22435 nothing2.
22436 * gdb.mi/mi-var-child.exp: Step over new added statements.
22437 Update test to match the new output.
22438 * gdb.mi/var-cmd.c (nothing1): New function.
22439 (nothing2): New function.
22440 (do_children_tests): Set function pointers by nothing1 and
22441 nothing2.
22442 * gdb.mi/mi-var-display.exp: Update test to match output.
22443 Step to the line specified by $line_dct_nothing.
22444 Increase the number of lines to step.
22445
46a93de2
YQ
224462014-10-14 Yao Qi <yao@codesourcery.com>
22447
22448 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
22449 tests.
22450 * gdb.mi/mi2-var-child.exp: Likewise.
22451
14ea52ee
DE
224522014-10-13 Doug Evans <dje@google.com>
22453
22454 * gdb.python/py-objfile.exp: Change name of file name test.
22455
e5c6e92b
DE
224562014-10-13 Doug Evans <dje@google.com>
22457
22458 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
22459 from the start of the CU.
22460
c780cc2f
JK
224612014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
22462 Yao Qi <yao@codesourcery.com>
22463
22464 Fix "save breakpoints" for "catch" command.
22465 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
22466 Remove -nonewline. Match also the added "main" line.
22467
99894e11
JK
224682014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22469
22470 Fix "save breakpoints" for "disable $bpnum" command.
22471 * gdb.base/save-bp.c (main): Add label.
22472 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
22473
6e1ac5a3
JK
224742014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22475
22476 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
22477
754dd2b0
YQ
224782014-10-11 Yao Qi <yao@codesourcery.com>
22479
22480 * gdb.server/server-kill.exp: Execute command
22481 "set remote trace-status-packet on" before "tstatus".
22482
f90183d7
YQ
224832014-10-11 Yao Qi <yao@codesourcery.com>
22484
22485 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
22486 (main): Call getppid.
22487 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
22488 and continue to it. Read variable "server_pid".
22489
bf40a607
YQ
224902014-10-11 Yao Qi <yao@codesourcery.com>
22491
22492 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
22493
052ca370
YQ
224942014-10-11 Yao Qi <yao@codesourcery.com>
22495
22496 * gdb.threads/thread-find.exp: Don't execute command
22497 "info threads".
22498 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
22499 * gdb.threads/linux-dp.exp: Don't check the condition
22500 $threads_created equals to zero.
22501
3831839c
PA
225022014-10-10 Pedro Alves <palves@redhat.com>
22503
22504 * gdb.base/bigcore.exp: Remove references to IRIX.
22505 * gdb.base/funcargs.exp: Likewise.
22506 * gdb.base/interrupt.exp: Likewise.
22507 * gdb.base/mips_pro.exp: Likewise.
22508 * gdb.base/nodebug.exp: Likewise.
22509 * gdb.base/setvar.exp: Likewise.
22510 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
22511
8b9a549d
PA
225122014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
22513 Pedro Alves <palves@redhat.com>
22514
22515 PR symtab/14466
22516 * gdb.base/vdso-warning.c: New file.
22517 * gdb.base/vdso-warning.exp: New file.
22518
d48ba5e8
DE
225192014-10-02 Doug Evans <dje@google.com>
22520
22521 * gdb.base/structs.c (main): Don't run forever.
22522
2278c276
PA
225232014-10-02 Pedro Alves <palves@redhat.com>
22524
22525 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
22526 (top level) <stop threads 1, stop threads 2>: Use it.
22527
b57bacec
PA
225282014-10-02 Pedro Alves <palves@redhat.com>
22529
22530 * gdb.threads/break-while-running.exp (test): Add new
22531 'update_thread_list' argument. Skip "info threads" if false.
22532 (top level): Add new 'update_thread_list' axis.
22533
13fd3ff3
PA
225342014-10-02 Pedro Alves <palves@redhat.com>
22535
22536 PR breakpoints/17431
22537 * gdb.base/execl-update-breakpoints.c: New file.
22538 * gdb.base/execl-update-breakpoints.exp: New file.
22539
0fec99e8
PA
225402014-10-01 Pedro Alves <palves@redhat.com>
22541
22542 * gdb.base/breakpoint-in-ro-region.c: New file.
22543 * gdb.base/breakpoint-in-ro-region.exp: New file.
22544
2ddf4301
SM
225452014-10-01 Simon Marchi <simon.marchi@ericsson.com>
22546
22547 * gdb.mi/mi-exit-code.exp: New file.
22548 * gdb.mi/mi-exit-code.c: New file.
22549
6a5f3f43
YQ
225502014-09-30 Yao Qi <yao@codesourcery.com>
22551
22552 * lib/prelink-support.exp (build_executable_own_libs): Error if
22553 the target isn't native.
22554
345bcc73
YQ
225552014-09-30 Yao Qi <yao@codesourcery.com>
22556
22557 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22558 false.
22559
a25a5a45
PA
225602014-09-22 Pedro Alves <palves@redhat.com>
22561
22562 * gdb.threads/break-while-running.exp: New file.
22563 * gdb.threads/break-while-running.c: New file.
22564
00ba3162
YQ
225652014-09-19 Yao Qi <yao@codesourcery.com>
22566
22567 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22568 Invoke test. Restart GDB with --readnow and invoke test again.
22569
c3b7b696
YQ
225702014-09-19 Yao Qi <yao@codesourcery.com>
22571
22572 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22573 proc set_breakpoint_on_gcd_function. Invoke
22574 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22575 invoke set_breakpoint_on_gcd_function again.
22576
2b4fd423
DE
225772014-09-18 Doug Evans <dje@google.com>
22578
22579 * gdb.dwarf2/symtab-producer.exp: New file.
22580
a5947601
SDJ
225812014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22582
22583 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22584 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22585 * gdb.base/global-var-nested-by-dso.c: Likewise.
22586 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22587
91c19059
SDJ
225882014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22589 Pedro Alves <palves@redhat.com>
22590
22591 * gdb.base/watch-bitfields.exp: Pass string other than test file
22592 name to prepare_for_testing.
22593 (watch): New procedure.
22594 (expect_watchpoint): Use with_test_prefix.
22595 (top level): Factor out tests to ...
22596 (test_watch_location, test_regular_watch): ... these new
22597 procedures, and use with_test_prefix and gdb_continue_to_end.
22598
bb9d5f81
PP
225992014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22600
22601 PR breakpoints/12526
22602 * gdb.base/watch-bitfields.exp: New file.
22603 * gdb.base/watch-bitfields.c: New file.
22604
635856f5
PA
226052014-09-16 Pedro Alves <palves@redhat.com>
22606
22607 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22608 software and hardware addresses, not software address against
22609 itself.
22610
7280ceea
PA
226112014-09-16 Pedro Alves <palves@redhat.com>
22612
22613 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22614 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22615
428b16bd
PA
226162014-09-16 Pedro Alves <palves@redhat.com>
22617
22618 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22619 files.
22620 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22621 "*-*-vxworks*" throughout.
22622 * gdb.base/break.exp: Likewise.
22623 * gdb.base/default.exp: Likewise.
22624 * gdb.base/scope.exp: Likewise.
22625 * gdb.base/sepdebug.exp: Likewise.
22626 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22627 throughout.
22628 * gdb.base/run.c: Likewise.
22629 * gdb.base/sepdebug.c: Likewise.
22630 * gdb.hp/gdb.aCC/run.c: Likewise.
22631 * gdb.reverse/until-reverse.c: Likewise.
22632 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22633
666d413c
YQ
226342014-09-16 Yao Qi <yao@codesourcery.com>
22635
22636 * boards/local-remote-host-native.exp: New file.
22637
57cbd724
DE
226382014-09-14 Doug Evans <xdje42@gmail.com>
22639
22640 * gdb.threads/queue-signal.c (thread_count): New variable.
22641 (thread_count_mutex, thread_count_condvar): New variables.
22642 (incr_thread_count, wait_all_threads_running): New functions.
22643 (main): Wait for all threads to be in their thread functions.
22644
81219e53
DE
226452014-09-13 Doug Evans <xdje42@gmail.com>
22646
22647 * gdb.threads/queue-signal.c: New file.
22648 * gdb.threads/queue-signal.exp: New file.
22649
3714cea7
DE
226502014-09-13 Doug Evans <xdje42@gmail.com>
22651
22652 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22653 be consistent with what default_gdb_init uses.
22654 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22655 the plain text of the prompt. Add some logging printfs.
22656 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22657
fa43b1d7
PA
226582014-09-12 Pedro Alves <palves@redhat.com>
22659
22660 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22661 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22662 * gdb.arch/i386-size-overlap.exp: Likewise.
22663 * gdb.arch/i386-size.exp: Likewise.
22664 * gdb.arch/i386-unwind.exp: Likewise.
22665 * gdb.base/a2-run.exp: Likewise.
22666 * gdb.base/break.exp: Likewise.
22667 * gdb.base/charset.exp: Likewise.
22668 * gdb.base/chng-syms.exp: Likewise.
22669 * gdb.base/commands.exp: Likewise.
22670 * gdb.base/dbx.exp: Likewise.
22671 * gdb.base/find.exp: Likewise.
22672 * gdb.base/funcargs.exp: Likewise.
22673 * gdb.base/jit-simple.exp: Likewise.
22674 * gdb.base/reread.exp: Likewise.
22675 * gdb.base/sepdebug.exp: Likewise.
22676 * gdb.base/step-bt.exp: Likewise.
22677 * gdb.cp/mb-inline.exp: Likewise.
22678 * gdb.cp/mb-templates.exp: Likewise.
22679 * gdb.objc/basicclass.exp: Likewise.
22680 * gdb.threads/killed.exp: Likewise.
22681
9d9bf2df
EBM
226822014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22683
22684 PR tdep/17379
22685 * gdb.arch/powerpc-stackless.S: New file.
22686 * gdb.arch/powerpc-stackless.exp: New file.
22687
1cf2f1b0
JK
226882014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22689
22690 * gdb.base/attach.c: Include unistd.h.
22691 (main): Call alarm. Add label postloop.
22692 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22693 gdb_breakpoint, gdb_continue_to_breakpoint.
22694 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22695
98880d46
PA
226962014-09-11 Pedro Alves <palves@redhat.com>
22697
22698 PR gdb/17347
22699 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22700 * gdb.base/attach.exp (test_command_line_attach_run): New
22701 procedure.
22702 (top level): Call it.
22703
4c92ff2c
PA
227042014-09-11 Pedro Alves <palves@redhat.com>
22705
22706 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22707 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22708 (do_command_attach_tests): Use spawn_wait_for_attach.
22709 * gdb.base/solib-overlap.exp: Likewise.
22710 * gdb.multi/multi-attach.exp: Likewise.
22711 * gdb.python/py-prompt.exp: Likewise.
22712 * gdb.python/py-sync-interp.exp: Likewise.
22713 * gdb.server/ext-attach.exp: Likewise.
22714
3adc1a7d
GKB
227152014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22716
22717 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22718 command in testcase. Simplify testcase.
22719
96334934
JB
227202014-09-10 Joel Brobecker <brobecker@adacore.com>
22721
22722 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22723
eb479039
JB
227242014-09-10 Joel Brobecker <brobecker@adacore.com>
22725
22726 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22727
deede10c
JB
227282014-09-10 Joel Brobecker <brobecker@adacore.com>
22729
22730 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22731
7828a5f5
JB
227322014-09-10 Joel Brobecker <brobecker@adacore.com>
22733
22734 * gdb.dwarf2/dynarr-ptr.c: New file.
22735 * gdb.dwarf2/dynarr-ptr.exp: New file.
22736
33aeebcf
MR
227372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22738
22739 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22740 of 30 rather than hardcoding 120 for a slow test case. Take the
22741 `gdb,timeout' target setting into account for this calculation.
22742 Don't extend the timeout for the test cases that don't need it.
22743
7b415901
MR
227442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22745
22746 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22747 a factor of 2 for a slow test case. Take the `gdb,timeout'
22748 target setting into account for this calculation.
22749 * gdb.reverse/until-precsave.exp: Increase the timeout by
22750 a factor of 15 and 3 respectively rather than adding 120
22751 for a pair of slow test cases. Take the `gdb,timeout'
22752 target setting into account for this calculation.
22753
4a40f85a
MR
227542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22755
22756 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22757 timeout, don't pass one down to gdb_expect.
22758 (gdb_expect): Rework timeout selection.
22759
09635af7
MR
227602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22761
22762 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22763 exception on timeout.
22764 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22765 (gdbserver_start_extended): Catch any `gdbserver_start' error
22766 exceptions.
22767 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22768 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22769 `gdbserver_gdb_load' error exceptions.
22770
2bdd10b7
MR
227712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22772
22773 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22774 120 on waiting for the TCP socket to open.
22775
316935f0
DE
227762014-09-09 Doug Evans <xdje42@gmail.com>
22777
22778 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22779 _caller_matches, _any_caller_is, _any_caller_matches.
22780
83740597
DE
227812014-09-09 Doug Evans <xdje42@gmail.com>
22782
22783 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22784
4c122fc3
YQ
227852014-09-09 Yao Qi <yao@codesourcery.com>
22786
22787 * gdb.mi/mi-var-display.exp: Set print symbol off.
22788
a9f116cb
GKB
227892014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22790
22791 PR gdb/17035
22792 * gdb.base/commands.exp: Add tests to verify user-defined
22793 commands with empty bodies.
22794 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22795 python commands in `show user command`.
22796 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22797 scheme commands in `show user command`.
22798
c75bd3a2
JK
227992014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22800
22801 PR python/17355
22802 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22803 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22804 * gdb.python/py-framefilter-invalidarg.exp: New file.
22805 * gdb.python/py-framefilter-invalidarg.py: New file.
22806
faa42425
DE
228072014-09-06 Doug Evans <xdje42@gmail.com>
22808
22809 PR 15276
22810 * gdb.python/py-caller-is.c: New file.
22811 * gdb.python/py-caller-is.exp: New file.
22812
474ca4f6
SDJ
228132014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22814
22815 PR gdb/17235
22816 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22817 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22818
eb0b0463
SDJ
228192014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22820
22821 PR fortran/17237
22822 * gdb.fortran/print-formatted.exp: New file.
22823 * gdb.fortran/print-formatted.f90: Likewise.
22824
5f3b99cf
SS
228252014-09-03 Sasha Smundak <asmundak@google.com>
22826
22827 * gdb.python/py-frame.exp: Test Frame.read_register.
22828
7d793aa9
SDJ
228292014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22830
22831 PR python/16699
22832 * gdb.python/py-completion.exp: New file.
22833 * gdb.python/py-completion.py: Likewise.
22834
fb0576e9
DE
228352014-08-28 Doug Evans <dje@google.com>
22836
22837 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22838 eax,etc. are live with values set by gdb and thus the compiler can't
22839 use them.
22840 * gdb.arch/i386-pseudo.c (main): Ditto.
22841
ee92b0dd
DE
228422014-08-27 Doug Evans <dje@google.com>
22843
22844 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22845
6649db35
DE
228462014-08-25 Doug Evans <dje@google.com>
22847
22848 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22849 (main): Ditto.
22850
564b7600
DE
228512014-08-25 Doug Evans <dje@google.com>
22852
22853 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22854
3881fb67
YQ
228552014-08-24 Yao Qi <yao@codesourcery.com>
22856
22857 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22858 symbol off.
22859 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22860
a05a36a5
DE
228612014-08-22 Doug Evans <dje@google.com>
22862
22863 PR 17276
22864 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22865 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22866 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22867
7c343b48
YQ
228682014-08-22 Yao Qi <yao@codesourcery.com>
22869
22870 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22871 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22872 * gdb.python/python.exp: Likewise. Use .py file on the host
22873 instead of the build.
22874
22fd09ae
JK
228752014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22876
22877 * gdb.threads/gcore-stale-thread.c: New file.
22878 * gdb.threads/gcore-stale-thread.exp: New file.
22879
a8454a7c
PA
228802014-08-21 Pedro Alves <palves@redhat.com>
22881
22882 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22883 * gdb.base/gcore-relro-pie.exp: Likewise.
22884 * gdb.base/gcore-relro.exp: Likewise.
22885 * gdb.base/gcore.exp: Likewise.
22886 * gdb.base/print-symbol-loading.exp: Likewise.
22887 * gdb.threads/gcore-thread.exp: Likewise.
22888 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22889
2a31c623
PA
228902014-08-20 Pedro Alves <palves@redhat.com>
22891 Jan Kratochvil <jan.kratochvil@redhat.com>
22892
22893 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22894 configure.
22895 (EXPECT): Handle READ1 being set.
22896 (all): Depend on EXTRA_RULES.
22897 (check-read1, expect-read1, read1.so, read1): New rules.
22898 * README (Testsuite Parameters): Document the READ1 make variable.
22899 (Race detection): New section.
22900 * configure: Regenerate.
22901 * configure.ac: If build==host==target, and running under a
22902 GNU/glibc system, add read1 to the extra Makefile rules.
22903 (EXTRA_RULES): AC_SUBST it.
22904 * lib/read1.c: New file.
22905
d36430db
JB
229062014-08-20 Joel Brobecker <brobecker@adacore.com>
22907
22908 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22909 the handling of variables declared as a typedef to an array
22910 which a DW_AT_data_location attribute.
22911
9a0dc9e3
PA
229122014-08-19 Andrew Burgess <aburgess@broadcom.com>
22913 Pedro Alves <palves@redhat.com>
22914
22915 PR symtab/14604
22916 PR symtab/14605
22917 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22918 gdb_test.
22919
0718a8da
PA
229202014-08-19 Pedro Alves <palves@redhat.com>
22921
22922 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22923
13b448cd
YQ
229242014-08-19 Yao Qi <yao@codesourcery.com>
22925
22926 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22927 right line.
22928
1cbf5077
DB
229292014-08-18 David Blaikie <dblaikie@gmail.com>
22930
22931 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22932
bf0fae19
JB
229332014-08-18 Joel Brobecker <brobecker@adacore.com>
22934
22935 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22936 attribute in array range.
22937
3c8c5dcc
JB
229382014-08-18 Joel Brobecker <brobecker@adacore.com>
22939
22940 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22941
e66d4446
SC
229422014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22943
22944 PR c++/17132
22945 * gdb.cp/pr17132.cc: New file.
22946 * gdb.cp/pr17132.exp: New file.
22947
940df408
SC
229482014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22949
22950 * gdb.python/py-xmethods.py (A_getarrayind)
22951 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22952 Use 'print' with function call syntax.
22953 (E_method_matcher.match): Fix tab vs space indentation mixup.
22954
ebcc6c3a
YQ
229552014-08-15 Yao Qi <yao@codesourcery.com>
22956
22957 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22958 false.
22959
775e0f04
YQ
229602014-08-15 Yao Qi <yao@codesourcery.com>
22961
22962 * gdb.cp/casts.exp: Set print symbol off.
22963 * gdb.cp/class2.exp: Likewise.
22964 * gdb.cp/overload.exp: Likewise.
22965 * gdb.cp/templates.exp: Likewise.
22966
d769e349
DE
229672014-08-11 Doug Evans <dje@google.com>
22968
22969 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22970 (test_load_shlib): Update.
22971
20c6f1e1
YQ
229722014-08-09 Yao Qi <yao@codesourcery.com>
22973
22974 * gdb.base/display.exp: Invoke is_address_zero_readable.
22975 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22976 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22977 * gdb.base/hbreak-unmapped.exp: Return if
22978 is_address_zero_readable returns true.
22979 * gdb.base/signest.exp: Likewise.
22980 * gdb.base/signull.exp: Likewise.
22981 * gdb.base/sigbpt.exp: Likewise.
22982 * gdb.guile/scm-disasm.exp: Do the test if
22983 is_address_zero_readable returns false.
22984 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22985 * gdb.python/py-arch.exp: Likewise.
22986 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22987 * lib/gdb.exp (is_address_zero_readable): New proc.
22988
5792e8e3
YQ
229892014-08-09 Yao Qi <yao@codesourcery.com>
22990
22991 PR testsuite/13443
22992 * gdb.mi/mi-var-display.exp: Make test messages unique.
22993
3cecbbbe
TT
229942014-08-04 Tom Tromey <tromey@redhat.com>
22995
22996 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22997 target 0".
22998
00b51ff5
TT
229992014-08-04 Tom Tromey <tromey@redhat.com>
23000
23001 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
23002 "target_resume".
23003
6908c509
JB
230042014-08-01 Joel Brobecker <brobecker@adacore.com>
23005
23006 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
23007 inner_vla_struct_object_size.
23008 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
23009 as xfail.
23010
cc6563d2
PA
230112014-07-30 Pedro Alves <palves@redhat.com>
23012
23013 * gdb.threads/signal-command-handle-nopass.exp (test): Add
23014 comment.
23015
7e09a223
YQ
230162014-07-29 Yao Qi <yao@codesourcery.com>
23017
23018 PR gdb/17206
23019 * gdb.base/until-nodebug.exp: New.
23020
7ebdbe92
DE
230212014-07-28 Doug Evans <xdje42@gmail.com>
23022
23023 PR guile/17203
23024 * gdb.guile/scm-parameter.exp: Add tests for trying to create
23025 previously existing parameter, and previously ambiguously spelled
23026 parameter.
23027
fdb1adc6
WN
230282014-07-28 Will Newton <will.newton@linaro.org>
23029
23030 * gdb.base/varargs.exp: Remove KFAILs for ARM.
23031
186fcde0
DE
230322014-07-26 Ludovic Courtès <ludo@gnu.org>
23033 Doug Evans <xdje42@gmail.com>
23034
23035 PR guile/17146
23036 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
23037
70509625
PA
230382014-07-25 Pedro Alves <palves@redhat.com>
23039
23040 * gdb.threads/signal-command-handle-nopass.c: New file.
23041 * gdb.threads/signal-command-handle-nopass.exp: New file.
23042 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
23043 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
23044 * gdb.threads/signal-delivered-right-thread.c: New file.
23045 * gdb.threads/signal-delivered-right-thread.exp: New file.
23046
c3f814a1
PA
230472014-07-25 Pedro Alves <palves@redhat.com>
23048
23049 * gdb.base/double-prompt-target-event-error.exp
23050 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
23051 match.
23052 (cancel_pagination_in_target_event): Rework double prompt
23053 detection.
23054 * gdb.base/paginate-after-ctrl-c-running.exp
23055 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
23056 <return>' match.
23057 * gdb.base/paginate-bg-execution.exp
23058 (test_bg_execution_pagination_return)
23059 (test_bg_execution_pagination_cancel): Remove '-notransfer
23060 <return>' matches.
23061 * gdb.base/paginate-execution-startup.exp
23062 (test_fg_execution_pagination_return)
23063 (test_fg_execution_pagination_cancel): Remove '-notransfer
23064 <return>' matches.
23065 * gdb.base/paginate-inferior-exit.exp
23066 (test_paginate_inferior_exited): Remove '-notransfer <return>'
23067 match.
23068 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
23069 * lib/gdb.exp (pagination_prompt): Run text through
23070 string_to_regexp.
23071 (gdb_test_multiple): Match $pagination_prompt instead of
23072 "<return>".
23073 (string_to_regexp): Move to lib/gdb-utils.exp.
23074
e214cf6c
JK
230752014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
23076
23077 * gdb.arch/amd64-entry-value-paramref.S: New file.
23078 * gdb.arch/amd64-entry-value-paramref.cc: New file.
23079 * gdb.arch/amd64-entry-value-paramref.exp: New file.
23080 * gdb.arch/amd64-optimout-repeat.S: New file.
23081 * gdb.arch/amd64-optimout-repeat.c: New file.
23082 * gdb.arch/amd64-optimout-repeat.exp: New file.
23083
17d0c5c8
JK
230842014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
23085
23086 PR gdb/17170
23087 * gdb.base/statistics.exp: New file.
23088
b8b8facf
DE
230892014-07-17 Doug Evans <dje@google.com>
23090
74b49205 23091 PR gdb/17170
b8b8facf
DE
23092 * gdb.base/maint.exp: Update testing of per-command stats.
23093
1b5d0ab3
PA
230942014-07-16 Pedro Alves <palves@redhat.com>
23095
23096 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
23097 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
23098 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
23099 (tfile_write_buf): New functions.
23100 (add_memory_block): Rewrite using the above.
23101 (adjust_function_address): New function.
23102 (FUNCTION_ADDRESS): New macro.
23103 (write_basic_trace_file): Remove short_x local, and use
23104 tfile_write_16. Change type of func_addr local to unsigned long
23105 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
23106 here. Cast argument of add_memory_block to char pointer.
23107 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
23108 (main): Remove parameters.
23109 * gdb.trace/tfile.exp: Remove nowarnings.
23110
4d974e88
SM
231112014-07-15 Simon Marchi <simon.marchi@ericsson.com>
23112
23113 * gdb.base/debug-expr.exp: Test string evaluation with
23114 "debug expression" on.
23115
41e99568
PA
231162014-07-15 Pedro Alves <palves@redhat.com>
23117
23118 * gdb.base/reread.exp: Use clean_restart.
23119
487d9753
PL
231202014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
23121
23122 * gdb.arch/avr-flash-qualifer.c: New.
23123 * gdb.arch/avr-flash-qualifer.exp: New.
23124
cc1c52ad
PA
231252014-07-14 Pedro Alves <palves@redhat.com>
23126
23127 * gdb.base/paginate-after-ctrl-c-running.c: New file.
23128 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
23129
1e973570
PA
231302014-07-14 Pedro Alves <palves@redhat.com>
23131
23132 * gdb.base/double-prompt-target-event-error.c: New file.
23133 * gdb.base/double-prompt-target-event-error.exp: New file.
23134
93d6eb10
PA
231352014-07-14 Pedro Alves <palves@redhat.com>
23136
23137 PR gdb/17072
23138 * gdb.base/paginate-inferior-exit.c: New file.
23139 * gdb.base/paginate-inferior-exit.exp: New file.
23140
0017922d
PA
231412014-07-14 Pedro Alves <palves@redhat.com>
23142
23143 PR gdb/17072
23144 * gdb.base/paginate-bg-execution.c: New file.
23145 * gdb.base/paginate-bg-execution.exp: New file.
23146
94696ad3
PA
231472014-07-14 Pedro Alves <palves@redhat.com>
23148
23149 PR gdb/17072
23150 * gdb.base/paginate-execution-startup.c: New file.
23151 * gdb.base/paginate-execution-startup.exp: New file.
23152 * lib/gdb.exp (pagination_prompt): New global.
23153 (default_gdb_spawn): New procedure, factored out from
23154 default_gdb_spawn.
23155 (default_gdb_start): Adjust to call default_gdb_spawn.
23156 (gdb_spawn): New procedure.
23157
bd293940
PA
231582014-07-14 Pedro Alves <palves@redhat.com>
23159
23160 * lib/gdb.exp (gdb_assert): New procedure.
23161 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
23162
c933f875
PA
231632014-07-14 Pedro Alves <palves@redhat.com>
23164
23165 * gdb.base/execution-termios.c: New file.
23166 * gdb.base/execution-termios.exp: New file.
23167
d98b7a16
TT
231682014-07-14 Tom Tromey <tromey@redhat.com>
23169
23170 * gdb.cp/vla-cxx.cc: New file.
23171 * gdb.cp/vla-cxx.exp: New file.
23172
548740d6
TT
231732014-07-14 Tom Tromey <tromey@redhat.com>
23174
23175 * gdb.reverse/rerun-prec.c: New file.
23176 * gdb.reverse/rerun-prec.exp: New file.
23177
a25eb028
MR
231782014-07-12 Maciej W. Rozycki <macro@mips.com>
23179 Maciej W. Rozycki <macro@codesourcery.com>
23180
23181 * lib/gdb-utils.exp: New file.
23182 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
23183 inline `gdb_init_command' processing.
23184 (gdb_start_cmd): Likewise.
23185 * lib/mi-support.exp (mi_run_cmd): Likewise.
23186 * README: Document `gdb_init_command' and `gdb_init_commands'.
23187
218c2655
JK
231882014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
23189
23190 Fix false FAIL running under a very long directory name.
23191 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
23192 and "set print elements 10000". Twice.
23193
5401fde3
YQ
231942014-07-11 Yao Qi <yao@codesourcery.com>
23195
23196 * gdb.base/exprs.exp: "set print symbol off".
23197
e76126e8
PA
231982014-07-11 Pedro Alves <palves@redhat.com>
23199
23200 * gdb.threads/kill.c: New file.
23201 * gdb.threads/kill.exp: New file.
23202
2d6f0de6
YQ
232032014-07-10 Yao Qi <yao@codesourcery.com>
23204
23205 * gdb.trace/tfile.c (write_basic_trace_file)
23206 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
23207 address written to trace file.
23208
7180e04a
PA
232092014-07-09 Pedro Alves <palves@redhat.com>
23210
23211 * gdb.base/attach-wait-input.exp: New file.
23212 * gdb.base/attach-wait-input.c: New file.
23213
9a9a7608
AB
232142014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
23215
23216 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
23217 setting up test structures.
23218 (main): Call new test function.
23219 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
23220 test function, continue into test function and walk test
23221 structures.
23222
161ac41e
YQ
232232014-07-02 Yao Qi <yao@codesourcery.com>
23224
23225 * gdb.trace/entry-values.c: Define labels 'foo_start' and
23226 'bar_start' at the beginning of functions 'foo' and 'bar'
23227 respectively.
23228 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
23229 instead of 'foo' and 'bar'.
23230
1f267ae3
MM
232312014-07-08 Markus Metzger <markus.t.metzger@intel.com>
23232
23233 * gdb.btrace/segv.exp: New.
23234 * gdb.btrace/segv.c: New.
23235
2b239efb
LM
232362014-07-02 Luis Machado <lgustavo@codesourcery.com>
23237
23238 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
23239 instruction.
23240
cf363f18
MW
232412014-06-30 Mark Wielaard <mjw@redhat.com>
23242
23243 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
23244 vulture, vilify, villar): New volatile array constants.
23245 (vindictive, vegetation): New const volatile array constants.
23246 * gdb.base/volatile.exp: Test volatile and const volatile array
23247 types.
23248
aebf9d24
AA
232492014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
23250
23251 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
23252 target lacks support for awatch, rwatch, or hbreak.
23253
b67a2c6f
YQ
232542014-06-27 Yao Qi <yao@codesourcery.com>
23255
23256 * gdb.multi/dummy-frame-restore.exp: New.
23257 * gdb.multi/dummy-frame-restore.c: New.
23258
aef92902
MM
232592014-06-25 Markus Metzger <markus.t.metzger@intel.com>
23260
23261 * gdb.btrace/gcore.exp: New.
23262
8e9db26e
PA
232632014-06-23 Pedro Alves <palves@redhat.com>
23264
23265 * gdb.base/watchpoint-reuse-slot.c: New file.
23266 * gdb.base/watchpoint-reuse-slot.exp: New file.
23267
70afc5b7
SC
232682014-06-23 Siva Chandra Reddy <sivachandra@google.com>
23269
23270 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
23271 progspace's filename in 'info', 'enable' and 'disable' command
23272 tests.
23273
b972bd9c
JK
232742014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
23275
23276 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
23277 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23278 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
23279
125f8a3d
GB
232802014-06-20 Gary Benson <gbenson@redhat.com>
23281
23282 * gdb.arch/i386-avx.exp: Fix include file location.
23283 * gdb.arch/i386-sse.exp: Likewise.
23284
3ed9baed
IB
232852014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
23286
23287 * gdb.dlang/expression.exp: New file.
23288
034f788c
PA
232892014-06-19 Pedro Alves <palves@redhat.com>
23290
23291 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
23292 out from ...
23293 (top level): ... here. Iterate running tests under different
23294 scheduler-locking settings.
23295
45371d0c
LM
232962014-06-18 Luis Machado <lgustavo@codesourcery.com>
23297
23298 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
23299 to DW_FORM_addr and use non-zero addresses.
23300
5d376983
SC
233012014-06-18 Siva Chandra Reddy <sivachandra@google.com>
23302
23303 PR gdb/17017
23304 * gdb.python/py-xmethods.cc: Add global function call counters and
23305 increment them in their respective functions. Remove "cout"
23306 statements.
23307 * gdb.python/py-xmethods.exp: Make tests check the global function
23308 call counters instead of depending on inferior IO.
23309
a1aa2221
LM
233102014-06-18 Don Breazeal <donb@codesourcery.com>
23311
23312 * gdb.base/foll-fork.exp (default_fork_parent_follow):
23313 Deleted procedure.
23314 (explicit_fork_parent_follow): Deleted procedure.
23315 (explicit_fork_child_follow): Deleted procedure.
23316 (test_follow_fork): New procedure.
23317 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 23318 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
23319 procedure calls.
23320
0fc05997
YQ
233212014-06-17 Yao Qi <yao@codesourcery.com>
23322
23323 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
23324 CP1252.
23325
70795c52
LM
233262014-06-17 Luis Machado <lgustavo@codesourcery.com>
23327
23328 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
23329 Initialize ptr and S explicitly.
23330 (skip_type_update_when_not_use_rtti_test): Likewise.
23331
6be47f0c
KS
233322014-06-16 Keith Seitz <keiths@redhat.com>
23333
23334 PR mi/15863
23335 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
23336 the inferior is started.
23337
d03de421
PA
233382014-06-16 Pedro Alves <palves@redhat.com>
23339
23340 * gdb.base/break-main-file-remove-fail.c: New file.
23341 * gdb.base/break-main-file-remove-fail.exp: New file.
23342 * gdb.base/break-unload-file.exp: Use build_executable instead of
23343 prepare_for_testing.
23344 (test_break): New parameter "initial_load". Handle it.
23345 (top level): Add initial_load cmdline/file axis.
23346
f9579b99
TT
233472014-06-12 Tom Tromey <tromey@redhat.com>
23348
23349 * gdb.base/completion.exp: Don't use directory name in test.
23350
3657956b
GB
233512014-06-09 Gary Benson <gbenson@redhat.com>
23352
23353 * gdb.base/sigall.c [Functions to send signals]: Reorder to
23354 separate the always-available ANSI-standard signals from the
23355 signals that require checking.
23356 (main): Likewise.
23357 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
23358 Likewise.
23359 (main): Likewise.
23360
4186eb54
KS
233612014-06-07 Keith Seitz <keiths@redhat.com>
23362
23363 Revert:
23364 PR c++/16253
23365 * gdb.cp/var-tag.cc: New file.
23366 * gdb.cp/var-tag.exp: New file.
23367 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23368 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23369 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23370 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23371
25326a28 233722014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
23373
23374 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
23375
829155c9
PA
233762014-06-06 Pedro Alves <palves@redhat.com>
23377
23378 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
23379 in target debug output instead of looking at RSP packets,
23380 disabling the test on any target that uses hardware stepping.
23381 Update comments.
23382
61c8d22e
PA
233832014-06-06 Pedro Alves <palves@redhat.com>
23384
23385 * gdb.base/break-unload-file.exp: Fix typo.
23386
d9a47287
YQ
233872014-06-06 Yao Qi <yao@codesourcery.com>
23388
23389 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
23390 from "jit_function" to "^jit_function".
23391
e5e01dbf
YQ
233922014-06-06 Yao Qi <yao@codesourcery.com>
23393
23394 * gdb.base/async.c (foo): Add one statement.
23395 * gdb.base/async.exp: Get the next instruction address and
23396 match the output of "nexti" by instruction address. Match
23397 the hex address in the output of "finish".
23398
73ba372c
GB
233992014-06-06 Gary Benson <gbenson@redhat.com>
23400
23401 * gdb.base/call-signals.c: Remove preprocessor conditionals
23402 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
23403 SIGSEGV and SIGTERM.
23404 * gdb.base/sigall.c: Likewise.
23405 * gdb.base/unwindonsignal.c: Likewise.
23406 * gdb.reverse/sigall-reverse.c: Likewise.
23407
831517df
YQ
234082014-06-06 Yao Qi <yao@codesourcery.com>
23409
23410 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
23411 readable, skip the test.
23412
b8b91e98
YQ
234132014-06-06 Yao Qi <yao@codesourcery.com>
23414
23415 * gdb.threads/staticthreads.c (thread_function): Move the line
23416 setting breakpoint on forward.
23417 * gdb.threads/staticthreads.exp: Update comments.
23418
fb934770
LC
234192014-06-05 Ludovic Courtès <ludo@gnu.org>
23420
23421 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
23422 "history-append! type error".
23423
6ef284bd
SM
234242014-06-05 Simon Marchi <simon.marchi@ericsson.com>
23425
23426 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
23427 erroneous dprintf expected input.
23428
a872e241
DE
234292014-06-04 Doug Evans <xdje42@gmail.com>
23430
23431 * gdb.guile/scm-generics.exp: Delete.
23432
16f691fb
DE
234332014-06-04 Doug Evans <xdje42@gmail.com>
23434
23435 * gdb.guile/scm-breakpoint.exp: Update.
23436 Add tests for breakpoint registration.
23437
012370f6
TT
234382014-06-04 Tom Tromey <tromey@redhat.com>
23439
23440 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
23441 VLA-in-union.
23442 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
23443 inner_vla_struct, vla_union types. Initialize objects of those
23444 types and compute their sizes.
23445
9f5a4cef
HZ
234462014-06-04 Nathan Sidwell <nathan@codesourcery.com>
23447 Hui Zhu <hui@codesourcery.com>
23448
23449 * gdb.base/fileio.exp: Add test for shell not available as well as
23450 available.
23451 * gdb.base/fileio.c (test_system): Check for shell twice.
23452
90a45c4d
YQ
234532014-06-04 Yao Qi <yao@codesourcery.com>
23454
23455 * gdb.base/auto-connect-native-target.exp: Remove redundant
23456 space from the regexp pattern.
23457
70017e41
YQ
234582014-06-04 Yao Qi <yao@codesourcery.com>
23459
23460 * gdb.base/default.exp: Replace "child" with "native" in
23461 regexp pattern.
23462
883964a7
SC
234632014-06-03 Siva Chandra Reddy <sivachandra@google.com>
23464
23465 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
23466 * gdb.python/py-xmethods.exp: New tests to test xmethods.
23467 * gdb.python/py-xmethods.py: Python script supporting the
23468 new testcase and tests.
23469
ef370185
JB
234702014-06-03 Joel Brobecker <brobecker@adacore.com>
23471 Pedro Alves <palves@redhat.com>
23472
23473 PR breakpoints/17000
23474 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
23475 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
23476
1e2ccb61
BM
234772014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
23478
23479 * gdb.base/subst.exp: Add tests to verify partial path matching
23480 output.
23481
c6ec5ab2
PA
234822014-06-03 Pedro Alves <palves@redhat.com>
23483
23484 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
23485 target that doesn't use software single-stepping.
23486
835c559f
PA
234872014-06-03 Pedro Alves <palves@redhat.com>
23488
23489 PR breakpoints/17000
23490 * gdb.base/sss-bp-on-user-bp-2.c: New file.
23491 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
23492
06eb1586
DE
234932014-06-02 Doug Evans <xdje42@gmail.com>
23494
23495 * gdb.guile/scm-parameter.exp: New file.
23496
e698b8c4
DE
234972014-06-02 Doug Evans <xdje42@gmail.com>
23498
23499 * gdb.guile/scm-cmd.c: New file.
23500 * gdb.guile/scm-cmd.exp: New file.
23501
ded03782
DE
235022014-06-02 Doug Evans <xdje42@gmail.com>
23503
23504 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
23505 pretty-printer lookup.
23506 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
23507 (make-pp_s-printer): Call it.
23508 (make-pretty-printer-from-dict): New function.
23509 (lookup-pretty-printer-maker-from-dict): New function.
23510 (*pretty-printer*): Simplify.
23511 (make-objfile-pp_s-printer): New function.
23512 (install-objfile-pretty-printers!): New function.
23513 (make-progspace-pp_s-printer): New function.
23514 (install-progspace-pretty-printers!): New function.
23515 * gdb.guile/scm-progspace.c: New file.
23516 * gdb.guile/scm-progspace.exp: New file.
23517
41fac0cf
PA
235182014-06-02 Pedro Alves <palves@redhat.com>
23519
23520 * gdb.base/dprintf-bp-same-addr.c: New file.
23521 * gdb.base/dprintf-bp-same-addr.exp: New file.
23522
96ae5695
EBM
235232014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23524
23525 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
23526 * gdb.arch/powerpc-power.s: Likewise.
23527
da02b3a8
JB
235282014-06-02 Joel Brobecker <brobecker@adacore.com>
23529
23530 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
23531
c72b2e7b
YQ
235322014-06-01 Yao Qi <yao@codesourcery.com>
23533
23534 * gdb.base/watchpoint.exp (test_watch_location): Check null
23535 pointer can be dereferenced. If not, do the test, otherwise
23536 skip it.
23537
53e8a631
AB
235382014-05-30 Andrew Burgess <aburgess@broadcom.com>
23539
23540 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
23541 results.
23542 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
23543
938f0e2f
AB
235442014-05-30 Andrew Burgess <aburgess@broadcom.com>
23545
23546 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23547 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23548 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23549 * gdb.arch/amd64-invalid-stack-top.c: New file.
23550 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23551
9ba6657a
PA
235522014-05-30 Pedro Alves <palves@redhat.com>
23553
23554 PR breakpoints/17000
23555 * gdb.base/sss-bp-on-user-bp.c: New file.
23556 * gdb.base/sss-bp-on-user-bp.exp: New file.
23557
522c09bf
DB
235582014-05-30 David Blaikie <dblaikie@gmail.com>
23559
23560 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23561 gnu_inline semantics via attribute.
23562 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23563 source explicitly specifies the required semantics.
23564
bf4ef81e
MR
235652014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23566
23567 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23568
329ea579
PA
235692014-05-29 Pedro Alves <palves@redhat.com>
23570 Tom Tromey <tromey@redhat.com>
23571
23572 * gdb.base/async-shell.exp: Don't enable target-async.
23573 * gdb.base/async.exp
23574 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23575 parameter. Adjust.
23576 (top level): Don't test with "target-async".
23577 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23578 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23579 * gdb.base/inferior-died.exp: Don't enable target-async.
23580 * gdb.base/interrupt-noterm.exp: Likewise.
23581 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23582 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23583 * gdb.mi/mi-nonstop.exp: Likewise.
23584 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23585 * gdb.mi/mi-nsintrall.exp: Likewise.
23586 * gdb.mi/mi-nsmoribund.exp: Likewise.
23587 * gdb.mi/mi-nsthrexec.exp: Likewise.
23588 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23589 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23590 * gdb.python/py-evsignal.exp: Don't enable target-async.
23591 * gdb.python/py-evthreads.exp: Likewise.
23592 * gdb.python/py-prompt.exp: Likewise.
23593 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23594 * gdb.server/solib-list.exp: Don't enable target-async.
23595 * gdb.threads/thread-specific-bp.exp: Likewise.
23596 * lib/mi-support.exp: Adjust to use mi-async.
23597
fd664c91
PA
235982014-05-29 Pedro Alves <palves@redhat.com>
23599
23600 PR gdb/13860
23601 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23602 reason, even in sync mode.
23603
251bde03
PA
236042014-05-29 Pedro Alves <palves@redhat.com>
23605 Hui Zhu <hui@codesourcery.com>
23606
23607 PR PR15693
23608 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23609 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23610 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23611 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23612
7f3c0343
JB
236132014-05-28 Joel Brobecker <brobecker@adacore.com>
23614
23615 * config/monitor.exp (gdb_target_monitor): Replace use of
23616 "set remotebaud" by "set serial baud".
23617
b2715b27
AW
236182014-05-26 Andy Wingo <wingo@igalia.com>
23619
23620 * gdb.guile/scm-breakpoint.exp:
23621 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23622 properties instead of gdb-object-properties.
23623
498a4489
YQ
236242014-05-26 Yao Qi <yao@codesourcery.com>
23625
23626 * gdb.server/no-thread-db.exp: Specify source file name
23627 explicitly when setting a breakpoint.
23628
589fdceb
MM
236292014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23630
23631 * gdb.btrace/vdso.c: New.
23632 * gdb.btrace/vdso.exp: New.
23633
e9089e05
MM
236342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23635
23636 * gdb.base/gcore.exp (capture_command_output): Move ...
23637 * lib/gdb.exp (capture_command_output): ... here.
23638
67b5c0c1
MM
236392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23640
23641 * gdb.btrace/data.exp: Test memory access during btrace replay.
23642
a2199296
SM
236432014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23644
23645 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23646
17b2616c
PA
236472014-05-21 Pedro Alves <palves@redhat.com>
23648
23649 PR gdb/13860
23650 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23651 (top level): Test that output related to execution commands is
23652 sent to the console with CLI commands, but not with MI commands.
23653 Test that breakpoint events are always mirrored to the console.
23654 Also expect the new source line to be output after a "next" in
23655 async mode too. Make it a pass/fail test.
23656 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23657 output.
23658 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23659
5166082f
PA
236602014-05-21 Pedro Alves <palves@redhat.com>
23661
23662 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23663 Use them to test variations of "list" after reaching a breakpoint.
23664 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23665 Test "list" with listsize 10 after reaching a breakpoint.
23666 * gdb.python/python.exp (decode_line current location line
23667 number): Adjust expected line number.
23668
2f25d70f
SM
236692014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23670
23671 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23672 behavior for $args, pass it directly to "run".
23673
ff604a67
MR
236742014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23675
23676 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23677 30000 to 65536.
23678
6a3cb8e8
PA
236792014-05-21 Pedro Alves <palves@redhat.com>
23680
23681 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23682 auto-connect-native-target off".
23683 * gdb.base/auto-connect-native-target.c: New file.
23684 * gdb.base/auto-connect-native-target.exp: New file.
23685
4ebfc96e
PA
236862014-05-21 Pedro Alves <palves@redhat.com>
23687
23688 * gdb.base/default.exp: Test "target native" instead of "target
23689 child".
23690
36d46afb
MW
236912014-05-21 Mark Wielaard <mjw@redhat.com>
23692
23693 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23694
5876f503
JK
236952014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23696
23697 Fix TLS access for -static -pthread.
23698 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23699 <HAVE_TLS> (thread_function, main): Initialize it.
23700 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23701 Add clean_restart.
23702 <$have_tls != "">: Check TLSVAR.
23703
0256a6ac
PA
237042014-05-21 Pedro Alves <palves@redhat.com>
23705
23706 * gdb.base/dcache-line-read-error.c: New.
23707 * gdb.base/dcache-line-read-error.exp: New.
23708
936d2992
PA
237092014-05-20 Pedro Alves <palves@redhat.com>
23710
23711 * gdb.base/compare-sections.c: New file.
23712 * gdb.base/compare-sections.exp: New file.
23713
802e8e6d
PA
237142014-05-20 Pedro Alves <palves@redhat.com>
23715
23716 * gdb.base/break-idempotent.c: New file.
23717 * gdb.base/break-idempotent.exp: New file.
23718
e59fa00f
MM
237192014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23720
23721 * gdb.btrace/nohist.exp: New.
23722
8b696e31
YQ
237232014-05-20 Yao Qi <yao@codesourcery.com>
23724
23725 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23726 gdb.reverse directory and gdb_reverse_timeout exists in board
23727 setting.
23728 * README: Document gdb_reverse_timeout.
23729
73c9764f
YQ
237302014-05-20 Yao Qi <yao@codesourcery.com>
23731
23732 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23733 'test_file_name'. Treat args as a string instead of a list.
23734 (gdb_init): Rename argument 'args' by 'test_file_name'.
23735
f1f4348a
JK
237362014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23737
23738 * gdb.arch/powerpc-power.exp: New file.
23739 * gdb.arch/powerpc-power.s: New file.
23740
0dbe70ce
DE
237412014-05-16 Doug Evans <dje@google.com>
23742
23743 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
23744 * gdb.base/completion.exp: Check that all expected files exist
23745 before doing file completion.
0dbe70ce 23746
8d551b02
DE
237472014-05-16 Doug Evans <dje@google.com>
23748
23749 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23750 Update.
23751 (do_syscall_tests_without_xml): Update.
23752
73eb7709
PA
237532014-05-16 Pedro Alves <palves@redhat.com>
23754
23755 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23756 instead of "unknown output after running".
23757
3fae92fc
YQ
237582014-05-16 Yao Qi <yao@codesourcery.com>
23759
23760 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23761 file1.txt from host at the end.
23762 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23763
c2b2ccc5
DE
237642014-05-15 Doug Evans <dje@google.com>
23765
23766 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23767 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23768 loading file. Add test for TU lookup.
23769
8c217a4b
SM
237702014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23771
23772 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23773 calling "-exec-arguments" or "set args" before running the
23774 inferior.
23775
3deb39c6
SM
237762014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23777
23778 * lib/mi-support.exp (mi_expect_stop): Expect message for
23779 inferiors that exit with non-zero exit code.
23780
71a79f8c
YQ
237812014-05-14 Yao Qi <yao@codesourcery.com>
23782
23783 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23784 match absolute path on remote host.
23785 (test_file_list_exec_source_files): Remove "/" from the
23786 pattern.
23787
f23fcd46
YQ
237882014-05-14 Yao Qi <yao@codesourcery.com>
23789
23790 * boards/local-remote-host-notty.exp (${board}_file): New
23791 proc.
23792
9404b58f
KM
237932014-05-07 Kyle McMartin <kyle@redhat.com>
23794
23795 Pushed by Joel Brobecker <brobecker@adacore.com>.
23796 * gdb.arch/aarch64-atomic-inst.c: New file.
23797 * gdb.arch/aarch64-atomic-inst.exp: New file.
23798
5e45f04c
YQ
237992014-05-07 Yao Qi <yao@codesourcery.com>
23800
23801 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23802 in current context" too.
23803
c888a17d
KS
238042014-05-05 Keith Seitz <keiths@redhat.com>
23805
23806 * gdb.linespec/ls-dollar.exp: Add test for linespec
23807 file:convenience_variable.
23808
290a839c
YQ
238092014-05-05 Yao Qi <yao@codesourcery.com>
23810
23811 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23812 traceframes into tfile and ctf trace files. Read data from
23813 trace file and test collected data.
23814 (gdb_collect_locals_test): Likewise.
23815 (gdb_unavailable_registers_test): Likewise.
23816 (gdb_unavailable_floats): Likewise.
23817 (gdb_collect_globals_test): Likewise.
23818 (top-level): Append "ctf" to trace_file_targets if GDB
23819 supports.
23820
b5262cd0
YQ
238212014-05-05 Yao Qi <yao@codesourcery.com>
23822
23823 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23824 code to ...
23825 (gdb_collect_args_test_1): ... it. New proc.
23826 (gdb_collect_locals_test): Move some code to ...
23827 (gdb_collect_locals_test_1): ... it. New proc.
23828 (gdb_unavailable_registers_test): Move some code to ...
23829 (gdb_unavailable_registers_test_1): ... it. New proc.
23830 (gdb_unavailable_floats): Move some code to ...
23831 (gdb_unavailable_floats_1): ... it. New proc.
23832
30a1e6cc
SDJ
238332014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23834
23835 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23836 probes to test for bitness recognition.
23837 * gdb.arch/amd64-stap-optional-prefix.exp
23838 (test_probe_value_without_reg): New procedure.
23839 Add code to test for different kinds of bitness.
23840
f33da99a
SDJ
238412014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23842
23843 PR breakpoints/16889
23844 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23845 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23846
5b80f00d
PA
238472014-05-01 Pedro Alves <palves@redhat.com>
23848
23849 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23850 gdb_file_cmd if no file is specified.
23851 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23852 last_loaded_file to set the remote exec-file.
23853
f8c2a73c
PA
238542014-05-01 Pedro Alves <palves@redhat.com>
23855
23856 * boards/local-remote-host.exp: New file.
23857
be6e8ac7
PA
238582014-05-01 Pedro Alves <palves@redhat.com>
23859
23860 * boards/local-remote-host.exp: Rename to ...
23861 * boards/local-remote-host-notty.exp: ... this.
23862
cac0dc8f
JB
238632014-04-28 Joel Brobecker <brobecker@adacore.com>
23864
23865 * gdb.ada/dyn_arrayidx: New testcase.
23866
9730e6cc
YQ
238672014-04-26 Yao Qi <yao@codesourcery.com>
23868
23869 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23870 and compute the length of function main. Save it in
23871 $main_length.
23872 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23873 (top-level): Use gdb_compile to compile objects into
23874 executable and restart GDB. Remove invocation to
23875 prepare_for_testing.
23876
7ae1a6a6
PA
238772014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23878 Pedro Alves <palves@redhat.com>
23879
23880 PR server/16255
23881 * gdb.multi/multi-attach.c: New file.
23882 * gdb.multi/multi-attach.exp: New file.
23883
4082afcc
PA
238842014-04-25 Pedro Alves <palves@redhat.com>
23885
23886 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23887 user.
23888 (top level): Test that "set remote conditional-breakpoints-packet
23889 off" works as intended.
23890 * gdb.base/dprintf.exp: Test that "set remote
23891 breakpoint-commands-packet off" works as intended.
23892 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23893 New function.
23894 (top level): Call it.
23895 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23896 remote fast-tracepoints-packet off" works as intended.
23897 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23898 * lib/gdb.exp (gdb_is_target_remote): ... here.
23899
2abc3f8d
DB
239002014-04-24 David Blaikie <dblaikie@gmail.com>
23901
23902 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23903 ensure clang would not discard them.
23904 * gdb.base/gdbvars.c: Ditto.
23905 * gdb.base/memattr.c: Ditto.
23906 * gdb.base/whatis.c: Ditto.
23907 * gdb.python/py-prettyprint.c: Ditto.
23908 * gdb.trace/actions.c: Ditto.
23909 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23910 ensure clang would not discard it.
23911
bfd39632
DB
239122014-04-24 David Blaikie <dblaikie@gmail.com>
23913
23914 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23915 clang to emit the full definition of type required by the test
23916 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23917
22842ff6
DB
239182014-04-24 David Blaikie <dblaikie@gmail.com>
23919
23920 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23921 coax Clang into emitting the definition of the type.
23922 * gdb.cp/pr10728-x.h (y): Ditto.
23923 * gdb.cp/pr10728-y.cc (y): Ditto.
23924
c2e827ad
DB
239252014-04-24 David Blaikie <dblaikie@gmail.com>
23926
23927 * gdb.base/label.exp: XFAIL label related tests under Clang.
23928 * gdb.cp/cplabel.exp: Ditto.
23929 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23930 under Clang those using labels.
23931
4c2d33e7
YQ
239322014-04-25 Yao Qi <yao@codesourcery.com>
23933
23934 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23935 double_label.
23936 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23937 partial_label and double_label.
23938
56083b99
DB
239392014-04-24 David Blaikie <dblaikie@gmail.com>
23940
23941 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23942
25d4e99d
DB
239432014-04-24 David Blaikie <dblaikie@gmail.com>
23944
23945 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23946 of the function to work across GCC and Clang.
23947 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23948 pointer types (const void ** const V void **).
23949
01f9f808
MS
239502014-04-24 Michael Sturm <michael.sturm@mintel.com>
23951 Walfred Tedeschi <walfred.tedeschi@intel.com>
23952
23953 * Makefile.in (EXECUTABLES): Added i386-avx512.
23954 * gdb.arch/i386-avx512.c: New file.
23955 * gdb.arch/i386-avx512.exp: Likewise.
23956
4b48d439
KS
239572014-04-23 Keith Seitz <keiths@redhat.com>
23958
23959 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23960 (mi_make_breakpoint_table): New procedure.
23961 (mi_create_breakpoint): Use mi_make_breakpoint
23962 and return the result.
23963 (mi_make_breakpoint): New procedure.
23964 (mi_build_kv_pairs): New procedure.
23965
23966 * gdb.mi/mi-break.exp: Remove unused globals,
23967 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23968 All callers updated.
23969 * gdb.mi/mi-dprintf.exp: Use variable to track command
23970 number.
23971 Update all callers of mi_create_breakpoint and use
23972 mi_make_breakpoint_table.
23973 Remove any unused global variables.
23974 * gdb.mi/mi-nonstop.exp: Likewise.
23975 * gdb.mi/mi-nsintrall.exp: Likewise.
23976 * gdb.mi/mi-nsmoribund.exp: Likewise.
23977 * gdb.mi/mi-nsthrexec.exp: Likewise.
23978 * gdb.mi/mi-reverse.exp: Likewise.
23979 * gdb.mi/mi-simplerun.exp: Likewise.
23980 * gdb.mi/mi-stepn.exp: Likewise.
23981 * gdb.mi/mi-syn-frame.exp: Likewise.
23982 * gdb.mi/mi-until.exp: Likewise.
23983 * gdb.mi/mi-var-cp.exp: Likewise.
23984 * gdb.mi/mi-var-display.exp: Likewise.
23985 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23986 * gdb.mi/mi2-var-child.exp: Likewise.
23987 * gdb.mi/mi-vla-c99.exp: Likewise.
23988 * lib/mi-support.exp: Likewise.
23989
23990 From Ian Lance Taylor <iant@cygnus.com>:
23991 * lib/gdb.exp (parse_args): New procedure.
23992
08351840
PA
239932014-04-23 Pedro Alves <palves@redhat.com>
23994
23995 * gdb.base/break-unload-file.c: New file.
23996 * gdb.base/break-unload-file.exp: New file.
23997 * gdb.base/sym-file-lib.c (baz): New function.
23998 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23999 field.
24000 (load): Store the segment's mapped size.
24001 (unload): New function.
24002 (unload_shlib): New function.
24003 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
24004 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
24005 set a breakpoint at baz, and call it.
24006 * gdb.base/sym-file.exp: New tests for stale breakpoint
24007 instructions.
24008
076855f9
PA
240092014-04-23 Pedro Alves <palves@redhat.com>
24010
24011 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
24012 * gdb.base/hbreak-in-shr-unsupported.c: New file.
24013 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
24014 * gdb.base/hbreak-unmapped.c: New file.
24015 * gdb.base/hbreak-unmapped.exp: New file.
24016 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
24017 * lib/gdb.exp (gdb_is_target_remote): ... here.
24018
483805cf
PA
240192014-04-22 Pedro Alves <palves@redhat.com>
24020
24021 * gdb.base/consecutive-step-over.c: New file.
24022 * gdb.base/consecutive-step-over.exp: New file.
24023
06d97543
PA
240242014-04-22 Pedro Alves <palves@redhat.com>
24025
24026 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
24027 instead of send_gdb/gdb_expect.
24028
b4429ea2
YQ
240292014-04-22 Yao Qi <yao@codesourcery.com>
24030
24031 * lib/trace-support.exp (generate_tracefile): New procedure.
24032 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
24033 return 0.
24034 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
24035 if generate_tracefile returns 1.
24036
51d48146
PA
240372014-04-18 Tom Tromey <palves@redhat.com>
24038 Pedro alves <tromey@redhat.com>
24039
24040 PR backtrace/15558
24041 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
24042 with a backtrace limit.
24043 * gdb.python/py-frame-inline.exp: Test running to an inline
24044 function with a backtrace limit, and printing the newest frame.
24045 * gdb.python/py-frame-inline.c (main): Call f.
24046
bd1dce5f
MS
240472014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
24048
24049 * gdb.java/jnpe.exp: Drop srcdir from untested path.
24050
40d1a503
MS
240512014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
24052
24053 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
24054 Drop prefix from unsupported source file path.
24055
389b98f7
YQ
240562014-04-17 Yao Qi <yao@codesourcery.com>
24057
24058 * lib/gdb.exp (with_target_charset): New proc.
24059 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
24060 with_target_charset.
24061 (test_print_strings): Likewise.
24062 (test_repeat_bytes): Likewise.
24063 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
24064 for some tests.
24065
22869d73
KS
240662014-04-16 Keith Seitz <keiths@redhat.com>
24067
24068 PR gdb/15827
24069 * gdb.dwarf2/corrupt.c: New file.
24070 * gdb.dwarf2/corrupt.exp: New file.
24071
c4f87ca6
KS
240722014-04-16 Keith Seitz <keiths@redhat.com>
24073
24074 PR c++/16597
24075 * gdb.cp/namelessclass.cc: New file.
24076 * gdb.cp/namelessclass.exp: New file.
24077 * gdb.cp/namelessclass.S: New file.
24078
ab19de87
DE
240792014-04-16 Doug Evans <dje@google.com>
24080
24081 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
24082 Add comment.
24083 (gdbserver_default_get_comm_port): New function.
24084 (gdbserver_start): Check if board file provided
24085 "gdbserver,get_comm_port" and use it if so.
24086 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
24087 (gdb,socketport): Set to "stdio".
24088 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
24089 (stdio_gdbserver_template): Delete.
24090 (${board}_get_remote_address): Update.
24091 (${board}_build_remote_cmd): Delete.
24092 (${board}_get_comm_port): New function.
24093 (${board}_spawn): Update.
24094 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
24095 Delete.
24096 (${board}_get_remote_address): Update.
24097 (${board}_get_comm_port): New function.
24098
fc98a809
AB
240992014-04-16 Andrew Burgess <aburgess@broadcom.com>
24100
24101 * gdb.base/memattr.exp: Improve regexps to handle memory regions
24102 appearing in any order.
24103
87fd9e6e
DE
241042014-04-15 Doug Evans <dje@google.com>
24105
24106 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
24107 uninitialized value of "description".
24108
099fc3ea
KS
241092014-04-15 Keith Seitz <keiths@redhat.com>
24110
24111 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
24112 Remove unused globals.
24113 (test_running_the_program): Likewise.
24114 (test_controlled_execution): Likewise.
24115 (test_controlling_breakpoints): Likewise.
24116 (test_program_termination): Likewise.
24117
5da151d4
KS
241182014-04-15 Keith Seitz <keiths@redhat.com>
24119
24120 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
24121 unused globals.
24122 (test_rbreak_creation_and_listing): Likewise.
24123 (test_ignore_count): Likewise.
24124 (test_error): Likewise.
24125
35e5d2f0
PA
241262014-04-15 Pedro Alves <palves@redhat.com>
24127
24128 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
24129 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
24130 sym-file-loader.c.
24131 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
24132 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
24133 to sym-file-loader.c.
24134 (struct library): Forward declare.
24135 (load_shlib, lookup_function): Change prototypes.
24136 (find_shstrtab, find_strtab, find_shdr, find_symtab)
24137 (translate_offset): Remove declarations.
24138 (get_text_addr): New declaration.
24139 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
24140 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
24141 sym-file-loader.h.
24142 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
24143 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
24144 here from sym-file-loader.h.
24145 (struct library): New structure.
24146 (load_shlib, lookup_function): Change prototypes and adjust to
24147 work with a struct library.
24148 (find_shstrtab, find_strtab, find_shdr, find_symtab)
24149 (translate_offset): Make static.
24150 (get_text_addr): New function.
24151 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
24152
eb4c1710
PA
241532014-04-15 Pedro Alves <palves@redhat.com>
24154
24155 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
24156
2d1baf52
PA
241572014-04-15 Pedro Alves <palves@redhat.com>
24158
24159 * gdb.base/sym-file-loader.c: Include <limits.h>.
24160 (SELF_LINK): New define.
24161 (get_origin): New function.
24162 (load_shlib): Use it.
24163 * gdb.base/sym-file.exp: Don't early return if the target is
24164 remote. Use runto_main, and issue fail is that fails. Use
24165 gdb_load_shlibs.
24166 (shlib_name): Delete.
24167 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
24168
7dd6df01
PA
241692014-04-15 Pedro Alves <palves@redhat.com>
24170
24171 * gdb.base/sym-file.exp: Remove regex characters from test
24172 message. Don't refer to breakpoint numbers in test messages.
24173
b50c8614
KS
241742014-04-14 Keith Seitz <keiths@redhat.com>
24175
24176 PR c++/16253
24177 * gdb.cp/var-tag.cc: New file.
24178 * gdb.cp/var-tag.exp: New file.
24179 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
24180 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
24181 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
24182 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
24183
3d567982
TT
241842014-04-14 Tom Tromey <tromey@redhat.com>
24185
24186 * gdb.cp/classes.exp (test_enums): Handle underlying type.
24187 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
24188 type.
24189 * gdb.cp/enum-class.exp: New file.
24190 * gdb.cp/enum-class.cc: New file.
24191
0626fc76
TT
241922014-04-14 Tom Tromey <tromey@redhat.com>
24193
24194 * gdb.dwarf2/enum-type.exp: New file.
24195
dca325b3
SA
241962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24197
24198 * gdb.mi/mi-vla-c99.exp: New file.
24199 * gdb.mi/vla.c: New file.
24200
5854b38a
SA
242012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24202
24203 * gdb.base/vla-datatypes.c: New file.
24204 * gdb.base/vla-datatypes.exp: New file.
24205
463bb957
SA
242062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24207
24208 * gdb.base/vla-ptr.c: New file.
24209 * gdb.base/vla-ptr.exp: New file.
24210
3dd170be
SA
242112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24212
24213 * gdb.dwarf2/count.exp: New file.
24214
5ecaaa66
SA
242152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24216
24217 * gdb.base/vla-sideeffect.c: New file.
24218 * gdb.base/vla-sideeffect.exp: New file.
24219
41f1ada5
DB
242202014-04-14 David Blaikie <dblaikie@gmail.com>
24221
24222 * gdb.mi/non-stop.c: Add return value for non-void function return
24223 statement.
24224 * gdb.threads/staticthreads.c: Ditto.
24225
0be03e84
DE
242262014-04-12 Siva Chandra Reddy <sivachandra@google.com>
24227 Doug Evans <xdje42@gmail.com>
24228
24229 * gdb.guile/scm-value.c: Improve test case.
24230 * gdb.guile/scm-value.exp: Add new test.
24231
f180a1fb
DB
242322014-04-11 David Blaikie <dblaikie@gmail.com>
24233
24234 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
24235 override Clang's default.
24236
6b662e19
JB
242372014-04-11 Joel Brobecker <brobecker@adacore.com>
24238
24239 Revert the following changes (regressions):
24240
24241 * gdb.base/vla-sideeffect.c: New file.
24242 * gdb.base/vla-sideeffect.exp: New file.
24243
24244 * gdb.dwarf2/count.exp: New file.
24245
24246 * gdb.base/vla-multi.c: New file.
24247 * gdb.base/vla-multi.exp: New file.
24248
24249 * gdb.base/vla-ptr.c: New file.
24250 * gdb.base/vla-ptr.exp: New file.
24251
24252 * gdb.base/vla-datatypes.c: New file.
24253 * gdb.base/vla-datatypes.exp: New file.
24254
24255 * gdb.mi/mi-vla-c99.exp: New file.
24256 * gdb.mi/vla.c: New file.
24257
245a5f0b
KS
242582014-04-11 Keith Seitz <keiths@redhat.com>
24259
24260 PR c++/16675
24261 * gdb.cp/cpsizeof.exp: New file.
24262 * gdb.cp/cpsizeof.cc: New file.
24263
58a84dcf
SA
242642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24265
191a8a90
JB
24266 * gdb.mi/mi-vla-c99.exp: New file.
24267 * gdb.mi/vla.c: New file.
58a84dcf 24268
c8655f75
SA
242692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24270
24271 * gdb.base/vla-datatypes.c: New file.
24272 * gdb.base/vla-datatypes.exp: New file.
24273
024e13b4
SA
242742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24275
24276 * gdb.base/vla-ptr.c: New file.
24277 * gdb.base/vla-ptr.exp: New file.
24278
1a237e0e
SA
242792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24280
24281 * gdb.base/vla-multi.c: New file.
24282 * gdb.base/vla-multi.exp: New file.
24283
504f3432
SA
242842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24285
24286 * gdb.dwarf2/count.exp: New file.
24287
3bce8237
SA
242882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24289
191a8a90
JB
24290 * gdb.base/vla-sideeffect.c: New file.
24291 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 24292
322f9c21
YQ
242932014-04-11 Yao Qi <yao@codesourcery.com>
24294
24295 * gdb.base/completion.exp: Check file exists before running tests
24296 on file completion.
24297
d708bcd1
PA
242982014-04-10 Pedro Alves <palves@redhat.com>
24299
24300 * gdb.base/cond-eval-mode.c: New file.
24301 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
24302 prepare_for_testing to build the new file. Check result of
24303 runto_main.
24304 (test_break, test_watch): New procedures.
24305 (top level): Use them.
24306
ae1d2761
PM
243072014-04-08 Pierre Muller <muller@sourceware.org>
24308
24309 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
24310 Ctrl-V use for mingw hosts.
24311
7af389b8
SC
243122014-04-07 Siva Chandra Reddy <sivachandra@google.com>
24313
24314 * gdb.python/py-value.c: Improve test case.
24315 * gdb.python/py-value.exp: Add new test.
24316
5e703181
DE
243172014-04-07 David Blaikie <dblaikie@gmail.com>
24318
24319 * lib/compiler.c: Identify the clang compiler.
24320 * lib/compiler.cc: Ditto.
24321
9810b410
YQ
243222014-04-03 Yao Qi <yao@codesourcery.com>
24323
24324 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
24325
98d1b8dc
AB
243262014-04-01 Anton Blanchard <anton@samba.org>
24327
24328 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
24329 messages unique.
24330
3114cea1
AB
243312014-04-01 Anton Blanchard <anton@samba.org>
24332
24333 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
24334 prepare_for_testing.
24335
62f7182c
AB
243362014-04-01 Anton Blanchard <anton@samba.org>
24337
24338 * gdb.arch/ppc64-atomic-inst.c: Remove.
24339 * gdb.arch/ppc64-atomic-inst.S: New file.
24340 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
24341
770e7fc7
DE
243422014-03-31 Doug Evans <dje@google.com>
24343
24344 * gdb.base/print-symbol-loading-lib.c: New file.
24345 * gdb.base/print-symbol-loading-main.c: New file.
24346 * gdb.base/print-symbol-loading.exp: New file.
24347
46e2bafa
YQ
243482014-03-31 Yao Qi <yao@codesourcery.com>
24349
24350 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
24351
8776cfe9
JB
243522014-03-28 Joel Brobecker <brobecker@adacore.com>
24353
24354 * gdb.ada/mi_dyn_arr: New testcase.
24355
5d1ef361
DE
243562014-03-27 Doug Evans <dje@google.com>
24357
24358 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
24359
b5bee914
YQ
243602014-03-27 Yao Qi <yao@codesourcery.com>
24361
24362 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
24363 if target is nios2-*-*.
24364
0d4d0e77
YQ
243652014-03-26 Yao Qi <yao@codesourcery.com>
24366
24367 * lib/gdb.exp (readline_is_used): New proc.
24368 * gdb.base/completion.exp: Move tests on command complete up.
24369 Skip the rest of tests if readline is not used.
24370 * gdb.ada/complete.exp: Skp the test if readline is not
24371 used.
24372 * gdb.base/filesym.exp: Likewise.
24373 * gdb.base/macscp.exp: Likewise.
24374 * gdb.base/readline-ask.exp: Likewise.
24375 * gdb.base/readline.exp: Likewise.
24376 * gdb.python/py-cmd.exp: Likewise.
24377 * gdb.trace/tfile.exp: Likewise.
24378
29361eee
YQ
243792014-03-26 Yao Qi <yao@codesourcery.com>
24380
24381 * gdb.base/macscp.exp: Fix code format issues.
24382
bc9a5525
UW
243832014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
24384
24385 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
24386 * gdb.asm/powerpc64le.inc: New file.
24387
d3839ede
PA
243882014-03-25 Pedro Alves <palves@redhat.com>
24389 Doug Evans <dje@google.com>
24390
24391 * gdb.base/source-execution.c: New file.
24392 * gdb.base/source-execution.exp: New file.
24393 * gdb.base/source-execution.gdb: New file.
24394
01672a57
DE
243952014-03-24 Doug Evans <dje@google.com>
24396
24397 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
24398 using fission.
24399
88bbeca9
HZ
244002014-03-24 Hui Zhu <hui@codesourcery.com>
24401 Pedro Alves <palves@redhat.com>
24402
24403 PR breakpoints/16101
24404 * gdb.base/dprintf.exp: Use unsupported rather than changing the
24405 test pass/fail messages. Detect missing support for dprintf when
24406 breakpoints are actually inserted.
24407 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
24408 breakpoints are actually inserted.
24409 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
24410 fails.
24411
d2348791
JK
244122014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
24413
24414 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
24415
feef67ab
DE
244162014-03-22 Doug Evans <xdje42@gmail.com>
24417
24418 * gdb.python/python.exp (python not supported): Verify multi-line
24419 python command issues an error.
25d743f9 24420 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 24421 guile command issues an error.
feef67ab 24422
ecebef6a
MR
244232014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
24424
24425 * gdb.threads/thread-specific.exp: Handle the lack of usable
24426 $this_breakpoint and $this_thread.
24427
ccdd1909
HZ
244282014-03-21 Hui Zhu <hui@codesourcery.com>
24429
24430 * gdb.base/attach.exp (do_command_attach_tests): New.
24431
beb460e8
PA
244322014-03-20 Tom Tromey <tromey@redhat.com>
24433 Pedro Alves <palves@redhat.com>
24434
24435 PR cli/15718
24436 * gdb.base/condbreak-call-false.c: New file.
24437 * gdb.base/condbreak-call-false.exp: New file.
24438
40acf43a
PA
244392014-03-20 Pedro Alves <palves@redhat.com>
24440
24441 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
24442 Delete.
24443 (block_signals, unblock_signals): Delete.
24444 (child_function_2, main): Remove references to deleted variable
24445 and functions.
24446
9f5e1e02
PA
244472014-03-20 Pedro Alves <palves@redhat.com>
24448
24449 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
24450 Use pthread_kill to signal thread 2.
24451 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24452 Adjust to make the test send itself a signal rather than using the
24453 host's "kill" command.
24454
99619bea
PA
244552014-03-20 Pedro Alves <palves@redhat.com>
24456
24457 * gdb.threads/multiple-step-overs.c: New file.
24458 * gdb.threads/multiple-step-overs.exp: New file.
24459 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24460 Adjust expected infrun debug output.
24461
2adfaa28
PA
244622014-03-20 Pedro Alves <palves@redhat.com>
24463
24464 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
24465 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
24466
31e77af2
PA
244672014-03-20 Pedro Alves <palves@redhat.com>
24468
24469 PR breakpoints/7143
24470 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
24471 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
24472 of gdb_test_multiple.
24473 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
24474 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
24475
b9f437de
PA
244762014-03-20 Pedro Alves <palves@redhat.com>
24477
24478 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
24479 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
24480
05adc73e
PA
244812014-03-19 Pedro Alves <palves@redhat.com>
24482
24483 * gdb.base/async.exp: Remove early return.
24484
6048b950
PA
244852014-03-19 Pedro Alves <palves@redhat.com>
24486
24487 * gdb.base/async.exp (step& tests): Pass explicit test messages.
24488
8bcfb00a
PA
244892014-03-19 Pedro Alves <palves@redhat.com>
24490
24491 * gdb.base/async.exp (test_background): Expect \r\n after
24492 "completed." in the fail pattern.
24493
884e37dc
PA
244942014-03-19 Pedro Alves <palves@redhat.com>
24495
24496 * gdb.base/async.exp (test_background): New procedure.
24497 Use it for all background execution command tests.
24498
148e57e2
PA
244992014-03-19 Pedro Alves <palves@redhat.com>
24500
24501 * gdb.base/async.exp: Use prepare_for_testing.
24502
f48088c7
PA
245032014-03-19 Pedro Alves <palves@redhat.com>
24504
24505 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
24506 the same line.
24507
e2f6c966
PA
245082014-03-19 Pedro Alves <palves@redhat.com>
24509
24510 * gdb.base/async.c (main): Add "jump here" and "until here" line
24511 marker comments.
24512 * gdb.base/async.exp (jump_here): New global.
24513 (jump& test): Use it.
24514 (until_here): New global.
24515 (until& test): Use it.
24516
c30568d4
PA
245172014-03-19 Pedro Alves <palves@redhat.com>
24518
24519 * gdb.base/async.exp: Don't frob gdb_protocol.
24520
0172b6a7
DE
245212014-03-18 Doug Evans <xdje42@gmail.com>
24522
24523 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
24524 Fix spelling of exec-done-display.
24525
06c868a8
JK
245262014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
24527
24528 PR gdb/15358
24529 * gdb.base/gdb-sigterm.c: New file.
24530 * gdb.base/gdb-sigterm.exp: New file.
24531
0c7e1a46
PA
245322014-03-18 Pedro Alves <palves@redhat.com>
24533
24534 PR gdb/13860
24535 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
24536 * lib/mi-support.exp (mi_expect_stop): Add special handling for
24537 solib-event.
24538
f7c77d93
JB
245392014-03-17 Joel Brobecker <brobecker@adacore.com>
24540
24541 * gdb.ada/pckd_arr_ren: New testcase.
24542
5a1e8c7a
DE
245432014-03-13 Doug Evans <xdje42@gmail.com>
24544
24545 PR guile/16612
24546 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24547 collect after discarding symbols.
24548
350e1a76
DE
245492014-03-13 Ludovic Courtès <ludo@gnu.org>
24550 Doug Evans <xdje42@gmail.com>
24551
24552 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24553 to history survives a gc.
24554
a69900ae
PA
245552014-03-13 Pedro Alves <palves@redhat.com>
24556
24557 * gdb.base/default.exp: Don't test "target procfs".
24558
5db9f0bd
PA
245592014-03-13 Pedro Alves <palves@redhat.com>
24560
24561 * gdb.base/default.exp: Update "target child" and "target procfs"
24562 tests to not expect "Unix".
24563
b3ccfe11
TT
245642014-03-12 Tom Tromey <tromey@redhat.com>
24565
24566 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24567 New procs. Add target-async tests.
24568 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24569 Add target-async tests.
24570
646f4417
AA
245712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24572
24573 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24574 'func_start' and 'func_end' for the beginning and end of the
24575 function code, respectively.
24576 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24577 'func_end' instead of 'func' and 'main'.
24578
288c211f
AA
245792014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24580
24581 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24582 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24583 generate the debug info assembler source.
24584
e0c0f156
AA
245852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24586
24587 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24588 * gdb.dwarf2/arr-subrange.exp: Likewise.
24589 * gdb.dwarf2/dwz.exp: Likewise.
24590 * gdb.dwarf2/method-ptr.exp: Likewise.
24591 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24592 * gdb.dwarf2/subrange.exp: Likewise.
24593 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24594 * gdb.dwarf2/implptrpiece.exp: Likewise.
24595 * gdb.dwarf2/nostaticblock.exp: Likewise.
24596
0e5c4555
AA
245972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24598
24599 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24600 directory to absolute path name arguments.
24601
5ec18f2b
JG
246022014-03-10 Joel Brobecker <brobecker@adacore.com>
24603
24604 * gdb.ada/tagged_access: New testcase.
24605
847fc4f2
MM
246062014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24607
24608 * gdb.btrace/data.exp: Update expected output.
24609
cc3da688
YQ
246102014-03-06 Yao Qi <yao@codesourcery.com>
24611
24612 * gdb.trace/pr16508.exp: New file.
24613
0f26cec1
PA
246142014-03-05 Pedro Alves <palves@redhat.com>
24615
24616 PR gdb/16575
24617 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24618 procedure.
24619 (top level): Adjust to use it. Add tests that exercise breakpoint
24620 interaction with the code-cache.
24621
7a5a839f
LC
246222014-02-26 Ludovic Courtès <ludo@gnu.org>
24623
24624 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24625 test for 'history-append!'.
24626
31aa7e4e
JB
246272014-02-26 Joel Brobecker <brobecker@adacore.com>
24628
24629 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24630 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24631 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24632 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24633 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24634 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24635
1b588015
JB
246362014-02-26 Joel Brobecker <brobecker@adacore.com>
24637
24638 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24639 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24640 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24641
55426c9d
JB
246422014-02-26 Joel Brobecker <brobecker@adacore.com>
24643
24644 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24645
dc53a7ad
JB
246462014-02-26 Joel Brobecker <brobecker@adacore.com>
24647
24648 * gdb.dwarf2/arr-stride.c: New file.
24649 * gdb.dwarf2/arr-stride.exp: New file.
24650
12ab52e9
PA
246512014-02-26 Pedro Alves <palves@redhat.com>
24652
24653 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24654 that won't ever trigger. Make sure that GDB reports the correct
24655 breakpoint that caused the stop.
24656
849c862e
JK
246572014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24658
24659 PR gdb/16626
24660 * gdb.base/auto-load-script: New file.
24661 * gdb.base/auto-load.c: New file.
24662 * gdb.base/auto-load.exp: New file.
24663
71b7d793
JK
24664 PR gdb/16626
24665 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24666
e2f0d509
JK
246672014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24668
24669 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24670 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24671
50cc37c8
DE
246722014-02-24 Doug Evans <dje@google.com>
24673
24674 * lib/gdb.exp (run_on_host): Log error output if program fails.
24675
ea4758f2
PA
246762014-02-21 Pedro Alves <palves@redhat.com>
24677
24678 * gdb.threads/step-after-sr-lock.c: Rename to ...
24679 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24680 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24681 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24682 ... this.
24683
d7b30f67
SDJ
246842014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24685
24686 PR tdep/16397
24687 * gdb.arch/amd64-stap-special-operands.exp: New file.
24688 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24689 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24690 * gdb.arch/amd64-stap-triplet.S: Likewise.
24691 * gdb.arch/amd64-stap-triplet.c: Likewise.
24692
83deb43f
JB
246932014-02-20 Joel Brobecker <brobecker@adacore.com>
24694
24695 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24696 in .section pseudo-op.
24697
adde2bff
DE
246982014-02-20 lin zuojian <manjian2006@gmail.com>
24699 Joel Brobecker <brobecker@adacore.com>
24700 Doug Evans <xdje42@gmail.com>
24701
24702 PR symtab/16581
24703 * gdb.dwarf2/dw2-icycle.S: New file.
24704 * gdb.dwarf2/dw2-icycle.c: New file.
24705 * gdb.dwarf2/dw2-icycle.exp: New file.
24706
f7bd0f78
SC
247072014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24708
24709 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24710 operations on gdb.Value objects.
24711 * gdb.python/py-value-cc.exp: Add new test to test operations on
24712 gdb.Value objects.
24713
c17ef0d5
DE
247142014-02-18 Doug Evans <dje@google.com>
24715
24716 * Makefile.in (TESTS): New variable.
24717 (expanded_tests, expanded_tests_or_none): New variables
24718 (check-single): Pass $(expanded_tests_or_none) to runtest.
24719 (check-parallel): Only run tests in $(TESTS) if non-empty.
24720 (check/no-matching-tests-found): New rule.
24721 * README: Document TESTS makefile variable.
24722
5dd3176f
DE
247232014-02-18 Doug Evans <dje@google.com>
24724
24725 * Makefile.in (check-parallel): rm -rf outputs temp.
24726
0b10be4f
JK
247272014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24728
24729 Fix "ERROR: no fileid for" in the testsuite.
24730 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24731
85f224e7
DE
247322014-02-12 Doug Evans <dje@google.com>
24733
24734 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24735 (MISCELLANEOUS): New variable.
24736 (clean): rm -rf $(MISCELLANEOUS).
24737 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24738 dwp live in the same directory as symlinks, with each symlink pointed
24739 to a differently named file in a different directory.
24740
149b30ff
DE
247412014-02-11 Doug Evans <dje@google.com>
24742
24743 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24744 of Tcl file commands.
24745
1dfdac32
MK
247462014-02-10 Mark Kettenis <kettenis@gnu.org>
24747
24748 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24749 "kill -SIGUSR1 -1".
24750
aa4fb036
JB
247512014-02-10 Joel Brobecker <brobecker@adacore.com>
24752
24753 * gdb.ada/tick_length_array_enum_idx: New testcase.
24754
ed3ef339
DE
247552014-02-10 Doug Evans <xdje42@gmail.com>
24756
24757 * configure.ac (AC_OUTPUT): Add gdb.guile.
24758 * configure: Regenerate.
24759 * lib/gdb-guile.exp: New file.
24760 * lib/gdb.exp (get_target_charset): New function.
24761 * gdb.base/help.exp: Update expected output from "apropos apropos".
24762 * gdb.guile/Makefile.in: New file.
24763 * gdb.guile/guile.exp: New file.
24764 * gdb.guile/scm-arch.c: New file.
24765 * gdb.guile/scm-arch.exp: New file.
24766 * gdb.guile/scm-block.c: New file.
24767 * gdb.guile/scm-block.exp: New file.
24768 * gdb.guile/scm-breakpoint.c: New file.
24769 * gdb.guile/scm-breakpoint.exp: New file.
24770 * gdb.guile/scm-disasm.c: New file.
24771 * gdb.guile/scm-disasm.exp: New file.
24772 * gdb.guile/scm-equal.c: New file.
24773 * gdb.guile/scm-equal.exp: New file.
24774 * gdb.guile/scm-error.exp: New file.
24775 * gdb.guile/scm-error.scm: New file.
24776 * gdb.guile/scm-frame-args.c: New file.
24777 * gdb.guile/scm-frame-args.exp: New file.
24778 * gdb.guile/scm-frame-args.scm: New file.
24779 * gdb.guile/scm-frame-inline.c: New file.
24780 * gdb.guile/scm-frame-inline.exp: New file.
24781 * gdb.guile/scm-frame.c: New file.
24782 * gdb.guile/scm-frame.exp: New file.
24783 * gdb.guile/scm-generics.exp: New file.
24784 * gdb.guile/scm-gsmob.exp: New file.
24785 * gdb.guile/scm-iterator.c: New file.
24786 * gdb.guile/scm-iterator.exp: New file.
24787 * gdb.guile/scm-math.c: New file.
24788 * gdb.guile/scm-math.exp: New file.
24789 * gdb.guile/scm-objfile-script-gdb.in: New file.
24790 * gdb.guile/scm-objfile-script.c: New file.
24791 * gdb.guile/scm-objfile-script.exp: New file.
24792 * gdb.guile/scm-objfile.c: New file.
24793 * gdb.guile/scm-objfile.exp: New file.
24794 * gdb.guile/scm-ports.exp: New file.
24795 * gdb.guile/scm-pretty-print.c: New file.
24796 * gdb.guile/scm-pretty-print.exp: New file.
24797 * gdb.guile/scm-pretty-print.scm: New file.
24798 * gdb.guile/scm-section-script.c: New file.
24799 * gdb.guile/scm-section-script.exp: New file.
24800 * gdb.guile/scm-section-script.scm: New file.
24801 * gdb.guile/scm-symbol.c: New file.
24802 * gdb.guile/scm-symbol.exp: New file.
24803 * gdb.guile/scm-symtab-2.c: New file.
24804 * gdb.guile/scm-symtab.c: New file.
24805 * gdb.guile/scm-symtab.exp: New file.
24806 * gdb.guile/scm-type.c: New file.
24807 * gdb.guile/scm-type.exp: New file.
24808 * gdb.guile/scm-value-cc.cc: New file.
24809 * gdb.guile/scm-value-cc.exp: New file.
24810 * gdb.guile/scm-value.c: New file.
24811 * gdb.guile/scm-value.exp: New file.
24812 * gdb.guile/source2.scm: New file.
24813 * gdb.guile/types-module.cc: New file.
24814 * gdb.guile/types-module.exp: New file.
24815
7026a7c1
YQ
248162014-02-10 Yao Qi <yao@codesourcery.com>
24817
24818 PR testsuite/16543
24819 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24820 * configure: Regenerated.
24821 * Makefile.in: New file.
24822
6c466447
AS
248232014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24824
24825 * gdb.python/py-framefilter.exp: Fix typo.
24826
6e854735
YQ
248272014-02-08 Yao Qi <yao@codesourcery.com>
24828
24829 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24830 that no =breakpoint-modified is emitted when breakpoints are
24831 modified through MI commands.
24832
d137e6dc
PA
248332014-02-07 Pedro Alves <pedro@codesourcery.com>
24834 Pedro Alves <palves@redhat.com>
24835
24836 * gdb.threads/step-after-sr-lock.c: New file.
24837 * gdb.threads/step-after-sr-lock.exp: New file.
24838
b5ee5a50
PA
248392014-02-07 Pedro Alves <palves@redhat.com>
24840
24841 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24842
3c77faf3
JK
248432014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24844
24845 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24846 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24847
6dddc817
DE
248482014-02-06 Doug Evans <xdje42@gmail.com>
24849
24850 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24851 output.
24852
24853 * gdb.gdb/python-interrupts.exp: New file.
24854
de7b2893
YQ
248552014-02-05 Yao Qi <yao@codesourcery.com>
24856
24857 * gdb.trace/report.exp (use_collected_data): Test the output
24858 of "info threads" and "info inferiors".
24859
66d032ac
YQ
248602014-02-05 Yao Qi <yao@codesourcery.com>
24861
24862 Revert this patch:
24863
24864 2013-05-24 Yao Qi <yao@codesourcery.com>
24865
24866 * gdb.trace/tfile.exp: Test inferior and thread.
24867
591a12a1
UW
248682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24869
24870 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24871 on a function.
24872 * gdb.base/step-bt.c: Call hello via function pointer to make
24873 sure its first instruction is executed on powerpc64le-linux.
24874
0ff3e01f
UW
248752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24876
24877 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24878
084ee545
UW
248792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24880
24881 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24882 of the test patterns for use on little-endian systems.
24883
6ed14ff3
UW
248842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24885
24886 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24887 (decimal_vector): Fix for little-endian.
24888
401e27fd
JM
248892014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24890
24891 * gdb.arch/sparc-sysstep.exp: New file.
24892 * gdb.arch/sparc-sysstep.c: Likewise.
24893
24894 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24895
8b924729
EBM
248962014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24897
24898 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24899
fb151210
JB
249002014-01-23 Tom Tromey <tromey@redhat.com>
24901
24902 * gdb.ada/array_char_idx: New testcase.
24903
0740f8d8
TT
249042014-01-23 Tom Tromey <tromey@redhat.com>
24905
24906 PR python/16487:
24907 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24908 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24909 classes.
24910
21909fa1
TT
249112014-01-23 Tom Tromey <tromey@redhat.com>
24912
24913 PR python/16491:
24914 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24915 string from an inferior frame.
24916 * gdb.python/py-framefilter-mi.exp: Update.
24917
87ce2a04
DE
249182014-01-22 Doug Evans <dje@google.com>
24919
24920 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24921
237b092b
AA
249222014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24923
24924 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24925
d674a709
AA
249262014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24927
24928 * gdb.trace/entry-values.exp: Remove excess space character from
24929 regex patterns. Handle s390 call instruction.
24930
20fa3390
AA
249312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24932
24933 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24934 define "*_start" label. Make "name" static.
24935 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24936 ${name} by references to ${name}_start.
24937
78466714
AA
249382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24939
24940 * gdb.base/info-macros.exp: Remove "debug" from the compile
24941 options.
24942
ec9f644a
IB
249432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24944
24945 * gdb.dlang/demangle.exp: New file.
24946
94b1b47e
IB
249472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24948
24949 * gdb.dlang/primitive-types.exp: New file.
24950
7f420862
IB
249512014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24952
24953 * configure.ac: Create gdb.dlang/Makefile.
24954 * configure: Regenerate.
24955 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24956 * gdb.dlang/Makefile.in: New file.
24957 * lib/d-support.exp: New file.
24958 * lib/gdb.exp (skip_d_tests): New proc.
24959
52834460
MM
249602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24961
24962 * gdb.btrace/delta.exp: Check reverse stepi.
24963 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24964 * gdb.btrace/finish.exp: New.
24965 * gdb.btrace/next.exp: New.
24966 * gdb.btrace/nexti.exp: New.
24967 * gdb.btrace/record_goto.c: Add comments.
24968 * gdb.btrace/step.exp: New.
24969 * gdb.btrace/stepi.exp: New.
24970 * gdb.btrace/multi-thread-step.c: New.
24971 * gdb.btrace/multi-thread-step.exp: New.
24972 * gdb.btrace/rn-dl-bind.c: New.
24973 * gdb.btrace/rn-dl-bind.exp: New.
24974 * gdb.btrace/data.c: New.
24975 * gdb.btrace/data.exp: New.
24976 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24977
6e07b1d2
MM
249782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24979
24980 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24981 * gdb.btrace/exception.exp: Update.
24982 * gdb.btrace/instruction_history.exp: Update.
24983 * gdb.btrace/record_goto.exp: Update.
24984 * gdb.btrace/tailcall.exp: Update.
24985 * gdb.btrace/unknown_functions.exp: Update.
24986 * gdb.btrace/delta.exp: New.
24987
0b722aec
MM
249882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24989
24990 * gdb.btrace/record_goto.exp: Add backtrace test.
24991 * gdb.btrace/tailcall.exp: Add backtrace test.
24992
066ce621
MM
249932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24994
24995 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24996 * gdb.btrace/record_goto.c: New.
24997 * gdb.btrace/record_goto.exp: New.
24998 * gdb.btrace/x86-record_goto.S: New.
24999
0688d04e
MM
250002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25001
25002 * gdb.btrace/function_call_history.exp: Update tests.
25003 * gdb.btrace/instruction_history.exp: Update tests.
25004
8710b709
MM
250052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25006
25007 * gdb.btrace/function_call_history.exp: Fix expected field
25008 order for "record function-call-history".
25009 Add new tests for "record function-call-history /c".
25010 * gdb.btrace/exception.cc: New.
25011 * gdb.btrace/exception.exp: New.
25012 * gdb.btrace/tailcall.exp: New.
25013 * gdb.btrace/x86-tailcall.S: New.
25014 * gdb.btrace/x86-tailcall.c: New.
25015 * gdb.btrace/unknown_functions.c: New.
25016 * gdb.btrace/unknown_functions.exp: New.
25017 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
25018
5de9129b
MM
250192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25020
25021 * gdb.btrace/instruction_history.exp: Update.
25022 * gdb.btrace/function_call_history.exp: Update.
25023
23a7fe75
MM
250242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25025
25026 * gdb.btrace/function_call_history.exp: Fix expected function
25027 trace.
25028 * gdb.btrace/instruction_history.exp: Initialize traced.
25029 Remove traced_functions.
25030
724c7dd8
MM
250312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25032
25033 * gdb.btrace/function_call_history.exp: Update
25034 * gdb.btrace/instruction_history.exp: Update.
25035
6d78d93b
MM
250362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
25037
25038 * gdb.btrace/enable.exp: Update expected text.
25039
93a360cc
OJ
250402014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
25041
25042 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
25043 bytes.
25044
3772b53f
MR
250452014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
25046
25047 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
25048
596662fa
OJ
250492014-01-15 Omair Javaid <omair.javaid@linaro.org>
25050
25051 * lib/gdb.exp (supports_process_record): Return true for
25052 arm*-linux*. (supports_reverse): Likewise.
25053
b5b08fb4
SC
250542014-01-13 Siva Chandra Reddy <sivachandra@google.com>
25055
25056 PR python/15464
25057 PR python/16113
25058 * gdb.python/py-type.c: Enhance test case.
25059 * gdb.python/py-value-cc.cc: Likewise
25060 * gdb.python/py-type.exp: Add new tests.
25061 * gdb.python/py-value-cc.exp: Likewise
25062
52d7fb13
AA
250632014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
25064 Pedro Alves <palves@redhat.com>
25065
25066 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
25067 Make "name" extern.
25068 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
25069 references to ${name}_start by references to ${name}.
25070
a2cd8cfe
JB
250712014-01-10 Joel Brobecker <brobecker@adacore.com>
25072
25073 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
25074
4e23fced
JB
250752014-01-10 Joel Brobecker <brobecker@adacore.com>
25076
25077 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
25078
c6a9e42c
PA
250792014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
25080 Pedro Alves <palves@redhat.com>
25081
25082 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 25083 mi_gdb_target_load.
c6a9e42c 25084
b7ea362b
PA
250852014-01-08 Pedro Alves <palves@redhat.com>
25086
25087 * gdb.threads/reconnect-signal.c: New file.
25088 * gdb.threads/reconnect-signal.exp: New file.
25089
5e3f4fab
EBM
250902014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
25091
25092 * gdb.base/source-dir.exp: New file.
25093
79301218
JB
250942014-01-07 Joel Brobecker <brobecker@adacore.com>
25095
25096 * gdb.ada/mi_interface: New testcase.
25097
8e355c5d
JB
250982014-01-07 Joel Brobecker <brobecker@adacore.com>
25099
25100 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
25101 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
25102 gdb.ada/pp-rec-component/pck.ads: New files.
25103
c0d48811
JB
251042014-01-07 Joel Brobecker <brobecker@adacore.com>
25105
25106 * gdb.python/py-pp-integral.c: New file.
25107 * gdb.python/py-pp-integral.py: New file.
25108 * gdb.python/py-pp-integral.exp: New file.
25109
17b609c3 25110For older changes see ChangeLog-1993-2013.
c906108c 25111\f
8d8cb839
EZ
25112;; Local Variables:
25113;; mode: change-log
25114;; left-margin: 8
25115;; fill-column: 74
25116;; version-control: never
25117;; End:
902f2ccb 25118
3666a048 25119 Copyright 2014-2021 Free Software Foundation, Inc.
902f2ccb
MC
25120 Copying and distribution of this file, with or without modification,
25121 are permitted provided the copyright notice and this notice are preserved.
This page took 4.350735 seconds and 4 git commands to generate.