gdb: introduce frame_debug_printf
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a05a883f
SM
12021-06-29 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * gdb.dwarf2/dw2-reg-undefined.exp: Update regexp.
4
bd742128
AB
52021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * gdb.base/info_sources_2-header.h: New file.
8 * gdb.base/info_sources_2-lib.c: New file.
9 * gdb.base/info_sources_2-test.c: New file.
10 * gdb.base/info_sources_2.exp: New file.
11
1fb1ce02
AB
122021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * gdb.mi/mi-info-sources.exp: Add additional tests.
15
0e350a05
AB
162021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * gdb.dwarf2/dw2-filename.exp: Update expected results.
19 * gdb.mi/mi-file.exp: Likewise.
20 * gdb.mi/mi-info-sources-base.c: New file.
21 * gdb.mi/mi-info-sources.c: New file.
22 * gdb.mi/mi-info-sources.exp: New file.
23
d038ce48
AB
242021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.cp/method-call-in-c.cc (struct foo_type): Add static member
27 function static_method.
28 (global_var): New global.
29 (main): Use new static_method to ensure it is compiled in.
30 * gdb.cp/method-call-in-c.exp: Test calls to static member
31 function.
32
13221aec
AB
332021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
34
35 PR gdb/27994
36 * gdb.cp/method-call-in-c.cc (struct foo_type): Add operator+=,
37 change initial value of var member variable.
38 (main): Make use of foo_type's operator+=.
39 * gdb.cp/method-call-in-c.exp: Test use of operator+=.
40
79bd4d34
AB
412021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 PR gdb/27994
44 * gdb.cp/method-call-in-c.cc: New file.
45 * gdb.cp/method-call-in-c.exp: New file.
46
3da4c644
TT
472021-06-25 Tom Tromey <tom@tromey.com>
48
49 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): Add "style"
50 parameter.
51 * gdb.rust/dwindex.exp: New file.
52 * gdb.rust/dwindex.rs: New file.
53
6b95f5ad
AB
542021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.python/py-breakpoint.c (do_throw): New function.
57 (main): Call do_throw.
58 * gdb.python/py-breakpoint.exp (test_catchpoints): New proc.
59
08080f97
AB
602021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.guile/scm-breakpoint.exp (test_catchpoints): New proc.
63
81b327aa
AB
642021-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Add new tests.
67
202054ae
CL
68gdb/testsuite/ChangeLog
692021-06-25 Carl Love <cel@us.ibm.com>
70
71 * gdb.arch/powerpc-plxv-norel.exp: Add call to skip_power_isa_3_1_tests.
72 * lib/gdb.exp(skip_power_isa_3_1_tests): New gdb_caching_proc test.
73
67470e9d
TT
742021-06-25 Tom Tromey <tromey@adacore.com>
75
76 * gdb.ada/py_range.exp: Add type name test cases.
77
013270a1
TV
782021-06-24 Tom de Vries <tdevries@suse.de>
79
80 * gdb.base/info-macros.exp: Add <EOL> after trailing whitespace in
81 test names.
82
657dcee4
TV
832021-06-24 Tom de Vries <tdevries@suse.de>
84
85 * gdb.base/argv0-symlink.exp: Use with_test_prefix.
86
2dd865d7
TV
872021-06-23 Tom de Vries <tdevries@suse.de>
88
89 * lib/gdb.exp (gdb_test_lines): Rewrite to accept single
90 multiline tcl regexp.
91 * gdb.base/info-types.exp.tcl: Update. Make empty line at end of
92 regexp optional.
93 * gdb.base/info-macros.exp: Update.
94 * gdb.cp/cplusfuncs.exp: Update.
95
80d1206d
AS
962021-06-22 Andreas Schwab <schwab@suse.de>
97
98 PR symtab/27999
99 * lib/dwarf.exp (start_end): New proc inside loclists.
100 * gdb.dwarf2/loclists-start-end.exp: New file.
101 * gdb.dwarf2/loclists-start-end.c: New file.
102
e5b77106
TV
1032021-06-22 Tom de Vries <tdevries@suse.de>
104
105 * gdb.dwarf2/imported-unit-c.exp: New file.
106
80dc83fd
AB
1072021-06-22 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * gdb.server/server-kill.exp: Introduce global kill_pid_of, and
110 make use of this in prepare to select which pid we should kill.
111 Run all the tests twice with a different kill_pid_of value.
112 (prepare): Make use of kill_pid_of.
113 (test_stepi): New proc.
114
d52b8007
AB
1152021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.python/py-frame.exp: Add Frame.level tests.
118 * gdb.python/py-pending-frame-level.c: New file.
119 * gdb.python/py-pending-frame-level.exp: New file.
120 * gdb.python/py-pending-frame-level.py: New file.
121
61e2dde2
AB
1222021-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * gdb.python/py-unwind-user-regs.c: New file.
125 * gdb.python/py-unwind-user-regs.exp: New file.
126 * gdb.python/py-unwind-user-regs.py: New file.
127
ff5404f5
CL
1282021-06-17 Carl Love <cel@us.ibm.com>
129
130 * gdb.arch/powerpc-power8.exp(bctar, bctarl): Update mnemonics
131 to bgetar and bgetarl.
132 * gdb.arch/powerpc-power8.s((bctar, bctarl): Update comments
133 for mnemonics to bgetar and bnstarl.
134
18263be7
SM
1352021-06-17 Simon Marchi <simon.marchi@efficios.com>
136
137 * gdb.base/args.exp: Check target, KFAIL if remote.
138 (args_test): Add parameter and use it.
139
d30e3263
SM
1402021-06-17 Simon Marchi <simon.marchi@efficios.com>
141
142 * gdb.base/args.exp: Remove trailing parenthesis in test names.
143
c4ddc1da
SM
1442021-06-17 Simon Marchi <simon.marchi@efficios.com>
145
146 * gdb.base/args.exp: Use $old_gdbflags in all tests.
147
18b5aade
SM
1482021-06-17 Simon Marchi <simon.marchi@efficios.com>
149
150 * gdb.base/args.exp: Use save_vars.
151
c9923e71
PA
1522021-06-14 Pedro Alves <pedro@palves.net>
153
154 * gdb.base/annota1.exp: Build list using [list] instead of {}.
155 Tell [join] to join with no character. Build expected pattern in
156 separate variable instead of in the -re expression directly.
157
b8bd29a1
KB
1582021-06-11 Kevin Buettner <kevinb@redhat.com>
159
160 * gdb.mi/mi-sym-info.exp (114-symbol-info-function test): Increase
161 timeout.
162
72c4daa3
KB
1632021-06-11 Kevin Buettner <kevinb@redhat.com>
164
165 * gdb.base/print-symbol-loading.exp (proc test_load_shlib):
166 Allow "Symbols already loaded for..." messages.
167
4cc2e606
KB
1682021-06-11 Kevin Buettner <kevinb@redhat.com>
169
170 * gdb.base/execl-update-breakpoints.exp: Add regular
171 expression for optionally matching output related to
172 libthread_db.
173 * gdb.base/fork-print-inferior-events.exp: Likewise.
174
db77748b
FW
1752021-06-11 Felix Willgerodt <felix.willgerodt@intel.com>
176
177 * gdb.mi/array.f: Convert into...
178 * gdb.mi/array.f90: ...this.
179 * gdb.mi/mi-var-child-f.exp: Use array.f90.
180
48ec4c05
TT
1812021-06-11 Tom Tromey <tom@tromey.com>
182
183 PR rust/23427
184 * lib/rust-support.exp (rust_compiler_version): New caching proc.
185 * gdb.rust/rawids.exp: New file.
186 * gdb.rust/rawids.rs: New file.
187
46f263cc
SM
1882021-06-10 Simon Marchi <simon.marchi@polymtl.ca>
189
190 * lib/gdb.exp (default_gdb_exit): Unset gdb_tty_name.
191 (spawn_capture_tty_name): New, override builtin spawn.
192 (default_gdb_spawn): Capture GDB's TTY name.
193 * lib/tuiterm.exp (tuiterm_spawn): Remove.
194 (tuiterm_env_init, tuiterm_env_finish): Remove spawn override.
195 (Term) <resize>: Use new variable name.
196 (tuiterm_env_init, tuiterm_env_finish): Remove.
197 (tuiterm_env): Don't call tuiterm_env_init and register
198 tuiterm_env_finish in gdb_finish_hooks.
199 (gdb_finish_hooks): Remove.
200 (gdb_finish): Don't call finish hooks.
201
6179e5f1
TV
2022021-06-10 Tom de Vries <tdevries@suse.de>
203
204 * gdb.mi/user-selected-context-sync.c (child_sub_function, main):
205 Rewrite while (1) using dummy loop body.
206
4bdd1a06
BK
2072021-06-10 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
208
209 * gdb.base/foll-exec.c: convert the multi-line function call into
210 single line.
211
36695cf8
TV
2122021-06-10 Tom de Vries <tdevries@suse.de>
213
214 * lib/cp-support.exp (cp_test_ptype_class): Break up regexp.
215 * gdb.cp/nested-types.exp: Remove usage of read1 timeout factor.
216
0cc809fa
TV
2172021-06-10 Tom de Vries <tdevries@suse.de>
218
219 * gdb.cp/cplusfuncs.exp (info_func_regexp): Use gdb_test_lines.
220
c70fdc45
TT
2212021-06-09 Tom Tromey <tromey@adacore.com>
222
223 * README (Example): Update read1 example.
224
d0a3c757
SM
2252021-06-09 Simon Marchi <simon.marchi@polymtl.ca>
226
227 * lib/tuiterm.exp (Term) <_check_box>: Improve logging.
228
f9e59d06
LS
2292021-06-08 Lancelot Six <lsix@lancelotsix.com>
230
231 * gdb.base/premature-dummy-frame-removal.py (TestUnwinder): Use
232 'is None' instead of '== None' and 'is not None' instead of
233 '!= None'.
234 * gdb.python/py-frame-args.py (lookup_function): Same.
235 * gdb.python/py-framefilter-invalidarg.py (Reverse_Function): Same.
236 * gdb.python/py-framefilter.py (Reverse_Function): Same.
237 * gdb.python/py-nested-maps.py (lookup_function): Same.
238 * gdb.python/py-objfile-script-gdb.py (lookup_function): Same.
239 * gdb.python/py-prettyprint.py (lookup_function): Same.
240 * gdb.python/py-section-script.py (lookup_function): Same.
241 * gdb.python/py-unwind-inline.py (dummy_unwinder): Same.
242 * gdb.python/python.exp: Same.
243 * gdb.rust/pp.py (lookup_function): Same.
244
fdae5c22
TV
2452021-06-08 Tom de Vries <tdevries@suse.de>
246
247 * lib/gdb.exp (multi_line): Require more than one argument.
248 * gdb.base/gdbinit-history.exp: Update multi_line call.
249 * gdb.base/jit-reader.exp: Remove multi_line call.
250 * gdb.fortran/dynamic-ptype-whatis.exp: Same.
251
c3cfd9eb
TV
2522021-06-08 Tom de Vries <tdevries@suse.de>
253
254 * gdb.base/info-types.exp.tcl (match_line, gdb_test_lines): Move ...
255 * lib/gdb.exp: ... here.
256 * gdb.base/info-macros.exp: Use gdb_test_lines.
257
58f076c6
TV
2582021-06-08 Tom de Vries <tdevries@suse.de>
259
260 * gdb.base/info-types.exp.tcl (match_line): Handle --any.
261 (gdb_test_lines): Factor out of ...
262 (run_test): ... here.
263
4c5d7c03
TV
2642021-06-08 Tom de Vries <tdevries@suse.de>
265
266 * gdb.base/batch-preserve-term-settings.exp (spawn_shell): Fix
267 matching of initial prompt.
268
4a11703a
TV
2692021-06-08 Tom de Vries <tdevries@suse.de>
270
271 * gdb.threads/multi-create-ns-info-thr.exp: Limit breakpoint regexp to
272 one line.
273
ac6c175e
TV
2742021-06-08 Tom de Vries <tdevries@suse.de>
275
276 * gdb.base/sect-cmd.exp: Use gdb_test. Use -wrap "". Fix
277 test name.
278
25ff4de7
TV
2792021-06-08 Tom de Vries <tdevries@suse.de>
280
281 * gdb.base/sect-cmd.exp: Fix saw_section_address_line regexp.
282
cfc75767
SM
2832021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
284
285 * gdb.base/continue-all-already-running.exp: Call fail if can't
286 run to main.
287
a12a15e7
AB
2882021-06-07 Andrew Burgess <andrew.burgess@embecosm.com>
289
290 PR gdb/27847
291 * gdb.dwarf2/dw2-weird-type-len.c: New file.
292 * gdb.dwarf2/dw2-weird-type-len.exp: New file.
293
f1854e35
SM
2942021-06-07 Simon Marchi <simon.marchi@polymtl.ca>
295
296 * gdb.base/attach.exp (test_command_line_attach_run): Use
297 proc_with_prefix.
298
b0e2f96b
TV
2992021-06-07 Tom de Vries <tdevries@suse.de>
300
301 PR testsuite/27908
302 * gdb.base/run-attach-while-running.exp (test): Don't match prompt
303 after attach using '$gdb_prompt $'.
304
409cac34
TV
3052021-06-07 Tom de Vries <tdevries@suse.de>
306
307 * gdb.base/info-types.exp.tcl: Remove "File .*" matching from regexp
308 matching state machine.
309
bc37aacd
TV
3102021-06-07 Tom de Vries <tdevries@suse.de>
311
312 * gdb.base/new-ui-pending-input.exp
313 (test_command_line_new_ui_pending_input): Fix regexp for "initial
314 prompt on extra console".
315
7ee8c127
TV
3162021-06-07 Tom de Vries <tdevries@suse.de>
317
318 * gdb.base/info-types.exp.tcl (run_test): Move "random line" regexp
319 up.
320
921b2bc7
SM
3212021-06-06 Simon Marchi <simon.marchi@efficios.com>
322
323 * gdb.server/stop-reply-no-thread-multi.exp: Clear sysroot when
324 host and target are local.
325
ad4bd975
HD
3262021-06-05 Hannes Domani <ssbssa@yahoo.de>
327
328 * gdb.python/py-symbol.exp: Fix tests for Python 3.
329
ae61ef2c
SV
3302021-06-05 Shahab Vahedi <shahab@synopsys.com>
331
332 * gdb.arch/arc-disassembler-options.exp: New test.
333 * gdb.arch/arc-disassembler-options.s: New test source.
334
386de171
TT
3352021-06-04 Tom Tromey <tromey@adacore.com>
336
337 * gdb.ada/array_of_symbolic_length.exp: New file.
338 * gdb.ada/array_of_symbolic_length/foo.adb: New file.
339 * gdb.ada/array_of_symbolic_length/gl.adb: New file.
340 * gdb.ada/array_of_symbolic_length/gl.ads: New file.
341 * gdb.ada/array_of_symbolic_length/pck.adb: New file.
342 * gdb.ada/array_of_symbolic_length/pck.ads: New file.
343
df5bc734
MH
3442021-06-03 Magne Hov <mhov@undo.io>
345
346 PR python/27841
347 * gdb.python/py-events.exp: Extend inferior exit tests.
348 * gdb.python/py-events.py: Print inferior exit PID.
349
6ac5237c
HD
3502021-06-03 Hannes Domani <ssbssa@yahoo.de>
351
352 * gdb.python/py-symbol.exp: Test symbol constants.
353
60be64b3
BE
3542021-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
355
356 * gdb.dwarf2/per-bfd-sharing.exp: Fix temp-dir leakage.
357
170960e8
CL
3582021-06-02 Carl Love <cel@us.ibm.com>
359
360 * gdb.threads/threadapply.c: Add global mybarrier.
361 (main): Add pthread_barrier_init.
362 (thread_function): Replace while loop with myp increment and
363 pthread_barrier_wait.
364
f2d42111
AB
3652021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 * lib/gdb.exp (gdb_compile): Only add the -J option when using a
368 gcc based Fortran compiler, for example, flang does not support
369 this option.
370
8a222a6b
AB
3712021-06-02 Andrew Burgess <andrew.burgess@embecosm.com>
372
373 * lib/fortran.exp (fortran_int8): Escape '*' in pattern.
374
2adf1781
TT
3752021-06-01 Tom Tromey <tromey@adacore.com>
376
377 * Makefile.in (all): Don't print anything.
378 ($(abs_builddir)/site.exp site.exp): Use $(ECHO_GEN).
379 (expect-read1): Likewise.
380 (read1.so): Use $(ECHO_CC).
381 Include silent-rules.mk.
382
f99d1d37
TT
3832021-06-01 Tom Tromey <tromey@adacore.com>
384
385 * aclocal.m4, configure.ac, configure: Remove.
386 * Makefile.in (EXTRA_RULES): Remove.
387 ($(abs_builddir)/site.exp site.exp): Don't depend on
388 config.status.
389 (distclean maintainer-clean realclean, Makefile): Update.
390 (config.status): Remove target.
391 (lib/pdtrace): New target.
392 (all): Don't depend on EXTRA_RULES.
393 (check-read1): Depend on read1.so, expect-read1.
394
17d305ef
TV
3952021-06-01 Tom de Vries <tdevries@suse.de>
396
397 PR symtab/26096
398 * gdb.cp/cold-clone.cc: New test.
399 * gdb.cp/cold-clone.exp: New file.
400
b97eff8f
AB
4012021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * gdb.gdb/unittest.c: New file.
404 * gdb.gdb/unittest.exp: Run with and without a binary file loaded
405 into GDB.
406
b4b3e2de
AB
4072021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * gdb.base/premature-dummy-frame-removal.c: New file.
410 * gdb.base/premature-dummy-frame-removal.exp: New file.
411 * gdb.base/premature-dummy-frame-removal.py: New file.
412
d5a6313e
SM
4132021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
414
415 * gdb.base/reverse-init-functions.exp: New.
416
248f7165
TV
4172021-05-27 Tom de Vries <tdevries@suse.de>
418
419 PR symtab/27919
420 PR testsuite/27920
421 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
422 -readnow.
423
e453275c
TV
4242021-05-27 Tom de Vries <tdevries@suse.de>
425
426 PR testsuite/27921
427 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
428 (local_add_gdb_index): ... this.
429
778ae9cc
TV
4302021-05-21 Tom de Vries <tdevries@suse.de>
431
432 PR testsuite/25047
433 * boards/cc-with-gnu-debuglink.exp: New file.
434
ca43e660
TBA
4352021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
436
437 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
438 a dead code with an assignment to a global var. Fix a
439 whitespacing problem around an assignment operator.
440
7f2b8718
WS
4412021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
442
443 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
444 for the powerpc64 LE target.
445 * gdb.arch/powerpc-prologue.exp: Test Harness.
446
d9211df2
AB
4472021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
450 duplicate test names.
451
2129a942
TV
4522021-05-19 Tom de Vries <tdevries@suse.de>
453
454 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
455
5277208d
SM
4562021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
457
458 * gdb.python/py-framefilter-gdb.py.in: Rename to:
459 * gdb.python/py-framefilter-gdb.py: ... this.
460 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
461 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
462
91e159e9
SM
4632021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
464
465 * gdb.python/py-framefilter-gdb.py.in: Re-format.
466 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
467
467f8eb2
BK
4682021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
469
470 * gdb.base/class-allocatable-array.exp: Modified test for clang.
471
ea11a98d
WP
4722021-05-16 Weimin Pan <weimin.pan@oracle.com>
473
474 * gdb.ctf/funcreturn.exp: New file.
475 * gdb.ctf/whatis.c: Copy from gdb.base.
476
887e7158
TT
4772021-05-14 Tom Tromey <tom@tromey.com>
478
479 * gdb.rust/pp.exp: New file.
480 * gdb.rust/pp.py: New file.
481 * gdb.rust/pp.rs: New file.
482
f8eec398
BE
4832021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
484
485 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
486 remove the directory.
487 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
488
55789354
TBA
4892021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
490
491 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
492
ecf25064
KC
4932021-05-14 Kent Cheung <kent.cheung@arm.com>
494 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.python/py-format-string.c: Added a variable to test.
497 * gdb.python/py-format-string.exp: Check string representation is
498 printed at appropriate max_depth settings.
499 * gdb.python/py-nested-maps.exp: Likewise.
500 * gdb.guile/scm-pretty-print.exp: Add additional tests.
501
bab9eb49 5022021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
4a0a0bd2
AB
503
504 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
505 unique names, also wrap proc body in with_test_prefix.
506
bab9eb49 5072021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
62f2f198
AB
508
509 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
510 duplicate test names.
511 * gdb.guile/scm-parameter.exp: Provide test names to avoid
512 duplicate names based on the command being run.
513 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
514 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
515 loading a support module.
516 (test_equality): Update test name to match the actual test, making
517 the name unique in the process.
518 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
519 to resolve duplicate tests.
520 (test_inferior_function_call): Likewise.
521 (test_subscript_regression): Likewise.
522
bab9eb49 5232021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
5c6f801d
AB
524
525 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
526 silence PASS lines.
527 (gdb_install_guile_module): Likewise.
528
ee35ce82
GB
5292021-05-12 George Barrett <bob@bob131.so>
530
531 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
532 value-const-value.
533
9d4fc61d
GB
5342021-05-12 George Barrett <bob@bob131.so>
535
536 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
537 value-reference-value. Add test for value-rvalue-reference-value.
538
5048549a
TV
5392021-05-11 Tom de Vries <tdevries@suse.de>
540
541 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
542 Add "set debug infrun 1" commented out.
543
2302f963
TV
5442021-05-11 Tom de Vries <tdevries@suse.de>
545
546 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
547
abb894a4
BK
5482021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
549
550 * gdb.fortran/array-element.exp: Breakpoint location is modified.
551
db1f6cd6
LS
5522021-05-10 Lancelot Six <lsix@lancelotsix.com>
553
554 PR gdb/27614
555 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
556
9344937b
AB
5572021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
558
559 * gdb.guile/guile.exp: Don't use the source directory as a
560 temporary HOME directory.
561
0709cf68
SM
5622021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
563
564 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
565 parameters.
566
1845e254
AB
5672021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.guile/guile.exp: Add an extra test.
570
a3237c7c
AB
5712021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
574 gdb_test_no_output.
575
13123da8
SM
5762021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
577
578 * Re-format all Python files using black.
579 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
580
0618ecf6
AB
5812021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
582
583 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
584 watchpoint object before and after registering it with GDB.
585
a7ed4ea6
AB
5862021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
589 'proc_with_prefix', remove use of 'with_test_prefix', and
590 reindent.
591 (test_bkpt_deletion): Likewise.
592 (test_bkpt_cond_and_cmds): Likewise.
593 (test_bkpt_invisible): Likewise.
594 (test_watchpoints): Likewise.
595 (test_bkpt_internal): Likewise.
596 (test_bkpt_eval_funcs): Likewise.
597 (test_bkpt_registration): Likewise.
598 (test_bkpt_address): Convert to 'proc_with_prefix'.
599 (test_bkpt_probe): Likewise.
600
7ebbaa1c
AB
6012021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
602
603 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
604 names to avoid duplicates.
605 (test_bkpt_cond_and_cmds): Likewise.
606 (test_bkpt_eval_funcs): Likewise.
607
79aabb73
TBA
6082021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
609
610 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
611 for the -break-condition command's "--force" flag.
612
10e578d7
TBA
6132021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
614
615 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
616 is called by the test.
617
2f000c80
TV
6182021-05-05 Tom de Vries <tdevries@suse.de>
619
620 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
621 "Reading symbols" or "Expanding full symbols" lines. Using timeout
622 factor of 2 for attach.
623
09f83f79
TV
6242021-05-05 Tom de Vries <tdevries@suse.de>
625
626 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
627 "LWP <n> exited" messages.
628
fa94b3a7
SM
6292021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
630
631 * gdb.python/py-type.exp (test_fields): Test calling fields on
632 an int type.
633
858c8f2c
SM
6342021-05-04 Simon Marchi <simon.marchi@efficios.com>
635
636 * gdb.python/flexible-array-member.exp: Adjust expected range
637 value for member declared with 0 size. Test accessing range
638 tuple through range type.
639
d389a1a7
AB
6402021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
641
642 PR testsuite/27788
643 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
644 expected results when environment variable PYTHONDONTWRITEBYTECODE
645 is set.
646
2869ac4b
TT
6472021-04-30 Tom Tromey <tromey@adacore.com>
648
649 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
650 (Confused_Array): New types.
651 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
652 * gdb.ada/enum_idx_packed.exp: Add new tests.
653
5536f0cc
TV
6542021-04-30 Tom de Vries <tdevries@suse.de>
655
656 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
657 existing timeout factors.
658
7f7f284d
TV
6592021-04-30 Tom de Vries <tdevries@suse.de>
660
661 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
662
3f334074
TV
6632021-04-29 Tom de Vries <tdevries@suse.de>
664
665 PR testsuite/27786
666 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
667 remotetimeout to 4.
668
db2534b7
TT
6692021-04-28 Tom Tromey <tromey@adacore.com>
670
671 * gdb.ada/null_overload.exp: New file.
672 * gdb.ada/null_overload/foo.adb: New file.
673
edeaceda
AB
6742021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
675
676 * gdb.python/py-startup-opt.exp: New file.
677
b9f90c72
LM
6782021-04-27 Luis Machado <luis.machado@linaro.org>
679
680 * gdb.base/maint.exp: Drop a pattern that is not needed.
681 * lib/gdb.exp (readnow): Match line-by-line.
682
4b62a30d
LM
6832021-04-27 Luis Machado <luis.machado@linaro.org>
684
685 * gdb.xml/tdesc-reload.exp: Pass -lbl.
686
2c473def
MW
6872021-04-27 Michael Weghorn <m.weghorn@posteo.de>
688 Simon Marchi <simon.marchi@polymtl.ca>
689
690 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
691 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
692 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
693 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
694 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
695 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
696
e8b6c1da
TT
6972021-04-26 Tom Tromey <tromey@adacore.com>
698
699 PR gdb/27743:
700 * gdb.dwarf2/imported-unit-bp.exp: New file.
701 * gdb.dwarf2/imported-unit-bp-main.c: New file.
702 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
703
bea3329b
SM
7042021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
705
706 PR gdb/27773
707 * gdb.base/dump.exp: Test dump to non-existent dir.
708
21f91785
LM
7092021-04-26 Luis Machado <luis.machado@linaro.org>
710
711 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
712 comparison.
713
fbb46296
LS
7142021-04-25 Lancelot Six <lsix@lancelotsix.com>
715
716 PR gdb/22640
717 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
718 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
719 changes the default behavior of 'ptype/o'. Update to take into
720 account new horizontal layout.
721 * gdb.rust/simple.exp: Update ptype test to check new horizontal
722 layout.
723 * gdb.rust/union.exp: Same.
724
9fc29955
AB
7252021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
726
727 * gdb.base/info_sources.exp: Add new tests.
728
432ce4cf
TT
7292021-04-22 Tom Tromey <tom@tromey.com>
730
731 * gdb.base/ptype-offsets.cc (struct empty_member): New.
732 (main): Use empty_member.
733 * gdb.base/ptype-offsets.exp: Add new test.
734
a87caa6d
SM
7352021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
736
737 * gdb.python/flexible-array-member.exp: Add check for Python
738 support.
739
e25d6d93
SM
7402021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
741
742 PR gdb/27757
743 * gdb.python/flexible-array-member.c: New test.
744 * gdb.python/flexible-array-member.exp: New test.
745 * gdb.guile/scm-type.exp (test_range): Add test for flexible
746 array member.
747 * gdb.guile/scm-type.c (struct flex_member): New.
748 (main): Use it.
749
22f80c0f
TT
7502021-04-22 Tom Tromey <tom@tromey.com>
751
752 * gdb.rust/modules.exp: Add checks for syntax errors.
753 * gdb.rust/expr.exp: Add checks for syntax errors.
754 * gdb.rust/simple.exp: Add checks for syntax errors.
755
6d5702a5
CL
7562021-04-21 Carl Love <cel@us.ibm.com>
757
758 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
759 Update expected string for gdb_test "bt".
760
761 * lib/valgrind.exp: Add set remotetimeout 3.
762 Increase vgdb wait from 1 to 2.
763 Add max-invoke-ms option to vgdb command line.
764
10a636cc
TBA
7652021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
766
767 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
768 conditions.
769
98e713ab
SM
7702021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
771 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
772
773 * gdb.mi/mi-break.exp: Fix the duplicate test names.
774
525174e8
FW
7752021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
776
777 * gdb.base/address_space_qualifier.exp: New file.
778
392e0bcc
TT
7792021-04-19 Tom Tromey <tromey@adacore.com>
780
781 PR gdb/27742:
782 * gdb.opt/inline-locals.exp: Update kfail patterns.
783
da314dd3
TT
7842021-04-17 Tom Tromey <tom@tromey.com>
785
786 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
787
3cbc7ac3
TT
7882021-04-16 Tom Tromey <tom@tromey.com>
789
790 * gdb.rust/simple.exp: Change error text.
791 * gdb.rust/expr.exp: Change error text.
792
458620aa
TT
7932021-04-16 Tom Tromey <tom@tromey.com>
794
795 * gdb.rust/simple.exp: Add parens to 'as' test.
796
321d0cd7
SM
7972021-04-16 Simon Marchi <simon.marchi@efficios.com>
798
799 * boards/simavr.exp: Set debug_flags.
800
1b6b755e
LM
8012021-04-16 Luis Machado <luis.machado@linaro.org>
802
803 * gdb.dwarf2/dw2-bfloat16.exp: New file.
804
fd5c30cd
AB
8052021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
808 including a path in the test name.
809
41f14dc8
SM
8102021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
811
812 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
813
a15a276b
TT
8142021-04-15 Tom Tromey <tromey@adacore.com>
815
816 * gdb.dwarf2/arr-stride.exp: Add test.
817
5809fbf2
TT
8182021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
819
820 * gdb.base/startup-file.exp: Add more tests.
821
92e4e97a
AB
8222021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
823
824 PR cli/25956
825 * gdb.base/early-init-file.c: New file.
826 * gdb.base/early-init-file.exp: New file.
827 * lib/gdb-utils.exp (style): Handle style 'none'.
828
fcc99c42
TBA
8292021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
830
831 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
832 @DW_INL_declared_inlined for the inline attribute.
833
34dc0f95
TBA
8342021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
835
836 * gdb.opt/inline-locals.c (scoped): New function.
837 (main): Call 'scoped'.
838 * gdb.opt/inline-locals.exp: Update with "info locals" tests
839 for scoped variables.
840 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
841 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
842
ac4d323e
TBA
8432021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
844
845 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
846
6b142048
WS
8472021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
848
849 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
850
82d9b280 8512021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
c8a37944
WS
852
853 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
854 non-relative plxv instructions.
855 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
856
8572021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
82d9b280 858
e3d528d7
WS
859 PR gdb/27525
860 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
861 exercise single-stepping over subpcis,lnia,addpcis instructions
862 with displacement.
863 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
864 of addpcis/lnia/subpcis instructions.
865 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
866 exercise single-stepping over lnia instructions with displacement.
867 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
868 lnia instructions.
869
8702021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
871
82d9b280
WS
872 * gdb.arch/powerpc-power10.s: New test for instructions.
873 * gdb.arch/powerpc-power10.exp: Harness to run the test.
874
6ba4cb84
CL
8752021-4-12 Carl Love <cel@us.ibm.com>
876
877 * gdb.arch/vsx-vsr-float128.c: New test file.
878 * gdb.arch/vsx-vsr-float128.exp: New expect file.
879
9d8f3022
MM
8802021-04-12 Markus Metzger <markus.t.metzger@intel.com>
881
882 * gdb.btrace/reconnect.exp: Relax expected stepi output.
883
dc2b480f
WP
8842021-04-07 Weimin Pan <weimin.pan@oracle.com>
885
886 * gdb.base/ctf-ptype.c: Add struct link containing a forward
887 reference type.
888 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
889
0a703a4c
AB
8902021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
893 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
894
30ab3586
AB
8952021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
896
897 * gdb.cp/rvalue-ref-params.cc (f3): New function.
898 (f4): New function.
899 (global_int): New global variable.
900 (global_float): Likeiwse.
901 (main): Call both new functions.
902 * gdb.cp/rvalue-ref-params.exp: Add new tests.
903
56d467f4
CT
9042021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
905
906 * gdb.dwarf2/fission-relative-dwo.c: New file.
907 * gdb.dwarf2/fission-relative-dwo.exp: New file.
908
61dee722
AB
9092021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
910
911 * gdb.dwarf2/fission-absolute-dwo.c: New file.
912 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
913 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
914 instead of build_executable_from_fission_assembler.
915 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
916 * gdb.dwarf2/fission-loclists.exp: Likewise.
917
918 * gdb.dwarf2/fission-multi-cu.S: Delete file.
919 * gdb.dwarf2/fission-multi-cu.c: New file based on old
920 fission-multi-cu1.c and fission-multi-cu2.c files.
921 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
922 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
923 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
924 * gdb.dwarf2/fission-reread.exp: Likewise.
925 * lib/dwarf.exp (extract_dwo_information): New proc.
926 (strip_dwo_information): New proc.
927 (build_executable_and_dwo_files): New proc.
928 (build_executable_from_fission_assembler): Delete.
929 (Dwarf::_debug_addr_index): New variable.
930 (Dwarf::_cu_is_fission): New variable.
931 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
932 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
933 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
934 if this is a fission CU.
935 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
936 (Dwarf::debug_addr_label): New proc.
937 (Dwarf::cu): Initialise _cu_is_fission.
938 (Dwarf::tu): Likewise.
939 (Dwarf::assemble): Initialise _debug_addr_index.
940
1fd999d9
AB
9412021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
942
943 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
944
79c02443
AB
9452021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
946
947 * gdb.python/py-parameter.exp: Add test for reading data-directory
948 using gdb.parameter API.
949
340d00fb
TV
9502021-04-06 Tom de Vries <tdevries@suse.de>
951
952 PR breakpoints/25884
953 * gdb.opt/inline-cmds.exp: Remove kfail.
954
043bcbaf
TV
9552021-04-06 Tom de Vries <tdevries@suse.de>
956
957 PR testsuite/27691
958 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
959 file "".
960
ac628a06
EB
9612021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
962
963 * lib/pdtrace.in: Fix obvious typo.
964
3f49d080
TT
9652021-03-31 Tom Tromey <tromey@adacore.com>
966
967 * lib/dwarf.exp (Dwarf::_get_args): New proc.
968 (Dwarf::_location): Use it.
969
cfcbd506
TV
9702021-03-31 Tom de Vries <tdevries@suse.de>
971
972 PR testsuite/27667
973 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
974
8a91fbdf
SM
9752021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
976
977 PR gdb/27541
978 * gdb.base/index-cache-load-twice.exp: Remove.
979 * gdb.base/index-cache-load-twice.c: Remove.
980 * gdb.dwarf2/per-bfd-sharing.exp: New.
981 * gdb.dwarf2/per-bfd-sharing.c: New.
982
b953e703
TV
9832021-03-30 Tom de Vries <tdevries@suse.de>
984
985 PR testsuite/27604
986 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
987
aa33ea68
TBA
9882021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
989
990 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
991 the infinite loop to avoid a Clang bug.
992
99066782
WS
9932021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
994
995 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
996 names for uniqueness.
997 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
998 uniqueness.
999
b1f3973b
AB
10002021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1001
1002 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
1003 member.
1004 (make_container): Initialise is_array_p.
1005 * gdb.python/py-prettyprint.exp: Add new tests.
1006 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
1007 Check is_array_p and possibly return 'array'.
1008
3c2dcf90
AB
10092021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1010
1011 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
1012 * gdb.cp/casts.exp: Give tests unique names.
1013 * gdb.cp/filename.exp: Likewise.
1014 * gdb.cp/gdb2495.exp: Likewise.
1015 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
1016 * gdb.cp/misc.exp: Rename test to make it unique.
1017 * gdb.cp/nsnested.exp: Give tests unique names.
1018 * gdb.cp/ovldbreak.exp: Likewise.
1019 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
1020 being tested. This also removes the duplicate test name.
1021 * gdb.cp/ref-types.exp: Likewise.
1022 * gdb.cp/temargs.exp: Likewise.
1023
6b78370d
AB
10242021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
1027 square brackets in test.
1028
baecbb3d
AB
10292021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1030
1031 * gdb.cp/maint.exp (test_first_component): Run more tests with a
1032 variable number of spaces, this removes the duplicate testing of
1033 'operator ->' which existed before.
1034
6e892297
AB
10352021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1036
1037 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
1038 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
1039 duplicates, and also to avoid having a string inside parentheses
1040 at the end of test names.
1041
ac45a6ca
AB
10422021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1043
1044 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
1045 Avoid repeated uses of 'runto', and instread just progress once
1046 through the test stopping at different breakpoints. Give comments
1047 a capital letter and full stop. Give duplicate tests unique names.
1048
323fd5b9
PA
10492021-03-25 Pedro Alves <pedro@palves.net>
1050
1051 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
1052 "target_non_stop" parameter and use it.
1053 (top level): Add "maint set target-non-stop on/off" testing axis.
1054
ba3c61fc
AB
10552021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
1056
1057 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
1058 gdb_test_multiple.
1059
bf0aecce
LM
10602021-03-24 Luis Machado <luis.machado@linaro.org>
1061
1062 * gdb.arch/aarch64-mte.c: New file.
1063 * gdb.arch/aarch64-mte.exp: New test.
1064 * gdb.base/memtag.c: New file.
1065 * gdb.base/memtag.exp: New test.
1066 * lib/gdb.exp (supports_memtag): New function.
1067
bef382e6
LM
10682021-03-24 Luis Machado <luis.machado@linaro.org>
1069
1070 * gdb.base/options.exp: Adjust for new print options.
1071 * gdb.base/with.exp: Likewise.
1072
702cf3f5
AB
10732021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1074
1075 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
1076 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
1077
1e7fcccb
AB
10782021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
1079
1080 * gdb.dwarf2/dw2-using-debug-str.c: New file.
1081 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
1082 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
1083 not .debug_string.
1084
4829711b
TT
10852021-03-20 Tom Tromey <tom@tromey.com>
1086
1087 * gdb.base/maint.exp: Update "maint print statistics" output.
1088
e0d6d274
KB
10892021-03-19 Kevin Buettner <kevinb@redhat.com>
1090
1091 * lib/gdbserver-support.exp (gdbserver_exit): Use the
1092 "-nowait" flag when waiting for gdbserver to exit.
1093
a088215a
SST
10942021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
1095
1096 * gdb.base/info-macros.exp: Append -fdebug-macro to
1097 additional_flags for clang.
1098 * gdb.base/macscp.exp: Likewise.
1099 * gdb.base/style.exp: Likewise.
1100 * gdb.linespec/macro-relative.exp: Likewise.
1101
d0c99a23
SM
11022021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
1103 Pedro Alves <pedro@palves.net>
1104
1105 * gdb.base/run-attach-while-running.exp: New.
1106 * gdb.base/run-attach-while-running.c: New.
1107
7807d76a
AB
11082021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 * gdb.python/py-framefilter-addr.c: New file.
1111 * gdb.python/py-framefilter-addr.exp: New file.
1112 * gdb.python/py-framefilter-addr.py: New file.
1113
f302f9e2
AB
11142021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
1115
1116 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
1117 Make use of $gdb_test_name instead of creating a separate $test
1118 variable.
1119 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
1120 adding a '($name)' at the end of each test. This also catches the
1121 one place where '($name)' was missing, and so caused a duplicate
1122 test name.
1123 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
1124 duplicate test names based on the command being tested.
1125 * gdb.threads/signal-command-multiple-signals-pending.exp:
1126 Likewise.
1127 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
1128 avoid duplicate testnames when a test script uses this proc and
1129 also gdb_compile_pthreads.
1130 * lib/prelink-support.exp (build_executable_own_libs): Use
1131 with_test_prefix to avoid duplicate test names when we call
1132 build_executable twice.
1133
6813ceb0
TT
11342021-03-15 Tom Tromey <tromey@adacore.com>
1135
1136 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
1137
3b5c4de0
TT
11382021-03-15 Tom Tromey <tromey@adacore.com>
1139
1140 * gdb.ada/varsize_limit.exp: Add new test.
1141 * gdb.ada/varsize_limit/vsizelim.adb: Update.
1142
c04da66c
TT
11432021-03-15 Tom Tromey <tromey@adacore.com>
1144
1145 * gdb.ada/operator_call/twovecs.ads: New file.
1146 * gdb.ada/operator_call/twovecs.adb: New file.
1147 * gdb.ada/operator_call/opcall.adb: New file.
1148 * gdb.ada/operator_call.exp: New file.
1149
1ac74522
TT
11502021-03-15 Tom Tromey <tromey@adacore.com>
1151
1152 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
1153 * gdb.ada/enums_overload/enums_overload.ads: New file.
1154 * gdb.ada/enums_overload/enums_overload.adb: New file.
1155 * gdb.ada/enums_overload.exp: New file.
1156
207582c0
TT
11572021-03-15 Tom Tromey <tromey@adacore.com>
1158
1159 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
1160 Declare.
1161 * gdb.ada/assign_arr/target_wrapper.adb: New file.
1162 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
1163 Call Put.
1164 * gdb.ada/assign_arr.exp: Update.
1165
ba6a0ef3
AB
11662021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
1167
1168 * gdb.python/py-auto-load-chaining-f1.c: New file.
1169 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
1170 * gdb.python/py-auto-load-chaining-f2.c: New file.
1171 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
1172 * gdb.python/py-auto-load-chaining.c: New file.
1173 * gdb.python/py-auto-load-chaining.exp: New file.
1174
7f99d636
AB
11752021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1176
1177 * gdb.python/py-bad-printers.exp: Extend test names to make them
1178 unique.
1179 * gdb.python/py-events.exp: Likewise.
1180 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1181 * gdb.python/py-frame-inline.exp: Likewise.
1182 * gdb.python/py-frame.exp: Likewise.
1183 * gdb.python/py-infthread.exp: Likewise.
1184
323b848c
AB
11852021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1186
1187 * gdb.python/py-value-cc.exp: Remove a duplicate test.
1188
8a4efb36
AB
11892021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1190
1191 * gdb.python/lib-types.exp: Update the test to check the correct
1192 python variable.
1193
66bb1dd9
AB
11942021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1195
1196 * gdb.python/py-explore-cc.exp: Extend test names to make them
1197 unique.
1198
0125fabc
AB
11992021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.python/py-lookup-type.exp: Remove duplicate test.
1202
79d04157
AB
12032021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1204
1205 * gdb.python/py-symtab.exp: Extend test names to make them
1206 unique.
1207
e3e48d8f
AB
12082021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1209
1210 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
1211 names unique.
1212
2cb60e74
AB
12132021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1214
1215 * gdb.python/py-block.exp: Give tests unique names.
1216
8b12ded4
AB
12172021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * gdb.python/py-pp-maint.exp: Extend test names to make them
1220 unique.
1221
93598ea4
AB
12222021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * gdb.python/py-explore.exp: Add with_test_prefix to make test
1225 names unique.
1226
f35d6971
AB
12272021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1228
1229 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
1230
22d3e7f6
AB
12312021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1232
1233 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
1234 names unique.
1235
5fc5a1b8
AB
12362021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1237
1238 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
1239 test names unique.
1240
e3141a4d
AB
12412021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1242
1243 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
1244 unique.
1245
ccdc02ed
TT
12462021-03-09 Tom Tromey <tromey@adacore.com>
1247
1248 * gdb.base/cast-call.exp: New file.
1249 * gdb.base/cast-call.c: New file.
1250
fbb1aace
AB
12512021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1252
1253 * gdb.gdb/python-helper.exp: New file.
1254
611aa09d
FW
12552020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
1256
1257 * gdb.fortran/intrinsics.exp: Add LOC tests.
1258
eef32f59
AB
12592021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1260
1261 * gdb.fortran/shape.exp: New file.
1262 * gdb.fortran/shape.f90: New file.
1263
7ba155b3
AB
12642021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 * gdb.fortran/size.exp: New file.
1267 * gdb.fortran/size.f90: New file.
1268
e14816a8
AB
12692021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
1270
1271 * gdb.fortran/rank.exp: New file.
1272 * gdb.fortran/rank.f90: New file.
1273
d308ba78
TT
12742021-03-08 Tom Tromey <tom@tromey.com>
1275
1276 * gdb.fortran/debug-expr.exp: Update tests.
1277
d182f279
TT
12782021-03-08 Tom Tromey <tom@tromey.com>
1279
1280 * gdb.base/debug-expr.exp: Update expected dump output.
1281
a7308ce0
TT
12822021-03-06 Tom Tromey <tom@tromey.com>
1283
1284 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
1285 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
1286 * gdb.dwarf2/dwznolink.exp: New file.
1287
b0a8c2ff
MW
12882021-03-05 Mark Wielaard <mark@klomp.org>
1289
1290 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
1291
844be3f2
WP
12922021-03-06 Weimin Pan <weimin.pan@oracle.com>
1293
1294 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
1295
82333781
MM
12962021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1297
1298 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
1299
32c52999
MM
13002021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1301
1302 * gdb.btrace/non-stop.exp: Adjust expected source lines.
1303
26ed1478
MM
13042021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1305
1306 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
1307
d2c5f24e
MM
13082021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1309
1310 * gdb.btrace/exception.cc (main): Update test source.
1311 * gdb.btrace/exception.exp: Update patterns.
1312 * gdb.btrace/function_call_history.exp: Likewise.
1313
c7c7253a
MM
13142021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1315
1316 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
1317
f0778fc1
MM
13182021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1319
1320 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
1321 reverse-continue to breakpoint.
1322
e71dbd03
MM
13232021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1324
1325 * gdb.btrace/delta.exp: Remove instruction-history and
1326 function-call-history checks.
1327
b93a3ed0
MM
13282021-03-03 Markus Metzger <markus.t.metzger@intel.com>
1329
1330 * README (Note): Add nopie_ldflag.
1331 * lib/gdb.exp (gdb_compile): Extend nopie handling.
1332
bbcdf9ab
TT
13332021-03-02 Tom Tromey <tromey@adacore.com>
1334
1335 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
1336 encodings.
1337
bb3a4efe
LS
13382021-02-27 Lancelot Six <lsix@lancelotix.com>
1339
1340 PR gdb/27393
1341 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
1342
1343
573dc0cc
TT
13442021-02-26 Tom Tromey <tom@tromey.com>
1345
1346 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
1347
f8218786
JV
13482021-02-26 Jan Vrany <jan.vrany@labware.com>
1349
1350 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1351 Remove trailing \n from expected output.
1352
cb51b708
MM
13532021-02-26 Markus Metzger <markus.t.metzger@intel.com>
1354
1355 * lib/gdb.exp (use_gdb_stub): Extend comment.
1356
64d38fdd
JM
13572021-02-25 Jan Matyas <jmatyas@codasip.com>
1358
1359 PR gdb/26819
1360 * gdb.server/stop-reply-no-thread.exp: Add two test
1361 scenarios that cover remote targets which do not have
1362 the concept of threads.
1363
d4ff3cbf
AB
13642021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1365
1366 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
1367
68337b8b
AB
13682021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1369
1370 PR fortran/26155
1371 * gdb.fortran/call-no-debug-func.f90: New file.
1372 * gdb.fortran/call-no-debug-prog.f90: New file.
1373 * gdb.fortran/call-no-debug.exp: New file.
1374
faeb9f13
AB
13752021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 * gdb.fortran/associated.exp: New file.
1378 * gdb.fortran/associated.f90: New file.
1379
170f4b23
AB
13802021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
1383
dd80d750
AB
13842021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1385
1386 * gdb.base/sect-cmd.exp: Update expected results.
1387
b91919ac
AB
13882021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1389
1390 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
1391 techniques. Enable the test for all targets.
1392
02a79309
AB
13932021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1394
1395 * gdb.base/maint-info-sections.exp: Add new tests.
1396 (check_maint_info_target_sections_output): New proc.
1397
895b7b4e
AB
13982021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1399
1400 * gdb.arch/riscv-default-tdesc.exp: New file.
1401
bc3c0632
AB
14022021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
1405
acde2092
AB
14062021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1407
1408 * gdb.arch/i386-biarch-core.exp: Add target check.
1409
7d2e5095
AKS
14102021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1411
1412 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1413
96df3e28
AB
14142021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1415
1416 * gdb.fortran/allocated.exp: New file.
1417 * gdb.fortran/allocated.f90: New file.
1418
a1670b72
AB
14192021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1420
1421 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1422
bf3386f0
AB
14232021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1424
1425 * gdb.base/maint-info-sections.exp: Update expected output, and
1426 add additional tests. Again.
1427
4790db14
AB
14282021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * gdb.base/maint-info-sections.exp: Update expected output, and
1431 add additional tests.
1432
f4be6772
AB
14332021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 * gdb.base/maint-info-sections.exp: New file, content is moved
1436 from gdb.base/maint.exp and cleaned up to use latest testsuite
1437 techniques.
1438 * gdb.base/maint.exp: Tests moved out to
1439 gdb.base/maint-info-sections.exp.
1440
25ad1e83
SM
14412021-02-10 Simon Marchi <simon.marchi@efficios.com>
1442
1443 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1444 GDBFLAGS.
1445
e92c8eb8
AB
14462021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1447
1448 * gdb.fortran/lbound-ubound.F90: New file.
1449 * gdb.fortran/lbound-ubound.exp: New file.
1450
ee4c3d88
TV
14512021-02-10 Tom de Vries <tdevries@suse.de>
1452
1453 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1454 "Restore saved setting of complaints".
1455
cf2b2075
TV
14562021-02-09 Tom de Vries <tdevries@suse.de>
1457
1458 PR symtab/27341
1459 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1460 (gdb_load_no_complaints): ... here.
1461 * gdb.fortran/function-calls.exp: Add test-case.
1462
b61f7811
HAQ
14632021-02-09 Abid Qadeer <abidh@codesourcery.com>
1464
1465 * gdb.threads/signal-command-handle-nopass.exp: Call
1466 'standard_testfile' before using 'testfile'.
1467 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1468 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1469 * gdb.threads/signal-sigtrap.exp: Likewise
1470
3d4aae48
LM
14712021-02-08 Luis Machado <luis.machado@linaro.org>
1472
1473 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1474
4001d90d
TV
14752021-02-08 Tom de Vries <tdevries@suse.de>
1476
1477 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1478
29db1eb3
AB
14792021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1480
1481 * gdb.python/tui-window-disabled.c: New file.
1482 * gdb.python/tui-window-disabled.exp: New file.
1483 * gdb.python/tui-window-disabled.py: New file.
1484
e0c23e11
AB
14852021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1486
1487 * gdb.python/tui-window.exp: Add new tests.
1488 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1489 TestWindow object into global the_window.
1490 <remote_title>: New method.
1491 (delete_window_title): New function.
1492
1cf23996
AB
14932021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1494
1495 * gdb.tui/winheight.exp: Add more tests.
1496
2708dbbd
AB
14972021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1498
1499 * gdb.python/py-framefilter.exp: Update expected results.
1500 * gdb.python/python.exp: Update expected results.
1501
cd074e04
AB
15022021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1505 about bug in GDB, update expected results, and add more tests.
1506
5fb97639
AB
15072021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * gdb.tui/scroll.exp: New file.
1510 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1511 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1512 remaining lines up.
1513 (Term::check_region_contents): New proc.
1514 (Term::check_box_contents): Use check_region_contents.
1515
c0e56745
TV
15162021-02-06 Tom de Vries <tdevries@suse.de>
1517
1518 PR testsuite/26922
1519 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1520 scrolling.
1521
0e857c82
TV
15222021-02-05 Tom de Vries <tdevries@suse.de>
1523
1524 PR breakpoints/27313
1525 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1526 rejected.
1527
a22ec6e8
TV
15282021-02-05 Tom de Vries <tdevries@suse.de>
1529
1530 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1531 * gdb.fortran/mixed-lang-stack.exp: Same.
1532
ae710496
TV
15332021-02-05 Tom de Vries <tdevries@suse.de>
1534
1535 PR exp/27265
1536 * gdb.base/complex-parts.exp: Add tests.
1537
d3b54e63
TV
15382021-02-05 Tom de Vries <tdevries@suse.de>
1539
1540 PR symtab/27307
1541 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1542
3eccb1c8
SV
15432021-02-04 Shahab Vahedi <shahab@synopsys.com>
1544
1545 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1546
a71501e2
PA
15472021-02-03 Pedro Alves <pedro@palves.net>
1548
1549 * gdb.threads/detach-step-over.c: New file.
1550 * gdb.threads/detach-step-over.exp: New file.
1551
92234eb1
PA
15522021-02-03 Pedro Alves <pedro@palves.net>
1553
1554 * gdb.threads/attach-non-stop.c: New file.
1555 * gdb.threads/attach-non-stop.exp: New file.
1556
2e3773ff
LS
15572021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1558
1559 * gdb.base/inferior-noarg.c: New test.
1560 * gdb.base/inferior-noarg.exp: New test.
1561
e0bd9202
SM
15622021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1563
1564 * gdb.base/scope.exp: Use proc_with_prefix.
1565
9307efbe
SM
15662021-02-02 Simon Marchi <simon.marchi@efficios.com>
1567
1568 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1569 table proc.
1570 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1571 .debug_rnglists table without offset array.
1572 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1573 .debug_loclists table without offset array.
1574
2b0c7f41
SM
15752021-02-02 Simon Marchi <simon.marchi@efficios.com>
1576
1577 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1578 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1579 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1580 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1581 attribute
1582
ecfda20d
SM
15832021-02-02 Simon Marchi <simon.marchi@efficios.com>
1584
1585 PR gdb/26813
1586 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1587 (loclists): New proc.
1588 * gdb.dwarf2/loclists-multiple-cus.c: New.
1589 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1590 * gdb.dwarf2/loclists-sec-offset.c: New.
1591 * gdb.dwarf2/loclists-sec-offset.exp: New.
1592
6b0933da
SM
15932021-02-02 Simon Marchi <simon.marchi@efficios.com>
1594
1595 * lib/dwarf.exp (_location): Add parameters.
1596 (_handle_DW_FORM): Adjust.
1597
962effa7
SM
15982021-02-02 Simon Marchi <simon.marchi@efficios.com>
1599
1600 PR gdb/26813
1601 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1602 (cu): Generate header for DWARF 5.
1603 (rnglists): New proc.
1604 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1605 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1606
2bd3e4b8
TV
16072021-02-02 Tom de Vries <tdevries@suse.de>
1608
1609 PR symtab/24620
1610 * gdb.dwarf2/fission-reread.exp: Add test-case.
1611
c39c8637
TV
16122021-02-01 Tom de Vries <tdevries@suse.de>
1613
1614 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1615 * gdb.dwarf2/fission-loclists-pie.S: Same.
1616 * gdb.dwarf2/fission-loclists.S: Same.
1617 * gdb.dwarf2/fission-multi-cu.S: Same.
1618 * gdb.dwarf2/fission-reread.S: Same.
1619 * gdb.dwarf2/fission-base.exp: Use DWO.
1620 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1621 * gdb.dwarf2/fission-loclists.exp: Same.
1622 * gdb.dwarf2/fission-multi-cu.exp: Same.
1623 * gdb.dwarf2/fission-reread.exp: Same.
1624
ebde6f2d
TV
16252021-01-29 Tom de Vries <tdevries@suse.de>
1626
1627 PR breakpoints/26063
1628 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1629 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1630
620ec3ca
TV
16312021-01-29 Tom de Vries <tdevries@suse.de>
1632
1633 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1634
cdeba395
TV
16352021-01-28 Tom de Vries <tdevries@suse.de>
1636
1637 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1638 in the backtrace, and use that in the rest of the test instead of
1639 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1640
c47b145e
TV
16412021-01-28 Tom de Vries <tdevries@suse.de>
1642
1643 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1644 * gdb.arch/i386-sse-stack-align.c: Same.
1645 * gdb.arch/i386-sse-stack-align.exp: Same.
1646
47918cca
AB
16472021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1648
1649 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1650
2f985dd1
TV
16512021-01-28 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1654
22efa3d3
TV
16552021-01-28 Tom de Vries <tdevries@suse.de>
1656
1657 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1658 "maint info line-table". Make PASS pattern more specific. Make
1659 FAIL pattern work for -m32.
1660
59b59f08
LS
16612021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1662
1663 PR gdb/27133
1664 * gdb.base/ui-redirect.exp: Add test case that ensures that
1665 redirecting both logging and debug does not cause gdb to crash.
1666
1667
807f647c
MM
16682021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1669
1670 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1671
4ca40594
TV
16722021-01-26 Tom de Vries <tdevries@suse.de>
1673
1674 * gdb.threads/killed-outside.exp: Allow regular output.
1675
d0021af3
TV
16762021-01-26 Tom de Vries <tdevries@suse.de>
1677
1678 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1679
9f6c202e
TV
16802021-01-25 Tom de Vries <tdevries@suse.de>
1681
1682 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1683 * lib/gdb.exp: Use gdb_load_no_complaints.
1684
a625a8c9
TT
16852021-01-25 Tom Tromey <tromey@adacore.com>
1686
1687 * gdb.ada/fixed_points.exp: Add regression test.
1688 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1689 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1690
19184910
TT
16912021-01-25 Tom Tromey <tromey@adacore.com>
1692
1693 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1694
acd6125f
TT
16952021-01-25 Tom Tromey <tromey@adacore.com>
1696
1697 * gdb.ada/local-enum.exp: New file.
1698 * gdb.ada/local-enum/local.adb: New file.
1699
1af4c9c4
TT
17002021-01-23 Tom Tromey <tom@tromey.com>
1701
1702 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1703
705646c0
BE
17042021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1705
1706 * gdb.base/line65535.exp: Fix test expectation.
1707
0ac85db5
SM
17082021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1709
1710 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1711 suppression.
1712 (default_gdb_exit): Likewise.
1713 (default_gdb_spawn): Likewise.
1714 (send_gdb): Likewise.
1715 (gdb_expect): Likewise.
1716 (gdb_expect_list): Likewise.
1717 (default_gdb_init): Likewise.
1718 (gdb_suppress_entire_file): Remove.
1719 (gdb_suppress_tests): Remove.
1720 (gdb_stop_suppressing_tests): Remove.
1721 (gdb_clear_suppressed): Remove.
1722 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1723 related to test suppression.
1724 (default_mi_gdb_start): Likewise.
1725 (mi_gdb_reinitialize_dir): Likewise.
1726 (mi_gdb_test): Likewise.
1727 (mi_run_cmd_full): Likewise.
1728 (mi_runto_helper): Likewise.
1729 (mi_execute_to): Likewise.
1730 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1731 * gdb.base/bitfields.exp: Likewise.
1732 * gdb.base/bitfields2.exp: Likewise.
1733 * gdb.base/break.exp: Likewise.
1734 * gdb.base/call-sc.exp: Likewise.
1735 * gdb.base/callfuncs.exp: Likewise.
1736 * gdb.base/dfp-test.exp: Likewise.
1737 * gdb.base/endian.exp: Likewise.
1738 * gdb.base/exprs.exp: Likewise.
1739 * gdb.base/funcargs.exp: Likewise.
1740 * gdb.base/hbreak2.exp: Likewise.
1741 * gdb.base/recurse.exp: Likewise.
1742 * gdb.base/scope.exp: Likewise.
1743 * gdb.base/sepdebug.exp: Likewise.
1744 * gdb.base/structs.exp: Likewise.
1745 * gdb.base/until.exp: Likewise.
1746 * gdb.cp/misc.exp: Likewise.
1747
9d2d8a16
AB
17482021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1749
1750 PR cli/25956
1751 * gdb.base/style.exp (run_style_tests): Add version string test.
1752 (test_startup_version_string): Use version style name.
1753 * lib/gdb-utils.exp (style): Handle version style name.
1754
e7b43072
AB
17552021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1756
1757 * gdb.base/style.exp (limited_style): New proc.
1758 (clean_restart_and_disable): New proc.
1759 (run_style_tests): New proc. Most of the old tests from this file
1760 are now in this proc.
1761 (test_startup_version_string): New proc. Reamining test from the
1762 old file is in this proc.
1763
2189c312
SM
17642021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1765
1766 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1767 Adjust to "set debug remote" changes.
1768
cd211c75
LM
17692021-01-21 Luis Machado <luis.machado@linaro.org>
1770
1771 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1772 message.
1773
730af663
SM
17742021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1775
1776 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1777
325d39e4
HD
17782021-01-21 Hannes Domani <ssbssa@yahoo.de>
1779
1780 PR python/19151
1781 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1782
c3e96aa7
SM
17832021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1784
1785 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1786
6571ffc6
SM
17872021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1788
1789 * lib/tuiterm.exp: Add links in comments.
1790
7c794afd
TV
17912021-01-20 Tom de Vries <tdevries@suse.de>
1792
1793 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1794 offset.
1795
1402665c
TV
17962021-01-20 Tom de Vries <tdevries@suse.de>
1797
1798 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1799
6f52fdf4
SDJ
18002021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1801
1802 * gdb.arch/amd64-stap-expressions.S: New file.
1803 * gdb.arch/amd64-stap-expressions.exp: New file.
1804
14852123
TV
18052021-01-19 Tom de Vries <tdevries@suse.de>
1806
1807 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1808 sequence.
1809
0c4e2c6c
TV
18102021-01-19 Tom de Vries <tdevries@suse.de>
1811
1812 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1813
02baa133
AB
18142021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1815
1816 * gdb.fortran/array-slices.exp (run_test): Avoid including
1817 addresses in test names.
1818
10f92414
TV
18192021-01-15 Tom de Vries <tdevries@suse.de>
1820
1821 PR testsuite/26997
1822 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1823 when adding sizeof.
1824
116d0cf1
TV
18252021-01-14 Tom de Vries <tdevries@suse.de>
1826
1827 PR testsuite/24590
1828 * gdb.base/style.exp: Handle shorter argv in frame command output.
1829
8f66807b
AB
18302021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1831
1832 PR gdb/26819
1833 * gdb.server/stop-reply-no-thread-multi.c: New file.
1834 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1835
3f94e588
TV
18362021-01-12 Tom de Vries <tdevries@suse.de>
1837
1838 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1839 (main): Remove call to have_mpx.
1840 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1841 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1842 (main): Remote call to have_mpx.
1843 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1844 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1845 (main): Remove call to have_mpx.
1846 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1847 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1848 (main): Remove call to have_mpx.
1849 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1850 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1851 (main): Remote call to have_mpx.
1852 * gdb.arch/i386-mpx.exp: Use have_mpx.
1853 * lib/gdb.exp (have_mpx): New proc.
1854
5291fe3c
SP
18552021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1856
1857 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1858
18bfb505
TV
18592021-01-12 Tom de Vries <tdevries@suse.de>
1860
1861 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1862
ce38f5ed
AB
18632021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1864
1865 * gdb.fortran/debug-expr.exp: Add new tests.
1866
7c654b71
AB
18672021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * gdb.fortran/dot-ops.exp: Add new tests.
1870
10dadadc
TV
18712021-01-11 Tom de Vries <tdevries@suse.de>
1872
1873 PR testsuite/26968
1874 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1875 Move insn setting $eax to before probe point.
1876
66beed02
TT
18772021-01-09 Tom Tromey <tom@tromey.com>
1878
1879 * gdb.trace/ax.exp: Do not require an "ext".
1880
8fc48b79
TT
18812021-01-08 Tom Tromey <tromey@adacore.com>
1882
1883 * gdb.ada/voidctx/pck.adb: New file.
1884 * gdb.ada/voidctx/pck.ads: New file.
1885 * gdb.ada/voidctx/voidctx.adb: New file.
1886 * gdb.ada/voidctx.exp: New file.
1887
6abd4cf2
SM
18882021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1889
1890 PR gdb/27157
1891 * gdb.base/empty-host-env-vars.exp: New test.
1892
d00f0868
AB
18932021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 * gdb.base/completion.exp: Add a new test.
1896
3c8c6de2
AB
18972021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1898
1899 * gdb.fortran/intvar-dynamic-types.exp: New file.
1900 * gdb.fortran/intvar-dynamic-types.f90: New file.
1901
e3436813
AB
19022021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1903
1904 * gdb.fortran/intvar-array.exp: New file.
1905 * gdb.fortran/intvar-array.f90: New file.
1906
d4813f10
TT
19072021-01-07 Tom Tromey <tromey@adacore.com>
1908
1909 * gdb.ada/assign_arr.exp: Add 'others' test.
1910
b49180ac
TT
19112021-01-06 Tom Tromey <tromey@adacore.com>
1912
1913 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1914 (FP4_Type): New type.
1915 (FP4_Var): New variable.
1916 * gdb.ada/fixed_points/fixed_points.adb: Update.
1917 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1918
3c55062c
SM
19192021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1920
1921 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1922 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1923 Pass prompt containing debug print to gdb_test_sequence.
1924
e4ad960a
TV
19252021-01-04 Tom de Vries <tdevries@suse.de>
1926
1927 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1928
3ec3145c
SM
19292021-01-04 Simon Marchi <simon.marchi@efficios.com>
1930
1931
1932
8dc558a0
SM
19332021-01-04 Simon Marchi <simon.marchi@efficios.com>
1934
1935 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1936 * gdb.server/connect-without-multi-process.exp: Likewise.
1937 * gdb.server/exit-multiple-threads.exp: Likewise.
1938 * gdb.server/ext-attach.exp: Likewise.
1939 * gdb.server/ext-restart.exp: Likewise.
1940 * gdb.server/ext-run.exp: Likewise.
1941 * gdb.server/ext-wrapper.exp: Likewise.
1942 * gdb.server/multi-ui-errors.exp: Likewise.
1943 * gdb.server/no-thread-db.exp: Likewise.
1944 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1945 * gdb.server/run-without-local-binary.exp: Likewise.
1946 * gdb.server/server-kill.exp: Likewise.
1947 * gdb.server/server-run.exp: Likewise.
1948 * gdb.server/solib-list.exp: Likewise.
1949 * gdb.server/stop-reply-no-thread.exp: Likewise.
1950 * gdb.server/wrapper.exp: Likewise.
1951 * gdb.server/sysroot.exp: Increase timeout when testing the
1952 target: sysroot.
1953
d8387cc8
SM
19542021-01-04 Simon Marchi <simon.marchi@efficios.com>
1955
1956 * gdb.server/server-run.exp: Use clean_restart.
1957
5169ae34
SM
19582021-01-04 Simon Marchi <simon.marchi@efficios.com>
1959
1960 * gdb.server/ext-run.exp: Use clean_restart.
1961
7b0ff8a2
SM
19622021-01-04 Simon Marchi <simon.marchi@efficios.com>
1963
1964 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1965 instead of prepare_for_testing.
1966
a754fbdf
SM
19672021-01-04 Simon Marchi <simon.marchi@efficios.com>
1968
1969 * gdb.server/solib-list.exp: Use clean_restart.
1970
c5e71b33
TV
19712021-01-04 Tom de Vries <tdevries@suse.de>
1972
1973 * gdb.base/morestack.c: Remove printf.
1974 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1975
9b243007
TT
19762020-12-31 Tom Tromey <tom@tromey.com>
1977
1978 * gdb.rust/simple.exp: Update output for Rust 1.49.
1979
4ff509e7
BE
19802020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1981
1982 * gdb.cp/step-and-next-inline.exp: Fix test case.
1983
391750c3
SM
19842020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1985
1986 * gdb.python/py-frame-args.exp: De-duplicate test names.
1987
b7874836
AB
19882020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1989
1990 PR gdb/27059
1991 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1992 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1993
e1ff6226
PW
19942020-12-21 Peter Waller <p@pwaller.net>
1995
1996 * gdb.base/style-interp-exec-mi.exp: New.
1997 * gdb.base/style-interp-exec-mi.c: New.
1998
ca01f1bf
SM
19992020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2000
2001 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
2002 gdb_test. Use proc_with_prefix.
2003
0fe69a94
MM
20042020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2005
2006 * gdb.btrace/exception.exp: Build with nopie.
2007 * gdb.btrace/function_call_history.exp: Likewise.
2008 * gdb.btrace/unknown_functions.exp: Likewise.
2009
806e7575
MM
20102020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2011
2012 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
2013
493d2172
MM
20142020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2015
2016 * gdb.python/py-record-btrace.exp: Make test names unique.
2017 * gdb.python/py-record-full.exp: Likewise.
2018
1a1c0afc
MM
20192020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2020
2021 * gdb.btrace/data.exp: Make test names unique.
2022 * gdb.btrace/delta.exp: Likewise.
2023 * gdb.btrace/enable.exp: Likewise.
2024 * gdb.btrace/function_call_history.exp: Likewise.
2025 * gdb.btrace/nohist.exp: Likewise.
2026 * gdb.btrace/non-stop.exp: Likewise.
2027 * gdb.btrace/rn-dl-bind.exp: Likewise.
2028 * gdb.btrace/step.exp: Likewise.
2029 * gdb.btrace/stepi.exp: Likewise.
2030 * gdb.btrace/tailcall.exp: Likewise.
2031
98d837f0
MM
20322020-12-21 Markus Metzger <markus.t.metzger@intel.com>
2033
2034 * gdb.btrace/enable.exp: Update error message.
2035 * gdb.btrace/multi-inferior.exp: Likewise.
2036 * gdb.btrace/reconnect.exp: Likewise.
2037 * gdb.python/py-record-btrace.exp: Likewise.
2038 * gdb.python/py-record-full.exp: Likewise.
2039
c541fa7c
TV
20402020-12-20 Tom de Vries <tdevries@suse.de>
2041
2042 * lib/gdb.exp (save_target_board_info): New proc.
2043 (gdb_compile_shlib): Use save_target_board_info.
2044
60108e47
TV
20452020-12-19 Tom de Vries <tdevries@suse.de>
2046
2047 * lib/gdb.exp (supports_scalar_storage_order_attribute)
2048 (supports_gnuc): New proc.
2049 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
2050 test_compiler_info calls. Add unsupported message.
2051 * gdb.base/endianity.c: Use TEST_SSO.
2052
fa639f55
HD
20532020-12-19 Hannes Domani <ssbssa@yahoo.de>
2054
2055 PR exp/27070
2056 * gdb.python/compare-enum-type-a.c: New test.
2057 * gdb.python/compare-enum-type-b.c: New test.
2058 * gdb.python/compare-enum-type.exp: New file.
2059 * gdb.python/compare-enum-type.h: New test.
2060
4aea001f
HD
20612020-12-18 Hannes Domani <ssbssa@yahoo.de>
2062
2063 * gdb.python/py-format-string.exp: Add tests for address keyword.
2064
b3f9469b
HD
20652020-12-18 Hannes Domani <ssbssa@yahoo.de>
2066
2067 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
2068
86ef42bd
TT
20692020-12-18 Tom Tromey <tromey@adacore.com>
2070
2071 * gdb.ada/fixed_points.exp: Also run with
2072 -fgnat-encodings=minimal. Update expected output.
2073
93df4a1d
SM
20742020-12-16 Simon Marchi <simon.marchi@efficios.com>
2075
2076 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
2077 * gdb.base/continue-all-already-running.exp: Likewise.
2078 * gdb.base/moribund-step.exp: Likewise.
2079 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
2080
592995fa
TV
20812020-12-16 Tom de Vries <tdevries@suse.de>
2082
2083 * gdb.base/batch-preserve-term-settings.exp:
2084
1e61189d
TV
20852020-12-16 Tom de Vries <tdevries@suse.de>
2086
2087 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
2088 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
2089
19007d95
LM
20902020-12-16 Luis Machado <luis.machado@linaro.org>
2091
2092 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
2093 pointer-based memory accesses.
2094 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
2095 hw watchpoint cases.
2096
a33fc9ae
RK
20972020-12-15 Rae Kim <rae.kim@gmail.com>
2098
2099 * gdb.base/document.exp: New test.
2100
0e5ad442
TT
21012020-12-15 Tom Tromey <tromey@adacore.com>
2102
2103 * gdb.base/style.exp: Add deprecation tests.
2104
60598dbd
SM
21052020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
2106
2107 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
2108
8cd6d968
MW
21092020-12-14 Mark Wielaard <mark@klomp.org>
2110
2111 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
2112 specially, set attr_form_comment to the actual FORM string used.
2113
eab9267c
MW
21142020-12-14 Mark Wielaard <mark@klomp.org>
2115
2116 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
2117 _constants(SPECIAL_expr) here, but set it...
2118 (Dwarf::cu): ...here based on _cu_version.
2119
2f413264
TV
21202020-12-14 Tom de Vries <tdevries@suse.de>
2121
2122 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
2123 pass -fPIC.
2124 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
2125 * gdb.base/break-probes.exp: Same.
2126 * gdb.base/ctxobj.exp: Same.
2127 * gdb.base/dso2dso.exp: Same.
2128 * gdb.base/global-var-nested-by-dso.exp: Same.
2129 * gdb.base/info-shared.exp: Same.
2130 * gdb.base/jit-reader-simple.exp: Same.
2131 * gdb.base/print-file-var.exp: Same.
2132 * gdb.base/skip-solib.exp: Same.
2133 * gdb.btrace/dlopen.exp: Same.
2134
18f1cb1f
TV
21352020-12-14 Tom de Vries <tdevries@suse.de>
2136
2137 PR testsuite/26963
2138 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
2139
519155c9
TV
21402020-12-14 Tom de Vries <tdevries@suse.de>
2141
2142 PR testsuite/26962
2143 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
2144 cast it to its declared type".
2145
153f6e6c
TV
21462020-12-14 Tom de Vries <tdevries@suse.de>
2147
2148 PR testsuite/26951
2149 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
2150 shell prompt.
2151
86b44259
TT
21522020-12-14 Tom Tromey <tromey@adacore.com>
2153
2154 * gdb.ada/nested.exp: Add new tests.
2155 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
2156
e26624c6
TT
21572020-12-14 Tom Tromey <tromey@adacore.com>
2158
2159 * gdb.dwarf2/ada-thick-pointer.exp: New file.
2160
a3bdae4e
TT
21612020-12-14 Tom Tromey <tromey@adacore.com>
2162
2163 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
2164
862fcbd8
TV
21652020-12-13 Tom de Vries <tdevries@suse.de>
2166
2167 PR testsuite/26953
2168 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
2169 attribute support if compiler doesn't support it.
2170
a406a98e
TV
21712020-12-13 Tom de Vries <tdevries@suse.de>
2172
2173 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
2174 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
2175 source to shared lib. Add ada to options.
2176
5d7e6ed0
TV
21772020-12-13 Tom de Vries <tdevries@suse.de>
2178
2179 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
2180 calling gnatbind and gnatlink.
2181
ee9812a0
AB
21822020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2183
2184 * gdb.base/dcache-flush.c: New file.
2185 * gdb.base/dcache-flush.exp: New file.
2186
50a5f187
AB
21872020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
2188
2189 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
2190 commands.
2191 * gdb.base/killed-outside.exp: Likewise.
2192 * gdb.opt/inline-bt.exp: Likewise.
2193 * gdb.perf/gmonster-null-lookup.py: Likewise.
2194 * gdb.perf/gmonster-print-cerr.py: Likewise.
2195 * gdb.perf/gmonster-ptype-string.py: Likewise.
2196 * gdb.python/py-unwind.exp: Likewise.
2197
19c659f1
AB
21982020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2199
2200 * gdb.base/commands.exp: Update expected results.
2201
9ef6d4a1
AB
22022020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2203
2204 PR cli/15104
2205 * gdb.base/commands.exp: Add additional tests.
2206 * gdb.base/completion.exp: Add additional tests.
2207
1536146f
AB
22082020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2209
2210 * gdb.base/completion.exp: Add additional tests.
2211
346e7e19
TV
22122020-12-11 Tom de Vries <tdevries@suse.de>
2213
2214 PR testsuite/26991
2215 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
2216 violations by setting bounds registers if the bounds are passed in the
2217 Bounds Table.
2218
9cd7a95a
TV
22192020-12-11 Tom de Vries <tdevries@suse.de>
2220
2221 PR testsuite/26954
2222 * gdb.base/float128.exp: Detect and handle no mpfr support.
2223
4483a8e7
SM
22242020-12-10 Simon Marchi <simon.marchi@efficios.com>
2225
2226 PR gdb/24694
2227 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
2228 calls.
2229
10067028
TV
22302020-12-10 Tom de Vries <tdevries@suse.de>
2231
2232 PR testsuite/26947
2233 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
2234 braces for tcl 8.5 and earlier.
2235
5b56203a
SM
22362020-12-09 Simon Marchi <simon.marchi@efficios.com>
2237
2238 PR 26875, PR 26901
2239 * gdb.base/flexible-array-member.c: New test.
2240 * gdb.base/flexible-array-member.exp: New test.
2241
b46551b2
TV
22422020-12-08 Tom de Vries <tdevries@suse.de>
2243
2244 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
2245 using is_amd64_regs_target.
2246
8439f446
TV
22472020-12-08 Tom de Vries <tdevries@suse.de>
2248
2249 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
2250 self_id.
2251
bc545da7
PA
22522020-12-07 Pedro Alves <pedro@palves.net>
2253
2254 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
2255 'additional_flags' variable.
2256
1f58f6c2
TBA
22572020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2258
2259 * gdb.linespec/explicit.exp: Extend with a test to check completing
2260 '-' after seemingly complete options.
2261
5759831a
TBA
22622020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2263
2264 * gdb.linespec/keywords.exp: Add tests to check positional
2265 flexibility of "-force-condition".
2266
21e051b3
TBA
22672020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2268
2269 * gdb.base/bp-cmds-run-with-ex.c: New file.
2270 * gdb.base/bp-cmds-run-with-ex.exp: New file.
2271 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
2272 * gdb.gdb/python-interrupts.exp: Update the call to
2273 'catch_command_errors' with the new argument.
2274 * gdb.gdb/python-selftest.exp: Ditto.
2275
187b041e
SM
22762020-12-04 Simon Marchi <simon.marchi@efficios.com>
2277
2278 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
2279 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2280 * gdb.threads/non-stop-fair-events.exp: Likewise.
2281
3b7a962d
SM
22822020-12-04 Simon Marchi <simon.marchi@efficios.com>
2283
2284 * gdb.threads/step-over-exec.exp: New.
2285 * gdb.threads/step-over-exec.c: New.
2286 * gdb.threads/step-over-exec-execd.c: New.
2287 * lib/my-syscalls.S: New.
2288 * lib/my-syscalls.h: New.
2289
e633b117
SM
22902020-12-04 Simon Marchi <simon.marchi@efficios.com>
2291
2292 * lib/dwarf.exp (declare_labels): Use name as text if text is
2293 not provided.
2294
67748e0f
TV
22952020-12-04 Tom de Vries <tdevries@suse.de>
2296
2297 PR testsuite/26990
2298 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
2299 are unsupported.
2300
a8d13675
TV
23012020-12-04 Tom de Vries <tdevries@suse.de>
2302
2303 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
2304 clause.
2305
f17727b3
TV
23062020-12-04 Tom de Vries <tdevries@suse.de>
2307
2308 * gdb.reverse/insn-reverse.exp: Fix count handling.
2309
a1499830
TV
23102020-12-04 Tom de Vries <tdevries@suse.de>
2311
2312 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
2313 __x86_64__.
2314
9c027c2f
TV
23152020-12-04 Tom de Vries <tdevries@suse.de>
2316
2317 * gdb.reverse/insn-reverse.c (test_nr): New var.
2318 (usage, parse_args): New function.
2319 (main): Call parse_args. Only run test for test_nr.
2320 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
2321 and bail out. Run subtests individually, using an inferior arg
2322 specifying the subtest.
2323
533b2ae0
AB
23242020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2325
2326 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
2327
e4502042
AB
23282020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
2331 update test to use this.
2332
f55a9a37
SM
23332020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2334
2335 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
2336
0a6155a0
SM
23372020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2338
2339 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
2340 (do_test): Don't use with_test_prefix.
2341 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
2342 (do_test): Don't use with_test_prefix.
2343 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
2344 (do_test): Don't use with_test_prefix.
2345 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
2346 (do_test): Don't use with_test_prefix.
2347
4d56d64a
SM
23482020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
2349
2350 * gdb.threads/non-ldr-exit.exp: Fix comment.
2351
54e75f29
AB
23522020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2353
2354 * gdb.xml/maint-xml-dump-03.xml: New file.
2355
7ce05d21
TV
23562020-11-30 Tom de Vries <tdevries@suse.de>
2357
2358 PR symtab/26905
2359 * gdb.dwarf2/count.exp: Remove kfails.
2360
50757f95
TBA
23612020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2362
2363 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
2364 indices.
2365
4afa9fd9
JB
23662020-11-24 Joel Brobecker <brobecker@adacore.com>
2367
2368 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
2369 the "ptype pck__fp1_range_var" test for the module-2 and pascal
2370 languages. Remove the associated setup_xfail.
2371
15a491af
SM
23722020-11-23 Simon Marchi <simon.marchi@efficios.com>
2373
2374 * lib/gdb.exp (gdb_assert): Show error message on error.
2375
891615f0
TV
23762020-11-23 Tom de Vries <tdevries@suse.de>
2377
2378 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
2379 * gdb.ada/mod_from_name.exp: Same.
2380 * gdb.ada/pckd_arr_ren.exp: Same.
2381
19922582
SM
23822020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2383
2384 * gdb.base/template.exp: New.
2385 * gdb.base/template.c: New.
2386
117c628d
GB
23872020-11-22 Gary Benson <gbenson@redhat.com>
2388
2389 PR gdb/26905
2390 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
2391 is defined using a DW_AT_count which references another DIE.
2392
da39d3ba
TV
23932020-11-21 Tom de Vries <tdevries@suse.de>
2394
2395 * gdb.base/vla-ptr.exp: Add XFAIL.
2396
a5c641b5
AB
23972020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * gdb.fortran/array-slices-bad.exp: New file.
2400 * gdb.fortran/array-slices-bad.f90: New file.
2401 * gdb.fortran/array-slices-sub-slices.exp: New file.
2402 * gdb.fortran/array-slices-sub-slices.f90: New file.
2403 * gdb.fortran/array-slices.exp: Rewrite tests.
2404 * gdb.fortran/array-slices.f90: Rewrite tests.
2405 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2406
a15a5258
AB
24072020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2408
2409 * gdb.base/completion.exp: Add new completion tests.
2410
7cb2893d
SM
24112020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2412
2413 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2414 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2415 * gdb.mi/mi-nsintrall.exp: Likewise.
2416 * gdb.mi/mi-nsmoribund.exp: Likewise.
2417 * gdb.mi/mi-nsthrexec.exp: Likewise.
2418 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2419
cf144ec8
SM
24202020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2421
2422 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2423 of perror.
2424
6b6a3e05
JM
24252020-11-18 Joseph Myers <joseph@codesourcery.com>
2426
2427 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2428 $arg.exe exists but $arg does not.
2429
811bdca0
GB
24302020-11-17 Gary Benson <gbenson@redhat.com>
2431
2432 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2433 __attribute__ ((used)).
2434
c72e3136
AB
24352020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2436
2437 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2438
037d7135
AB
24392020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2440
2441 * gdb.base/completion.exp: Add new tests.
2442
119e99bb
TT
24432020-11-16 Tom Tromey <tromey@adacore.com>
2444
2445 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2446 tests.
2447
b74dbc20
JB
24482020-11-15 Joel Brobecker <brobecker@adacore.com>
2449
2450 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2451 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2452 (main): Add reference to pck__fp1_var2.
2453 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2454
0a12719e
JB
24552020-11-15 Joel Brobecker <brobecker@adacore.com>
2456
2457 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2458
0c9150e4
JB
24592020-11-15 Joel Brobecker <brobecker@adacore.com>
2460
2461 * gdb.ada/fixed_points.exp: Add ptype tests.
2462 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2463
b26daff9
JB
24642020-11-15 Joel Brobecker <brobecker@adacore.com>
2465
2466 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2467
09584414
JB
24682020-11-15 Joel Brobecker <brobecker@adacore.com>
2469
2470 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2471 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2472 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2473 New files.
2474 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2475
2476 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2477 New files.
2478
9dd02fc0
AB
24792020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 PR cli/26879
2482 * gdb.fortran/completion.exp: New file.
2483 * gdb.fortran/completion.f90: New file.
2484
5643c500
JM
24852020-11-12 Joseph Myers <joseph@codesourcery.com>
2486
2487 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2488 but $arg does not.
2489
7bea47f0
AB
24902020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2491
2492 * gdb.fortran/types.exp: Add more tests.
2493
1f2624a3
TT
24942020-11-12 Tom Tromey <tom@tromey.com>
2495
2496 PR rust/26799:
2497 * gdb.rust/traits.exp: Remove kfails.
2498
9e74f0ae
GB
24992020-11-12 Gary Benson <gbenson@redhat.com>
2500
2501 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2502 statement.
2503
acb994fa
SM
25042020-11-11 Simon Marchi <simon.marchi@efficios.com>
2505
2506 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2507 always-inserted" axis.
2508 (do_test): Add breakpoint_always_inserted parameter.
2509
95016fd2
TT
25102020-11-10 Tom Tromey <tromey@adacore.com>
2511
2512 * gdb.ada/bias.exp: Update.
2513 * gdb.ada/bias/bias.adb (X): Change value.
2514
83100a74
GB
25152020-11-10 Gary Benson <gbenson@redhat.com>
2516
2517 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2518 regexp fragment in parentheses to prevent false matching.
2519
6ff174a7
GB
25202020-11-10 Gary Benson <gbenson@redhat.com>
2521
2522 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2523
eb24648c
GB
25242020-11-10 Gary Benson <gbenson@redhat.com>
2525
2526 * gdb.cp/step-and-next-inline.exp: Only require
2527 -gstatement-frontiers when building with GCC.
2528 Only setup KFAIL's for GCC issues when using
2529 a GCC-built executable.
2530
86775fab
AB
25312020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2532
2533 * gdb.base/debug-expr.c: Add extra function to allow for an
2534 additional test.
2535 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2536 to this proc with gdb_test_debug_expr. Add an extra test.
2537 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2538 to this proc with gdb_test_debug_expr, give the tests names
2539 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2540 calls to this proc with gdb_test_debug_expr, give the tests names
2541 * gdb.fortran/debug-expr.exp: New file.
2542 * gdb.fortran/debug-expr.f90: New file.
2543 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2544
a1945bd4
SM
25452020-11-06 Simon Marchi <simon.marchi@efficios.com>
2546
2547 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2548 proceduresu.
2549 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2550 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2551 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2552 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2553 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2554 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2555 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2556 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2557
9c91c725
TT
25582020-11-04 Tom Tromey <tromey@adacore.com>
2559
2560 * gdb.ada/funcall_ref.exp: Update.
2561 * gdb.ada/var_rec_arr.exp: Update.
2562
8d9fd3a1
TT
25632020-11-04 Tom Tromey <tromey@adacore.com>
2564
2565 * gdb.ada/rec_ptype.exp: New file.
2566 * gdb.ada/rec_ptype/main.adb: New file.
2567 * gdb.ada/rec_ptype/p.ads: New file.
2568
d8f62e84
TT
25692020-11-04 Tom Tromey <tromey@adacore.com>
2570
2571 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2572 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2573 (PT_Full): New variable.
2574 * gdb.ada/tick_length_array_enum_idx/pck.adb
2575 (Full_PT): New type.
2576
7ff5b937
TT
25772020-11-04 Tom Tromey <tromey@adacore.com>
2578
2579 * gdb.ada/array_of_variant.exp: New file.
2580 * gdb.ada/array_of_variant/p.adb: New file.
2581 * gdb.ada/array_of_variant/pck.ads: New file.
2582 * gdb.ada/array_of_variant/pck.adb: New file.
2583
10f6a3ad
TT
25842020-11-04 Tom Tromey <tromey@adacore.com>
2585
2586 * gdb.ada/enum_idx_packed.exp: Add test.
2587 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2588 New variable.
2589 * gdb.ada/enum_idx_packed/pck.ads (Short)
2590 (Multi_Dimension, Multi_Dimension_Access): New types.
2591
b72795a8
TT
25922020-11-04 Tom Tromey <tromey@adacore.com>
2593
2594 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2595
24aa1b02
TT
25962020-11-04 Tom Tromey <tromey@adacore.com>
2597
2598 * gdb.ada/set_pckd_arr_elt.exp: Also test
2599 -fgnat-encodings=minimal. Add tests.
2600 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2601 Call Update_Small a second time.
2602 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2603 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2604 (Variant_Access): New types.
2605 (New_Variant): Declare.
2606
c9a28cbe
TT
26072020-11-04 Tom Tromey <tromey@adacore.com>
2608
2609 * gdb.ada/mod_from_name.exp: Test printing slice.
2610
57567375
TT
26112020-11-04 Tom Tromey <tromey@adacore.com>
2612
2613 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2614 values.
2615 * gdb.ada/access_to_unbounded_array.exp: Test different
2616 -fgnat-encodings values.
2617 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2618 values.
2619 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2620 values.
2621 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2622 values.
2623 * gdb.ada/array_of_variable_length.exp: Test different
2624 -fgnat-encodings values.
2625 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2626 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2627 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2628 change.
2629 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2630 values.
2631 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2632 * gdb.ada/out_of_line_in_inlined.exp: Test different
2633 -fgnat-encodings values.
2634 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2635 values.
2636 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2637 values.
2638 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2639 -fgnat-encodings values.
2640 * gdb.ada/variant_record_packed_array.exp: Test different
2641 -fgnat-encodings values.
2642
a7400e44
TT
26432020-11-04 Tom Tromey <tromey@adacore.com>
2644
2645 * gdb.ada/enum_idx_packed.exp: Add tests.
2646 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2647 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2648 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2649 declarations.
2650
c40907bf
TV
26512020-11-03 Tom de Vries <tdevries@suse.de>
2652
2653 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2654 terminator comments.
2655 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2656 terminator.
2657
f468977a
SM
26582020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2659
2660 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2661 integer format test with regexp.
2662
1c2bec19
GB
26632020-11-02 Gary Benson <gbenson@redhat.com>
2664
2665 * gdb.base/print-file-var.exp (test): Separate compiler and
2666 linker options, and build using build_executable_from_specs
2667 to accommodate this.
2668
6539a36d
GB
26692020-11-02 Gary Benson <gbenson@redhat.com>
2670
2671 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2672 for .c files compiled as C++ with Clang if any shared
2673 libraries are specified.
2674
7ea44a51
GB
26752020-11-02 Gary Benson <gbenson@redhat.com>
2676
2677 * lib/attributes.h: New header.
2678 * gdb.base/backtrace.c: Include the above. Replace
2679 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2680 * gdb.base/infcall-nested-structs.c: Likewise.
2681 * gdb.base/vla-optimized-out.c: Likewise.
2682
ab8f783d
TV
26832020-11-02 Tom de Vries <tdevries@suse.de>
2684
2685 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2686
d77c9224
JB
26872020-11-01 Joel Brobecker <brobecker@adacore.com>
2688
2689 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2690 System.Min_Int and System.Max_Int with smaller hardcoded
2691 constants.
2692
0e5b0dd0
SM
26932020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2694
2695 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2696 * configure: Re-generate.
2697
136821d9
SM
26982020-10-30 Simon Marchi <simon.marchi@efficios.com>
2699
2700 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2701 expected output.
2702
b78b3a29
TBA
27032020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2704
2705 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2706 behavior.
2707 * gdb.base/paginate-bg-execution.exp: Ditto.
2708 * gdb.base/paginate-inferior-exit.exp: Ditto.
2709 * gdb.base/double-prompt-target-event-error.c: Remove.
2710 * gdb.base/double-prompt-target-event-error.exp: Remove.
2711
cfaa8f76
TBA
27122020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2713
2714 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2715 inferiors' and 'detach inferiors' do not change the current
2716 inferior.
2717
0ad0e70c
TV
27182020-10-29 Tom de Vries <tdevries@suse.de>
2719
2720 * gdb.threads/tls.exp: Fix DUPLICATEs.
2721
99cc6b2a
TV
27222020-10-28 Tom de Vries <tdevries@suse.de>
2723
2724 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2725
efe9b873
TV
27262020-10-28 Tom de Vries <tdevries@suse.de>
2727
2728 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2729 * gdb.base/reread.exp: Same.
2730
6b68fd45
TV
27312020-10-28 Tom de Vries <tdevries@suse.de>
2732
2733 * lib/gdb.exp (readnow): Handle arg.
2734 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2735
32a5f98a
TV
27362020-10-28 Tom de Vries <tdevries@suse.de>
2737
2738 * gdb.base/relocate.exp: Update regexp for -readnow.
2739
f93b8760
TV
27402020-10-28 Tom de Vries <tdevries@suse.de>
2741
2742 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2743 -readnow.
2744
1b00ef06
TV
27452020-10-28 Tom de Vries <tdevries@suse.de>
2746
2747 PR symtab/26772
2748 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2749 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2750
364bb903
TV
27512020-10-28 Tom de Vries <tdevries@suse.de>
2752
2753 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2754 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2755 complaint during file command for -readnow.
2756
445a033f
TV
27572020-10-28 Tom de Vries <tdevries@suse.de>
2758
2759 * gdb.cp/nsalias.exp: Fix typo in test name.
2760
fdd67a42
TV
27612020-10-28 Tom de Vries <tdevries@suse.de>
2762
2763 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2764
706baf4c
TV
27652020-10-28 Tom de Vries <tdevries@suse.de>
2766
2767 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2768 -readnow.
2769
b448cca5
TV
27702020-10-27 Tom de Vries <tdevries@suse.de>
2771
2772 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2773
5868da03
TV
27742020-10-27 Tom de Vries <tdevries@suse.de>
2775
2776 * gdb.base/maint.exp: Update for -readnow.
2777
06db6ec3
TV
27782020-10-27 Tom de Vries <tdevries@suse.de>
2779
2780 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2781 -readnow.
2782
934a1764
GB
27832020-10-14 Gary Benson <gbenson@redhat.com>
2784
2785 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2786 "_vptr$Base" as correct, in addition to "_vptr.Base".
2787 (test_mixed): Likewise.
2788
0bf21fbd
GB
27892020-10-27 Gary Benson <gbenson@redhat.com>
2790
2791 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2792 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2793
b1d4d8d1
TBA
27942020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2795
2796 * gdb.base/condbreak.exp: Update the completion tests to
2797 consider the '-force' flag.
2798
bd24c5d6
TV
27992020-10-27 Tom de Vries <tdevries@suse.de>
2800
2801 * gdb.base/list-ambiguous-readnow.exp: New file.
2802
733d554a
TBA
28032020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2804
2805 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2806 the condition.
2807 * gdb.linespec/cpcompletion.exp: Update to consider the
2808 '-force-condition' keyword.
2809 * gdb.linespec/explicit.exp: Ditto.
2810 * lib/completion-support.exp: Ditto.
2811
b5fa468f
TBA
28122020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2813
2814 * gdb.base/condbreak-multi-context.cc: New file.
2815 * gdb.base/condbreak-multi-context.exp: New file.
2816
b3247276
TT
28172020-10-26 Tom Tromey <tom@tromey.com>
2818
2819 * lib/mi-support.exp (default_mi_gdb_start): Call
2820 gdb_stdin_log_init.
2821 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2822 subtract one from gdb_instances.
2823 (gdb_stdin_log_write): Flush in_file.
2824
1c47ec3e
TV
28252020-10-26 Tom de Vries <tdevries@suse.de>
2826
2827 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2828
6390859c
TT
28292020-10-26 Tom Tromey <tromey@adacore.com>
2830
2831 * gdb.ada/unsigned_range/foo.adb: New file.
2832 * gdb.ada/unsigned_range/pack.adb: New file.
2833 * gdb.ada/unsigned_range/pack.ads: New file.
2834 * gdb.ada/unsigned_range.exp: New file.
2835
55c3ad88
TV
28362020-10-26 Tom de Vries <tdevries@suse.de>
2837
2838 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2839
1612c4bb
TV
28402020-10-26 Tom de Vries <tdevries@suse.de>
2841
2842 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2843 for CU.
2844 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2845
7d72802b
TV
28462020-10-23 Tom de Vries <tdevries@suse.de>
2847
2848 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2849 DW_FORM_string.
2850 (Dwarf::_default_form): New proc.
2851 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2852 guessed.
2853
9476b583
TV
28542020-10-23 Tom de Vries <tdevries@suse.de>
2855
2856 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2857 * gdb.dwarf2/atomic-type.exp: Same.
2858 * gdb.dwarf2/bad-regnum.exp: Same.
2859 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2860 * gdb.dwarf2/dw2-align.exp: Same.
2861 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2862 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2863 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2864 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2865 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2866 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2867 * gdb.dwarf2/enum-type.exp: Same.
2868 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2869 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2870 * gdb.dwarf2/main-subprogram.exp: Same.
2871 * gdb.dwarf2/missing-type-name.exp: Same.
2872 * gdb.dwarf2/nonvar-access.exp: Same.
2873 * gdb.dwarf2/typedef-void-finish.exp: Same.
2874 * gdb.dwarf2/var-access.exp: Same.
2875 * gdb.dwarf2/void-type.exp: Same.
2876
4a636814
SM
28772020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2878
2879 PR gdb/26693
2880 * gdb.dwarf2/template-specification-full-name.exp: New test.
2881
557fc257
LM
28822020-10-22 Luis Machado <luis.machado@linaro.org>
2883
2884 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2885 expected an offset from the function.
2886 * gdb.base/msym-bp.exp (test): Likewise.
2887
6b4c676c
AB
28882020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2889
2890 * gdb.fortran/array-slices.exp: Add a new test.
2891
98cec4f6
GB
28922020-10-21 Gary Benson <gbenson@redhat.com>
2893
2894 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2895 fullname test with Clang. Also expand comments generally.
2896
ae86f581
TV
28972020-10-20 Tom de Vries <tdevries@suse.de>
2898
2899 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2900
8c161360
TV
29012020-10-20 Tom de Vries <tdevries@suse.de>
2902
2903 * gdb.dwarf2/arr-stride.c: Remove.
2904 * gdb.dwarf2/arr-stride.exp: Use main.c.
2905 * gdb.dwarf2/arr-subrange.c: Remove.
2906 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2907 * gdb.dwarf2/bad-regnum.c: Remove.
2908 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2909 * gdb.dwarf2/corrupt.c: Remove.
2910 * gdb.dwarf2/corrupt.exp: Use main.c.
2911 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2912 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2913 * gdb.dwarf2/dw2-icycle.c: Remove.
2914 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2915 * gdb.dwarf2/formdata16.c: Remove.
2916 * gdb.dwarf2/formdata16.exp: Use main.c.
2917 * gdb.dwarf2/implptrconst.c: Remove.
2918 * gdb.dwarf2/implptrconst.exp: Use main.c.
2919 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2920 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2921 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2922 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2923
9c2412ec
TV
29242020-10-20 Tom de Vries <tdevries@suse.de>
2925
2926 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2927 file.
2928 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2929
0cd2ad78
TV
29302020-10-20 Tom de Vries <tdevries@suse.de>
2931
2932 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2933 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2934 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2935 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2936 * gdb.dwarf2/dw2-ranges.exp: Same.
2937 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2938 * gdb.dwarf2/var-access.exp: Same.
2939
22cc388e
TT
29402020-10-19 Tom Tromey <tromey@adacore.com>
2941
2942 PR tui/26719
2943 * gdb.tui/list.exp: Check source window contents after focus
2944 change.
2945
520596f2
TV
29462020-10-17 Tom de Vries <tdevries@suse.de>
2947
2948 PR symtab/26317
2949 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2950
d1c8a76d
TV
29512020-10-17 Tom de Vries <tdevries@suse.de>
2952
2953 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2954 as suffix.
2955 * gdb.dwarf2/atomic.c: Rename to ...
2956 * gdb.dwarf2/atomic-type.c: ... this.
2957 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2958 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2959 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2960 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2961 * gdb.dwarf2/fission-mix2.c: Rename to ...
2962 * gdb.dwarf2/fission-mix-2.c: ... this.
2963 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2964 standard_testfile.
2965 * gdb.dwarf2/ada-valprint-error.exp: Same.
2966 * gdb.dwarf2/arr-stride.exp: Same.
2967 * gdb.dwarf2/arr-subrange.exp: Same.
2968 * gdb.dwarf2/atomic-type.exp: Same.
2969 * gdb.dwarf2/bad-regnum.exp: Same.
2970 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2971 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2972 * gdb.dwarf2/clang-debug-names.exp: Same.
2973 * gdb.dwarf2/comp-unit-lang.exp: Same.
2974 * gdb.dwarf2/corrupt.exp: Same.
2975 * gdb.dwarf2/count.exp: Same.
2976 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2977 * gdb.dwarf2/data-loc.exp: Same.
2978 * gdb.dwarf2/dw2-align.exp: Same.
2979 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2980 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2981 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2982 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2983 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2984 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2985 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2986 * gdb.dwarf2/dw2-inline-param.exp: Same.
2987 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2988 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2989 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2990 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2991 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2992 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2993 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2994 * gdb.dwarf2/dw2-param-error.exp: Same.
2995 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2996 * gdb.dwarf2/dw2-ranges.exp: Same.
2997 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2998 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2999 * gdb.dwarf2/dw4-sig-types.exp: Same.
3000 * gdb.dwarf2/dynarr-ptr.exp: Same.
3001 * gdb.dwarf2/enum-type.exp: Same.
3002 * gdb.dwarf2/fission-mix.exp: Same.
3003 * gdb.dwarf2/formdata16.exp: Same.
3004 * gdb.dwarf2/implptrconst.exp: Same.
3005 * gdb.dwarf2/implptrpiece.exp: Same.
3006 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3007 * gdb.dwarf2/main-subprogram.exp: Same.
3008 * gdb.dwarf2/method-ptr.exp: Same.
3009 * gdb.dwarf2/missing-sig-type.exp: Same.
3010 * gdb.dwarf2/nonvar-access.exp: Same.
3011 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3012 * gdb.dwarf2/shortpiece.exp: Same.
3013 * gdb.dwarf2/staticvirtual.exp: Same.
3014 * gdb.dwarf2/subrange.exp: Same.
3015 * gdb.dwarf2/symtab-producer.exp: Same.
3016 * gdb.dwarf2/typedef-void-finish.exp: Same.
3017 * gdb.dwarf2/var-access.exp: Same.
3018 * gdb.dwarf2/variant.exp: Same.
3019 * gdb.dwarf2/void-type.exp: Same.
3020 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
3021 dw2-ranges-main.c.
3022 * gdb.dwarf2/dw2-ranges-main.c: Remove.
3023
472d09c1
TV
30242020-10-16 Tom de Vries <tdevries@suse.de>
3025
3026 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
3027
afe75f6d
TV
30282020-10-16 Tom de Vries <tdevries@suse.de>
3029
3030 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
3031
8c8bd0ba
TV
30322020-10-14 Tom de Vries <tdevries@suse.de>
3033
3034 PR testsuite/26732
3035 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
3036 scenario 2.
3037 * gdb.ada/mi_catch_ex_hand.exp: Same.
3038
b75d55d4
PA
30392020-10-13 Pedro Alves <pedro@palves.net>
3040
3041 * lib/mi-support.exp (mi_clean_restart): New.
3042 (mi_run_to_main): Delete.
3043 All callers adjust to use mi_clean_restart / mi_runto_main.
3044
e777225b
PA
30452020-10-13 Pedro Alves <pedro@palves.net>
3046
3047 * config/monitor.exp: Use "list -q".
3048 * gdb.arch/gdb1558.exp: Use "break -q".
3049 * gdb.arch/i386-permbkpt.exp: Use "break -q".
3050 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
3051 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
3052 * gdb.base/commands.exp: Use "break -q".
3053 * gdb.base/condbreak.exp: Use "break -q".
3054 * gdb.base/ctf-ptype.exp: Use "list -q".
3055 * gdb.base/define.exp: Use "break -q".
3056 * gdb.base/del.exp: Use "break -q".
3057 * gdb.base/fullname.exp: Use "break -q".
3058 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
3059 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
3060 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
3061 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
3062 "hbreak -q".
3063 * gdb.base/included.exp: Use "list -q".
3064 * gdb.base/label.exp: Use "break -q".
3065 * gdb.base/lineinc.exp: Use "break -q".
3066 * gdb.base/list.exp: Use "list -q".
3067 * gdb.base/macscp.exp: Use "list -q".
3068 * gdb.base/pending.exp: Use "break -q".
3069 * gdb.base/prologue-include.exp: Use "break -q".
3070 * gdb.base/ptype.exp: Use "list -q".
3071 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
3072 * gdb.base/server-del-break.exp: Use "break -q".
3073 * gdb.base/style.exp: Use "break -q".
3074 * gdb.base/symbol-without-target_section.exp: Use "list -q".
3075 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
3076 * gdb.cp/exception.exp: Use "tbreak -q".
3077 * gdb.dwarf2/dw2-error.exp: Use "break -q".
3078 * gdb.dwarf2/fission-mix.exp: Use "break -q".
3079 * gdb.dwarf2/fission-reread.exp: Use "break -q".
3080 * gdb.dwarf2/pr13961.exp: Use "break -q".
3081 * gdb.linespec/explicit.exp: Use "list -q".
3082 * gdb.linespec/linespec.exp: Use "break -q".
3083 * gdb.mi/mi-simplerun.exp: Use "--qualified".
3084 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
3085 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
3086 * gdb.server/connect-without-multi-process.exp: Use "break -q".
3087 * gdb.trace/change-loc.exp: Use "break -q".
3088 * gdb.trace/pending.exp: Use "break -q".
3089 * gdb.tui/basic.exp: Use "list -q".
3090 * gdb.tui/list-before.exp: Use "list -q".
3091 * gdb.tui/list.exp: Use "list -q".
3092 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
3093
8abd8ee8
PA
30942020-10-13 Pedro Alves <pedro@palves.net>
3095
3096 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
3097 saved breakpoints file.
3098 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
3099 inspecting breakpoint list.
3100 * lib/gdb.exp (runto_main): Add "qualified" to options.
3101 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
3102 and handle it.
3103 (mi_runto_main): Pass 1 as qualified argument.
3104
f71e6719
PA
31052020-10-13 Pedro Alves <pedro@palves.net>
3106
3107 * lib/mi-support.exp (mi_runto_main): New proc.
3108 (mi_run_to_main): Use it.
3109 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
3110 * gdb.mi/mi-var-cmd.exp: Likewise.
3111 * gdb.mi/mi-var-invalidate.exp: Likewise.
3112 * mi-var-list-children-invalid-grandchild.exp: Likewise.
3113 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3114 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3115 * gdb.mi/user-selected-context-sync.exp: Likewise.
3116 * gdb.opt/inline-cmds.exp: Likewise.
3117 * gdb.python/py-framefilter-mi.exp: Likewise.
3118 * gdb.python/py-mi.exp: Likewise.
3119
50441f0f
PA
31202020-10-13 Pedro Alves <pedro@palves.net>
3121
3122 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
3123 "runto main".
3124 * gdb.ada/small_reg_param.exp: Likewise.
3125 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3126 * gdb.base/annota1.exp: Likewise.
3127 * gdb.base/anon.exp: Likewise.
3128 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
3129 * gdb.base/dprintf-non-stop.exp: Likewise.
3130 * gdb.base/dprintf.exp: Likewise.
3131 * gdb.base/gdb11530.exp: Likewise.
3132 * gdb.base/gdb11531.exp: Likewise.
3133 * gdb.base/gnu_vector.exp: Likewise.
3134 * gdb.base/interrupt-noterm.exp: Likewise.
3135 * gdb.base/memattr.exp: Likewise.
3136 * gdb.base/step-over-syscall.exp: Likewise.
3137 * gdb.base/watch-cond-infcall.exp: Likewise.
3138 * gdb.base/watch-read.exp: Likewise.
3139 * gdb.base/watch-vfork.exp: Likewise.
3140 * gdb.base/watch_thread_num.exp: Likewise.
3141 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
3142 * gdb.guile/scm-frame-inline.exp: Likewise.
3143 * gdb.linespec/explicit.exp: Likewise.
3144 * gdb.opt/inline-break.exp: Likewise.
3145 * gdb.python/py-frame-inline.exp: Likewise.
3146 * gdb.reverse/break-precsave.exp: Likewise.
3147 * gdb.reverse/break-reverse.exp: Likewise.
3148 * gdb.reverse/consecutive-precsave.exp: Likewise.
3149 * gdb.reverse/consecutive-reverse.exp: Likewise.
3150 * gdb.reverse/finish-precsave.exp: Likewise.
3151 * gdb.reverse/finish-reverse.exp: Likewise.
3152 * gdb.reverse/fstatat-reverse.exp: Likewise.
3153 * gdb.reverse/getresuid-reverse.exp: Likewise.
3154 * gdb.reverse/i386-precsave.exp: Likewise.
3155 * gdb.reverse/i386-reverse.exp: Likewise.
3156 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3157 * gdb.reverse/i387-env-reverse.exp: Likewise.
3158 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3159 * gdb.reverse/insn-reverse.exp: Likewise.
3160 * gdb.reverse/machinestate-precsave.exp: Likewise.
3161 * gdb.reverse/machinestate.exp: Likewise.
3162 * gdb.reverse/pipe-reverse.exp: Likewise.
3163 * gdb.reverse/readv-reverse.exp: Likewise.
3164 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3165 * gdb.reverse/rerun-prec.exp: Likewise.
3166 * gdb.reverse/s390-mvcle.exp: Likewise.
3167 * gdb.reverse/solib-precsave.exp: Likewise.
3168 * gdb.reverse/solib-reverse.exp: Likewise.
3169 * gdb.reverse/step-precsave.exp: Likewise.
3170 * gdb.reverse/step-reverse.exp: Likewise.
3171 * gdb.reverse/time-reverse.exp: Likewise.
3172 * gdb.reverse/until-precsave.exp: Likewise.
3173 * gdb.reverse/until-reverse.exp: Likewise.
3174 * gdb.reverse/waitpid-reverse.exp: Likewise.
3175 * gdb.reverse/watch-precsave.exp: Likewise.
3176 * gdb.reverse/watch-reverse.exp: Likewise.
3177 * gdb.threads/kill.exp: Likewise.
3178 * gdb.threads/tid-reuse.exp: Likewise.
3179
d3a07122
SM
31802020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3181
3182 PR gdb/26642
3183 * gdb.base/maint-target-async-off.c: New test.
3184 * gdb.base/maint-target-async-off.exp: New test.
3185
c65c6c42
AM
31862020-10-13 Alan Modra <amodra@gmail.com>
3187
3188 * gdb.arch/powerpc-altivec.s,
3189 * gdb.arch/powerpc-power7.s,
3190 * gdb.arch/powerpc-power8.s,
3191 * gdb.arch/powerpc-power9.s,
3192 * gdb.arch/powerpc-vsx.s,
3193 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
3194 * gdb.arch/powerpc-altivec.exp,
3195 * gdb.arch/powerpc-power7.exp,
3196 * gdb.arch/powerpc-power8.exp,
3197 * gdb.arch/powerpc-power9.exp,
3198 * gdb.arch/powerpc-vsx.exp,
3199 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
3200 disassembly of mfvsrd/mtvsrd.
3201
f4a0f710
AM
32022020-10-13 Alan Modra <amodra@gmail.com>
3203
3204 * gdb.arch/arm-disassembler-options.exp: Adjust expected
3205 "target architecture" output.
3206 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3207 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3208 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
3209 * gdb.arch/s390-disassembler-options.exp: Likewise.
3210
87a37e5e
PA
32112020-10-12 Pedro Alves <pedro@palves.net>
3212
3213 PR exp/26602
3214 PR c++/26550
3215 * gdb.cp/ambiguous.cc (marker1): Delete.
3216 (main): Initialize all the fields of the locals. Replace marker1
3217 call with a "set breakpoint here" marker.
3218 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
3219 instead of running to marker1. Add tests printing all the
3220 variables and all the fields of the variables.
3221 (test_ambiguous): New proc, expecting the new GDB output when a
3222 field access is ambiguous. Change all "warning: X ambiguous"
3223 tests to use it.
3224
71e1b6b0
GB
32252020-10-12 Gary Benson <gbenson@redhat.com>
3226
3227 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
3228 * gdb.base/msym-bp-2.c (foo): Likewise.
3229 * gdb.base/msym-lang.c (foo): Likewise.
3230 * gdb.base/msym-lang-main.c (foo): Likewise.
3231 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
3232 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
3233 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
3234 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
3235 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
3236 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
3237 * gdb.python/py-objfile.c (static_var): Likewise.
3238 * gdb.python/py-symbol.c (rr): Likewise.
3239 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
3240 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
3241
9370fd51
AB
32422020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
3243
3244 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
3245 output of backtrace.
3246
7c184d33
TT
32472020-10-09 Tom Tromey <tromey@adacore.com>
3248
3249 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
3250 (Rec): Add field. Fix range.
3251 * gdb.ada/scalar_storage.exp: Update.
3252
3d87245c
HD
32532020-10-09 Hannes Domani <ssbssa@yahoo.de>
3254
3255 PR exp/26714
3256 * gdb.base/printcmds.exp: Add tests for void results.
3257
f5c4b229
JV
32582020-10-09 Jan Vrany <jan.vrany@labware.com>
3259
3260 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
3261 is emmited for both 'set directories' and 'directory' commands.
3262
b2701685
TT
32632020-10-08 Tom Tromey <tom@tromey.com>
3264
3265 * gdb.base/style.exp: Check that "main"'s name is styled.
3266
e86efb33
TT
32672020-10-07 Tom Tromey <tromey@adacore.com>
3268
3269 * gdb.base/find.exp: Rename some tests.
3270
30897591
GB
32712020-10-06 Gary Benson <gbenson@redhat.com>
3272
3273 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
3274 * gdb.base/list1.c (unused): Likewise.
3275
ced4a4c1
GB
32762020-10-06 Gary Benson <gbenson@redhat.com>
3277
3278 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
3279 __attribute__ ((used)).
3280 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
3281
ed3bdac4
AB
32822020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
3283
3284 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
3285 make use of regions throughout.
3286 * gdb.base/overlays.exp: Enclose string with variableds in "..",
3287 not {...}.
3288 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
3289
cd096ec8
HD
32902020-10-05 Hannes Domani <ssbssa@yahoo.de>
3291
3292 * gdb.base/call-sc.c: Fix return struct on stack test case.
3293 * gdb.base/call-sc.exp: Likewise.
3294
3ee6f75d
GB
32952020-10-02 Gary Benson <gbenson@redhat.com>
3296
3297 * README: Fix "paralell".
3298
f65825ec
GB
32992020-09-30 Gary Benson <gbenson@redhat.com>
3300
3301 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
3302 Convert directive to lowercase.
3303 (.Labbrev1_begin): Add missing label.
3304 (abbrev code 0x1): Remove DW_AT_stmt_list.
3305 (.Ldie_b): Likewise.
3306
5f278258
TT
33072020-09-27 Tom Tromey <tom@tromey.com>
3308
3309 * gdb.tui/new-layout.exp: Use with_test_prefix.
3310
8f9929bb
GR
33112020-09-26 Gareth Rees <grees@undo.io> (tiny change)
3312
3313 PR python/26586
3314 * gdb.python/python.exp: add test cases for the from_tty
3315 argument to gdb.execute.
3316
c20c017b
GB
33172020-09-25 Gary Benson <gbenson@redhat.com>
3318
3319 * gdb.base/infcall-nested-structs.exp.tcl: Add
3320 additional_flags=-Wno-tautological-compare for C++
3321 tests when compiling using Clang.
3322
68d654af
GB
33232020-09-25 Gary Benson <gbenson@redhat.com>
3324
3325 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
3326 for .c files.
3327
b551a89f
TT
33282020-09-24 Tom Tromey <tromey@adacore.com>
3329
3330 PR tui/26638:
3331 * gdb.tui/list.exp: Check output of "focus next".
3332
20a5fcbd
TT
33332020-09-23 Tom Tromey <tom@tromey.com>
3334
3335 * gdb.dwarf2/intbits.exp: New file.
3336 * gdb.dwarf2/intbits.c: New file.
3337
b167e53f
PA
33382020-09-20 Pedro Alves <pedro@palves.net>
3339
3340 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
3341 spawn_id before calling remote_close. Close secondary MI channel.
3342
dbc49e9f
PA
33432020-09-20 Pedro Alves <pedro@palves.net>
3344
3345 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
3346 fails.
3347
c8d5abea
AB
33482020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
3349
3350 * gdb.fortran/array-slices.exp: Update expected results.
3351 * gdb.fortran/class-allocatable-array.exp: Likewise.
3352 * gdb.fortran/multi-dim.exp: Likewise.
3353 * gdb.fortran/vla-type.exp: Likewise.
3354 * gdb.mi/mi-vla-fortran.exp: Likewise.
3355
14f9473c
VC
33562020-09-18 Victor Collod <vcollod@nvidia.com>
3357
3358 PR gdb/26635
3359 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
3360 compatible with i386, and move it to...
3361 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
3362 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
3363 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
3364
e8ef12b9
PA
33652020-09-18 Pedro Alves <pedro@palves.net>
3366
3367 PR gdb/26631
3368 * gdb.multi/multi-target-thread-find.exp: New file.
3369
e11daf7a
PA
33702020-09-18 Pedro Alves <pedro@palves.net>
3371
3372 * gdb.multi/multi-target-continue.exp: New file, factored out from
3373 multi-target.exp.
3374 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
3375 multi-target.exp.
3376 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
3377 multi-target.exp.
3378 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
3379 multi-target.exp.
3380 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
3381 multi-target.exp.
3382 * gdb.multi/multi-target.exp.tcl: New file, factored out from
3383 multi-target.exp.
3384 * gdb.multi/multi-target.exp: Delete.
3385
d0edc2b8
AB
33862020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.fortran/array-slices.exp: Add missing message data.
3389
7474326c
PA
33902020-09-17 Pedro Alves <pedro@palves.net>
3391
3392 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
3393
dd23068d
PA
33942020-09-17 Pedro Alves <pedro@palves.net>
3395
3396 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
3397 full prototype.
3398
0640a543
PA
33992020-09-17 Pedro Alves <pedro@palves.net>
3400
3401 * gdb.python/py-as-string.c: Add cast.
3402
ef0cdbc1
PA
34032020-09-17 Pedro Alves <pedro@palves.net>
3404
3405 * gdb.base/sizeof.c (fill): Add cast.
3406
3a5eeb8b
PA
34072020-09-17 Pedro Alves <pedro@palves.net>
3408
3409 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3410
a8129512
PA
34112020-09-17 Pedro Alves <pedro@palves.net>
3412
3413 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3414 linkage name.
3415 * gdb.base/prologue.exp: Use print /d.
3416 * gdb.base/symbol-alias.exp: Handle C++ output.
3417 * gdb.base/symbol-alias2.c: Handle C++ output.
3418 [__cplusplus] (func): Explicitly specify linkage name.
3419
a83cdcb6
PA
34202020-09-17 Pedro Alves <pedro@palves.net>
3421
3422 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3423 (struct my_key_t): ... this. Adjust all references.
3424 (struct value_t): Rename to ...
3425 (struct my_value_t): ... this. Adjust all references.
3426 (create_map, add_map_element, create_map_map)
3427 (add_map_map_element): Add casts.
3428
d4bcee5c
PA
34292020-09-17 Pedro Alves <pedro@palves.net>
3430
3431 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3432 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3433
81f90489
PA
34342020-09-17 Pedro Alves <pedro@palves.net>
3435
3436 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3437
0a229804
PA
34382020-09-17 Pedro Alves <pedro@palves.net>
3439
3440 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3441 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3442 (charfoo, intfoo): Define full prototype.
3443 * gdb.base/ptype1.c (charfoo): Define full prototype.
3444 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3445 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3446
c3e5138d
PA
34472020-09-17 Pedro Alves <pedro@palves.net>
3448
3449 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3450 Don't define.
3451 (utf_32_string): Compile for both C and C++.
3452 * gdb.base/charset.exp: Use "print /d".
3453
151fdbad
PA
34542020-09-17 Pedro Alves <pedro@palves.net>
3455
3456 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3457 (nullptr): Rename to ...
3458 (null_ptr): ... this.
3459 * gdb.base/watchpoint.exp: Adjust to rename.
3460
18a25b64
PA
34612020-09-17 Pedro Alves <pedro@palves.net>
3462
3463 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3464 (three_not_flag): Add casts.
3465
11fac337
PA
34662020-09-17 Pedro Alves <pedro@palves.net>
3467
3468 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3469 char array.
3470 (main): Add references to Barrier, TestStrings, TestStringsH and
3471 TestStringsW.
3472 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3473 and expect a full prototype in C++.
3474
52626c58
PA
34752020-09-17 Pedro Alves <pedro@palves.net>
3476
3477 * gdb.base/nested-addr.c (main): Add cast.
3478 * gdb.base/nested-addr.exp: Use "print /d".
3479
52bb0902
PA
34802020-09-17 Pedro Alves <pedro@palves.net>
3481
3482 * gdb.base/break.exp (func): New. Use it throughout when
3483 expecting a function name.
3484
73e18ac9
PA
34852020-09-17 Pedro Alves <pedro@palves.net>
3486
3487 * gdb.base/display.exp: Issue "set print asm-demangle on".
3488
c8b18808
PA
34892020-09-17 Pedro Alves <pedro@palves.net>
3490
3491 * gdb.base/find.c: Include <string.h>.
3492 (init_bufs): Add cast.
3493 * gdb.base/find.exp: Issue "set print asm-demangle on".
3494
fe830662
TT
34952020-09-16 Tom Tromey <tromey@adacore.com>
3496
3497 PR gdb/26598:
3498 * gdb.base/skipcxx.exp: New file.
3499 * gdb.base/skipcxx.cc: New file.
3500
945ff6e2
TV
35012020-09-16 Tom de Vries <tdevries@suse.de>
3502
3503 PR testsuite/26617
3504 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3505 WITH_DEBUG_SECTIONS is defined.
3506 (xstr, str): New macro.
3507 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3508 to get start and size of _Dmain.
3509 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3510 using additional_flags.
3511
da1df1db
TBA
35122020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3513
3514 * gdb.base/bp-cmds-sourced-script.c: New file.
3515 * gdb.base/bp-cmds-sourced-script.exp: New test.
3516 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3517
337882d4
TV
35182020-09-16 Tom de Vries <tdevries@suse.de>
3519
3520 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3521 get the gdb prompt after issuing "monitor exit".
3522
7361f908
TV
35232020-09-16 Tom de Vries <tdevries@suse.de>
3524
3525 PR testsuite/26624
3526 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3527
4d91ddd3
TV
35282020-09-16 Tom de Vries <tdevries@suse.de>
3529
3530 PR testsuite/26618
3531 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3532
08cc37dd
TT
35332020-09-15 Tom Tromey <tromey@adacore.com>
3534
3535 PR rust/26197:
3536 * lib/rust-support.exp (rust_llvm_version): New proc.
3537 * gdb.rust/simple.exp: Check rust_llvm_version.
3538
ee6372f2
TV
35392020-09-14 Tom de Vries <tdevries@suse.de>
3540
3541 * gdb.rust/traits.exp: Fix PATH warning.
3542
dc3a371e
PA
35432020-09-13 Pedro Alves <pedro@palves.net>
3544
3545 * gdb.base/catch-follow-exec.c (main): Add explicit return
3546 statement.
3547 * gdb.base/catch-signal.c (main): Likewise.
3548 * gdb.base/condbreak-call-false.c (main): Likewise.
3549 * gdb.base/consecutive.c (main): Add explicit return
3550 statement and return type.
3551 * gdb.base/cursal.c (main): Add explicit return statement.
3552 * gdb.base/cvexpr.c (main): Likewise.
3553 * gdb.base/display.c (main): Add explicit return statement and
3554 return type.
3555 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3556 * gdb.base/endianity.c (main): Likewise.
3557 * gdb.base/execd-prog.c (main): Likewise.
3558 * gdb.base/gdb1090.c (main): Likewise.
3559 * gdb.base/info_qt.c (main): Likewise.
3560 * gdb.base/lineinc.c (main): Likewise.
3561 * gdb.base/load-command.c (main): Likewise.
3562 * gdb.base/macscp1.c (main): Likewise.
3563 * gdb.base/pr10179-a.c (main): Likewise.
3564 * gdb.base/quit-live.c (main): Likewise.
3565 * gdb.base/scope0.c (main): Likewise.
3566 * gdb.base/settings.c (main): Likewise.
3567 * gdb.base/stack-checking.c (main): Return int.
3568 * gdb.base/varargs.c (main): Add explicit return statement.
3569 * gdb.cp/ambiguous.cc (main): Likewise.
3570 * gdb.cp/anon-struct.cc (main): Likewise.
3571 * gdb.cp/anon-union.cc (main): Likewise.
3572 * gdb.cp/bool.cc (main): Likewise.
3573 * gdb.cp/bs15503.cc (main): Likewise.
3574 * gdb.cp/cplusfuncs.cc (main): Likewise.
3575 * gdb.cp/cttiadd.cc (main): Likewise.
3576 * gdb.cp/extern-c.cc (main): Likewise.
3577 * gdb.cp/filename.cc (main): Likewise.
3578 * gdb.cp/formatted-ref.cc (main): Likewise.
3579 * gdb.cp/mb-ctor.cc (main): Likewise.
3580 * gdb.cp/member-ptr.cc (main): Likewise.
3581 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3582 * gdb.cp/overload-const.cc (main): Likewise.
3583 * gdb.cp/paren-type.cc (main): Likewise.
3584 * gdb.cp/parse-lang.cc (main): Likewise.
3585 * gdb.cp/pr-1023.cc (main): Likewise.
3586 * gdb.cp/psmang1.cc (main): Likewise.
3587 * gdb.cp/readnow-language.cc (main): Likewise.
3588 * gdb.cp/ref-params.cc (main): Likewise.
3589 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3590 * gdb.cp/virtbase2.cc (main): Likewise.
3591 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3592 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3593 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3594 * gdb.mi/mi-console.c (main): Likewise.
3595 * gdb.mi/mi-read-memory.c (main): Likewise.
3596 * gdb.modula2/multidim.c (main): Likewise.
3597 * gdb.opt/inline-small-func.c (main): Likewise.
3598 * gdb.python/py-rbreak.c (main): Likewise.
3599 * gdb.stabs/exclfwd1.c (main): Likewise.
3600 * gdb.trace/qtro.c (main): Likewise.
3601
af26601c
PA
36022020-09-13 Pedro Alves <pedro@palves.net>
3603
3604 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3605 instead of getenv.
3606
2f4b83cd
PA
36072020-09-13 Pedro Alves <pedro@palves.net>
3608
3609 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3610 instead of spawning GDB with remote_spawn.
3611 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3612 gdb_spawn instead of spawning GDB with remote_spawn.
3613
c49da0e4
PA
36142020-09-13 Pedro Alves <pedro@palves.net>
3615
3616 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3617 file and add calls to first and second.
3618 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3619 add call to f.
3620
6791b117
PA
36212020-09-13 Pedro Alves <pedro@palves.net>
3622
3623 * gdb.mi/mi-break-qualified.cc: New file.
3624 * gdb.mi/mi-break-qualified.exp: New file.
3625 * lib/mi-support.exp (mi_create_breakpoint_multi)
3626 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3627 procedures.
3628 (mi_create_breakpoint_1): New, factored out from
3629 mi_create_breakpoint.
3630
3b8d4c5c
PA
36312020-09-13 Pedro Alves <pedro@palves.net>
3632
3633 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3634 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3635 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3636 (register_class): Delete.
3637 (main): Don't call register_class.
3638
d5f96005
PA
36392020-09-13 Pedro Alves <pedro@palves.net>
3640
3641 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3642 (do_tests): Remove "calling method for small class" test.
3643 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3644 (register_class): Delete.
3645 (main): Don't call register_class.
3646 * gdb.cp/call-method-register.exp: New file, based on bits removed
3647 from classes.exp.
3648 * gdb.cp/call-method-register.cc: New file, based on bits removed
3649 from classes.cc.
3650
77f2120b
PA
36512020-09-13 Pedro Alves <pedro@palves.net>
3652
3653 * gdb.base/msym-bp-2.c: New.
3654 * gdb.base/msym-bp-shl-lib.c: New file.
3655 * gdb.base/msym-bp-shl-main-2.c: New file.
3656 * gdb.base/msym-bp-shl-main.c: New file.
3657 * gdb.base/msym-bp-shl.exp: New file.
3658 * gdb.base/msym-bp.c: New file.
3659 * gdb.base/msym-bp.exp: New file.
3660
32aea73e
JB
36612020-09-13 Joel Brobecker <brobecker@adacore.com>
3662
3663 * gdb.base/default.exp: Change $_gdb_major to 11.
3664
2a67f09d
FW
36652020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3666 Felix Willgerodt <Felix.Willgerodt@intel.com>
3667
3668 * x86-avx512bf16.c: New file.
3669 * x86-avx512bf16.exp: Likewise.
3670 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3671
ad570dd7
TV
36722020-09-11 Tom de Vries <tdevries@suse.de>
3673
3674 PR exp/26602
3675 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3676
a56f7391
TBA
36772020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3678
3679 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3680
918619e5
AM
36812020-09-10 Alan Modra <amodra@gmail.com>
3682
3683 PR 26597
3684 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3685
cac1e71d
TV
36862020-09-08 Tom de Vries <tdevries@suse.de>
3687
3688 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3689 after gdb_starti_cmd.
3690
c5cd900e
AKS
36912020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3692
3693 * lib/fortran.exp (fortran_complex8): New proc.
3694 (fortran_complex16): New proc.
3695 * gdb.fortran/complex.exp: Use routines from fortran.exp
3696 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3697 * gdb.fortran/vla-ptr-info.exp: Likewise.
3698
8f5c6526
TV
36992020-09-03 Tom de Vries <tdevries@suse.de>
3700
3701 PR breakpoint/26546
3702 * gdb.base/label-without-address.exp: Runto main first.
3703
02c6f3f1
TT
37042020-09-02 Tom Tromey <tromey@adacore.com>
3705
3706 * gdb.ada/mi_var_access.exp: Test children of access variable.
3707 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3708 * gdb.ada/mi_var_array.exp: Update.
3709
efe24f05
KB
37102020-08-31 Kevin Buettner <kevinb@redhat.com>
3711
3712 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3713 on docker w/ AUFS storage driver.
3714
973695d6
KB
37152020-08-31 Kevin Buettner <kevinb@redhat.com>
3716
3717 * gdb.base/corefile2.exp (renamed binfile): New tests.
3718
f3bd50f1
SM
37192020-08-31 Simon Marchi <simon.marchi@efficios.com>
3720
3721 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3722
22b9b4b0
SL
37232020-08-31 Simon Marchi <simon.marchi@efficios.com>
3724
3725 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3726 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3727
8efaf6b3
SM
37282020-08-31 Simon Marchi <simon.marchi@efficios.com>
3729
3730 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3731 output, printing a "not saved" value from history and printing a
3732 convenience variable created from a "not saved" value.
3733
e840f2e3
TV
37342020-08-31 Tom de Vries <tdevries@suse.de>
3735
3736 * gdb.base/eh_return.exp: Use nopie.
3737
8f57f343
PA
37382020-08-28 Pedro Alves <pedro@palves.net>
3739
3740 * gdb.base/advance-until-multiple-locations.exp
3741 (advance_overload, until_overload): Adjust to match the
3742 frame/function header instead of the source line text.
3743
626d2320
TV
37442020-08-28 Tom de Vries <tdevries@suse.de>
3745
3746 * gdb.base/label-without-address.c: New test.
3747 * gdb.base/label-without-address.exp: New file.
3748
df631783
PA
37492020-08-27 Pedro Alves <pedro@palves.net>
3750
3751 PR gdb/26523
3752 PR gdb/26524
3753 * gdb.base/advance-until-multiple-locations.cc: New.
3754 * gdb.base/advance-until-multiple-locations.exp: New.
3755
48b076bb
SM
37562020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3757
3758 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3759
c2015ce4
AB
37602020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3761
3762 * gdb.arch/amd64-byte.exp: Make test names unique, use
3763 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3764 * gdb.arch/amd64-dword.exp: Likewise.
3765 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3766 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3767 unique.
3768 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3769 * gdb.arch/amd64-word.exp: Make test names unique, use
3770 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3771 * gdb.arch/i386-byte.exp: Make test names unique, use
3772 gdb_breakpoint.
3773 * gdb.arch/i386-word.exp: Likewise.
3774
995d3a19
SV
37752020-08-25 Shahab Vahedi <shahab@synopsys.com>
3776
3777 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3778
8cac2b31
SM
37792020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3780
3781 PR gdb/26532
3782 * gdb.threads/stepi-random-signal.exp: Update pattern.
3783
2bc19622
SM
37842020-08-25 Simon Marchi <simon.marchi@efficios.com>
3785
3786 PR gdb/26532
3787 * gdb.base/ui-redirect.exp: Update pattern.
3788
b04aa1fc
GB
37892020-08-25 Gary Benson <gbenson@redhat.com>
3790
3791 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3792 when compiling with clang.
8571e9c8 3793 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 3794
9f68b453
GB
37952020-08-25 Gary Benson <gbenson@redhat.com>
3796
3797 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3798 Add additional_flags=-Wno-inaccessible-base when compiling
3799 with GCC >= 10.1 or clang. Add additional_flags=-w when
3800 compiling with GCC < 10.
3801
3945d2d7
GM
38022020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3803
3804 PR m2/26372
fc5d6901
SM
3805 * gdb.modula2/multidim.c: New file.
3806 * gdb.modula2/multidim.exp: New file.
3945d2d7 3807
60122dbe
SM
38082020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3809
3810 * lib/gdb.exp (runto): Always emit fail on internal error.
3811
1eb8556f
SM
38122020-08-24 Simon Marchi <simon.marchi@efficios.com>
3813
3814 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3815 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3816 Likewise.
3817 * gdb.threads/stepi-random-signal.exp: Likewise.
3818
33bf4c5c
TBA
38192020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3820
3821 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3822 * gdb.trace/strace.exp: Ditto.
3823
c2fd7fae
AKS
38242020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3825
3826 * gdb.fortran/vla-type.exp: Skip commands not required for
3827 the Flang compiled binaries after prologue fix.
3828
326afb72
TT
38292020-08-17 Tom de Vries <tdevries@suse.de>
3830 Tom Tromey <tromey@adacore.com>
3831
3832 PR rust/26197:
3833 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3834
3ae7ab99
TT
38352020-08-17 Tom Tromey <tromey@adacore.com>
3836
3837 * gdb.ada/mi_var_access.exp: New file.
3838 * gdb.ada/mi_var_access/mi_access.adb: New file.
3839 * gdb.ada/mi_var_access/pck.adb: New file.
3840 * gdb.ada/mi_var_access/pck.ads: New file.
3841
f569c1c5
TV
38422020-08-16 Tom de Vries <tdevries@suse.de>
3843
3844 PR gdb/25350
3845 * gdb.base/eh_return.c: New test.
3846 * gdb.base/eh_return.exp: New file.
3847
3d11c30a
TV
38482020-08-15 Tom de Vries <tdevries@suse.de>
3849
3850 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3851 (mixed_func_1d_): Use fortran_charlen_t in decl.
3852
547ce8f0
TV
38532020-08-15 Tom de Vries <tdevries@suse.de>
3854
3855 PR backtrace/26390
3856 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3857 Update expected pattern.
3858
a54a7f13
PA
38592020-08-13 Pedro Alves <pedro@palves.net>
3860
3861 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3862 * gdb.fortran/library-module.exp: Likewise.
3863 * gdb.fortran/logical.exp: Likewise.
3864 * gdb.fortran/module.exp: Likewise.
3865 * gdb.fortran/print_type.exp: Likewise.
3866 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3867 * gdb.fortran/vla-datatypes.exp: Likewise.
3868 * gdb.fortran/vla-history.exp: Likewise.
3869 * gdb.fortran/vla-ptr-info.exp: Likewise.
3870 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3871 * gdb.fortran/vla-ptype.exp: Likewise.
3872 * gdb.fortran/vla-sizeof.exp: Likewise.
3873 * gdb.fortran/vla-type.exp: Likewise.
3874 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3875 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3876 * gdb.fortran/vla-value-sub.exp: Likewise.
3877 * gdb.fortran/vla-value.exp: Likewise.
3878
7a82e903
PA
38792020-08-13 Pedro Alves <pedro@palves.net>
3880
3881 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3882 * gdb.ada/access_to_packed_array.exp: Likewise.
3883 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3884 * gdb.ada/addr_arith.exp: Likewise.
3885 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3886 * gdb.ada/arr_arr.exp: Likewise.
3887 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3888 * gdb.ada/array_bounds.exp: Likewise.
3889 * gdb.ada/array_of_variable_length.exp: Likewise.
3890 * gdb.ada/array_ptr_renaming.exp: Likewise.
3891 * gdb.ada/array_subscript_addr.exp: Likewise.
3892 * gdb.ada/arraydim.exp: Likewise.
3893 * gdb.ada/arrayparam.exp: Likewise.
3894 * gdb.ada/arrayptr.exp: Likewise.
3895 * gdb.ada/assign_1.exp: Likewise.
3896 * gdb.ada/assign_arr.exp: Likewise.
3897 * gdb.ada/atomic_enum.exp: Likewise.
3898 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3899 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3900 * gdb.ada/bias.exp: Likewise.
3901 * gdb.ada/boolean_expr.exp: Likewise.
3902 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3903 * gdb.ada/bp_enum_homonym.exp: Likewise.
3904 * gdb.ada/bp_inlined_func.exp: Likewise.
3905 * gdb.ada/bp_on_var.exp: Likewise.
3906 * gdb.ada/bp_range_type.exp: Likewise.
3907 * gdb.ada/bp_reset.exp: Likewise.
3908 * gdb.ada/call_pn.exp: Likewise.
3909 * gdb.ada/catch_assert_if.exp: Likewise.
3910 * gdb.ada/catch_ex.exp: Likewise.
3911 * gdb.ada/catch_ex_std.exp: Likewise.
3912 * gdb.ada/char_enum.exp: Likewise.
3913 * gdb.ada/char_param.exp: Likewise.
3914 * gdb.ada/complete.exp: Likewise.
3915 * gdb.ada/cond_lang.exp: Likewise.
3916 * gdb.ada/convvar_comp.exp: Likewise.
3917 * gdb.ada/dgopt.exp: Likewise.
3918 * gdb.ada/disc_arr_bound.exp: Likewise.
3919 * gdb.ada/display_nested.exp: Likewise.
3920 * gdb.ada/dot_all.exp: Likewise.
3921 * gdb.ada/dyn_loc.exp: Likewise.
3922 * gdb.ada/dyn_stride.exp: Likewise.
3923 * gdb.ada/excep_handle.exp: Likewise.
3924 * gdb.ada/expr_delims.exp: Likewise.
3925 * gdb.ada/expr_with_funcall.exp: Likewise.
3926 * gdb.ada/exprs.exp: Likewise.
3927 * gdb.ada/fin_fun_out.exp: Likewise.
3928 * gdb.ada/fixed_cmp.exp: Likewise.
3929 * gdb.ada/formatted_ref.exp: Likewise.
3930 * gdb.ada/frame_arg_lang.exp: Likewise.
3931 * gdb.ada/frame_args.exp: Likewise.
3932 * gdb.ada/fullname_bp.exp: Likewise.
3933 * gdb.ada/fun_addr.exp: Likewise.
3934 * gdb.ada/fun_in_declare.exp: Likewise.
3935 * gdb.ada/fun_overload_menu.exp: Likewise.
3936 * gdb.ada/fun_renaming.exp: Likewise.
3937 * gdb.ada/funcall_char.exp: Likewise.
3938 * gdb.ada/funcall_param.exp: Likewise.
3939 * gdb.ada/funcall_ptr.exp: Likewise.
3940 * gdb.ada/funcall_ref.exp: Likewise.
3941 * gdb.ada/homonym.exp: Likewise.
3942 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3943 * gdb.ada/info_auto_lang.exp: Likewise.
3944 * gdb.ada/info_exc.exp: Likewise.
3945 * gdb.ada/info_types.exp: Likewise.
3946 * gdb.ada/int_deref.exp: Likewise.
3947 * gdb.ada/interface.exp: Likewise.
3948 * gdb.ada/iwide.exp: Likewise.
3949 * gdb.ada/lang_switch.exp: Likewise.
3950 * gdb.ada/length_cond.exp: Likewise.
3951 * gdb.ada/maint_with_ada.exp: Likewise.
3952 * gdb.ada/mi_catch_assert.exp: Likewise.
3953 * gdb.ada/mi_catch_ex.exp: Likewise.
3954 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3955 * gdb.ada/mi_dyn_arr.exp: Likewise.
3956 * gdb.ada/mi_ex_cond.exp: Likewise.
3957 * gdb.ada/mi_exc_info.exp: Likewise.
3958 * gdb.ada/mi_interface.exp: Likewise.
3959 * gdb.ada/mi_prot.exp: Likewise.
3960 * gdb.ada/mi_ref_changeable.exp: Likewise.
3961 * gdb.ada/mi_string_access.exp: Likewise.
3962 * gdb.ada/mi_task_arg.exp: Likewise.
3963 * gdb.ada/mi_task_info.exp: Likewise.
3964 * gdb.ada/mi_var_array.exp: Likewise.
3965 * gdb.ada/mi_var_union.exp: Likewise.
3966 * gdb.ada/mi_variant.exp: Likewise.
3967 * gdb.ada/minsyms.exp: Likewise.
3968 * gdb.ada/mod_from_name.exp: Likewise.
3969 * gdb.ada/nested.exp: Likewise.
3970 * gdb.ada/null_array.exp: Likewise.
3971 * gdb.ada/optim_drec.exp: Likewise.
3972 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3973 * gdb.ada/packed_array_assign.exp: Likewise.
3974 * gdb.ada/packed_tagged.exp: Likewise.
3975 * gdb.ada/pp-rec-component.exp: Likewise.
3976 * gdb.ada/print_chars.exp: Likewise.
3977 * gdb.ada/print_pc.exp: Likewise.
3978 * gdb.ada/ptr_typedef.exp: Likewise.
3979 * gdb.ada/ptype_arith_binop.exp: Likewise.
3980 * gdb.ada/ptype_array.exp: Likewise.
3981 * gdb.ada/ptype_field.exp: Likewise.
3982 * gdb.ada/ptype_tagged_param.exp: Likewise.
3983 * gdb.ada/ptype_union.exp: Likewise.
3984 * gdb.ada/py_range.exp: Likewise.
3985 * gdb.ada/py_taft.exp: Likewise.
3986 * gdb.ada/rdv_wait.exp: Likewise.
3987 * gdb.ada/rec_comp.exp: Likewise.
3988 * gdb.ada/rec_return.exp: Likewise.
3989 * gdb.ada/ref_param.exp: Likewise.
3990 * gdb.ada/ref_tick_size.exp: Likewise.
3991 * gdb.ada/rename_subscript_param.exp: Likewise.
3992 * gdb.ada/repeat_dyn.exp: Likewise.
3993 * gdb.ada/same_component_name.exp: Likewise.
3994 * gdb.ada/same_enum.exp: Likewise.
3995 * gdb.ada/scalar_storage.exp: Likewise.
3996 * gdb.ada/set_wstr.exp: Likewise.
3997 * gdb.ada/small_reg_param.exp: Likewise.
3998 * gdb.ada/str_binop_equal.exp: Likewise.
3999 * gdb.ada/str_ref_cmp.exp: Likewise.
4000 * gdb.ada/str_uninit.exp: Likewise.
4001 * gdb.ada/sub_variant.exp: Likewise.
4002 * gdb.ada/sym_print_name.exp: Likewise.
4003 * gdb.ada/taft_type.exp: Likewise.
4004 * gdb.ada/tagged.exp: Likewise.
4005 * gdb.ada/tagged_access.exp: Likewise.
4006 * gdb.ada/task_bp.exp: Likewise.
4007 * gdb.ada/task_switch_in_core.exp: Likewise.
4008 * gdb.ada/tasks.exp: Likewise.
4009 * gdb.ada/tick_last_segv.exp: Likewise.
4010 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
4011 * gdb.ada/type_coercion.exp: Likewise.
4012 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4013 * gdb.ada/unchecked_union.exp: Likewise.
4014 * gdb.ada/uninitialized_vars.exp: Likewise.
4015 * gdb.ada/var_arr_attrs.exp: Likewise.
4016 * gdb.ada/var_arr_typedef.exp: Likewise.
4017 * gdb.ada/var_rec_arr.exp: Likewise.
4018 * gdb.ada/variant-record.exp: Likewise.
4019 * gdb.ada/variant.exp: Likewise.
4020 * gdb.ada/variant_record_packed_array.exp: Likewise.
4021 * gdb.ada/varsize_limit.exp: Likewise.
4022 * gdb.ada/whatis_array_val.exp: Likewise.
4023 * gdb.ada/widewide.exp: Likewise.
4024 * gdb.ada/win_fu_syms.exp: Likewise.
4025
40262020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
4027
4028 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
4029
10c381b5
AB
40302020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
4031
4032 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
4033 unset the array variable.
4034
8f34b746
TV
40352020-08-03 Tom de Vries <tdevries@suse.de>
4036
4037 PR symtab/26333
4038 * lib/dwarf.exp (DW_LNE_user): New proc.
4039 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
4040 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
4041
0245e136
KB
40422020-07-31 Kevin Buettner <kevinb@redhat.com>
4043
4044 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
4045 to 'uintptr_t'
4046 (inttypes.h): Include.
4047
9ef1ec5d
KB
40482020-07-31 Kevin Buettner <kevinb@redhat.com>
4049
4050 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
4051 (C5_24k): Delete.
4052 (C5_8k, C5_64k, C5_256k): New macros.
4053 (buf_ro): Allocate 256 KiB of initialized data.
4054
4c55e970
TBA
40552020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4056
4057 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
4058 that attempt to overwrite an existing condition with a condition
4059 that fails parsing and also with a condition that parses fine
4060 but contains junk at the end.
4061
1e620590
TBA
40622020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4063
4064 * gdb.base/condbreak-bad.c: New test.
4065 * gdb.base/condbreak-bad.exp: New file.
4066
e12dcc50
TV
40672020-07-30 Tom de Vries <tdevries@suse.de>
4068
4069 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
4070 out of ...
4071 (GDBInfoModuleSymbols::check_entry): ... here.
4072 (GDBInfoModuleSymbols::check_optional_entry): New proc.
4073 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
4074 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
4075
6cc64caa
TV
40762020-07-30 Tom de Vries <tdevries@suse.de>
4077
4078 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
4079 "__class_some_module_Number_t" optional.
4080
90fd07fc
TV
40812020-07-29 Tom de Vries <tdevries@suse.de>
4082
4083 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
4084 multiple locations.
4085
f5c79e97
TV
40862020-07-29 Tom de Vries <tdevries@suse.de>
4087
4088 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
4089 rather than function name.
4090
f75a0693
AB
40912020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4092
4093 PR symtab/26270:
4094 * gdb.cp/disasm-func-name.cc: New file.
4095 * gdb.cp/disasm-func-name.exp: New file.
4096
4888741a
TT
40972020-07-28 Tom Tromey <tromey@adacore.com>
4098
4099 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
4100 'varval' location.
4101
43d5901d
AB
41022020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4103
4104 * gdb.python/py-unwind.py: Update to make use of a register
4105 descriptor.
4106
14fa8fb3
AB
41072020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4108
4109 * gdb.python/py-arch-reg-names.exp: Add additional tests.
4110
e79eb02f
AB
41112020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
4112
4113 PR fortran/23051
4114 PR fortran/26139
4115 * gdb.fortran/class-allocatable-array.exp: New file.
4116 * gdb.fortran/class-allocatable-array.f90: New file.
4117 * gdb.fortran/pointer-to-pointer.exp: New file.
4118 * gdb.fortran/pointer-to-pointer.f90: New file.
4119
876518dd
TV
41202020-07-25 Tom de Vries <tdevries@suse.de>
4121
4122 PR symtab/26243
4123 * gdb.dwarf2/dw2-line-number-zero.c: New test.
4124 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
4125
6dcfb80a
TV
41262020-07-24 Tom de Vries <tdevries@suse.de>
4127
4128 PR testsuite/26293
4129 * gdb.ada/mi_prot.exp: Require gnatmake-8.
4130
e7bc9db8
PA
41312020-07-23 Pedro Alves <pedro@palves.net>
4132
4133 * gdb.server/server-kill.exp (prepare): New, factored out from the
4134 top level.
4135 (kill_server): New.
4136 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
4137 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
4138
78344df7
AB
41392020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
4140
4141 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
4142
25dfed24
SL
41432020-07-22 Sandra Loosemore <sandra@codesourcery.com>
4144
4145 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
4146 Initialize to empty string at top level.
4147 (gdb_wrapper_init): Revert check for file existence on build.
4148 Build the wrapper in its default place, not a build-specific
4149 location. When host == build, make the pathname absolute.
4150 (gdb_compile): Delete leftover declaration of
4151 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
4152 string instead of uninitialized.
4153
7da515fd
KB
41542020-07-22 Kevin Buettner <kevinb@redhat.com>
4155
4156 * gdb.base/corefile2.exp: New file.
4157 * gdb.base/coremaker2.exp: New file.
4158
9c5ec5c2
KB
41592020-07-22 Kevin Buettner <kevinb@redhat.com>
4160
4161 * gdb.base/coredump-filter.exp: Add second
4162 non-Private-Shared-Anon-File test.
4163 (test_disasm): Rename binfile for test which is expected
4164 to fail.
4165
f9e233c9
KB
41662020-07-22 Kevin Buettner <kevinb@redhat.com>
4167
4168 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
4169 data in core file".
4170 * gdb.base/coremaker.c (buf2ro): New global.
4171 (mmapdata): Add a read-only mmap mapping.
4172
94c265d7
KB
41732020-07-22 Kevin Buettner <kevinb@redhat.com>
4174
4175 PR corefiles/25631
4176 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
4177 New test.
4178 * gdb.base/coremaker.c (buf3): New global.
4179 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
4180 flags.
4181
41822020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
4183
4184 * gdb.base/coremaker.c (filler_ro): New global constant.
4185
32fa152e
TT
41862020-07-22 Tom Tromey <tromey@adacore.com>
4187
4188 * gdb.ada/mi_prot.exp: New file.
4189 * gdb.ada/mi_prot/pkg.adb: New file.
4190 * gdb.ada/mi_prot/pkg.ads: New file.
4191 * gdb.ada/mi_prot/prot.adb: New file.
4192
c8474dc3
TBA
41932020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4194
4195 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
4196 loads two JITers.
4197
baf8791e
AB
41982020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4199
4200 * gdb.python/py-arch-reg-groups.exp: Additional tests.
4201
f7306dac
AB
42022020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
4203
4204 * gdb.python/py-arch-reg-names.exp: Additional tests.
4205
6d3d6e4b
TV
42062020-07-21 Tom de Vries <tdevries@suse.de>
4207
4208 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
4209 breakpoint locations".
4210 * gdb.reverse/solib-reverse.exp: Same.
4211
803d0592
TV
42122020-07-21 Tom de Vries <tdevries@suse.de>
4213
4214 * gdb.reverse/step-reverse.c (callee): Merge statements.
4215
e9bdc510
TV
42162020-07-21 Tom de Vries <tdevries@suse.de>
4217
4218 * gdb.fortran/info-modules.exp (info module variables): Allow missing
4219 line numbers for some variables.
4220
f0f9e75a
TV
42212020-07-21 Tom de Vries <tdevries@suse.de>
4222
4223 * gdb.opt/inline-locals.c (init_array): New func.
4224 (func1): Use init_array.
4225 * gdb.opt/inline-locals.exp: Update pattern.
4226
bd460ecb
TV
42272020-07-21 Tom de Vries <tdevries@suse.de>
4228
4229 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
4230 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
4231
ae5369e7
LC
42322020-07-20 Ludovic Courtès <ludo@gnu.org>
4233
4234 * gdb.guile/source2.scm: Add #f first argument to 'format'.
4235 * gdb.guile/types-module.exp: Remove "ERROR:" from
4236 regexps since Guile 3.0 no longer prints that.
4237
68cf161c
LC
42382020-07-20 Ludovic Courtès <ludo@gnu.org>
4239
4240 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
4241 error regexp to match on Guile 2.2.
4242
c14b4913
GB
42432020-07-20 Gary Benson <gbenson@redhat.com>
4244
4245 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
4246 with clang.
4247
b243ba58
TV
42482020-07-20 Tom de Vries <tdevries@suse.de>
4249
4250 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
4251 (omp_set_lock_in_order): New function.
4252 (single_scope, multi_scope, nested_func, nested_parallel): Use
4253 omp_set_lock_in_order and omp_unset_lock.
4254 (main): Init and destroy lock and lock2.
4255
c06ad8b5
TV
42562020-07-20 Tom de Vries <tdevries@suse.de>
4257
4258 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
4259
6e22f117
TV
42602020-07-20 Tom de Vries <tdevries@suse.de>
4261
4262 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
4263
33176ea7
TV
42642020-07-17 Tom de Vries <tdevries@suse.de>
4265
4266 * gdb.base/valgrind-infcall-2.c: New test.
4267 * gdb.base/valgrind-infcall-2.exp: New file.
4268 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
4269
90c3ec2d
TV
42702020-07-17 Tom de Vries <tdevries@suse.de>
4271
4272 * gdb.dlang/circular.c (found): Use found_label as label name.
4273 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
4274 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
4275 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
4276 * gdb.dwarf2/ada-linkage-name.exp: Same.
4277 * gdb.dwarf2/arr-subrange.exp: Same.
4278 * gdb.dwarf2/atomic-type.exp: Same.
4279 * gdb.dwarf2/comp-unit-lang.exp: Same.
4280 * gdb.dwarf2/cpp-linkage-name.exp: Same.
4281 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
4282 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
4283 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
4284 * gdb.dwarf2/implptr-64bit.exp: Same.
4285 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4286 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4287 * gdb.dwarf2/imported-unit.exp: Same.
4288 * gdb.dwarf2/main-subprogram.exp: Same.
4289 * gdb.dwarf2/missing-type-name.exp: Same.
4290 * gdb.dwarf2/nonvar-access.exp: Same.
4291 * gdb.dwarf2/struct-with-sig.exp: Same.
4292 * gdb.dwarf2/typedef-void-finish.exp: Same.
4293 * gdb.dwarf2/void-type.exp: Same.
4294
10da644d
TV
42952020-07-17 Tom de Vries <tdevries@suse.de>
4296
4297 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
4298 src parameter.
4299 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
4300 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
4301 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4302 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
4303 * gdb.dwarf2/dwz.exp: Same.
4304 * gdb.dwarf2/implptr-optimized-out.exp: Same.
4305 * gdb.dwarf2/implref-array.exp: Same.
4306 * gdb.dwarf2/implref-const.exp: Same.
4307 * gdb.dwarf2/implref-global.exp: Same.
4308 * gdb.dwarf2/implref-struct.exp: Same.
4309 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
4310 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4311 * gdb.dwarf2/var-access.exp: Same.
4312 * gdb.dwarf2/varval.exp: Same.
4313 * gdb.trace/entry-values.exp: Same.
4314
315e6afc
TV
43152020-07-17 Tom de Vries <tdevries@suse.de>
4316
4317 * lib/dwarf.exp (Dwarf::extern): Remove.
4318 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
4319 * gdb.dlang/circular.exp: Same.
4320 * gdb.dwarf2/comp-unit-lang.exp: Same.
4321 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
4322 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
4323 * gdb.dwarf2/dwz.exp: Same.
4324 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
4325 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
4326 * gdb.dwarf2/imported-unit.exp: Same.
4327 * gdb.dwarf2/opaque-type-lookup.exp: Same.
4328
5597c940
SL
43292020-07-16 Sandra Loosemore <sandra@codesourcery.com>
4330
4331 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
4332 Use double quotes instead of single quotes.
4333
d0ce17d8
CT
43342020-07-16 Caroline Tice <cmtice@google.com>
4335
4336 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
4337 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
4338
853772cc
TV
43392020-07-16 Tom de Vries <tdevries@suse.de>
4340
4341 * lib/dwarf.exp (program): Initialize _line.
4342 (DW_LNE_end_sequence): Reinitialize _line.
4343 (DW_LNS_advance_line): Update _line.
4344 (line): New proc.
4345 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
4346 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
4347 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
4348 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
4349 * gdb.dwarf2/dw2-is-stmt.exp: Same.
4350 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4351
fe07b572
AB
43522020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4353
4354 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
4355 generic.
4356
52781cce
TV
43572020-07-15 Tom de Vries <tdevries@suse.de>
4358
4359 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4360 is_amd64_regs_target.
4361
3dcc261c
AB
43622020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4363
4364 * gdb.fortran/ptype-on-functions.exp: Add more tests.
4365 * gdb.fortran/ptype-on-functions.f90: Likewise.
4366
054a0959
SM
43672020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
4368
4369 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
4370 values in documentation for addr_size to 4 and 8.
4371
ccb9eba6
AB
43722020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
4373
4374 * gdb.arch/amd64-osabi.exp: Update.
4375 * gdb.arch/arm-disassembler-options.exp: Update.
4376 * gdb.arch/powerpc-disassembler-options.exp: Update.
4377 * gdb.arch/ppc64-symtab-cordic.exp: Update.
4378 * gdb.arch/s390-disassembler-options.exp: Update.
4379 * gdb.base/all-architectures.exp.tcl: Update.
4380 * gdb.base/attach-pie-noexec.exp: Update.
4381 * gdb.base/catch-syscall.exp: Update.
4382 * gdb.xml/tdesc-arch.exp: Update.
4383
025a39a7
TV
43842020-07-14 Tom de Vries <tdevries@suse.de>
4385
4386 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
4387 (local_gettid): ... this.
4388 (fn): Update.
4389
74e4b667
SL
43902020-07-13 Sandra Loosemore <sandra@codesourcery.com>
4391
4392 * gdb.base/info_sources.exp: Skip directory match tests on
4393 remote hosts.
4394
f413dd74
GB
43952020-07-13 Gary Benson <gbenson@redhat.com>
4396
4397 * gdb.base/savedregs.exp (caller): Use parentheses to
4398 make expected expression evaluation ordering explicit.
4399
915771bb
GB
44002020-07-13 Gary Benson <gbenson@redhat.com>
4401
4402 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
4403
2a122642
GB
44042020-07-13 Gary Benson <gbenson@redhat.com>
4405
4406 * gdb.base/bigcore.c (main): Use a volatile pointer when
4407 attempting to trigger a SIGSEGV.
4408 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4409 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4410 * gdb.base/savedregs.c (thrower): Likewise.
4411 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4412
3f00c730
GB
44132020-07-13 Gary Benson <gbenson@redhat.com>
4414
4415 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4416 defining and using VLA structure fields into...
4417 * gdb.base/vla-struct-fields.c: New file.
4418 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4419 tests into...
4420 * gdb.base/vla-struct-fields.exp: New file.
4421
963eeee4
TV
44222020-07-13 Tom de Vries <tdevries@suse.de>
4423
4424 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4425 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4426 * gdb.base/gold-gdb-index.exp: Same.
4427 * gdb.base/morestack.exp: Same.
4428
0ed35c9a
DX
44292020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4430
4431 PR rust/26121
4432 * gdb.rust/modules.rs: Prevent linker from discarding test
4433 symbol.
4434
4fdba23d
PA
44352020-07-10 Pedro Alves <pedro@palves.net>
4436
4437 PR gdb/26199
4438 * gdb.multi/multi-target.c (exit_thread): New.
4439 (thread_start): Break loop if EXIT_THREAD.
4440 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4441 (top level) Call test_no_resumed.
4442
15f3b077
TT
44432020-07-08 Tom Tromey <tromey@adacore.com>
4444
4445 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4446 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4447
9fc501fd
AB
44482020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4449
4450 PR python/22748
4451 * gdb.opt/inline-frame-tailcall.c: New file.
4452 * gdb.opt/inline-frame-tailcall.exp: New file.
4453 * gdb.python/py-unwind-inline.c: New file.
4454 * gdb.python/py-unwind-inline.exp: New file.
4455 * gdb.python/py-unwind-inline.py: New file.
4456
64cb3757
AB
44572020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4458
4459 * gdb.python/py-arch-reg-groups.exp: New file.
4460
0f767f94
AB
44612020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4462
4463 * gdb.python/py-arch-reg-names.exp: New file.
4464
87dbc774
AB
44652020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4466
4467 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4468 gdb.PendingFrame.architecture method.
4469
d8cc8af6
TV
44702020-07-06 Tom de Vries <tdevries@suse.de>
4471
4472 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4473
3c8ea5be
PA
44742020-07-03 Pedro Alves <palves@redhat.com>
4475
4476 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4477 explicitly write negative numbers.
4478 * gdb.base/structs2.exp: Adjust expected output.
4479
bf90c83a
PA
44802020-07-03 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.base/charset.c (init_string): Change all char parameters to
4483 unsigned char parameters.
4484
2eb82157
PA
44852020-07-03 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.base/call-sc.exp (start_scalars_test): Use
4488 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4489 * gdb.base/overlays.c: Remove references to PARAMS.
4490 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4491 * gdb.base/reread.exp: Don't set 'prototypes' global.
4492 * gdb.base/structs.exp (start_structs_test): Use
4493 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4494 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4495 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4496 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4497 call.
4498 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4499
9adda7af
PA
45002020-07-03 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.base/m32rovly.c: Delete.
4503 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4504
2a17c803
PW
45052020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4506
4507 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4508 of gdb_py_test_multiple.
4509 * gdb.python/py-cmd.exp: Likewise.
4510 * gdb.python/py-events.exp: Likewise.
4511 * gdb.python/py-function.exp: Likewise.
4512 * gdb.python/py-inferior.exp: Likewise.
4513 * gdb.python/py-infthread.exp: Likewise.
4514 * gdb.python/py-linetable.exp: Likewise.
4515 * gdb.python/py-parameter.exp: Likewise.
4516 * gdb.python/py-value.exp: Likewise.
4517
b011fe1a
TV
45182020-06-30 Tom de Vries <tdevries@suse.de>
4519
4520 PR testsuite/26175
4521 * lib/future.exp (gdb_default_target_compile): Detect and handle
4522 early_flags.
4523
df5b8876
SM
45242020-06-29 Simon Marchi <simon.marchi@efficios.com>
4525
4526 * boards/simavr.exp (gdb_load): Catch errors when closing
4527 previous connection. Close connection, wait for process and
4528 unset simavr_spawn_id on failure.
4529
a3ca48cd
TV
45302020-06-29 Tom de Vries <tdevries@suse.de>
4531
4532 * lib/gdb.exp (unknown): Make test-case unresolved.
4533
b0237c0e
TV
45342020-06-29 Tom de Vries <tdevries@suse.de>
4535
4536 PR gdb/25475
4537 * gdb.server/solib-list.exp: Verify that the symbol reload
4538 confirmation question is asked.
4539
c0b3b3bd
PW
45402020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4541
4542 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4543 have a input seq nr in each pass message.
fe4c3d43 4544 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
4545 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4546 * gdb.python/python.exp: Make test names unique,
4547 use gdb_test_multiline instead of gdb_py_test_multiple,
4548 use $gdb_test_name.
4549 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4550
1776e3e5
NA
45512020-06-26 Nick Alcock <nick.alcock@oracle.com>
4552
4553 * configure.ac: Add --enable-libctf.
4554 * aclocal.m4: sinclude ../config/enable.m4.
4555 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4556 * lib/gdb.exp (skip_ctf_tests): Use it.
4557 * gdb.base/ctf-constvars.exp: Error message tweak.
4558 * gdb.base/ctf-ptype.exp: Likewise.
4559 * configure: Regenerate.
4560
f53b3eeb
GB
45612020-06-26 Gary Benson <gbenson@redhat.com>
4562
4563 * gdb.cp/try_catch.cc: Include string.h.
4564 (main): Replace comparison against string literal with
4565 strcmp, avoiding build failure with -Wstring-compare.
4566 Add "marker test-complete".
4567 * gdb.cp/try_catch.exp: Run the test to the above marker,
4568 then verify that the value of "test" is still true.
4569
6d74da72
AB
45702020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4571
4572 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4573
2e52d038
AB
45742020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4575
4576 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4577
3b9fce96
AB
45782020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4579
4580 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4581 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4582 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4583 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4584 * gdb.arch/riscv-tdesc-loading.exp: New file.
4585
ed69cbc8
AB
45862020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4587
4588 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4589
767a879e
AB
45902020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4591
4592 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4593 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4594 * gdb.arch/riscv-tdesc-regs.c: New file.
4595 * gdb.arch/riscv-tdesc-regs.exp: New file.
4596
221db974
PA
45972020-06-24 Pedro Alves <palves@redhat.com>
4598
4599 * gdb.arch/amd64-entry-value-paramref.exp: Use
4600 prepare_for_testing_full and don't pass "c++" for the .S file
4601 build spec.
4602 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4603 $options, since it's an assembly file. Remove -Wno-deprecated.
4604 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4605 compiling C++ programs.
4606
331733cd
PA
46072020-06-24 Pedro Alves <palves@redhat.com>
4608
4609 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4610 Clang, add "-Wno-unknown-warning-option" to the options.
4611
caa7fd04
AB
46122020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4613
4614 * gdb.xml/tdesc-reload.c: New file.
4615 * gdb.xml/tdesc-reload.exp: New file.
4616 * gdb.xml/maint-xml-dump-01.xml: New file.
4617 * gdb.xml/maint-xml-dump-02.xml: New file.
4618 * gdb.xml/maint-xml-dump.exp: New file.
4619
bb8d1260
SL
46202020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4621
4622 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4623 Adjust for omitted commands when TUI is disabled.
4624
7e4b9c4c
GB
46252020-06-23 Gary Benson <gbenson@redhat.com>
4626 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4629 * gdb.cp/nsimport.cc: Likewise.
4630 * gdb.cp/nsnested.cc: Likewise.
4631 * gdb.cp/nsnoimports.cc: Likewise.
4632 * gdb.cp/nsusing.cc: Likewise.
4633 * gdb.cp/smartp.cc: Likewise.
4634 * gdb.python/py-pp-integral.c: Likewise.
4635 * gdb.python/py-pp-re-notag.c: Likewise.
4636
2e573c0a
GB
46372020-06-23 Gary Benson <gbenson@redhat.com>
4638
4639 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4640 * gdb.cp/nsimport.cc: Likewise.
4641 * gdb.cp/nsnested.cc: Likewise.
4642 * gdb.cp/nsnoimports.cc: Likewise.
4643 * gdb.cp/nsusing.cc: Likewise.
4644 * gdb.cp/smartp.cc: Likewise.
4645 * gdb.python/py-pp-integral.c: Likewise.
4646 * gdb.python/py-pp-re-notag.c: Likewise.
4647
746ebfe8
PW
46482020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4649
4650 * gdb.base/default-args.exp: New test.
4651 * gdb.base/default-args.c: New file.
4652 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4653 * gdb.base/default.exp: Update to new help text.
4654 * gdb.base/help.exp: Likewise.
4655 * gdb.base/page.exp: Likewise.
4656 * gdb.base/style.exp: Likewise.
4657 * gdb.guile/guile.exp: Likewise.
4658 * gdb.python/python.exp: Likewise.
4659
e822f2cd
SL
46602020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4661
4662 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4663 remote host. Fix search path syntax on Windows host.
4664
48e9cc84
PW
46652020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4666
4667 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4668 over 'exec-file-mismatch'.
4669 * gdb.base/attach.c: Mark should_exit volatile.
4670 * gdb.base/attach2.c: Likewise. Add a comment explaining
4671 why the sleep cannot be big.
4672 * gdb.base/attach3.c: New file.
4673
160f8a8f
SL
46742020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4675
4676 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4677 prefix optional.
4678
4d91c2a4
SL
46792020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4680
4681 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4682 for remote host.
4683
87f83f20
SL
46842020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4685 Hafiz Abid Qadeer <abidh@codesourcery.com>
4686
4687 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4688 file sent to remote host.
4689 (top level): Allow int32_t as type of 32-bit register.
4690
37ab8655
TV
46912020-06-19 Tom de Vries <tdevries@suse.de>
4692
4693 * lib/gdb.exp (gdb_note): New proc.
4694 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4695 (gdb_default_target_compile): ... here. Only call
4696 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4697 (use_gdb_compile): Change to array.
4698 (toplevel): Update sets of use_gdb_compile to specify language.
4699 Warn about default_target_compile override. Store dejagnu's version
4700 of default_target_compile in dejagnu_default_target_compile.
4701
a8a56685
TV
47022020-06-18 Tom de Vries <tdevries@suse.de>
4703
4704 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4705 (default_gdb_init): ... here.
4706
581bea2c
SL
47072020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4708
4709 Fix TUI support checks in gdb.tui tests.
4710
4711 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4712 just say UNSUPPORTED.
4713 * gdb.tui/corefile-run.exp: Likewise.
4714 * gdb.tui/empty.exp: Likewise.
4715 * gdb.tui/list-before.exp: Likewise.
4716 * gdb.tui/list.exp: Likewise.
4717 * gdb.tui/main.exp: Likewise.
4718 * gdb.tui/regs.exp: Likewise.
4719 * gdb.tui/resize.exp: Likewise.
4720 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4721 * gdb.tui/tui-layout-asm.exp: Likewise.
4722 * gdb.tui/tui-missing-src.exp: Likewise.
4723 * gdb.tui/winheight.exp: Likewise.
4724 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4725
05e682e3
SL
47262020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4727
4728 Fix TCL error in gdb.python/py-format-string.exp.
4729
4730 * gdb.python/py-format-string.exp: Move test for python support
4731 earlier, out of function body.
4732
efb763a5
SM
47332020-06-15 Simon Marchi <simon.marchi@efficios.com>
4734
4735 * gdb.base/index-cache-load-twice.c: New.
4736 * gdb.base/index-cache-load-twice.exp: New.
4737
43327b20
KS
47382020-06-17 Keith Seitz <keiths@redhat.com>
4739
99cf27cf 4740 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
4741 when executing "gdb --configuration".
4742
081e778c
TV
47432020-06-17 Tom de Vries <tdevries@suse.de>
4744
4745 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4746 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4747 conditional on presence of gdb_tcl_unknown.
4748 (gdb_finish): Make override undo conditional on presence of
4749 gdb_tcl_unknown.
4750
d2d1ea20
TT
47512020-06-16 Tom Tromey <tom@tromey.com>
4752
4753 * gdb.python/tui-window.py (failwin): New function. Register it
4754 as a TUI window type.
4755 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4756
c802e8a7
GB
47572020-06-16 Gary Benson <gbenson@redhat.com>
4758
4759 * gdb.python/py-nested-maps.c (create_map): Add missing return
4760 value.
4761 (create_map_map): Likewise.
4762
ff08abb8
TBA
47632020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4764
4765 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4766 variable.
4767 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4768 and use the already-defined 'options' variable.
4769
a29d5112
AB
47702020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4771 Tom de Vries <tdevries@suse.de>
4772
4773 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4774 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4775 (gdb_setup_known_globals): New proc.
4776 (gdb_cleanup_globals): New proc.
4777 * lib/gdb.exp (load_lib): New override proc.
4778 (gdb_stdin_log_init): Set var in_file as persistent global.
4779 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4780 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4781 fpc_compiler as persistent global.
4782
8c74a764
TV
47832020-06-12 Tom de Vries <tdevries@suse.de>
4784
4785 * lib/tuiterm.exp (spawn): Rename to ...
4786 (tui_spawn): ... this.
4787 (toplevel): Move rename of spawn ...
4788 (gdb_init_tuiterm): ... here. New proc.
4789 (gdb_finish_tuiterm): New proc.
4790 * lib/gdb.exp (gdb_finish_hooks): New global var.
4791 (gdb_finish): Handle gdb_finish_hooks.
4792 (tuiterm_env): New proc.
4793 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4794 tuiterm_env.
4795 * gdb.tui/basic.exp: Same.
4796 * gdb.tui/corefile-run.exp: Same.
4797 * gdb.tui/empty.exp: Same.
4798 * gdb.tui/list-before.exp: Same.
4799 * gdb.tui/list.exp: Same.
4800 * gdb.tui/main.exp: Same.
4801 * gdb.tui/new-layout.exp: Same.
4802 * gdb.tui/regs.exp: Same.
4803 * gdb.tui/resize.exp: Same.
4804 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4805 * gdb.tui/tui-layout-asm.exp: Same.
4806 * gdb.tui/tui-missing-src.exp: Same.
4807 * gdb.tui/winheight.exp: Same.
4808
26783bce
TV
48092020-06-12 Tom de Vries <tdevries@suse.de>
4810
4811 PR testsuite/26110
4812 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4813 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4814
2b4e6a3f
TT
48152020-06-11 Tom Tromey <tom@tromey.com>
4816
4817 PR gdb/18318:
4818 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4819 floating point tests.
4820
2f33032a
KS
48212020-06-11 Keith Seitz <keiths@redhat.com>
4822
4823 PR gdb/21356
4824 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4825 vla_struct.
4826 Add new struct vla_typedef and union vla_typedef_union and
4827 corresponding instantiation objects.
4828 Initialize new objects.
4829 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4830 and vla_typedef_union_object.
4831 Fixup type for vla_struct_object.
4832
a8baf0a3
TV
48332020-06-11 Tom de Vries <tdevries@suse.de>
4834
4835 * lib/gdb.exp (with_override): New proc, factored out of ...
4836 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4837
7ab96794
TV
48382020-06-10 Tom de Vries <tdevries@suse.de>
4839
4840 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4841
cab5c3b7
SM
48422020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4843
4844 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4845 parameter, update callers.
4846
f8c41851
SM
48472020-06-04 Simon Marchi <simon.marchi@efficios.com>
4848
4849 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4850 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4851 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4852
1c07a73f
TV
48532020-06-04 Tom de Vries <tdevries@suse.de>
4854
4855 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4856
95146b5d
TV
48572020-06-04 Tom de Vries <tdevries@suse.de>
4858
4859 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4860 exp_continue.
4861
0cfcd4f0
TV
48622020-06-04 Tom de Vries <tdevries@suse.de>
4863
4864 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4865
f9b5d5ea
TV
48662020-06-03 Tom de Vries <tdevries@suse.de>
4867
4868 PR symtab/26046
4869 * gdb.cp/breakpoint-locs-2.cc: New test.
4870 * gdb.cp/breakpoint-locs.cc: New test.
4871 * gdb.cp/breakpoint-locs.exp: New file.
4872 * gdb.cp/breakpoint-locs.h: New test.
4873
5144dfba
TV
48742020-06-03 Tom de Vries <tdevries@suse.de>
4875
4876 PR testsuite/25609
4877 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4878 value of global verbose.
4879 * gdb.base/jit-elf.exp: Same.
4880 * gdb.base/jit-reader.exp: Same.
4881
621eacdf
TV
48822020-06-02 Tom de Vries <tdevries@suse.de>
4883
4884 * gdb.dwarf2/multidictionary.exp: Don't use
4885 gdb_spawn_with_cmdline_opts.
4886
1313c56e
AB
48872020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4888
4889 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4890 use_header case.
4891 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4892 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4893 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4894 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4895 * gdb.dwarf2/dw2-inline-header.c: New file.
4896 * gdb.dwarf2/dw2-inline-header.h: New file.
4897
f68f85b5
PA
48982020-05-30 Pedro Alves <palves@redhat.com>
4899
4900 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4901 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4902
678048e8
GB
49032020-05-29 Gary Benson <gbenson@redhat.com>
4904
4905 * gdb.compile/compile-cplus.exp (additional_flags): Also
4906 set when building with clang.
4907 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4908 when building with clang.
4909
9fcafd23
GB
49102020-05-29 Gary Benson <gbenson@redhat.com>
4911
4912 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4913 building with clang.
4914 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4915
735d5a07
GB
49162020-05-29 Gary Benson <gbenson@redhat.com>
4917
4918 * gdb.cp/koenig.exp (prepare_for_testing): Add
4919 additional_flags=-Wno-unused-comparison.
4920 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4921
4ad2c6a0
GB
49222020-05-28 Gary Benson <gbenson@redhat.com>
4923
4924 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4925 statement.
4926
09fe663e
GB
49272020-05-28 Gary Benson <gbenson@redhat.com>
4928
4929 * gdb.cp/classes.exp (prepare_for_testing): Add
4930 additional_flags=-Wno-deprecated-register.
4931 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4932 * gdb.cp/misc.exp: Likewise.
4933
cee00f17
GB
49342020-05-28 Gary Benson <gbenson@redhat.com>
4935
4936 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4937 (test_op_new::operator new): Add return statement.
4938 (test_op_new_array::operator new[]): Likewise.
4939
636edd00
PA
49402020-05-27 Pedro Alves <palves@redhat.com>
4941
4942 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4943 check. Use test_gdb_complete_unique instead of
4944 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4945 test_gdb_complete_multiple instead of
4946 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4947
c2b75043
LM
49482020-05-27 Luis Machado <luis.machado@linaro.org>
4949
4950 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4951 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4952 * gdb.arch/arm-disassembler-options.exp: Likewise.
4953 * gdb.arch/arm-disp-step.exp: Likewise.
4954 * gdb.arch/thumb-prologue.exp: Likewise.
4955 * gdb.base/async.exp: Likewise.
4956 * gdb.base/auxv.exp: Likewise.
4957 * gdb.base/complex-parts.exp: Likewise.
4958 * gdb.base/ena-dis-br.exp: Likewise.
4959 * gdb.base/foll-exec.exp: Likewise.
4960 * gdb.base/permissions.exp: Likewise.
4961 * gdb.base/relocate.exp: Likewise.
4962 * gdb.base/return2.exp: Likewise.
4963 * gdb.base/sigbpt.exp: Likewise.
4964 * gdb.base/siginfo-obj.exp: Likewise.
4965 * gdb.cp/converts.exp: Likewise.
4966 * gdb.cp/exceptprint.exp: Likewise.
4967 * gdb.cp/inherit.exp: Likewise.
4968 * gdb.cp/nsnoimports.exp: Likewise.
4969 * gdb.cp/virtbase2.exp: Likewise.
4970 * gdb.mi/mi-var-cmd.exp: Likewise.
4971 * gdb.mi/var-cmd.c: Likewise.
4972
53a47a3e
TT
49732020-05-26 Tom Tromey <tromey@adacore.com>
4974
4975 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4976
0bc2354b
TT
49772020-05-26 Tom Tromey <tromey@adacore.com>
4978
4979 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4980 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4981 type.
4982 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4983 variable.
4984
0db49895
CBG
49852020-05-26 Christian Biesinger <cbiesinger@google.com>
4986
4987 * Makefile.in: Use = instead of == for the test command
4988 for portability.
4989
40d22035
TV
49902020-05-26 Tom de Vries <tdevries@suse.de>
4991
4992 * gdb.base/gold-gdb-index-2.c: New test.
4993 * gdb.base/gold-gdb-index.c: New test.
4994 * gdb.base/gold-gdb-index.exp: New file.
4995 * gdb.base/gold-gdb-index.h: New test.
4996
043e2e02
TV
49972020-05-25 Tom de Vries <tdevries@suse.de>
4998
4999 * boards/gold-gdb-index.exp: New file.
5000
462f72c5
SM
50012020-05-25 Simon Marchi <simon.marchi@efficios.com>
5002
5003 * boards/simavr.exp: New file.
5004
6cf66e76
SM
50052020-05-25 Simon Marchi <simon.marchi@efficios.com>
5006
5007 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
5008 * gdb.base/inferior-args.exp: New file.
5009 * gdb.base/inferior-args.c: New file.
5010
75d04512
SM
50112020-05-25 Simon Marchi <simon.marchi@efficios.com>
5012
5013 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
5014 inferior_args. Pass it to gdb_reload.
5015 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
5016 inferior_args.
5017 (gdb_reload): Add inferior_args argument.
5018 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
5019 pass it to gdbserver_run.
5020 * boards/native-gdbserver.exp: Do not set noargs.
5021 * boards/native-extended-gdbserver.exp (gdb_reload): Add
5022 inferior_args argument.
5023 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
5024 * gdb.base/a2-run.exp: Check for use_gdb_stub.
5025 * gdb.base/args.exp: Likewise.
5026
42cf1844
TV
50272020-05-25 Tom de Vries <tdevries@suse.de>
5028
5029 * lib/gdb.exp (exec_is_pie): Add comment.
5030
8f7d38ef
TV
50312020-05-25 Tom de Vries <tdevries@suse.de>
5032
5033 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
5034 instead of $binfile in the untested message.
5035
465e1b0f
TV
50362020-05-25 Tom de Vries <tdevries@suse.de>
5037
5038 PR testsuite/26031
5039 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
5040
3c5a0e02
TV
50412020-05-25 Tom de Vries <tdevries@suse.de>
5042
5043 * boards/gold.exp: New file.
5044
0a4f5f8c
TT
50452020-05-23 Tom Tromey <tom@tromey.com>
5046
5047 * gdb.base/style.exp: Remove completion styling test.
5048 * lib/gdb-utils.exp (style): Remove completion styles.
5049
eca1f90c
TT
50502020-05-23 Tom Tromey <tom@tromey.com>
5051
5052 * gdb.base/style.exp: Add completion styling test.
5053 * lib/gdb-utils.exp (style): Add completion styles.
5054
7c13f4e8
AB
50552020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
5056
5057 * gdb.base/annota1.exp: Update expected results.
5058 * gdb.cp/annota2.exp: Update expected results, remove duplicate
5059 test name.
5060 * gdb.cp/annota3.exp: Update expected results.
5061
41977d16
SM
50622020-05-20 Simon Marchi <simon.marchi@efficios.com>
5063
5064 PR gdb/26016
5065 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
5066 against MAP_FAILED.
5067 * gdb.base/coremaker.c (mmapdata): Likewise.
5068 * gdb.base/jit-reader-host.c (main): Likewise.
5069 * gdb.base/sym-file-loader.c (load): Likewise.
5070 (load_shlib): Likewise.
5071
b4757f2e
TT
50722020-05-20 Tom Tromey <tromey@adacore.com>
5073
5074 * gdb.ada/array_char_idx.exp: Recognize initialized array.
5075
9a0bacfb
TV
50762020-05-20 Tom de Vries <tdevries@suse.de>
5077
5078 PR symtab/25833
5079 * gdb.base/with-mf-inc.c: New test.
5080 * gdb.base/with-mf-main.c: New test.
5081 * gdb.base/with-mf.exp: New file.
5082
76571211
TT
50832020-05-19 Tom Tromey <tromey@adacore.com>
5084
5085 * gdb.rust/simple.exp: Restore missing test result.
5086
4cd9f3d5
TV
50872020-05-19 Tom de Vries <tdevries@suse.de>
5088
5089 * gdb.base/gdb-caching-proc.exp: Fix typo.
5090
7d874253
TT
50912020-05-19 Tom Tromey <tromey@adacore.com>
5092
5093 * gdb.rust/simple.exp: Add some test descriptions.
5094 (test_one_slice): Use with_test_prefix.
5095
1d727695
TV
50962020-05-18 Tom de Vries <tdevries@suse.de>
5097
5098 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
5099
7f32a4d5
PA
51002020-05-17 Pedro Alves <palves@redhat.com>
5101
5102 PR gdb/25741
5103 * gdb.base/hw-sw-break-same-address.exp: New file.
5104
7cfd74cf
PA
51052020-05-16 Pedro Alves <palves@redhat.com>
5106
5107 * gdb.multi/multi-re-run.exp (test_re_run): Switch
5108 LAST_LOADED_FILE accordingly.
5109
57b4f16e
PW
51102020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5111
5112 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
5113
7c05caf7
PW
51142020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5115
5116 * gdb.base/help.exp: Test apropos and help for commands
5117 having aliases. Fixed comments not starting with an
5118 upper-case letter or not finishing with a dot.
5119
7aa1b46f
PW
51202020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5121
3b3aaacb
PW
5122 * gdb.base/alias.exp: Update help output check.
5123
57b4f16e 51242020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 5125
7aa1b46f
PW
5126 * gdb.base/default.exp: Update output following fixes.
5127
0605465f
PW
51282020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5129
5130 * gdb.base/alias.exp: Test aliases starting with a prefix of
5131 another alias.
5132
86e4e63d
GB
51332020-05-15 Gary Benson <gbenson@redhat.com>
5134
5135 * gdb.base/info-os.c (main): Add return statement.
5136 * gdb.base/info_minsym.c (minsym_fun): Likewise.
5137 * gdb.base/large-frame-2.c (func): Likewise.
5138 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
5139 * gdb.base/pr10179-b.c (foo2): Likewise.
5140 * gdb.base/valgrind-disp-step.c (foo): Likewise.
5141 * gdb.base/watch-cond.c (func): Likewise.
5142 * gdb.multi/goodbye.c (verylongfun): Likewise.
5143 * gdb.multi/hello.c (commonfun): Likewise.
5144 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
5145 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
5146 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
5147 Likewise.
5148 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
5149 * gdb.threads/interrupt-while-step-over.c (child_function):
5150 Likewise.
5151 * gdb.trace/actions-changed.c (end): Likewise.
5152
163df4df
GB
51532020-05-15 Gary Benson <gbenson@redhat.com>
5154
5155 * gdb.opencl/callfuncs.exp: Report when test skipped.
5156 * gdb.opencl/convs_casts.exp: Likewise.
5157 * gdb.opencl/datatypes.exp: Likewise.
5158 * gdb.opencl/operators.exp: Likewise.
5159 * gdb.opencl/vec_comps.exp: Likewise.
5160
6dbc505a
TV
51612020-05-15 Tom de Vries <tdevries@suse.de>
5162
5163 * gdb.base/align.exp.in: Rename to ...
5164 * gdb.base/align.exp.tcl: ... this.
5165 * gdb.base/align-c++.exp: Update.
5166 * gdb.base/align-c.exp: Update.
5167 * gdb.base/all-architectures.exp.in: Rename to ...
5168 * gdb.base/all-architectures.exp: ... this.
5169 * gdb.base/all-architectures-0.exp: Update.
5170 * gdb.base/all-architectures-1.exp: Update.
5171 * gdb.base/all-architectures-2.exp: Update.
5172 * gdb.base/all-architectures-3.exp: Update.
5173 * gdb.base/all-architectures-4.exp: Update.
5174 * gdb.base/all-architectures-5.exp: Update.
5175 * gdb.base/all-architectures-6.exp: Update.
5176 * gdb.base/all-architectures-7.exp: Update.
5177 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
5178 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
5179 * gdb.base/infcall-nested-structs-c++.exp: Update.
5180 * gdb.base/infcall-nested-structs-c.exp: Update.
5181 * gdb.base/info-types.exp.in: Rename to ...
5182 * gdb.base/info-types.exp.tcl: ... this.
5183 * gdb.base/info-types-c++.exp: Update.
5184 * gdb.base/info-types-c.exp: Update.
5185 * gdb.base/max-depth.exp.in: Rename to ...
5186 * gdb.base/max-depth.exp.tcl: ... this.
5187 * gdb.base/max-depth-c++.exp: Update.
5188 * gdb.base/max-depth-c.exp: Update.
5189 * gdb.cp/cpexprs.exp.in: Rename to ...
5190 * gdb.cp/cpexprs.exp.tcl: ... this.
5191 * gdb.cp/cpexprs-debug-types.exp: Update.
5192 * gdb.cp/cpexprs.exp: Update.
5193 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
5194 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
5195 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
5196 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
5197 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
5198 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
5199 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
5200 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
5201 * gdb.dwarf2/clang-debug-names-2.exp: Update.
5202 * gdb.dwarf2/clang-debug-names.exp: Update.
5203
d1034d78
AB
52042020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
5205
5206 * lib/check-test-names.exp: Remove code that prevents this file
5207 loading when tests are run in parallel.
5208
3c5c3649
PA
52092020-05-15 Pedro Alves <palves@redhat.com>
5210
5211 * gdb.multi/multi-kill.exp (start_inferior): Remove
5212 'testpid' parameter. Refer to namespace variable directly.
5213 (testpid): Declare as namespace variable.
5214
272c36b8
PA
52152020-05-15 Pedro Alves <palves@redhat.com>
5216
5217 * gdb.multi/multi-kill.exp: Wrap in namespace.
5218 (start_inferior): Add TESTPID parameter. Use it instead of the
5219 testpid global.
5220 (top level): Define empty TESTPID array, and pass it down to
5221 start_inferior.
5222
02eba61a
TV
52232020-05-14 Tom de Vries <tdevries@suse.de>
5224
5225 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
5226 output.
5227
971a3747
TV
52282020-05-14 Tom de Vries <tdevries@suse.de>
5229
5230 * gdb.base/align.exp: Split into ...
5231 * gdb.base/align.exp.in: ...
5232 * gdb.base/align-c++.exp: ...
5233 * gdb.base/align-c.exp: ... these.
5234 * gdb.base/infcall-nested-structs.exp: Split into ...
5235 * gdb.base/infcall-nested-structs.exp.in: ...
5236 * gdb.base/infcall-nested-structs-c++.exp: ...
5237 * gdb.base/infcall-nested-structs-c.exp: ... these.
5238 * gdb.base/info-types.exp: Split into ...
5239 * gdb.base/info-types.exp.in: ...
5240 * gdb.base/info-types-c++.exp: ...
5241 * gdb.base/info-types-c.exp: ... these.
5242 * gdb.base/max-depth.exp: Split into ...
5243 * gdb.base/max-depth.exp.in: ...
5244 * gdb.base/max-depth-c++.exp: ...
5245 * gdb.base/max-depth-c.exp: ... these.
5246 * gdb.cp/infcall-nodebug.exp: Split into ...
5247 * gdb.cp/infcall-nodebug.exp.in: ...
5248 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
5249 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
5250 * gdb.cp/infcall-nodebug-c-d0.exp: ...
5251 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
5252
a05575d3
TBA
52532020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5254 Pedro Alves <palves@redhat.com>
5255
5256 * gdb.multi/multi-exit.c: New file.
5257 * gdb.multi/multi-exit.exp: New file.
5258 * gdb.multi/multi-kill.c: New file.
5259 * gdb.multi/multi-kill.exp: New file.
5260
6ad82919
TBA
52612020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5262
5263 * gdb.base/annota1.exp: Update the expected output.
5264 * gdb.cp/annota2.exp: Ditto.
5265
843f4d93
AB
52662020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
5267
5268 * lib/check-test-names.exp: Disable when testing is being run in
5269 parallel.
5270
c7c66341
TV
52712020-05-12 Tom de Vries <tdevries@suse.de>
5272
5273 * gdb.base/jit-elf.exp: Fix string concat.
5274
1b59ca1c
TV
52752020-05-12 Tom de Vries <tdevries@suse.de>
5276
5277 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
5278 messages.
5279
b4991d29
TV
52802020-05-12 Tom de Vries <tdevries@suse.de>
5281
5282 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
5283
dbb0ab10
TV
52842020-05-12 Tom de Vries <tdevries@suse.de>
5285
5286 * gdb.ada/catch_ex.exp: Use with_test_prefix.
5287 * gdb.ada/mi_catch_ex.exp: Same.
5288 * gdb.ada/mi_catch_ex_hand.exp: Same.
5289
7549fed8
TV
52902020-05-12 Tom de Vries <tdevries@suse.de>
5291
5292 * gdb.fortran/complex.exp: Use with_test_prefix.
5293
af2d5cd8
TV
52942020-05-12 Tom de Vries <tdevries@suse.de>
5295
5296 * gdb.trace/passcount.exp: Fix test-names.
5297
7c121311
TV
52982020-05-12 Tom de Vries <tdevries@suse.de>
5299
5300 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
5301
c9f3b40e
TV
53022020-05-12 Tom de Vries <tdevries@suse.de>
5303
5304 * gdb.gdb/complaints.exp: Use with_test_prefix.
5305 * gdb.xml/tdesc-regs.exp: Same.
5306 * gdb.opt/inline-locals.exp: Fix test name.
5307
111b33f0
TV
53082020-05-12 Tom de Vries <tdevries@suse.de>
5309
5310 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
5311 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
5312 * gdb.dwarf2/implref-struct.exp: Same.
5313 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
5314 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
5315
ebf47080
SM
53162020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
5317
5318 * gdb.base/jit-so.exp (one_jit_test): Change test name.
5319
d30dcd12
AB
53202020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5321
5322 * lib/check-test-names.exp (all_test_names): New module variable.
5323 (counts): Add 'duplicates' field.
5324 (_check_duplicates): New procedure.
5325 (check): Also check for duplicates.
5326 (do_log_summary): Print duplicates count.
5327 (do_reset_vars): Reset counter for duplicate test names, and
5328 discard all know test names.
5329
34584c09
AB
53302020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
5331
5332 * lib/gdb.exp: Include check-test-names.exp library.
5333 * lib/check-test-names.exp: New file.
5334
e0002117
TV
53352020-05-11 Tom de Vries <tdevries@suse.de>
5336
5337 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
5338
53f539a3
KS
53392020-05-11 Keith Seitz <keiths@redhat.com>
5340
5341 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
5342
113ee09a
TV
53432020-05-11 Tom de Vries <tdevries@suse.de>
5344
5345 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
5346 * gdb.cp/cpexprs.exp.in: .. here.
5347 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
5348 cpexprs.exp.
5349
ba3e70b0
KS
53502020-05-11 Keith Seitz <keiths@redhat.com>
5351
5352 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
5353 test names.
5354 * gdb.ada/arrayptr.exp: Likewise.
5355 * gdb.ada/assign_arr.exp: Likewise.
5356 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
5357 * gdb.ada/bp_on_var.exp: Likewise.
5358 * gdb.ada/call_pn.exp: Likewise.
5359 * gdb.ada/complete.exp: Likewise.
5360 * gdb.ada/fun_overload_menu.exp: Likewise.
5361 * gdb.ada/funcall_param.exp: Likewise.
5362 * gdb.ada/funcall_ref.exp: Likewise.
5363 * gdb.ada/packed_array_assign.exp: Likewise.
5364 * gdb.ada/same_component_name.exp: Likewise.
5365 * gdb.ada/type_coercion.exp: Likewise.
5366 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
5367 * gdb.ada/variant_record_packed_array.exp: Likewise.
5368
3ee6bb11
TV
53692020-05-11 Tom de Vries <tdevries@suse.de>
5370
5371 PR symtab/25941
5372 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
5373 out of ...
5374 * gdb.dwarf2/clang-debug-names.exp: ... here.
5375 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
5376 clang-debug-names.exp.in.
5377 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
5378 * gdb.dwarf2/clang-debug-names-2.c: New test.
5379
86cd6bc8
AKS
53802020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5381
5382 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
5383 (fortran_runto_main): New Proc, fortran version of runto_main.
5384 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
5385 * gdb.fortran/array-bounds.exp: Likewise.
5386 * gdb.fortran/array-slices.exp: Likewise.
5387 * gdb.fortran/block-data.exp: Likewise.
5388 * gdb.fortran/charset.exp: Likewise.
5389 * gdb.fortran/common-block.exp: Likewise.
5390 * gdb.fortran/complex.exp: Likewise.
5391 * gdb.fortran/derived-type-function.exp: Likewise.
5392 * gdb.fortran/derived-type.exp: Likewise.
5393 * gdb.fortran/info-modules.exp: Likewise.
5394 * gdb.fortran/info-types.exp: Likewise.
5395 * gdb.fortran/intrinsics.exp: Likewise.
5396 * gdb.fortran/library-module.exp: Likewise.
5397 * gdb.fortran/logical.exp: Likewise.
5398 * gdb.fortran/max-depth.exp: Likewise.
5399 * gdb.fortran/module.exp: Likewise.
5400 * gdb.fortran/multi-dim.exp: Likewise.
5401 * gdb.fortran/nested-funcs.exp: Likewise.
5402 * gdb.fortran/print-formatted.exp: Likewise.
5403 * gdb.fortran/print_type.exp: Likewise.
5404 * gdb.fortran/printing-types.exp: Likewise.
5405 * gdb.fortran/ptr-indentation.exp: Likewise.
5406 * gdb.fortran/ptype-on-functions.exp: Likewise.
5407 * gdb.fortran/subarray.exp: Likewise.
5408 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5409 * gdb.fortran/vla-datatypes.exp: Likewise.
5410 * gdb.fortran/vla-history.exp: Likewise.
5411 * gdb.fortran/vla-ptr-info.exp: Likewise.
5412 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5413 * gdb.fortran/vla-ptype.exp: Likewise.
5414 * gdb.fortran/vla-sizeof.exp: Likewise.
5415 * gdb.fortran/vla-type.exp: Likewise.
5416 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5417 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5418 * gdb.fortran/vla-value-sub.exp: Likewise.
5419 * gdb.fortran/vla-value.exp: Likewise.
5420 * gdb.fortran/whatis_type.exp: Likewise.
5421 * gdb.mi/mi-var-child-f.exp: Likewise.
5422
6dc55ce9 54232020-05-09 Tom de Vries <tdevries@suse.de>
5424
5425 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5426
283cb58c
TV
54272020-05-08 Tom de Vries <tdevries@suse.de>
5428
5429 * gdb.dwarf2/clang-debug-names.c: New test.
5430 * gdb.dwarf2/clang-debug-names.exp: New file.
5431
ac4a4f1c
SM
54322020-05-06 Simon Marchi <simon.marchi@efficios.com>
5433
5434 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5435 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5436
24fe640b
TV
54372020-05-06 Tom de Vries <tdevries@suse.de>
5438
5439 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5440 breakpoint is at a "recommended breakpoint location".
5441 * gdb.reverse/consecutive-reverse.exp: Same.
5442
0d8683a3
TV
54432020-05-06 Tom de Vries <tdevries@suse.de>
5444
5445 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5446 address.
5447
b8983c46
TV
54482020-05-06 Tom de Vries <tdevries@suse.de>
5449
5450 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5451
abf6d805
TV
54522020-05-06 Tom de Vries <tdevries@suse.de>
5453
5454 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5455 info for r.
5456
0fc2a808
TV
54572020-05-06 Tom de Vries <tdevries@suse.de>
5458
5459 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5460 necessary.
5461
873dd427
TV
54622020-05-06 Tom de Vries <tdevries@suse.de>
5463
5464 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5465 void.
5466
7c99e7e2
TV
54672020-05-06 Tom de Vries <tdevries@suse.de>
5468
5469 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5470 of ...
5471 * gdb.base/async.exp: ... here.
5472 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5473 "recommended breakpoint location".
5474
6173d6a6
TV
54752020-05-06 Tom de Vries <tdevries@suse.de>
5476
5477 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5478
6015a067
TV
54792020-05-04 Tom de Vries <tdevries@suse.de>
5480
5481 * gdb.base/async.exp: Check whether instruction addresses are a
5482 "recommended breakpoint location".
5483
3b6acaee
TT
54842020-05-03 Tom Tromey <tom@tromey.com>
5485
5486 * gdb.base/sepdebug.exp: Remove "catch" test.
5487 * gdb.base/break.exp: Remove "catch" test.
5488 * gdb.base/default.exp: Update expected output.
5489
5beb4d17
TV
54902020-05-02 Tom de Vries <tdevries@suse.de>
5491
5492 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5493 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5494 * gdb.arch/i386-mpx-map.exp: Same.
5495 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5496 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5497 * gdb.arch/i386-mpx.exp: Same.
5498
8caf140d
TV
54992020-05-02 Tom de Vries <tdevries@suse.de>
5500
5501 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5502
693196cb
TV
55032020-05-01 Tom de Vries <tdevries@suse.de>
5504
5505 * gdb.ada/operator_bp.exp: Allow more than required amount of
5506 breakpoint.
5507
53ae0aa9
TV
55082020-05-01 Tom de Vries <tdevries@suse.de>
5509
5510 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5511
ee9d1e5f
HD
55122020-04-30 Hannes Domani <ssbssa@yahoo.de>
5513
5514 PR gdb/18706
5515 * gdb.cp/stub-array-size.cc: New test.
5516 * gdb.cp/stub-array-size.exp: New file.
5517 * gdb.cp/stub-array-size.h: New test.
5518 * gdb.cp/stub-array-size2.cc: New test.
5519
d5cf82c0
HD
55202020-04-30 Hannes Domani <ssbssa@yahoo.de>
5521
5522 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5523 output to the new format.
5524
42e165c3
SM
55252020-04-29 Simon Marchi <simon.marchi@efficios.com>
5526
5527 * gdb.base/break.exp: Use with_test_prefix.
5528
6e4e3fe1
TV
55292020-04-29 Tom de Vries <tdevries@suse.de>
5530
5531 * lib/gdb.exp (debug_types): New proc.
5532 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5533 * gdb.python/py-symtab.exp: Same.
5534
d642b692
HD
55352020-04-29 Hannes Domani <ssbssa@yahoo.de>
5536
5537 PR gdb/17320
5538 * gdb.base/pretty-array.c: New test.
5539 * gdb.base/pretty-array.exp: New file.
5540
ea90f227
TV
55412020-04-29 Tom de Vries <tdevries@suse.de>
5542
5543 PR symtab/25889
5544 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5545 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5546 and include cpexprs.exp.
5547
a65189c9
TV
55482020-04-28 Mark Williams <mark@myosotissp.com>
5549
5550 PR gdb/24480
5551 * dw4-toplevel-types.exp: Test for top level types.
5552 * dw4-toplevel-types.cc: Test for top level types.
5553
32d1f47a
TBA
55542020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5555
5556 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5557 (theads -> threads).
5558
56a4f5a1
TV
55592020-04-28 Tom de Vries <tdevries@suse.de>
5560
5561 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5562
0b2f8a3b
TV
55632020-04-28 Tom de Vries <tdevries@suse.de>
5564
5565 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5566
5390c717
TV
55672020-04-28 Tom de Vries <tdevries@suse.de>
5568
5569 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5570
15cd93d0
TV
55712020-04-28 Tom de Vries <tdevries@suse.de>
5572
5573 * gdb.dwarf2/main-foo.c: New test.
5574 * gdb.dwarf2/struct-with-sig.exp: New file.
5575
d472f0fb
TV
55762020-04-25 Tom de Vries <tdevries@suse.de>
5577
5578 * boards/debug-types.exp: New file.
5579
8d840e05
AB
55802020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5581
5582 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5583
bcfe6157
TT
55842020-04-24 Tom Tromey <tom@tromey.com>
5585
5586 PR symtab/12707:
5587 * gdb.python/py-symbol.exp: Update expected results for
5588 linkage_name test.
5589 * gdb.cp/print-demangle.exp: New file.
5590 * gdb.base/c-linkage-name.exp: Fix test.
5591 * gdb.guile/scm-symbol.exp: Update expected results for
5592 linkage_name test.
5593
f049a313
TT
55942020-04-24 Tom Tromey <tom@tromey.com>
5595
5596 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5597 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5598 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5599 assembler.
5600
7cf28874
TV
56012020-04-24 Tom de Vries <tdevries@suse.de>
5602
5603 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5604 C++.
5605
dac2fef7
TT
56062020-04-24 Tom Tromey <tromey@adacore.com>
5607
5608 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5609 values.
5610 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5611 values. Update test for minimal encodings.
5612 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5613 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5614 values. Update test for minimal encodings.
5615
1acda803
TT
56162020-04-24 Tom Tromey <tromey@adacore.com>
5617
5618 PR python/23662:
5619 * gdb.ada/variant.exp: Add Python checks.
5620 * gdb.rust/simple.exp: Add dynamic type checks.
5621
adfb9815
TT
56222020-04-24 Tom Tromey <tromey@adacore.com>
5623
5624 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5625 Make array type matching more lax.
5626 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5627 * gdb.ada/mi_variant.exp: New file.
5628 * gdb.ada/mi_variant/pck.ads: New file.
5629 * gdb.ada/mi_variant/pkg.adb: New file.
5630 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5631 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5632
7d79de9a
TT
56332020-04-24 Tom Tromey <tromey@adacore.com>
5634
5635 * gdb.ada/variant.exp: Add dynamic field offset tests.
5636 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5637 * gdb.ada/variant/pkg.adb: Add new variables.
5638
f8e89861
TT
56392020-04-24 Tom Tromey <tromey@adacore.com>
5640
5641 * gdb.ada/variant.exp: New file
5642 * gdb.ada/variant/pkg.adb: New file
5643 * gdb.ada/variant/pck.adb: New file
5644
86e887ae
TV
56452020-04-24 Tom de Vries <tdevries@suse.de>
5646
5647 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5648
88428775
TV
56492020-04-24 Tom de Vries <tdevries@suse.de>
5650
5651 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5652 flags.
5653
4e86f6e7
TV
56542020-04-24 Tom de Vries <tdevries@suse.de>
5655
5656 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5657
2016d3e6
TV
56582020-04-24 Tom de Vries <tdevries@suse.de>
5659
5660 * lib/gdb.exp (default_gdb_start): Handle eof.
5661 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5662 failure.
5663 * gdb.base/readnever.exp: Handle clean_restart failure.
5664
70bc38f5
TV
56652020-04-23 Tom de Vries <tdevries@suse.de>
5666
5667 * gdb.base/decl-before-def.exp: Run to main and print a again.
5668
de82891c
TV
56692020-04-23 Tom de Vries <tdevries@suse.de>
5670
5671 * gdb.base/decl-before-def-decl.c: New test.
5672 * gdb.base/decl-before-def-def.c: New test.
5673 * gdb.base/decl-before-def.exp: New file.
5674
96038148
TV
56752020-04-23 Tom de Vries <tdevries@suse.de>
5676
5677 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5678
54ac3df1
TV
56792020-04-22 Tom de Vries <tdevries@suse.de>
5680
5681 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5682 debug_info_offset.
5683 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5684 before $objsfile in the line line.
5685
714534e1
TV
56862020-04-22 Tom de Vries <tdevries@suse.de>
5687
5688 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5689
16a7dbf4
MS
56902020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5691
5692 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5693 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5694 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5695 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5696 * gdb.base/jit-protocol.h: Update definitions to match all usage
5697 contexts.
5698
56992020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5700
5701 * gdb.base: Rename all jit related test and source files.
5702
57032020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5704
5705 * gdb.base/jit-reader.exp: Relax register output check.
5706
317d2668
TV
57072020-04-22 Tom de Vries <tdevries@suse.de>
5708
5709 PR symtab/25764
5710 * gdb.base/psym-external-decl-2.c: New test.
5711 * gdb.base/psym-external-decl.c: New test.
5712 * gdb.base/psym-external-decl.exp: New file.
5713 * gdb.threads/tls.exp: Add PR25807 kfail.
5714
eea9e357
TV
57152020-04-22 Tom de Vries <tdevries@suse.de>
5716
5717 PR symtab/25801
5718 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5719 in "info source" output.
5720
3d5afab3
TV
57212020-04-22 Tom de Vries <tdevries@suse.de>
5722
5723 PR symtab/25700
5724 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5725 symtab for imported_unit.c.
5726
b32102f6
GB
57272020-04-21 Gary Benson <gbenson@redhat.com>
5728
5729 * gdb.base/advance.c (func): New argument, to match call site.
5730 (func2, func3): Add return statements.
5731
d43b7a2d
TBA
57322020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5733
5734 * gdb.multi/run-only-second-inf.c: New file.
5735 * gdb.multi/run-only-second-inf.exp: New file.
5736
d89edf9b
MM
57372020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5738
5739 * gdb.btrace/multi-inferior.c: New test.
5740 * gdb.btrace/multi-inferior.exp: New file.
5741
1a476b6d
MM
57422020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5743
5744 * gdb.btrace/enable-new-thread.c: New test.
5745 * gdb.btrace/enable-new-thread.exp: New file.
5746
4778a5f8
TV
57472020-04-21 Tom de Vries <tdevries@suse.de>
5748
5749 PR gdb/25471
5750 * gdb.threads/killed-outside.c: New test.
5751 * gdb.threads/killed-outside.exp: New file.
5752
9b2c992c
GB
57532020-04-20 Gary Benson <gbenson@redhat.com>
5754
5755 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5756 * gdb.base/nested-subp2.exp: Likewise.
5757 * gdb.base/nested-subp3.exp: Likewise.
5758
b5d1d6f7
GB
57592020-04-20 Gary Benson <gbenson@redhat.com>
5760
5761 * gdb.base/nested-subp1.exp: Disable test when using clang.
5762 * gdb.base/nested-subp2.exp: Likewise.
5763 * gdb.base/nested-subp3.exp: Likewise.
5764
25230285
GB
57652020-04-20 Gary Benson <gbenson@redhat.com>
5766
5767 * gdb.cp/exception.cc: Fix compilation error with clang.
5768
fa93cc8f
GB
57692020-04-20 Gary Benson <gbenson@redhat.com>
5770
809730f3 5771 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 5772
e0c45f30
GB
57732020-04-20 Gary Benson <gbenson@redhat.com>
5774
5775 * gdb.base/jit-main.c: Fix compilation error with clang.
5776
4ddfec93
KR
57772020-04-17 Kamil Rytarowski <n54@gmx.com>
5778
5779 * gdb.base/attach-twice.c: Include "sys/types.h".
5780 (PTRACE_ATTACH): Add fallback definition.
5781 (main): Pass `0' to the 4th argument of `ptrace'.
5782
2bed205e
KR
57832020-04-17 Kamil Rytarowski <n54@gmx.com>
5784
5785 * gdb.base/fork-running-state.c: Include "signal.h".
5786
0743fc83
TT
57872020-04-17 Tom Tromey <tromey@adacore.com>
5788
5789 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5790 Update tests.
5791 * gdb.btrace/cpu.exp: Update tests.
5792 * gdb.base/maint.exp: Update tests.
5793 * gdb.base/default.exp: Update tests.
5794 * gdb.base/completion.exp: Update tests.
5795
efba5c23
TV
57962020-04-16 Tom de Vries <tdevries@suse.de>
5797
5798 PR symtab/25791
5799 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5800 (ensure_gdb_index): and factor out and move ...
5801 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5802 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5803
d191d716
TV
58042020-04-16 Tom de Vries <tdevries@suse.de>
5805
5806 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5807 loading exec.
5808
99f1bc6a
AB
58092020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5810
5811 * gdb.base/many-completions.exp: New file.
5812
194d088f
TV
58132020-04-14 Tom de Vries <tdevries@suse.de>
5814
5815 PR symtab/25718
5816 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5817
c1a66c06
TV
58182020-04-14 Tom de Vries <tdevries@suse.de>
5819
5820 PR symtab/25720
5821 * gdb.base/maint-expand-symbols-header-file.c: New test.
5822 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5823 * gdb.base/maint-expand-symbols-header-file.h: New test.
5824
21b0982c
AB
58252020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5826
5827 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5828 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5829 get_func_info.
5830 (get_func_info): Delete.
5831 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5832 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5833 * lib/dwarf.exp (get_func_info): New function.
5834
dd1cab06
TV
58352020-04-13 Tom de Vries <tdevries@suse.de>
5836
5837 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5838 to what find_gnatmake does.
5839
71ea2b6b
TV
58402020-04-10 Tom de Vries <tdevries@suse.de>
5841
5842 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5843 -readnow.
5844
bdfc1e8a
TV
58452020-04-10 Tom de Vries <tdevries@suse.de>
5846
5847 PR cli/25808
5848 * gdb.base/style.c: Add leading newlines.
5849 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5850 Check listing of main's one-line body.
5851
14ca8ecf
TV
58522020-04-08 Tom de Vries <tdevries@suse.de>
5853
5854 * lib/gdb.exp (psymtabs_p): New proc.
5855 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5856 importing unit" unsupported if there are no partial symbols.
5857
e21d048f
TV
58582020-04-08 Tom de Vries <tdevries@suse.de>
5859
5860 PR testsuite/25760
5861 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5862
25c11aca
TV
58632020-04-07 Tom de Vries <tdevries@suse.de>
5864
5865 PR symtab/25796
5866 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5867
5707e24b
TV
58682020-04-07 Tom de Vries <tdevries@suse.de>
5869
5870 * gdb.base/check-psymtab.c: New test.
5871 * gdb.base/check-psymtab.exp: New file.
5872
6ee448cc
TT
58732020-04-06 Tom Tromey <tromey@adacore.com>
5874
5875 * gdb.ada/variant-record/proc.adb: New file.
5876 * gdb.ada/variant-record/value.adb: New file.
5877 * gdb.ada/variant-record/value.s: New file.
5878 * gdb.ada/variant-record.exp: New file.
5879
9e7c9a03
HD
58802020-04-03 Hannes Domani <ssbssa@yahoo.de>
5881
5882 PR gdb/25325
5883 * gdb.cp/typed-enum.cc: New test.
5884 * gdb.cp/typed-enum.exp: New file.
5885
c90d28ac
AB
58862020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5887
5888 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5889 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5890 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5891 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5892 * gdb.opt/inline-small-func.c: New file.
5893 * gdb.opt/inline-small-func.exp: New file.
5894 * gdb.opt/inline-small-func.h: New file.
5895
34e9a9fa
AB
58962020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5897
5898 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5899 function.
5900
6a354911
AB
59012020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5902
5903 * lib/dwarf.exp (function_range): Allow compiler options to be
5904 specified.
5905
880d9777
TV
59062020-04-02 Tom de Vries <tdevries@suse.de>
5907
5908 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5909 __attribute__((always_inline)).
5910 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5911
f32682ea
TV
59122020-04-02 Tom de Vries <tdevries@suse.de>
5913
5914 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5915 (gdbserver_gdb_exit): ... here. Add timeout warning.
5916 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5917 (connect_target_extended_remote): Append new server_spawn_id to
5918 server_spawn_ids.
5919 (cleanup): New proc.
5920 (setup, <toplevel>): Call cleanup.
5921
d3214198
TV
59222020-04-02 Tom de Vries <tdevries@suse.de>
5923
5924 * gdb.base/main-psymtab.exp: New file.
5925
cc77ed24
TV
59262020-04-02 Tom de Vries <tdevries@suse.de>
5927
5928 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5929
3638a098
TT
59302020-04-01 Tom Tromey <tom@tromey.com>
5931
5932 * gdb.base/complex-parts.exp: Add type tests.
5933
c34e8714
TT
59342020-04-01 Tom Tromey <tom@tromey.com>
5935
5936 * gdb.base/complex-parts.exp: Add arithmetic tests.
5937
981c08ce
TT
59382020-04-01 Tom Tromey <tom@tromey.com>
5939
5940 * gdb.compile/compile.exp: Update.
5941 * gdb.compile/compile-cplus.exp: Update.
5942 * gdb.base/varargs.exp: Update.
5943 * gdb.base/floatn.exp: Update.
5944 * gdb.base/endianity.exp: Update.
5945 * gdb.base/callfuncs.exp (do_function_calls): Update.
5946 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5947 (complex_float_integral_args): Update.
5948 * gdb.base/complex.exp: Update.
5949 * gdb.base/complex-parts.exp: Update.
5950
3d1cfd43
TT
59512020-04-01 Tom Tromey <tromey@adacore.com>
5952
5953 * gdb.rust/union.rs: New file.
5954 * gdb.rust/union.exp: New file.
5955 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5956 (main): Update.
5957 * gdb.rust/simple.exp: Move union tests to union.exp.
5958
e033dfa9
TT
59592020-04-01 Tom Tromey <tromey@adacore.com>
5960
5961 * gdb.rust/simple.rs (main): Remove "y0".
5962
53cccef1
TBA
59632020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5964
5965 * gdb.multi/stop-all-on-exit.c: New test.
5966 * gdb.multi/stop-all-on-exit.exp: New file.
5967
60e22c1e
HD
59682020-04-01 Hannes Domani <ssbssa@yahoo.de>
5969
5970 PR gdb/24789
5971 * gdb.cp/misc.cc: Add integer reference variable.
5972 * gdb.cp/misc.exp: Add test.
5973
e139a727
TBA
59742020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5975
5976 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5977 scenario to cover execution until the end and also the case
5978
16b0db75
TV
59792020-03-31 Tom de Vries <tdevries@suse.de>
5980
5981 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5982 c. Use "maint info symtabs" to check symtab expansion.
5983
c0502da6
TV
59842020-03-30 Tom de Vries <tdevries@suse.de>
5985
5986 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5987 unsupported.
5988 (verify_psymtab_expanded): Move ...
5989 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5990 test.
5991 (readnow): New proc.
5992
5935fd15
AB
59932020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5994
5995 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5996 with $hex.
5997
1773be9e
TT
59982020-03-20 Tom Tromey <tromey@adacore.com>
5999
6000 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
6001
70304be9
TT
60022020-03-20 Tom Tromey <tromey@adacore.com>
6003
6004 * gdb.ada/sub_variant/subv.adb: New file.
6005 * gdb.ada/sub_variant.exp: New file.
6006
0dd7b8f7
TV
60072020-03-20 Tom de Vries <tdevries@suse.de>
6008
6009 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
6010 first break fails.
6011 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
6012
cada5fc9
AB
60132020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6014
6015 * gdb.server/exit-multiple-threads.c: New file.
6016 * gdb.server/exit-multiple-threads.exp: New file.
6017
6b8c53f2
AB
60182020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6019
6020 * gdb.fortran/mixed-lang-stack.c: New file.
6021 * gdb.fortran/mixed-lang-stack.cpp: New file.
6022 * gdb.fortran/mixed-lang-stack.exp: New file.
6023 * gdb.fortran/mixed-lang-stack.f90: New file.
6024
19a2740f
AB
60252020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
6026
6027 * gdb.linespec/cp-completion-aliases.cc: New file.
6028 * gdb.linespec/cp-completion-aliases.exp: New file.
6029
d8c8b848
TV
60302020-03-19 Tom de Vries <tdevries@suse.de>
6031
6032 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
6033 more precise.
6034
a9933ccf
TV
60352020-03-18 Tom de Vries <tdevries@suse.de>
6036
6037 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
6038 * gdb.dwarf2/break-inline-psymtab.c: New test.
6039 * gdb.dwarf2/break-inline-psymtab.exp: New file.
6040
2f89101f
TV
60412020-03-16 Tom de Vries <tdevries@suse.de>
6042
6043 * lib/cache.exp (gdb_do_cache): Add and handle local variables
6044 cache_verify and cache_verify_proc.
6045
6b9374f1
TV
60462020-03-15 Tom de Vries <tdevries@suse.de>
6047
6048 * gdb.server/solib-list.exp: Handle
6049 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
6050
eaeaf44c
TV
60512020-03-15 Tom de Vries <tdevries@suse.de>
6052
6053 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
6054 objfiles".
6055
3293bbaf
TT
60562020-03-14 Tom Tromey <tom@tromey.com>
6057
6058 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
6059
ab44624c
TV
60602020-03-14 Tom de Vries <tdevries@suse.de>
6061
6062 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
6063
54c43825
TV
60642020-03-14 Tom de Vries <tdevries@suse.de>
6065
6066 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
6067 result in line-by-line fashion.
6068
2ac70237
TV
60692020-03-14 Tom de Vries <tdevries@suse.de>
6070
6071 * lib/gdb.exp (supports_statement_frontiers): New proc.
6072 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
6073
09546b56
TV
60742020-03-14 Tom de Vries <tdevries@suse.de>
6075
6076 * gdb.base/printcmds.exp: Add missing quoting for "print
6077 teststring2".
6078
a1f6a07c
TT
60792020-03-13 Tom Tromey <tom@tromey.com>
6080
6081 * gdb.base/printcmds.exp (test_print_strings): Add regression
6082 test.
6083 * gdb.base/printcmds.c (charptr): New typedef.
6084 (teststring2): New global.
6085
1b83d09c
AB
60862020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
6087
6088 * gdb.base/break-interp.exp: Use the tail of the filename, not the
6089 full path in the test name.
6090 (test_ld): Add some with_test_prefix blocks to make test names
6091 unique.
6092
2d61316c
TV
60932020-03-13 Tom de Vries <tdevries@suse.de>
6094
6095 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
6096
2e9145ac
TV
60972020-03-13 Tom de Vries <tdevries@suse.de>
6098
6099 * gdb.mi/mi-sym-info.exp: Make matching more precise.
6100
96c7f873
TV
61012020-03-13 Tom de Vries <tdevries@suse.de>
6102
6103 PR symtab/25646
6104 * gdb.dwarf2/imported-unit.exp: Add test.
6105
49ba92c0
TV
61062020-03-13 Tom de Vries <tdevries@suse.de>
6107
6108 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
6109 (var1, var2): New variable.
6110 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
6111 matching symbols.
6112
301b21e0
TV
61132020-03-13 Tom de Vries <tdevries@suse.de>
6114
6115 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
6116 (Term::command): Use prompt prefix.
6117 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
6118 * gdb.tui/tui-layout-asm-short-prog.exp: Use
6119 command_no_prompt_prefix instead of prefix.
6120 * gdb.tui/tui-layout-asm.exp: Same.
6121
3f512721
SM
61222020-03-12 Simon Marchi <simon.marchi@efficios.com>
6123
6124 * gdb.base/break-interp.exp: Use foreach_with_prefix.
6125
40310f30
SM
61262020-03-12 Simon Marchi <simon.marchi@efficios.com>
6127
6128 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
6129 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
6130 on" while stepping over the test instruction, match printed
6131 message.
6132
09252140
TV
61332020-03-12 Tom de Vries <tdevries@suse.de>
6134
6135 * gdb.base/info-types.exp: Use exp_continue during matching of output
6136 of "info types".
6137
14e9c72c
TV
61382020-03-12 Tom de Vries <tdevries@suse.de>
6139
6140 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
6141
e515d67e
TV
61422020-03-12 Tom de Vries <tdevries@suse.de>
6143
6144 * gdb.fortran/module.exp: Use exp_continue during matching of output
6145 of "info variable -n".
6146
307eafd8
TV
61472020-03-12 Tom de Vries <tdevries@suse.de>
6148
6149 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
6150 gdb.dwarf2/dw2-ranges-base.c.
6151
9a2de3fc
TV
61522020-03-12 Tom de Vries <tdevries@suse.de>
6153
6154 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
6155 in presence of GLIBC debuginfo.
6156
3217502e
TV
61572020-03-12 Tom de Vries <tdevries@suse.de>
6158
6159 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
6160 $core.
6161
1281424c
TV
61622020-03-12 Tom de Vries <tdevries@suse.de>
6163
6164 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
6165 more precise.
6166
038b97fc
SM
61672020-03-11 Simon Marchi <simon.marchi@efficios.com>
6168
6169 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
6170 from Unix to Windows path.
6171
5308d1e7
TV
61722020-03-11 Tom de Vries <tdevries@suse.de>
6173
6174 * gdb.ada/minsyms.exp: Set language to ada.
6175
f870f78f
TV
61762020-03-11 Tom de Vries <tdevries@suse.de>
6177
6178 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
6179
5a13315d
TV
61802020-03-11 Tom de Vries <tdevries@suse.de>
6181
6182 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
6183
976862ed
TT
61842020-03-11 Tom Tromey <tromey@adacore.com>
6185
6186 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
6187
7462c383
TV
61882020-03-11 Tom de Vries <tdevries@suse.de>
6189
6190 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
6191
1c6c46a0
TV
61922020-03-11 Tom de Vries <tdevries@suse.de>
6193
6194 * gdb.base/break-interp.exp: Limit verbose scope.
6195
44f41bb7
TV
61962020-03-11 Tom de Vries <tdevries@suse.de>
6197
6198 * gdb.fortran/logical.f90: Define variable with character type.
6199 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
6200
b76f3a42
TV
62012020-03-11 Tom de Vries <tdevries@suse.de>
6202
6203 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
6204
1c33af77
TV
62052020-03-11 Tom de Vries <tdevries@suse.de>
6206
6207 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
6208 symtabs.
6209
8c95582d
AB
62102020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6211 Bernd Edlinger <bernd.edlinger@hotmail.de>
6212
6213 * gdb.cp/step-and-next-inline.cc: New file.
6214 * gdb.cp/step-and-next-inline.exp: New file.
6215 * gdb.cp/step-and-next-inline.h: New file.
6216 * gdb.dwarf2/dw2-is-stmt.c: New file.
6217 * gdb.dwarf2/dw2-is-stmt.exp: New file.
6218 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
6219 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
6220 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
6221
cecf8547
AB
62222020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
6223
6224 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
6225 is-stmt flag in the line table.
6226
0ba678c9
TV
62272020-03-09 Tom de Vries <tdevries@suse.de>
6228
6229 * lib/gdb.exp (cached_file): Create cache dir.
6230
72fbdf83
TV
62312020-03-07 Tom de Vries <tdevries@suse.de>
6232
6233 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
6234 * gdb.cp/rvalue-ref-params.exp: Same.
6235
436b5e99
TV
62362020-03-06 Tom de Vries <tdevries@suse.de>
6237
6238 * lib/gdb.exp (tentative_rename, cached_file): New proc.
6239 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
6240
09f2921c
TV
62412020-03-06 Tom de Vries <tdevries@suse.de>
6242
6243 * README: Fix "the the".
6244 * gdb.base/dprintf.exp: Same.
6245
50a3cc5d
TV
62462020-03-05 Tom de Vries <tdevries@suse.de>
6247
6248 * gdb.base/maint.exp: Update "main print statistics" expected output.
6249
0a709cba
AKS
62502020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6251
6252 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
6253 (fortran_int8): Likewise.
6254 (fortran_real4): Likewise.
6255 (fortran_real8): Likewise.
6256 (fortran_complex4): Likewise.
6257 (fortran_logical4): Likewise.
6258 (fortran_character1): Likewise.
6259
5e5d66b6
AB
62602020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
6261
6262 * gdb.fortran/logical.exp: Add tests that any non-zero value is
6263 printed as true.
6264
7b973adc
SDJ
62652020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
6266
6267 * gdb.base/printcmds.exp: Add test to verify printf of a
6268 variable holding an address.
6269
478e490a
TV
62702020-03-03 Tom de Vries <tdevries@suse.de>
6271
6272 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
6273
1ef44e86
TV
62742020-03-03 Tom de Vries <tdevries@suse.de>
6275
6276 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
6277 gdb_test_multiple call.
6278
b98cc2cf
TV
62792020-03-03 Tom de Vries <tdevries@suse.de>
6280
6281 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
6282 gdb_test_multiple calls.
6283
63e163f2
AB
62842020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6285
6286 * gdb.base/default.exp: Remove test of 'set history filename'.
6287 * gdb.base/gdbinit-history.exp: Add tests for setting the history
6288 filename to the empty string.
6289 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
6290 and GDBHISTSIZE.
6291
24ed6739
AB
62922020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
6293
6294 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
6295 disabled.
6296
590003dc 62972020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 6298 Tom de Vries <tdevries@suse.de>
590003dc
TV
6299
6300 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
6301 -prompt prefix, before user_code argument. Add -lbl option likewise.
6302 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
6303 (gdb_is_target_1): Add -prompt prefix and move to before user_code
6304 argument.
6305 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
6306 have "\r\n" at start-of-line, instead of at end-of-line.
6307
f5e46084
SM
63082020-02-28 Simon Marchi <simon.marchi@efficios.com>
6309
6310 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
6311 libinproctrace.so.
6312
f7a7000d
LM
63132020-02-28 Luis Machado <luis.machado@linaro.org>
6314
6315 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
6316 to "p/x".
6317
718e0816
LM
63182020-02-28 Luis Machado <luis.machado@linaro.org>
6319
6320 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
6321 asm/ptrace.h and error.h.
6322
13c3a74a
TV
63232020-02-28 Tom de Vries <tdevries@suse.de>
6324
6325 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
6326 (struct wrapper, do_something, mundane/symada__cS): Move ...
6327 * gdb.base/c-linkage-name-2.c: ... here. New source file.
6328 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
6329 Update "print symada__cS before partial symtab expansion" regexp.
6330 Update breakpoint location. Flush symbol cache after expansion.
6331
85d2d5bb
LM
63322020-02-28 Luis Machado <luis.machado@linaro.org>
6333
6334 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
6335
3608f86c
TV
63362020-02-27 Tom de Vries <tdevries@suse.de>
6337
6338 * config/sid.exp: Remove unused globals.
6339 * gdb.base/attach.exp: Same.
6340 * gdb.base/catch-load.exp: Same.
6341 * gdb.base/dbx.exp: Same.
6342 * lib/gdb.exp: Same.
6343 * lib/mi-support.exp: Same.
6344 * lib/prompt.exp: Same.
6345
c8d4f6df
TV
63462020-02-27 Tom de Vries <tdevries@suse.de>
6347
6348 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
6349 not set.
6350
0d79cdc4
AM
63512020-02-26 Aaron Merey <amerey@redhat.com>
6352
6353 * gdb.debuginfod: New directory for debuginfod tests.
6354 * gdb.debuginfod/main.c: New test file.
6355 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6356
0dce4280
TV
63572020-02-26 Tom de Vries <tdevries@suse.de>
6358
6359 PR gdb/25603
6360 * gdb.base/persistent-lang.cc: New test.
6361 * gdb.base/persistent-lang.exp: New file.
6362
9e80cfa1
AB
63632020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6364
6365 * gdb.fortran/derived-type-striding.exp: Add a new test.
6366 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
6367 new test.
6368
2078dbb2
AB
63692020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
6370
6371 * gdb.base/cached-source-file.exp: Avoid source file paths in test
6372 names.
6373
70d49700
TV
63742020-02-25 Tom de Vries <tdevries@suse.de>
6375
6376 PR go/18926
6377 * gdb.go/methods.exp: Remove gcc/93866 xfail.
6378
a88ef40d
TV
63792020-02-24 Tom de Vries <tdevries@suse.de>
6380
6381 PR gdb/25592
6382 * gdb.base/info-locals-unused-static-var.c: New test.
6383 * gdb.base/info-locals-unused-static-var.exp: New file.
6384
01b1af32
TT
63852020-02-22 Tom Tromey <tom@tromey.com>
6386
6387 * gdb.python/tui-window.exp: New file.
6388 * gdb.python/tui-window.py: New file.
6389
7c043ba6
TT
63902020-02-22 Tom Tromey <tom@tromey.com>
6391
6392 PR tui/17850:
6393 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
6394 tests.
6395
c22fef7e
TT
63962020-02-22 Tom Tromey <tom@tromey.com>
6397
6398 * gdb.tui/new-layout.exp: Add sub-layout tests.
6399
ee325b61
TT
64002020-02-22 Tom Tromey <tom@tromey.com>
6401
6402 * gdb.tui/new-layout.exp: New file.
6403
3f0cbb04
TT
64042020-02-22 Tom Tromey <tom@tromey.com>
6405
6406 * gdb.rust/rust-style.rs: New file.
6407 * gdb.rust/rust-style.exp: New file.
6408 * gdb.base/style.exp: Test structure printing.
6409 * gdb.base/style.c (struct some_struct): New type.
6410 (enum etype): New type.
6411 (struct_value): New global.
6412
75525152
TV
64132020-02-21 Tom de Vries <tdevries@suse.de>
6414
6415 PR go/18926
6416 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6417 Remove blanket xfails. Use message argument for gdb_breakpoint.
6418 Make continuing to breakpoint test conditional on setting breakpoint.
6419 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6420 DW_AT_name attribute. Add xfail for GCC PR93866.
6421
bd360d30
AB
64222020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6423
6424 * gdb.dwarf2/cpp-linkage-name.c: New file.
6425 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6426
c7adb09f 64272020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
6428
6429 * lib/gdb.exp (gdb_wrapper_init): Reset
6430 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6431 not exist.
6432
a9c79803
TV
64332020-02-20 Tom de Vries <tdevries@suse.de>
6434
6435 PR go/17018
6436 * gdb.go/hello.exp: Copy ...
6437 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6438 print of st to print value of global definition. Add xfail for GCC
6439 PR93844.
6440 * gdb.go/hello.exp: Remove printing of st before definition.
6441 * gdb.go/hello.go: Copy ...
6442 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6443 to st.
6444 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6445
d7445728
TV
64462020-02-20 Tom de Vries <tdevries@suse.de>
6447
6448 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6449 (gdb_simple_compile): Handle compile_flags go by using .go extension
6450 for source file.
6451 * gdb.go/chan.exp: Use support_go_compile.
6452 * gdb.go/handcall.exp: Same.
6453 * gdb.go/hello.exp: Same.
6454 * gdb.go/integers.exp: Same.
6455 * gdb.go/max-depth.exp: Same.
6456 * gdb.go/methods.exp: Same.
6457 * gdb.go/package.exp: Same.
6458 * gdb.go/strings.exp: Same.
6459 * gdb.go/types.exp: Same.
6460 * gdb.go/unsafe.exp: Same.
6461
c9c41e6d
TV
64622020-02-19 Tom de Vries <tdevries@suse.de>
6463
6464 * gdb.python/lib-types.exp: Make xfail more strict.
6465
f20ff837
TV
64662020-02-19 Tom de Vries <tdevries@suse.de>
6467
6468 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6469
08410482
DE
64702020-02-19 Doug Evans <dje@google.com>
6471
6472 PR rust/25535
6473 * gdb.rust/simple.exp: Add test.
6474 * gdb.rust/simple.rs: Add test.
6475
623563f7
TV
64762020-02-19 Tom de Vries <tdevries@suse.de>
6477
6478 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6479 output line-by-line.
6480
d3308cfd
TV
64812020-02-19 Tom de Vries <tdevries@suse.de>
6482
6483 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6484
86cbc5dc
TV
64852020-02-19 Tom de Vries <tdevries@suse.de>
6486
6487 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6488 prelink.
6489
9db2b96b
TV
64902020-02-19 Tom de Vries <tdevries@suse.de>
6491
6492 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6493 (gdb_do_cache): Use gdb_do_cache_wrap.
6494 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6495
89e2fdc5
TV
64962020-02-19 Tom de Vries <tdevries@suse.de>
6497
6498 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6499 gdb_compile option.
6500
373d7ac0
SM
65012020-02-18 Simon Marchi <simon.marchi@efficios.com>
6502
6503 * gdb.base/printcmds.exp (test_print_enums): Update expected
6504 output.
6505
b29a2df0
SM
65062020-02-18 Simon Marchi <simon.marchi@efficios.com>
6507
6508 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6509 for "unknown".
6510
6740f0cc
SM
65112020-02-18 Simon Marchi <simon.marchi@efficios.com>
6512
6513 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6514 enumerator.
6515
edd45eb0
SM
65162020-02-18 Simon Marchi <simon.marchi@efficios.com>
6517
6518 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6519 FE_, add FE_NONE.
6520 (three): Update.
6521 (enum flag_enum_without_zero): New enum.
6522 (flag_enum_without_zero): New variable.
6523 (enum not_flag_enum): New enum.
6524 (three_not_flag): New variable.
6525 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6526 (test_print_enums): Add more tests for printing flag enums.
6527
d4295de4
TV
65282020-02-18 Tom de Vries <tdevries@suse.de>
6529
6530 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6531 (gdb_compile_ada): ... here.
6532 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6533 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6534
f251f505
TT
65352020-02-14 Tom Tromey <tom@tromey.com>
6536
6537 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6538 build directory.
6539 * boards/gdbserver-base.exp: Update path to gdbserver.
6540
8f432634
TV
65412020-02-13 Tom de Vries <tdevries@suse.de>
6542
6543 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6544
92b6eaf7
TV
65452020-02-13 Tom de Vries <tdevries@suse.de>
6546
6547 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6548 are missing.
6549
f3b0f7fe
TV
65502020-02-13 Tom de Vries <tdevries@suse.de>
6551
6552 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6553 call.
6554
f6be8713
SDJ
65552020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6556
6557 PR tui/25126
6558 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6559 * gdb.base/cached-source-file.c: New file.
6560 * gdb.base/cached-source-file.exp: New file.
6561
b2770d5e
TV
65622020-02-11 Tom de Vries <tdevries@suse.de>
6563
6564 PR testsuite/25488
6565 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6566
44f6938e
TV
65672020-02-10 Tom de Vries <tdevries@suse.de>
6568
6569 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6570
5f0e2eb7
MR
65712020-02-10 Maciej W. Rozycki <macro@wdc.com>
6572
6573 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6574 and $after_addr are both integers before making a comparison.
6575
46ce2b6f
TV
65762020-02-09 Tom de Vries <tdevries@suse.de>
6577
6578 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6579 command output and paste it into gdb.log. If any, paste catch message
6580 to gdb.log.
6581
5abbbe1d
TT
65822020-02-07 Tom Tromey <tromey@adacore.com>
6583
6584 PR breakpoints/24915:
6585 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6586
1d5d29e7
SV
65872020-02-06 Shahab Vahedi <shahab@synopsys.com>
6588
6589 * gdb.tui/tui-missing-src.exp: Add the "missing source
6590 file" test for the TUI.
6591
b0999b9b
AB
65922020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6593
6594 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6595 including a port number in the output.
6596
c3b149eb
AKS
65972020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6598
6599 * lib/fortran.exp (fortran_int4): Handle clang.
6600 (fortran_int8): Likewise.
6601 (fortran_real4): Likewise.
6602 (fortran_real8): Likewise.
6603 (fortran_complex4): Likewise.
6604 (fortran_logical4): Likewise.
6605 (fortran_character1): Likewise.
6606
f8dcc90b
TV
66072020-02-04 Tom de Vries <tdevries@suse.de>
6608
6609 * README (Race detection): Add note.
6610
f90ac7c2
TV
66112020-02-04 Tom de Vries <tdevries@suse.de>
6612
6613 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6614
780636ae
TV
66152020-02-04 Tom de Vries <tdevries@suse.de>
6616
6617 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6618
5d2e1193
RA
66192020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6620
6621 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6622 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6623 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6624 blttar, bnetarl.
6625 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6626 binary for blttar, bnetarl.
6627 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6628 wait instruction. Delete ldmx test.
6629 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6630
e409c542
AKS
66312020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6632
6633 * gdb.fortran/array-bounds-high.exp: New file.
6634 * gdb.fortran/array-bounds-high.f90: New file.
6635
b0029748
LD
66362020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6637
6638 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6639 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6640
195a8287
TV
66412020-02-01 Tom de Vries <tdevries@suse.de>
6642
6643 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6644
42330a68
AB
66452020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6646
6647 PR tui/9765
6648 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6649 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6650
b62a8028
LM
66512020-01-29 Luis Machado <luis.machado@linaro.org>
6652
6653 * gdb.arch/aarch64-brk-patterns.c: New source file.
6654 * gdb.arch/aarch64-brk-patterns.exp: New test.
6655
5f440116
TBA
66562020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6657
6658 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6659 GCC/Clang version.
6660 * gdb.cp/pass-by-ref.exp: Ditto.
6661
ee2a6fc6
TV
66622020-01-29 Tom de Vries <tdevries@suse.de>
6663
6664 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6665 * gdb.threads/watchpoint-fork-mt.c: Same.
6666 * gdb.threads/watchpoint-fork-parent.c: Same.
6667 * gdb.threads/watchpoint-fork-st.c: Same.
6668 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6669
16b10d6e
LM
66702020-01-27 Luis Machado <luis.machado@linaro.org>
6671
6672 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6673 sitting at a syscall instruction when we hit the syscall function's
6674 breakpoint.
6675 Check PC against one obtained with the x command.
6676 Validate syscall number.
6677 (step_over_syscall): Don't continue to the syscall instruction if
6678 we're already there.
6679
b1468492
PW
66802020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6681
6682 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6683
7ffa82e1
AB
66842020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6685
6686 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6687 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6688
3d92a3e3
AB
66892020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6690
6691 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6692 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6693
94a72be7
AB
66942020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6695
6696 * gdb.base/maint.exp: Update line table parsing test.
6697 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6698
53af73bf
PA
66992020-01-24 Pedro Alves <palves@redhat.com>
6700
6701 PR gdb/25410
6702 * gdb.multi/multi-re-run-1.c: New.
6703 * gdb.multi/multi-re-run-2.c: New.
6704 * gdb.multi/multi-re-run.exp: New.
6705
1ba1ac88
AB
67062020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6707
6708 PR gdb/23718
6709 * gdb.server/server-kill-python.exp: New file.
6710
f3364a6d
AB
67112020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6712
6713 * gdb.server/multi-ui-errors.c: New file.
6714 * gdb.server/multi-ui-errors.exp: New file.
6715
733d0a67
AB
67162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6717
6718 PR tui/9765
6719 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6720
4f13c1c0
TT
67212020-01-19 Tom Tromey <tom@tromey.com>
6722
6723 * gdb.tui/main.exp: Add check for plain "file".
6724
40c94099
CB
67252020-01-16 Christian Biesinger <cbiesinger@google.com>
6726
6727 * lib/gdb.exp: Fix spelling error (seperatelly).
6728
ff47f4f0
TT
67292020-01-14 Tom Tromey <tom@tromey.com>
6730
6731 PR symtab/12535:
6732 * gdb.python/python.exp: Test decode_line with empty string
6733 argument.
6734
717c684d
BE
67352020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6736
6737 * gdb.base/skip-inline.exp: Extend test.
6738
44e4c775
AB
67392020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6740
6741 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6742 * gdb.dwarf2/dw2-bad-elf.c: New file.
6743 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6744
d93c6db7
AB
67452020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6746
6747 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6748 _line_saw_file.
6749
9a6d629c
AB
67502020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6751
6752 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6753 border.
6754
d9ebdab7
TBA
67552020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6756
6757 * gdb.multi/multi-target.exp (setup): Factor out "info
6758 connections" and "info inferiors" tests to ...
6759 (test_info_inferiors): ... this new procedure.
6760 (top level): Run new "info-inferiors" tests.
6761
f3c469b9
PA
67622020-01-10 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.server/bkpt-other-inferior.exp: New file.
6765
121b3efd
PA
67662020-01-10 Pedro Alves <palves@redhat.com>
6767
6768 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6769 of "add-inferior".
6770 * gdb.base/quit-live.exp: Likewise.
6771 * gdb.base/remote-exec-file.exp: Likewise.
6772 * gdb.guile/scm-progspace.exp: Likewise.
6773 * gdb.linespec/linespec.exp: Likewise.
6774 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6775 * gdb.mi/user-selected-context-sync.exp: Likewise.
6776 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6777 "info inferiors" tests.
6778 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6779 "add-inferior".
6780 * gdb.multi/watchpoint-multi.exp: Likewise.
6781 * gdb.python/py-inferior.exp: Likewise.
6782 * gdb.server/extended-remote-restart.exp: Likewise.
6783 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6784 "info inferiors".
6785 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6786 * gdb.trace/report.exp: Likewise.
6787
1dadb1dd
PA
67882020-01-10 Pedro Alves <palves@redhat.com>
6789
6790 * gdb.multi/multi-target.c: New file.
6791 * gdb.multi/multi-target.exp: New file.
6792 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6793 mode requested, but remote does not support non-stop".
6794
78f2c40a
PA
67952020-01-10 Pedro Alves <palves@redhat.com>
6796
6797 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6798 disconnect before reconnecting.
6799
e7af6c70
TBA
68002020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6801 Pedro Alves <palves@redhat.com>
6802
6803 * gdb.server/connect-without-multi-process.exp: Also test
6804 continuing to end.
6805
acdf84a6
PA
68062020-01-10 Pedro Alves <palves@redhat.com>
6807
6808 * gdb.base/remote-exec-file.exp: New file.
6809
873657b9
PA
68102020-01-10 Pedro Alves <palves@redhat.com>
6811
6812 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6813 output.
6814 * gdb.threads/async.c: New.
6815 * gdb.threads/async.exp: New.
6816 * gdb.multi/tids-gid-reset.c: New.
6817 * gdb.multi/tids-gid-reset.exp: New.
6818
7f0ae84c
GB
68192020-01-10 George Barrett <bob@bob131.so>
6820
6821 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6822 to help in finding the image relocation offset.
6823 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6824 options in arguments.
6825 (stap_test_no_debuginfo): Likewise.
6826 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6827 test variants.
6828 (stap_test): Add null semaphore relocation test.
6829
47e9d49d
GB
68302020-01-10 George Barrett <bob@bob131.so>
6831
6832 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6833 * gdb.base/stap-probe.exp: Likewise.
6834 (stap_test): Pass argument as an additional flag.
6835 (stap_test_no_debuginfo): Likewise.
6836 (stap_test): Check `info probes stap' output for semaphore
6837 addresses if the test binary is supposed to have them.
6838
f5a7c406
AB
68392020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6840
6841 * gdb.tui/basic.exp: Add more scrolling tests.
6842
9ae6bf64
TT
68432020-01-09 Tom Tromey <tom@tromey.com>
6844
6845 PR tui/18932:
6846 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6847 meangingful value.
6848 (Term::command, Term::resize): Update.
6849 * gdb.tui/basic.exp: Add scrolling test.
6850
b2efe70c
AB
68512020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6852
6853 * gdb.tui/tui-layout-asm.exp: New file.
6854
3804da7e
AB
68552020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6856
6857 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6858
b40aa28f
AB
68592020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6860
6861 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6862 (Term::enter_tui): Use Term::prepare_for_tui.
6863
63ffd7c9
AB
68642020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6865
6866 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6867 called.
6868
3be966f6
AB
68692020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6870
6871 * gdb.base/skip.exp: Fix race condition in test.
6872
153d79c4
AB
68732020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6874
6875 * gdb.base/backtrace.c: New file.
6876 * gdb.base/backtrace.exp: New file.
6877
f2302a34
AB
68782020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6879
6880 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6881
6ec1d75e
PW
68822020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6883
6884 * gdb.base/style.exp: Test that warnings are styled.
6885
c296cbe6
BE
68862019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6887
6888 * gdb.base/line65535.exp: New file.
6889 * gdb.base/line65535.c: New file.
6890
b28a729d
SM
68912019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6892
6893 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6894 * lib/gnat_debug_info_test.adb: New file.
6895 * gdb.ada/ptype_tagged_param.exp: Use
6896 gnat_runtime_has_debug_info, expect a different output if
6897 runtime does not have debug info.
6898
7f2d7a0d
SM
68992019-12-20 Simon Marchi <simon.marchi@efficios.com>
6900
6901 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6902 (another) quote in test name.
6903
f3bce483
SM
69042019-12-20 Simon Marchi <simon.marchi@efficios.com>
6905
6906 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6907 Add quote in test name.
6908
c855a912
TBA
69092019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6910
6911 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6912 directory instead.
6913 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6914 * gdb.cp/pass-by-ref-2.cc: New file.
6915 * gdb.cp/pass-by-ref-2.exp: New file.
6916
fc9d2d72
TT
69172019-12-20 Tom Tromey <tom@tromey.com>
6918
6919 * gdb.tui/list-before.exp: New file.
6920
77b97e00
TT
69212019-12-20 Tom Tromey <tom@tromey.com>
6922
6923 * gdb.tui/list.exp: Check for source on initial listing.
6924
f69656d0
TT
69252019-12-11 Tom Tromey <tromey@adacore.com>
6926
6927 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6928 Add crlf test.
6929
99a55965
SM
69302019-12-18 Simon Marchi <simon.marchi@efficios.com>
6931
6932 * gdb.base/default.exp: Update value of $_gdb_major.
6933
5024637f
BE
69342019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6935
6936 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6937
b63634be
BE
69382019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6939
6940 * gdb.base/skip.exp: Whitespace fix.
6941
45d73523
BE
69422019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6943
6944 * gdb.base/skip-inline.c: New file.
6945 * gdb.base/skip-inline.exp: New file.
6946
d043f8c8
SM
69472019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6948
6949 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6950 jit_function_00 to jit_function_stack_mangle.
6951 * gdb.base/jithost.c (jit_function_t): Rename to...
6952 (jit_function_stack_mangle_t): ... this.
6953 (jit_function_add_t): New typedef.
6954 (jit_function_00_code): Rename to...
6955 (jit_function_stack_mangle_code): ... this, make static.
6956 (jit_function_add_code): New.
6957 (main): Generate "add" function and call it. Adjust to changes
6958 in jithost_abi.
6959 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6960 (struct jithost_abi) <begin, end>: Remove fields.
6961 <object, function_stack_mangle, function_add>: New fields.
6962 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6963 code_end>: Remove fields.
6964 <func_stack_mangle>: New field.
6965 (read_debug_info): Adjust to renaming, create block for "add"
6966 function.
6967 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6968
873de05c
TT
69692019-12-11 Tom Tromey <tom@tromey.com>
6970
6971 * gdb.tui/resize.exp: Fix regexp.
6972 * gdb.tui/regs.exp: Fix regexps.
6973 * gdb.tui/main.exp: Fix regexp.
6974
3d979945
TT
69752019-12-11 Tom Tromey <tom@tromey.com>
6976
6977 * gdb.tui/resize.exp: Update.
6978 * gdb.tui/empty.exp (layouts): Update.
6979
2192a9d3
TT
69802019-12-11 Tom Tromey <tom@tromey.com>
6981
6982 * gdb.tui/regs.exp: Update.
6983 * gdb.tui/empty.exp (layouts): Update.
6984 * gdb.tui/basic.exp: Update.
6985 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6986
d8edc8b7
PW
69872019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6988
6989 * gdb.base/options.exp: Add -raw-values in the print completion list.
6990 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6991
4c12d936
KB
69922019-12-10 Kevin Buettner <kevinb@redhat.com>
6993
6994 * gdb.threads/omp-par-scope.c: New file.
6995 * gdb/threads/omp-par-scope.exp: New file.
6996
26b911fb
KB
69972019-12-10 Kevin Buettner <kevinb@redhat.com>
6998
bb47f919
KB
6999 * lib/gdb.exp (support_nested_function_tests): New proc.
7000
70012019-12-10 Kevin Buettner <kevinb@redhat.com>
7002
7003 * lib/gdb.exp (gdb_compile_openmp): New proc.
7004 (build_executable_from_specs): Add an "openmp" option.
7005 (gdb_compile_pthreads): Add non-executable case.
26b911fb 7006
6c71eb7d
TT
70072019-12-10 Tom Tromey <tromey@adacore.com>
7008
7009 * gdb.ada/unchecked_union.exp: New file.
7010 * gdb.ada/unchecked_union/pck.adb: New file.
7011 * gdb.ada/unchecked_union/pck.ads: New file.
7012 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
7013 * gdb-utils.exp (string_to_regexp): Also quote "?".
7014
bac7c5cf
GB
70152019-12-10 George Barrett <bob@bob131.so>
7016
7017 Test scripted probe breakpoints.
7018 * gdb.guile/scm-breakpoint.c (main): Add probe point.
7019 * gdb.python/py-breakpoint.c (main): Likewise.
7020 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
7021 specifier test.
7022 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
7023
330f1d38
TBA
70242019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7025
7026 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
7027 an rvalue parameter.
7028 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
7029 parameter.
7030
b43315e2
AB
70312019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7032
7033 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
7034 modules.
7035
54f73dad
AB
70362019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7037
7038 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
7039 broken version of GCC.
7040
d57cbee9
AB
70412019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
7042
7043 * gdb.fortran/info-modules.exp: Rewrite to make use of new
7044 sym-info-cmds library.
7045 * gdb.fortran/info-types.exp: Likewise.
7046 * lib/sym-info-cmds.exp: New file.
7047
c14aab8c
TV
70482019-12-08 Tom de Vries <tdevries@suse.de>
7049
7050 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
7051
aa2d5a42
KS
70522019-12-07 Keith Seitz <keiths@redhat.com>
7053
7054 * gdb.base/corefile-buildid-shlib-shr.c: New file.
7055 * gdb.base/corefile-buildid-shlib.c: New file.
7056 * gdb.base/corefile-buildid.c: New file.
7057 * gdb.base/corefile-buildid.exp: New file.
7058
93e55f0a
TV
70592019-12-06 Tom de Vries <tdevries@suse.de>
7060
7061 * gdb.dwarf2/varval.exp: Add decl before def test.
7062
c7d12402
TBA
70632019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7064
7065 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
7066
06acc08f
TBA
70672019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
7068
7069 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
7070 CV and reference conversion for overload resolution.
7071 * gdb.cp/rvalue-ref-overload.exp: Test it.
7072
e0fad1ea
PW
70732019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7074
7075 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
7076 * gdb.base/frameapply.exp: Test faas without command.
7077
8d70a9f0
AB
70782019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7079
7080 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
7081 Fortran tests.
7082 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
7083 order.
7084
36c8fb93
AB
70852019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7086
7087 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
7088 casting to type with no kind specified.
7089 (test_basic_parsing_of_type_kinds): Additional tests for types
7090 with no kind specified, and add tests for single/double
7091 precision/complex types.
7092
4139ff00
TT
70932019-12-04 Tom Tromey <tromey@adacore.com>
7094
7095 * gdb.base/endianity.c (struct other) <x>: New field.
7096 (main): Initialize it.
7097 * gdb.base/endianity.exp: Update.
7098
a05cf17a
TT
70992019-12-04 Tom Tromey <tromey@adacore.com>
7100
7101 * gdb.ada/scalar_storage/storage.adb: New file.
7102 * gdb.ada/scalar_storage/pck.adb: New file.
7103 * gdb.ada/scalar_storage/pck.ads: New file.
7104 * gdb.ada/scalar_storage.exp: New file.
7105
103a685e
TT
71062019-12-04 Tom Tromey <tromey@adacore.com>
7107
7108 * gdb.base/endianity.c (struct otherendian) <f>: New field.
7109 (main): Initialize it.
7110 * gdb.base/endianity.exp: Update.
7111
c2512106
AB
71122019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7113
7114 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
7115
293b38d6
AB
71162019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
7117
7118 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
7119 -symbol-info-module-functions and -symbol-info-module-variables.
7120
216a7e6b
AB
71212019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
7122
7123 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
7124
5bbd8269
AB
71252019-12-01 Richard Bunt <richard.bunt@arm.com>
7126 Andrew Burgess <andrew.burgess@embecosm.com>
7127
7128 * gdb.fortran/derived-type-striding.exp: New file.
7129 * gdb.fortran/derived-type-striding.f90: New file.
7130 * gdb.fortran/array-slices.exp: New file.
7131 * gdb.fortran/array-slices.f90: New file.
7132
be09caf1
PW
71332019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7134
7135 * gdb.base/define.exp: Test . in command names.
7136 * gdb.base/setshow.exp: Update test, as . is now part of
7137 command name.
7138
643c0cbe
PW
71392019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7140
7141 * gdb.base/define-prefix.exp: New file.
7142
dcdec678
AB
71432019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
7144
7145 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
7146 compile.
7147 (skip_btrace_pt_tests): Likewise.
7148
640ab947
AB
71492019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7150
7151 * gdb.fortran/info-modules.exp: Compile source files in correct
7152 order.
7153
d22670f0
KB
71542019-11-27 Kevin Buettner <kevinb@redhat.com>
7155
7156 * gdb.dwarf2/imported-unit.exp: New file.
7157 * gdb.dwarf2/imported-unit.c: New file.
7158
db5960b4
AB
71592019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7160
7161 * gdb.mi/mi-fortran-modules-2.f90: New file.
7162 * gdb.mi/mi-fortran-modules.exp: New file.
7163 * gdb.mi/mi-fortran-modules.f90: New file.
7164
7dc42066
AB
71652019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
7166
7167 * gdb.mi/mi-sym-info-1.c: New file.
7168 * gdb.mi/mi-sym-info-2.c: New file.
7169 * gdb.mi/mi-sym-info.exp: New file.
7170
0dfeecca
TT
71712019-11-22 Tom Tromey <tromey@adacore.com>
7172
7173 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
7174 * gdb.ada/tasks/foo.adb: Add another stopping location.
7175
34877895
PJ
71762019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
7177
7178 * gdb.base/endianity.c: New test.
7179 * gdb.base/endianity.exp: New file.
7180
2e84f897
LD
71812019-11-21 Lukas Durfina <ldurfina@tachyum.com>
7182
7183 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
7184
65d1cd5f
TV
71852019-11-21 Tom de Vries <tdevries@suse.de>
7186
7187 PR gdb/24956
7188 * gdb.base/ui-redirect.exp: Test output of user-defined command.
7189
4f22c3f4
SDJ
71902019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7191
7192 * gdb.python/py-progspace.exp: Add missing parentheses on some
7193 'print' commands.
7194
9f6ad286
TT
71952019-11-19 Tom Tromey <tom@tromey.com>
7196
7197 * gdb.tui/winheight.exp: New file.
7198
0b8dbf3f
AB
71992019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7200
7201 * gdb.base/ctf-whatis.c: Delete.
7202 * gdb.base/ctf-whatis.exp: Delete.
7203 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
7204
f833b7a7
AB
72052019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7206
7207 * gdb.base/ctf-cvexpr.exp: Delete.
7208 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
7209
30d0a636
AB
72102019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
7211
7212 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
7213 the compiler. Clean up header comment a little.
7214 * gdb.base/ctf-ptype.exp: Likewise.
7215 * gdb.base/ctf-whatis.exp: Likewise.
7216 * lib/gdb.exp (skip_ctf_tests): New proc.
7217
494409bb
SDJ
72182019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
7219
7220 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
7221 * gdb.tui/corefile-run.exp: New file.
7222
55708e99
TT
72232019-11-14 Tom Tromey <tromey@adacore.com>
7224
7225 * gdb.base/gdbvars.exp (test_convenience_variables): Add
7226 regression tests.
7227
45e42163
TT
72282019-11-12 Tom Tromey <tom@tromey.com>
7229
7230 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
7231 after any command. Expect prompt after WAIT_FOR is seen.
7232 (enter_tui): Enable resize messages.
7233 (command): Expect command in output.
7234 (get_line): Avoid error when cursor appears to be off-screen.
7235 (dump_screen): Include screen size in title.
7236 (_do_resize): New proc, from "resize".
7237 (resize): Rewrite. Do resize in two steps.
7238 * gdb.tui/empty.exp (layouts): Fix entries.
7239 (check_boxes): Remove xfail.
7240 (check_text): Dump screen on failure.
7241
086baaf1
AB
72422019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7243
7244 * gdb.python/py-symbol.exp: Add test for
7245 gdb.lookup_static_symbols.
7246
09ff83af
AB
72472019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
7248
7249 * gdb.python/py-symbol.c: Declare and call function from new
7250 py-symbol-2.c file.
7251 * gdb.python/py-symbol.exp: Compile both source files, and add new
7252 tests for gdb.lookup_static_symbol.
7253 * gdb.python/py-symbol-2.c: New file.
7254
11af934b
TV
72552019-11-02 Tom de Vries <tdevries@suse.de>
7256
7257 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
7258 * gdb.base/anon.exp: Same.
7259 * gdb.base/auto-connect-native-target.exp: Same.
7260 * gdb.base/call-ar-st.exp: Same.
7261 * gdb.base/catch-syscall.exp: Same.
7262 * gdb.base/commands.exp: Same.
7263 * gdb.base/default.exp: Same.
7264 * gdb.base/display.exp: Same.
7265 * gdb.base/float.exp: Same.
7266 * gdb.base/foll-fork.exp: Same.
7267 * gdb.base/help.exp: Same.
7268 * gdb.base/info-macros.exp: Same.
7269 * gdb.base/info-proc.exp: Same.
7270 * gdb.base/info-target.exp: Same.
7271 * gdb.base/long_long.exp: Same.
7272 * gdb.base/macscp.exp: Same.
7273 * gdb.base/memattr.exp: Same.
7274 * gdb.base/nofield.exp: Same.
7275 * gdb.base/pointers.exp: Same.
7276 * gdb.base/printcmds.exp: Same.
7277 * gdb.base/ptype.exp: Same.
7278 * gdb.base/restore.exp: Same.
7279 * gdb.base/return.exp: Same.
7280 * gdb.base/scope.exp: Same.
7281 * gdb.base/set-noassign.exp: Same.
7282 * gdb.base/setshow.exp: Same.
7283 * gdb.base/shlib-call.exp: Same.
7284 * gdb.base/signals.exp: Same.
7285 * gdb.base/sigstep.exp: Same.
7286 * gdb.base/skip.exp: Same.
7287 * gdb.base/solib-symbol.exp: Same.
7288 * gdb.base/stap-probe.exp: Same.
7289 * gdb.base/step-line.exp: Same.
7290 * gdb.base/step-test.exp: Same.
7291 * gdb.base/style.exp: Same.
7292 * gdb.base/varargs.exp: Same.
7293 * gdb.base/vla-datatypes.exp: Same.
7294 * gdb.base/vla-ptr.exp: Same.
7295 * gdb.base/vla-sideeffect.exp: Same.
7296 * gdb.base/volatile.exp: Same.
7297 * gdb.base/watch-cond-infcall.exp: Same.
7298 * gdb.base/watchpoint.exp: Same.
7299
e96ec2ba
TV
73002019-11-02 Tom de Vries <tdevries@suse.de>
7301
7302 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
7303 * gdb.cp/cpexprs.exp: Same.
7304 * gdb.cp/except-multi-location.exp: Same.
7305 * gdb.cp/exceptprint.exp: Same.
7306 * gdb.cp/gdb2384.exp: Same.
7307 * gdb.cp/inherit.exp: Same.
7308 * gdb.cp/m-static.exp: Same.
7309 * gdb.cp/meth-typedefs.exp: Same.
7310 * gdb.cp/misc.exp: Same.
7311 * gdb.cp/namespace.exp: Same.
7312 * gdb.cp/non-trivial-retval.exp: Same.
7313 * gdb.cp/overload.exp: Same.
7314 * gdb.cp/pr17132.exp: Same.
7315 * gdb.cp/re-set-overloaded.exp: Same.
7316 * gdb.cp/rvalue-ref-types.exp: Same.
7317 * gdb.cp/templates.exp: Same.
7318
bd5766ec
LM
73192019-11-01 Luis Machado <luis.machado@linaro.org>
7320
7321 PR gdb/25124
7322
7323 * gdb.arch/pr25124.S: New file.
7324 * gdb.arch/pr25124.exp: New file.
7325
165f8965
AB
73262019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7327
7328 * gdb.fortran/info-modules.exp: Update expected results, and add
7329 additional tests for 'info module functinos', and 'info module
7330 variables'.
7331 * gdb.fortran/info-types.exp: Update expected results.
7332 * gdb.fortran/info-types.f90: Extend testcase with additional
7333 module variables and functions.
7334
59c35742
AB
73352019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7336
7337 * gdb.fortran/info-modules.exp: New file.
7338 * gdb.fortran/info-types.exp: Build with new file.
7339 * gdb.fortran/info-types.f90: Include and use new module.
7340 * gdb.fortran/info-types-2.f90: New file.
7341
f3fb2519
PW
73422019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7343
7344 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
7345 * gdb.base/settings.exp: Test all settings types using
7346 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
7347 that now verifies that the value of "maint show" is the same as
7348 returned by the settings functions. Test the type of the
7349 maintenance settings.
7350 * gdb.base/default.exp: Update show_conv_list.
7351
d1e36019
TV
73522019-10-31 Tom de Vries <tdevries@suse.de>
7353
7354 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
7355 gdb_test.
7356 * gdb.arch/amd64-disp-step.exp: Same.
7357 * gdb.asm/asm-source.exp: Same.
7358 * gdb.btrace/buffer-size.exp: Same.
7359 * gdb.btrace/cpu.exp: Same.
7360 * gdb.btrace/enable.exp: Same.
7361 * gdb.dwarf2/count.exp: Same.
7362 * gdb.dwarf2/dw2-ranges-func.exp: Same.
7363 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
7364 * gdb.fortran/vla-datatypes.exp: Same.
7365 * gdb.fortran/vla-history.exp: Same.
7366 * gdb.fortran/vla-ptype.exp: Same.
7367 * gdb.fortran/vla-value.exp: Same.
7368 * gdb.fortran/whatis_type.exp: Same.
7369 * gdb.guile/guile.exp: Same.
7370 * gdb.multi/tids.exp: Same.
7371 * gdb.python/py-finish-breakpoint.exp: Same.
7372 * gdb.python/py-framefilter.exp: Same.
7373 * gdb.python/py-pp-registration.exp: Same.
7374 * gdb.python/py-xmethods.exp: Same.
7375 * gdb.python/python.exp: Same.
7376 * gdb.server/connect-with-no-symbol-file.exp: Same.
7377 * gdb.server/no-thread-db.exp: Same.
7378 * gdb.server/run-without-local-binary.exp: Same.
7379 * gdb.stabs/weird.exp: Same.
7380 * gdb.threads/attach-many-short-lived-threads.exp: Same.
7381 * gdb.threads/thread-find.exp: Same.
7382 * gdb.threads/tls-shared.exp: Same.
7383 * gdb.threads/tls.exp: Same.
7384 * gdb.threads/wp-replication.exp: Same.
7385 * gdb.trace/ax.exp: Same.
7386 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
7387
3d11e68e
TV
73882019-10-31 Tom de Vries <tdevries@suse.de>
7389
7390 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
7391 * gdb.ada/array_subscript_addr.exp: Same.
7392 * gdb.ada/arrayidx.exp: Same.
7393 * gdb.ada/arrayparam.exp: Same.
7394 * gdb.ada/arrayptr.exp: Same.
7395 * gdb.ada/boolean_expr.exp: Same.
7396 * gdb.ada/call_pn.exp: Same.
7397 * gdb.ada/complete.exp: Same.
7398 * gdb.ada/fixed_cmp.exp: Same.
7399 * gdb.ada/fun_addr.exp: Same.
7400 * gdb.ada/funcall_param.exp: Same.
7401 * gdb.ada/interface.exp: Same.
7402 * gdb.ada/mod_from_name.exp: Same.
7403 * gdb.ada/null_array.exp: Same.
7404 * gdb.ada/packed_array.exp: Same.
7405 * gdb.ada/packed_tagged.exp: Same.
7406 * gdb.ada/print_chars.exp: Same.
7407 * gdb.ada/print_pc.exp: Same.
7408 * gdb.ada/ptype_arith_binop.exp: Same.
7409 * gdb.ada/ptype_field.exp: Same.
7410 * gdb.ada/ptype_tagged_param.exp: Same.
7411 * gdb.ada/rec_return.exp: Same.
7412 * gdb.ada/ref_tick_size.exp: Same.
7413 * gdb.ada/str_ref_cmp.exp: Same.
7414 * gdb.ada/taft_type.exp: Same.
7415 * gdb.ada/tagged.exp: Same.
7416 * gdb.ada/type_coercion.exp: Same.
7417 * gdb.ada/uninitialized_vars.exp: Same.
7418
60b6ede8
TV
74192019-10-30 Tom de Vries <tdevries@suse.de>
7420
7421 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7422
30baf67b
TV
74232019-10-26 Tom de Vries <tdevries@suse.de>
7424
7425 * gdb.base/bigcore.c: Fix typos in comments.
7426 * gdb.base/ctf-ptype.c: Same.
7427 * gdb.base/long_long.c: Same.
7428 * gdb.dwarf2/dw2-op-out-param.S: Same.
7429 * gdb.python/py-evthreads.c: Same.
7430 * gdb.reverse/i387-stack-reverse.c: Same.
7431 * gdb.trace/tfile.c: Same.
7432 * lib/compiler.c: Same.
7433 * lib/compiler.cc: Same.
7434
158da0d1
TV
74352019-10-25 Tom de Vries <tdevries@suse.de>
7436
7437 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7438 gdb_test_multiple calls.
7439 * gdb.reverse/sigall-reverse.exp: Same.
7440 * gdb.reverse/solib-precsave.exp: Same.
7441 * gdb.reverse/solib-reverse.exp: Same.
7442 * gdb.reverse/until-precsave.exp: Same.
7443 * gdb.reverse/until-reverse.exp: Same.
7444
4ccdfbec
TV
74452019-10-24 Tom de Vries <tdevries@suse.de>
7446
7447 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7448 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7449 kfail using -wrap pattern flag and convenience variable
7450 gdb_test_name.
7451
33d569b7
AB
74522019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7453
7454 * gdb.python/py-progspace.exp: Add tests for the
7455 Progspace.block_for_pc method.
7456
4d0b984b
TT
74572019-10-23 Tom Tromey <tom@tromey.com>
7458
7459 * configure: Rebuild.
7460 * aclocal.m4: Use m4_include, not sinclude.
7461
94cb3754
TV
74622019-10-21 Tom de Vries <tdevries@suse.de>
7463
7464 * gdb.base/infcall-nested-structs.c: Add
7465 __attribute__((noinline,noclone)) to all functions.
7466 (call_all): Add missing variable initialization. Simplify return value.
7467 (breakpt): Increment volatile variable, to prevent call from being
7468 optimized out.
7469 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7470
062f1fc1
TV
74712019-10-17 Tom de Vries <tdevries@suse.de>
7472
7473 * gdb.fortran/module.exp: Allow info variables to print info for files
7474 other than module.f90.
7475
0b54364d
AB
74762019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7477
7478 * gdb.fortran/module.exp: Extend with 'info variables' test.
7479
7ff5fae7
AB
74802019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7481
7482 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7483 F77_FOR_TARGET.
7484
d10eccaa
TV
74852019-10-16 Tom de Vries <tdevries@suse.de>
7486
7487 PR tdep/25096
7488 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7489
745ff14e
TV
74902019-10-16 Tom de Vries <tdevries@suse.de>
7491
7492 PR tdep/24104
7493 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7494 Add KFAIL for PR tdep/25096.
7495
03e1ab94
TV
74962019-10-16 Tom de Vries <tdevries@suse.de>
7497
7498 PR testsuite/25059
7499 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7500
b17fcc10
TV
75012019-10-16 Tom de Vries <tdevries@suse.de>
7502
7503 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7504 as signed.
7505
9223170f
SM
75062019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7507
7508 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7509 one instead of increasing timeout.
7510
d6e76313
TV
75112019-10-13 Tom de Vries <tdevries@suse.de>
7512
7513 PR record/25038
7514 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7515 * gdb.reverse/sigall-reverse.exp: Same.
7516 * gdb.reverse/solib-precsave.exp: Same.
7517 * gdb.reverse/solib-reverse.exp: Same.
7518 * gdb.reverse/step-precsave.exp: Same.
7519 * gdb.reverse/until-precsave.exp: Same.
7520 * gdb.reverse/until-reverse.exp: Same.
7521 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7522
6dfc0041
AA
75232019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7524
7525 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7526 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7527 (cmp_struct_05_01, cmp_struct_static_02_01)
7528 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7529 comparisons.
7530
abcf2cc8
TV
75312019-10-10 Tom de Vries <tdevries@suse.de>
7532
7533 PR testsuite/24888
7534 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7535 gnatlink.
7536
a50faaf6
TV
75372019-10-09 Tom de Vries <tdevries@suse.de>
7538
7539 PR testsuite/25048
7540 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7541
60ff3cd7
AB
75422019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7543
7544 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7545 exceptions due to missing debug information.
7546
dfee8566
TV
75472019-10-07 Tom de Vries <tdevries@suse.de>
7548
7549 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7550
3d63690a
AB
75512019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7552
7553 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7554 * gdb.base/annota1.exp: Update to use gdb_test_name.
7555
30d1f018
WP
75562019-10-07 Weimin Pan <weimin.pan@oracle.com>
7557
7558 * gdb.base/ctf-whatis.exp: New file.
7559 * gdb.base/ctf-whatis.c: New file.
7560 * gdb.base/ctf-ptype.exp: New file.
7561 * gdb.base/ctf-ptype.c: New file.
7562 * gdb.base/ctf-constvars.exp: New file.
7563 * gdb.base/ctf-constvars.c: New file.
7564 * gdb.base/ctf-cvexpr.exp: New file.
7565
4dbbb47c
TV
75662019-10-04 Tom de Vries <tdevries@suse.de>
7567
7568 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7569 for loop.
7570
77c2dba3
TT
75712019-10-03 Tom Tromey <tom@tromey.com>
7572
7573 PR rust/24976:
7574 * gdb.rust/simple.rs (Union2): New type.
7575 (main): Use Union2.
7576 * gdb.rust/simple.exp: Add test.
7577
179aed7f
AB
75782019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7579
7580 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7581 nested function prefix.
7582
0a4b0913
AB
75832019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7584 Richard Bunt <richard.bunt@arm.com>
7585 Andrew Burgess <andrew.burgess@embecosm.com>
7586
7587 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7588 nested functions.
7589 * gdb.fortran/nested-funcs.f90: Update expected results.
7590 * gdb.fortran/nested-funcs-2.exp: New file.
7591 * gdb.fortran/nested-funcs-2.f90: New file.
7592
082cce05
AB
75932019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7594
7595 * gdb.python/py-parameter.exp: Make test names unique.
7596 * gdb.python/py-template.exp: Likewise.
7597 * gdb.python/py-value.exp: Likewise.
7598
2b74ba5a
AB
75992019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7600
7601 * gdb.base/break-interp.exp: Reduce test name duplication.
7602 * gdb.base/call-sc.exp: Likewise.
7603 * gdb.base/callfuncs.exp: Likewise.
7604 * gdb.base/charset.exp: Likewise.
7605 * gdb.base/dump.exp: Likewise.
7606 * gdb.base/ena-dis-br.exp: Likewise.
7607 * gdb.base/relational.exp: Likewise.
7608 * gdb.base/step-over-syscall.exp: Likewise.
7609 * gdb.base/structs.exp: Likewise.
7610
58eb20d5
AB
76112019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7612
7613 * gdb.linespec/explicit.exp: Make test names unique.
7614 * gdb.linespec/ls-errs.exp: Likewise.
7615
4d421147
AB
76162019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7617
7618 * gdb.reverse/break-precsave.exp: Make test names unique.
7619 * gdb.reverse/break-reverse.exp: Likewise.
7620 * gdb.reverse/finish-precsave.exp: Likewise.
7621 * gdb.reverse/finish-reverse.exp: Likewise.
7622 * gdb.reverse/machinestate-precsave.exp: Likewise.
7623 * gdb.reverse/machinestate.exp: Likewise.
7624 * gdb.reverse/readv-reverse.exp: Likewise.
7625 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7626 * gdb.reverse/sigall-precsave.exp: Likewise.
7627 * gdb.reverse/sigall-reverse.exp: Likewise.
7628 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7629 * gdb.reverse/watch-precsave.exp: Likewise.
7630 * gdb.reverse/watch-reverse.exp: Likewise.
7631
d8c06f22
AB
76322019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7633
7634 * gdb.threads/stop-with-handle.c: New file.
7635 * gdb.threads/stop-with-handle.exp: New file.
7636
3a56ed86
TV
76372019-10-03 Tom de Vries <tdevries@suse.de>
7638
7639 PR testsuite/25059
7640 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7641 directory" line to be missing.
7642
42275044
TV
76432019-10-03 Tom de Vries <tdevries@suse.de>
7644
7645 PR testsuite/25059
7646 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7647 type optional.
7648
9ef62df0
AA
76492019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7650
7651 * gdb.python/py-format-string.c (string.h): New include.
7652 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7653 the same value, for endianness-independence.
7654 * gdb.python/py-format-string.exp (default_regexp_dict)
7655 (test_pretty_structs, test_format): Adjust expected output to the
7656 changed initialization.
7657
37f6a7f4
TT
76582019-10-02 Tom Tromey <tromey@adacore.com>
7659
7660 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7661
1d58d6a2
PA
76622019-10-02 Pedro Alves <palves@redhat.com>
7663 Andrew Burgess <andrew.burgess@embecosm.com>
7664
7665 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7666 "print-file-var.h".
7667 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7668 (get_version_1): Print this_version_id and its address.
7669 Add extern "C" wrappers around interface functions.
7670 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7671 "print-file-var.h".
7672 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7673 (get_version_2): Print this_version_id and its address.
7674 Add extern "C" wrappers around interface functions.
7675 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7676 <stddef.h> and "print-file-var.h".
7677 Add extern "C" wrappers around interface functions.
7678 [VERSION_ID_MAIN] (this_version_id): Define.
7679 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7680 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7681 up extern "C" blocks.
7682 * gdb.base/print-file-var.exp (test): New, factored out from top
7683 level.
7684 (top level): Test all combinations of attribute hidden or not,
7685 dlopen or not, and this_version_id symbol in main file or not.
7686 Compile tests as both C++ and C, make test names unique.
7687
d770d56f
TT
76882019-10-01 Tom Tromey <tom@tromey.com>
7689
7690 * gdb.base/style.exp: Test "show logging filename".
7691
7f6aba03
TT
76922019-10-01 Tom Tromey <tom@tromey.com>
7693
7694 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7695 * gdb.base/style.exp: Add metadata style test.
7696
14309bb6
TT
76972019-10-01 Tom Tromey <tom@tromey.com>
7698
7699 * gdb.base/style.exp: Test "pwd".
7700
2a3c1174
PA
77012019-10-01 Tom Tromey <tom@tromey.com>
7702
7703 * gdb.base/style.exp: Update tests.
7704
53d666ec
AA
77052019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7706
7707 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7708 'six' to unsigned.
7709 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7710 'five'. Use an all-ones bit pattern for each.
7711 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7712 to its changed values.
7713
4a56a520
TT
77142019-09-30 Tom Tromey <tromey@adacore.com>
7715
7716 * gdb.rust/traits.rs: Disable all warnings.
7717
0df0352a
TV
77182019-09-29 Tom de Vries <tdevries@suse.de>
7719
aac66a4c 7720 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 7721
73d9a918
TV
77222019-09-29 Tom de Vries <tdevries@suse.de>
7723
7724 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7725
060b3ab4
TV
77262019-09-27 Tom de Vries <tdevries@suse.de>
7727
7728 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7729
68f7d34d
TV
77302019-09-27 Tom de Vries <tdevries@suse.de>
7731
7732 PR record/23188
7733 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7734
5d63b30a
TT
77352019-09-26 Tom Tromey <tromey@adacore.com>
7736
7737 * gdb.ada/py_taft.exp: New file.
7738 * gdb.ada/py_taft/main.adb: New file.
7739 * gdb.ada/py_taft/pkg.adb: New file.
7740 * gdb.ada/py_taft/pkg.ads: New file.
7741
3d435220
TV
77422019-09-24 Tom de Vries <tdevries@suse.de>
7743
7744 PR gdb/24598
7745 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7746
77d03678
TV
77472019-09-22 Tom de Vries <tdevries@suse.de>
7748
7749 * gdb.base/restore.exp: Allow register variables to be optimized out at
7750 -O0.
7751
abf516c6
UW
77522019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7753
7754 * gdb.arch/spu-info.exp: Remove file.
7755 * gdb.arch/spu-info.c: Remove file.
7756 * gdb.arch/spu-ls.exp: Remove file.
7757 * gdb.arch/spu-ls.c: Remove file.
7758
7759 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7760 * gdb.asm/spu.inc: Remove file.
7761
7762 * gdb.base/dump.exp: Remove support for spu*-*-*.
7763 * gdb.base/stack-checking.exp: Likewise.
7764 * gdb.base/overlays.exp: Likewise.
7765 * gdb.base/ovlymgr.c: Likewise.
7766 * gdb.base/spu.ld: Remove file.
7767
7768 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7769 * gdb.cp/cpexprs.exp: Likewise.
7770 * gdb.cp/exception.exp: Likewise.
7771 * gdb.cp/gdb2495.exp: Likewise.
7772 * gdb.cp/mb-templates.exp: Likewise.
7773 * gdb.cp/pr9167.exp: Likewise.
7774 * gdb.cp/userdef.exp: Likewise.
7775
7776 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7777
7778 * gdb.cell: Remove directory.
7779 * lib/cell.exp: Remove file.
7780
e452e88f
TV
77812019-09-19 Tom de Vries <tdevries@suse.de>
7782
7783 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7784
8a625130
TV
77852019-09-19 Tom de Vries <tdevries@suse.de>
7786
7787 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7788
81dc3ab5
TV
77892019-09-19 Tom de Vries <tdevries@suse.de>
7790
7791 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7792 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7793 (gdb_target_cmd): ... here.
7794 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7795 value 2.
7796
b078f3ac
AB
77972019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7798
7799 * gdb.base/source-dir.exp: Avoid having directory names in test
7800 names.
7801
f1b620e9
MG
78022019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7803
7804 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7805 directory.
7806
67f3ed6a
AB
78072019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7808
7809 * gdb.base/list-missing-source.exp: New file.
7810
d1b70248
TV
78112019-09-14 Tom de Vries <tdevries@suse.de>
7812
7813 PR teststuite/24599
7814 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7815 * lib/ada.exp (gnatmake_version_at_least): New proc.
7816
5fabdcd6
AB
78172019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7818
7819 * gdb.base/maint.exp: Use exec_has_index_section.
7820
aa17805f
AB
78212019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7822
7823 * gdb.base/maint.exp: Add test for 'maint info sections'.
7824
25e5c209
TV
78252019-09-12 Tom de Vries <tdevries@suse.de>
7826
7827 * gdb.base/store.exp: Allow register variables to be optimized out at
7828 -O0.
7829
4993045d
PW
78302019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7831
7832 * gdb.ada/rdv_wait.exp: Update to new task names.
7833 * gdb.base/task_switch_in_core.exp: Likewise.
7834 * gdb.base/info_sources_base.c: Likewise.
7835
8a516164
TT
78362019-09-10 Tom Tromey <tromey@adacore.com>
7837
7838 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7839
aa391654
TT
78402019-09-10 Tom Tromey <tromey@adacore.com>
7841
7842 * gdb.ada/dgopt.exp: New file.
7843 * gdb.ada/dgopt/x.adb: New file.
7844
8634b462
TT
78452019-09-08 Tom Tromey <tom@tromey.com>
7846
7847 * gdb.tui/resize.exp: Remove setup_xfail.
7848 * gdb.tui/regs.exp: Remove setup_xfail.
7849 * gdb.tui/basic.exp: Remove setup_xfail.
7850
736b0f76
DB
78512019-09-06 David Blaikie <dblaikie@gmail.com>
7852
7853 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7854 * gdb.cp/cplabel.exp: Ditto.
7855 * gdb.linespec/ls-errs.exp: Ditto.
7856
30331a6c
TV
78572019-09-05 Tom de Vries <tdevries@suse.de>
7858
7859 * lib/gdb.exp (cmp_file_string): New proc.
7860 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7861 runto_main. Verify save breakpoints output.
7862
98b0ebab
PW
78632019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7864
7865 * gdb.base/info-var.exp: Test info variables without running
7866 to main, to avoid expect's buffer overflow.
7867
4e962e74
TT
78682019-09-03 Tom Tromey <tromey@adacore.com>
7869
7870 * gdb.ada/bias.exp: New file.
7871 * gdb.ada/bias/bias.adb: New file.
7872 * gdb.ada/print_chars.exp: Add regression test.
7873 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7874 (MC): New variable.
7875
2ea1a07a
SL
78762019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7877
7878 * gdb.base/argv0-symlink.exp: Run only on native target
7879 and local host.
7880
8077c50d
TV
78812019-08-29 Tom de Vries <tdevries@suse.de>
7882
7883 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7884 diverse debug info.
7885 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7886
48352473
TV
78872019-08-28 Tom de Vries <tdevries@suse.de>
7888
7889 * gdb.base/info-var.exp: Allow info variables to print info for files
7890 other than info-var-f1.c and info-var-f2.c.
7891
d8f27c60
AB
78922019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7893
7894 * gdb.fortran/info-types.exp: Add module.
7895 * gdb.fortran/info-types.f90: Update expected results.
7896
1f20c35e
AB
78972019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7898
7899 * gdb.fortran/info-types.exp: New file.
7900 * gdb.fortran/info-types.f90: New file.
7901 * lib/fortran.exp (fortran_character1): New proc.
7902
4acfdd20
AB
79032019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7904
7905 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7906 functions'. Reindent as needed.
7907 * gdb.base/info-var-f1.c: New file.
7908 * gdb.base/info-var-f2.c: New file.
7909 * gdb.base/info-var.exp: New file.
7910 * gdb.base/info-var.h: New file.
7911
5c31b358
TV
79122019-08-26 Tom de Vries <tdevries@suse.de>
7913
7914 PR c++/24852
7915 * gdb.cp/no-libstdcxx-probe.exp: New test.
7916
b694989f
TV
79172019-08-26 Tom de Vries <tdevries@suse.de>
7918
7919 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7920 * tests need to be skipped.
7921 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7922 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7923 mi_skip_libstdcxx_probe_tests.
7924
d9c4ba53
SDJ
79252019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7926
7927 * gdb.python/py-xmethods.exp: Use raw strings when passing
7928 arguments to SimpleXMethodMatcher.
7929
395fad09
TV
79302019-08-22 Tom de Vries <tdevries@suse.de>
7931
7932 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7933 more informative.
7934
26c957f1
PA
79352019-08-21 Pedro Alves <palves@redhat.com>
7936
7937 * gdb.base/with.exp: Test "with" with no arguments.
7938
61f80d5d
TV
79392019-08-21 Tom de Vries <tdevries@suse.de>
7940
7941 * gdb.base/gdb-caching-proc.exp: Sort files.
7942
d7a11d13
TV
79432019-08-20 Tom de Vries <tdevries@suse.de>
7944
7945 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7946 compilation.
7947
34dafe9f
TV
79482019-08-16 Tom de Vries <tdevries@suse.de>
7949
7950 * gdb.base/compare-sections.exp ("after run to main"): Allow
7951 mismatched read-only sections for PIE executables.
7952
398fdd60
TT
79532019-08-16 Tom Tromey <tom@tromey.com>
7954
7955 * lib/tuiterm.exp (_csi_Z): New proc.
7956 * gdb.tui/basic.exp: Update window positions.
7957 * gdb.tui/empty.exp: Update window positions.
7958
d8f9e51c
SL
79592019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7960
7961 * gdb.base/examine-backward.exp: Correct regexp for
7962 "examine 3 bytes backward from ${address_zero}".
7963
3df505f6
TT
79642019-08-15 Tom Tromey <tom@tromey.com>
7965
7966 * gdb.tui/empty.exp: Enable resizing tests.
7967
272560b5
TT
79682019-08-15 Tom Tromey <tromey@adacore.com>
7969
7970 * gdb.ada/char_enum.exp: Add regression tests.
7971 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7972 and '0'.
7973 (Char, Gchar): Update.
7974 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7975
08235187
CB
79762019-08-15 Christian Biesinger <cbiesinger@google.com>
7977
7978 * gdb.python/python.exp: Expect a leading underscore on
7979 GdbOutput{,Error}File.
7980
22a2ab04
SL
79812019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7982
7983 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7984 Windows host.
7985
835b995b
SL
79862019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7987
7988 * gdb.base/batch-preserve-term-settings.exp
7989 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7990
97dd8e07
CB
79912019-08-15 Christian Biesinger <cbiesinger@google.com>
7992
7993 * lib/gdb.exp: When running on a mingw target, replace
7994 /x/ with x:/.
7995
75faf5c4
AH
79962019-08-14 Alan Hayward <alan.hayward@arm.com>
7997
7998 * gdb.arch/aarch64-prologue.c: New test.
7999 * gdb.arch/aarch64-prologue.exp: New file.
8000
abc6c00f
TV
80012019-08-13 Tom de Vries <tdevries@suse.de>
8002
8003 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
8004 Thread.
8005
74c2c1f4
SL
80062019-08-13 Sandra Loosemore <sandra@codesourcery.com>
8007
8008 * gdb.python/py-completion.exp: Download the .py file to the host
8009 and use its host pathname. Conditionalize tests that use
8010 tab completion and manipulate files on the build machine.
8011 * gdb.python/py-events.exp: Download the .py file to the host
8012 and use its host pathname.
8013 * gdb.python/py-evsignal.exp: Likewise.
8014 * gdb.python/py-evthreads.exp: Likewise.
8015 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
8016 pathname syntax.
8017 * gdb.python/py-framefilter.exp: Download the .py file to the right
8018 place on the host. Match Windows pathname syntax.
8019 * gdb.python/py-mi-var-info-path-expression.exp: Download the
8020 .py file to the host and use its host pathname.
8021 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
8022 * gdb.python/py-objfile.exp: Expect a host pathname, not a
8023 build pathname. Skip symlink test on Windows host. Add missing
8024 newline at end of file.
8025 * gdb.python/py-pp-maint.exp: Download the .py file to the host
8026 and use its host pathname.
8027 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
8028 * gdb.python/py-section-script.exp: Use host location of binfile
8029 on safe-path. Use correct path separator on Windows host.
8030 Reorder alternatives in gdb_test_multiple to prevent matching
8031 the wrong alternative on success.
8032 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
8033
ca2589f3
PP
80342019-08-12 Patrick Palka <patrick@parcs.ath.cx>
8035
8036 * gdb.gdb/selftest.exp (test_with_self): Update test to now
8037 expect the GDB inferior to no longer immediately stop after
8038 being resumed with "signal SIGINT".
8039
020a839d
SL
80402019-08-09 Sandra Loosemore <sandra@codesourcery.com>
8041
8042 * gdb.linespec/break-ask.exp: Generalize regexps to match
8043 Windows pathnames too.
8044
128d6509
TV
80452019-08-08 Tom de Vries <tdevries@suse.de>
8046
8047 PR testsuite/24862
8048 * lib/tuiterm.exp (_accept): Fix CSI regexp.
8049
590042fc
PW
80502019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8051
8052 * gdb.base/style.exp: Update tests for help doc new invariants.
8053 * gdb.base/help.exp: Likewise.
8054
046bebe1
TT
80552019-08-06 Tom Tromey <tom@tromey.com>
8056
8057 * gdb.base/style.exp: Add disassemble test.
8058 * gdb.base/style.c (some_called_function): New function.
8059 (main): Use it.
8060
0b27c27d
CB
80612019-08-05 Christian Biesinger <cbiesinger@google.com>
8062
8063 * gdb.python/py-block.exp: Test dictionary access on blocks.
8064
580f1034
SM
80652019-08-05 Simon Marchi <simon.marchi@efficios.com>
8066
8067 PR gdb/24863
8068 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
8069 -list-thread-groups --available test when running under
8070 check-read1.
8071
d86bd7cb
TV
80722019-08-05 Tom de Vries <tdevries@suse.de>
8073
8074 PR testsuite/24863
8075 * lib/gdb.exp (with_read1_timeout_factor): New proc.
8076 * gdb.base/help.exp: Use with_read1_timeout_factor.
8077 * gdb.base/info-macros.exp: Same.
8078 * gdb.cp/nested-types.exp: Same.
8079
a80cf5d8
TV
80802019-08-05 Tom de Vries <tdevries@suse.de>
8081
8082 * lib/gdb.exp (version_at_least): Factor out of ...
8083 (tcl_version_at_least): ... here.
8084 (gdb_compile): Fail if pie results in non-PIE executable.
8085 (readelf_version, readelf_prints_pie): New proc.
8086 (exec_is_pie): Return -1 if unknown.
8087
d0962838
TV
80882019-08-05 Tom de Vries <tdevries@suse.de>
8089
8090 * lib/gdb.exp (tcl_version_at_least): Fix typo.
8091
2252ff3d
SL
80922019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8093
8094 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
8095
26655f53
SL
80962019-08-04 Sandra Loosemore <sandra@codesourcery.com>
8097
8098 * lib/completion-support.exp (test_gdb_complete_none): Skip
8099 tab completion tests if no readline support.
8100 (test_gdb_complete_unique_re): Likewise.
8101 (test_gdb_complete_multiple): Likewise.
8102
db4dc13e
PW
81032019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8104
8105 * gdb.base/info_sources.exp: New file.
8106 * gdb.base/info_sources.c: New file.
8107 * gdb.base/info_sources_base.c: New file.
8108
0eba165a
PFC
81092019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8110
8111 * gdb.base/batch-exit-status.exp: Call test_exit_status with
8112 prefix argument.
8113 (test_exit_status): Add prefix argument.
8114
59bd512b
TV
81152019-08-01 Tom de Vries <tdevries@suse.de>
8116
8117 PR testsuite/24863
8118 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
8119 calling exp_continue for new thread and thread exited messages.
8120
2a3ad588
TV
81212019-08-01 Tom de Vries <tdevries@suse.de>
8122
8123 PR testsuite/24863
8124 * gdb.base/structs.exp: Fix check-read1 timeout using
8125 gdb_test_sequence.
8126 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
8127
117eb594
TV
81282019-08-01 Tom de Vries <tdevries@suse.de>
8129
8130 PR testsuite/24863
8131 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
8132 line.
8133
ed591340
TV
81342019-08-01 Tom de Vries <tdevries@suse.de>
8135
8136 PR testsuite/24863
8137 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
8138
aa3b6533
TT
81392019-07-30 Tom Tromey <tromey@adacore.com>
8140
8141 * gdb.ada/display_nested.exp: New file.
8142 * gdb.ada/display_nested/foo.adb: New file.
8143 * gdb.ada/display_nested/pack.adb: New file.
8144 * gdb.ada/display_nested/pack.ads: New file.
8145
2906593f
CB
81462019-07-30 Christian Biesinger <cbiesinger@google.com>
8147
8148 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
8149 namespace.
8150 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
8151
0f575925
TV
81522019-07-30 Tom de Vries <tdevries@suse.de>
8153
8154 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
8155 instead.
8156
b13057d9
TV
81572019-07-30 Tom de Vries <tdevries@suse.de>
8158
8159 PR testsuite/24834
8160 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
8161 (exec_is_pie): New proc.
8162
5c4dde85
CB
81632019-07-29 Christian Biesinger <cbiesinger@google.com>
8164
8165 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
8166
c620ed88
CB
81672019-07-29 Christian Biesinger <cbiesinger@google.com>
8168
8169 * gdb.python/py-objfile.c: Add global and static vars.
8170 * gdb.python/py-objfile.exp: Test new functions Objfile.
8171 lookup_global_symbol and lookup_static_symbol.
8172
3d235706
TT
81732019-07-29 Tom Tromey <tom@tromey.com>
8174
8175 * lib/tuiterm.exp (Term::_csi_@): New proc.
8176 (Term::_csi_X): Don't move cursor.
8177
c7e4c0a6
PW
81782019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8179
8180 * gdb.base/options.exp: Update backtrace - completion to
8181 new option -frame-info.
8182 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
8183 Test new 'set print frame-info'. Test backtrace -frame-info
8184 overriding 'set print frame-info'.
8185 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
8186 Test new 'set print frame-info'.
8187 Verify consistency of backtrace with and without filters, with and
8188 without -no-filters.
8189 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
8190 default.
8191
de28a3b7
TV
81922019-07-29 Tom de Vries <tdevries@suse.de>
8193
8194 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
8195 no arguments".
8196
507dd60e
TV
81972019-07-29 Tom de Vries <tdevries@suse.de>
8198
8199 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
8200 is a substring of the first for "complete non-unique file name".
8201
5beafce9
TV
82022019-07-29 Tom de Vries <tdevries@suse.de>
8203
8204 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
8205 with ".*".
8206
2d274232
TV
82072019-07-29 Tom de Vries <tdevries@suse.de>
8208
8209 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
8210 Pass prompt_regexp parameter to gdb_test_multiple calls.
8211
9197cd8b
TV
82122019-07-29 Tom de Vries <tdevries@suse.de>
8213
8214 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 8215 print registers" regexps.
9197cd8b 8216
b528dae0
TV
82172019-07-29 Tom de Vries <tdevries@suse.de>
8218
8219 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
8220
d17725d7
TV
82212019-07-29 Tom de Vries <tdevries@suse.de>
8222
8223 PR gdb/24855
8224 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
8225 (skip_python_tests_prompt): Add prompt_regexp argument to
8226 gdb_test_multiple calls.
8227
52b75bf1
TT
82282019-07-27 Tom Tromey <tom@tromey.com>
8229
8230 * gdb.tui/main.exp: New file.
8231
2b1d00c2
TT
82322019-07-27 Tom Tromey <tom@tromey.com>
8233
8234 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
8235 optional.
8236 * gdb.tui/empty.exp: New file.
8237
ded631d5
TT
82382019-07-27 Tom Tromey <tom@tromey.com>
8239
8240 * lib/tuiterm.exp (spawn): New proc.
8241 (Term::resize): New proc.
8242 * gdb.tui/resize.exp: New file.
8243
58ac439d
TT
82442019-07-27 Tom Tromey <tom@tromey.com>
8245
8246 * gdb.tui/list.exp: New file.
8247
fe1f56ee
TT
82482019-07-27 Tom Tromey <tom@tromey.com>
8249
8250 * gdb.tui/regs.exp: New file.
8251
f790b310
TT
82522019-07-27 Tom Tromey <tom@tromey.com>
8253
8254 * gdb.tui/basic.exp: Add "layout split" test.
8255
d95fc6ee
TT
82562019-07-27 Tom Tromey <tom@tromey.com>
8257
8258 * gdb.tui/basic.exp: Add "layout asm" test.
8259
c3786b3a
TT
82602019-07-27 Tom Tromey <tom@tromey.com>
8261
8262 * lib/tuiterm.exp: New file.
8263 * gdb.tui/basic.exp: New file.
8264
98a617f8
KB
82652019-07-27 Kevin Buettner <kevinb@redhat.com>
8266
8267 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
8268 Enable tests associated with this flag. Adjust regex
8269 referencing "foo_low" to now refer to "foo_cold" instead.
8270
5c076da4
KB
82712019-07-27 Kevin Buettner <kevinb@redhat.com>
8272
8273 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
8274 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
8275 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
8276 foo_cold. Revise comments to match.
8277 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
8278 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
8279 were wrapped into this proc; Call do_test in loop from outermost
8280 level.
8281 (foo_low): Rename all occurrences to "foo_cold".
8282 (backtrace from baz): New test.
8283 (x2/i foo_cold): New test.
8284 (info line *foo_cold): New test.
8285
1512d3b7
TV
82862019-07-26 Tom de Vries <tdevries@suse.de>
8287
8288 * gdb.arch/i386-pkru.exp: Fix unterminated string.
8289
297989a1
TV
82902019-07-25 Tom de Vries <tdevries@suse.de>
8291
8292 PR testsuite/24830
8293 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
8294 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
8295 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
8296 (skip_libstdcxx_probe_tests): ... here.
8297 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
8298
b3b965fb
TV
82992019-07-24 Tom de Vries <tdevries@suse.de>
8300
8301 PR testsuite/24807
8302 * gdb.objc/basicclass.m: Include stdio.h.
8303 * gdb.objc/nondebug.m: Same.
8304 * gdb.objc/objcdecode.m: Same.
8305
4625b4d0
TV
83062019-07-24 Tom de Vries <tdevries@suse.de>
8307
8308 PR testsuite/24612
8309 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
8310 additional_flags.
8311
024a5840
TV
83122019-07-24 Tom de Vries <tdevries@suse.de>
8313
8314 PR testsuite/24831
8315 * gdb.multi/tids.exp: Update error messages for info threads.
8316
c76ddaa3
TV
83172019-07-24 Tom de Vries <tdevries@suse.de>
8318
8319 * gdb.base/info-types.exp: Allow info types to print info for more than
8320 one file.
8321
9a618ef6
TV
83222019-07-23 Tom de Vries <tdevries@suse.de>
8323
8324 PR testsuite/24842
8325 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
8326 gdb_spawn_with_cmdline_opts.
8327
40eadf04
SP
83282019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
8329
8330 * gdb.arch/arm-cmse-sgstubs.c: New test.
8331 * gdb.arch/arm-cmse-sgstubs.exp: New file.
8332
5ba29434
TV
83332019-07-23 Tom de Vries <tdevries@suse.de>
8334
8335 PR testsuite/24711
8336 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
8337 issuing next command.
8338
a8e9d247
AB
83392019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8340
8341 * gdb.ada/info_auto_lang.exp: Update expected results.
8342 * gdb.base/info-types.c: Add additional types to check.
8343 * gdb.base/info-types.exp: Update expected results.
8344
eb86c5e2
AB
83452019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
8346
8347 * gdb.base/info-types.c: New file.
8348 * gdb.base/info-types.exp: New file.
8349
01e175fe
AB
83502019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
8351
8352 * gdb.arch/riscv-bp-infcall.c: New file.
8353 * gdb.arch/riscv-bp-infcall.exp: New file.
8354
6b78c3f8
AB
83552019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
8356
8357 PR breakpoints/24541
8358 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
8359
da738167
TV
83602019-07-14 Tom de Vries <tdevries@suse.de>
8361
8362 PR testsuite/24760
8363 * gdb.objc/basicclass.exp: Fix unterminated string.
8364
0d4e84ed
AB
83652019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
8366 Andrew Burgess <andrew.burgess@embecosm.com>
8367
8368 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
8369 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
8370 negative bounds.
8371 * gdb.fortran/vla-value.exp: Print elements of an array with
8372 negative bounds.
8373 * gdb.fortran/vla.f90: Setup an array with negative bounds for
8374 testing.
8375
021d8588
AB
83762019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
8377
8378 * gdb.base/options.exp (expect_string): Dequote strings in
8379 results.
8380 (test-string): Test strings with different quoting and reindent.
8381
f06f1252
TT
83822019-07-10 Tom Tromey <tromey@adacore.com>
8383
8384 * gdb.ada/mi_ex_cond.exp: Update expected results.
8385 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
8386 * gdb.ada/mi_catch_ex.exp: Update expected results.
8387 * gdb.ada/mi_catch_assert.exp: Update expected results.
8388 * gdb.ada/catch_ex.exp (catch_exception_info)
8389 (catch_exception_entry, catch_assert_entry)
8390 (catch_unhandled_entry): Update.
8391 * gdb.ada/catch_assert_if.exp: Update expected results.
8392
b863685d
RB
83932019-07-10 Richard Bunt <richard.bunt@arm.com>
8394 Stephen Roberts <stephen.roberts@arm.com>
8395
8396 * gdb.base/define.exp: Restore original prompt.
8397
cb1e4e32
PA
83982019-07-09 Pedro Alves <palves@redhat.com>
8399
8400 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
8401 breakpoints" output.
8402 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
8403 * gdb.python/py-breakpoint.exp: No longer expect that "catch
8404 throw" creates breakpoint.
8405 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8406 'type="catchpoint"'.
8407
b58a68fe
PA
84082019-07-09 Pedro Alves <palves@redhat.com>
8409
8410 PR c++/15468
8411 * gdb.cp/except-multi-location-lib.cc: New.
8412 * gdb.cp/except-multi-location-main.cc: New.
8413 * gdb.cp/except-multi-location.exp: New.
8414
0826779b
PW
84152019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8416
8417 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8418 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8419 argument and update callers.
8420
5b0e2db4
AB
84212019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8422
8423 * gdb.arch/amd64-break-on-asm-line.S: New file.
8424 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8425
1f6f6e21
PW
84262019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8427
8428 * gdb.base/printcmds.exp: Test printing C string and
8429 C wide string convenience vars without transiting via the inferior.
8430 Also make test names unique.
8431
ea142fbf
AH
84322019-07-08 Alan Hayward <alan.hayward@arm.com>
8433
5862c886 8434 PR breakpoints/25011
ea142fbf
AH
8435 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8436
213fd9fa
PA
84372019-07-04 Pedro Alves <palves@redhat.com>
8438
8439 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8440 body returned ok(0), break(3) or continue(4).
8441 * gdb.testsuite/foreach_with_prefix.exp: New file.
8442
2b40fda7
AH
84432019-07-04 Alan Hayward <alan.hayward@arm.com>
8444
8445 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8446
a26c8de0
PA
84472019-07-03 Pedro Alves <palves@redhat.com>
8448
8449 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8450 "return -code".
8451
5f4ba3e7
PA
84522019-07-03 Pedro Alves <palves@redhat.com>
8453
8454 PR cli/24732
8455 * gdb.base/shell.exp: Load completion-support.exp.
8456 Adjust expected error output. Add completion tests.
8457
a994424f
PA
84582019-07-03 Pedro Alves <palves@redhat.com>
8459
8460 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8461 string_to_regexp.
8462
3d9be6f5
PA
84632019-07-03 Pedro Alves <palves@redhat.com>
8464
8465 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8466 (expect_integer): Adjust to expect "-string".
8467 (expect_string): New.
8468 (all_options): Expect "-string".
8469 (test-flag, test-boolean): Adjust to expect "-string".
8470 (test-string): New proc.
8471 (top level): Call it.
8472
41fc454c
PA
84732019-07-03 Pedro Alves <palves@redhat.com>
8474
8475 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8476 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8477 the expected output in the success.
8478
b2b2a215
PA
84792019-07-03 Pedro Alves <palves@redhat.com>
8480
8481 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8482 Split one gdb_test_multiple call in two to avoid a race.
8483
fdbc9870
PA
84842019-07-03 Pedro Alves <palves@redhat.com>
8485
8486 * gdb.base/with.c: New file.
8487 * gdb.base/with.exp: New file.
8488
c6ac8931
PA
84892019-07-03 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/settings.exp: Replace all references to "maint
8492 test-settings set" with references to "maint set test-settings",
8493 and all references to "maint test-settings show" with references
8494 to "maint show test-settings".
8495
970f9d09
PA
84962019-07-03 Pedro Alves <palves@redhat.com>
8497
8498 * gdb.base/settings.exp (test-string): Adjust expected out when
8499 testing "maint test-settings show filename"
8500
54d66006
PA
85012019-07-02 Pedro Alves <palves@redhat.com>
8502
8503 * gdb.base/options.exp (test-info-threads): New procedure.
8504 (top level): Call it.
8505
10d06d82
TT
85062019-06-28 Tom Tromey <tromey@adacore.com>
8507
8508 * gdb.dwarf2/ada-linkage-name.c: New file.
8509 * gdb.dwarf2/ada-linkage-name.exp: New file.
8510
3d507ff2
TT
85112019-06-27 Tom Tromey <tromey@adacore.com>
8512
d039f014 8513 PR c++/20020:
3d507ff2
TT
8514 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8515
8af58ffe
TV
85162019-06-26 Tom de Vries <tdevries@suse.de>
8517
8518 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8519
22e21752
TV
85202019-06-26 Tom de Vries <tdevries@suse.de>
8521
8522 * gdb.base/index-cache.exp: Add back missing debug option.
8523
b65b566c
PW
85242019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8525
8526 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8527
5c2c8c69
TV
85282019-06-25 Tom de Vries <tdevries@suse.de>
8529
8530 PR testsuite/24727
8531 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8532
164e3873
TV
85332019-06-24 Tom de Vries <tdevries@suse.de>
8534
8535 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8536
824eacee
TV
85372019-06-24 Tom de Vries <tdevries@suse.de>
8538
8539 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8540 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8541 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8542
385b97d3
TV
85432019-06-24 Tom de Vries <tdevries@suse.de>
8544
8545 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8546
c596f180
TV
85472019-06-21 Tom de Vries <tdevries@suse.de>
8548
8549 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8550
b13a7d03
TV
85512019-06-21 Tom de Vries <tdevries@suse.de>
8552
8553 PR testsuite/24518
8554 PR ada/24713
8555 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8556 index.
8557
899277ae
TT
85582019-06-19 Tom Tromey <tromey@adacore.com>
8559
8560 * gdb.ada/length_cond.exp: Add intro comment.
8561
680e1bee
TT
85622019-06-19 Tom Tromey <tromey@adacore.com>
8563
8564 * gdb.ada/length_cond.exp: New file.
8565 * gdb.ada/length_cond/length_cond.adb: New file.
8566 * gdb.ada/length_cond/pck.adb: New file.
8567 * gdb.ada/length_cond/pck.ads: New file.
8568
0ed4690a
TV
85692019-06-18 Tom de Vries <tdevries@suse.de>
8570
8571 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8572
d20ed5fd
TT
85732019-06-18 Tom Tromey <tromey@adacore.com>
8574
8575 * gdb.base/list0.h: Add comment explaining control character.
8576
86e04673
TV
85772019-06-18 Tom de Vries <tdevries@suse.de>
8578
8579 * boards/fission.exp: Break up long debug_flags line.
8580
c4973306
SM
85812019-06-16 Tom de Vries <tdevries@suse.de>
8582
8583 PR gdb/24445
8584 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8585 generated index.
8586
93cb9841
AB
85872019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8588
8589 PR gdb/24686
8590 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8591 improve detection of bug gdb/24541.
8592
399aaebd
SM
85932019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8594
8595 PR gdb/24669
8596 * gdb.base/index-cache.exp (uses_readnow,
8597 expecting_index_cache_use): Define global variable.
8598 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8599 expecting_index_cache_use.
8600
584a927c
AB
86012019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8602 Andrew Burgess <andrew.burgess@embecosm.com>
8603
8604 * gdb.fortran/pointers.f90: New file.
8605 * gdb.fortran/print_type.exp: New file.
8606 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8607 * gdb.fortran/vla-type.exp: Likewise.
8608 * gdb.fortran/vla-value.exp: Likewise.
8609 * gdb.mi/mi-vla-fortran.exp: Likewise.
8610
30056ea0
AB
86112019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8612
8613 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8614 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8615 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8616 as a stop reason.
8617
ec8e2b6d
AB
86182019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8619
8620 * gdb.base/annota1.exp: Update expected results.
8621 * gdb.cp/annota2.exp: Likewise.
8622 * gdb.cp/annota3.exp: Likewise.
8623
09e4c4e1
AB
86242019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8625
8626 * gdb.base/style-logging.exp: Remove path from test name.
8627
0735b091
TT
86282019-06-14 Tom Tromey <tromey@adacore.com>
8629
8630 PR gdb/24502:
8631 * gdb.base/style-logging.exp: New file.
8632
f5686554
TT
86332019-06-14 Tom Tromey <tromey@adacore.com>
8634
8635 * gdb.base/symfile-warn.exp: New file.
8636 * gdb.base/symfile-warn.c: New file.
8637
a0c1ffed
TT
86382019-06-14 Tom Tromey <tromey@adacore.com>
8639
8640 * gdb.base/annotate-symlink.exp: New file.
8641
f411722c
TT
86422019-06-14 Tom Tromey <tromey@adacore.com>
8643
8644 * gdb.ada/set_wstr.exp: Add reassignment test.
8645
4268ec18
TT
86462019-06-14 Tom Tromey <tromey@adacore.com>
8647
8648 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8649 'unchecked_access and 'unrestricted_access as well.
8650
9a9e394b
TT
86512019-06-14 Tom Tromey <tromey@adacore.com>
8652
8653 PR ada/24539:
8654 * gdb.ada/vla.exp: Update tests.
8655 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8656 pragma.
8657
4c048731
PA
86582019-06-13 Pedro Alves <palves@redhat.com>
8659
8660 * gdb.base/settings.exp (test-integer): Test junk after
8661 "unlimited".
8662
6665660a
PA
86632019-06-13 Pedro Alves <palves@redhat.com>
8664
8665 * gdb.base/options.exp (test-thread-apply): New.
8666 (top level): Call it.
8667
5d707134
PA
86682019-06-13 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.base/options.exp (test-frame-apply): New.
8671 (top level): Test print commands with different "frame apply"
8672 prefixes.
8673
e2a689da
PA
86742019-06-13 Pedro Alves <palves@redhat.com>
8675
e79be6e5 8676 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
8677 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8678 'max_completions' parameter and handle it.
8679 (test_gdb_completion_offers_commands): New.
8680
90a1ef87
PA
86812019-06-13 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8684
d4c16835
PA
86852019-06-13 Pedro Alves <palves@redhat.com>
8686
8687 * gdb.base/options.exp (test-backtrace): New.
8688 (top level): Call it.
8689
2daf894e
PA
86902019-06-13 Pedro Alves <palves@redhat.com>
8691
8692 * gdb.guile/scm-frame-args.exp: Use "set print
8693 raw-frame-arguments" instead of "set print raw frame-arguments".
8694 * gdb.python/py-frame-args.exp: Likewise.
8695
e6ed716c
PA
86962019-06-13 Pedro Alves <palves@redhat.com>
8697
8698 * gdb.compile/compile.exp: Adjust expected output to option
8699 processing changes.
8700
7d8062de
PA
87012019-06-13 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.base/options.exp: Build executable.
8704 (test-print): New procedure.
8705 (top level): Call it, once for "print" and another for "compile
8706 print".
8707
9d0faba9
PA
87082019-06-13 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.base/options.c: New file.
8711 * gdb.base/options.exp: New file.
8712
dee7b4c8
PA
87132019-06-13 Pedro Alves <palves@redhat.com>
8714
8715 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8716 that "o" is ambiguous.
8717
dca0f6c0
PA
87182019-06-13 Pedro Alves <palves@redhat.com>
8719
8720 * gdb.base/settings.c: New file.
8721 * gdb.base/settings.exp: New file.
8722
ccf46844
PA
87232019-06-13 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.base/completion.exp: Fix comment typo.
8726
b9a3f842
PA
87272019-06-13 Pedro Alves <palves@redhat.com>
8728
8729 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8730 foo --1" test.
8731
d106773e
PA
87322019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8733
8734 * gdb.fortran/block-data.f: New.
8735 * gdb.fortran/block-data.exp: New.
8736
fea82da0
TV
87372019-06-11 Tom de Vries <tdevries@suse.de>
8738
8739 PR testsuite/24521
8740 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8741 message.
8742
8c2e74f1
TV
87432019-06-11 Tom de Vries <tdevries@suse.de>
8744
8745 PR testsuite/24521
8746 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8747
b49851c8
TV
87482019-06-11 Tom de Vries <tdevries@suse.de>
8749
8750 * boards/readnow.exp: New file.
8751
a7067863
AB
87522019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8753
8754 * gdb.fortran/vla-sizeof.exp: Update expected results.
8755
1a3da2cd
AB
87562019-06-06 Amos Bird <amosbird@gmail.com>
8757
8758 * gdb.base/annota1.exp (thread_switch): Add test for
8759 thread-exited annotation.
8760
3847a7bf
TT
87612019-06-06 Tom Tromey <tromey@adacore.com>
8762
8763 * gdb.base/maint.exp: Expect command started/finished output.
8764
0088ba59
AB
87652019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8766
8767 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8768 comment.
8769 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8770
312617a3
AB
87712019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8772
8773 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8774 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8775 * gdb.arch/riscv-unwind-long-insn.c: New file.
8776 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8777
e1f2e1a2
CB
87782019-06-04 Christian Biesinger <cbiesinger@google.com>
8779
d3238f7d 8780 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 8781
206584bd
PW
87822019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8783
8784 * lib/gdb.exp (help_list_trailer): New regexp variable
8785 factorizing the help trailer message.
8786 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8787 arg to allow to better factorize various tests.
8788 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8789 (test_prefix_command_help): Use help_list_trailer.
8790 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8791 * gdb.guile/scm-cmd.exp: Likewise.
8792 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8793 * gdb.base/help.exp: Use test_user_defined_class_help.
8794 * gdb.base/style.exp: Add tests for styling of help and apropos.
8795 * lib/gdb-utils.exp (style): Add title and highlight styles.
8796
708dc93e
PW
87972019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8798
8799 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8800 $_shell_exitsignal.
8801 * gdb.base/default.exp: Update for new convenience variables.
8802
f49055a5
TT
88032019-05-29 Tom Tromey <tromey@adacore.com>
8804
8805 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8806 to "break complete ada" test case's regexp.
8807
4330d61d
TT
88082019-05-29 Tom Tromey <tromey@adacore.com>
8809
8810 PR c++/20020:
8811 * gdb.cp/constexpr-field.exp: New file.
8812 * gdb.cp/constexpr-field.cc: New file.
8813
000439d5
TT
88142019-05-29 Tom Tromey <tromey@adacore.com>
8815
8816 * gdb.base/finish.exp (finish_no_print): New proc.
8817 (finish_tests): Call it.
8818
5a01c34c
TV
88192019-05-24 Tom de Vries <tdevries@suse.de>
8820
8821 * gdb.dwarf2/gdb-add-index.exp: New file.
8822
18125b16
TT
88232019-05-22 Tom Tromey <tromey@adacore.com>
8824
8825 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8826 * gdb.base/style.exp: Use "style".
8827 * lib/gdb-utils.exp (style): New proc.
8828
af1a8d03
TV
88292019-05-22 Tom de Vries <tdevries@suse.de>
8830
8831 * gdb.base/align.exp: Require c++11.
8832
e7fe496b
TV
88332019-05-22 Tom de Vries <tdevries@suse.de>
8834
8835 PR testsuite/24586
8836 * gdb.python/py-mi-var-info-path-expression.exp: Call
8837 mi_skip_python_tests to check if python is supported.
8838
8fca4da0
AH
88392019-05-22 Alan Hayward <alan.hayward@arm.com>
8840
8841 * gdb.arch/aarch64-pauth.c: New test.
8842 * gdb.arch/aarch64-pauth.exp: New file.
8843
b7060614
AH
88442019-05-22 Alan Hayward <alan.hayward@arm.com>
8845
8846 * README (Re-running Tests Outside The Testsuite): New section.
8847
669d0468
TV
88482019-05-21 Tom de Vries <tdevries@suse.de>
8849
8850 * gdb.arch/amd64-eval.exp: Require c++11.
8851 * gdb.base/max-depth.exp: Same.
8852 * gdb.compile/compile-cplus-array-decay.exp: Same.
8853 * gdb.cp/meth-typedefs.exp: Same.
8854 * gdb.cp/subtypes.exp: Same.
8855 * gdb.cp/temargs.exp: Same.
8856
ce3ebcaa
AH
88572019-05-21 Alan Hayward <alan.hayward@arm.com>
8858
8859 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8860
34d11c68
AB
88612019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8862
8863 PR gdb/18644
8864 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8865 * gdb.fortran/printing-types.exp: Add new test.
8866 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8867 testing.
8868 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8869 setup_kfail call.
8870
87781e84
AH
88712019-05-17 Alan Hayward <alan.hayward@arm.com>
8872
8873 * README (Running the Testsuite): Change example.
8874 (Testsuite Parameters): Remove TRANSCRIPT.
8875 * lib/gdb.exp: Remove TRANSCRIPT check.
8876
b420b89e
AH
88772019-05-17 Alan Hayward <alan.hayward@arm.com>
8878
8879 * README (Testsuite Parameters): Add replay logging to
8880 GDBSERVER_DEBUG.
8881 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8882 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8883 as a comma separated list.
8884 (gdb_debug_init): Override procedure.
8885
408e9b8b
AH
88862019-05-17 Alan Hayward <alan.hayward@arm.com>
8887
8888 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8889 (gdb_write_cmd_file): New procedure.
8890 * lib/gdbserver-support.exp (gdbserver_start): Call
8891 gdbserver_write_cmd_file.
8892 (gdbserver_write_cmd_file): New procedure.
8893
f9e2e39d
AH
88942019-05-17 Alan Hayward <alan.hayward@arm.com>
8895
8896 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8897 (delete_breakpoints): Likewise.
8898 (gdb_run_cmd): Likewise.
8899 (gdb_start_cmd): Likewise.
8900 (gdb_starti_cmd): Likewise.
8901 (gdb_internal_error_resync): Likewise.
8902 (gdb_test_multiple): Likewise.
8903 (gdb_reinitialize_dir): Likewise.
8904 (default_gdb_exit): Likewise.
8905 (gdb_file_cmd): Mark kill as optional.
8906 (default_gdb_start): Call gdb_stdin_log_init.
8907 (send_gdb): Call gdb_stdin_log_write.
8908 (rerun_to_main): Mark Y as an answer.
8909 (gdb_stdin_log_init): New function.
8910 (gdb_stdin_log_write): Likewise.
8911
81f47ac2
AH
89122019-05-17 Alan Hayward <alan.hayward@arm.com>
8913
8914 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8915 * gdb.base/debug-expr.exp: Likewise.
8916 * gdb.base/foll-fork.exp: Likewise.
8917 * gdb.base/foll-vfork.exp: Likewise.
8918 * gdb.base/fork-print-inferior-events.exp: Likewise.
8919 * gdb.base/gdb-sigterm.exp: Likewise.
8920 * gdb.base/gdbinit-history.exp: Likewise.
8921 * gdb.base/osabi.exp: Likewise.
8922 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8923 * gdb.base/ui-redirect.exp: Likewise.
8924 * gdb.gdb/unittest.exp: Likewise.
8925 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8926 * gdb.mi/mi-watch.exp: Likewise.
8927 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8928 * gdb.mi/user-selected-context-sync.exp: Likewise.
8929 * gdb.python/python.exp: Disable debug test when debugging.
8930 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8931 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8932 Likewise.
8933 * gdb.threads/stepi-random-signal.exp: Likewise.
8934
29b52314
AH
89352019-05-17 Alan Hayward <alan.hayward@arm.com>
8936
8937 * Makefile.in: Pass through GDB_DEBUG.
8938 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
8939 (gdb,debug): Add board setting.
8940 * lib/gdb.exp (default_gdb_start): Start debugging.
8941 (gdb_debug_enabled): New procedure.
8942 (gdb_debug_init): Likewise.
29b52314
AH
8943
89442019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 8945
29b52314
AH
8946 * Makefile.in: Pass through GDB_DEBUG.
8947 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
8948 (gdb,debug): Add board setting.
8949 * lib/gdb.exp (default_gdb_start): Start debugging.
8950 (gdb_debug_enabled): New procedure.
8951 (gdb_debug_init): Likewise.
29b52314 8952
ca1285d1
AH
89532019-05-17 Alan Hayward <alan.hayward@arm.com>
8954
8955 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8956
f3a09c80
AH
89572019-05-17 Alan Hayward <alan.hayward@arm.com>
8958
8959 * gdb.base/ui-redirect.exp: Test redirection.
8960
26648588
JV
89612019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8962
8963 * gdb.mi/mi-complete.exp: New file.
8964 * gdb.mi/mi-complete.cc: Likewise.
8965
14237686
AB
89662019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8967
8968 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8969 indexed and sliced arrays, and pointers to arrays.
8970
e7bd7fba
TT
89712019-05-14 Tom Tromey <tromey@adacore.com>
8972
8973 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8974 styling test.
8975
2764128d
TV
89762019-05-14 Tom de Vries <tdevries@suse.de>
8977
8978 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8979 selection entry encoding.
8980
71bed2db
TT
89812019-05-10 Tom Tromey <tromey@adacore.com>
8982
8983 * gdb.ada/info_exc.exp: Add "complete" test.
8984
63b667ad
TV
89852019-05-09 Tom de Vries <tdevries@suse.de>
8986
8987 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8988 CU-relative.
8989
9cfd2b89
TV
89902019-05-09 Tom de Vries <tdevries@suse.de>
8991
8992 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8993 CU-relative.
8994
2228ef77
XR
89952019-05-08 Joel Brobecker <brobecker@adacore.com>
8996
8997 * gdb.ada/frame_arg_lang.exp: New testcase.
8998 * gdb.ada/frame_arg_lang/bla.adb: New file.
8999 * gdb.ada/frame_arg_lang/pck.ads: New file.
9000 * gdb.ada/frame_arg_lang/pck.adb: New file.
9001 * gdb.ada/frame_arg_lang/foo.c: New file.
9002
80e55b13
TT
90032019-05-08 Tom Tromey <tromey@adacore.com>
9004
9005 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
9006
9d3421af
TT
90072019-05-08 Tom Tromey <tromey@adacore.com>
9008
9009 * gdb.base/ptype-offsets.exp: Update tests.
9010
844333e2
TT
90112019-05-08 Tom Tromey <tromey@adacore.com>
9012
9013 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
9014 cases.
9015 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
9016 "short".
9017
988915ee
TT
90182019-05-08 Tom Tromey <tromey@adacore.com>
9019
9020 * gdb.ada/vla.exp: New file.
9021 * gdb.ada/vla/vla.adb: New file.
9022
7bd55dac
TV
90232019-05-07 Tom de Vries <tdevries@suse.de>
9024
9025 * gdb.base/index-cache.exp (ls_host): Fix return statement.
9026
75f06e9d
TV
90272019-05-07 Tom de Vries <tdevries@suse.de>
9028
9029 PR testsuite/24522
9030 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
9031 section.
9032
77e7aaa4
TV
90332019-05-07 Tom de Vries <tdevries@suse.de>
9034
9035 PR testsuite/24522
9036 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
9037 .debug_aranges section.
9038
456ba0fa
TV
90392019-05-07 Tom de Vries <tdevries@suse.de>
9040
9041 PR testsuite/24159
9042 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
9043
5a56d6a6
TV
90442019-05-06 Tom de Vries <tdevries@suse.de>
9045
9046 * lib/gdb.exp (exec_has_index_section): New proc.
9047 * gdb.base/index-cache.exp: Handle case that binfile contains an index
9048 section.
9049
9d6d4be8
TV
90502019-05-04 Tom de Vries <tdevries@suse.de>
9051
9052 * boards/cc-with-debug-names.exp: New file.
9053
222a8d25
TT
90542019-05-03 Tom Tromey <tromey@adacore.com>
9055
9056 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
9057 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
9058 * gdb.ada/char_enum.exp: Add test.
9059
0fdfd794
TV
90602019-05-03 Tom de Vries <tdevries@suse.de>
9061
9062 * boards/cc-with-gdb-index.exp: New file.
9063
80062eb9
AB
90642019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9065
9066 * gdb.rust/simple.exp: Add new test case.
9067 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
9068 (main): Initialise an instance of the new struct.
9069
4504bbde
TT
90702019-05-01 Tom Tromey <tromey@adacore.com>
9071
9072 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
9073 record.
9074 (NPR): New variable.
9075 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
9076 test.
9077
d48e62f4
TT
90782019-05-01 Tom Tromey <tromey@adacore.com>
9079
9080 * gdb.ada/packed_array_assign.exp: Add packed assignment
9081 regression test.
9082
f59f30f5
TV
90832019-05-01 Tom de Vries <tdevries@suse.de>
9084
9085 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
9086
b70bfc54
TV
90872019-05-01 Tom de Vries <tdevries@suse.de>
9088
9089 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
9090
15f18d14
AT
90912019-04-30 Ali Tamur <tamur@google.com>
9092
9093 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
9094
2ff0a947
TT
90952019-04-30 Tom Tromey <tromey@adacore.com>
9096
9097 * lib/ada.exp (find_ada_tool): New proc.
9098 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
9099 * gdb.ada/catch_ex_std.exp: New file.
9100 * gdb.ada/catch_ex_std/foo.adb: New file.
9101 * gdb.ada/catch_ex_std/some_package.adb: New file.
9102 * gdb.ada/catch_ex_std/some_package.ads: New file.
9103
a776957c
TT
91042019-04-30 Tom Tromey <tromey@adacore.com>
9105
9106 PR c++/24470:
9107 * gdb.cp/temargs.cc: Add test code from PR.
9108
bc68014d
AB
91092019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9110
9111 * gdb.fortran/vla-datatypes.exp: Update expected results.
9112 * gdb.fortran/vla-ptype.exp: Likewise.
9113 * gdb.fortran/vla-type.exp: Likewise.
9114 * gdb.fortran/vla-value.exp: Likewise.
9115
f1fdc960
AB
91162019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9117
9118 * gdb.fortran/ptr-indentation.exp: Update expected results.
9119 * gdb.fortran/ptype-on-functions.exp: Likewise.
9120 * gdb.fortran/vla-ptr-info.exp: Likewise.
9121 * gdb.fortran/vla-value.exp: Likewise.
9122
bf7a4de1
AB
91232019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9124
9125 * gdb.fortran/ptype-on-functions.exp: New file.
9126 * gdb.fortran/ptype-on-functions.f90: New file.
9127
bbe75b9d
AB
91282019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9129
9130 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
9131 case void string.
9132
1db455a7
AB
91332019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9134
9135 * gdb.fortran/complex.exp: Expand.
9136 * gdb.fortran/complex.f: Renamed to...
9137 * gdb.fortran/complex.f90: ...this, and extended to add more
9138 complex values.
9139
b6d03bb2
AB
91402019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9141
9142 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
9143 MODULO, CMPLX.
9144
2e62ab40
AB
91452019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
9146 Richard Bunt <richard.bunt@arm.com>
9147
9148 * gdb.base/max-depth.c: New file.
9149 * gdb.base/max-depth.exp: New file.
9150 * gdb.python/py-nested-maps.c: New file.
9151 * gdb.python/py-nested-maps.exp: New file.
9152 * gdb.python/py-nested-maps.py: New file.
9153 * gdb.python/py-format-string.exp (test_max_depth): New proc.
9154 (test_all_common): Call test_max_depth.
9155 * gdb.fortran/max-depth.exp: New file.
9156 * gdb.fortran/max-depth.f90: New file.
9157 * gdb.go/max-depth.exp: New file.
9158 * gdb.go/max-depth.go: New file.
9159 * gdb.modula2/max-depth.exp: New file.
9160 * gdb.modula2/max-depth.c: New file.
9161 * lib/gdb.exp (get_print_expr_at_depths): New proc.
9162
d2b584a5
TV
91632019-04-29 Tom de Vries <tdevries@suse.de>
9164
9165 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
9166
136afab8
PW
91672019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9168
9169 * gdb.base/callexit.exp: Test may-call-functions off.
9170
725cbb63
KS
91712019-04-25 Keith Seitz <keiths@redhat.com>
9172
9173 PR c++/24367
9174 * gdb.cp/meth-typedefs.cc (incomplete_struct)
9175 (another_incomplete_struct, test_incomplete): New definitions.
9176 (main): Use new definitions.
9177 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
9178 functions.
9179
701adfb0
PA
91802019-04-25 Ali Tamur <tamur@google.com>
9181
9182 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
9183
82433e3e
SDJ
91842019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
9185
9186 PR corefiles/11608
9187 PR corefiles/18187
9188 * gdb.base/coredump-filter-build-id.exp: New file.
9189
dd06d4d6
AH
91902019-04-25 Alan Hayward <alan.hayward@arm.com>
9191
e79be6e5
SM
9192 * Makefile.in: Pass through GDBSERVER_DEBUG.
9193 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
9194 (gdbserver,debug): Add board setting.
9195 * gdb.trace/tspeed.exp: Skip when debugging.
9196 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
9197 * lib/gdbserver-support.exp: Likewise
dd06d4d6 9198
1670072e
TT
91992019-04-24 Tom Tromey <tromey@adacore.com>
9200
9201 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
9202 Rust.
9203
a59240a4
TT
92042019-04-24 Tom Tromey <tromey@adacore.com>
9205
9206 * gdb.arch/amd64-eval.exp: Test bitfield return.
9207 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
9208 (class Foo) <return_bitfields>: New method.
9209 (main): Call it.
9210
b907456c
AB
92112019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
9212
9213 * gdb.cp/many-args.cc: New file.
9214 * gdb.cp/many-args.exp: New file.
9215
5c565afd
TV
92162019-04-23 Tom de Vries <tdevries@suse.de>
9217
9218 PR gdb/24433
9219 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
9220
ba22ff86
AH
92212019-04-23 Alan Hayward <alan.hayward@arm.com>
9222
9223 * gdb.trace/backtrace.exp: Use nopie flag.
9224 * gdb.trace/circ.exp: Likewise.
9225 * gdb.trace/collection.exp: Likewise.
9226 * gdb.trace/ftrace.exp: Likewise.
9227 * gdb.trace/mi-trace-unavailable.exp: Likewise.
9228 * gdb.trace/mi-traceframe-changed.exp: Likewise.
9229 * gdb.trace/qtro.exp: Likewise.
9230 * gdb.trace/read-memory.exp: Likewise.
9231 * gdb.trace/report.exp: Likewise.
9232 * gdb.trace/tfile.exp: Likewise.
9233 * gdb.trace/tfind.exp: Likewise.
9234 * gdb.trace/unavailable.exp: Likewise.
9235
7905fc35
PA
92362019-04-22 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/solib-probes-nosharedlibrary.c,
9239 gdb.base/solib-probes-nosharedlibrary.exp: New files.
9240
8ecb59f8
TT
92412019-04-19 Tom Tromey <tromey@adacore.com>
9242
9243 * gdb.ada/ptype_union.c: New file.
9244 * gdb.ada/ptype_union.exp: New file.
9245
62160ec9
TT
92462019-04-19 Tom Tromey <tromey@adacore.com>
9247
9248 PR symtab/24423:
9249 * gdb.base/list0.h (foo): Add a control-l character.
9250
36cd4ba5
TV
92512019-04-18 Tom de Vries <tdevries@suse.de>
9252
9253 PR gdb/24433
9254 * boards/local-board.exp: Set sysroot to "".
9255
b73715df
TV
92562019-04-18 Tom de Vries <tdevries@suse.de>
9257 Pedro Alves <palves@redhat.com>
9258
9259 PR gdb/24454
9260 * gdb.threads/vfork-follow-child-exec.c: New file.
9261 * gdb.threads/vfork-follow-child-exec.exp: New file.
9262 * gdb.threads/vfork-follow-child-exit.c: New file.
9263 * gdb.threads/vfork-follow-child-exit.exp: New file.
9264
4aa866af
LS
92652019-04-15 Leszek Swirski <leszeks@google.com>
9266
9267 * gdb.arch/amd64-eval.cc: New file.
9268 * gdb.arch/amd64-eval.exp: New file.
9269
e5a1a79a
AH
92702019-04-11 Alan Hayward <alan.hayward@arm.com>
9271
9272 * gdb.server/sysroot.c: New test.
9273 * gdb.server/sysroot.exp: New file.
9274 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
9275 matching param.
9276
41077b66
AB
92772019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
9278
9279 * gdb.base/align.exp: Extend test to cover structures containing
9280 only static fields.
9281
c30391f8
TV
92822019-04-11 Tom de Vries <tdevries@suse.de>
9283
9284 * boards/cc-with-dwz-m.exp: New file.
9285 * boards/cc-with-dwz.exp: New file.
9286 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
9287
e242fd12
SM
92882019-04-09 Simon Marchi <simon.marchi@efficios.com>
9289
9290 * gdb.base/start-cpp.exp: New file.
9291 * gdb.base/start-cpp.cc: New file.
9292
2b0c8b01
KB
92932019-04-08 Kevin Buettner <kevinb@redhat.com>
9294
9295 * gdb.python/py-thrhandle.exp: Adjust tests to call
9296 thread_from_handle instead of thread_from_thread_handle.
9297
947210e5
KB
92982019-04-08 Kevin Buettner <kevinb@redhat.com>
9299
9300 * gdb.python/py-thrhandle.exp: Add tests for
9301 gdb.InferiorThread.handle.
9302
d7df6549
AB
93032019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9304
9305 * gdb.python/py-function.exp: Check calling helper function from
9306 all languages.
9307 * lib/gdb.exp (gdb_supported_languages): New proc.
9308
8bdc1658
AB
93092019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9310
9311 * gdb.base/complex-parts.c: New file.
9312 * gdb.base/complex-parts.exp: New file.
9313
05caa1d2
TT
93142019-04-01 Tom Tromey <tromey@adacore.com>
9315
9316 PR symtab/23331:
9317 * gdb.dwarf2/dw2-ranges-main.c: New file.
9318 * gdb.dwarf2/dw2-ranges-psym.c: New file.
9319 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
9320
7734102d
EZ
93212019-03-30 Simon Marchi <simark@simark.ca>
9322
9323 * gdb.base/default.exp: Add values for $_gdb_major and
9324 $_gdb_minor.
9325
188e1fa9
TT
93262019-03-29 Tom Tromey <tromey@adacore.com>
9327
9328 * gdb.base/help.exp: Tighten apropos regexp.
9329
2880242d
KS
93302019-03-29 Keith Seitz <keiths@redhat.com>
9331
9332 * gdb.fortran/array-bounds.exp: New file.
9333 * gdb.fortran/array-bounds.f90: New file.
9334
077cad8e
PW
93352019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9336
9337 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
9338
80047cfc
PW
93392019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9340
9341 * gdb.multi/hello.c (main): Increase alarm timer.
9342
f489207e
SL
93432019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9344
9345 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
9346 factor when no hardware watchpoint support.
9347
c92df149
AH
93482019-03-28 Alan Hayward <alan.hayward@arm.com>
9349 Pedro Alves <palves@redhat.com>
9350
9351 * boards/local-board.exp: set sysroot to /.
9352
933aebfa
AH
93532019-03-27 Alan Hayward <alan.hayward@arm.com>
9354
9355 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
9356 in child.
9357
9f9aa852
AB
93582019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9359
9360 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
9361 field.
9362 (make_container): Initialise new field.
9363 * gdb.python/py-prettyprint.exp: Add new tests.
9364 * gdb.python/py-prettyprint.py (class ContainerPrinter)
9365 <display_hint>: New method.
9366
3714a195
AB
93672019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9368
9369 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
9370 gdb_continue_to_breakpoint more throughout this test.
9371 (run_lang_tests) Supply unique test names, and use
9372 gdb_test_no_output.
9373
18c77628
AB
93742019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9375
9376 * gdb.base/finish-pretty.exp: Update expected results.
9377 * gdb.base/pretty-print.c: New file.
9378 * gdb.base/pretty-print.exp: New file.
9379
9a93502f
PA
93802019-03-25 Pedro Alves <palves@redhat.com>
9381
9382 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
9383 move comments outside list. Append '-i "" eof' section.
9384
968aa7ae
AH
93852019-03-22 Alan Hayward <alan.hayward@arm.com>
9386
34a7f2a4 9387 PR testsuite/25016
968aa7ae
AH
9388 * README: Add pie options.
9389 * gdb.base/break-interp.exp: Ensure pie is disabled.
9390 * gdb.base/dump.exp: Likewise.
9391 * lib/gdb.exp (gdb_compile): Add pie option.
9392
4c7d57e7
TT
93932019-03-19 Tom Tromey <tromey@adacore.com>
9394
9395 * gdb.mi/mi2-cli-display.c: New file.
9396 * gdb.mi/mi2-cli-display.exp: New file.
9397
bff8c71f
TT
93982019-03-18 Joel Brobecker <brobecker@adacore.com>
9399 Tom Tromey <tromey@adacore.com>
9400
9401 * gdb.ada/ptype_array/pck.adb: New file.
9402 * gdb.ada/ptype_array/pck.ads: New file.
9403 * gdb.ada/ptype_array/foo.adb: New file.
9404 * gdb.ada/ptype_array.exp: New file.
9405
d085f989
TT
94062019-03-14 Tom Tromey <tromey@adacore.com>
9407
9408 * gdb.base/style.exp: Add "set style sources" test.
9409
b4be1b06
SM
94102019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9411
9412 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9413 * mi-breakpoint-multiple-locations.exp: ... this.
9414 (make_breakpoints_pattern): New proc.
9415 (do_test): Add mi_version parameter, test -break-insert,
9416 -break-info and =breakpoint-created.
9417
7cde5fc2
AB
94182019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9419
9420 * config/default.exp: Remove 'load_lib gdb.exp'.
9421 * config/monitor.exp: Likewise.
9422 * config/sid.exp: Likewise.
9423 * config/sim.exp: Likewise.
9424 * config/slite.exp: Likewise.
9425 * config/unix.exp: Likewise.
9426 * gdb.base/default.exp: Remove unhelpful comment.
9427
efbecbc1
AB
94282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9429
9430 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9431
0841c79a
AB
94322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9433
9434 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9435
4a270568
AB
94362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9437
9438 * gdb.fortran/type-kinds.exp: Update expected results.
9439
067630bd
AB
94402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9441
9442 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9443
3be47f7a
AB
94442019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9445
9446 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9447 function.
9448 (test_basic_parsing_of_type_kinds): Expand types tested.
9449 (test_parsing_invalid_type_kinds): New function.
9450
4d00f5d8
AB
94512019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9452
9453 * gdb.fortran/intrinsics.exp: New file.
9454 * gdb.fortran/intrinsics.f90: New file.
9455 * gdb.fortran/type-kinds.exp: New file.
9456
c8f91604
AB
94572019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9458
9459 * gdb.fortran/dot-ops.exp: New file.
9460
dd9f2c76
AB
94612019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9462
9463 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9464 Check upper and lower case logical literals.
9465
84ec9724
AB
94662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9467
9468 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9469 Remove duplicate tests.
9470
c3734e09
AH
94712019-03-06 Alan Hayward <alan.hayward@arm.com>
9472
9473 * lib/gdb.exp (builtin_cd): rename of cd.
9474 (cd): Override builtin.
9475
aa3cfbda
RB
94762019-03-06 Richard Bunt <richard.bunt@arm.com>
9477
9478 * gdb.fortran/function-calls.exp: New file.
9479 * gdb.fortran/function-calls.f90: New test.
9480
7b63ad86
RB
94812019-03-04 Richard Bunt <richard.bunt@arm.com>
9482
9483 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9484 on user program standard output.
9485 * gdb.fortran/short-circuit-argument-list.f90: Record function
9486 calls.
9487
01abb042
AH
94882019-02-28 Alan Hayward <alan.hayward@arm.com>
9489
c3734e09
AH
9490 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9491 failure.
01abb042 9492
92137da0
RO
94932019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9494
9495 PR gdb/8527
9496 * gdb.base/interrupt-daemon-attach.c,
9497 gdb.base/interrupt-daemon-attach.exp: New test.
9498
5862844d
PA
94992019-02-27 Pedro Alves <palves@redhat.com>
9500
9501 * gdb.base/page.exp: Add tests for "set width/height -1".
9502
8ed25214
PA
95032019-02-27 Pedro Alves <palves@redhat.com>
9504
9505 * gdb.base/page.exp: Add tests for "set/show width/height" with
9506 "infinite" values.
9507
6c28e44a
TT
95082019-02-27 Tom Tromey <tromey@adacore.com>
9509
9510 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9511 2.4.
9512 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9513 workaround.
9514
bf9a735e
AB
95152019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9516
9517 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9518 tests for structs with static members.
9519
8791793c
TT
95202019-02-26 Tom Tromey <tromey@adacore.com>
9521
9522 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9523 ValueError, not TypeError.
9524
bc2a507e
KB
95252019-02-26 Kevin Buettner <kevinb@redhat.com>
9526
9527 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9528 call from main program.
9529
e0e7d3bd
JB
95302019-02-23 Joel Brobecker <brobecker@adacore.com>
9531
9532 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9533 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9534 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9535 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9536 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9537
9600246d
KS
95382019-02-22 Keith Seitz <keiths@redhat.com>
9539
9540 PR symtab/23853
9541 * gdb.base/symlink-sourcefile.c: New file.
9542 * gdb.base/symlink-sourcefile.exp: New file.
9543
0c95f9ed
TT
95442019-02-20 Tom Tromey <tom@tromey.com>
9545
9546 * gdb.base/info_qt.exp: Update.
9547
6caa91b6
SM
95482019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9549
9550 * gdb.base/source.exp: Move "error in sourced script" code to
9551 the end.
9552 * gdb.base/source-error.gdb: Move contents to
9553 source-error-1.gdb. Add new code to source source-error-1.gdb.
9554 * gdb.base/source-error-1.gdb: New file, from previous
9555 source-error.gdb.
9556
6506371f
TT
95572019-02-17 Tom Tromey <tom@tromey.com>
9558
9559 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9560 for macro styling.
9561 * gdb.base/style.c (SOME_MACRO): New macro.
9562
a0087920
TT
95632019-02-17 Tom Tromey <tom@tromey.com>
9564
9565 * gdb.base/style.exp: Add line-wrapping tests.
9566 * gdb.base/page.exp: Add test for quitting during pagination.
9567
a2cd4f14
JB
95682019-02-17 Joel Brobecker <brobecker@adacore.com>
9569
9570 * gdb.ada/big_packed_array: New testcase.
9571 * gdb.ada/homonym.exp: Fix incorrect expected output for
9572 "break <homonym__get_value>" test.
9573
9d70ffbc
WP
95742019-02-13 Weimin Pan <weimin.pan@oracle.com>
9575
9576 PR breakpoints/21870
9577 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9578 and prepare_for_testing. Add comment.
9579 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9580 redundant cleanup call. Clean up comment.
9581
01c7ae81
WP
95822019-02-12 Weimin Pan <weimin.pan@oracle.com>
9583
9584 PR breakpoints/21870
9585 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9586 * gdb.arch/aarch64-dbreg-contents.c: New file.
9587
aff29d1c
JB
95882019-02-10 Joel Brobecker <brobecker@adacore.com>
9589
9590 * gdb.ada/mi_ref_changeable: New testcase.
9591
df0da8a2
AH
95922019-02-07 Alan Hayward <alan.hayward@arm.com>
9593
9594 * gdb.base/attach.exp: Add double attach test.
9595
bd447abb
SM
95962019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9597
9598 * lib/gdb.exp (default_gdb_start): Don't match pagination
9599 prompt.
9600 (gdb_init): Set stty_init.
9601
1dbc40b9
TT
96022019-01-27 Tom Tromey <tom@tromey.com>
9603
9604 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9605 skip_python_tests.
9606
353229bf
AH
96072019-01-24 Alan Hayward <alan.hayward@arm.com>
9608
9609 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9610 New structure.
9611 (struct struct_static_02_02): Likewise.
9612 (struct struct_static_02_03): Likewise.
9613 (struct struct_static_02_04): Likewise.
9614 (struct struct_static_04_01): Likewise.
9615 (struct struct_static_04_02): Likewise.
9616 (struct struct_static_04_03): Likewise.
9617 (struct struct_static_04_04): Likewise.
9618 (struct struct_static_06_01): Likewise.
9619 (struct struct_static_06_02): Likewise.
9620 (struct struct_static_06_03): Likewise.
9621 (struct struct_static_06_04): Likewise.
9622 (cmp_struct_static_02_01): Likewise.
9623 (cmp_struct_static_02_02): Likewise.
9624 (cmp_struct_static_02_03): Likewise.
9625 (cmp_struct_static_02_04): Likewise.
9626 (cmp_struct_static_04_01): Likewise.
9627 (cmp_struct_static_04_02): Likewise.
9628 (cmp_struct_static_04_03): Likewise.
9629 (cmp_struct_static_04_04): Likewise.
9630 (cmp_struct_static_06_01): Likewise.
9631 (cmp_struct_static_06_02): Likewise.
9632 (cmp_struct_static_06_03): Likewise.
9633 (cmp_struct_static_06_04): Likewise.
9634 (call_all): Test new structs.
9635 * gdb.base/infcall-nested-structs.exp: Likewise.
9636
73021deb
AH
96372019-01-21 Alan Hayward <alan.hayward@arm.com>
9638 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9639
fc65c7db
AH
96402019-01-21 Alan Hayward <alan.hayward@arm.com>
9641 * gdb.base/stack-protector.c: New test.
9642 * gdb.base/stack-protector.exp: New file.
9643 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9644 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9645 option.
9646 (gdb_compile): Remove stack protector for GCC and prevent
9647 recursion.
9648
c24bdb02
KS
96492019-01-16 Keith Seitz <keiths@redhat.com>
9650
9651 PR gdb/23773
9652 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9653
6f072a10
PFC
96542019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9655
9656 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9657 aliases.
9658 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9659 tests.
9660 * gdb.arch/powerpc-vector-regs.c: New file.
9661 * gdb.arch/powerpc-vector-regs.exp: New file.
9662
a7b8d682
PFC
96632019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9664
9665 * gdb.arch/altivec-regs.exp: Fix the list passed to
9666 gdb_expect_list when testing "info vector".
9667
6eb6fb67
AB
96682019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9669
9670 * gdb.base/style.exp: Don't include path in testname.
9671
b56f80d8
KS
96722019-01-10 Keith Seitz <keiths@redhat.com>
9673
9674 PR gdb/23712
9675 PR symtab/23010
9676 * gdb.dwarf2/multidictionary.exp: New file.
9677
041be526
SM
96782019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9679
9680 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9681 (test_gnuv3_style_demangling): ... this.
9682 (test_lucid_style_demangling): Remove.
9683 (test_arm_style_demangling): Remove.
9684 (test_hp_style_demangling): Remove.
9685 (do_tests): Remove calls to the above.
9686
d820d0c3
AB
96872019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9688
9689 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9690 case.
9691
f097f5ad
TT
96922019-01-06 Tom Tromey <tom@tromey.com>
9693
9694 PR gdb/28155:
9695 * gdb.dwarf2/typedef-void-finish.exp: New file.
9696
2cd8cc0b
TT
96972018-12-28 Tom Tromey <tom@tromey.com>
9698 Simon Marchi <simark@simark.ca>
9699
9700 * gdb.base/jit-exec.exp: New file.
9701 * gdb.base/jit-exec.c: New file.
9702 * gdb.base/jit-execd.c: New file.
9703
35fb8261
TT
97042018-12-28 Tom Tromey <tom@tromey.com>
9705
9706 * gdb.base/style.exp: Update test to check for address styling.
9707
47fd17cd
TT
97082018-12-28 Tom Tromey <tom@tromey.com>
9709
9710 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9711 message.
9712
d47032b7
TT
97132018-12-28 Tom Tromey <tom@tromey.com>
9714
9715 * gdb.base/style.exp: Add test for version number styling.
9716
af79b68d
TT
97172018-12-28 Tom Tromey <tom@tromey.com>
9718
9719 * gdb.base/style.exp: Add test for print_address_symbolic.
9720
0bb296cb
TT
97212018-12-28 Tom Tromey <tom@tromey.com>
9722
9723 * gdb.base/style.exp: Add test for breakpoint setting.
9724
80ae2043
TT
97252018-12-28 Tom Tromey <tom@tromey.com>
9726
9727 * gdb.base/style.exp: Add test for variable names.
9728
cbe56571
TT
97292018-12-28 Tom Tromey <tom@tromey.com>
9730
9731 * gdb.base/style.exp: New file.
9732 * gdb.base/style.c: New file.
9733
9162a27c
TT
97342018-12-28 Tom Tromey <tom@tromey.com>
9735
9736 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9737 "dumb".
9738 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9739 the TERM environment variable.
9740
bc543c90
TT
97412018-12-27 Tom Tromey <tom@tromey.com>
9742
9743 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9744 pagination test.
9745
6f0ffe50
AB
97462018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9747
9748 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9749 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9750
b5a1e557
PW
97512018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9752
9753 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9754 Filename a.adb changed to bp_fun_addr.adb.
9755 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9756
6e8b1ab2
JV
97572018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9758
9759 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9760 non-PIE executables.
9761 * README: Mention the gdb,nopie_flag board setting.
9762 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9763 non-PIE executable.
9764 * gdb.arch/amd64-entry-value.exp: Likewise.
9765 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9766 * gdb.arch/i386-float.exp: Likewise.
9767 * gdb.arch/i386-signal.exp: Likewise.
9768 * gdb.mi/mi-reg-undefined.exp: Likewise.
9769
d00a27c5
PM
97702018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9771
9772 PR gdb/23974
9773 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9774
161d081c
PW
97752018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9776
9777 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9778 Update order of results accordingly.
9779
b001de23
AB
97802018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9781
9782 * gdb.base/annota1.exp: Update a test regexp.
9783
99e1a184
AB
97842018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9785
9786 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9787
7a81c1e2
PW
97882018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9789
9790 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9791 (reuse_time): Initialize to REUSE_TIME_CAP.
9792 (check_rc): New function.
9793 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9794 Check pthread_create rc.
9795 (spawner_thread_func): Check pthread_create and pthread_join rc.
9796
73e8dc90
PA
97972018-12-08 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.base/list.exp (test_forward_search): Rename to ...
9800 (test_forward_reverse_search): ... this. Also test reverse-search
9801 and the forward-search alias.
9802
13f2ed32
AB
98032018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9804
9805 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9806 local timeout variable before return, and remove all local timeout
9807 variable entirely.
9808 (gdb_load): Likewise.
9809
64d27cfc
TV
98102018-12-01 Tom de Vries <tdevries@suse.de>
9811
9812 * gdb.base/gdb-caching-proc.exp: New file.
9813
f63c03b4
SDJ
98142018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9815
9816 * Makefile.in (TIMESTAMP): New variable.
9817 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9818 command.
9819 (check-single-racy): Likewise.
9820 (check/%.exp): Likewise.
9821 (check-racy/%.exp): Likewise.
9822 (workers/%.worker): Likewise.
9823 (build-perf): Likewise.
9824 (check-perf): Likewise.
9825 * README: Describe new "TS" and "TS_FORMAT" variables.
9826 * print-ts.py: New file.
9827
1c97054b
BF
98282018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9829
9830 PR python/23714
9831 * gdb.python/python.exp: Test command repetition after
9832 gdb.execute.
9833
1871a62d
AB
98342018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9835
9836 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9837 is correctly aligned.
9838
fb5e1ed9
PW
98392018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9840
9841 * gdb.ada/info_auto_lang.exp: New testcase.
9842 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9843 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9844 * gdb.ada/info_auto_lang/some_c.c: New file.
9845
43d397ca
PW
98462018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9847
9848 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9849 FUNC_lang language syntax.
9850
beddd671
PW
98512018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9852
9853 * gdb.base/info_minsym.c: New file.
9854 * gdb.base/info_minsym.exp: New file.
9855
73fc52c4
TT
98562018-11-19 Tom Tromey <tom@tromey.com>
9857
9858 PR rust/23625:
9859 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9860 * gdb.rust/expr.exp: Update expected output. Change one test.
9861
994b876a
TT
98622018-11-19 Tom Tromey <tom@tromey.com>
9863
9864 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9865
6769f276
PA
98662018-11-19 Pedro Alves <palves@redhat.com>
9867
9868 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9869 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9870 see the expected warning.
9871
38a72da0
AH
98722018-11-16 Alan Hayward <alan.hayward@arm.com>
9873
9874 PR gdb/22736:
9875 * gdb.cp/infcall-nodebug-lib.c: New test.
9876 * gdb.cp/infcall-nodebug-main.c: New test.
9877 * gdb.cp/infcall-nodebug.exp: New file.
9878
53a89d6e
SM
98792018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9880
9881 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9882 completer tests.
9883
9325300d
TV
98842018-11-09 Tom de Vries <tdevries@suse.de>
9885
9886 * gdb.base/msym-lang.c: New test.
9887 * gdb.base/msym-lang.exp: New file.
9888 * gdb.base/msym-lang-main.c: New test.
9889
20f0d60d
TT
98902018-11-08 Tom Tromey <tom@tromey.com>
9891
9892 PR gdb/23555:
9893 PR gdb/23838:
9894 * gdb.base/warning.exp: New file.
9895
b5420128
JB
98962018-11-08 Jan Beulich <jbeulich@suse.com>
9897
9898 * testsuite/gdb.arch/i386-avx512.c,
9899 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9900
cd115d61
AB
99012018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9902
9903 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9904 point hardware.
9905
35ee2dc2
AB
99062018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9907
9908 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9909 * gdb.dwarf2/missing-type-name.exp: New file.
9910
31aceee8
TV
99112018-11-06 Tom de Vries <tdevries@suse.de>
9912
9913 * gdb.base/many-headers.c: New test.
9914 * gdb.base/many-headers.exp: New file.
9915
109be305
JW
99162018-11-06 Jim Wilson <jimw@sifive.com>
9917
9918 * gdb.base/code_elim.exp: For riscv, set additional_flags
9919 to include -msmall-data-limit=0.
9920
e2b7af72
JB
99212018-11-01 Joel Brobecker <brobecker@adacore.com>
9922
9923 * gdb.ada/watch_minus_l: New testcase.
9924
cdcda965
SM
99252018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9926
9927 * gdb.arch/aix-sighandle.c: New file.
9928 * gdb.arch/aix-sighandle.exp: New file.
9929
92dcebf3
AB
99302018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9931
9932 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9933 registers being unions.
9934
68b9ac18
TV
99352018-10-31 Tom de Vries <tdevries@suse.de>
9936
9937 * lib/valgrind.exp: New file.
9938 (vgdb_start, vgdb_stop): New procs, factored out of ...
9939 * gdb.base/valgrind-bt.exp: ... here, ...
9940 * gdb.base/valgrind-disp-step.exp: ... here and ...
9941 * gdb.base/valgrind-infcall.exp: ... here.
9942
1443936e
TV
99432018-10-31 Tom de Vries <tdevries@suse.de>
9944
9945 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9946
eb77c9df
AB
99472018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9948
9949 * gdb.dwarf2/void-type.c: New file.
9950 * gdb.dwarf2/void-type.exp: New file.
9951
82b5e646
PW
99522018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9953
9954 * gdb.base/info_qt.c: New file.
9955 * gdb.base/info_qt.exp: New file.
9956
8d619c01
EBM
99572018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9958
9959 * gdb.arch/powerpc-htm-regs.c: New file.
9960 * gdb.arch/powerpc-htm-regs.exp: New file.
9961
f2cf6173
EBM
99622018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9963
9964 * gdb.arch/powerpc-tar.c: New file.
9965 * gdb.arch/powerpc-tar.exp: New file.
9966
7ca18ed6
EBM
99672018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9968
9969 * gdb.arch/powerpc-ppr-dscr.c: New file.
9970 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9971
bfcc0eba
TV
99722018-10-25 Tom de Vries <tdevries@suse.de>
9973
9974 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9975
fe1a5cad
TV
99762018-10-24 Tom de Vries <tdevries@suse.de>
9977
9978 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9979 longer exists error.
9980
a76dc3b7
TV
99812018-10-24 Tom de Vries <tdevries@suse.de>
9982
9983 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9984
4df46df7
TV
99852018-10-24 Tom de Vries <tdevries@suse.de>
9986
9987 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9988 --db-attach in valgrind.
9989
0dbfcfff
AB
99902018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9991
9992 * gdb.arch/riscv-reg-aliases.c: New file.
9993 * gdb.arch/riscv-reg-aliases.exp: New file.
9994
b04480b1
AH
99952018-10-19 Alan Hayward <alan.hayward@arm.com>
9996
9997 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9998
2c6ac8d7
AH
99992018-10-19 Alan Hayward <alan.hayward@arm.com>
10000
10001 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
10002
2bc69f25
AH
100032018-10-19 Alan Hayward <alan.hayward@arm.com>
10004
10005 * gdb.cp/ovldbreak.exp: Fix regexps.
10006
1f1ae3a3
AH
100072018-10-19 Alan Hayward <alan.hayward@arm.com>
10008
10009 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
10010
94c18618
SDJ
100112018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
10012
10013 PR cli/23785
10014 * gdb.base/restore.exp: New test to check if "restore" with an
10015 invalid file doesn't segfault.
10016
812cd6eb
TV
100172018-10-18 Tom de Vries <tdevries@suse.de>
10018
10019 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
10020 * gdb.ada/excep_handle.exp: Same.
10021 * gdb.ada/mi_string_access.exp: Same.
10022 * gdb.ada/mi_var_union.exp: Same.
10023 * gdb.arch/arc-analyze-prologue.exp: Same.
10024 * gdb.arch/arc-decode-insn.exp: Same.
10025 * gdb.base/readnever.exp: Same.
10026 * gdb.fortran/printing-types.exp: Same.
10027 * gdb.guile/scm-lazy-string.exp: Same.
10028
c4b90788
TV
100292018-10-16 Tom de Vries <tdevries@suse.de>
10030
10031 PR gdb/23730
10032 * gdb.base/catch-follow-exec.c: Add copyright notice.
10033 * gdb.base/catch-follow-exec.exp: Rewrite to use
10034 gdb_spawn_with_cmdline_opts. Require gdb-native.
10035
8bca2978
SL
100362018-10-12 Sandra Loosemore <sandra@codesourcery.com>
10037
10038 * gdb.trace/actions-changed.exp: Check for arch support.
10039 * gdb.trace/actions.exp: Likewise.
10040 * gdb.trace/ax.exp: Likewise.
10041 * gdb.trace/backtrace.exp: Likewise.
10042 * gdb.trace/change-loc.exp: Likewise.
10043 * gdb.trace/deltrace.exp: Likewise.
10044 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
10045 * gdb.trace/ftrace.exp: Likewise.
10046 * gdb.trace/infotrace.exp: Check for arch support.
10047 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
10048 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
10049 * gdb.trace/mi-tsv-changed.exp: Likewise.
10050 * gdb.trace/packetlen.exp: Likewise.
10051 * gdb.trace/passc-dyn.exp: Likewise.
10052 * gdb.trace/passcount.exp: Likewise.
10053 * gdb.trace/pending.exp: Likewise.
10054 * gdb.trace/range-stepping.exp: Check for shlib support.
10055 * gdb.trace/report.exp: Check for arch support.
10056 * gdb.trace/save-trace.exp: Likewise.
10057 * gdb.trace/signal.exp: Check for signal support.
10058 * gdb.trace/tfind.exp: Check for arch support.
10059 * gdb.trace/trace-break.exp: Check for arch and shlib support.
10060 * gdb.trace/trace-common.h: Add comment.
10061 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
10062 * gdb.trace/trace-enable-disable.exp: Likewise.
10063 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
10064 * gdb.trace/tracecmd.exp: Check for arch support.
10065 * gdb.trace/tspeed.exp: Check for shlib and target support.
10066 * gdb.trace/tstatus.exp: Check for arch support.
10067 * gdb.trace/tsv.exp: Likewise.
10068 * gdb.trace/while-dyn.exp: Likewise.
10069 * gdb.trace/while-stepping.exp: Likewise.
10070 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
10071
f9c49bff
SM
100722018-10-12 Simon Marchi <simon.marchi@ericsson.com>
10073
10074 * gdb.trace/tspeed.exp: Remove nowarnings.
10075 (prepare_for_trace_test): Declare "global ipalib".
10076 * gdb.trace/tspeed.c: Include unistd.h.
10077 (main): Remove superfluous printf argument.
10078
d4330bde
SL
100792018-10-11 Sandra Loosemore <sandra@codesourcery.com>
10080
10081 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
10082 directory prefix on the filename.
10083
8ecfd7bd
SDJ
100842018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
10085
10086 * gdb.gdb/unittest.exp: Update expected message informing that
10087 selftests have been disabled.
10088 * gdb.server/unittest.exp: Likewise.
10089
58bbcd02
TV
100902018-10-09 Tom de Vries <tdevries@suse.de>
10091
10092 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
10093 with runto_main.
10094
9f6b697b
WP
100952018-10-08 Weimin Pan <weimin.pan@oracle.com>
10096
10097 PR c++/16841
10098 * gdb.cp/virtbase2.cc: New file.
10099 * gdb.cp/virtbase2.exp: New file.
10100
add5ded5
TT
101012018-10-06 Tom Tromey <tom@tromey.com>
10102
10103 PR python/19399:
10104 * gdb.python/py-inferior.exp: Add architecture test.
10105
f9e48344
TT
101062018-10-06 Tom Tromey <tom@tromey.com>
10107
10108 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
10109 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
10110
2a8be203
TT
101112018-10-06 Tom Tromey <tom@tromey.com>
10112
10113 * gdb.python/py-breakpoint.exp (check_last_event): Check location
10114 of a "throw" catchpoint.
10115
e04caa70
SDJ
101162018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
10117
10118 * gdb.base/info-proc.exp: Update string expected from "help info
10119 proc".
10120
5ca8c39f
TT
101212018-10-04 Tom Tromey <tom@tromey.com>
10122
10123 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
10124 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
10125 (test_initial_complaints, test_empty_complaints): Update.
10126 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10127
3453e7e4
TT
101282018-10-04 Tom Tromey <tom@tromey.com>
10129
10130 PR cli/19551:
10131 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
10132 * lib/gdb.exp (gdb_file_cmd): Update.
10133 * gdb.stabs/weird.exp (print_weird_var): Update.
10134 * gdb.server/solib-list.exp: Update.
10135 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
10136 * gdb.mi/mi-cli.exp: Update.
10137 * gdb.linespec/linespec.exp: Update.
10138 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
10139 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
10140 * gdb.cp/cp-relocate.exp: Update.
10141 * gdb.base/sym-file.exp: Update.
10142 * gdb.base/relocate.exp: Update.
10143 * gdb.base/readnever.exp: Update.
10144 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
10145 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
10146 * gdb.base/dbx.exp (gdb_file_cmd): Update.
10147 * gdb.base/code_elim.exp: Update.
10148 * gdb.base/break-unload-file.exp (test_break): Update.
10149 * gdb.base/break-interp.exp (test_attach_gdb): Update.
10150 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
10151 Update.
10152 * gdb.base/attach.exp (do_attach_tests): Update.
10153 * gdb.base/sepdebug.exp: Update.
10154 * gdb.python/py-section-script.exp: Update.
10155
6afcf761
TT
101562018-10-04 Tom Tromey <tom@tromey.com>
10157
10158 PR cli/22234:
10159 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
10160 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
10161 output.
10162
fef1b293
TT
101632018-10-04 Tom Tromey <tom@tromey.com>
10164
10165 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
10166 set width and height to 0.
10167 (test_command_line_attach_run): Use -quiet.
10168
ca98345e
SL
101692018-10-03 Sandra Loosemore <sandra@codesourcery.com>
10170
10171 * lib/gdb.exp (skip_ifunc_tests): New.
10172 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
10173 other compile failures.
10174 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
10175
ff34e6ae
SM
101762018-10-01 Simon Marchi <simon.marchi@ericsson.com>
10177
10178 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
10179 is_amd64_regs_target.
10180
6bb8890e
AH
101812018-10-01 Alan Hayward <alan.hayward@arm.com>
10182
10183 * gdb.arch/aarch64-sighandler-regs.c: New test.
10184 * gdb.arch/aarch64-sighandler-regs.exp: New file.
10185 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
10186
224d30d3
MM
101872018-10-01 Markus Metzger <markus.t.metzger@intel.com>
10188
10189 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
10190 assembly.
10191
f67ffa6a
AB
101922018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
10193
10194 * gdb.base/frame-selection.exp: New file.
10195 * gdb.base/frame-selection.c: New file.
10196
9fc3183f
AH
101972018-09-27 Alan Hayward <alan.hayward@arm.com>
10198
10199 * gdb.threads/check-libthread-db.c (thread_routine): Use a
10200 pthread barrier.
10201 (main): Likewise.
10202
d354055e
AB
102032018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
10204
10205 * gdb.base/large-frame-1.c: New file.
10206 * gdb.base/large-frame-2.c: New file.
10207 * gdb.base/large-frame.exp: New file.
10208 * gdb.base/large-frame.h: New file.
10209
db727370
JL
102102018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
10211
10212 PR gdb/20948
10213 * gdb.base/write_mem.exp: New test.
10214 * gdb.base/write_mem.c: Likewise.
10215
ae778caf
TT
102162018-09-23 Tom Tromey <tom@tromey.com>
10217
10218 PR python/18852:
10219 * gdb.python/py-parameter.exp: Add test for parameter that throws
10220 on "set".
10221
fd3ba736
TT
102222018-09-23 Tom Tromey <tom@tromey.com>
10223
10224 PR python/17284:
10225 * gdb.python/py-template.exp (test_template_arg): Add test for
10226 negative template argument number.
10227
39a24317
TT
102282018-09-23 Tom Tromey <tom@tromey.com>
10229
10230 PR python/14062:
10231 * gdb.python/python.exp: Add test for post_event error.
10232
f5769a2c
TT
102332018-09-23 Tom Tromey <tom@tromey.com>
10234
10235 PR python/18170:
10236 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
10237 convert pointers to int and long.
10238
1c1e54f6
TT
102392018-09-23 Tom Tromey <tom@tromey.com>
10240
10241 PR python/20126:
10242 * gdb.python/py-value.exp (test_value_numeric_ops): Add
10243 signed-ness conversion tests.
10244
fb4fa946
TT
102452018-09-23 Tom Tromey <tom@tromey.com>
10246
10247 PR python/18352;
10248 * gdb.python/py-value.exp (test_float_conversion): New proc.
10249 Use it.
10250
a466edac
HAQ
102512018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
10252
10253 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
10254
4ee9b0c5
SL
102552018-09-18 Sandra Loosemore <sandra@codesourcery.com>
10256
10257 * gdb.base/complete-empty.exp: Skip tab-completion tests if
10258 no readline.
10259 * gdb.base/utf8-identifiers.exp: Likewise.
10260 * gdb.cp/cpcompletion.exp: Likewise.
10261 * gdb.linespec/cpcompletion.exp: Likewise.
10262 * gdb.linespec/cpls-abi-tag.exp: Likewise.
10263 * gdb.linespec/cpls-ops.exp: Likewise.
10264
23be8da7
RB
102652018-09-19 Richard Bunt <richard.bunt@arm.com>
10266 Chris January <chris.january@arm.com>
10267
10268 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
10269 * gdb.fortran/short-circuit-argument-list.exp: New file.
10270 * gdb.fortran/short-circuit-argument-list.f90: New test.
10271
5031d0ae
SDJ
102722018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10273
10274 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
10275 "arch=" keyword when executing "-stack-list-frames".
10276
b4c0d1a4
SDJ
102772018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10278
10279 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
10280 "arch=" keyword when executing "-stack-list-frames".
10281
7a6d2b45
SDJ
102822018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
10283
10284 * gdb.ada/complete.exp: Expect for "@" when doing "complete
10285 break ada".
10286
8588b356
SM
102872018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
10288
10289 PR python/23669
10290 * gdb.python/python.exp: Test gdb.execute("show commands").
10291
65e65158
TT
102922018-09-16 Tom Tromey <tom@tromey.com>
10293
10294 * gdb.base/new-ui.exp (do_execution_tests): Update.
10295 * gdb.base/dbx.exp (test_breakpoints): Update.
10296
bf326452
AH
102972018-09-14 Alan Hayward <alan.hayward@arm.com>
10298
10299 * lib/gdb.exp (gdb_simple_compile): Add proc.
10300 (is_elf_target): Use gdb_simple_compile.
10301 (skip_altivec_tests): Likewise.
10302 (skip_vsx_tests): Likewise.
10303 (skip_tsx_tests): Likewise.
10304 (skip_btrace_tests): Likewise.
10305 (skip_btrace_pt_tests): Likewise.
10306 (gdb_can_simple_compile): Likewise.
10307 (gdb_has_argv0): Likewise.
10308 (gdb_target_symbol_prefix): Likewise.
10309 (target_supports_scheduler_locking): Likewise.
10310
2361b0fb
TT
103112018-09-13 Tom Tromey <tom@tromey.com>
10312
10313 * Makefile.in (TAGS): Recognize proc_with_prefix and
10314 gdb_caching_proc.
10315
0ae1a321
SM
103162018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10317
10318 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
10319 method.
10320
a40bf0c2
SM
103212018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10322
10323 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
10324 and a few other Inferior properties when the Inferior is no
10325 longer valid.
10326
4a3fe98f
TT
103272018-09-13 Tom Tromey <tom@tromey.com>
10328
10329 PR rust/23650:
10330 * gdb.rust/simple.exp: Add test for enum field access error.
10331
098b2108
TT
103322018-09-13 Tom Tromey <tom@tromey.com>
10333
10334 PR rust/23626:
10335 * gdb.rust/simple.rs (EmptyEnum): New type.
10336 (main): Use it.
10337 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
10338
1256af7d
SM
103392018-09-13 Simon Marchi <simon.marchi@ericsson.com>
10340
10341 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
10342 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
10343 * gdb.python/py-symtab.exp: Update test printing an objfile.
10344
4aa8e6c2
SM
103452018-09-12 Simon Marchi <simon.marchi@ericsson.com>
10346
10347 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
10348 object.
10349
c221b2f7
AH
103502018-09-12 Alan Hayward <alan.hayward@arm.com>
10351
10352 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
10353 (support_complex_tests): Use gdb_can_simple_compile.
10354 (is_ilp32_target): Likewise.
10355 (is_lp64_target): Likewise.
10356 (is_64_target): Likewise.
10357 (is_amd64_regs_target): Likewise.
10358 (is_aarch32_target): Likewise.
10359 (gdb_int128_helper): Likewise.
10360
6f1107b5
JK
103612018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10362
10363 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
10364
1f5d1570
JG
103652018-09-10 Jerome Guitton <guitton@adacore.com>
10366
10367 * gdb.ada/same_component_name: Add test for case of tagged record
10368 with variable-length fields.
10369
cc330e39
XR
103702018-09-10 Xavier Roirand <roirand@adacore.com>
10371
10372 * gdb.ada/access_to_unbounded_array.exp: New testcase.
10373 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
10374 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
10375 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
10376
b9c50e9a
XR
103772018-09-10 Xavier Roirand <roirand@adacore.com>
10378
10379 * gdb.ada/mi_string_access.exp: New testcase.
10380 * gdb.ada/mi_string_access/bar.adb: New file.
10381 * gdb.ada/mi_string_access/pck.adb: New file.
10382 * gdb.ada/mi_string_access/pck.asd: New file.
10383
2963898f
XR
103842018-09-10 Xavier Roirand <roirand@adacore.com>
10385
10386 * gdb.ada/mi_var_union.exp: New testcase.
10387 * gdb.ada/mi_var_union/bar.adb: New file.
10388 * gdb.ada/mi_var_union/pck.adb: New file.
10389 * gdb.ada/mi_var_union/pck.asd: New file.
10390
1aac008f
TT
103912018-09-08 Tom Tromey <tom@tromey.com>
10392
10393 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
10394
332cf4c9
TT
103952018-09-08 Tom Tromey <tom@tromey.com>
10396
10397 PR python/16047:
10398 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
10399 (register_pretty_printers): Register new printer.
10400 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
10401 test.
10402 * gdb.python/py-prettyprint.c (int_type3): New typedef.
10403 (an_int_type3): New global.
10404
424da6cf
JB
104052018-09-08 Joel Brobecker <brobecker@adacore.com>
10406
10407 * gdb.ada/expr_with_funcall: New testcase.
10408
2a62dfa9
JB
104092018-09-08 Joel Brobecker <brobecker@adacore.com>
10410
10411 * gdb.ada/packed_array_assign: New testcase.
10412
96b6697f
AB
104132018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10414
10415 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10416 names, and add test prefixes to make test names unique.
10417
e4a62c65
TV
104182018-09-05 Tom de Vries <tdevries@suse.de>
10419
10420 * gdb.dwarf2/varval.exp: Add test.
10421
dd083ee2
GB
104222018-09-04 Gary Benson <gbenson@redhat.com>
10423
10424 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10425 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10426
aef9346c
TT
104272018-08-31 Tom Tromey <tom@tromey.com>
10428
10429 * gdb.rust/simple.rs: Rename second variable "v".
10430
c67f2e15
AB
104312018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10432
10433 * gdb.base/funcargs.c (use_a): New function.
10434 (recurse): Call use_a.
10435
078a0207
KS
104362018-08-29 Keith Seitz <keiths@redhat.com>
10437
10438 * gdb.compile/compile-cplus-anonymous.cc: New file.
10439 * gdb.compile/compile-cplus-anonymous.exp: New file.
10440 * gdb.compile/compile-cplus-array-decay.cc: New file.
10441 * gdb.compile/compile-cplus-array-decay.exp: New file.
10442 * gdb.compile/compile-cplus-inherit.cc: New file.
10443 * gdb.compile/compile-cplus-inherit.exp: New file.
10444 * gdb.compile/compile-cplus-member.cc: New file.
10445 * gdb.compile/compile-cplus-member.exp: New file.
10446 * gdb.compile/compile-cplus-method.cc: New file.
10447 * gdb.compile/compile-cplus-method.exp: New file.
10448 * gdb.compile/compile-cplus-mod.c: "New" file.
10449 * gdb.compile/compile-cplus-namespace.cc: New file.
10450 * gdb.compile/compile-cplus-namespace.exp: New file.
10451 * gdb.compile/compile-cplus-nested.cc: New file.
10452 * gdb.compile/compile-cplus-nested.exp: New file.
10453 * gdb.compile/compile-cplus-print.c: "New" file.
10454 * gdb.compile/compile-cplus-print.exp: "New" file.
10455 * gdb.compile/compile-cplus-virtual.cc: New file.
10456 * gdb.compile/compile-cplus-virtual.exp: New file.
10457 * gdb.compile/compile-cplus.c: "New" file.
10458 * gdb.compile/compile-cplus.exp: "New" file.
10459 * lib/compile-support.exp: New file.
10460
b0f492b9
GB
104612018-08-16 Gary Benson <gbenson@redhat.com>
10462
10463 PR gdb/13000:
10464 * gdb.base/batch-exit-status.exp: New file.
10465 * gdb.base/batch-exit-status.good-commands: Likewise.
10466 * gdb.base/batch-exit-status.bad-commands: Likewise.
10467
36eb4c5f
AH
104682018-08-29 Alan Hayward <alan.hayward@arm.com>
10469
10470 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10471 (struct struct02): Likewise.
10472 (struct struct03): Likewise.
10473 (struct struct04): Likewise.
10474 (struct struct_01_01): New struct.
10475 (struct struct_01_02): Likewise.
10476 (struct struct_01_03): Likewise.
10477 (struct struct_01_04): Likewise.
10478 (struct struct_02_01): Likewise.
10479 (struct struct_02_02): Likewise.
10480 (struct struct_02_03): Likewise.
10481 (struct struct_02_04): Likewise.
10482 (struct struct_04_01): Likewise.
10483 (struct struct_04_02): Likewise.
10484 (struct struct_04_03): Likewise.
10485 (struct struct_04_04): Likewise.
10486 (struct struct_05_01): Likewise.
10487 (struct struct_05_02): Likewise.
10488 (struct struct_05_03): Likewise.
10489 (struct struct_05_04): Likewise.
10490 (cmp_struct01): Remove function.
10491 (cmp_struct02): Likewise.
10492 (cmp_struct03): Likewise.
10493 (cmp_struct04): Likewise.
10494 (cmp_struct_01_01): Add Function.
10495 (cmp_struct_01_02): Likewise.
10496 (cmp_struct_01_03): Likewise.
10497 (cmp_struct_01_04): Likewise.
10498 (cmp_struct_02_01): Likewise.
10499 (cmp_struct_02_02): Likewise.
10500 (cmp_struct_02_03): Likewise.
10501 (cmp_struct_02_04): Likewise.
10502 (cmp_struct_04_01): Likewise.
10503 (cmp_struct_04_02): Likewise.
10504 (cmp_struct_04_03): Likewise.
10505 (cmp_struct_04_04): Likewise.
10506 (cmp_struct_05_01): Likewise.
10507 (cmp_struct_05_02): Likewise.
10508 (cmp_struct_05_03): Likewise.
10509 (cmp_struct_05_04): Likewise.
10510 (call_all): Add new structs.
10511 * gdb.base/infcall-nested-structs.exp: Likewise.
10512
3bf9c013
JV
105132018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10514
10515 * gdb.python/py-framefilter-mi.exp: Update regexp to
10516 check for "arch" field in frame output.
10517
450d1e88
KB
105182018-08-23 Kevin Buettner <kevinb@redhat.com>
10519
10520 * gdb.dwarf2/dw2-ranges-func.c: New file.
10521 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10522
ae739fe7
SM
105232018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10524
10525 * gdb.base/term.exp: Compare terminal settings with values from
10526 the inferior.
10527 * gdb.base/term.c: Get and set terminal settings.
10528
6d52907e
JV
105292018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10530
10531 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10532 accommodate new "arch" field in frame output.
10533 * gdb.mi/mi-return.exp: Likewise.
10534 * gdb.mi/mi-stack.exp: Likewise.
10535 * gdb.mi/mi-syn-frame.exp: Likewise.
10536 * gdb.mi/user-selected-context-sync.exp: Likewise.
10537
be2d111a
MS
105382018-08-19 Michael Spang <spang@google.com>
10539
10540 PR gdb/11786
10541 * gdb.base/gcore-tls-pie.c: New file.
10542 * gdb.base/gcore-tls-pie.exp: New file.
10543
ae3a7c47
KB
105442018-08-18 Kevin Buettner <kevinb@redhat.com>
10545
10546 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
10547 * gdb.dwarf2/varval.c: New file.
10548 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 10549
2ecae92e
AH
105502018-08-17 Alan Hayward <alan.hayward@arm.com>
10551
10552 PR gdb/18931
10553 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10554
c1854f1d
KS
105552018-08-16 Keith Seitz <keiths@redhat.com>
10556
10557 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10558 tests expected to pass.
10559
26fb3983
JV
105602018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10561
10562 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10563 -data-disassemble -a.
10564 (test_disassembly_bogus_args): Likewise.
10565
67943c00
AB
105662018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10567
10568 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10569
5ff2bbae
AB
105702018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10571
10572 * gdb.base/vla-optimized-out.exp: Add new test.
10573
e5bbcd0f
AB
105742018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10575
10576 * gdb.base/vla-optimized-out-o3.exp: Delete.
10577 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10578 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10579 deleted tests.
10580
9d4a934c
AB
105812018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10582
10583 PR gdb/18050:
10584 * gdb.server/extended-remote-restart.c: New file.
10585 * gdb.server/extended-remote-restart.exp: New file.
10586
045cf012
SM
105872018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10588
10589 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10590 "set variable index = 42".
10591
87d6a7aa
SM
105922018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10593
10594 * boards/index-cache-gdb.exp: New file.
10595 * gdb.dwarf2/index-cache.exp: New file.
10596 * gdb.dwarf2/index-cache.c: New file.
10597 * gdb.base/maint.exp: Check if we are using the index cache.
10598
96d68bd4
RO
105992018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10600
10601 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10602 MAKEFLAGS.
10603
5a699617
RO
106042018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10605
10606 * dg-extract-results.sh: Move to toplevel contrib.
10607 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10608 * Makefile.in (check-parallel-racy): Likewise.
10609
5bd18990
AB
106102018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10611
10612 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10613 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10614 tests if the target supports scheduler locking.
10615
3fbbcf47
TV
106162018-08-04 Tom de Vries <tdevries@suse.de>
10617
10618 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10619
3e1d3d8c
TT
106202018-08-02 Tom Tromey <tom@tromey.com>
10621
10622 PR symtab/16842.
10623 * gdb.cp/temargs.exp: Test "info address" of a template
10624 parameter.
10625
5abe0f0c
JV
106262018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10627
10628 * gdb.python/py-mi-var-info-path-expression.c: New file.
10629 * gdb.python/py-mi-var-info-path-expression.py: New file.
10630 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10631
fb66cde8
SDJ
106322018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10633
10634 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10635 error after "cannot resolve name" string.
10636
c708f4d2
AB
106372018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10638
10639 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10640 started.
10641 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10642
37cc0cae
TV
106432018-07-28 Tom de Vries <tdevries@suse.de>
10644
10645 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10646
63b4ecf7
TV
106472018-07-26 Tom de Vries <tdevries@suse.de>
10648
10649 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10650
3c3bb058
AB
106512018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10652
10653 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10654 is visible.
10655
9e7f3bbb
TV
106562018-07-26 Tom de Vries <tdevries@suse.de>
10657
10658 PR breakpoints/23366
10659 * gdb.base/catch-follow-exec.c: New test.
10660 * gdb.base/catch-follow-exec.exp: New file.
10661
16f808ec
TV
106622018-07-25 Tom de Vries <tdevries@suse.de>
10663
10664 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10665 vla-optimized-out.c.
10666
d7154a8d
JV
106672018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10668
10669 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10670 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10671
232a0032
TV
106722018-07-20 Tom de Vries <tdevries@suse.de>
10673
10674 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10675 NOCLONE macro.
10676 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10677
fbb1d502
TV
106782018-07-19 Tom de Vries <tdevries@suse.de>
10679
10680 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10681 regular expression.
10682
42dc7699
TV
106832018-07-18 Tom de Vries <tdevries@suse.de>
10684
10685 * gdb.base/vla-optimized-out.c: New test.
10686 * gdb.base/vla-optimized-out.exp: New file.
10687
7f1f7e23
SDJ
106882018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10689
10690 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10691 message "No address associated with hostname" when gdbserver
10692 cannot resolve the hostname.
10693
5759ebb3
PW
106942018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10695
10696 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10697 Add some test prefixes to make tests unique.
10698
3606ccab
PW
106992018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10700
10701 * gdb.base/frameapply.c: New file.
10702 * gdb.base/frameapply.exp: New file.
10703
529c08b2
PW
107042018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10705
10706 * gdb.base/skip.exp: Update expected error message.
10707
c7ab0aef
SDJ
107082018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10709 Jan Kratochvil <jan.kratochvil@redhat.com>
10710 Paul Fertser <fercerpav@gmail.com>
10711 Tsutomu Seki <sekiriki@gmail.com>
10712
10713 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10714 parameter.
10715 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10716 by default.
10717 * boards/native-gdbserver.exp: Likewise.
10718 * gdb.server/run-without-local-binary.exp: Improve regexp used
10719 for detecting when a remote debugging connection succeeds.
10720 * gdb.server/server-connect.exp: New file.
10721 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10722 Do not prefix the port number with ":".
10723 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10724 support for detecting and using it. Add '$debughost_gdbserver'
10725 to the list of arguments used to start gdbserver. Handle case
10726 when gdbserver cannot resolve a network name.
10727
16ff70dd
SDJ
107282018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10729
10730 PR c++/23373
10731 * gdb.base/ptype-offsets.cc (struct static_member): New
10732 struct.
10733 (main) <stmember>: New variable.
10734 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10735 with a static member in it.
10736
3541979f
AB
107372018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10738
10739 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10740 watchpoints enabled and disabled.
10741
c8ad9b9a
AB
107422018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10743
10744 * gdb.base/examine-backward.exp: Still run tests around address
10745 0x0, even if address 0x0 is not readable. Update the pattern for
10746 matching address 0x0 in expected output.
10747
e0e5e971
AB
107482018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10749
10750 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10751 malloc/free.
10752
1ea5da02
TV
107532018-07-04 Tom de Vries <tdevries@suse.de>
10754
10755 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10756
471b9d15
MR
107572018-07-02 Maciej W. Rozycki <macro@mips.com>
10758
10759 PR tdep/8282
10760 * gdb.arch/mips-disassembler-options.exp: New test.
10761 * gdb.arch/mips-disassembler-options.s: New test source.
10762
75acb486
PA
107632018-06-29 Pedro Alves <palves@redhat.com>
10764
10765 * gdb.threads/names.exp: Adjust expected "info threads" output.
10766
cd2bb709
PA
107672018-06-29 Pedro Alves <palves@redhat.com>
10768
10769 * gdb.opt/inline-break.exp (line number, address): Add "info
10770 break" tests.
10771
991ff292
PA
107722018-06-29 Pedro Alves <palves@redhat.com>
10773
10774 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10775 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10776 number and address and running to them.
10777
356819b6 107782018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
10779
10780 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10781
2512d7ef
JK
107822018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10783
10784 * lib/compiler.c: Remove executable permission flag.
10785
be1b6474
RB
107862018-06-28 Richard Bunt <richard.bunt@arm.com>
10787
10788 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10789 code.
10790 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10791
291f9a96
PT
107922018-06-28 Petr Tesarik <ptesarik@suse.cz>
10793
10794 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10795
ed6dfe51
PT
107962018-06-28 Petr Tesarik <ptesarik@suse.cz>
10797
10798 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10799 address argument is omitted.
10800
d4d429d5
PT
108012018-06-28 Petr Tesarik <ptesarik@suse.cz>
10802
10803 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10804
7ab6656f
OJ
108052018-06-27 Omair Javaid <omair.javaid@linaro.org>
10806
10807 PR gdb/21695
10808 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10809 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10810
a33ccfc7
TT
108112018-06-26 Tom Tromey <tom@tromey.com>
10812
10813 PR rust/22574:
10814 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10815 * gdb.rust/simple.rs (struct SimpleLayout): New.
10816
6d72d289
SM
108172018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10818
10819 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10820 "info registers" output.
10821
8363f9d5
RB
108222018-06-21 Richard Bunt <richard.bunt@arm.com>
10823
10824 * gdb.base/watchpoint-hw-attach.c: New test.
10825 * gdb.base/watchpoint-hw-attach.exp: New file.
10826
f00674fe
SM
108272018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10828
10829 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10830 through /bin/sh.
10831 * boards/dwarf4-gdb-index.exp: Likewise.
10832 * boards/fission-dwp.exp: Likewise.
10833
1d554008
UW
108342018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10835
10836 * gdb.base/float128.exp: Add comment and improved fail message
10837 to the failure case of "print large128" test.
10838
d0ac1c44
SM
108392018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10840
10841 * configure.ac: Remove AC_PREREQ.
10842 * configure: Re-generate.
10843
61b04dd0
PA
108442018-06-19 Pedro Alves <palves@redhat.com>
10845
10846 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10847 (func_extern_caller): New.
10848 (main): Call func_extern_caller.
10849 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10850 logic change.
10851
f63b508a
SM
108522018-06-18 Weimin Pan <weimin.pan@oracle.com>
10853
10854 PR gdb/16841
10855 * gdb.cp/typedef-base.cc: New file.
10856 * gdb.cp/typedef-base.exp: New file.
10857
0fe3a558
TV
108582018-06-18 Tom de Vries <tdevries@suse.de>
10859
10860 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10861
7010835a
AB
108622018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10863 Richard Bunt <Richard.Bunt@arm.com>
10864
10865 * gdb.threads/attach-slow-waitpid.c: New file.
10866 * gdb.threads/attach-slow-waitpid.exp: New file.
10867 * gdb.threads/slow-waitpid.c: New file.
10868
14897d65
PA
108692018-06-14 Pedro Alves <palves@redhat.com>
10870
10871 * gdb.base/fork-running-state.c: Include <errno.h>.
10872 (exit_if_relative_exits): New.
10873 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10874 exits.
10875 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10876 child exits.
10877
5d9a0608
TV
108782018-06-14 Tom de Vries <tdevries@suse.de>
10879
10880 PR cli/22573
10881 * gdb.base/finish-pretty.c: New test.
10882 * gdb.base/finish-pretty.exp: New file.
10883
11ae5818
PA
108842018-06-14 Pedro Alves <palves@redhat.com>
10885
10886 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10887 gdb's expected startup output.
10888
1d39de44
PA
108892018-06-14 Pedro Alves <palves@redhat.com>
10890
10891 * lib/selftest-support.exp (selftest_setup): Remove inlined
10892 function handling.
10893
70ee0000
TV
108942018-06-14 Tom de Vries <tdevries@suse.de>
10895
10896 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10897 matching of breakpoint printing.
10898
11f4b608
TV
108992018-06-13 Tom de Vries <tdevries@suse.de>
10900
10901 PR testsuite/23269
10902 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10903 (fork_child): ... here, and ...
10904 (fork_parent): ... here.
10905
109062018-06-12 Tom de Vries <tdevries@suse.de>
10907
10908 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10909
9516f85a
AB
109102018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10911 Stephen Roberts <stephen.roberts@arm.com>
10912
10913 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10914 rewrite test to describe action performed, rather than possible
10915 failure.
10916
5045b3d7
GB
109172018-06-08 Gary Benson <gbenson@redhat.com>
10918
10919 * gdb.threads/check-libthread-db.exp: New file.
10920 * gdb.threads/check-libthread-db.c: Likewise.
10921
c61b06a1
TT
109222018-06-05 Tom Tromey <tom@tromey.com>
10923
10924 * gdb.base/default.exp: Update expected "show version" output.
10925
eb6af809
TT
109262018-06-05 Tom Tromey <tom@tromey.com>
10927
10928 PR cli/12326:
10929 * gdb.cp/static-print-quit.exp: Update.
10930 * lib/gdb.exp (pagination_prompt): Update.
10931 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10932 * gdb.python/python.exp: Update.
10933
178d6a63
JB
109342018-06-04 Joel Brobecker <brobecker@adacore.com>
10935
10936 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10937
8e817061
JB
109382018-06-01 Joel Brobecker <brobecker@adacore.com>
10939
10940 * gdb.ada/bp_fun_addr: New testcase.
10941
e86ca25f
TT
109422018-06-01 Tom Tromey <tom@tromey.com>
10943
10944 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10945 results.
10946 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10947 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10948 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10949 * gdb.base/maint.exp (maint_pass_if): Update.
10950
4b2dfa9d
MR
109512018-05-31 Maciej W. Rozycki <macro@mips.com>
10952
10953 * gdb.base/endian.exp: New test.
10954 * gdb.base/endian.c: New test source.
10955
45f25d6c
AB
109562018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10957
10958 PR gdb/23203
10959 * gdb.base/bt-selected-frame.c: New file.
10960 * gdb.base/bt-selected-frame.exp: New file.
10961 * lib/gdb.exp (get_current_frame_number): New function.
10962
d9f6d7f8
MR
109632018-05-24 Maciej W. Rozycki <macro@mips.com>
10964 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.threads/tls-core.c: Include <stdlib.h>
10967 (thread_proc): Call `abort'.
10968 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10969 (tls_core_test): New procedure, bits factored out from ...
10970 (top level): ... here. Test both native cores and gcore cores.
10971
ff1cf532
TT
109722018-05-23 Tom Tromey <tom@tromey.com>
10973
10974 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10975
b98664d3
TT
109762018-05-23 Tom Tromey <tom@tromey.com>
10977
10978 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10979 symfile_complaints.
10980 (test_short_complaints): Likewise.
10981 (test_empty_complaints): Likewise.
10982 (test_initial_complaints): Update.
10983
4e9668d0
TT
109842018-05-23 Tom Tromey <tom@tromey.com>
10985
10986 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10987
43ba33c7
TT
109882018-05-23 Tom Tromey <tom@tromey.com>
10989
10990 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10991 (test_short_complaints): Update.
10992
035522c0
PA
109932018-05-22 Pedro Alves <palves@redhat.com>
10994
10995 * gdb.base/remote.exp: Only gdb_start after compiling the
10996 testcase. Issue "disconnect" before testing "set remote" command
10997 defaults. Issue clean_restart before running to main.
10998
cc0be08f
PA
109992018-05-22 Pedro Alves <palves@redhat.com>
11000
11001 * gdb.base/remote.exp: Adjust expected output of "show remote
11002 memory-write-packet-size". Add tests for "set remote
11003 memory-write-packet-size 0" and "set remote
11004 memory-write-packet-size fixed/limit".
11005
b1b60145
PA
110062018-05-22 Pedro Alves <palves@redhat.com>
11007
11008 PR gdb/22973
11009 * gdb.base/utf8-identifiers.c: New file.
11010 * gdb.base/utf8-identifiers.exp: New file.
11011
0ec848ad
PFC
110122018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11013
11014 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
11015
2c3305f6
PFC
110162018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
11017
11018 * gdb.arch/powerpc-vsx-gcore.exp: New file.
11019
ce1e8424
TT
110202018-05-18 Tom Tromey <tom@tromey.com>
11021
11022 * gdb.base/ptype-offsets.exp: Update.
11023
ddfe970e
KS
110242018-05-17 Keith Seitz <keiths@redhat.com>
11025
11026 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
11027 in expected breakpoint stop locations.
11028 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
11029 move to proper scope to test variable values.
11030 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
11031 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
11032 New functions.
11033 (main): Call not_inline_func3.
11034 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
11035 inline_func1, inline_func2, and inline_func3. Test that when each
11036 breakpoint is hit, GDB properly reports both the stop location
11037 and the backtrace. Repeat tests for temporary breakpoints.
11038
0726fcc6
MR
110392018-05-15 Maciej W. Rozycki <macro@mips.com>
11040
11041 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
11042 rather then trying to access it in determining whether the PID
11043 of `gdbserver' could have been retrieved.
11044
8ee22052
AB
110452018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
11046
11047 * gdb.arch/amd64-init-x87-values.S: New file.
11048 * gdb.arch/amd64-init-x87-values.exp: New file.
11049
7785df48
JK
110502018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11051
11052 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
11053
56bcdbea
TT
110542018-05-04 Tom Tromey <tom@tromey.com>
11055
11056 PR python/22730:
11057 * gdb.python/python.exp: Test multi-line execute.
11058
a913fffb
TT
110592018-05-04 Tom Tromey <tom@tromey.com>
11060
11061 PR python/22731:
11062 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
11063
7a2c85f2
TT
110642018-05-04 Tom Tromey <tom@tromey.com>
11065
11066 PR gdb/11750:
11067 * gdb.base/define.exp: Test defining a user command inside a user
11068 command.
11069 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
11070
a3b60e45
JK
110712018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11072 Pedro Alves <palves@redhat.com>
11073
11074 PR breakpoints/19806 and support for PR external/20207.
11075 * gdb.base/watchpoint-unaligned.c: New file.
11076 * gdb.base/watchpoint-unaligned.exp: New file.
11077
45fe4a03
AB
110782018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11079
11080 * gdb.base/maint.exp: Make test names unique, use
11081 test_prefix_command_help to test 'help maint info', and remove
11082 repeated test of 'help maint'.
11083
9be2ae8f
TT
110842018-05-04 Tom Tromey <tom@tromey.com>
11085
11086 PR gdb/22619:
11087 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
11088 behavior.
11089
11859c31
AB
110902018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11091
11092 * gdb.base/maint.exp: Process output from 'maint print registers'
11093 line at a time.
11094
089a9490
AB
110952018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
11096
11097 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
11098 timeout.
11099
9b0797e2
AB
111002018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
11101
11102 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
11103 filter pattern.
11104
f6ac5f3d
PA
111052018-05-02 Pedro Alves <palves@redhat.com>
11106
11107 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
11108 to_log_command renames.
11109 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
11110
77d3c63b
TT
111112018-05-02 Tom Tromey <tom@tromey.com>
11112
11113 * gdb.python/py-parameter.exp: Set test message.
11114
0489430a
TT
111152018-05-02 Tom Tromey <tom@tromey.com>
11116
11117 PR python/20084:
11118 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
11119 PARAM_ZUINTEGER_UNLIMITED tests.
11120
1632f8ba
DR
111212018-04-28 Dan Robertson <danlrobertson89@gmail.com>
11122
11123 PR rust/23124
11124 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
11125 when casting.
11126
6d7bb824
TT
111272018-04-30 Tom Tromey <tom@tromey.com>
11128
11129 * gdb.python/py-type.exp: Check align attribute.
11130 * gdb.python/py-type.c: New "aligncheck" global.
11131
007e1530
TT
111322018-04-30 Tom Tromey <tom@tromey.com>
11133
11134 PR exp/17095:
11135 * gdb.dwarf2/dw2-align.exp: New file.
11136 * gdb.cp/align.exp: New file.
11137 * gdb.base/align.exp: New file.
11138 * lib/gdb.exp (gdb_int128_helper): New proc.
11139 (has_int128_c, has_int128_cxx): New caching procs.
11140
6873858b
TT
111412018-04-27 Tom Tromey <tom@tromey.com>
11142
11143 PR rust/22545:
11144 * gdb.rust/simple.exp: Add inclusive range tests.
11145
79188d8d
PA
111462018-04-26 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
11149 ifunc breakpoint locations correctly of ifunc breakpoints set
11150 while the program resolves the ifunc.
11151
c7075ad5
PA
111522018-04-26 Pedro Alves <palves@redhat.com>
11153
11154 * gdb.base/gnu-ifunc-final.c: New file.
11155 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
11156 * gdb.base/gnu-ifunc.exp (executable): Delete.
11157 (staticexecutable): Adjust.
11158 (lib_opts, exec_opts): Delete.
11159 (make_binsuffix, build, set-break): New procedures.
11160 (misc_tests): New, with tests factored out from the top level.
11161 (top level): Test different combinations of ifunc resolver name,
11162 resolver with and with debug info, and ifunc target with and
11163 without debug info. Wrap static tests with with_target_prefix.
11164
8388016d
PA
111652018-04-26 Pedro Alves <palves@redhat.com>
11166
11167 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
11168 return type" warnings.
11169
249b5733
PA
111702018-04-25 Pedro Alves <palves@redhat.com>
11171
11172 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
11173 killed".
11174 * gdb.base/kill-after-signal.exp: Likewise.
11175 * gdb.threads/kill.exp: Likewise.
11176
f67c0c91
SDJ
111772018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11178 Sergio Durigan Junior <sergiodj@redhat.com>
11179 Pedro Alves <palves@redhat.com>
11180
11181 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
11182 regexps to expect for '[Inferior ... detached]' as well.
11183 * gdb.base/attach.exp: Likewise.
11184 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
11185 "gdb_continue_to_end".
11186 (test_catch_syscall_with_wrong_args): Likewise.
11187 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
11188 ']'. Don't set 'verbose' on.
11189 * gdb.base/foll-vfork.exp: Likewise.
11190 * gdb.base/fork-print-inferior-events.c: New file.
11191 * gdb.base/fork-print-inferior-events.exp: New file.
11192 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
11193 '[Inferior ... has been killed]' message.
11194 * gdb.base/kill-after-signal.exp: Likewise.
11195 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
11196 detach message.
11197 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
11198 message.
11199 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
11200 regexps to expect for '[Inferior ... detached]' as well.
11201 * gdb.threads/process-dies-while-detaching.exp: Likewise.
11202
0a8ddac4
SM
112032018-04-24 Simon Marchi <simon.marchi@ericsson.com>
11204
11205 PR gdb/23104
11206 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
11207
701adfb0
PA
112082018-04-22 Rajendra SY <rajendra.sy@gmail.com>
11209
11210 PR gdb/23095
11211 * gdb.base/break-probes.exp: Pass shlib_load to
11212 prepare_for_testing. Set normal_bp to r_debug_state if target is
11213 bsd.
11214
d27d16bf
RB
112152018-04-19 Richard Bunt <richard.bunt@arm.com>
11216
11217 * gdb.threads/multiple-successive-infcall.c: New test.
11218 * gdb.threads/multiple-successive-infcall.exp: New file.
11219
a037790e
TT
112202018-04-17 Tom Tromey <tom@tromey.com>
11221
11222 * gdb.rust/simple.rs (Union): New type.
11223 (main): New local "u".
11224 * gdb.rust/simple.exp (test_one_slice): Add new test case.
11225
e3a91079
AA
112262018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11227
11228 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
11229 number information in output of "whereis" command.
11230 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
11231
b744723f
AA
112322018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11233
11234 * gdb.ada/info_types.exp: Adjust expected output to the line
11235 numbers now printed by "info var/func/type".
11236 * gdb.base/completion.exp: Likewise.
11237 * gdb.base/included.exp: Likewise.
11238 * gdb.cp/cp-relocate.exp: Likewise.
11239 * gdb.cp/cplusfuncs.exp: Likewise.
11240 * gdb.cp/namespace.exp: Likewise.
11241 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
11242
4a4495d6
MM
112432018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11244
11245 * gdb.btrace/cpu.exp: New.
11246
1d509aa6
MM
112472018-04-13 Markus Metzger <markus.t.metzger@intel.com>
11248
11249 * gdb.base/step-indirect-call-thunk.exp: New.
11250 * gdb.base/step-indirect-call-thunk.c: New.
11251 * gdb.reverse/step-indirect-call-thunk.exp: New.
11252 * gdb.reverse/step-indirect-call-thunk.c: New.
11253
6295b6da
SM
112542018-04-11 Simon Marchi <simon.marchi@ericsson.com>
11255
11256 * gdb.base/pie-fork.c: New file.
11257 * gdb.base/pie-fork.exp: New file.
11258
50146e70
TT
112592018-04-11 Tom Tromey <tom@tromey.com>
11260
11261 * gdb.rust/simple.exp: Add test for ".." struct initializer.
11262
f50d8a2e
PA
112632018-04-10 Pedro Alves <palves@redhat.com>
11264
11265 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
11266 exits. Instead loop running forever.
11267 (fork_parent): Run forever too.
11268
a0be7a36
SM
112692018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11270
11271 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
11272 mi_continue_to_line.
11273 * gdb.mi/mi-stack.c (callee4): Add comment.
11274
9b73db36
SM
112752018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
11276
11277 * gdb.mi/mi-stack.exp: Fix indentation.
11278
c912f608
SM
112792018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11280
11281 PR gdb/22979
11282 * gdb.arch/amd64-osabi.exp: New file.
11283
26540402
SM
112842018-04-07 Simon Marchi <simon.marchi@ericsson.com>
11285
11286 PR gdb/22980
11287 * gdb.base/osabi.exp: New file.
11288
121ad66c 112892018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
11290
11291 * gdb.cp/static-typedef-print.exp: New file.
11292 * gdb.cp/static-typedef-print.cc: New file.
11293
3fcded8f
JB
112942018-03-27 Joel Brobecker <brobecker@adacore.com>
11295
11296 * gdb.ada/varsize_limit: New testcase.
11297
59cc4834
JB
112982018-03-27 Joel Brobecker <brobecker@adacore.com>
11299
11300 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
11301
11302 * gdb.ada/notcplusplus: New testcase.
11303
11304 * gdb.base/c-linkage-name.c: New file.
11305 * gdb.base/c-linkage-name.exp: New testcase.
11306
4ca59a9f
TT
113072018-03-26 Tom Tromey <tom@tromey.com>
11308
11309 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
11310 * gdb.python/py-framefilter.py (name_error): New global.
11311 (ErrorInName.function): Use name_error.
11312
978d6c75
TT
113132018-03-26 Tom Tromey <tom@tromey.com>
11314
11315 PR backtrace/15582:
11316 * gdb.python/py-framefilter.exp: Add "bt hide" test.
11317
b7fee5a3
KS
113182018-03-23 Keith Seitz <keiths@redhat.com>
11319
11320 PR c++/22968
11321 * gdb.cp/subtypes.exp: New file.
11322 * gdb.cp/subtypes.h: New file.
11323 * gdb.cp/subtypes.cc: New file.
11324 * gdb.cp/subtypes-2.cc: New file.
11325
376be529
AB
113262018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11327
11328 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
11329 (done): Call '_exit' not 'exit' to avoid atexit handlers.
11330 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
11331 -nostartfiles when compiling the test. Confirm that all registers
11332 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
11333
066cfa98
AB
113342018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
11335
11336 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
11337 option, syntax was wrong anyway.
11338 * gdb.arch/arm-disp-step.exp: Likewise.
11339 * gdb.arch/sparc64-regs.exp: Likewise.
11340 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
11341 option, syntax was wrong anyway, switch to use
11342 prepare_for_testing.
11343 * gdb.arch/i386-disp-step.exp: Likewise.
11344
079670b9
AA
113452018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
11346
11347 * gdb.ada/exec_changed.exp: Replace "target_info exists
11348 use_gdb_stub" by "use_gdb_stub".
11349 * gdb.ada/start.exp: Likewise.
11350 * gdb.base/async-shell.exp: Likewise.
11351 * gdb.base/attach-pie-misread.exp: Likewise.
11352 * gdb.base/attach-wait-input.exp: Likewise.
11353 * gdb.base/break-entry.exp: Likewise.
11354 * gdb.base/break-interp.exp: Likewise.
11355 * gdb.base/dprintf-detach.exp: Likewise.
11356 * gdb.base/nostdlib.exp: Likewise.
11357 * gdb.base/solib-nodir.exp: Likewise.
11358 * gdb.base/statistics.exp: Likewise.
11359 * gdb.base/testenv.exp: Likewise.
11360 * gdb.mi/mi-exec-run.exp: Likewise.
11361 * gdb.mi/mi-start.exp: Likewise.
11362 * gdb.multi/dummy-frame-restore.exp: Likewise.
11363 * gdb.multi/multi-arch-exec.exp: Likewise.
11364 * gdb.multi/multi-arch.exp: Likewise.
11365 * gdb.multi/tids.exp: Likewise.
11366 * gdb.multi/watchpoint-multi.exp: Likewise.
11367 * gdb.python/py-events.exp: Likewise.
11368 * gdb.threads/attach-into-signal.exp: Likewise.
11369 * gdb.threads/attach-stopped.exp: Likewise.
11370 * gdb.threads/threadapply.exp: Likewise.
11371 * lib/selftest-support.exp: Likewise.
11372
26d6cec4
AA
113732018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
11374
11375 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
11376
4ee89e90
SR
113772018-03-20 Stephen Roberts <stephen.roberts@arm.com>
11378
11379 * gdb.perf/template-breakpoints.cc: New file.
11380 * gdb.perf/template-breakpoints.exp: New file.
11381 * gdb.perf/template-breakpoints.py: New file.
11382
92630041
TT
113832018-03-19 Tom Tromey <tom@tromey.com>
11384
11385 * gdb.rust/simple.rs (main): Add local variables field1, field2,
11386 y0.
11387 * gdb.rust/simple.exp: Test bare identifier form of struct
11388 initializer.
11389
76727919
TT
113902018-03-19 Tom Tromey <tom@tromey.com>
11391
11392 * gdb.gdb/observer.exp: Remove.
11393
194ed413
AA
113942018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11395
11396 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
11397 "qualified" option when setting breakpoints.
11398 * gdb.trace/backtrace.exp: Likewise.
11399 * gdb.trace/circ.exp: Likewise.
11400 * gdb.trace/collection.exp: Likewise.
11401 * gdb.trace/disconnected-tracing.exp: Likewise.
11402 * gdb.trace/ftrace-lock.exp: Likewise.
11403 * gdb.trace/ftrace.exp: Likewise.
11404 * gdb.trace/infotrace.exp: Likewise.
11405 * gdb.trace/packetlen.exp: Likewise.
11406 * gdb.trace/passc-dyn.exp: Likewise.
11407 * gdb.trace/qtro.exp: Likewise.
11408 * gdb.trace/read-memory.exp: Likewise.
11409 * gdb.trace/report.exp: Likewise.
11410 * gdb.trace/signal.exp: Likewise.
11411 * gdb.trace/status-stop.exp: Likewise.
11412 * gdb.trace/strace.exp: Likewise.
11413 * gdb.trace/tfind.exp: Likewise.
11414 * gdb.trace/trace-break.exp: Likewise.
11415 * gdb.trace/trace-condition.exp: Likewise.
11416 * gdb.trace/trace-mt.exp: Likewise.
11417 * gdb.trace/tstatus.exp: Likewise.
11418 * gdb.trace/tsv.exp: Likewise.
11419 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11420 * gdb.trace/unavailable.exp: Likewise.
11421 * gdb.trace/while-dyn.exp: Likewise.
11422
8b067d2c
AA
114232018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11424
11425 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11426 that libinproctrace is copied to the target.
11427
3ae9ce5d
TT
114282018-03-14 Tom Tromey <tom@tromey.com>
11429
11430 PR cli/14977:
11431 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11432 a null pointer.
11433 * gdb.base/wchar.exp: Likewise.
11434
b8c2339b
TT
114352018-03-14 Tom Tromey <tom@tromey.com>
11436
11437 PR cli/19918:
11438 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11439 flag.
11440
4872dc46
SM
114412018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11442
11443 PR gdb/22841
11444 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11445 "target" to remote_exec.
11446
e4fe3756
SM
114472018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11448
11449 PR gdb/22841
11450 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11451 ${board}_upload): Remove.
11452
e95a97d4
AA
114532018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11454
11455 * gdb.cp/watch-cp.cc: New test.
11456 * gdb.cp/watch-cp.exp: New file.
11457
dbbb1059
AB
114582018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11459
11460 * gdb.base/infcall-nested-structs.exp: New file.
11461 * gdb.base/infcall-nested-structs.c: New file.
11462 * gdb.base/float.exp: Add riscv support.
11463
ecc054c0
TP
114642018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11465
11466 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11467 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11468
25e3c82c
SDJ
114692018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11470
11471 * gdb.server/abspath.exp: New file.
11472 * lib/gdb.exp (with_cwd): New procedure.
11473
3083294d
SM
114742018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11475
11476 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11477 use it.
11478 (gdb_is_target_remote_prompt): New proc.
11479 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11480 (gdb_is_target_native): Pass prompt parameter to
11481 gdb_is_target_1.
11482
3275ef47
SM
114832018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11484
11485 * gdb.base/load-command.c: New file.
11486 * gdb.base/load-command.exp: New file.
11487 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11488 (gdb_is_target_1): ...this, and generalize for other targets
11489 than just remote.
11490 (gdb_is_target_remote): Use gdb_is_target_1.
11491 (gdb_is_target_native): use gdb_is_target_1.
11492
6893c19a
TT
114932018-02-26 Tom Tromey <tom@tromey.com>
11494
11495 PR python/16497:
11496 * gdb.python/py-framefilter.exp: Update test.
11497
2ddeaf8a
TT
114982018-02-26 Tom Tromey <tom@tromey.com>
11499
11500 * gdb.dwarf2/variant.c: New file.
11501 * gdb.dwarf2/variant.exp: New file.
11502
c9317f21
TT
115032018-02-26 Tom Tromey <tom@tromey.com>
11504
11505 * gdb.rust/simple.exp: Accept more possible results in enum test.
11506
6f6d0c26
SM
115072018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11508
11509 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11510 parentheses.
11511
11b03145
MR
115122018-02-23 Maciej W. Rozycki <macro@mips.com>
11513
11514 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11515 name of a variable: $actual_linejj -> $actual_line.
11516
54a27fe5
JB
115172018-02-21 John Baldwin <jhb@FreeBSD.org>
11518
11519 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11520
de65820c
MM
115212018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11522
11523 * gdb.btrace/buffer-size.exp: Do not force BTS.
11524
980548fd
PA
115252018-02-14 Pedro Alves <palves@redhat.com>
11526
11527 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11528 getting a "Quit".
11529
c4e12631
MM
115302018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11531
11532 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11533 Fix test name.
11534
c2e0e465
SM
115352018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11536
11537 * gdb.cp/m-static.exp: Check type of optimized out static
11538 member.
11539
f7216783
AB
115402018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11541
11542 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11543 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11544
0625771b
LS
115452018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11546 Leszek Swirski <leszeks@google.com>
11547
11548 * gdb.python/py-prettyprint.c
11549 (struct to_string_returns_value_inner,
11550 struct to_string_returns_value_wrapper): New.
11551 (main): Add tsrvw variable.
11552 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11553 ToStringReturnsValueWrapper): New classes.
11554 (register_pretty_printers): Register new pretty-printers.
11555 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11556 recursive pretty printer.
11557 * gdb.python/py-mi.exp: Likewise.
11558
59498c30
LS
115592018-02-01 Leszek Swirski <leszeks@google.com>
11560
11561 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11562 functions with the same name as an include file are parsed
11563 correctly.
11564
d4d38844
YQ
115652018-02-01 Yao Qi <yao.qi@linaro.org>
11566
11567 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11568 "\[^\r\n\]*".
11569
07e5f5cf
NP
115702018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11571
11572 * gdb.arch/powerpc-prologue-frame.s: New file.
11573 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11574 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11575
929b5ad4
JB
115762018-01-31 Joel Brobecker <brobecker@adacore.com>
11577
11578 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11579
e671cd59
PA
115802018-01-30 Pedro Alves <palves@redhat.com>
11581
11582 PR gdb/13211
11583 * gdb.base/interrupt-daemon.c: New.
11584 * gdb.base/interrupt-daemon.exp: New.
11585 * gdb.multi/multi-term-settings.c: New.
11586 * gdb.multi/multi-term-settings.exp: New.
11587
fc413dc4
JB
115882018-01-30 Joel Brobecker <brobecker@adacore.com>
11589
11590 * gdb.base/break.exp: Save the location where the breakpoint
11591 on break.c:47 was actually inserted when debugging the version
11592 compiled at -O2 and use it in the expected output of the "info
11593 break" test performed soon after.
11594
5c319bb2
PA
115952018-01-22 Pedro Alves <palves@redhat.com>
11596 Sergio Durigan Junior <sergiodj@redhat.com>
11597
11598 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11599 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11600
a9e40818
JB
116012018-01-22 Joel Brobecker <brobecker@adacore.com>
11602
11603 * gdb.base/break-include.c, gdb.base/break-include.inc,
11604 gdb.base/break-include.exp: New files.
11605 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11606 line number now being the actual line number where the breakpoint
11607 was inserted.
11608 * gdb.mi/mi-break.exp: Likewise.
11609 * gdb.mi/mi-reverse.exp: Likewise.
11610 * gdb.mi/mi-simplerun.exp: Ditto.
11611
e707fc44
AB
116122018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11613
11614 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11615 varobj.
11616 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11617
ae451627
AB
116182018-01-21 Don Breazeal <donb@codesourcery.com>
11619 Andrew Burgess <andrew.burgess@embecosm.com>
11620
11621 * gdb.mi/basics.c: Add new global.
11622 * gdb.mi/mi-frame-regs.exp: New file.
11623 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11624 case.
11625
b1b189e0
AB
116262018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11627
11628 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11629 non-parameter, and on an unknown symbol.
11630
fcfcc376
TT
116312018-01-19 Tom Tromey <tom@tromey.com>
11632
11633 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11634 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11635
634c1c31
AA
116362018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11637
11638 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11639 setrlimit and chdir to int.
11640
d6ad07fd
AA
116412018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11642
11643 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11644 function.
11645 (my_tend): Likewise.
11646 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11647 rationale of avoiding FP- and vector instructions.
11648
adf8243b
RK
116492018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11650
11651 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11652 "info reg" with "\[ \t\]*".
11653 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11654 "\[ \t\]+".
11655 * gdb.arch/s390-multiarch.exp: Ditto.
11656 * gdb.base/pc-fp.exp: Ditto.
11657 * gdb.reverse/i386-precsave.exp: Ditto.
11658 * gdb.reverse/i386-reverse.exp: Ditto.
11659 * gdb.reverse/i387-env-reverse.exp: Ditto.
11660 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11661
dcc06925
AA
116622018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11663
11664 * lib/gdb.exp (gdb_compile): Re-enable use of
11665 universal_compile_options for languages other than Rust.
11666
25d4fd80
AA
116672018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11668
11669 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11670
ee7f689e 116712018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
11672
11673 PR gdb/16577
11674 * gdb.base/solib-vanish.exp: New.
11675 * gdb.base/solib-vanish-main.c: New.
11676 * gdb.base/solib-vanish-lib1.c: New.
11677 * gdb.base/solib-vanish-lib2.c: New.
11678
d8447b6b
YQ
116792018-01-17 Yao Qi <yao.qi@linaro.org>
11680
11681 * gdb.compile/compile.exp: Match the address printed for
11682 frame in the output of command "bt".
11683
86d6a90c
TT
116842018-01-15 Tom Tromey <tom@tromey.com>
11685
11686 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11687 compute sp_reg.
11688
cbcdb1aa
AB
116892018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11690
11691 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11692 to prepare.
11693 (prepare): Return 0 on error, 1 on success.
11694
eea61984
PA
116952018-01-12 Pedro Alves <palves@redhat.com>
11696
11697 * gdb.base/continue-after-aborted-step-over.c: New.
11698 * gdb.base/continue-after-aborted-step-over.exp: New.
11699
6181e9c2
SM
117002018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11701
11702 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11703 options when not creating an executable.
11704
3cada740
PA
117052018-01-11 Pedro Alves <palves@redhat.com>
11706
11707 PR remote/22597
11708 * gdb.server/stop-reply-no-thread.c: New file.
11709 * gdb.server/stop-reply-no-thread.exp: New file.
11710
c63d3e8d
PA
117112018-01-10 Pedro Alves <palves@redhat.com>
11712
11713 PR gdb/22670
11714 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11715 functions too. Test setting breakpoints and printing C functions
11716 with no debug info too.
11717 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11718
d4c2a405
PA
117192018-01-10 Pedro Alves <palves@redhat.com>
11720
11721 PR gdb/22670
11722 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11723 a fail.
11724
8825213e
PA
117252018-01-10 Pedro Alves <palves@redhat.com>
11726
11727 PR gdb/22670
11728 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11729
605fd3c6
YQ
117302018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11731
11732 * gdb.server/unittest.exp: Match the output in non-development
11733 mode.
11734
1e5ded6c
YQ
117352018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11736
11737 * gdb.gdb/unittest.exp: Match output in non-development mode.
11738
30066b0b
JB
117392018-01-08 Joel Brobecker <brobecker@adacore.com>
11740
11741 * gdb.ada/access_tagged_param.exp: Relax expected output
11742 for value of "ObjL" in "continue" to pck.inspect breakpoint
11743 test.
11744
04bafb1e
XR
117452018-01-08 Joel Brobecker <brobecker@adacore.com>
11746
9f86398b
JB
11747 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11748 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 11749
e379cee6
PA
117502018-01-05 Pedro Alves <palves@redhat.com>
11751
11752 PR gdb/18653
11753 * gdb.base/libsegfault.exp: New.
11754
de63c46b
PA
117552018-01-05 Joel Brobecker <brobecker@adacore.com>
11756
11757 PR gdb/22670
11758 * gdb.ada/access_tagged_param.exp: New file.
11759 * gdb.ada/access_tagged_param/foo.adb: New file.
11760
f98fc17b
PA
117612018-01-05 Pedro Alves <palves@redhat.com>
11762
11763 PR gdb/22670
11764 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11765 exercise lower case too, and to exercise both full matching and
11766 wild matching.
11767
342f8240
JB
117682018-01-05 Joel Brobecker <brobecker@adacore.com>
11769
11770 * gdb.ada/rename_subscript_param: New testcase.
11771
7150d33c
JG
117722018-01-05 Jerome Guitton <guitton@adacore.com>
11773
11774 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11775
cc0e770c
JB
117762018-01-05 Joel Brobecker <brobecker@adacore.com>
11777
11778 * gdb.ada/convvar_comp: New testcase.
11779
672a41aa 117802018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
11781
11782 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11783 (My_Table): New global variable.
11784 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11785
7365ec2f
JB
117862018-01-04 Joel Brobecker <brobecker@adacore.com>
11787
11788 PR gdb/22670
11789 * gdb.ada/maint_with_ada: New testcase.
11790
289483b6
JB
117912018-01-04 Joel Brobecker <brobecker@adacore.com>
11792
11793 PR gdb/22670
11794 * gdb.ada/bp_c_mixed_case: New testcase.
11795
344420da
JB
117962018-01-04 Joel Brobecker <brobecker@adacore.com>
11797
11798 PR gdb/22670
11799 * gdb.ada/complete.exp: Add "complete break ada" test.
11800
66fc87a0
JB
118012018-01-04 Joel Brobecker <brobecker@adacore.com>
11802
11803 PR gdb/22670
11804 * gdb.ada/info_addr_mixed_case: New testcase.
11805
9f757bf7
XR
118062018-01-03 Xavier Roirand <roirand@adacore.com>
11807
11808 * gdb.ada/excep_handle.exp: New testcase.
11809 * gdb.ada/excep_handle/foo.adb: New file.
11810 * gdb.ada/excep_handle/pck.ads: New file.
11811
bd570f80
JB
118122018-01-03 Joel Brobecker <brobecker@adacore.com>
11813
11814 * gdb.base/step-line.c: Add extra empty line in copyright header.
11815 * gdb.base/step-line.inp: Likewise.
11816
9fe561ab
JB
118172018-01-02 Joel Brobecker <brobecker@adacore.com>
11818
11819 * gdb.ada/dyn_stride.exp: Add slice test.
11820
a405673c
JB
118212018-01-02 Joel Brobecker <brobecker@adacore.com>
11822
11823 * gdb.ada/dyn_stride: New testcase.
11824
cef0f868
SH
118252017-12-27 Stafford Horne <shorne@gmail.com>
11826
11827 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11828 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11829
b67d92b0
SH
118302017-12-27 Stafford Horne <shorne@gmail.com>
11831
11832 * gdb.base/reggroups.c: New file.
11833 * gdb.base/reggroups.exp: New file.
11834
eccab96d
JB
118352017-12-18 Joel Brobecker <brobecker@adacore.com>
11836
11837 * gdb.dwarf2/ada-valprint-error.c: New file.
11838 * gdb.dwarf2/ada-valprint-error.exp: New file.
11839
0e2da9f0
JB
118402017-12-18 Joel Brobecker <brobecker@adacore.com>
11841
11842 * gdb.ada/assign_arr: New testcase.
11843
cb923fcc
XR
118442017-12-18 Xavier Roirand <roirand@adacore.com>
11845
11846 * gdb.ada/funcall_ptr: New testcase.
11847
7c161838
SDJ
118482017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11849
11850 PR cli/16224
11851 * gdb.base/ptype-offsets.cc: New file.
11852 * gdb.base/ptype-offsets.exp: New file.
11853
1af17fd9
YQ
118542017-12-15 Yao Qi <yao.qi@linaro.org>
11855
11856 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11857 if XML is disabled.
11858
828d5846
XR
118592017-12-15 Xavier Roirand <roirand@adacore.com>
11860
11861 * gdb.ada/same_component_name: New testcase.
11862
79e8fcaa
JB
118632017-12-14 Joel Brobecker <brobecker@adacore.com>
11864
11865 * gdb.ada/str_binop_equal: New testcase.
11866
e05fa6f9
JB
118672017-12-14 Joel Brobecker <brobecker@adacore.com>
11868
11869 * gdb.ada/task_switch_in_core: New testcase.
11870
b89641ba
SM
118712017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11872
11873 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11874 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11875 call test_bkpt_qualified.
11876 (test_bkpt_qualified): New proc.
11877
6892d2e4
PA
118782017-12-13 Pedro Alves <palves@redhat.com>
11879
11880 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11881 Tighten regexp by matching with an anchor.
11882
a22ecf70
PA
118832017-12-13 Pedro Alves <palves@redhat.com>
11884
11885 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11886 ("expression with namespace"): New set of tests.
11887 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11888 (Nested::Test_NS::qux): New.
11889 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11890 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11891
9937536c
JB
118922017-12-13 Joel Brobecker <brobecker@adacore.com>
11893
11894 * gdb.base/server-del-break.c: New file.
11895 * gdb.base/server-del-break.exp: New file.
11896
fe49c6f5
SH
118972017-12-12 Stafford Horne <shorne@gmail.com>
11898
11899 * gdb.xml/tdesc-regs.exp: Add or1k support.
11900
c3d18620
SH
119012017-12-12 Stafford Horne <shorne@gmail.com>
11902
11903 * gdb.base/bp-permanent.c: Define nop of or1k.
11904
c5f9cfc8
JB
119052017-12-11 Joel Brobecker <brobecker@adacore.com>
11906
11907 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11908 output with components being reordered.
11909
a9c135fc
JB
119102017-12-11 Joel Brobecker <brobecker@adacore.com>
11911
11912 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11913 output with components being reordered.
11914
927aa2e7
JK
119152017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11916 Pedro Alves <palves@redhat.com>
11917
11918 * gdb.base/maint.exp (check for .gdb_index): Check also for
11919 .debug_names.
11920 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11921 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11922 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11923 (.gdb_index used after symbol reloading): Support also .debug_names.
11924 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11925
f17d9474
YQ
119262017-12-08 Yao Qi <yao.qi@linaro.org>
11927
11928 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11929 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11930
a0de8c21
YQ
119312017-12-08 Yao Qi <yao.qi@linaro.org>
11932
11933 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11934 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11935
a738ea1d
YQ
119362017-12-08 Yao Qi <yao.qi@linaro.org>
11937
11938 * gdb.arch/aarch64-tagged-pointer.c: New file.
11939 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11940
1cd9a73b
SDJ
119412017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11942
11943 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11944 "int".
11945
fa6eb693
KS
119462017-12-07 Keith Seitz <keiths@redhat.com>
11947
11948 PR breakpoints/22569
11949 * gdb.linespec/ls-errs.exp: Change expected result of "break
11950 -source this file has spaces.c -line 3".
11951 Check that an explicit source file followed by whitespace is
11952 identified as an invalid explicit location.
11953
883fd55a
KS
119542017-12-07 Keith Seitz <keiths@redhat.com>
11955
11956 * gdb.cp/nested-types.cc: New file.
11957 * gdb.cp/nested-types.exp: New file.
11958 * lib/cp-support.exp: Load data-structures.exp library.
11959 (debug_cp_test_ptype_class): New global.
11960 (cp_ptype_class_verbose, next_line): New procedures.
11961 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11962 Add and document new return value.
11963 Switch the list of lines to a queue.
11964 Add support for new `type' key for nested type definitions.
11965 Add debugging/troubleshooting messages.
11966 * lib/data-structures.exp: New file.
11967
ec72db3e
SM
119682017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11969
11970 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11971 with proc_with_prefix, don't use with_test_prefix.
11972
99598d71
TT
119732017-12-07 Tom Tromey <tom@tromey.com>
11974
11975 * gdb.base/break.exp: Add test for empty "commands".
11976
a8806230
YQ
119772017-12-07 Yao Qi <yao.qi@linaro.org>
11978
11979 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11980 malloc and catch syscall.
11981
824cc835
PM
119822017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11983
e79be6e5 11984 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
11985 tests for explicit locations.
11986
7cc244de
PA
119872017-12-06 Pedro Alves <palves@redhat.com>
11988
11989 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11990 force-disabling XML descriptions.
11991
50a1fdd5
PA
119922017-12-04 Pedro Alves <palves@redhat.com>
11993
11994 PR gdb/22499
11995 * gdb.arch/amd64-disp-step-avx.S: New file.
11996 * gdb.arch/amd64-disp-step-avx.exp: New file.
11997
f0fb2488
PA
119982017-12-03 Pedro Alves <palves@redhat.com>
11999
12000 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
12001 and <string.h>.
12002 (parent_function): Print distinct messages when waitpid fails, or
12003 the child exits with a signal, or the child exits for an unhandled
12004 reason.
12005 * gdb.threads/process-dies-while-detaching.exp
12006 (detach_and_expect_exit): New 'inf_output_re' parameter and use
12007 it. Wait for both inferior output and GDB's prompt. Use an
12008 indirect spawn id list.
12009 (do_detach): New parameter 'child_exit'. Use it to compute
12010 expected inferior output.
12011 (test_detach, test_detach_watch, test_detach_killed_outside):
12012 Adjust to pass down the expected child exit kind.
12013
97cbe998
SDJ
120142017-12-01 Joel Brobecker <brobecker@adacore.com>
12015 Sergio Durigan Junior <sergiodj@redhat.com>
12016 Pedro Alves <palves@redhat.com>
12017
12018 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
12019
40fc416f
SDJ
120202017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
12021
12022 * gdb.base/relocate.exp: Add tests to guarantee that arguments
12023 to 'symbol-file' and 'add-symbol-file' can be
12024 position-independent.
12025
1cc75e92
YQ
120262017-12-01 Yao Qi <yao.qi@linaro.org>
12027
12028 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
12029 the URL in copyright header.
12030 * gdb.arch/aarch64-fp.exp: Likewise.
12031 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
12032 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
12033 * gdb.base/expand-psymtabs.exp: Likewise.
12034 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
12035 * gdb.fortran/common-block.exp: Likewise.
12036 * gdb.fortran/common-block.f90: Likewise.
12037 * gdb.fortran/logical.exp: Likewise.
12038 * gdb.fortran/vla-datatypes.f90: Likewise.
12039 * gdb.fortran/vla-sub.f90: Likewise.
12040
875fb7a7
JB
120412017-11-30 Joel Brobecker <brobecker@adacore.com>
12042
12043 * gdb.ada/repeat_dyn: New testcase.
12044
6f14765f
UW
120452017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
12046
12047 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
12048 Update for changed thread numbering.
12049 * gdb.cell/bt.exp: Update for changed GDB output.
12050
f1af7b94
SM
120512017-11-30 Simon Marchi <simon.marchi@ericsson.com>
12052
12053 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
12054 setting isremote by hand.
12055 * boards/dwarf4-gdb-index.exp: Likewise.
12056 * boards/fission.exp: Likewise.
12057 * boards/stabs.exp: Likewise.
12058
e3919f3e
PA
120592017-11-30 Pedro Alves <palves@redhat.com>
12060
12061 * gdb.linespec/cpls-ops.exp
12062 (check_explicit_skips_function_argument): Extract the underlying
12063 type of size_t instead of hardcoding it.
12064
bd69330d
PA
120652017-11-29 Pedro Alves <palves@redhat.com>
12066
12067 PR c++/19436
12068 * gdb.linespec/cpls-abi-tag.cc: New file.
12069 * gdb.linespec/cpls-abi-tag.exp: New file.
12070
a20714ff
PA
120712017-11-29 Pedro Alves <palves@redhat.com>
12072
12073 * gdb.base/langs.exp: Use -qualified.
12074 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
12075 it.
12076 * gdb.cp/namespace.exp: Use -qualified.
12077 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
12078 (overload-3, template-overload, template-ret-type, const-overload)
12079 (const-overload-quoted, anon-ns, ambiguous-prefix): New
12080 procedures.
12081 (test_driver): Call them.
12082 * gdb.cp/save-bp-qualified.cc: New.
12083 * gdb.cp/save-bp-qualified.exp: New.
12084 * gdb.linespec/explicit.exp: Test -qualified.
12085 * lib/completion-support.exp (completion::explicit_opts_list): Add
12086 "-qualified".
12087 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
12088
f6f1d339
PM
120892017-11-29 Phil Muldoon <pmuldoon@redhat.com>
12090
12091 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
12092
02ca603a
TT
120932017-11-29 Tom Tromey <tom@tromey.com>
12094
12095 * gdb.base/relocate.exp: Update invalid argument test.
12096 Add new tests for invalid arguments.
12097
ed6c0bfb
TP
120982017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12099
12100 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
12101 Return 0 as a long.
12102 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
12103
f106e10e
TP
121042017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
12105
12106 * gdb.cp/breakpoint.cc (bar): Set return type to void.
12107 * gdb.cp/psymtab-parameter.cc (func): Likewise.
12108 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
12109 func ().
12110 * gdb.cp/shadow.cc (B.func): Return 0.
12111
10329bb2
JB
121122017-11-27 Joel Brobecker <brobecker@adacore.com>
12113
12114 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
12115 expected output in gdb_expect call to allow the exception
12116 message to be present as well. Fix syntax confusion to avoid
12117 TCL thinking that exception_name is an array.
12118
617cd4bc
UW
121192017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
12120
12121 * gdb.arch/spu-info.c: Include <unistd.h>.
12122 (do_signal_test): Fix broken calls to write.
12123 * gdb.arch/spu-info.exp: Use prepare_for_testing.
12124 Fix checks for empty mailboxes. Update signal tests for corrected
12125 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
12126 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
12127 * gdb.cell/arch.exp: Use standard_output_file.
12128 * gdb.cell/break.exp: Likewise.
12129 * gdb.cell/bt.exp: Likewise.
12130 * gdb.cell/core.exp: Likewise.
12131 * gdb.cell/dwarfaddr.exp: Likewise.
12132 * gdb.cell/ea-cache.exp: Likewise.
12133 * gdb.cell/ea-standalone.exp: Likewise.
12134 * gdb.cell/f-regs.exp: Likewise.
12135 * gdb.cell/fork.exp: Likewise.
12136 * gdb.cell/gcore.exp: Likewise.
12137 * gdb.cell/mem-access.exp: Likewise.
12138 * gdb.cell/ptype.exp: Likewise.
12139 * gdb.cell/registers.exp: Likewise.
12140 * gdb.cell/sizeof.exp: Likewise.
12141 * gdb.cell/solib-symbol.exp: Likewise.
12142 * gdb.cell/solib.exp: Likewise.
617cd4bc 12143
a81aaca0
PA
121442017-11-25 Pedro Alves <palves@redhat.com>
12145
12146 * gdb.base/complete-empty.exp: New file.
12147 * gdb.base/completion.exp: Adjust.
12148
6a3c6ee4
PA
121492017-11-25 Pedro Alves <palves@redhat.com>
12150
12151 * gdb.linespec/cpls-ops.cc: New file.
12152 * gdb.linespec/cpls-ops.exp: New file.
12153 * lib/completion-support.exp (test_complete_prefix_range_re): New,
12154 factored out from ...
12155 (test_complete_prefix_range): ... this.
12156
8955eb2d
PA
121572017-11-24 Pedro Alves <palves@redhat.com>
12158
12159 * gdb.linespec/cpcompletion.exp: New file.
12160 * gdb.linespec/cpls-hyphen.cc: New file.
12161 * gdb.linespec/cpls.cc: New file.
12162 * gdb.linespec/cpls2.cc: New file.
12163 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
12164 test to use test_gdb_complete_unique. Add label completion,
12165 keyword completion and explicit location completion tests.
12166 * lib/completion-support.exp: New file.
12167
e547c119
JB
121682017-11-24 Joel Brobecker <brobecker@adacore.com>
12169
12170 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
12171 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
12172 when hitting an exception catchpoint.
12173
7c3c1aa8
YQ
121742017-11-22 Yao Qi <yao.qi@linaro.org>
12175
12176 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
12177
41bd68f5
SM
121782017-11-22 Simon Marchi <simon.marchi@ericsson.com>
12179
12180 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
12181 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
12182 * gdb.dwarf2/info-locals-optimized-out.c: New file.
12183
1daad298
YQ
121842017-11-22 Yao Qi <yao.qi@linaro.org>
12185
12186 * gdb.base/info-os.exp: Pass pthreads.
12187 * gdb.multi/multi-attach.exp: Likewise.
12188
88465e87
YQ
121892017-11-22 Yao Qi <yao.qi@linaro.org>
12190
12191 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
12192 compiler.
12193
dc196b23
YQ
121942017-11-22 Yao Qi <yao.qi@linaro.org>
12195
12196 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
12197 * gdb.base/break-interp.exp: Likewise.
12198 * gdb.base/jit-attach-pie.exp: Likewise.
12199
2400729e
UW
122002017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12201
12202 * gdb.base/float128.c (large128): New variable.
12203 * gdb.base/float128.exp: Add test to print largest __float128 value.
12204
7a26362d
UW
122052017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12206
12207 * gdb.arch/vsx-regs.exp: Update register content checks.
12208
ed0f4273
UW
122092017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
12210
12211 * gdb.arch/ppc-longdouble.exp: New file.
12212 * gdb.arch/ppc-longdouble.c: Likewise.
12213
a25d69c6
PA
122142017-11-21 Pedro Alves <palves@redhat.com>
12215
12216 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
12217
73fcf641
PA
122182017-11-20 Pedro Alves <palves@redhat.com>
12219
12220 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
12221 (long_double_typedef): New typedefs.
12222 Use DEF on double and long double.
12223 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
12224 cases.
12225 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
12226 and 'long_double_ptr_same_size' locals. Use them to decide
12227 whether cast from array/function to float is valid/invalid.
12228
71a3c369
TT
122292017-11-17 Tom Tromey <tom@tromey.com>
12230
12231 * gdb.rust/traits.rs: New file.
12232 * gdb.rust/traits.exp: New file.
12233
ced9779b
JB
122342017-11-17 Joel Brobecker <brobecker@adacore.com>
12235
12236 * gdb.ada/minsyms: New testcase.
12237
a0922d80
PA
122382017-11-16 Pedro Alves <palves@redhat.com>
12239
12240 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
12241 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
12242
ea04e54c
PA
122432017-11-16 Pedro Alves <palves@redhat.com>
12244
12245 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
12246 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
12247
e849ea89
PA
122482017-11-16 Pedro Alves <palves@redhat.com>
12249
12250 * gdb.server/reconnect-ctrl-c.c: New file.
12251 * gdb.server/reconnect-ctrl-c.exp: New file.
12252
d8ae99a7
PM
122532017-11-16 Phil Muldoon <pmuldoon@redhat.com>
12254
12255 * gdb.python/py-rbreak.exp: New file.
12256 * gdb.python/py-rbreak.c: New file.
12257 * gdb.python/py-rbreak-func2.c: New file.
12258
968a13f8
PA
122592017-11-16 Pedro Alves <palves@redhat.com>
12260
12261 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
12262 pattern.
12263 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
12264 GDB.
12265
71774bc9
SM
122662017-11-15 Simon Marchi <simon.marchi@ericsson.com>
12267
12268 * gdb.tui/completionn.exp (test_tab_completion): Add space in
12269 regex.
12270
ddbb44cf
SM
122712017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
12272
12273 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
12274 test names.
12275
584a564f
PA
122762017-11-09 Pedro Alves <palves@redhat.com>
12277
12278 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
12279 factored out from ...
12280 (top level): ... here, and adjusted to avoid expecting beyond the
12281 prompt in a single gdb_test_multiple.
12282
5ed7a928
PA
122832017-11-09 Pedro Alves <palves@redhat.com>
12284
12285 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
12286 output.
12287 * gdb.server/ext-attach.exp ("kill" test): Likewise.
12288 * gdb.server/ext-restart.exp ("kill" test): Likewise.
12289 * gdb.server/ext-run.exp ("kill" test): Likewise.
12290 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
12291
a60e0738
PA
122922017-11-09 Pedro Alves <palves@redhat.com>
12293
12294 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
12295 match till end of line.
12296
2c88253f
PA
122972017-11-09 Pedro Alves <palves@redhat.com>
12298
12299 * gdb.base/memattr.exp: Tighten regexes to match the end line.
12300
c7a38517
PA
123012017-11-09 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
12304 New procedures, factored out from ...
12305 (top level): ... here, and adjusted to avoid expecting beyond the
12306 prompt in one go.
12307
f29f4b6b
PA
123082017-11-09 Pedro Alves <palves@redhat.com>
12309
12310 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
12311 output. Fix '?' match.
12312
286acbb5
JB
123132017-11-08 Joel Brobecker <brobecker@adacore.com>
12314
12315 * gdb.ada/scoped_watch: New testcase.
12316 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
12317 which is actually correct.
12318 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
12319 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
12320
62d7ae92
PA
123212017-11-08 Pedro Alves <palves@redhat.com>
12322
12323 * gdb.gdb/complaints.exp (test_initial_complaints)
12324 (test_serial_complaints, test_short_complaints): Call
12325 complaint_internal instead of complaint.
12326
280ca31f
DT
123272017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
12328
12329 * gdb.threads/tls-core.c: New file.
12330 * gdb.threads/tls-core.exp: Likewise.
12331
b5ec771e
PA
123322017-11-08 Pedro Alves <palves@redhat.com>
12333
12334 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
12335 (p Exported_Capitalized): New test.
12336 (p exported_capitalized): New test.
12337
a02b41a7
PA
123382017-11-07 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.cp/ena-dis-br-range.exp: Add more tests.
12341
95e95a6d
PA
123422017-11-07 Pedro Alves <palves@redhat.com>
12343
12344 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
12345 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
12346 (disable_invalid, disable_inverted, disable_negative): New
12347 procedures.
12348 ("bad numbers"): New set of tests.
12349
cee62dbd
PA
123502017-11-07 Pedro Alves <palves@redhat.com>
12351
12352 * gdb.cp/ena-dis-br-range.exp: Add tests.
12353
cc638e86
PA
123542017-11-07 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
12357
d0fe4701
XR
123582017-11-07 Xavier Roirand <roirand@adacore.com>
12359 Pedro Alves <palves@redhat.com>
12360
12361 * gdb.base/ena-dis-br.exp: Add reference to
12362 gdb.cp/ena-dis-br-range.exp.
12363 * gdb.cp/ena-dis-br-range.exp: New file.
12364 * gdb.cp/ena-dis-br-range.cc: New file.
12365
46f67f80
PA
123662017-11-06 Pedro Alves <palves@redhat.com>
12367
12368 * gdb.base/attach-non-pgrp-leader.c: New.
12369 * gdb.base/attach-non-pgrp-leader.exp: New.
12370
726e1356
PA
123712017-11-06 Pedro Alves <palves@redhat.com>
12372
12373 * configure.ac: No longer check for termio.h and sgtty.h.
12374 * configure: Regenerate.
12375 * remote-utils.c: Include termios.h instead of gdb_termios.h.
12376 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
12377 Remove termio and sgtty code.
12378
50ab6ace
YQ
123792017-11-03 Yao Qi <yao.qi@linaro.org>
12380
12381 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
12382 in GDB is disabled.
12383
8e68731c
YQ
123842017-11-03 Yao Qi <yao.qi@linaro.org>
12385
12386 * gdb.python/py-thrhandle.exp: Skip it if python is not
12387 enabled.
12388
3a87ae65
SM
123892017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
12390
12391 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
12392 as a breakpoint command.
12393
484d8d36
MD
123942017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
12395
12396 PR python/21213
12397 * gdb.python/py-infthread.exp: Test calling
12398 InferiorThread.inferior () multiple times in a row.
12399
4a27f119
KS
124002017-10-27 Keith Seitz <keiths@redhat.com>
12401
12402 * gdb.opt/inline-break.exp (break_info_1): New procedure.
12403 Test "info break" for every inlined function breakpoint.
12404
bb11dd58
YQ
124052017-10-27 Yao Qi <yao.qi@linaro.org>
12406
12407 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12408
a43f3893
PF
124092017-10-26 Patrick Frants <osscontribute@gmail.com>
12410
12411 * gdb.cp/classes.exp (test_static_members): Test printing
12412 Outer::instance.
12413 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12414 (Inner::instance, Outer::instance): New.
12415
792ccf00
PA
124162017-10-24 Pedro Alves <palves@redhat.com>
12417
12418 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12419 extra console" test in two stages.
12420
eb2bfbad
PA
124212017-10-24 Pedro Alves <palves@redhat.com>
12422
12423 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12424
1f75a651
PA
124252017-10-24 Pedro Alves <palves@redhat.com>
12426
12427 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12428 loop.
12429
779990d9
PA
124302017-10-24 Pedro Alves <palves@redhat.com>
12431
12432 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12433 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12434
ad9b8f5d
PA
124352017-10-24 Pedro Alves <palves@redhat.com>
12436
12437 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12438 parameter and handle it. Don't output read value in test name.
12439
fee6da6e
PA
124402017-10-24 Pedro Alves <palves@redhat.com>
12441
12442 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12443 custom test name.
12444
10389c2c
PA
124452017-10-24 Pedro Alves <palves@redhat.com>
12446
12447 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12448 include the unstable output directory name in the test's name.
12449 (initial_setup_simple) <'set args'>: Use custom test name.
12450
a80e65a9
PA
124512017-10-24 Pedro Alves <palves@redhat.com>
12452
12453 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12454 with explicit test name.
12455
15763a09
PA
124562017-10-20 Pedro Alves <palves@redhat.com>
12457
12458 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12459 'wait -i'. Use gdb_assert and remote_close.
12460
49a4ce2e
AB
124612017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12462
12463 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12464 number from variable rather than hard-coded.
12465
a75868f5
PA
124662017-10-19 Pedro Alves <palves@redhat.com>
12467
12468 * gdb.base/long-inferior-output.c: New file.
12469 * gdb.base/long-inferior-output.exp: New file.
12470
c8ba13ad
KS
124712017-11-18 Keith Seitz <keiths@redhat.com>
12472
12473 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12474 method.
12475 (main): Call it.
12476 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12477 Add additional user-defined conversion operator tests.
12478
b27de576
PA
124792017-10-17 Pedro Alves <palves@redhat.com>
12480
12481 * boards/native-stdio-gdbserver.exp: Load "local-board".
12482
8484c955
PA
124832017-10-17 Pedro Alves <palves@redhat.com>
12484
12485 * gdb.base/quit-live.c: New file.
12486 * gdb.base/quit-live.exp: New file.
12487
83d5a34d
KS
124882017-10-16 Keith Seitz <keiths@redhat.com>
12489
12490 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12491 (class_with_protected_typedef, class_with_private_typedef)
12492 (struct_with_public_typedef, struct_with_protected_typedef)
12493 (struct_with_private_typedef): New classes/structs.
12494 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12495 typedefs and access specifiers.
12496
739b3f1d
PA
124972017-10-16 Pedro Alves <palves@redhat.com>
12498 Simon Marchi <simon.marchi@polymtl.ca>
12499
12500 * README (Local vs Remote vs Native): New section.
12501 * boards/local-board.exp: New file, with bits factored out from
12502 ...
12503 * boards/native-extended-gdbserver.exp: ... here. Load
12504 "local-board".
12505 * boards/native-gdbserver.exp: Load "local-board".
12506 (${board}_spawn, ${board}_exec): Delete.
12507 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12508 ...
12509 * boards/stdio-gdbserver-base.exp: ... this new file.
12510 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12511 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12512 procedure.
12513 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12514 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12515 stdio_gdbserver_command.
12516 (${board}_get_remote_address, ${board}_get_comm_port)
12517 (${board}_download, ${board}_upload): Delete.
12518 (get_target_remote_pipe_cmd): New.
12519
fe68b953
SM
125202017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12521
12522 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12523 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12524 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12525 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12526 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12527 remove with_test_prefix.
12528
300b6685
PA
125292017-10-13 Pedro Alves <palves@redhat.com>
12530
12531 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12532 * gdb.base/annota1.exp: Use it instead of is_remote.
12533 * gdb.base/annota3.exp: Use it instead of is_remote.
12534 * gdb.cp/annota2.exp: Use it instead of is_remote.
12535 * gdb.cp/annota3.exp: Use it instead of is_remote.
12536 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12537
50500caf
PA
125382017-10-13 Pedro Alves <palves@redhat.com>
12539
12540 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12541 (test_num_test_vars, run_and_count_vars, find_env)
12542 (test_set_unset_env, test_inherit_env_var): New procedures.
12543 (top level): Use them.
12544
dad0c6d2
PA
125452017-10-13 Pedro Alves <palves@redhat.com>
12546
12547 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12548 also skip on stub-like targets.
12549
8b0553c1
PA
125502017-10-13 Pedro Alves <palves@redhat.com>
12551
12552 PR gdb/22293
12553 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12554 (top level): Move some tests to ...
12555 (test_not_found): ... this new procedure.
12556 (top level): Call it.
12557
7594f623
PA
125582017-10-13 Pedro Alves <palves@redhat.com>
12559
12560 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12561 expect different "info terminal" output if testing with a
12562 non-native target.
12563
ebe3b402
PA
125642017-10-13 Pedro Alves <palves@redhat.com>
12565 Simon Marchi <simon.marchi@polymtl.ca>
12566
12567 PR python/12966
12568 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12569
42f1b161
PA
125702017-10-13 Pedro Alves <palves@redhat.com>
12571
12572 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12573 already.
12574
8d6ef72b
PA
125752017-10-13 Pedro Alves <palves@redhat.com>
12576
12577 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12578 is_remote.
12579
d7bcd5b8
PA
125802017-10-13 Pedro Alves <palves@redhat.com>
12581
12582 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12583 is_remote.
12584
df479dc6
PA
125852017-10-13 Pedro Alves <palves@redhat.com>
12586
12587 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12588 is set.
12589 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12590 instead of is_remote.
12591
23fb630a
PA
125922017-10-13 Pedro Alves <palves@redhat.com>
12593
12594 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12595 (top level): Add comment.
12596
cc77b1dc
PA
125972017-10-13 Pedro Alves <palves@redhat.com>
12598
12599 * gdb.base/remote.exp (top level): Fix comment typo and add
12600 missing return.
12601
27c9e813
PA
126022017-10-13 Pedro Alves <palves@redhat.com>
12603 Simon Marchi <simon.marchi@polymtl.ca>
12604
12605 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12606 calls and add comments. Skip test if use_gdb_stub is set.
12607 (top level): Use "set cwd" command instead of "cd" command.
12608
5e830d98
PA
126092017-10-13 Pedro Alves <palves@redhat.com>
12610
12611 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12612 is_remote target check.
12613
f5ca0032
PA
126142017-10-13 Pedro Alves <palves@redhat.com>
12615
12616 * gdb.base/scope.exp: Use build_executable + clean_restart +
12617 gdb_file_cmd instead of prepare_for_testing and no longer skip
12618 "before run" tests on is_remote target boards. Update comments.
12619 * boards/native-extended-gdbserver.exp
12620 (extended_gdbserver_load_last_file): New, factored out from ...
12621 (gdb_load): ... this. Move further below and add comment.
12622 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12623
8aed1c0d
PA
126242017-10-12 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.base/attach.exp: Remove references to gdb64.
12627 * gdb.base/dbx.exp: Remove references to gdb64.
12628
cfa34c87
SM
126292017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12630 Pedro Alves <palves@redhat.com>
12631
12632 * gdb.base/label.exp: Remove is_remote target check.
12633
9192b7de
PA
126342017-10-12 Pedro Alves <palves@redhat.com>
12635
12636 * gdb.base/auvx.exp (coredir): Update comment.
12637 (top level) <core_works>: Use "set cwd" command instead of "cd"
12638 command.
12639
6bf0052d
PA
126402017-10-12 Pedro Alves <palves@redhat.com>
12641 Simon Marchi <simon.marchi@polymtl.ca>
12642
12643 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12644 target boards.
12645
e48ef82d
PA
126462017-10-12 Pedro Alves <palves@redhat.com>
12647 Simon Marchi <simon.marchi@polymtl.ca>
12648
12649 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12650 Instead skip if there's any gdb_protocol set.
12651
8d7aea57
SM
126522017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12653 Pedro Alves <palves@redhat.com>
12654
12655 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12656
30440677
PA
126572017-10-12 Pedro Alves <palves@redhat.com>
12658 Simon Marchi <simon.marchi@polymtl.ca>
12659
12660 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12661 instead of on dejagnu remote boards.
12662
4e04f045 126632017-10-12 Pedro Alves <palves@redhat.com>
175654b9 12664 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
12665
12666 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12667 checks. Use build_executable + clean_restart instead of
12668 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12669 of enabling non-stop after starting gdb.
12670
871a186e
PA
126712017-10-12 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12674 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12675 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12676 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12677
56d704da
AK
126782017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12679
12680 * gdb.arch/arc-tdesc-cpu.exp: New file.
12681 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12682
2f20e312
SM
126832017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12684
12685 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12686
65630365
PA
126872017-10-10 Pedro Alves <palves@redhat.com>
12688
12689 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12690 expect CLI output.
12691
bf469271
PA
126922017-10-10 Pedro Alves <palves@redhat.com>
12693
12694 * lib/selftest-support.exp (selftest_setup): Update for
12695 captured_command_loop's prototype change.
12696
777a42f1
PA
126972017-10-09 Pedro Alves <palves@redhat.com>
12698
12699 Test both arch1=>arch2 and arch2=>arch1.
12700
12701 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12702 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12703 factored out to...
12704 (append_arch1_options, append_arch2_options, append_arch_options)
12705 (build_executables): New procedures.
12706 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12707 local.
12708 (top level): Add new 'first_arch' testing axis.
12709
cbd2b4e3
PA
127102017-10-09 Pedro Alves <palves@redhat.com>
12711
12712 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12713 (barrier): New.
12714 (thread_start, all_started): New functions.
12715 (main): Spawn new thread and wait until it is scheduled.
12716 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12717 option.
12718 (do_test): Add 'selected_thread' parameter. Run to all_started
12719 instead of main. Explicitly set the breakpoint at main. Switch
12720 to the SELECTED_THREAD thread.
12721 (top level): Test handling the exec event with either the main
12722 thread or the second thread selected.
12723
5c9e4427
PA
127242017-10-09 Pedro Alves <palves@redhat.com>
12725
12726 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12727 logic. Move STOP marker after the value checks.
12728 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12729 regexp.
12730
b3b7c423
SL
127312017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12732
12733 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12734
3b4b2f16
UW
127352017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12736
12737 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12738 integer-to-dfp conversion.
12739 * gdb.base/dfp-test.exp: Likewise.
12740
5cd63fda
PA
127412017-10-04 Pedro Alves <palves@redhat.com>
12742
12743 * gdb.multi/hangout.c: Include <unistd.h>.
12744 (hangout_loop): New function.
12745 (main): Call alarm. Call hangout_loop in a loop.
12746 * gdb.multi/hello.c: Include <unistd.h>.
12747 (hello_loop): New function.
12748 (main): Call alarm. Call hangout_loop in a loop.
12749 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12750 inferior with the other selected.
12751
4c71c105
SM
127522017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12753
12754 * gdb.mi/list-thread-groups-available.exp: New file.
12755 * gdb.mi/list-thread-groups-available.c: New file.
12756
bc3b087d
SDJ
127572017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12758
12759 * gdb.base/set-cwd.exp: Make it available on
12760 native-extended-gdbserver.
12761
d092c5a2
SDJ
127622017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12763
12764 * gdb.base/set-cwd.c: New file.
12765 * gdb.base/set-cwd.exp: Likewise.
12766
45320ffa
TT
127672017-10-02 Tom Tromey <tom@tromey.com>
12768
12769 PR rust/22236:
12770 * gdb.rust/simple.rs (main): New variable "fslice".
12771 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12772
b3e3859b
TT
127732017-10-02 Tom Tromey <tom@tromey.com>
12774
12775 * gdb.rust/simple.exp: Test ptype of a slice.
12776
01af5e0d
TT
127772017-10-02 Tom Tromey <tom@tromey.com>
12778
12779 * gdb.rust/simple.exp: Test index of slice.
12780
a9bbfbd8
TT
127812017-09-27 Tom Tromey <tom@tromey.com>
12782
12783 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12784
df8899e5
TP
127852017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12786 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.base/compare-sections.exp (get value of read-only section): Read
12789 as unsigned value.
12790 (corrupt read-only section): Likewise and don't set written if patching
12791 failed.
12792
757bf54b
KB
127932017-09-21 Kevin Buettner <kevinb@redhat.com>
12794
12795 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12796 files.
12797
06871ae8
PA
127982017-09-20 Pedro Alves <palves@redhat.com>
12799
12800 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12801 symbol names in gdb's output.
12802 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12803
e5f25bc5
PA
128042017-09-20 Pedro Alves <palves@redhat.com>
12805
12806 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12807 Rename to ...
12808 (test_list_ambiguous_symbol): ... this and add a symbol name
12809 parameter. Adjust.
12810 (test_list_ambiguous_function): Reimplement on top of
12811 test_list_ambiguous_symbol and also test listing ambiguous
12812 variables.
12813 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12814 (ambiguous_fun): ... this.
12815 (ambiguous_var): New.
12816 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12817 (ambiguous_fun): ... this.
12818 (ambiguous_var): New.
12819
4e5a4f58
JB
128202017-09-19 John Baldwin <jhb@FreeBSD.org>
12821
12822 * gdb.base/starti.c: New file.
12823 * gdb.base/starti.exp: New file.
12824 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12825
26e53f3e
PA
128262017-09-14 Pedro Alves <palves@redhat.com>
12827
12828 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12829 (top level): Use it instead of runto.
12830
cb791d59
TT
128312017-09-11 Tom Tromey <tom@tromey.com>
12832
12833 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12834
7c96f8c1
TT
128352017-09-11 Tom Tromey <tom@tromey.com>
12836
12837 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12838 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12839
469412dd
CW
128402017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12841
12842 * gdb.fortran/printing-types.exp: New file.
12843 * gdb.fortran/printing-types.exp: New file.
12844
e0f86435
BH
128452017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12846
12847 * gdb.fortran/vla-ptype.exp: Fix typos.
12848 * gdb.fortran/vla-value.exp: Same.
12849
9e9af4be
BH
128502017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12851
12852 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12853 * gdb.mi/mi-var-child-f.exp: Likewise.
12854 * gdb.mi/mi-vla-fortran.exp: Likewise.
12855
a5ad232b 128562017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
12857 Christoph Weinmann <christoph.t.weinmann@intel.com>
12858 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
12859
12860 * gdb.fortran/ptr-indentation.f90: New file.
12861 * gdb.fortran/ptr-indentation.exp: New file.
12862
5aec60eb
TT
128632017-09-05 Tom Tromey <tom@tromey.com>
12864
12865 PR gdb/22010:
12866 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12867
8f8f8152
TP
128682017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12869
12870 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12871
fbd1b771
JK
128722017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12873
12874 * gdb.threads/tls-nodebug-pie.c: New file.
12875 * gdb.threads/tls-nodebug-pie.exp: New file.
12876
5eb5f850
TT
128772017-09-05 Tom Tromey <tom@tromey.com>
12878
12879 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12880 for rust.
12881
ae780a21
SM
128822017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12883
12884 * gdb.multi/multi-arch-exec.exp: Test with different
12885 "follow-exec-mode" settings.
12886 (do_test): New procedure.
12887
3693fdb3
PA
128882017-09-04 Pedro Alves <palves@redhat.com>
12889
12890 * gdb.base/func-static.c (S::method const, S::method volatile)
12891 (S::method volatile const): New methods.
12892 (c_s, v_s, cv_s): New instances.
12893 (main): Call method() on them.
12894 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12895 (cannot_resolve): New procedure.
12896 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12897 print-quote-unquoted columns.
12898 (do_test): Test printing each scope too.
12899
e68cb8e0
PA
129002017-09-04 Pedro Alves <palves@redhat.com>
12901
12902 * gdb.base/local-static.exp: Also test with
12903 class::method::variable wholly quoted.
12904 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12905
858be34c
PA
129062017-09-04 Pedro Alves <palves@redhat.com>
12907
12908 * gdb.base/local-static.c: New.
12909 * gdb.base/local-static.cc: New.
12910 * gdb.base/local-static.exp: New.
12911
46a4882b
PA
129122017-09-04 Pedro Alves <palves@redhat.com>
12913
12914 * gdb.asm/asm-source.exp: Add casts to int.
12915 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12916 (dataglobal64_1, dataglobal64_2): New globals.
12917 * gdb.base/nodebug.exp: Test different expressions involving the
12918 new globals, with print, whatis and ptype. Add casts to int.
12919 * gdb.base/solib-display.exp: Add casts to int.
12920 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12921 * gdb.cp/m-static.exp: Add cast to int.
12922 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12923 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12924 tls variable with no debug info without a cast. Test with a cast
12925 to int too.
12926 * gdb.trace/entry-values.exp: Add casts.
12927
2c5a2be1
PA
129282017-09-04 Pedro Alves <palves@redhat.com>
12929
12930 * gdb.base/nodebug.exp: Test that ptype's error about functions
12931 with unknown return type includes the function name too.
12932
7022349d
PA
129332017-09-04 Pedro Alves <palves@redhat.com>
12934
12935 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12936 return type of munmap in infcall.
12937 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12938 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12939 type of ftell in infcall.
12940 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12941 type of getpid in infcall.
12942 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12943 infcall.
12944 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12945 Bail on failure to extract the pid.
12946 * gdb.base/nodebug.c: #include <stdint.h>.
12947 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12948 New functions.
12949 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12950 Change expected output of print/whatis/ptype with functions with
12951 no debug info. Test all supported languages. Call
12952 test_call_promotion.
12953 * gdb.compile/compile.exp: Adjust expected output to expect
12954 warning.
12955 * gdb.threads/siginfo-threads.exp: Likewise.
12956
54990598
PA
129572017-09-04 Pedro Alves <palves@redhat.com>
12958
12959 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12960 "prototypes". Test calling float functions via prototyped and
12961 unprototyped function pointers.
12962 (perform_all_tests): New parameter "prototypes". Pass it down.
12963 (top level): Pass down "prototypes" parameter to
12964 perform_all_tests.
12965
34d16ea2
SM
129662017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12967
12968 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12969 Test with nested loops.
12970
9521ecda
SM
129712017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12972
12973 * gdb.base/commands.exp: Call the new procedures.
12974 (loop_break_test, loop_continue_test): New procedures.
12975
80a65e9b
SM
129762017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12977
12978 * gdb.base/commands.exp: Call new procedure.
12979 (define_if_without_arg_test): New procedure.
12980
e439fa14
PA
129812017-09-04 Pedro Alves <palves@redhat.com>
12982
12983 * gdb.base/list-ambiguous.exp: New file.
12984 * gdb.base/list-ambiguous0.c: New file.
12985 * gdb.base/list-ambiguous1.c: New file.
12986 * gdb.base/list.exp (test_list_range): Adjust expected output.
12987
0a2dde4a
SDJ
129882017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12989
12990 * gdb.base/share-env-with-gdbserver.c: New file.
12991 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12992
5e89eb3a
SM
129932017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12994
12995 * gdb.base/commands.exp (gdbvar_simple_if_test,
12996 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12997 progvar_simple_if_test, progvar_simple_while_test,
12998 progvar_complex_if_while_test, user_defined_command_test,
12999 user_defined_command_args_eval,
13000 user_defined_command_args_stack_test,
13001 user_defined_command_manyargs_test, bp_deleted_in_command_test,
13002 temporary_breakpoint_commands,
13003 gdb_test_no_prompt, redefine_hook_test,
13004 redefine_backtrace_test): Remove "global gdb_prompt".
13005
fd437cbc
SM
130062017-08-28 Simon Marchi <simon.marchi@ericsson.com>
13007
13008 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
13009 New proc, call it from toplevel.
13010
87215ad1
SDJ
130112017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
13012
13013 PR remote/21852
13014 * gdb.server/normal.c: New file, copied from gdb.base.
13015 * gdb.server/run-without-local-binary.exp: New file.
13016
58afddc6
WP
130172017-08-07 Weimin Pan <weimin.pan@oracle.com>
13018
13019 * gdb.arch/sparc64-adi.exp: New file.
13020 * gdb.arch/sparc64-adi.c: New file.
13021
5277199a
PA
130222017-08-22 Pedro Alves <palves@redhat.com>
13023
13024 * gdb.cp/overload.exp (line_range_pattern): New procedure.
13025 (top level): Add "list all overloads" tests.
13026
14278e1f
TT
130272017-08-22 Tom Tromey <tom@tromey.com>
13028
13029 * gdb.gdb/xfullpath.exp: Remove.
13030
bf223d3e
PA
130312017-08-21 Pedro Alves <palves@redhat.com>
13032
13033 PR gdb/19487
13034 * gdb.base/symbol-alias.c: New.
13035 * gdb.base/symbol-alias2.c: New.
13036 * gdb.base/symbol-alias.exp: New.
13037
c973d0aa
PA
130382017-08-21 Pedro Alves <palves@redhat.com>
13039
13040 * gdb.base/dfp-test.c
13041 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
13042 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
13043 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
13044 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
13045 * gdb.base/whatis-ptype-typedefs.c: New.
13046 * gdb.base/whatis-ptype-typedefs.exp: New.
13047 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
13048 (an_int, an_int_type, an_int_type2): New globals.
13049 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
13050 involving typedefs and cast expressions.
13051 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
13052 (lookup_typedefs_function): New.
13053 (typedefs_pretty_printers_dict): New.
13054 (top level): Register lookup_typedefs_function in
13055 gdb.pretty_printers.
13056
6d580b63
YQ
130572017-08-18 Yao Qi <yao.qi@linaro.org>
13058
13059 * gdb.server/unittest.exp: New.
13060
206726fb
SDJ
130612017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
13062
13063 PR gdb/21954
13064 * gdb.base/environ.exp: Add test to check if 'unset environment'
13065 works.
13066
bf0ec4c2
AA
130672017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13068
13069 * lib/gdb.exp (universal_compile_options): New caching proc.
13070 (gdb_compile): Suppress GCC's coloring of messages.
13071
d6382fff
TT
130722017-08-14 Tom Tromey <tom@tromey.com>
13073
13074 PR gdb/21675:
13075 * gdb.base/printcmds.exp (test_radices): New function.
13076 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
13077 * gdb.base/sizeof.exp (check_valueof): Use p/d.
13078 * lib/gdb.exp (get_integer_valueof): Use p/d.
13079
c2c2dd9f
SM
130802017-08-12 Simon Marchi <simon.marchi@ericsson.com>
13081
13082 * lib/gdb.exp (get_valueof): Don't capture end-of-line
13083 characters.
13084
fdffd6f4
TT
130852017-08-05 Tom Tromey <tom@tromey.com>
13086
13087 * gdb.rust/simple.exp: Allow String to appear in a different
13088 namespace.
13089
27d41eac
YQ
130902017-07-26 Yao Qi <yao.qi@linaro.org>
13091
13092 * gdb.gdb/unittest.exp: Invoke command
13093 "maintenance check xml-descriptions".
13094
031ed05d
AA
130952017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13096
13097 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
13098 calling context.
13099 (hex128): Drop erroneous calculation of parameters.
13100
dcd27ddf
SM
131012017-07-22 Simon Marchi <simon.marchi@ericsson.com>
13102
13103 * gdb.python/py-unwind.exp: Disable stack protection when
13104 building test file.
13105
47e77640
PA
131062017-07-20 Pedro Alves <palves@redhat.com>
13107
13108 * gdb.base/default.exp (set language): Adjust expected output.
13109
62d2a18a
PA
131102017-07-20 Pedro Alves <palves@redhat.com>
13111
13112 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
13113 (test_minsym): ... this, and make static.
13114 (get_pck__foo__bar__minsym): Rename to ...
13115 (get_test_minsym): ... this.
13116 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
13117 symbol names and comments.
13118 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
13119 (get_test_minsym): ... this.
13120 (pck__foo__bar__minsym__2): Rename to ...
13121 (test_minsym): ... this.
13122 (main): Adjust.
13123
c45ec17c
PA
131242017-07-17 Pedro Alves <palves@redhat.com>
13125
13126 * gdb.base/completion.exp: Adjust expected output.
13127 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
13128 the completer works.
13129
c6756f62
PA
131302017-07-17 Pedro Alves <palves@redhat.com>
13131
13132 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
13133
5bd68487
AB
131342017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
13135
13136 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
13137
8880f2a9
TT
131382017-07-14 Tom Tromey <tom@tromey.com>
13139
13140 PR rust/21764:
13141 * gdb.rust/simple.exp: Add tests.
13142
65547233
TT
131432017-07-14 Tom Tromey <tom@tromey.com>
13144
13145 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
13146
8f14146e
PA
131472017-07-14 Pedro Alves <palves@redhat.com>
13148
13149 * gdb.linespec/base/one/thefile.cc (z1): New function.
13150 * gdb.linespec/base/two/thefile.cc (z2): New function.
13151 * gdb.linespec/linespec.exp: Add tests.
13152
b4365d02
AB
131532017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13154
13155 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
13156 to mi_create_breakpoint.
13157
5d2cbaa5
AB
131582017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
13159
13160 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
13161 mi_create_breakpoint.
13162
11cb5716
IB
131632017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
13164
13165 * gdb.dlang/demangle.exp: Update for demangling changes.
13166
03278692
TT
131672017-07-09 Tom Tromey <tom@tromey.com>
13168
13169 * gdb.dwarf2/shortpiece.exp: New file.
13170
33c5cd75
DB
131712017-07-06 David Blaikie <dblaikie@gmail.com>
13172
13173 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
13174 built from fissiont-multi-cu{1,2}.c.
13175 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
13176 except putting 'main' and 'func' in separate CUs in the same DWO file.
13177 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
13178 test.
13179 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
13180 test.
13181
8455d262
PA
131822017-07-06 Pedro Alves <palves@redhat.com>
13183
13184 * gdb.python/py-unwind.exp: Test flushregs.
13185
dc4bde35
SDJ
131862017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13187
13188 PR cli/21688
13189 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
13190 tests for alias commands and trailing whitespace.
13191
51ed89aa
SDJ
131922017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
13193
13194 PR cli/21688
13195 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
13196 procedure. Call it.
13197
eb17d413
PA
131982017-06-29 Pedro Alves <palves@redhat.com>
13199
13200 * gdb.base/printcmds.exp: Add tests.
13201
41664b45
DG
132022017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
13203
13204 PR gdb/21337
13205 * gdb.base/reread-readsym.exp: New file.
13206 * gdb.base/reread-readsym.c: New file.
13207
75312ae3
KB
132082017-06-21 Kevin Buettner <kevinb@redhat.com>
13209
13210 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
13211 subpattern.
13212
66953522
PB
132132017-06-19 Peter Bergner <bergner@vnet.ibm.com>
13214
13215 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
13216 extended mnemonic.
13217 * gdb.arch/powerpc-power9.s: Likewise.
13218
5524b525
AA
132192017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13220
13221 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
13222 on 32-bit x86 targets. Exploit is_*_target macros where
13223 appropriate.
13224
03c8af18
AA
132252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13226
13227 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
13228 register pieces.
13229
3bf31011
AA
132302017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13231
13232 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
13233 located in one or more DWARF pieces.
13234
805acca0
AA
132352017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13236
13237 * lib/gdb.exp (get_endianness): New proc.
13238 * gdb.arch/aarch64-fp.exp: Use it.
13239 * gdb.arch/altivec-regs.exp: Likewise.
13240 * gdb.arch/e500-regs.exp: Likewise.
13241 * gdb.arch/vsx-regs.exp: Likewise.
13242 * gdb.base/dump.exp: Likewise.
13243 * gdb.base/funcargs.exp: Likewise.
13244 * gdb.base/gnu_vector.exp: Likewise.
13245 * gdb.dwarf2/formdata16.exp: Likewise.
13246 * gdb.dwarf2/implptrpiece.exp: Likewise.
13247 * gdb.dwarf2/nonvar-access.exp: Likewise.
13248 * gdb.python/py-inferior.exp: Likewise.
13249 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
13250
e9352324
AA
132512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13252
13253 PR gdb/21226
13254 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
13255 stack value pieces are taken from the LSB end.
13256
d5d1163e
AA
132572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13258
13259 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
13260 variable at nonzero offset.
13261
0567c986
AA
132622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13263
13264 * gdb.dwarf2/var-access.c: New file.
13265 * gdb.dwarf2/var-access.exp: New test.
13266 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
13267
973e9aab
TT
132682017-06-12 Tom Tromey <tom@tromey.com>
13269
13270 * gdb.dwarf2/formdata16.exp: Add tests.
13271
d9109c80
TT
132722017-06-12 Tom Tromey <tom@tromey.com>
13273
13274 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
13275
30a25466
TT
132762017-06-12 Tom Tromey <tom@tromey.com>
13277
13278 PR exp/16225:
13279 * gdb.reverse/i386-sse-reverse.exp: Update tests.
13280 * gdb.arch/vsx-regs.exp: Update tests.
13281 * gdb.arch/s390-vregs.exp (hex128): New proc.
13282 Update test.
13283 * gdb.arch/altivec-regs.exp: Update tests.
13284
aefd8b33
SDJ
132852017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13286
13287 * gdb.base/startup-with-shell.c: New file.
13288 * gdb.base/startup-with-shell.exp: Likewise.
13289
2090129c
SDJ
132902017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
13291
13292 * gdb.server/non-existing-program.exp: Update regex in order to
13293 reflect the fact that gdbserver is now using fork_inferior (with a
13294 shell) to startup the inferior.
13295
8e86a419
SM
132962017-05-30 Simon Marchi <simon.marchi@ericsson.com>
13297
13298 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
13299 support function calls from GDB.
13300
e6cf65f2
TT
133012017-05-21 Tom Tromey <tom@tromey.com>
13302
13303 PR rust/21466:
13304 * gdb.rust/unsized.exp: New file.
13305 * gdb.rust/unsized.rs: New file.
13306
43cc5389
TT
133072017-05-19 Tom Tromey <tom@tromey.com>
13308
13309 PR rust/21484:
13310 * gdb.rust/watch.exp: New file.
13311 * gdb.rust/watch.rs: New file.
13312
ec8df234
TT
133132017-05-18 Tom Tromey <tom@tromey.com>
13314
13315 * gdb.rust/simple.exp: Allow Box to be qualified.
13316
3e3e7fae
TP
133172017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
13318
13319 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
13320
59cc050d
PA
133212017-05-18 Pedro Alves <palves@redhat.com>
13322
13323 * gdb.base/fileio.c (test_write, test_read, test_close)
13324 (test_fstat): Don't print 'ret' in the fail path.
13325
c8f6abd1
PA
133262017-05-18 Pedro Alves <palves@redhat.com>
13327
13328 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
13329 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
13330 (test_system, test_rename, test_unlink, test_time): Change
13331 prototypes.
13332 * gdb.base/fileio.exp (stop_msg): Adjust.
13333
d2a03b77
PA
133342017-05-18 Pedro Alves <palves@redhat.com>
13335
13336 * gdb.base/fileio.c (null_str): New global.
13337 (test_stat): Use it.
13338 * gdb.base/fileio.exp: Remove nowarnings.
13339
0d5c6999
YQ
133402017-05-17 Yao Qi <yao.qi@linaro.org>
13341
13342 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
13343
21873064
YQ
133442017-05-17 Simon Marchi <simon.marchi@ericsson.com>
13345
13346 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
13347 argument command.
13348 (top-level): Invoke test_set_inferior_tty.
13349
d512d31c
PA
133502017-05-04 Pedro Alves <palves@redhat.com>
13351
13352 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
13353 Add parens to print call for Python 3.
13354
90cef2ed
KS
133552017-05-03 Keith Seitz <keiths@redhat.com>
13356
13357 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
13358 (main): Call it.
13359
14f819c8
TW
133602017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13361
13362 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
13363 to prev and next.
13364
913aeadd
TW
133652017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13366
13367 * gdb.python/py-record-btrace.exp: Remove test for
13368 gdb.BtraceInstruction.error.
13369
a3be24ad
TW
133702017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13371
13372 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
13373
ae20e79a
TW
133742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13375
13376 * gdb.python/py-record-btrace-threads.c: New file.
13377 * gdb.python/py-record-btrace-threads.exp: New file.
13378
45ce1b47
SDJ
133792017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
13380
13381 PR testsuite/8595
13382 * gdb.base/environ.exp: Make test available in all architectures.
13383 Move bits related to "info program" testing to
13384 gdb.base/info-program.exp. Rewrite tests to use the two new
13385 procedures mentione below.
13386 (test_set_show_env_var) New procedure.
13387 (test_set_show_env_var_equal): Likewise.
13388 * gdb.base/info-program.exp: New file.
13389
e15c3eb4
KS
133902017-04-27 Keith Seitz <keiths@redhat.com>
13391
13392 * gdb.cp/oranking.cc (test15): New function.
13393 (main): Call test15 and declare additional variables for testing.
13394 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
13395 "p foo101('abc')" tests.
13396 Add tests for cv qualifier overloads.
13397 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
13398 "lvalue reference overload" test.
13399 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
13400 "print value of f1 on Child&& in f2" test.
13401
3a3fd0fd
PA
134022017-04-19 Pedro Alves <palves@redhat.com>
13403
13404 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
13405 procedure.
13406 (top level): Call it.
13407 * lib/gdb.exp (gdb_define_cmd): New procedure.
13408
53375380
PA
134092017-04-12 Pedro Alves <palves@redhat.com>
13410
13411 PR gdb/21323
13412 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13413 (wchar): New global.
13414 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13415 (do_test_wide_char, wide_char_types_no_program, top level): Add
13416 wchar_t testing.
13417
53e710ac
PA
134182017-04-12 Pedro Alves <palves@redhat.com>
13419
13420 PR c++/21323
13421 * gdb.cp/wide_char_types.c: New file.
13422 * gdb.cp/wide_char_types.exp: New file.
13423
0ad9d8c7
SDJ
134242017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13425
13426 PR gdb/21352
13427 * gdb.trace/tsv.exp: Add test for "tsave -r".
13428
b1b45502
IB
134292017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13430
13431 * gdb.dlang/watch-loc.c: New file.
13432 * gdb.dlang/watch-loc.exp: New file.
13433
ec13808e
JK
134342017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13435
13436 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13437
fe5f7374
AK
134382017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13439
13440 * gdb.arch/arc-analyze-prologue.S: New file.
13441 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13442
eea78757
AK
134432017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13444
13445 * gdb.arch/arc-decode-insn.S: New file.
13446 * gdb.arch/arc-decode-insn.exp: Likewise.
13447
5badf10a
IR
134482017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13449
13450 PR tdep/20928
13451 * gdb.arch/sparc64-regs.exp: New file.
13452 * gdb.arch/sparc64-regs.S: Likewise.
13453
cee59b3f
TW
134542017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13455
13456 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13457 and memory view on Python 3.
13458
c0f55cc6
AV
134592017-03-20 Artemiy Volkov <artemiyv@acm.org>
13460 Keith Seitz <keiths@redhat.com>
13461
13462 PR gdb/14441
13463 * gdb.cp/demangle.exp: Add rvalue reference tests.
13464 * gdb.cp/rvalue-ref-casts.cc: New file.
13465 * gdb.cp/rvalue-ref-casts.exp: New file.
13466 * gdb.cp/rvalue-ref-overload.cc: New file.
13467 * gdb.cp/rvalue-ref-overload.exp: New file.
13468 * gdb.cp/rvalue-ref-params.cc: New file.
13469 * gdb.cp/rvalue-ref-params.exp: New file.
13470 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13471 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13472 * gdb.cp/rvalue-ref-types.cc: New file.
13473 * gdb.cp/rvalue-ref-types.exp: New file.
13474 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13475 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13476
51457a05
MAL
134772017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13478
13479 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13480 New procedure.
13481
5b291c04
MAL
134822017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13483
13484 * lib/mi-support.exp (mi_gdb_test): Add additional message
13485 for unexpected output.
13486
59a56148
AA
134872017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13488
13489 * gdb.base/examine-backward.c (Barrier): New character array
13490 constant, to ensure that TestStrings is preceded by a string
13491 terminator.
13492
7942e96e
AA
134932017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13494
13495 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13496 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13497 and implicit pointer into such a location.
13498
6ebac3fb
DE
134992017-03-16 Doug Evans <dje@google.com>
13500
13501 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13502
ec3b243d
TP
135032017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13504
13505 * gdb.cp/m-static.exp: Fix expectation for prototype of
13506 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
13507
135082017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
13509
13510 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13511 * gdb.guile/scm-lazy-string.c: New file.
13512 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13513 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13514 for pointer, array, typedef lazy strings.
13515
2cc36e25 135162017-03-16 Doug Evans <dje@google.com>
34b43320
DE
13517
13518 PR python/17728, python/18439, python/18779
13519 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13520 * gdb.python/py-lazy-string.c (pointer): New typedef.
13521 (main): New locals ptr, array, typedef_ptr.
13522 * gdb.python/py-value.exp: Move lazy string tests to ...
13523 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13524 array, typedef lazy strings.
ec3b243d 13525
0efcde63
AK
135262017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13527
13528 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13529 Add optional 'test' parameter.
13530
7978d7c3
SM
135312017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13532
13533 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13534 Skip for versions of DejaGnu < 1.5.
13535
896c0c1e
SM
135362017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13537
13538 * lib/gdb.exp (dejagnu_version): New proc.
13539 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13540 Use dejagnu_version.
13541
5f4d1085
KS
135422017-03-10 Keith Seitz <keiths@redhat.com>
13543
13544 PR c++/8128
13545 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13546 type from destructor regexps.
13547 Add a branch which actually passes the test.
13548 Adjust "ptype t5i" test names.
13549
1de05205
PA
135502017-03-08 Pedro Alves <palves@redhat.com>
13551
13552 * gdb.base/step-over-exit.exp: Add explicit test message.
13553
c65d6b55
PA
135542017-03-08 Pedro Alves <palves@redhat.com>
13555
13556 PR gdb/18360
13557 * gdb.threads/interrupt-while-step-over.c: New file.
13558 * gdb.threads/interrupt-while-step-over.exp: New file.
13559
2e86a283
PA
135602017-03-08 Pedro Alves <palves@redhat.com>
13561
13562 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13563 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13564
25dcbff6
PA
135652017-03-08 Pedro Alves <palves@redhat.com>
13566
13567 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13568 PKRU as not supported as a PASS.
13569
dc9366eb
PA
135702017-03-08 Pedro Alves <palves@redhat.com>
13571
13572 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13573 prefix instead of $binfile1/$binfile2.
13574 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13575 in test message.
13576 * gdb.python/py-completion.exp: Use "load python file" as test
13577 messages instead of unstable path names.
13578
6e5d74e7
PA
135792017-03-08 Pedro Alves <palves@redhat.com>
13580 Jan Kratochvil <jan.kratochvil@redhat.com>
13581
13582 PR cli/21218
13583 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13584 New proc.
13585 (top level): Call it.
13586
9753a2f6
PA
135872017-03-08 Pedro Alves <palves@redhat.com>
13588
13589 PR tui/21216
13590 * gdb.tui/tui-nl-filtered-output.exp: New file.
13591
1a4dd9dd
PA
135922017-03-08 Pedro Alves <palves@redhat.com>
13593
13594 * gdb.base/completion.exp: Move TUI completion tests to ...
13595 * gdb.tui/completion.exp: ... this new file.
13596
7cbbff33
PA
135972017-03-08 Pedro Alves <palves@redhat.com>
13598
13599 * gdb.base/tui-disasm-long-lines.c,
13600 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13601 gdb.base/tui-layout.exp: Move to ...
13602 * gdb.tui/: ... this new directory.
13603
5f6fd321
PA
136042017-03-07 Pedro Alves <palves@redhat.com>
13605
13606 * gdb.base/tui-layout.c: New file.
13607 * gdb.base/tui-layout.exp: New file.
13608
44959fa8
PA
136092017-03-07 Pedro Alves <palves@redhat.com>
13610
13611 * gdb.base/tui-layout.c: Rename to ...
13612 * gdb.base/tui-disasm-long-lines.c: ... this.
13613 * gdb.base/tui-layout.exp: Rename to ...
13614 * gdb.base/tui-disasm-long-lines.exp: ... this.
13615
f8c4e718
PA
136162017-03-07 Pedro Alves <palves@redhat.com>
13617
13618 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13619
6dbb839a 136202017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
13621
13622 * i386-mpx-call.c: New file.
13623 * i386-mpx-call.exp: New file.
13624
65b48a81
PB
136252017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13626
13627 * gdb.arch/powerpc-power.exp: Delete test.
13628 * gdb.arch/powerpc-power.s: Likewise.
13629 * gdb.disasm/disassembler-options.exp: New test.
13630 * gdb.arch/powerpc-altivec.exp: Likewise.
13631 * gdb.arch/powerpc-altivec.s: Likewise.
13632 * gdb.arch/powerpc-altivec2.exp: Likewise.
13633 * gdb.arch/powerpc-altivec2.s: Likewise.
13634 * gdb.arch/powerpc-altivec3.exp: Likewise.
13635 * gdb.arch/powerpc-altivec3.s: Likewise.
13636 * gdb.arch/powerpc-power7.exp: Likewise.
13637 * gdb.arch/powerpc-power7.s: Likewise.
13638 * gdb.arch/powerpc-power8.exp: Likewise.
13639 * gdb.arch/powerpc-power8.s: Likewise.
13640 * gdb.arch/powerpc-power9.exp: Likewise.
13641 * gdb.arch/powerpc-power9.s: Likewise.
13642 * gdb.arch/powerpc-vsx.exp: Likewise.
13643 * gdb.arch/powerpc-vsx.s: Likewise.
13644 * gdb.arch/powerpc-vsx2.exp: Likewise.
13645 * gdb.arch/powerpc-vsx2.s: Likewise.
13646 * gdb.arch/powerpc-vsx3.exp: Likewise.
13647 * gdb.arch/powerpc-vsx3.s: Likewise.
13648 * gdb.arch/arm-disassembler-options.exp: Likewise.
13649 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13650 * gdb.arch/s390-disassembler-options.exp: Likewise.
13651
17cd4947
LM
136522017-02-23 Luis Machado <lgustavo@codesourcery.com>
13653
13654 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13655 (check_supported_features): ... this. Changed return type to void.
13656 (supports_rdseed): New static global.
13657 (rdseed): Check supports_rdseed.
13658 (initialize): Call check_supported_features.
13659
2039d74e
EBM
136602017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13661
13662 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13663 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13664 and lqarx/stqcx.
13665 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13666 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13667
a51d7ecf
EBM
136682017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13669
13670 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13671 uppercase.
13672
0224619f
JK
136732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13674
13675 * gdb.dwarf2/formdata16.c: New file.
13676 * gdb.dwarf2/formdata16.exp: New file.
13677 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13678
216f72a1
JK
136792017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13680
13681 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13682 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13683 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13684 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13685 DW_AT_GNU_*.
13686
43988095
JK
136872017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13688
13689 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13690
99e8a4f9
SDJ
136912017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13692
13693 PR gdb/21164
13694 * gdb.base/maint.exp: Add testcases for when the commands do
13695 not have arguments.
13696
b58a8c0c
TP
136972017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13698
13699 * gdb.cp/chained-calls.exp: Use p instead of P.
13700
4e746bb6
TW
137012017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13702
13703 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13704 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13705
3f77c769
TT
137062017-02-14 Tom Tromey <tom@tromey.com>
13707
13708 PR python/13598:
13709 * gdb.python/py-events.exp: Add before_prompt event tests.
13710
075beec0
AA
137112017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13712
13713 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13714
bf5f525c
LM
137152017-02-13 Luis Machado <lgustavo@codesourcery.com>
13716
13717 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13718 (main): Call my_unique_function_name.
13719 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13720 completion of patterns with a single match.
13721 Add missing -re switches to gdb_test_multiple calls.
13722
13a66184
LM
137232017-02-13 Luis Machado <lgustavo@codesourcery.com>
13724
13725 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13726 return if core file is not recognized.
13727
26a06916
SM
137282017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13729
13730 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13731 and extra UIs.
13732
b761ca9e
SM
137332017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13734
13735 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13736 proc_with_prefix.
13737
b964bee0
TT
137382017-02-10 Tom Tromey <tom@tromey.com>
13739
13740 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13741
18da0c51
MG
137422017-02-10 Martin Galvan <martingalvan@sourceware.org>
13743
13744 PR gdb/21122
13745 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13746
604c4576
JG
137472017-02-08 Jerome Guitton <guitton@adacore.com>
13748
13749 * gdb.base/define.exp: Add test for command abbreviations
13750 in define.
13751
20b477a7
LM
137522017-02-06 Luis Machado <lgustavo@codesourcery.com>
13753
13754 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13755 * gdb.reverse/insn-reverse-x86.c: New file.
13756
3f7b46f2
IR
137572017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13758
13759 PR tdep/20936
13760 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13761
f0fd41c1
TT
137622017-02-03 Tom Tromey <tom@tromey.com>
13763
13764 PR rust/21097:
13765 * gdb.rust/simple.exp: Add new tests.
13766
5be5dbf0
PA
137672017-02-02 Pedro Alves <palves@redhat.com>
13768
13769 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13770 tests.
13771
7346ef59
AA
137722017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13773
13774 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13775 taking a 2-byte value out of a 4-byte DWARF implicit value on
13776 big-endian targets.
13777 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13778 logic. Add test cases for DW_OP_implicit.
13779
787f0025
MM
137802017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13781
13782 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13783
68777c29
MM
137842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13785
13786 * gdb.btrace/enable.exp: Call gdb_exit before
13787 skip_gdbserver_tests.
13788
0a1c7e28
MM
137892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13790
13791 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13792 GDBFLAGS.
13793
b5ac99b0
MM
137942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13795
13796 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13797 the test is skipped.
13798 * gdb.btrace/data.exp: Likewise.
13799 * gdb.btrace/delta.exp: Likewise.
13800 * gdb.btrace/dlopen.exp: Likewise.
13801 * gdb.btrace/enable-running.exp: Likewise.
13802 * gdb.btrace/enable.exp: Likewise.
13803 * gdb.btrace/exception.exp: Likewise.
13804 * gdb.btrace/function_call_history.exp: Likewise.
13805 * gdb.btrace/gcore.exp: Likewise.
13806 * gdb.btrace/instruction_history.exp: Likewise.
13807 * gdb.btrace/multi-thread-step.exp: Likewise.
13808 * gdb.btrace/nohist.exp: Likewise.
13809 * gdb.btrace/non-stop.exp: Likewise.
13810 * gdb.btrace/reconnect.exp: Likewise.
13811 * gdb.btrace/record_goto-step.exp: Likewise.
13812 * gdb.btrace/record_goto.exp: Likewise.
13813 * gdb.btrace/rn-dl-bind.exp: Likewise.
13814 * gdb.btrace/segv.exp: Likewise.
13815 * gdb.btrace/step.exp: Likewise.
13816 * gdb.btrace/stepi.exp: Likewise.
13817 * gdb.btrace/tailcall-only.exp: Likewise.
13818 * gdb.btrace/tailcall.exp: Likewise.
13819 * gdb.btrace/tsx.exp: Likewise.
13820 * gdb.btrace/unknown_functions.exp: Likewise.
13821 * gdb.btrace/vdso.exp: Likewise.
13822
cd4007e4
MM
138232017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13824
13825 * gdb.btrace/enable-running.c: New.
13826 * gdb.btrace/enable-running.exp: New.
13827
2735833d
WT
138282017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13829
13830 * gdb.arch/amd64-gs_base.c: New file.
13831 * gdb.arch/amd64-gs_base.exp: New file.
13832
b51e1e94
LM
138332017-01-26 Luis Machado <lgustavo@codesourcery.com>
13834
13835 * lib/memory.exp: Remove spurious empty newlines.
13836
72ca0410
SM
138372017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13838
13839 * gdb.python/py-bad-printers.exp: Load python file using "source".
13840 * gdb.python/py-events.exp: Likewise.
13841 * gdb.python/py-evsignal.exp: Likewise.
13842 * gdb.python/py-evthreads.exp: Likewise.
13843 * gdb.python/py-frame-args.exp: Likewise.
13844 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13845 * gdb.python/py-framefilter-mi.exp: Likewise.
13846 * gdb.python/py-framefilter.exp: Likewise.
13847 * gdb.python/py-mi.exp: Likewise.
13848 * gdb.python/py-pp-maint.exp: Likewise.
13849 * gdb.python/py-pp-registration.exp: Likewise.
13850 * gdb.python/py-prettyprint.exp: Likewise.
13851 (run_lang_tests): Likewise.
13852 * gdb.python/py-typeprint.exp: Likewise.
13853
e309aa65
LM
138542017-01-26 Luis Machado <lgustavo@codesourcery.com>
13855
13856 * lib/memory.exp: New file.
13857 * lib/gdb.exp: Load memory.exp.
13858 * gdb.base/memattr.exp (delete_memory): Move proc to
13859 lib/memory.exp and rename to delete_memory_regions.
13860 Replace delete_memory with delete_memory_regions.
13861 Cleanup memory regions before tests.
13862 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13863 before tests.
13864
515aff23
LM
138652017-01-26 Luis Machado <lgustavo@codesourcery.com>
13866
13867 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13868 files.
13869 (initialize): New function conditionally defined.
13870 (testcases): Move within conditional block.
13871 (main): Call initialize.
13872 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13873 of gdb.reverse/insn-reverse.c.
13874 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13875 gdb.reverse/insn-reverse.c.
13876
d8b49cf0
YQ
138772017-01-26 Yao Qi <yao.qi@linaro.org>
13878
13879 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13880 disassemble on address 0.
13881
f13a9a0c
YQ
138822017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13883 Yao Qi <yao.qi@linaro.org>
13884
13885 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13886 * gdb.dwarf2/implptr-64bit.S: Remove.
13887 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13888 variables in caller's context. Add DW_OP_implicit_value.
13889
5ac95241
YQ
138902017-01-25 Yao Qi <yao.qi@linaro.org>
13891
13892 * lib/dwarf.exp (Dwarf::_location): Handle
13893 DW_OP_GNU_implicit_pointer with proper size.
13894
23e82930
LM
138952017-01-20 Luis Machado <lgustavo@codesourcery.com>
13896
13897 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13898 and add untested calls.
13899
d334ae25
LM
139002017-01-20 Luis Machado <lgustavo@codesourcery.com>
13901
13902 * gdb.python/python.exp: Check line number against what GDB thinks
13903 the line number is for func1.
13904
f5e6296e
IB
139052017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13906
13907 * gdb.dlang/debug-expr.exp: New file.
13908
5b362f04
LM
139092016-12-23 Luis Machado <lgustavo@codesourcery.com>
13910
13911 Fix test names for the following files:
13912
13913 * gdb.ada/exec_changed.exp
13914 * gdb.ada/info_types.exp
13915 * gdb.arch/aarch64-atomic-inst.exp
13916 * gdb.arch/aarch64-fp.exp
13917 * gdb.arch/altivec-abi.exp
13918 * gdb.arch/altivec-regs.exp
13919 * gdb.arch/amd64-byte.exp
13920 * gdb.arch/amd64-disp-step.exp
13921 * gdb.arch/amd64-dword.exp
13922 * gdb.arch/amd64-entry-value-inline.exp
13923 * gdb.arch/amd64-entry-value-param.exp
13924 * gdb.arch/amd64-entry-value-paramref.exp
13925 * gdb.arch/amd64-entry-value.exp
13926 * gdb.arch/amd64-i386-address.exp
13927 * gdb.arch/amd64-invalid-stack-middle.exp
13928 * gdb.arch/amd64-invalid-stack-top.exp
13929 * gdb.arch/amd64-optimout-repeat.exp
13930 * gdb.arch/amd64-prologue-skip.exp
13931 * gdb.arch/amd64-prologue-xmm.exp
13932 * gdb.arch/amd64-stap-special-operands.exp
13933 * gdb.arch/amd64-stap-wrong-subexp.exp
13934 * gdb.arch/amd64-tailcall-cxx.exp
13935 * gdb.arch/amd64-tailcall-noret.exp
13936 * gdb.arch/amd64-tailcall-ret.exp
13937 * gdb.arch/amd64-tailcall-self.exp
13938 * gdb.arch/amd64-word.exp
13939 * gdb.arch/arm-bl-branch-dest.exp
13940 * gdb.arch/arm-disp-step.exp
13941 * gdb.arch/arm-neon.exp
13942 * gdb.arch/arm-single-step-kernel-helper.exp
13943 * gdb.arch/avr-flash-qualifier.exp
13944 * gdb.arch/disp-step-insn-reloc.exp
13945 * gdb.arch/e500-abi.exp
13946 * gdb.arch/e500-regs.exp
13947 * gdb.arch/ftrace-insn-reloc.exp
13948 * gdb.arch/i386-avx512.exp
13949 * gdb.arch/i386-bp_permanent.exp
13950 * gdb.arch/i386-byte.exp
13951 * gdb.arch/i386-cfi-notcurrent.exp
13952 * gdb.arch/i386-disp-step.exp
13953 * gdb.arch/i386-dr3-watch.exp
13954 * gdb.arch/i386-float.exp
13955 * gdb.arch/i386-gnu-cfi.exp
13956 * gdb.arch/i386-mpx-map.exp
13957 * gdb.arch/i386-mpx-sigsegv.exp
13958 * gdb.arch/i386-mpx-simple_segv.exp
13959 * gdb.arch/i386-mpx.exp
13960 * gdb.arch/i386-permbkpt.exp
13961 * gdb.arch/i386-prologue.exp
13962 * gdb.arch/i386-signal.exp
13963 * gdb.arch/i386-size-overlap.exp
13964 * gdb.arch/i386-unwind.exp
13965 * gdb.arch/i386-word.exp
13966 * gdb.arch/mips-fcr.exp
13967 * gdb.arch/powerpc-d128-regs.exp
13968 * gdb.arch/powerpc-stackless.exp
13969 * gdb.arch/ppc64-atomic-inst.exp
13970 * gdb.arch/s390-stackless.exp
13971 * gdb.arch/s390-tdbregs.exp
13972 * gdb.arch/s390-vregs.exp
13973 * gdb.arch/sparc-sysstep.exp
13974 * gdb.arch/thumb-bx-pc.exp
13975 * gdb.arch/thumb-singlestep.exp
13976 * gdb.arch/thumb2-it.exp
13977 * gdb.arch/vsx-regs.exp
13978 * gdb.asm/asm-source.exp
13979 * gdb.base/a2-run.exp
13980 * gdb.base/advance.exp
13981 * gdb.base/all-bin.exp
13982 * gdb.base/anon.exp
13983 * gdb.base/args.exp
13984 * gdb.base/arithmet.exp
13985 * gdb.base/async-shell.exp
13986 * gdb.base/async.exp
13987 * gdb.base/attach-pie-noexec.exp
13988 * gdb.base/attach-twice.exp
13989 * gdb.base/auto-load.exp
13990 * gdb.base/bang.exp
13991 * gdb.base/bitfields.exp
13992 * gdb.base/break-always.exp
13993 * gdb.base/break-caller-line.exp
13994 * gdb.base/break-entry.exp
13995 * gdb.base/break-inline.exp
13996 * gdb.base/break-on-linker-gcd-function.exp
13997 * gdb.base/break-probes.exp
13998 * gdb.base/break.exp
13999 * gdb.base/breakpoint-shadow.exp
14000 * gdb.base/call-ar-st.exp
14001 * gdb.base/call-sc.exp
14002 * gdb.base/call-signal-resume.exp
14003 * gdb.base/call-strs.exp
14004 * gdb.base/callfuncs.exp
14005 * gdb.base/catch-fork-static.exp
14006 * gdb.base/catch-gdb-caused-signals.exp
14007 * gdb.base/catch-load.exp
14008 * gdb.base/catch-signal-fork.exp
14009 * gdb.base/catch-signal.exp
14010 * gdb.base/catch-syscall.exp
14011 * gdb.base/charset.exp
14012 * gdb.base/checkpoint.exp
14013 * gdb.base/chng-syms.exp
14014 * gdb.base/code-expr.exp
14015 * gdb.base/code_elim.exp
14016 * gdb.base/commands.exp
14017 * gdb.base/completion.exp
14018 * gdb.base/complex.exp
14019 * gdb.base/cond-expr.exp
14020 * gdb.base/condbreak.exp
14021 * gdb.base/consecutive.exp
14022 * gdb.base/continue-all-already-running.exp
14023 * gdb.base/coredump-filter.exp
14024 * gdb.base/corefile.exp
14025 * gdb.base/dbx.exp
14026 * gdb.base/debug-expr.exp
14027 * gdb.base/define.exp
14028 * gdb.base/del.exp
14029 * gdb.base/disabled-location.exp
14030 * gdb.base/disasm-end-cu.exp
14031 * gdb.base/disasm-optim.exp
14032 * gdb.base/display.exp
14033 * gdb.base/duplicate-bp.exp
14034 * gdb.base/ena-dis-br.exp
14035 * gdb.base/ending-run.exp
14036 * gdb.base/enumval.exp
14037 * gdb.base/environ.exp
14038 * gdb.base/eu-strip-infcall.exp
14039 * gdb.base/eval-avoid-side-effects.exp
14040 * gdb.base/eval-skip.exp
14041 * gdb.base/exitsignal.exp
14042 * gdb.base/expand-psymtabs.exp
14043 * gdb.base/filesym.exp
14044 * gdb.base/find-unmapped.exp
14045 * gdb.base/finish.exp
14046 * gdb.base/float.exp
14047 * gdb.base/foll-exec-mode.exp
14048 * gdb.base/foll-exec.exp
14049 * gdb.base/foll-fork.exp
14050 * gdb.base/fortran-sym-case.exp
14051 * gdb.base/freebpcmd.exp
14052 * gdb.base/func-ptr.exp
14053 * gdb.base/func-ptrs.exp
14054 * gdb.base/funcargs.exp
14055 * gdb.base/gcore-buffer-overflow.exp
14056 * gdb.base/gcore-relro-pie.exp
14057 * gdb.base/gcore-relro.exp
14058 * gdb.base/gcore.exp
14059 * gdb.base/gdb1090.exp
14060 * gdb.base/gdb11530.exp
14061 * gdb.base/gdb11531.exp
14062 * gdb.base/gdb1821.exp
14063 * gdb.base/gdbindex-stabs.exp
14064 * gdb.base/gdbvars.exp
14065 * gdb.base/hbreak.exp
14066 * gdb.base/hbreak2.exp
14067 * gdb.base/included.exp
14068 * gdb.base/infcall-input.exp
14069 * gdb.base/inferior-died.exp
14070 * gdb.base/infnan.exp
14071 * gdb.base/info-macros.exp
14072 * gdb.base/info-os.exp
14073 * gdb.base/info-proc.exp
14074 * gdb.base/info-shared.exp
14075 * gdb.base/info-target.exp
14076 * gdb.base/infoline.exp
14077 * gdb.base/interp.exp
14078 * gdb.base/interrupt.exp
14079 * gdb.base/jit-reader.exp
14080 * gdb.base/jit-simple.exp
14081 * gdb.base/kill-after-signal.exp
14082 * gdb.base/kill-detach-inferiors-cmd.exp
14083 * gdb.base/label.exp
14084 * gdb.base/langs.exp
14085 * gdb.base/ldbl_e308.exp
14086 * gdb.base/line-symtabs.exp
14087 * gdb.base/linespecs.exp
14088 * gdb.base/list.exp
14089 * gdb.base/long_long.exp
14090 * gdb.base/longest-types.exp
14091 * gdb.base/maint.exp
14092 * gdb.base/max-value-size.exp
14093 * gdb.base/memattr.exp
14094 * gdb.base/mips_pro.exp
14095 * gdb.base/morestack.exp
14096 * gdb.base/moribund-step.exp
14097 * gdb.base/multi-forks.exp
14098 * gdb.base/nested-addr.exp
14099 * gdb.base/nextoverexit.exp
14100 * gdb.base/noreturn-finish.exp
14101 * gdb.base/noreturn-return.exp
14102 * gdb.base/nostdlib.exp
14103 * gdb.base/offsets.exp
14104 * gdb.base/opaque.exp
14105 * gdb.base/pc-fp.exp
14106 * gdb.base/permissions.exp
14107 * gdb.base/print-symbol-loading.exp
14108 * gdb.base/prologue-include.exp
14109 * gdb.base/psymtab.exp
14110 * gdb.base/ptype.exp
14111 * gdb.base/random-signal.exp
14112 * gdb.base/randomize.exp
14113 * gdb.base/range-stepping.exp
14114 * gdb.base/readline-ask.exp
14115 * gdb.base/recpar.exp
14116 * gdb.base/recurse.exp
14117 * gdb.base/relational.exp
14118 * gdb.base/restore.exp
14119 * gdb.base/return-nodebug.exp
14120 * gdb.base/return.exp
14121 * gdb.base/run-after-attach.exp
14122 * gdb.base/save-bp.exp
14123 * gdb.base/scope.exp
14124 * gdb.base/sect-cmd.exp
14125 * gdb.base/set-lang-auto.exp
14126 * gdb.base/set-noassign.exp
14127 * gdb.base/setvar.exp
14128 * gdb.base/sigall.exp
14129 * gdb.base/sigbpt.exp
14130 * gdb.base/siginfo-addr.exp
14131 * gdb.base/siginfo-infcall.exp
14132 * gdb.base/siginfo-obj.exp
14133 * gdb.base/siginfo.exp
14134 * gdb.base/signals-state-child.exp
14135 * gdb.base/signest.exp
14136 * gdb.base/sigstep.exp
14137 * gdb.base/sizeof.exp
14138 * gdb.base/skip.exp
14139 * gdb.base/solib-corrupted.exp
14140 * gdb.base/solib-nodir.exp
14141 * gdb.base/solib-search.exp
14142 * gdb.base/stack-checking.exp
14143 * gdb.base/stale-infcall.exp
14144 * gdb.base/stap-probe.exp
14145 * gdb.base/start.exp
14146 * gdb.base/step-break.exp
14147 * gdb.base/step-bt.exp
14148 * gdb.base/step-line.exp
14149 * gdb.base/step-over-exit.exp
14150 * gdb.base/step-over-syscall.exp
14151 * gdb.base/step-resume-infcall.exp
14152 * gdb.base/step-test.exp
14153 * gdb.base/store.exp
14154 * gdb.base/structs3.exp
14155 * gdb.base/sym-file.exp
14156 * gdb.base/symbol-without-target_section.exp
14157 * gdb.base/term.exp
14158 * gdb.base/testenv.exp
14159 * gdb.base/ui-redirect.exp
14160 * gdb.base/until.exp
14161 * gdb.base/unwindonsignal.exp
14162 * gdb.base/value-double-free.exp
14163 * gdb.base/vla-datatypes.exp
14164 * gdb.base/vla-ptr.exp
14165 * gdb.base/vla-sideeffect.exp
14166 * gdb.base/volatile.exp
14167 * gdb.base/watch-cond-infcall.exp
14168 * gdb.base/watch-cond.exp
14169 * gdb.base/watch-non-mem.exp
14170 * gdb.base/watch-read.exp
14171 * gdb.base/watch-vfork.exp
14172 * gdb.base/watchpoint-cond-gone.exp
14173 * gdb.base/watchpoint-delete.exp
14174 * gdb.base/watchpoint-hw-hit-once.exp
14175 * gdb.base/watchpoint-hw.exp
14176 * gdb.base/watchpoint-stops-at-right-insn.exp
14177 * gdb.base/watchpoints.exp
14178 * gdb.base/wchar.exp
14179 * gdb.base/whatis-exp.exp
14180 * gdb.btrace/buffer-size.exp
14181 * gdb.btrace/data.exp
14182 * gdb.btrace/delta.exp
14183 * gdb.btrace/dlopen.exp
14184 * gdb.btrace/enable.exp
14185 * gdb.btrace/exception.exp
14186 * gdb.btrace/function_call_history.exp
14187 * gdb.btrace/gcore.exp
14188 * gdb.btrace/instruction_history.exp
14189 * gdb.btrace/nohist.exp
14190 * gdb.btrace/reconnect.exp
14191 * gdb.btrace/record_goto-step.exp
14192 * gdb.btrace/record_goto.exp
14193 * gdb.btrace/rn-dl-bind.exp
14194 * gdb.btrace/segv.exp
14195 * gdb.btrace/step.exp
14196 * gdb.btrace/stepi.exp
14197 * gdb.btrace/tailcall-only.exp
14198 * gdb.btrace/tailcall.exp
14199 * gdb.btrace/tsx.exp
14200 * gdb.btrace/unknown_functions.exp
14201 * gdb.btrace/vdso.exp
14202 * gdb.compile/compile-ifunc.exp
14203 * gdb.compile/compile-ops.exp
14204 * gdb.compile/compile-print.exp
14205 * gdb.compile/compile-setjmp.exp
14206 * gdb.cp/abstract-origin.exp
14207 * gdb.cp/ambiguous.exp
14208 * gdb.cp/annota2.exp
14209 * gdb.cp/annota3.exp
14210 * gdb.cp/anon-ns.exp
14211 * gdb.cp/anon-struct.exp
14212 * gdb.cp/anon-union.exp
14213 * gdb.cp/arg-reference.exp
14214 * gdb.cp/baseenum.exp
14215 * gdb.cp/bool.exp
14216 * gdb.cp/breakpoint.exp
14217 * gdb.cp/bs15503.exp
14218 * gdb.cp/call-c.exp
14219 * gdb.cp/casts.exp
14220 * gdb.cp/chained-calls.exp
14221 * gdb.cp/class2.exp
14222 * gdb.cp/classes.exp
14223 * gdb.cp/cmpd-minsyms.exp
14224 * gdb.cp/converts.exp
14225 * gdb.cp/cp-relocate.exp
14226 * gdb.cp/cpcompletion.exp
14227 * gdb.cp/cpexprs.exp
14228 * gdb.cp/cplabel.exp
14229 * gdb.cp/cplusfuncs.exp
14230 * gdb.cp/cpsizeof.exp
14231 * gdb.cp/ctti.exp
14232 * gdb.cp/derivation.exp
14233 * gdb.cp/destrprint.exp
14234 * gdb.cp/dispcxx.exp
14235 * gdb.cp/enum-class.exp
14236 * gdb.cp/exception.exp
14237 * gdb.cp/exceptprint.exp
14238 * gdb.cp/expand-psymtabs-cxx.exp
14239 * gdb.cp/expand-sals.exp
14240 * gdb.cp/extern-c.exp
14241 * gdb.cp/filename.exp
14242 * gdb.cp/formatted-ref.exp
14243 * gdb.cp/fpointer.exp
14244 * gdb.cp/gdb1355.exp
14245 * gdb.cp/gdb2495.exp
14246 * gdb.cp/hang.exp
14247 * gdb.cp/impl-this.exp
14248 * gdb.cp/infcall-dlopen.exp
14249 * gdb.cp/inherit.exp
14250 * gdb.cp/iostream.exp
14251 * gdb.cp/koenig.exp
14252 * gdb.cp/local.exp
14253 * gdb.cp/m-data.exp
14254 * gdb.cp/m-static.exp
14255 * gdb.cp/mb-ctor.exp
14256 * gdb.cp/mb-inline.exp
14257 * gdb.cp/mb-templates.exp
14258 * gdb.cp/member-name.exp
14259 * gdb.cp/member-ptr.exp
14260 * gdb.cp/meth-typedefs.exp
14261 * gdb.cp/method.exp
14262 * gdb.cp/method2.exp
14263 * gdb.cp/minsym-fallback.exp
14264 * gdb.cp/misc.exp
14265 * gdb.cp/namelessclass.exp
14266 * gdb.cp/namespace-enum.exp
14267 * gdb.cp/namespace-nested-import.exp
14268 * gdb.cp/namespace.exp
14269 * gdb.cp/nextoverthrow.exp
14270 * gdb.cp/no-dmgl-verbose.exp
14271 * gdb.cp/non-trivial-retval.exp
14272 * gdb.cp/noparam.exp
14273 * gdb.cp/nsdecl.exp
14274 * gdb.cp/nsimport.exp
14275 * gdb.cp/nsnested.exp
14276 * gdb.cp/nsnoimports.exp
14277 * gdb.cp/nsrecurs.exp
14278 * gdb.cp/nsstress.exp
14279 * gdb.cp/nsusing.exp
14280 * gdb.cp/operator.exp
14281 * gdb.cp/oranking.exp
14282 * gdb.cp/overload-const.exp
14283 * gdb.cp/overload.exp
14284 * gdb.cp/ovldbreak.exp
14285 * gdb.cp/ovsrch.exp
14286 * gdb.cp/paren-type.exp
14287 * gdb.cp/parse-lang.exp
14288 * gdb.cp/pass-by-ref.exp
14289 * gdb.cp/pr-1023.exp
14290 * gdb.cp/pr-1210.exp
14291 * gdb.cp/pr-574.exp
14292 * gdb.cp/pr10687.exp
14293 * gdb.cp/pr12028.exp
14294 * gdb.cp/pr17132.exp
14295 * gdb.cp/pr17494.exp
14296 * gdb.cp/pr9067.exp
14297 * gdb.cp/pr9167.exp
14298 * gdb.cp/pr9631.exp
14299 * gdb.cp/printmethod.exp
14300 * gdb.cp/psmang.exp
14301 * gdb.cp/psymtab-parameter.exp
14302 * gdb.cp/ptype-cv-cp.exp
14303 * gdb.cp/ptype-flags.exp
14304 * gdb.cp/re-set-overloaded.exp
14305 * gdb.cp/ref-types.exp
14306 * gdb.cp/rtti.exp
14307 * gdb.cp/scope-err.exp
14308 * gdb.cp/shadow.exp
14309 * gdb.cp/smartp.exp
14310 * gdb.cp/static-method.exp
14311 * gdb.cp/static-print-quit.exp
14312 * gdb.cp/temargs.exp
14313 * gdb.cp/templates.exp
14314 * gdb.cp/try_catch.exp
14315 * gdb.cp/typedef-operator.exp
14316 * gdb.cp/typeid.exp
14317 * gdb.cp/userdef.exp
14318 * gdb.cp/using-crash.exp
14319 * gdb.cp/var-tag.exp
14320 * gdb.cp/virtbase.exp
14321 * gdb.cp/virtfunc.exp
14322 * gdb.cp/virtfunc2.exp
14323 * gdb.cp/vla-cxx.exp
14324 * gdb.disasm/t01_mov.exp
14325 * gdb.disasm/t02_mova.exp
14326 * gdb.disasm/t03_add.exp
14327 * gdb.disasm/t04_sub.exp
14328 * gdb.disasm/t05_cmp.exp
14329 * gdb.disasm/t06_ari2.exp
14330 * gdb.disasm/t07_ari3.exp
14331 * gdb.disasm/t08_or.exp
14332 * gdb.disasm/t09_xor.exp
14333 * gdb.disasm/t10_and.exp
14334 * gdb.disasm/t11_logs.exp
14335 * gdb.disasm/t12_bit.exp
14336 * gdb.disasm/t13_otr.exp
14337 * gdb.dlang/circular.exp
14338 * gdb.dwarf2/arr-stride.exp
14339 * gdb.dwarf2/arr-subrange.exp
14340 * gdb.dwarf2/atomic-type.exp
14341 * gdb.dwarf2/bad-regnum.exp
14342 * gdb.dwarf2/bitfield-parent-optimized-out.exp
14343 * gdb.dwarf2/callframecfa.exp
14344 * gdb.dwarf2/clztest.exp
14345 * gdb.dwarf2/corrupt.exp
14346 * gdb.dwarf2/data-loc.exp
14347 * gdb.dwarf2/dup-psym.exp
14348 * gdb.dwarf2/dw2-anon-mptr.exp
14349 * gdb.dwarf2/dw2-anonymous-func.exp
14350 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
14351 * gdb.dwarf2/dw2-bad-unresolved.exp
14352 * gdb.dwarf2/dw2-basic.exp
14353 * gdb.dwarf2/dw2-canonicalize-type.exp
14354 * gdb.dwarf2/dw2-case-insensitive.exp
14355 * gdb.dwarf2/dw2-common-block.exp
14356 * gdb.dwarf2/dw2-compdir-oldgcc.exp
14357 * gdb.dwarf2/dw2-compressed.exp
14358 * gdb.dwarf2/dw2-const.exp
14359 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
14360 * gdb.dwarf2/dw2-cu-size.exp
14361 * gdb.dwarf2/dw2-dup-frame.exp
14362 * gdb.dwarf2/dw2-entry-value.exp
14363 * gdb.dwarf2/dw2-icycle.exp
14364 * gdb.dwarf2/dw2-ifort-parameter.exp
14365 * gdb.dwarf2/dw2-inline-break.exp
14366 * gdb.dwarf2/dw2-inline-param.exp
14367 * gdb.dwarf2/dw2-intercu.exp
14368 * gdb.dwarf2/dw2-intermix.exp
14369 * gdb.dwarf2/dw2-lexical-block-bare.exp
14370 * gdb.dwarf2/dw2-linkage-name-trust.exp
14371 * gdb.dwarf2/dw2-minsym-in-cu.exp
14372 * gdb.dwarf2/dw2-noloc.exp
14373 * gdb.dwarf2/dw2-op-call.exp
14374 * gdb.dwarf2/dw2-op-out-param.exp
14375 * gdb.dwarf2/dw2-opt-structptr.exp
14376 * gdb.dwarf2/dw2-param-error.exp
14377 * gdb.dwarf2/dw2-producer.exp
14378 * gdb.dwarf2/dw2-ranges-base.exp
14379 * gdb.dwarf2/dw2-ref-missing-frame.exp
14380 * gdb.dwarf2/dw2-reg-undefined.exp
14381 * gdb.dwarf2/dw2-regno-invalid.exp
14382 * gdb.dwarf2/dw2-restore.exp
14383 * gdb.dwarf2/dw2-restrict.exp
14384 * gdb.dwarf2/dw2-single-line-discriminators.exp
14385 * gdb.dwarf2/dw2-strp.exp
14386 * gdb.dwarf2/dw2-undefined-ret-addr.exp
14387 * gdb.dwarf2/dw2-unresolved.exp
14388 * gdb.dwarf2/dw2-var-zero-addr.exp
14389 * gdb.dwarf2/dw4-sig-types.exp
14390 * gdb.dwarf2/dwz.exp
14391 * gdb.dwarf2/dynarr-ptr.exp
14392 * gdb.dwarf2/enum-type.exp
14393 * gdb.dwarf2/gdb-index.exp
14394 * gdb.dwarf2/implptr-64bit.exp
14395 * gdb.dwarf2/implptr-optimized-out.exp
14396 * gdb.dwarf2/implptr.exp
14397 * gdb.dwarf2/implref-array.exp
14398 * gdb.dwarf2/implref-const.exp
14399 * gdb.dwarf2/implref-global.exp
14400 * gdb.dwarf2/implref-struct.exp
14401 * gdb.dwarf2/mac-fileno.exp
14402 * gdb.dwarf2/main-subprogram.exp
14403 * gdb.dwarf2/member-ptr-forwardref.exp
14404 * gdb.dwarf2/method-ptr.exp
14405 * gdb.dwarf2/missing-sig-type.exp
14406 * gdb.dwarf2/nonvar-access.exp
14407 * gdb.dwarf2/opaque-type-lookup.exp
14408 * gdb.dwarf2/pieces-optimized-out.exp
14409 * gdb.dwarf2/pieces.exp
14410 * gdb.dwarf2/pr10770.exp
14411 * gdb.dwarf2/pr13961.exp
14412 * gdb.dwarf2/staticvirtual.exp
14413 * gdb.dwarf2/subrange.exp
14414 * gdb.dwarf2/symtab-producer.exp
14415 * gdb.dwarf2/trace-crash.exp
14416 * gdb.dwarf2/typeddwarf.exp
14417 * gdb.dwarf2/valop.exp
14418 * gdb.dwarf2/watch-notconst.exp
14419 * gdb.fortran/array-element.exp
14420 * gdb.fortran/charset.exp
14421 * gdb.fortran/common-block.exp
14422 * gdb.fortran/complex.exp
14423 * gdb.fortran/derived-type-function.exp
14424 * gdb.fortran/derived-type.exp
14425 * gdb.fortran/logical.exp
14426 * gdb.fortran/module.exp
14427 * gdb.fortran/multi-dim.exp
14428 * gdb.fortran/nested-funcs.exp
14429 * gdb.fortran/print-formatted.exp
14430 * gdb.fortran/subarray.exp
14431 * gdb.fortran/vla-alloc-assoc.exp
14432 * gdb.fortran/vla-datatypes.exp
14433 * gdb.fortran/vla-history.exp
14434 * gdb.fortran/vla-ptr-info.exp
14435 * gdb.fortran/vla-ptype-sub.exp
14436 * gdb.fortran/vla-ptype.exp
14437 * gdb.fortran/vla-sizeof.exp
14438 * gdb.fortran/vla-type.exp
14439 * gdb.fortran/vla-value-sub-arbitrary.exp
14440 * gdb.fortran/vla-value-sub-finish.exp
14441 * gdb.fortran/vla-value-sub.exp
14442 * gdb.fortran/vla-value.exp
14443 * gdb.fortran/whatis_type.exp
14444 * gdb.go/chan.exp
14445 * gdb.go/handcall.exp
14446 * gdb.go/hello.exp
14447 * gdb.go/integers.exp
14448 * gdb.go/methods.exp
14449 * gdb.go/package.exp
14450 * gdb.go/strings.exp
14451 * gdb.go/types.exp
14452 * gdb.go/unsafe.exp
14453 * gdb.guile/scm-arch.exp
14454 * gdb.guile/scm-block.exp
14455 * gdb.guile/scm-breakpoint.exp
14456 * gdb.guile/scm-cmd.exp
14457 * gdb.guile/scm-disasm.exp
14458 * gdb.guile/scm-equal.exp
14459 * gdb.guile/scm-frame-args.exp
14460 * gdb.guile/scm-frame-inline.exp
14461 * gdb.guile/scm-frame.exp
14462 * gdb.guile/scm-iterator.exp
14463 * gdb.guile/scm-math.exp
14464 * gdb.guile/scm-objfile.exp
14465 * gdb.guile/scm-ports.exp
14466 * gdb.guile/scm-symbol.exp
14467 * gdb.guile/scm-symtab.exp
14468 * gdb.guile/scm-value-cc.exp
14469 * gdb.guile/types-module.exp
14470 * gdb.linespec/break-ask.exp
14471 * gdb.linespec/cpexplicit.exp
14472 * gdb.linespec/explicit.exp
14473 * gdb.linespec/keywords.exp
14474 * gdb.linespec/linespec.exp
14475 * gdb.linespec/ls-dollar.exp
14476 * gdb.linespec/ls-errs.exp
14477 * gdb.linespec/skip-two.exp
14478 * gdb.linespec/thread.exp
14479 * gdb.mi/mi-async.exp
14480 * gdb.mi/mi-basics.exp
14481 * gdb.mi/mi-break.exp
14482 * gdb.mi/mi-catch-load.exp
14483 * gdb.mi/mi-cli.exp
14484 * gdb.mi/mi-cmd-param-changed.exp
14485 * gdb.mi/mi-console.exp
14486 * gdb.mi/mi-detach.exp
14487 * gdb.mi/mi-disassemble.exp
14488 * gdb.mi/mi-eval.exp
14489 * gdb.mi/mi-file-transfer.exp
14490 * gdb.mi/mi-file.exp
14491 * gdb.mi/mi-fill-memory.exp
14492 * gdb.mi/mi-inheritance-syntax-error.exp
14493 * gdb.mi/mi-linespec-err-cp.exp
14494 * gdb.mi/mi-logging.exp
14495 * gdb.mi/mi-memory-changed.exp
14496 * gdb.mi/mi-read-memory.exp
14497 * gdb.mi/mi-record-changed.exp
14498 * gdb.mi/mi-reg-undefined.exp
14499 * gdb.mi/mi-regs.exp
14500 * gdb.mi/mi-return.exp
14501 * gdb.mi/mi-reverse.exp
14502 * gdb.mi/mi-simplerun.exp
14503 * gdb.mi/mi-solib.exp
14504 * gdb.mi/mi-stack.exp
14505 * gdb.mi/mi-stepi.exp
14506 * gdb.mi/mi-syn-frame.exp
14507 * gdb.mi/mi-until.exp
14508 * gdb.mi/mi-var-block.exp
14509 * gdb.mi/mi-var-child.exp
14510 * gdb.mi/mi-var-cmd.exp
14511 * gdb.mi/mi-var-cp.exp
14512 * gdb.mi/mi-var-display.exp
14513 * gdb.mi/mi-var-invalidate.exp
14514 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14515 * gdb.mi/mi-vla-fortran.exp
14516 * gdb.mi/mi-watch.exp
14517 * gdb.mi/mi2-var-child.exp
14518 * gdb.mi/user-selected-context-sync.exp
14519 * gdb.modula2/unbounded-array.exp
14520 * gdb.multi/dummy-frame-restore.exp
14521 * gdb.multi/multi-arch-exec.exp
14522 * gdb.multi/multi-arch.exp
14523 * gdb.multi/tids.exp
14524 * gdb.multi/watchpoint-multi.exp
14525 * gdb.opencl/callfuncs.exp
14526 * gdb.opencl/convs_casts.exp
14527 * gdb.opencl/datatypes.exp
14528 * gdb.opencl/operators.exp
14529 * gdb.opencl/vec_comps.exp
14530 * gdb.opt/clobbered-registers-O2.exp
14531 * gdb.opt/inline-break.exp
14532 * gdb.opt/inline-bt.exp
14533 * gdb.opt/inline-cmds.exp
14534 * gdb.opt/inline-locals.exp
14535 * gdb.pascal/case-insensitive-symbols.exp
14536 * gdb.pascal/floats.exp
14537 * gdb.pascal/gdb11492.exp
14538 * gdb.python/lib-types.exp
14539 * gdb.python/py-arch.exp
14540 * gdb.python/py-as-string.exp
14541 * gdb.python/py-bad-printers.exp
14542 * gdb.python/py-block.exp
14543 * gdb.python/py-breakpoint-create-fail.exp
14544 * gdb.python/py-breakpoint.exp
14545 * gdb.python/py-caller-is.exp
14546 * gdb.python/py-cmd.exp
14547 * gdb.python/py-explore-cc.exp
14548 * gdb.python/py-explore.exp
14549 * gdb.python/py-finish-breakpoint.exp
14550 * gdb.python/py-finish-breakpoint2.exp
14551 * gdb.python/py-frame-args.exp
14552 * gdb.python/py-frame-inline.exp
14553 * gdb.python/py-frame.exp
14554 * gdb.python/py-framefilter-mi.exp
14555 * gdb.python/py-infthread.exp
14556 * gdb.python/py-lazy-string.exp
14557 * gdb.python/py-linetable.exp
14558 * gdb.python/py-mi-events.exp
14559 * gdb.python/py-mi-objfile.exp
14560 * gdb.python/py-mi.exp
14561 * gdb.python/py-objfile.exp
14562 * gdb.python/py-pp-integral.exp
14563 * gdb.python/py-pp-maint.exp
14564 * gdb.python/py-pp-re-notag.exp
14565 * gdb.python/py-pp-registration.exp
14566 * gdb.python/py-recurse-unwind.exp
14567 * gdb.python/py-strfns.exp
14568 * gdb.python/py-symbol.exp
14569 * gdb.python/py-symtab.exp
14570 * gdb.python/py-sync-interp.exp
14571 * gdb.python/py-typeprint.exp
14572 * gdb.python/py-unwind-maint.exp
14573 * gdb.python/py-unwind.exp
14574 * gdb.python/py-value-cc.exp
14575 * gdb.python/py-xmethods.exp
14576 * gdb.reverse/amd64-tailcall-reverse.exp
14577 * gdb.reverse/break-precsave.exp
14578 * gdb.reverse/break-reverse.exp
14579 * gdb.reverse/consecutive-precsave.exp
14580 * gdb.reverse/consecutive-reverse.exp
14581 * gdb.reverse/finish-precsave.exp
14582 * gdb.reverse/finish-reverse-bkpt.exp
14583 * gdb.reverse/finish-reverse.exp
14584 * gdb.reverse/fstatat-reverse.exp
14585 * gdb.reverse/getresuid-reverse.exp
14586 * gdb.reverse/i386-precsave.exp
14587 * gdb.reverse/i386-reverse.exp
14588 * gdb.reverse/i386-sse-reverse.exp
14589 * gdb.reverse/i387-env-reverse.exp
14590 * gdb.reverse/i387-stack-reverse.exp
14591 * gdb.reverse/insn-reverse.exp
14592 * gdb.reverse/machinestate-precsave.exp
14593 * gdb.reverse/machinestate.exp
14594 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14595 * gdb.reverse/pipe-reverse.exp
14596 * gdb.reverse/readv-reverse.exp
14597 * gdb.reverse/recvmsg-reverse.exp
14598 * gdb.reverse/rerun-prec.exp
14599 * gdb.reverse/s390-mvcle.exp
14600 * gdb.reverse/step-precsave.exp
14601 * gdb.reverse/step-reverse.exp
14602 * gdb.reverse/time-reverse.exp
14603 * gdb.reverse/until-precsave.exp
14604 * gdb.reverse/until-reverse.exp
14605 * gdb.reverse/waitpid-reverse.exp
14606 * gdb.reverse/watch-precsave.exp
14607 * gdb.reverse/watch-reverse.exp
14608 * gdb.rust/generics.exp
14609 * gdb.rust/methods.exp
14610 * gdb.rust/modules.exp
14611 * gdb.rust/simple.exp
14612 * gdb.server/connect-with-no-symbol-file.exp
14613 * gdb.server/ext-attach.exp
14614 * gdb.server/ext-restart.exp
14615 * gdb.server/ext-wrapper.exp
14616 * gdb.server/file-transfer.exp
14617 * gdb.server/server-exec-info.exp
14618 * gdb.server/server-kill.exp
14619 * gdb.server/server-mon.exp
14620 * gdb.server/wrapper.exp
14621 * gdb.stabs/exclfwd.exp
14622 * gdb.stabs/gdb11479.exp
14623 * gdb.threads/clone-new-thread-event.exp
14624 * gdb.threads/corethreads.exp
14625 * gdb.threads/current-lwp-dead.exp
14626 * gdb.threads/dlopen-libpthread.exp
14627 * gdb.threads/gcore-thread.exp
14628 * gdb.threads/sigstep-threads.exp
14629 * gdb.threads/watchpoint-fork.exp
14630 * gdb.trace/actions-changed.exp
14631 * gdb.trace/backtrace.exp
14632 * gdb.trace/change-loc.exp
14633 * gdb.trace/circ.exp
14634 * gdb.trace/collection.exp
14635 * gdb.trace/disconnected-tracing.exp
14636 * gdb.trace/ftrace.exp
14637 * gdb.trace/mi-trace-frame-collected.exp
14638 * gdb.trace/mi-trace-unavailable.exp
14639 * gdb.trace/mi-traceframe-changed.exp
14640 * gdb.trace/mi-tsv-changed.exp
14641 * gdb.trace/no-attach-trace.exp
14642 * gdb.trace/passc-dyn.exp
14643 * gdb.trace/qtro.exp
14644 * gdb.trace/range-stepping.exp
14645 * gdb.trace/read-memory.exp
14646 * gdb.trace/save-trace.exp
14647 * gdb.trace/signal.exp
14648 * gdb.trace/status-stop.exp
14649 * gdb.trace/tfile.exp
14650 * gdb.trace/trace-break.exp
14651 * gdb.trace/trace-buffer-size.exp
14652 * gdb.trace/trace-condition.exp
14653 * gdb.trace/tracefile-pseudo-reg.exp
14654 * gdb.trace/tstatus.exp
14655 * gdb.trace/unavailable.exp
14656 * gdb.trace/while-dyn.exp
14657 * gdb.trace/while-stepping.exp
14658
34c41c68
DE
146592016-12-22 Doug Evans <xdje42@gmail.com>
14660
14661 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14662 and msymbols.
14663
16e69324
YQ
146642016-12-19 Yao Qi <yao.qi@linaro.org>
14665
14666 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14667 (test_with_self): Don't call do_steps_and_nexts, and remove
14668 code about stepping into xmalloc.
14669
f94f411b
YQ
146702016-12-09 Yao Qi <yao.qi@linaro.org>
14671
14672 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14673
146742016-12-09 Yao Qi <yao.qi@linaro.org>
14675
14676 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14677
f1b5deee
PA
146782016-12-09 Pedro Alves <palves@redhat.com>
14679
14680 * gdb.base/all-architectures-0.exp: New file.
14681 * gdb.base/all-architectures-1.exp: New file.
14682 * gdb.base/all-architectures-2.exp: New file.
14683 * gdb.base/all-architectures-3.exp: New file.
14684 * gdb.base/all-architectures-4.exp: New file.
14685 * gdb.base/all-architectures-5.exp: New file.
14686 * gdb.base/all-architectures-6.exp: New file.
14687 * gdb.base/all-architectures-7.exp: New file.
14688 * gdb.base/all-architectures.exp.in: New file.
14689
364ca42e
YQ
146902016-12-09 Yao Qi <yao.qi@linaro.org>
14691
14692 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14693
107c2d62
LM
146942016-12-02 Luis Machado <lgustavo@codesourcery.com>
14695
14696 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14697 possible.
14698 Remove useless pattern-matching code.
14699
df3ee9ca
PA
147002016-12-02 Pedro Alves <palves@redhat.com>
14701
14702 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14703 procedure.
14704 (top level): Call it.
14705
ec835369
PA
147062016-12-02 Pedro Alves <palves@redhat.com>
14707
14708 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14709 New procedure.
14710 (top level): Call it.
14711
01770bbd
PA
147122016-12-02 Pedro Alves <palves@redhat.com>
14713
14714 PR cli/20559
14715 * gdb.base/commands.exp (user_defined_command_args_eval): New
14716 procedure.
14717 (top level): Call it.
14718
008459ea
LM
147192016-12-02 Luis Machado <lgustavo@codesourcery.com>
14720
14721 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14722 timeout handling.
14723
0c1b455e
TT
147242016-12-02 Tom Tromey <tom@tromey.com>
14725
14726 * gdb.dwarf2/main-subprogram.c: New file.
14727 * gdb.dwarf2/main-subprogram.exp: New file.
14728
018572b8
LM
147292016-12-01 Luis Machado <lgustavo@codesourcery.com>
14730
14731 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14732 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14733 gdb_test_no_output for a couple of cases.
14734 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14735
84c93cd5
LM
147362016-12-01 Luis Machado <lgustavo@codesourcery.com>
14737
14738 Fix test names and standardize compilation error messages throughout
14739 the following files:
14740
14741 * gdb.ada/start.exp
14742 * gdb.arch/alpha-step.exp
14743 * gdb.arch/e500-prologue.exp
14744 * gdb.arch/ftrace-insn-reloc.exp
14745 * gdb.arch/gdb1291.exp
14746 * gdb.arch/gdb1431.exp
14747 * gdb.arch/gdb1558.exp
14748 * gdb.arch/i386-dr3-watch.exp
14749 * gdb.arch/i386-sse-stack-align.exp
14750 * gdb.arch/ia64-breakpoint-shadow.exp
14751 * gdb.arch/pa-nullify.exp
14752 * gdb.arch/powerpc-aix-prologue.exp
14753 * gdb.arch/thumb-bx-pc.exp
14754 * gdb.base/annota1.exp
14755 * gdb.base/annota3.exp
14756 * gdb.base/arrayidx.exp
14757 * gdb.base/assign.exp
14758 * gdb.base/attach.exp
14759 * gdb.base/auxv.exp
14760 * gdb.base/bang.exp
14761 * gdb.base/bfp-test.exp
14762 * gdb.base/bigcore.exp
14763 * gdb.base/bitfields2.exp
14764 * gdb.base/break-fun-addr.exp
14765 * gdb.base/break-probes.exp
14766 * gdb.base/call-rt-st.exp
14767 * gdb.base/callexit.exp
14768 * gdb.base/catch-fork-kill.exp
14769 * gdb.base/charset.exp
14770 * gdb.base/checkpoint.exp
14771 * gdb.base/comprdebug.exp
14772 * gdb.base/constvars.exp
14773 * gdb.base/coredump-filter.exp
14774 * gdb.base/cursal.exp
14775 * gdb.base/cvexpr.exp
14776 * gdb.base/detach.exp
14777 * gdb.base/display.exp
14778 * gdb.base/dmsym.exp
14779 * gdb.base/dprintf-pending.exp
14780 * gdb.base/dso2dso.exp
14781 * gdb.base/dtrace-probe.exp
14782 * gdb.base/dump.exp
14783 * gdb.base/enum_cond.exp
14784 * gdb.base/exe-lock.exp
14785 * gdb.base/exec-invalid-sysroot.exp
14786 * gdb.base/execl-update-breakpoints.exp
14787 * gdb.base/exprs.exp
14788 * gdb.base/fileio.exp
14789 * gdb.base/find.exp
14790 * gdb.base/finish.exp
14791 * gdb.base/fixsection.exp
14792 * gdb.base/foll-vfork.exp
14793 * gdb.base/frame-args.exp
14794 * gdb.base/gcore.exp
14795 * gdb.base/gdb1250.exp
14796 * gdb.base/global-var-nested-by-dso.exp
14797 * gdb.base/gnu-ifunc.exp
14798 * gdb.base/hashline1.exp
14799 * gdb.base/hashline2.exp
14800 * gdb.base/hashline3.exp
14801 * gdb.base/hbreak-in-shr-unsupported.exp
14802 * gdb.base/huge.exp
14803 * gdb.base/infcall-input.exp
14804 * gdb.base/info-fun.exp
14805 * gdb.base/info-shared.exp
14806 * gdb.base/jit-simple.exp
14807 * gdb.base/jit-so.exp
14808 * gdb.base/jit.exp
14809 * gdb.base/jump.exp
14810 * gdb.base/label.exp
14811 * gdb.base/lineinc.exp
14812 * gdb.base/logical.exp
14813 * gdb.base/longjmp.exp
14814 * gdb.base/macscp.exp
14815 * gdb.base/miscexprs.exp
14816 * gdb.base/new-ui-echo.exp
14817 * gdb.base/new-ui-pending-input.exp
14818 * gdb.base/new-ui.exp
14819 * gdb.base/nodebug.exp
14820 * gdb.base/nofield.exp
14821 * gdb.base/offsets.exp
14822 * gdb.base/overlays.exp
14823 * gdb.base/pending.exp
14824 * gdb.base/pointers.exp
14825 * gdb.base/pr11022.exp
14826 * gdb.base/printcmds.exp
14827 * gdb.base/prologue.exp
14828 * gdb.base/ptr-typedef.exp
14829 * gdb.base/realname-expand.exp
14830 * gdb.base/relativedebug.exp
14831 * gdb.base/relocate.exp
14832 * gdb.base/remote.exp
14833 * gdb.base/reread.exp
14834 * gdb.base/return2.exp
14835 * gdb.base/savedregs.exp
14836 * gdb.base/sep.exp
14837 * gdb.base/sepdebug.exp
14838 * gdb.base/sepsymtab.exp
14839 * gdb.base/set-inferior-tty.exp
14840 * gdb.base/setshow.exp
14841 * gdb.base/shlib-call.exp
14842 * gdb.base/sigaltstack.exp
14843 * gdb.base/siginfo-addr.exp
14844 * gdb.base/signals.exp
14845 * gdb.base/signull.exp
14846 * gdb.base/sigrepeat.exp
14847 * gdb.base/so-impl-ld.exp
14848 * gdb.base/solib-display.exp
14849 * gdb.base/solib-overlap.exp
14850 * gdb.base/solib-search.exp
14851 * gdb.base/solib-symbol.exp
14852 * gdb.base/structs.exp
14853 * gdb.base/structs2.exp
14854 * gdb.base/symtab-search-order.exp
14855 * gdb.base/twice.exp
14856 * gdb.base/unload.exp
14857 * gdb.base/varargs.exp
14858 * gdb.base/watchpoint-solib.exp
14859 * gdb.base/watchpoint.exp
14860 * gdb.base/whatis.exp
14861 * gdb.base/wrong_frame_bt_full.exp
14862 * gdb.btrace/dlopen.exp
14863 * gdb.cell/ea-standalone.exp
14864 * gdb.cell/ea-test.exp
14865 * gdb.cp/dispcxx.exp
14866 * gdb.cp/gdb2384.exp
14867 * gdb.cp/method2.exp
14868 * gdb.cp/nextoverthrow.exp
14869 * gdb.cp/pr10728.exp
14870 * gdb.disasm/am33.exp
14871 * gdb.disasm/h8300s.exp
14872 * gdb.disasm/mn10300.exp
14873 * gdb.disasm/sh3.exp
14874 * gdb.dwarf2/dw2-dir-file-name.exp
14875 * gdb.fortran/complex.exp
14876 * gdb.fortran/library-module.exp
14877 * gdb.guile/scm-pretty-print.exp
14878 * gdb.guile/scm-symbol.exp
14879 * gdb.guile/scm-type.exp
14880 * gdb.guile/scm-value.exp
14881 * gdb.linespec/linespec.exp
14882 * gdb.mi/gdb701.exp
14883 * gdb.mi/gdb792.exp
14884 * gdb.mi/mi-breakpoint-changed.exp
14885 * gdb.mi/mi-dprintf-pending.exp
14886 * gdb.mi/mi-dprintf.exp
14887 * gdb.mi/mi-exit-code.exp
14888 * gdb.mi/mi-pending.exp
14889 * gdb.mi/mi-solib.exp
14890 * gdb.mi/new-ui-mi-sync.exp
14891 * gdb.mi/pr11022.exp
14892 * gdb.mi/user-selected-context-sync.exp
14893 * gdb.opt/solib-intra-step.exp
14894 * gdb.python/py-events.exp
14895 * gdb.python/py-finish-breakpoint.exp
14896 * gdb.python/py-mi.exp
14897 * gdb.python/py-prettyprint.exp
14898 * gdb.python/py-shared.exp
14899 * gdb.python/py-symbol.exp
14900 * gdb.python/py-template.exp
14901 * gdb.python/py-type.exp
14902 * gdb.python/py-value.exp
14903 * gdb.reverse/solib-precsave.exp
14904 * gdb.reverse/solib-reverse.exp
14905 * gdb.server/solib-list.exp
14906 * gdb.stabs/weird.exp
14907 * gdb.threads/reconnect-signal.exp
14908 * gdb.threads/stepi-random-signal.exp
14909 * gdb.trace/actions.exp
14910 * gdb.trace/ax.exp
14911 * gdb.trace/backtrace.exp
14912 * gdb.trace/change-loc.exp
14913 * gdb.trace/deltrace.exp
14914 * gdb.trace/ftrace-lock.exp
14915 * gdb.trace/ftrace.exp
14916 * gdb.trace/infotrace.exp
14917 * gdb.trace/mi-tracepoint-changed.exp
14918 * gdb.trace/packetlen.exp
14919 * gdb.trace/passcount.exp
14920 * gdb.trace/pending.exp
14921 * gdb.trace/range-stepping.exp
14922 * gdb.trace/report.exp
14923 * gdb.trace/stap-trace.exp
14924 * gdb.trace/tfind.exp
14925 * gdb.trace/trace-break.exp
14926 * gdb.trace/trace-condition.exp
14927 * gdb.trace/trace-enable-disable.exp
14928 * gdb.trace/trace-mt.exp
14929 * gdb.trace/tracecmd.exp
14930 * gdb.trace/tspeed.exp
14931 * gdb.trace/tsv.exp
14932 * lib/perftest.exp
14933
fb9feb35
LM
149342016-12-01 Luis Machado <lgustavo@codesourcery.com>
14935
14936 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14937 with gdb_test_no_output.
14938 Use command as test name.
14939
cd2ddb6c
LM
149402016-12-01 Luis Machado <lgustavo@codesourcery.com>
14941
14942 Fix test names starting with uppercase throughout the files.
14943
14944 * gdb.ada/assign_1.exp
14945 * gdb.ada/boolean_expr.exp
14946 * gdb.base/arrayidx.exp
14947 * gdb.base/del.exp
14948 * gdb.base/gcore-buffer-overflow.exp
14949 * gdb.base/testenv.exp
14950 * gdb.compile/compile.exp
14951 * gdb.python/py-framefilter-invalidarg.exp
14952 * gdb.python/py-framefilter.exp
14953
bb95117e
LM
149542016-12-01 Luis Machado <lgustavo@codesourcery.com>
14955
14956 Fix test names starting with uppercase throughout the files.
14957
14958 * gdb.ada/array_return.exp
14959 * gdb.ada/expr_delims.exp
14960 * gdb.ada/mi_dyn_arr.exp
14961 * gdb.ada/mi_interface.exp
14962 * gdb.ada/mi_var_array.exp
14963 * gdb.ada/watch_arg.exp
14964 * gdb.arch/alpha-step.exp
14965 * gdb.arch/altivec-regs.exp
14966 * gdb.arch/e500-regs.exp
14967 * gdb.arch/powerpc-d128-regs.exp
14968 * gdb.base/arrayidx.exp
14969 * gdb.base/break.exp
14970 * gdb.base/checkpoint.exp
14971 * gdb.base/debug-expr.exp
14972 * gdb.base/dmsym.exp
14973 * gdb.base/radix.exp
14974 * gdb.base/sepdebug.exp
14975 * gdb.base/testenv.exp
14976 * gdb.base/watch_thread_num.exp
14977 * gdb.base/watchpoint-cond-gone.exp
14978 * gdb.cell/break.exp
14979 * gdb.cell/ea-cache.exp
14980 * gdb.compile/compile.exp
14981 * gdb.cp/gdb2495.exp
14982 * gdb.gdb/selftest.exp
14983 * gdb.gdb/xfullpath.exp
14984 * gdb.go/hello.exp
14985 * gdb.go/integers.exp
14986 * gdb.objc/basicclass.exp
14987 * gdb.pascal/hello.exp
14988 * gdb.pascal/integers.exp
14989 * gdb.python/py-breakpoint.exp
14990 * gdb.python/py-cmd.exp
14991 * gdb.python/py-linetable.exp
14992 * gdb.python/py-xmethods.exp
14993 * gdb.python/python.exp
14994 * gdb.reverse/consecutive-precsave.exp
14995 * gdb.reverse/finish-precsave.exp
14996 * gdb.reverse/i386-precsave.exp
14997 * gdb.reverse/machinestate-precsave.exp
14998 * gdb.reverse/sigall-precsave.exp
14999 * gdb.reverse/solib-precsave.exp
15000 * gdb.reverse/step-precsave.exp
15001 * gdb.reverse/until-precsave.exp
15002 * gdb.reverse/watch-precsave.exp
15003 * gdb.threads/leader-exit.exp
15004 * gdb.threads/pthreads.exp
15005 * gdb.threads/wp-replication.exp
15006 * gdb.trace/actions.exp
15007 * gdb.trace/mi-tsv-changed.exp
15008 * gdb.trace/tsv.exp
15009
de97fdd4
LM
150102016-12-01 Luis Machado <lgustavo@codesourcery.com>
15011
15012 Fix test names starting with uppercase throughout the files.
15013
15014 * gdb.arch/i386-bp_permanent.exp
15015 * gdb.arch/i386-gnu-cfi.exp
15016 * gdb.base/disasm-end-cu.exp
15017 * gdb.base/macscp.exp
15018 * gdb.base/pending.exp
15019 * gdb.base/watch_thread_num.exp
15020 * gdb.cp/exception.exp
15021 * gdb.cp/gdb2495.exp
15022 * gdb.cp/local.exp
15023 * gdb.python/py-evsignal.exp
15024 * gdb.python/python.exp
15025 * gdb.trace/tracecmd.exp
15026
9f058c10
LM
150272016-12-01 Luis Machado <lgustavo@codesourcery.com>
15028
15029 Fix test names starting with uppercase throughout the files.
15030
15031 * gdb.base/charset.exp
15032 * gdb.base/eval.exp
15033 * gdb.base/multi-forks.exp
15034 * gdb.guile/scm-progspace.exp
15035 * gdb.opencl/datatypes.exp
15036 * gdb.python/py-block.exp
15037 * gdb.python/py-function.exp
15038 * gdb.python/py-symbol.exp
15039 * gdb.python/py-symtab.exp
15040 * gdb.python/py-xmethods.exp
15041 * gdb.reverse/break-precsave.exp
15042 * gdb.reverse/break-reverse.exp
15043 * gdb.reverse/consecutive-precsave.exp
15044 * gdb.reverse/consecutive-reverse.exp
15045 * gdb.reverse/finish-precsave.exp
15046 * gdb.reverse/finish-reverse-bkpt.exp
15047 * gdb.reverse/finish-reverse.exp
15048 * gdb.reverse/fstatat-reverse.exp
15049 * gdb.reverse/getresuid-reverse.exp
15050 * gdb.reverse/i386-precsave.exp
15051 * gdb.reverse/i386-reverse.exp
15052 * gdb.reverse/i386-sse-reverse.exp
15053 * gdb.reverse/i387-stack-reverse.exp
15054 * gdb.reverse/insn-reverse.exp
15055 * gdb.reverse/machinestate-precsave.exp
15056 * gdb.reverse/machinestate.exp
15057 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15058 * gdb.reverse/pipe-reverse.exp
15059 * gdb.reverse/readv-reverse.exp
15060 * gdb.reverse/recvmsg-reverse.exp
15061 * gdb.reverse/rerun-prec.exp
15062 * gdb.reverse/s390-mvcle.exp
15063 * gdb.reverse/sigall-precsave.exp
15064 * gdb.reverse/sigall-reverse.exp
15065 * gdb.reverse/solib-precsave.exp
15066 * gdb.reverse/solib-reverse.exp
15067 * gdb.reverse/step-precsave.exp
15068 * gdb.reverse/step-reverse.exp
15069 * gdb.reverse/time-reverse.exp
15070 * gdb.reverse/until-precsave.exp
15071 * gdb.reverse/until-reverse.exp
15072 * gdb.reverse/waitpid-reverse.exp
15073 * gdb.reverse/watch-precsave.exp
15074 * gdb.reverse/watch-reverse.exp
15075
cdc7edd7
LM
150762016-12-01 Luis Machado <lgustavo@codesourcery.com>
15077
15078 Fix test names starting with uppercase throughout the files.
15079
15080 * gdb.arch/i386-mpx-simple_segv.exp
15081 * gdb.arch/i386-mpx.exp
15082 * gdb.arch/i386-permbkpt.exp
15083 * gdb.arch/pa-nullify.exp
15084 * gdb.arch/powerpc-d128-regs.exp
15085 * gdb.arch/vsx-regs.exp
15086 * gdb.base/bfp-test.exp
15087 * gdb.base/break.exp
15088 * gdb.base/breakpoint-shadow.exp
15089 * gdb.base/callfuncs.exp
15090 * gdb.base/charset.exp
15091 * gdb.base/commands.exp
15092 * gdb.base/completion.exp
15093 * gdb.base/dfp-test.exp
15094 * gdb.base/echo.exp
15095 * gdb.base/ending-run.exp
15096 * gdb.base/eval.exp
15097 * gdb.base/expand-psymtabs.exp
15098 * gdb.base/float128.exp
15099 * gdb.base/floatn.exp
15100 * gdb.base/foll-exec-mode.exp
15101 * gdb.base/gdb1056.exp
15102 * gdb.base/gdb11531.exp
15103 * gdb.base/kill-after-signal.exp
15104 * gdb.base/multi-forks.exp
15105 * gdb.base/overlays.exp
15106 * gdb.base/pending.exp
15107 * gdb.base/sepdebug.exp
15108 * gdb.base/testenv.exp
15109 * gdb.base/valgrind-db-attach.exp
15110 * gdb.base/watch_thread_num.exp
15111 * gdb.base/watchpoint-cond-gone.exp
15112 * gdb.base/watchpoint.exp
15113 * gdb.base/watchpoints.exp
15114 * gdb.cp/arg-reference.exp
15115 * gdb.cp/baseenum.exp
15116 * gdb.cp/operator.exp
15117 * gdb.cp/shadow.exp
15118 * gdb.dwarf2/dw2-op-out-param.exp
15119 * gdb.dwarf2/dw2-reg-undefined.exp
15120 * gdb.go/chan.exp
15121 * gdb.go/hello.exp
15122 * gdb.go/integers.exp
15123 * gdb.go/methods.exp
15124 * gdb.go/package.exp
15125 * gdb.guile/scm-parameter.exp
15126 * gdb.guile/scm-progspace.exp
15127 * gdb.guile/scm-value.exp
15128 * gdb.mi/mi-pending.exp
15129 * gdb.mi/user-selected-context-sync.exp
15130 * gdb.multi/multi-attach.exp
15131 * gdb.multi/tids.exp
15132 * gdb.opt/clobbered-registers-O2.exp
15133 * gdb.pascal/floats.exp
15134 * gdb.pascal/integers.exp
15135 * gdb.python/py-block.exp
15136 * gdb.python/py-events.exp
15137 * gdb.python/py-parameter.exp
15138 * gdb.python/py-symbol.exp
15139 * gdb.python/py-symtab.exp
15140 * gdb.python/py-type.exp
15141 * gdb.python/py-value.exp
15142 * gdb.python/py-xmethods.exp
15143 * gdb.python/python.exp
15144 * gdb.reverse/break-precsave.exp
15145 * gdb.reverse/consecutive-precsave.exp
15146 * gdb.reverse/finish-precsave.exp
15147 * gdb.reverse/i386-precsave.exp
15148 * gdb.reverse/machinestate-precsave.exp
15149 * gdb.reverse/sigall-precsave.exp
15150 * gdb.reverse/solib-precsave.exp
15151 * gdb.reverse/step-precsave.exp
15152 * gdb.reverse/until-precsave.exp
15153 * gdb.reverse/watch-precsave.exp
15154 * gdb.server/ext-attach.exp
15155 * gdb.server/ext-restart.exp
15156 * gdb.server/ext-run.exp
15157 * gdb.server/ext-wrapper.exp
15158 * gdb.stabs/gdb11479.exp
15159 * gdb.stabs/weird.exp
15160 * gdb.threads/attach-many-short-lived-threads.exp
15161 * gdb.threads/kill.exp
15162 * gdb.threads/watchpoint-fork.exp
15163
bc6c7af4
LM
151642016-12-01 Luis Machado <lgustavo@codesourcery.com>
15165
15166 Fix test names starting with uppercase throughout all the files below.
15167
15168 * gdb.ada/array_return.exp
15169 * gdb.ada/catch_ex.exp
15170 * gdb.ada/info_exc.exp
15171 * gdb.ada/mi_catch_ex.exp
15172 * gdb.ada/mi_dyn_arr.exp
15173 * gdb.ada/mi_ex_cond.exp
15174 * gdb.ada/mi_exc_info.exp
15175 * gdb.ada/mi_interface.exp
15176 * gdb.ada/mi_task_arg.exp
15177 * gdb.ada/mi_task_info.exp
15178 * gdb.ada/mi_var_array.exp
15179 * gdb.arch/alpha-step.exp
15180 * gdb.arch/amd64-disp-step.exp
15181 * gdb.arch/arm-disp-step.exp
15182 * gdb.arch/disp-step-insn-reloc.exp
15183 * gdb.arch/e500-prologue.exp
15184 * gdb.arch/ftrace-insn-reloc.exp
15185 * gdb.arch/gdb1558.exp
15186 * gdb.arch/i386-bp_permanent.exp
15187 * gdb.arch/i386-disp-step.exp
15188 * gdb.arch/i386-float.exp
15189 * gdb.arch/i386-gnu-cfi.exp
15190 * gdb.arch/ia64-breakpoint-shadow.exp
15191 * gdb.arch/mips16-thunks.exp
15192 * gdb.arch/pa-nullify.exp
15193 * gdb.arch/powerpc-aix-prologue.exp
15194 * gdb.arch/powerpc-power.exp
15195 * gdb.arch/ppc-dfp.exp
15196 * gdb.arch/s390-tdbregs.exp
15197 * gdb.arch/spu-info.exp
15198 * gdb.arch/spu-ls.exp
15199 * gdb.arch/thumb-bx-pc.exp
15200 * gdb.base/advance.exp
15201 * gdb.base/annota-input-while-running.exp
15202 * gdb.base/arrayidx.exp
15203 * gdb.base/asmlabel.exp
15204 * gdb.base/async.exp
15205 * gdb.base/attach-wait-input.exp
15206 * gdb.base/auto-connect-native-target.exp
15207 * gdb.base/batch-preserve-term-settings.exp
15208 * gdb.base/bfp-test.exp
15209 * gdb.base/bigcore.exp
15210 * gdb.base/bp-permanent.exp
15211 * gdb.base/break-always.exp
15212 * gdb.base/break-fun-addr.exp
15213 * gdb.base/break-idempotent.exp
15214 * gdb.base/break-main-file-remove-fail.exp
15215 * gdb.base/break-probes.exp
15216 * gdb.base/break-unload-file.exp
15217 * gdb.base/break.exp
15218 * gdb.base/call-ar-st.exp
15219 * gdb.base/call-rt-st.exp
15220 * gdb.base/call-sc.exp
15221 * gdb.base/call-signal-resume.exp
15222 * gdb.base/call-strs.exp
15223 * gdb.base/callexit.exp
15224 * gdb.base/callfuncs.exp
15225 * gdb.base/catch-gdb-caused-signals.exp
15226 * gdb.base/catch-signal-siginfo-cond.exp
15227 * gdb.base/catch-syscall.exp
15228 * gdb.base/compare-sections.exp
15229 * gdb.base/cond-eval-mode.exp
15230 * gdb.base/condbreak-call-false.exp
15231 * gdb.base/consecutive-step-over.exp
15232 * gdb.base/cursal.exp
15233 * gdb.base/disabled-location.exp
15234 * gdb.base/disasm-end-cu.exp
15235 * gdb.base/display.exp
15236 * gdb.base/double-prompt-target-event-error.exp
15237 * gdb.base/dprintf-bp-same-addr.exp
15238 * gdb.base/dprintf-detach.exp
15239 * gdb.base/dprintf-next.exp
15240 * gdb.base/dprintf-non-stop.exp
15241 * gdb.base/dprintf-pending.exp
15242 * gdb.base/dso2dso.exp
15243 * gdb.base/ending-run.exp
15244 * gdb.base/enum_cond.exp
15245 * gdb.base/examine-backward.exp
15246 * gdb.base/exe-lock.exp
15247 * gdb.base/exec-invalid-sysroot.exp
15248 * gdb.base/execl-update-breakpoints.exp
15249 * gdb.base/execution-termios.exp
15250 * gdb.base/fileio.exp
15251 * gdb.base/fixsection.exp
15252 * gdb.base/foll-exec-mode.exp
15253 * gdb.base/foll-exec.exp
15254 * gdb.base/fork-running-state.exp
15255 * gdb.base/frame-args.exp
15256 * gdb.base/fullpath-expand.exp
15257 * gdb.base/func-ptr.exp
15258 * gdb.base/gcore-relro-pie.exp
15259 * gdb.base/gdb1090.exp
15260 * gdb.base/gdb1555.exp
15261 * gdb.base/global-var-nested-by-dso.exp
15262 * gdb.base/gnu-ifunc.exp
15263 * gdb.base/hbreak-in-shr-unsupported.exp
15264 * gdb.base/hbreak-unmapped.exp
15265 * gdb.base/hook-stop.exp
15266 * gdb.base/infcall-input.exp
15267 * gdb.base/info-fun.exp
15268 * gdb.base/info-shared.exp
15269 * gdb.base/interrupt-noterm.exp
15270 * gdb.base/jit-so.exp
15271 * gdb.base/jit.exp
15272 * gdb.base/line-symtabs.exp
15273 * gdb.base/list.exp
15274 * gdb.base/longjmp.exp
15275 * gdb.base/macscp.exp
15276 * gdb.base/max-value-size.exp
15277 * gdb.base/nodebug.exp
15278 * gdb.base/nofield.exp
15279 * gdb.base/overlays.exp
15280 * gdb.base/paginate-after-ctrl-c-running.exp
15281 * gdb.base/paginate-bg-execution.exp
15282 * gdb.base/paginate-inferior-exit.exp
15283 * gdb.base/pending.exp
15284 * gdb.base/pr11022.exp
15285 * gdb.base/printcmds.exp
15286 * gdb.base/ptr-typedef.exp
15287 * gdb.base/ptype.exp
15288 * gdb.base/randomize.exp
15289 * gdb.base/range-stepping.exp
15290 * gdb.base/realname-expand.exp
15291 * gdb.base/relativedebug.exp
15292 * gdb.base/remote.exp
15293 * gdb.base/savedregs.exp
15294 * gdb.base/sepdebug.exp
15295 * gdb.base/set-noassign.exp
15296 * gdb.base/shlib-call.exp
15297 * gdb.base/shreloc.exp
15298 * gdb.base/sigaltstack.exp
15299 * gdb.base/sigbpt.exp
15300 * gdb.base/siginfo-addr.exp
15301 * gdb.base/siginfo-obj.exp
15302 * gdb.base/siginfo-thread.exp
15303 * gdb.base/signest.exp
15304 * gdb.base/signull.exp
15305 * gdb.base/sigrepeat.exp
15306 * gdb.base/skip.exp
15307 * gdb.base/so-impl-ld.exp
15308 * gdb.base/solib-corrupted.exp
15309 * gdb.base/solib-disc.exp
15310 * gdb.base/solib-display.exp
15311 * gdb.base/solib-overlap.exp
15312 * gdb.base/solib-search.exp
15313 * gdb.base/solib-symbol.exp
15314 * gdb.base/source-execution.exp
15315 * gdb.base/sss-bp-on-user-bp-2.exp
15316 * gdb.base/sss-bp-on-user-bp.exp
15317 * gdb.base/stack-checking.exp
15318 * gdb.base/stale-infcall.exp
15319 * gdb.base/step-break.exp
15320 * gdb.base/step-line.exp
15321 * gdb.base/step-over-exit.exp
15322 * gdb.base/step-test.exp
15323 * gdb.base/structs.exp
15324 * gdb.base/sym-file.exp
15325 * gdb.base/symtab-search-order.exp
15326 * gdb.base/term.exp
15327 * gdb.base/type-opaque.exp
15328 * gdb.base/unload.exp
15329 * gdb.base/until-nodebug.exp
15330 * gdb.base/until.exp
15331 * gdb.base/unwindonsignal.exp
15332 * gdb.base/watch-cond.exp
15333 * gdb.base/watch-non-mem.exp
15334 * gdb.base/watch_thread_num.exp
15335 * gdb.base/watchpoint-reuse-slot.exp
15336 * gdb.base/watchpoint-solib.exp
15337 * gdb.base/watchpoint.exp
15338 * gdb.btrace/dlopen.exp
15339 * gdb.cell/arch.exp
15340 * gdb.cell/break.exp
15341 * gdb.cell/bt.exp
15342 * gdb.cell/core.exp
15343 * gdb.cell/data.exp
15344 * gdb.cell/dwarfaddr.exp
15345 * gdb.cell/ea-cache.exp
15346 * gdb.cell/ea-standalone.exp
15347 * gdb.cell/ea-test.exp
15348 * gdb.cell/f-regs.exp
15349 * gdb.cell/fork.exp
15350 * gdb.cell/gcore.exp
15351 * gdb.cell/mem-access.exp
15352 * gdb.cell/ptype.exp
15353 * gdb.cell/registers.exp
15354 * gdb.cell/sizeof.exp
15355 * gdb.cell/solib-symbol.exp
15356 * gdb.cell/solib.exp
15357 * gdb.compile/compile-tls.exp
15358 * gdb.cp/exception.exp
15359 * gdb.cp/gdb2495.exp
15360 * gdb.cp/local.exp
15361 * gdb.cp/mb-inline.exp
15362 * gdb.cp/mb-templates.exp
15363 * gdb.cp/pr10687.exp
15364 * gdb.cp/pr9167.exp
15365 * gdb.cp/scope-err.exp
15366 * gdb.cp/templates.exp
15367 * gdb.cp/virtfunc.exp
15368 * gdb.dwarf2/dw2-dir-file-name.exp
15369 * gdb.dwarf2/dw2-single-line-discriminators.exp
15370 * gdb.fortran/complex.exp
15371 * gdb.fortran/library-module.exp
15372 * gdb.guile/guile.exp
15373 * gdb.guile/scm-cmd.exp
15374 * gdb.guile/scm-frame-inline.exp
15375 * gdb.guile/scm-objfile.exp
15376 * gdb.guile/scm-pretty-print.exp
15377 * gdb.guile/scm-symbol.exp
15378 * gdb.guile/scm-type.exp
15379 * gdb.guile/scm-value.exp
15380 * gdb.linespec/keywords.exp
15381 * gdb.linespec/ls-errs.exp
15382 * gdb.linespec/macro-relative.exp
15383 * gdb.linespec/thread.exp
15384 * gdb.mi/mi-breakpoint-changed.exp
15385 * gdb.mi/mi-dprintf-pending.exp
15386 * gdb.mi/mi-fullname-deleted.exp
15387 * gdb.mi/mi-logging.exp
15388 * gdb.mi/mi-pending.exp
15389 * gdb.mi/mi-solib.exp
15390 * gdb.mi/new-ui-mi-sync.exp
15391 * gdb.mi/user-selected-context-sync.exp
15392 * gdb.multi/dummy-frame-restore.exp
15393 * gdb.multi/multi-arch-exec.exp
15394 * gdb.multi/remove-inferiors.exp
15395 * gdb.multi/watchpoint-multi-exit.exp
15396 * gdb.opt/solib-intra-step.exp
15397 * gdb.perf/backtrace.exp
15398 * gdb.perf/single-step.exp
15399 * gdb.perf/skip-command.exp
15400 * gdb.perf/skip-prologue.exp
15401 * gdb.perf/solib.exp
15402 * gdb.python/lib-types.exp
15403 * gdb.python/py-as-string.exp
15404 * gdb.python/py-bad-printers.exp
15405 * gdb.python/py-block.exp
15406 * gdb.python/py-breakpoint.exp
15407 * gdb.python/py-cmd.exp
15408 * gdb.python/py-events.exp
15409 * gdb.python/py-evthreads.exp
15410 * gdb.python/py-finish-breakpoint.exp
15411 * gdb.python/py-finish-breakpoint2.exp
15412 * gdb.python/py-frame-inline.exp
15413 * gdb.python/py-frame.exp
15414 * gdb.python/py-inferior.exp
15415 * gdb.python/py-infthread.exp
15416 * gdb.python/py-mi.exp
15417 * gdb.python/py-objfile.exp
15418 * gdb.python/py-pp-maint.exp
15419 * gdb.python/py-pp-registration.exp
15420 * gdb.python/py-prettyprint.exp
15421 * gdb.python/py-recurse-unwind.exp
15422 * gdb.python/py-shared.exp
15423 * gdb.python/py-symbol.exp
15424 * gdb.python/py-symtab.exp
15425 * gdb.python/py-template.exp
15426 * gdb.python/py-type.exp
15427 * gdb.python/py-unwind-maint.exp
15428 * gdb.python/py-unwind.exp
15429 * gdb.python/py-value.exp
15430 * gdb.python/python.exp
15431 * gdb.reverse/finish-reverse-bkpt.exp
15432 * gdb.reverse/insn-reverse.exp
15433 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15434 * gdb.reverse/solib-precsave.exp
15435 * gdb.reverse/solib-reverse.exp
15436 * gdb.stabs/gdb11479.exp
15437 * gdb.stabs/weird.exp
15438 * gdb.threads/fork-child-threads.exp
15439 * gdb.threads/fork-plus-threads.exp
15440 * gdb.threads/fork-thread-pending.exp
15441 * gdb.threads/forking-threads-plus-breakpoint.exp
15442 * gdb.threads/hand-call-in-threads.exp
15443 * gdb.threads/interrupted-hand-call.exp
15444 * gdb.threads/linux-dp.exp
15445 * gdb.threads/local-watch-wrong-thread.exp
15446 * gdb.threads/next-while-other-thread-longjmps.exp
15447 * gdb.threads/non-ldr-exit.exp
15448 * gdb.threads/pending-step.exp
15449 * gdb.threads/print-threads.exp
15450 * gdb.threads/process-dies-while-detaching.exp
15451 * gdb.threads/process-dies-while-handling-bp.exp
15452 * gdb.threads/pthreads.exp
15453 * gdb.threads/queue-signal.exp
15454 * gdb.threads/reconnect-signal.exp
15455 * gdb.threads/signal-command-handle-nopass.exp
15456 * gdb.threads/signal-command-multiple-signals-pending.exp
15457 * gdb.threads/signal-delivered-right-thread.exp
15458 * gdb.threads/signal-sigtrap.exp
15459 * gdb.threads/sigthread.exp
15460 * gdb.threads/staticthreads.exp
15461 * gdb.threads/stepi-random-signal.exp
15462 * gdb.threads/thread-unwindonsignal.exp
15463 * gdb.threads/thread_check.exp
15464 * gdb.threads/thread_events.exp
15465 * gdb.threads/tid-reuse.exp
15466 * gdb.threads/tls-nodebug.exp
15467 * gdb.threads/tls-shared.exp
15468 * gdb.threads/tls-so_extern.exp
15469 * gdb.threads/tls.exp
15470 * gdb.threads/wp-replication.exp
15471 * gdb.trace/actions-changed.exp
15472 * gdb.trace/actions.exp
15473 * gdb.trace/backtrace.exp
15474 * gdb.trace/change-loc.exp
15475 * gdb.trace/collection.exp
15476 * gdb.trace/deltrace.exp
15477 * gdb.trace/disconnected-tracing.exp
15478 * gdb.trace/entry-values.exp
15479 * gdb.trace/ftrace-lock.exp
15480 * gdb.trace/ftrace.exp
15481 * gdb.trace/infotrace.exp
15482 * gdb.trace/mi-trace-frame-collected.exp
15483 * gdb.trace/mi-trace-unavailable.exp
15484 * gdb.trace/mi-traceframe-changed.exp
15485 * gdb.trace/mi-tracepoint-changed.exp
15486 * gdb.trace/mi-tsv-changed.exp
15487 * gdb.trace/no-attach-trace.exp
15488 * gdb.trace/packetlen.exp
15489 * gdb.trace/passc-dyn.exp
15490 * gdb.trace/passcount.exp
15491 * gdb.trace/pending.exp
15492 * gdb.trace/pr16508.exp
15493 * gdb.trace/qtro.exp
15494 * gdb.trace/range-stepping.exp
15495 * gdb.trace/read-memory.exp
15496 * gdb.trace/report.exp
15497 * gdb.trace/save-trace.exp
15498 * gdb.trace/signal.exp
15499 * gdb.trace/stap-trace.exp
15500 * gdb.trace/status-stop.exp
15501 * gdb.trace/strace.exp
15502 * gdb.trace/tfile.exp
15503 * gdb.trace/tfind.exp
15504 * gdb.trace/trace-break.exp
15505 * gdb.trace/trace-condition.exp
15506 * gdb.trace/trace-enable-disable.exp
15507 * gdb.trace/trace-mt.exp
15508 * gdb.trace/tracecmd.exp
15509 * gdb.trace/tracefile-pseudo-reg.exp
15510 * gdb.trace/tspeed.exp
15511 * gdb.trace/tstatus.exp
15512 * gdb.trace/tsv.exp
15513 * gdb.trace/unavailable.exp
15514 * gdb.trace/while-dyn.exp
15515 * gdb.trace/while-stepping.exp
15516 * lib/gdb-guile.exp
15517 * lib/gdb.exp
15518 * lib/mi-support.exp
15519 * lib/pascal.exp
15520 * lib/perftest.exp
15521 * lib/prelink-support.exp
15522 * lib/selftest-support.exp
15523
ad02e4fe
SM
155242016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15525
15526 * Makefile.in: Include disable-implicit-rules.mk.
15527
22347e55
AA
155282016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15529
15530 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15531 non-byte-aligned bit fields.
15532
da5b30da
AA
155332016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15534
15535 PR gdb/12616
15536 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15537 respects the DW_AT_data_bit_offset attribute.
15538
b593ecca
SM
155392016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15540
15541 * gdb.base/default.exp: Fix output of "set language".
15542
3b165252
SM
155432016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15544
15545 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15546 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15547 make.
15548 * configure.ac: Remove checks for the make program.
15549 * configure: Re-generate.
15550
1a2f3d7f
KB
155512016-11-16 Kevin Buettner <kevinb@redhat.com>
15552
15553 * gdb.python/py-recurse-unwind.c (main): Add loop.
15554 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15555 to read_register() and gdb.parse_and_eval(). Make each code
15556 call a separate case that can be individually tested.
15557 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15558 proc. Call cont_and_backtrace for each of the code paths that
15559 we want to test in the unwinder.
15560
b7f38fda
AA
155612016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15562
15563 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15564 the definition of struct S.
15565
1f8db343
CM
155662016-11-11 Catherine Moore <clm@codesourcery.com>
15567
15568 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15569
fad0c9fb
PA
155702016-11-09 Pedro Alves <palves@redhat.com>
15571
15572 * gdb.base/commands.exp (runto_or_return): New procedure.
15573 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15574 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15575 (progvar_simple_while_test, progvar_complex_if_while_test)
15576 (if_while_breakpoint_command_test)
15577 (infrun_breakpoint_command_test, breakpoint_command_test)
15578 (user_defined_command_test, watchpoint_command_test)
15579 (test_command_prompt_position, redefine_hook_test)
15580 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15581 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15582 multi_line_input and multi_line. Remove gdb_expect and
15583 gdb_stop_suppressing_tests uses.
15584 * lib/gdb.exp (valnum_re): New global.
15585 (multi_line_input): New procedure.
15586
8354c62c
SM
155872016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15588
15589 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15590 Remove.
15591 (test_setup): Define with proc_with_prefix.
15592 (test_cli_inferior): Likewise.
15593 (test_cli_thread): Likewise.
15594 (test_cli_frame): Likewise.
15595 (test_cli_select_frame): Likewise.
15596 (test_cli_up_down): Likewise.
15597 (test_mi_thread_select): Likewise.
15598 (test_mi_stack_select_frame): Likewise.
15599 (test_cli_in_mi_inferior): Likewise.
15600 (test_cli_in_mi_thread): Likewise.
15601 (test_cli_in_mi_frame): Likewise.
15602 (top level): Do not use with_test_prefix_procname.
15603
64f367a2
PA
156042016-11-09 Pedro Alves <palves@redhat.com>
15605
15606 * gdb.base/commands.exp (gdbvar_simple_if_test)
15607 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15608 (progvar_simple_if_test, progvar_simple_while_test)
15609 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15610 (infrun_breakpoint_command_test, breakpoint_command_test)
15611 (user_defined_command_test, watchpoint_command_test)
15612 (test_command_prompt_position, deprecated_command_test)
15613 (bp_deleted_in_command, temporary_breakpoint_commands)
15614 (stray_arg0_test, source_file_with_indented_comment)
15615 (recursive_source_test, if_commands_test)
15616 (error_clears_commands_left, redefine_hook_test)
15617 (redefine_backtrace_test): Use proc_with_prefix.
15618 * lib/gdb.exp (proc_with_prefix): New proc.
15619
0bb65f1e
AA
156202016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15621
15622 * gdb.base/tui-layout.c: New file.
15623 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15624 disassembly window contains very long lines.
15625
7353f247
TT
156262016-11-08 Tom Tromey <tom@tromey.com>
15627
15628 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15629 depend on Python 2.
15630
30a7bb83
TT
156312016-11-08 Tom Tromey <tom@tromey.com>
15632
15633 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15634 New method.
15635
cdf5a07c
MG
156362016-10-29 Manish Goregaokar <manish@mozilla.com>
15637
2806dc7e 15638 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 15639
51a789c3
MG
156402016-10-27 Manish Goregaokar <manish@mozilla.com>
15641
2806dc7e
PA
15642 * gdb.rust/simple.rs: Add test for univariant enums without
15643 discriminants and for encoded struct-like enums.
51a789c3 15644
f610ab6d
PA
156452016-10-28 Pedro Alves <palves@redhat.com>
15646
15647 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15648 gdb_test_multiple, tighten regexps and match symtabs and line
15649 tables incrementally.
15650
b129b0ca
LM
156512016-10-28 Luis Machado <lgustavo@codesourcery.com>
15652
15653 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15654 general.
15655
ecf45d2c
SL
156562016-10-25 Luis Machado <lgustavo@codesourcery.com>
15657
15658 * gdb.base/exec-invalid-sysroot.exp: New file.
15659
b8d38ee4
JK
156602016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15661
15662 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15663
f90fd8c2
JK
156642016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15665
15666 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15667
2d2476aa
MR
156682016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15669
2806dc7e
PA
15670 * gdb.base/killed-outside.exp: Remove $options from a call to
15671 `prepare_for_testing'.
2d2476aa 15672
e42b25a0
SM
156732016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15674
15675 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15676 Change test message.
15677
3ccdb432
SM
156782016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15679
15680 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15681 Update comment.
15682
5bad3170
SM
156832016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15684
15685 * gdb.trace/mi-trace-save.exp: New file.
15686
5ad9dba7
YQ
156872016-10-13 Yao Qi <yao.qi@linaro.org>
15688
15689 * gdb.base/code_elim.exp (get_var_address): Remove.
15690 * gdb.base/relocate.exp: Likewise.
15691 * gdb.base/shreloc.exp: Likewise.
15692 * lib/gdb.exp (get_var_address): New.
15693
62df7e21
YQ
156942016-10-13 Yao Qi <yao.qi@linaro.org>
15695
15696 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15697 floating point tests if $skip_float_test is false.
15698
4dac951e
LM
156992016-10-12 Luis Machado <lgustavo@codesourcery.com>
15700
15701 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15702 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15703 argc values.
15704 Add 1 to argc so we guarantee distinct initial/modified argc values.
15705
8f1a8fc4
JK
157062016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15707
15708 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15709
16c85b5d
JK
157102016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15711
15712 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15713 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15714 * gdb.arch/vsx-regs.exp: Likewise.
15715
1d0e042a
YQ
157162016-10-07 Yao Qi <yao.qi@linaro.org>
15717
15718 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15719
68dadef5
MM
157202016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15721
15722 * gdb.python/python.exp: Test decode_line("*0").
15723
33fa2c6e
DE
157242016-10-06 Doug Evans <dje@google.com>
15725
15726 * gdb.python/py-value.exp (test_value_creation): Add test for large
15727 unsigned 64-bit value.
15728
9c37b5ae
TT
157292016-10-06 Tom Tromey <tom@tromey.com>
15730
15731 * gdb.compile/compile.exp: Change java tests to rust.
15732 * gdb.base/setshow.exp: Change java tests to rust.
15733 * gdb.base/default.exp: Remove java from language list.
15734 * README (Examples): Update language example.
15735 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15736 test.
15737 * lib/gdb.exp (skip_java_tests): Remove.
15738 * lib/java.exp: Remove.
15739 * gdb.java: Remove.
15740
78b86327
MR
157412016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15742
15743 * gdb.arch/mips-fcr.exp: New test.
15744 * gdb.arch/mips-fcr.c: Source for the new test.
15745
7470adbb
MR
157462016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15747
15748 * gdb.base/solib-disc.exp: Use `standard_output_file'
15749 throughout.
15750
4a556533
PA
157512016-10-06 Pedro Alves <palves@redhat.com>
15752
15753 * gdb.base/jit-simple-dl.c: New file.
15754 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15755 * gdb.base/jit-simple.c: ... this.
15756 * gdb.base/jit-simple.exp (jit_run): Delete.
15757 (build_jit): New proc.
15758 (jit_test_reread): Recompile either the main program or the shared
15759 library, depending on what is being tested. Skip changing address
15760 if caller wants to. Compare before/after addresses. If testing
15761 standalone, explicitly load the binary. Test "maint info
15762 breakpoints".
15763 (top level): Add "standalone vs shared lib" and "change address"
15764 vs "same address" axes.
15765
5a122fbc
PA
157662016-10-06 Pedro Alves <palves@redhat.com>
15767
15768 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15769 call.
15770 (jit_run): Delete.
15771 (jit_test_reread): Use with_test_prefix. Reload the main binary
15772 explicitly. Compare the before/after addresses of the JIT
15773 descriptor.
15774
ee8da4b8
DE
157752016-08-15 Doug Evans <dje@google.com>
15776
15777 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15778 for single bitfields is bool.
15779 * gdb.xml/tdesc-regs.exp: Ditto.
15780
f389f6fe
JK
157812016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15782
15783 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15784
fdebf1a4
YQ
157852016-10-05 Yao Qi <yao.qi@linaro.org>
15786
15787 * lib/gdb.exp (support_complex_tests): Return zero if
15788 gdb_skip_float_test return true.
15789
9c36d954 157902016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 15791 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
15792
15793 PR gdb/20487
15794 * gdb.mi/user-selected-context-sync.exp: New file.
15795 * gdb.mi/user-selected-context-sync.c: New file.
15796
4034d0ff 157972016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 15798 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
15799
15800 PR gdb/20487
15801 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15802 =thread-select-event check.
15803
a4297203
PB
158042016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15805
15806 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15807 the compulsory L operand changes.
15808 * gdb.arch/powerpc-power.s: Likewise.
15809
bb805577
JK
158102016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15811
15812 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15813 * gdb.base/jit-attach-pie.c: New file.
15814 * gdb.base/jit-attach-pie.exp: New file.
15815
6d61dee5
PA
158162016-09-28 Pedro Alves <palves@redhat.com>
15817
15818 * gdb.base/infcall-input.c: New file.
15819 * gdb.base/infcall-input.exp: New file.
15820
f73842fc
YQ
158212016-09-22 Yao Qi <yao.qi@linaro.org>
15822
15823 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15824 (gdb_exit): Rename it to ...
15825 (gdbserver_gdb_exit): ... Close GDBserver.
15826 (gdb_exit): New proc, call gdbserver_gdb_exit.
15827 (mi_gdb_exit): Likewise.
15828
90681dab
YQ
158292016-09-22 Yao Qi <yao.qi@linaro.org>
15830
15831 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15832 path.
15833 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15834 Remove duplication.
15835
9c211fd8
YQ
158362016-09-22 Yao Qi <yao.qi@linaro.org>
15837
15838 * lib/gdbserver-support.exp: Check the existence of
15839 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15840
ad0a504f
AK
158412016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15842
15843 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15844
36cf1806
TT
158452016-09-21 Tom Tromey <tom@tromey.com>
15846
15847 PR gdb/20604:
15848 * gdb.base/quit.exp: New file.
15849
74172ecf
SM
158502016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15851
15852 * .gitignore: New file.
15853
3d0ec882
MR
158542016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15855
15856 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15857 throughout.
15858
8193adea
AA
158592016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15860
15861 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15862
d41a5c09
JK
158632016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15864
15865 * gdb.cp/casts.cc (decltype): Move it ...
15866 (main): ... with its call to ...
15867 * gdb.cp/casts03.cc: ... a new file.
15868 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15869
d2dfe700
JK
158702016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15871
15872 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15873
e2a92b16
PB
158742016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15875
15876 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15877 and sync up the test with tests in gas/testsuite/gas/ppc.
15878 * gdb.arch/powerpc-power.exp: Likewise.
15879
49b4de64
JK
158802016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15881
15882 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15883
2c29df25
SDJ
158842016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15885 Jan Kratochvil <jan.kratochvil@redhat.com>
15886
15887 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15888 make m1's definition to be different from m2's. Use 'dummy' as an
15889 argument for probe 'two'.
15890
cc3c2846
JB
158912016-09-10 Jon Beniston <jon@beniston.com>
15892
15893 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15894 for sim target.
15895
e1b2624a
AA
158962016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15897
15898 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15899 variable declaration.
15900 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15901 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15902 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15903 received HWCAP as its argument.
15904
4295e285
PA
159052016-09-06 Pedro Alves <palves@redhat.com>
15906
15907 * gdb.base/new-ui-pending-input.c: New file.
15908 * gdb.base/new-ui-pending-input.exp: New file.
15909 * gdb.exp (clear_gdb_spawn_id): New procedure.
15910 (with_spawn_id): Check whether gdb_spawn_id exists before
15911 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15912 on exit.
15913
00d5215e
UW
159142016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15915
15916 * gdb.base/float128.c: New file.
15917 * gdb.base/float128.exp: Likewise.
15918 * gdb.base/floatn.c: Likewise.
15919 * gdb.base/floatn.exp: Likewise.
15920
a9ff5f12
UW
159212016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15922
15923 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15924
f245535c
PA
159252016-09-05 Pedro Alves <palves@redhat.com>
15926
15927 PR backtrace/19927
15928 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15929 unwinders are immediately called as side effect of "source" or
15930 "disable unwinder" commands.
15931 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15932
ae9cf263
YQ
159332016-09-02 Yao Qi <yao.qi@linaro.org>
15934
15935 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15936 is true and $type is "float" or "double".
15937
27aba047
YQ
159382016-09-02 Yao Qi <yao.qi@linaro.org>
15939
15940 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15941 true.
15942 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15943 * gdb.base/call-rt-st.exp: Likewise.
15944 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15945 return value instead of gdb,skip_float_test.
15946 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15947 (do_function_calls): Use its return value instead of
15948 gdb,skip_float_test.
15949 * gdb.base/finish.exp: Likewise.
15950 * gdb.base/funcargs.exp: Likewise.
15951 * gdb.base/return.exp: Likewise.
15952 * gdb.base/return2.exp: Likewise.
15953 * gdb.base/varargs.exp: Likewise.
15954 * lib/gdb.exp (gdb_skip_float_test): Change it to
15955 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15956
5af962df
AA
159572016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15958
15959 * gdb.multi/tids.exp: Test "thread apply all".
15960
7fac6910
JK
159612016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15962
15963 * gdb.base/default.exp (tty): Remove.
15964
bb1fe4ac
KB
159652016-08-24 Kevin Buettner <kevinb@redhat.com>
15966
2806dc7e
PA
15967 * gdb.python/py-recurse-unwind.c: New file.
15968 * gdb.python/py-recurse-unwind.py: New file.
15969 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 15970
0a1ddfa6
SM
159712016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15972
15973 * gdb.base/set-inferior-tty.exp: New file.
15974 * gdb.base/set-inferior-tty.c: New file.
15975
d9de1fe3
PA
159762016-08-23 Pedro Alves <palves@redhat.com>
15977
15978 PR gdb/20494
15979 * gdb.base/new-ui-echo.c: New file.
15980 * gdb.base/new-ui-echo.exp: New file.
15981
e9d9abd7
YQ
159822016-08-23 Yao Qi <yao.qi@linaro.org>
15983
15984 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15985 gdbserver_spawn.
15986 * gdb.server/connect-without-multi-process.exp (do_test):
15987 Likewise.
15988
3589529e
YQ
159892016-08-23 Yao Qi <yao.qi@linaro.org>
15990
15991 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15992 standalone_txt. Delete gdb_txt and standalone_txt on host
15993 and target. Spawn the binary on target. Copy files from
15994 target to host.
15995
6bb90213
PA
159962016-08-22 Pedro Alves <palves@redhat.com>
15997
15998 PR gdb/20505
15999 * gdb.base/vdso-warning.exp: Test core dumps too. Use
16000 with_test_prefix. Factor out bits to ...
16001 (test_no_vdso): ... this new procedure.
16002
20c2c024
CL
160032016-08-19 Carl Love <cel@us.ibm.com>
16004
16005 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
16006 maintaining separate logic for constructing the output path.
16007 * gdb.arch/powerpc-d128-regs.exp: Likewise.
16008 * gdb.arch/ppc-dfp.exp: Likewise.
16009 * gdb.arch/ppc-fp.exp: Likewise.
16010 * gdb.arch/vsx-regs.exp: Likewise.
16011 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
16012 binprefix for generating the additional binary files.
16013
0646e07d
PA
160142016-08-19 Pedro Alves <palves@redhat.com>
16015
16016 * gdb.trace/mi-trace-frame-collected.exp
16017 (test_trace_frame_collected): On x32, expect two registers.
16018
46da9242
CL
160192016-08-18 Carl Love <cel@us.ibm.com>
16020
16021 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
16022 and sync up the test with tests in gas/testsuite/gas/ppc.
16023 * gdb.arch/powerpc-power.exp: Likewise.
16024
eb2332d7
SM
160252016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16026
16027 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
16028 expected error message.
16029
63c61e04
SM
160302016-08-17 Simon Marchi <simon.marchi@ericsson.com>
16031
16032 * gdb.multi/remove-inferiors.exp: New file.
16033 * gdb.multi/remove-inferiors.c: New file.
16034
7b17065f
YQ
160352016-08-12 Yao Qi <yao.qi@linaro.org>
16036
16037 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
16038 argument list.
16039
01d3dedf
PA
160402016-08-10 Pedro Alves <palves@redhat.com>
16041
16042 PR gdb/19187
16043 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
16044 setup_kfails.
16045
3eb7562a
PA
160462016-08-09 Pedro Alves <palves@redhat.com>
16047 Simon Marchi <simon.marchi@ericsson.com>
16048
16049 PR gdb/20418
16050 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
16051 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
16052
80614914
PA
160532016-08-09 Pedro Alves <palves@redhat.com>
16054
16055 PR mi/20431
16056 * gdb.mi/mi-cmd-error.exp: New file.
16057
f348d89a
PA
160582016-08-09 Pedro Alves <palves@redhat.com>
16059
16060 PR gdb/18653
16061 * gdb.base/signals-state-child.c: New file.
16062 * gdb.base/signals-state-child.exp: New file.
16063 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
16064
e5ca03b4
PA
160652016-08-09 Pedro Alves <palves@redhat.com>
16066
16067 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
16068
282a0691
TT
160692016-08-03 Tom Tromey <tom@tromey.com>
16070
16071 PR python/18565:
16072 * gdb.python/py-frame-inline.exp: Add Frame.function test.
16073
41bfcd63
YQ
160742016-08-01 Yao Qi <yao.qi@linaro.org>
16075
16076 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
16077 variable mode to "multi-process" if $multi_process is 1, otherwise
16078 set it to "single-process".
16079
e3465b24
YQ
160802016-08-01 Yao Qi <yao.qi@linaro.org>
16081
16082 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
16083 * gdb.cp/cpexprs.exp: Likewise.
16084 * gdb.cp/m-static.exp: Likewise.
16085
0b31a4bc
TT
160862016-07-26 Tom Tromey <tom@tromey.com>
16087
16088 PR python/20190:
16089 * gdb.threads/tls.exp (check_thread_local): Add python symbol
16090 test.
16091
e0461dbb
MM
160922016-07-26 Markus Metzger <markus.t.metzger@intel.com>
16093
16094 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
16095 selecting assembly source files.
16096 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
16097 assembly source files.
16098 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
16099 assembly source files.
16100 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
16101 selecting assembly source files.
16102
8194e927
SM
161032016-07-25 Simon Marchi <simon.marchi@ericsson.com>
16104
16105 * gdb.base/new-ui.exp (do_test_invalid_args): New
16106 procedure.
16107
c0272db5
TW
161082016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
16109
16110 * gdb.btrace/reconnect.c: New file.
16111 * gdb.btrace/reconnect.exp: New file.
16112
e3487908
GKB
161132016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
16114
16115 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
16116 to test_catch_syscall_group.
16117 (test_catch_syscall_group): New.
16118
12df5c00
TT
161192016-07-21 Tom Tromey <tom@tromey.com>
16120
16121 * gdb.rust/simple.rs (main): Use empty struct expression.
16122 * gdb.rust/simple.exp: Add tests for empty struct expression.
16123
bae62ee2
YQ
161242016-07-21 Yao Qi <yao.qi@linaro.org>
16125
16126 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
16127 if gdb_skip_xml_test is true on some targets.
16128
b1b53fb3
YQ
161292016-07-21 Yao Qi <yao.qi@linaro.org>
16130
16131 * gdb.server/solib-list.exp: Unset last_loaded_file.
16132
027d97f8
JK
161332016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16134
16135 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
16136 "step into captured_main (args)".
16137
7674d381
JK
161382016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16139
16140 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
16141
72b5d099
JK
161422016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16143
16144 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
16145
1f960ced
PA
161462016-07-19 Pedro Alves <palves@redhat.com>
16147
16148 * gdb.opt/inline-break.exp: Remove optimize=-O2.
16149 * gdb.opt/inline-bt.exp: Likewise.
16150 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
16151 additional_flags=-Winline.
16152 * gdb.opt/inline-locals.exp: Likewise.
16153 * gdb.opt/inline-markers.c (ATTR): Define.
16154 (inlined_fn): Use it.
16155
f25827c1
YQ
161562016-07-19 Yao Qi <yao.qi@linaro.org>
16157
16158 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
16159 (test_with_self): Remove some code. Remove argument executable.
16160 (top-level): Use do_self_tests.
16161
37539ebe
DB
161622016-07-15 Zachary Welch <zwelch@codesourcery.com>
16163 Don Breazeal <donb@codesourcery.com>
16164
16165 * gdb.base/maint.exp: Escape paths used in regular expressions.
16166 * gdb.stabs/weird.exp: Likewise.
16167
dac790e1
TT
161682016-07-13 Tom Tromey <tom@tromey.com>
16169
16170 PR python/15620, PR python/18620:
16171 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
16172 (test_bkpt_events): New procs.
16173
93daf339
TT
161742016-07-13 Tom Tromey <tom@tromey.com>
16175
16176 PR python/17698:
16177 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
16178 test.
16179 (test_watchpoints): Likewise.
16180 (test_bkpt_pending): New proc.
16181
6571a381
TT
161822016-07-13 Tom Tromey <tom@tromey.com>
16183
16184 PR cli/18053:
16185 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
16186 completion test.
16187
e8732474
JK
161882016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16189
16190 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
16191 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
16192 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
16193 f_label.
16194 (g): Rename g_end_lbl to g_label.
16195 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
16196 low_pc and high_pc.
16197 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
16198
e0f3fd7c
TT
161992016-07-12 Tom Tromey <tom@tromey.com>
16200
16201 PR python/19293:
16202 * gdb.python/py-unwind-maint.exp: Update tests.
16203
3cfe46b6
YQ
162042016-07-12 Yao Qi <yao.qi@linaro.org>
16205
16206 * lib/selftest-support.exp (selftest_setup): Match the output
16207 when captured_main is inlined.
16208
4f19a0e6
WT
162092016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
16210
16211 * gdb.fortran/derived-types.exp (result_line, result_line_2):
16212 New variables.
16213 (print this%a, print this%b, print this): New tests.
16214 * gdb.fortran/derived-types.f90 (this): New object and
16215 initialization.
16216
986cf455
SM
162172016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16218
16219 * gdb.ada/arraydim.exp: Remove extra directory level in build
16220 directory.
16221
f0464b23
SM
162222016-07-06 Simon Marchi <simon.marchi@ericsson.com>
16223
16224 * lib/ada.exp: Remove extra directory level in build directory.
16225 * gdb.ada/cond_lang.exp: Likewise.
16226 * gdb.ada/exec_changed.exp: Likewise.
16227 * gdb.ada/lang_switch.exp: Likewise.
16228
42d94011
MG
162292016-07-06 Manish Goregaokar <manish@mozilla.com>
16230
2806dc7e
PA
16231 * simple.rs: Add test for raw pointer subscripting.
16232 * simple.exp: Add test expectations.
42d94011 16233
647c264c
YQ
162342016-07-05 Yao Qi <yao.qi@linaro.org>
16235
16236 * gdb.mi/mi-reverse.exp: Match =record-started output.
16237
20aa2c60
PA
162382016-07-01 Pedro Alves <palves@redhat.com>
16239
16240 * gdb.base/jit-reader.exp (info_registers_current_frame): New
16241 procedure.
16242 (jit_reader_test): Test the jit reader's unwinder.
16243 * gdb.base/jithost.c (jit_function_00_code): New global.
16244 (main): Use memcpy to fill in the mmapped code, instead of poking
16245 bytes manually here.
16246 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
16247 value.
16248 (read_debug_info): Save the function's range.
16249 (read_sp): New function.
16250 (unwind_frame): Use it. Also unwind RBP.
16251 (get_frame_id): Use read_sp.
16252 (gdb_init_reader): Use calloc instead of malloc.
16253 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
16254 parameter. Use gdb_test_multiple.
16255
ced2dffb
PA
162562016-07-01 Pedro Alves <palves@redhat.com>
16257 Antoine Tremblay <antoine.tremblay@ericsson.com>
16258
16259 * gdb.threads/process-dies-while-detaching.c: New file.
16260 * gdb.threads/process-dies-while-detaching.exp: New file.
16261
63000888
PA
162622016-07-01 Pedro Alves <palves@redhat.com>
16263
16264 * gdb.multi/watchpoint-multi-exit.c: New file.
16265 * gdb.multi/watchpoint-multi-exit.exp: New file.
16266
038d4868
PA
162672016-06-30 Pedro Alves <palves@redhat.com>
16268
16269 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
16270 unset inferior_spawn_id.
16271
994e9c83
PA
162722016-06-30 Pedro Alves <palves@redhat.com>
16273
16274 * lib/mi-support.exp (default_mi_gdb_start): Declare global
16275 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
16276
e5653468
YQ
162772016-06-29 Yao Qi <yao.qi@linaro.org>
16278
16279 * gdb.base/return.c: Add copyright header.
16280
803b47e5
TT
162812016-06-29 Tom Tromey <tom@tromey.com>
16282
16283 PR python/20129:
16284 * gdb.python/py-framefilter.exp: Add tests for setting priority
16285 and disabling of non-existent frame filter.
16286
28244707
YQ
162872016-06-29 Yao Qi <yao.qi@linaro.org>
16288
16289 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
16290 0x0f07ff.
16291
a31d2f06
YQ
162922016-06-28 Yao Qi <yao.qi@linaro.org>
16293
16294 * gdb.base/catch-syscall.exp: Remove check on isnative and target
16295 triplets. Start gdb, execute catch syscall, and continue. Check
16296 gdb's output to determine catch syscall is supported.
16297
921d8f54
MG
162982016-06-27 Manish Goregaokar <manish@mozilla.com>
16299
25d49b86
PA
16300 * gdb.rust/simple.rs: Add test for returning unit in a function.
16301 * gdb.rust/simple.exp: Add expectation for functions returning
16302 unit.
921d8f54 16303
f4952523
PMR
163042016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
16305
16306 * gdb.python/py-breakpoint-create-fail.c,
16307 gdb.python/py-breakpoint-create-fail.exp,
16308 gdb.python/py-breakpoint-create-fail.py: New testcase.
16309
fccb08f8
MG
163102016-06-25 Manish Goregaokar <manish@mozilla.com>
16311
16312 PR gdb/20239
16313 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
16314 * gdb.rust/simple.exp: Add test expectations for new NonZero
16315 tests.
fccb08f8 16316
6b850546
DT
163172016-06-24 David Taylor <dtaylor@emc.com>
16318
16319 * gdb.base/offsets.exp: New file.
16320 * gdb.base/offsets.c: New file.
16321
17621150
TT
163222016-06-23 Tom Tromey <tom@tromey.com>
16323
16324 PR gdb/16483:
16325 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
16326 before any filters are loaded.
16327
04d59df6
WT
163282016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
16329
16330 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
16331 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
16332 structs.
16333 * gdb.fortran/derived-type-function.exp: New file.
16334 * gdb.fortran/derived-type-function.f90: New file.
16335
16336
ac69f786
PA
163372016-06-21 Pedro Alves <palves@redhat.com>
16338
16339 * gdb.base/new-ui.exp: New file.
16340 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
16341 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
16342 (with_spawn_id): New procedure.
16343
49940788
PA
163442016-06-21 Pedro Alves <palves@redhat.com>
16345
16346 * gdb.mi/mi-exec-run.exp: New file.
16347
ef274d26
PA
163482016-06-21 Pedro Alves <palves@redhat.com>
16349
16350 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
16351 breakpoint command's output on the main UI.
16352 (test_break): New procedure, factored out from calls in the top
16353 level.
16354 (top level): Use foreach_with_prefix to test MI as main UI and as
16355 separate UI.
16356
468afe6c
PA
163572016-06-21 Pedro Alves <palves@redhat.com>
16358
16359 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
16360 (test_awatch_creation_and_listing)
16361 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
16362 Remove 'type' parameter.
16363 (test_watchpoint_all): New parameter mi_mode. Remove
16364 with_test_prefix.
16365 (top level): Use foreach_with_prefix, and add main/separate UI MI
16366 testing axis.
16367
51f77c37
PA
163682016-06-21 Pedro Alves <palves@redhat.com>
16369
16370 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
16371 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
16372 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
16373 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
16374 (gdb_main_spawn_id, mi_spawn_id): Declare and
16375 comment.
16376 (mi_create_inferior_pty): New procedure,
16377 factored out from default_mi_gdb_start.
16378 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
16379 procedures.
16380 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
16381 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
16382 Use mi_create_inferior_pty.
16383 (mi_gdb_start): Use eval to pass down args list.
16384
8980e177
PA
163852016-06-21 Pedro Alves <palves@redhat.com>
16386
16387 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
16388 * gdb.opt/inline-cmds.exp: Add MI tests.
16389
f38d3ad1
PA
163902016-06-21 Pedro Alves <palves@redhat.com>
16391
16392 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
16393
45db7c09
PA
163942016-06-21 Pedro Alves <palves@redhat.com>
16395
16396 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
16397 (top level): Use it instead of mi_execute_to.
16398
5a069ab3
PA
163992016-06-21 Pedro Alves <palves@redhat.com>
16400
16401 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
16402 (cont_handler_str): New.
16403 (signal_stop_handler): Set stop_handler_str instead of printing to
16404 stdout.
16405 (continue_handler): Set cont_handler_str instead of printing to
16406 stdout.
16407 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16408 mi_send_resuming_command. Print stop_handler_str and
16409 cont_handler_str instead of expecting the python events print
16410 directly.
16411
2838cc1d
SD
164122016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16413
16414 * gdb.base/jit-reader.exp: New file.
16415 * gdb.base/jithost.c: New file.
16416 * gdb.base/jithost.h: New file.
16417 * gdb.base/jitreader.c : New file.
16418 * gdb.base/jit-protocol.h: New file.
16419
21a77091
YQ
164202016-06-17 Yao Qi <yao.qi@linaro.org>
16421
16422 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16423 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16424 and detach-on-fork. Adjust tests.
16425 (top level): Invoke break_cond_on_syscall with combinations of
16426 syscall, follow-fork-mode and detach-on-fork.
16427
f50bf8e5
YQ
164282016-06-17 Yao Qi <yao.qi@linaro.org>
16429
16430 * gdb.base/step-over-exit.c: New.
16431 * gdb.base/step-over-exit.exp: New.
16432
a28d8e50
YTL
164332016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16434
16435 * gdb.base/float.exp: Add target check for nds32*-*-*.
16436 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16437
cad8e26d
AB
164382016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16439
16440 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16441 for unsupported target features.
16442 * gdb.base/call-rt-st.exp: Likewise.
16443 * gdb.base/call-sc.exp: Likewise.
16444 * gdb.base/call-signal-resume.exp: Likewise.
16445 * gdb.base/call-strs.exp: Likewise.
16446 * gdb.base/callexit.exp: Likewise.
16447 * gdb.base/callfuncs.exp: Likewise.
16448 * gdb.base/nodebug.exp: Likewise.
16449 * gdb.base/printcmds.exp: Likewise.
16450 * gdb.base/ptype.exp: Likewise.
16451 * gdb.base/structs.exp: Likewise.
16452 * gdb.base/unwindonsignal.exp: Likewise.
16453 * gdb.cp/gdb2495.exp: Likewise.
16454 * gdb.cp/templates.exp: Likewise.
16455 * gdb.cp/virtfunc.exp: Likewise.
16456 * gdb.threads/hand-call-in-threads.exp: Likewise.
16457 * gdb.threads/interrupted-hand-call.exp: Likewise.
16458 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16459
347dc102
TT
164602016-06-10 Tom Tromey <tom@tromey.com>
16461
16462 PR rust/20110:
16463 * gdb.rust/expr.exp: Add test for integer constant larger than
16464 i32.
16465
5e13cf25
BH
164662016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16467
16468 * gdb.fortran/nested-funcs.exp: New.
16469 * gdb.fortran/nested-funcs.f90: New.
16470
bb556f1f
TK
164712016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16472
16473 * gdb.base/examine-backward.c: New file.
16474 * gdb.base/examine-backward.exp: New file.
16475
38b022b4
SM
164762016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16477
16478 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16479 matching.
16480
1b40ec05
TT
164812016-06-02 Tom Tromey <tom@tromey.com>
16482
16483 PR python/18984:
16484 * gdb.python/py-shared.exp: Add solib_name test.
16485
193bd378
SM
164862016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16487
16488 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16489
3326303b
MG
164902016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16491
16492 PR c++/19893
16493 * gdb.dwarf2/implref.exp: Rename to...
16494 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16495 * gdb.dwarf2/implref-array.c: New file.
16496 * gdb.dwarf2/implref-array.exp: Likewise.
16497 * gdb.dwarf2/implref-global.c: Likewise.
16498 * gdb.dwarf2/implref-global.exp: Likewise.
16499 * gdb.dwarf2/implref-struct.c: Likewise.
16500 * gdb.dwarf2/implref-struct.exp: Likewise.
16501
825c8ef2
AT
165022016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16503
16504 * gdb.trace/trace-condition.exp: Add 64bit tests.
16505
2320162a
AT
165062016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16507
16508 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16509 bits types.
16510 (main): Adapt to 8 to 64 bits types.
16511 * gdb.trace/trace-condition.exp: Add new tests.
16512
a7818233
AT
165132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16514
16515 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16516
0d336466
AT
165172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16518
16519 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16520 Move condition tests...
16521 * gdb.trace/trace-condition.exp: Here.
16522
7faeb45a
AT
165232016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16524
16525 * gdb.trace/trace-condition.exp: Add counter-case tests.
16526
e385593e
JK
165272016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16528
16529 PR c++/15231
16530 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16531 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16532
744608cc
PA
165332016-05-27 Pedro Alves <palves@redhat.com>
16534
16535 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16536 New procedure.
16537 (top level): Call it, and bail out of DejaGnu is known to be bad.
16538
ac775bf4
AB
165392016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16540
16541 * gdb.base/whatis.c: Extend the test case.
16542 * gdb.base/whatis.exp: Add additional tests.
16543
2bbad2ea
BH
165442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16545
16546* gdb.fortran/type.f90: Add pointer variable.
16547* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16548
8b70175d
BH
165492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16550
16551 * gdb.fortran/vla-type.exp: Fix testcase name.
16552
86d8a848
BH
165532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16554
16555 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16556
e188eb36
BH
165572016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16558
16559 * gdb.fortran/type.f90: Add nested structures.
16560 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16561 * gdb.fortran/derived-type.exp: Adapt expected output.
16562 * gdb.fortran/vla-type.exp: Adapt expected output.
16563
9b2db1fd
BH
165642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16565
16566 * gdb.fortran/whatis_type.exp: Adapt expected output.
16567
72b17055
BH
165682016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16569
16570 * gdb.fortran/print_type.exp: Fix expected output.
16571 * gdb.fortran/whatis_type.exp: Fix expected output.
16572
3cd81d8d
BH
165732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16574
16575 * gdb.fortran/whatis_type.exp: Use multi_line.
16576
ddae9462
TT
165772016-05-24 Tom Tromey <tom@tromey.com>
16578
16579 PR python/17386:
16580 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16581 use value as an index.
16582
1957f6b8
TT
165832016-05-23 Tom Tromey <tom@tromey.com>
16584
16585 PR python/17981:
16586 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16587 no-breakpoint case.
16588
026a9174
PA
165892016-05-24 Pedro Alves <palves@redhat.com>
16590
16591 PR gdb/19828
16592 * gdb.threads/clone-attach-detach.c: New file.
16593 * gdb.threads/clone-attach-detach.exp: New file.
16594
e70a7231
FR
165952016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16596
16597 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16598
0f6ed0e0
TT
165992016-05-23 Tom Tromey <tom@tromey.com>
16600
16601 PR python/19438, PR python/18393:
16602 * gdb.python/py-progspace.exp: Add "dir" test.
16603 * gdb.python/py-objfile.exp: Add "dir" test.
16604
ffd19d61
YQ
166052016-05-23 Yao Qi <yao.qi@linaro.org>
16606
16607 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16608 * gdb.arch/thumb2-it.exp: Likewise.
16609
9e8f9b05
SM
166102016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16611
16612 * gdb.mi/mi-threads-interrupt.c: New file.
16613 * gdb.mi/mi-threads-interrupt.exp: New file.
16614
61c6156d
SM
166152016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16616
16617 PR gdb/18077
16618 * gdb.mi/mi-async-run.exp: New file.
16619 * gdb.mi/mi-async-run.c: New file.
16620
67218854
TT
166212016-05-17 Tom Tromey <tom@tromey.com>
16622 Manish Goregaokar <manishsmail@gmail.com>
16623
16624 * lib/rust-support.exp: New file.
16625 * lib/gdb.exp (skip_rust_tests): New proc.
16626 (build_executable_from_specs): Handle rust.
16627 * lib/future.exp (gdb_find_rustc): New proc.
16628 (gdb_default_target_compile): Handle rust.
16629 * gdb.rust/expr.exp: New file.
16630 * gdb.rust/generics.exp: New file.
16631 * gdb.rust/generics.rs: New file.
16632 * gdb.rust/methods.exp: New file.
16633 * gdb.rust/methods.rs: New file.
16634 * gdb.rust/modules.exp: New file.
16635 * gdb.rust/modules.rs: New file.
16636 * gdb.rust/simple.exp: New file.
16637 * gdb.rust/simple.rs: New file.
16638
c44af4eb
TT
166392016-05-17 Tom Tromey <tom@tromey.com>
16640
16641 * gdb.base/default.exp (set language): Add rust.
16642
dcd1f979
TT
166432016-05-17 Tom Tromey <tom@tromey.com>
16644
16645 * gdb.gdb/unittest.exp: New file.
16646
155b7f57
YQ
166472016-05-16 Yao Qi <yao.qi@linaro.org>
16648
16649 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16650 shell_prompt. Update shell_prompt_re.
16651
8ddd5a6c
DE
166522016-05-12 Doug Evans <dje@google.com>
16653
16654 PR symtab/19999
16655 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16656 $options when building executable.
16657 * gdb.dwarf2/fission-loclists-pie.S: New file.
16658 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16659
02e370d9
SM
166602016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16661
16662 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16663 of [is_remote target],
16664
8929ad8b
SM
166652016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16666
16667 * lib/gdb.exp (use_gdb_stub): New procedure.
16668
6c447423
DE
166692016-05-03 Yunlian Jiang <yunlian@google.com>
16670 Doug Evans <dje@google.com>
16671
16672 PR symtab/19914
16673 * gdb.dwarf2/dwp-sepdebug.c: New file.
16674 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16675
444e826c
SM
166762016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16677
16678 * gdb.base/detach.exp: Remove is_remote check.
16679
740feeaa
SM
166802016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16681
16682 * gdb.base/annota-input-while-running.exp: Don't check for
16683 [is_remote target]. Enable annotations after running to main.
16684 Remove unused "set test..." line.
16685
9080ac9d
SM
166862016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16687
16688 * gdb.trace/trace-enable-disable.exp: New file.
16689 * gdb.trace/trace-enable-disable.c: New file.
16690
952ebca5
SM
166912016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16692
16693 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16694 use it in info sharedlibrary test.
16695 * gdb.trace/ftrace-lock.exp: Likewise.
16696 * gdb.trace/ftrace.exp: Likewise.
16697 * gdb.trace/range-stepping.exp: Likewise.
16698 * gdb.trace/trace-break.exp: Likewise.
16699 * gdb.trace/trace-condition.exp: Likewise.
16700 * gdb.trace/trace-mt.exp: Likewise.
16701
d9019901
SM
167022016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16703
16704 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16705 (gdb_load_shlib): ... this.
16706 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16707 gdb_load_shlib.
16708 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16709 * gdb.base/ctxobj.exp: Likewise.
16710 * gdb.base/dprintf-pending.exp: Likewise.
16711 * gdb.base/dso2dso.exp: Likewise.
16712 * gdb.base/fixsection.exp: Likewise.
16713 * gdb.base/gcore-relro.exp: Likewise.
16714 * gdb.base/gdb1555.exp: Likewise.
16715 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16716 * gdb.base/gnu-ifunc.exp: Likewise.
16717 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16718 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16719 * gdb.base/pending.exp: Likewise.
16720 * gdb.base/print-file-var.exp: Likewise.
16721 * gdb.base/print-symbol-loading.exp: Likewise.
16722 * gdb.base/shlib-call.exp: Likewise.
16723 * gdb.base/shreloc.exp: Likewise.
16724 * gdb.base/so-impl-ld.exp: Likewise.
16725 * gdb.base/solib-disc.exp: Likewise.
16726 * gdb.base/solib-nodir.exp: Likewise.
16727 * gdb.base/solib-overlap.exp: Likewise.
16728 * gdb.base/solib-symbol.exp: Likewise.
16729 * gdb.base/solib-weak.exp (do_test): Likewise.
16730 * gdb.base/sym-file.exp: Likewise.
16731 * gdb.base/symtab-search-order.exp: Likewise.
16732 * gdb.base/type-opaque.exp: Likewise.
16733 * gdb.base/unload.exp: Likewise.
16734 * gdb.base/watchpoint-solib.exp: Likewise.
16735 * gdb.compile/compile.exp: Likewise.
16736 * gdb.cp/gdb2384.exp: Likewise.
16737 * gdb.cp/infcall-dlopen.exp: Likewise.
16738 * gdb.cp/re-set-overloaded.exp: Likewise.
16739 * gdb.fortran/library-module.exp: Likewise.
16740 * gdb.opt/solib-intra-step.exp: Likewise.
16741 * gdb.python/py-finish-breakpoint.exp: Likewise.
16742 * gdb.python/py-shared.exp: Likewise.
16743 * gdb.reverse/solib-precsave.exp: Likewise.
16744 * gdb.reverse/solib-reverse.exp: Likewise.
16745 * gdb.server/solib-list.exp: Likewise.
16746 * gdb.threads/dlopen-libpthread.exp: Likewise.
16747 * gdb.threads/tls-shared.exp: Likewise.
16748 * gdb.threads/tls-so_extern.exp: Likewise.
16749 * gdb.trace/change-loc.exp: Likewise.
16750 * gdb.trace/ftrace-lock.exp: Likewise.
16751 * gdb.trace/ftrace.exp: Likewise.
16752 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16753 * gdb.trace/pending.exp: Likewise.
16754 * gdb.trace/range-stepping.exp: Likewise.
16755 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16756 (strace_info_marker): Likewise.
16757 (strace_probe_marker): Likewise.
16758 (strace_trace_on_same_addr): Likewise.
16759 (strace_trace_on_diff_addr): Likewise.
16760 * gdb.trace/trace-break.exp: Likewise.
16761 * gdb.trace/trace-condition.exp: Likewise.
16762 * gdb.trace/trace-mt.exp: Likewise.
16763
fca4cfd9
SM
167642016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16765
16766 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16767 result of gdb_remote_download.
16768 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16769 * gdb.base/dso2dso.exp: Likewise.
16770 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16771 * gdb.base/print-file-var.exp: Likewise.
16772 * gdb.base/shlib-call.exp: Likewise.
16773 * gdb.base/shreloc.exp: Likewise.
16774 * gdb.base/solib-overlap.exp: Likewise.
16775 * gdb.base/solib-weak.exp (do_test): Likewise.
16776 * gdb.base/unload.exp: Likewise.
16777
11cf4ffb
YQ
167782016-04-27 Yao Qi <yao.qi@linaro.org>
16779
16780 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16781 exists.
16782
3e2e34f8
KB
167832016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16784
16785 * vla-type.exp: Print structure from toplevel.
16786
8f07e298
BH
167872016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16788
16789 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16790 of dynamic types.
16791 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16792 of dynamic types.
16793
9920b434
BH
167942016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16795
16796 * gdb.fortran/vla-type.f90: New file.
16797 * gdb.fortran/vla-type.exp: New file.
16798
f3abeff5
YQ
167992016-04-25 Yao Qi <yao.qi@linaro.org>
16800
16801 * gdb.base/branch-to-self.c: New file.
16802 * gdb.base/branch-to-self.exp: New file.
16803
0a5d52f0
YQ
168042016-04-22 Yao Qi <yao.qi@linaro.org>
16805
16806 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16807 more after $hex.
16808
495346f6
YQ
168092016-04-22 Yao Qi <yao.qi@linaro.org>
16810
16811 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16812 * gdb.base/annota3.exp: Likewise.
16813
4a7e075c
YQ
168142016-04-22 Yao Qi <yao.qi@linaro.org>
16815
16816 * gdb.reverse/step-precsave.exp: Do one step and test program
16817 stops in "callee" and do multiple steps until program goes out
16818 of "callee".
16819 * gdb.reverse/step-reverse.exp: Likewise.
16820
5b061e98
YQ
168212016-04-22 Yao Qi <yao.qi@linaro.org>
16822
16823 * gdb.trace/signal.exp: Also pass if
16824 $tracepoint_hits($i) > $iterations.
16825
5c5dc57f
YQ
168262016-04-22 Yao Qi <yao.qi@linaro.org>
16827
16828 * gdb.trace/signal.c: New file.
16829 * gdb.trace/signal.exp: New file.
16830
a55411b9
DE
168312016-04-19 Doug Evans <xdje42@gmail.com>
16832
16833 * gdb.base/bad-file.exp: New file.
16834
a22df60a
MG
168352016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16836
16837 * gdb.dwarf2/implref.exp: New file.
16838
0c13f7e5
BH
168392016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16840
16841 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16842 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16843 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16844 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16845 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16846 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16847 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16848 * lib/fortran.exp (fortran_int4): New procedure.
16849 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16850 (fortran_logical4): Likewise.
16851
9b9b09e9
BH
168522016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16853
16854 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16855
a14d1f4d
BH
168562016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16857
16858 * lib/compiler.c: Add Intel specific preprocessor macros.
16859 * lib/compiler.cc: Likewise.
25d49b86 16860
7d49b1d0
LM
168612016-04-13 Luis Machado <lgustavo@codesourcery.com>
16862
16863 * gdb.server/connect-with-no-symbol-file.c: New file.
16864 * gdb.server/connect-with-no-symbol-file.exp: New file.
16865
8392fa22
SM
168662016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16867
16868 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16869
8c4c4aeb
SM
168702016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16871
16872 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16873 standard output directory.
16874
45e3745e
AT
168752016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16876
16877 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16878
e26b7e41
MM
168792016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16880
16881 * gdb.btrace/instruction_history.c (loop): Add declaration.
16882
8ce09462
AT
168832016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16884
16885 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16886
2e88a1ea
SM
168872016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16888
16889 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16890 parentheses to print.
16891 (continue_handler): Likewise.
16892
f48e22e3
SM
168932016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16894
16895 * gdb.server/solib-list.exp: Remove is_remote check.
16896 Pass shlib= to gdb_compile. Don't link shared library with
16897 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16898 Run binary filename through "readlink -f" on the target.
16899
096be756
PA
169002016-04-08 Pedro Alves <palves@redhat.com>
16901
16902 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16903 interpreter filename as argument to gdbserver_spawn.
16904 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16905 Return empty if $last_loaded_file does not exist.
16906
06500533
JK
169072016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16908
16909 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16910 * gdb.base/jit-main.c: Use exit after usage.
16911
2d35e871
JK
169122016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16913
16914 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16915 GDBHISTSIZE prior to the tests.
16916 * gdb.base/gdbinit-history.exp: Likewise.
16917
169182016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
16919
16920 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16921 instead of build_executable. Use gdb_load_shlibs.
16922
c8064e7e
YQ
169232016-04-07 Yao Qi <yao.qi@linaro.org>
16924
16925 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16926 Execute "si" command.
16927
bde47561
YQ
169282016-04-07 Yao Qi <yao.qi@linaro.org>
16929
16930 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16931 number instead of the comments on some line.
16932
b16f8a3b
DB
169332016-04-06 Don Breazeal <donb@codesourcery.com>
16934
16935 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16936 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16937
c2f901df
SM
169382016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16939
16940 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16941 standard_output_file. Remove unused binfile variable.
16942
ac17fda0
CU
169432016-04-05 Catalin Udma <catalin.udma@freescale.com>
16944
16945 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16946 * gdb.python/py-mi-objfile.exp: Match "list main" output
16947 in console format.
16948
03a8c4df
SM
169492016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16950
16951 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16952 absolute.
16953
6e774b13
SM
169542016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16955
16956 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16957 absolute.
16958 * gdb.trace/ftrace.exp: Likewise.
16959 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16960 targets as well.
16961 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16962 (gdb_load_shlibs): Copy libraries to test directory when testing
16963 natively. Only set solib-search-path if testing remotely.
16964 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16965
7817ea46
SM
169662016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16967
16968 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16969 gdb_download. Use it even if the target is not remote.
16970 * gdb.base/jit.exp (compile_jit_test): Likewise.
16971 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16972 output directory if the destination board is local, otherwise use
16973 the standard remote_download from DejaGnu.
16974 (gdb_download): Remove.
16975 (gdb_load_shlibs): Use gdb_remote_download instead of
16976 gdb_download.
16977 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16978 Use gdb_remote_download instead of gdb_download. Use it even if
16979 the target is not remote.
16980 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16981 instead of gdb_download.
16982
7beb7f68
SM
169832016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16984
16985 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16986 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16987 run.
16988
cc63428a
AV
169892016-04-01 Artemiy Volkov <artemiyv@acm.org>
16990
16991 PR gdb/19820
16992 * gdb.base/printcmds.exp: Add artificial arrays tests.
16993
64cdf930
PA
169942016-03-31 Pedro Alves <palves@redhat.com>
16995
16996 PR gdb/19858
16997 * gdb.base/jit-main.c: Include unistd.h.
16998 (ATTACH): Define to 0 if not already defined.
16999 (wait_for_gdb, mypid): New globals.
17000 (WAIT_FOR_GDB): New macro.
17001 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
17002 some breakpoint locations.
17003 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
17004 New procedures.
17005 (one_jit_test): Add REATTACH parameter, and handle it. Use
17006 continue_to_test_location.
17007 (top level): Test attach, and adjusts calls to one_jit_test.
17008
40dea8cb
PA
170092016-03-31 Pedro Alves <palves@redhat.com>
17010
17011 PR gdb/19858
17012 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
17013 BINSUFFIX parameter, and handle it.
17014 (top level): Adjust calls compile_jit_test.
17015
e7ea3ec7
CU
170162016-03-31 Catalin Udma <catalin.udma@freescale.com>
17017
17018 PR python/19743
17019 * gdb.python/py-mi-events-gdb.py: New file.
17020 * gdb.python/py-mi-events.c: New file.
17021 * gdb.python/py-mi-events.exp: New file.
17022
e6359af3
YQ
170232016-03-30 Yao Qi <yao.qi@linaro.org>
17024
17025 * gdb.reverse/until-precsave.exp: Match function name only.
17026 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
17027 Move malloc to a condition block.
17028 * gdb.reverse/until-reverse.exp: Match function name only.
17029
a4105d04
MK
170302016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
17031
17032 * gdb.trace/ftrace.exp: Set arg0exp for s390.
17033 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
17034 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
17035 variable for GPR 0 instead of assuming it is register 0.
17036 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
17037 * lib/trace-support.exp: Add s390 registers.
17038
bfa6adb9
YQ
170392016-03-29 Yao Qi <yao.qi@linaro.org>
17040
17041 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
17042
1e6697ea
YQ
170432016-03-24 Yao Qi <yao.qi@linaro.org>
17044
17045 * gdb.reverse/break-reverse.exp: Add quotation mark in the
17046 test message.
17047
64bcd522
AA
170482016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17049
17050 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
17051 maintaining separate logic for constructing the output path.
17052
7868401b
DB
170532016-03-16 Don Breazeal <donb@codesourcery.com>
17054
17055 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
17056 Retry fork and waitpid on interrupted system call errors.
17057 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17058 Use with_timeout_factor to increase timeout by factor of 10.
17059
1cafadb4
DB
170602016-03-15 Don Breazeal <donb@codesourcery.com>
17061
17062 * gdb.cp/scope-err.cc: New test program.
17063 * gdb.cp/scope-err.exp: New test script.
17064 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
17065 lines and "set breakpoint here" comment.
17066 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
17067 Fixed some whitespace and format issues.
17068 * gdb.mi/mi-linespec-err-cp.cc: New test program.
17069 * gdb.mi/mi-linespec-err-cp.exp: New test script.
17070
81516450
DE
170712016-03-15 Doug Evans <dje@google.com>
17072
17073 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
17074 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
17075 All callers updated. Add tests for enums, mixed flags register.
17076
aa52b601
DE
170772016-03-15 Doug Evans <dje@google.com>
17078
17079 * gdb.base/skip.c (main): Call test_skip_file_and_function.
17080 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
17081
fa4ff313
SM
170822016-03-14 Simon Marchi <simon.marchi@ericsson.com>
17083
17084 * gdb.base/default.exp: Add $_as_string to the list of expected
17085 convenience functions.
17086
f2403c39
AB
170872016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
17088
17089 * gdb.base/maint.exp: New tests for 'maint info line-table'.
17090
f2f3ccb9
SM
170912016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
17092
17093 * gdb.python/py-as-string.exp: New file.
17094 * gdb.python/py-as-string.c: New file.
17095
00dbd492
PA
170962016-03-09 Pedro Alves <palves@redhat.com>
17097
17098 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
17099 signal" -> "Thread NN received signal" output change.
17100 * gdb.threads/ia64-sigill.exp: Likewise.
17101 * gdb.threads/linux-dp.exp: Likewise.
17102 * gdb.threads/manythreads.exp: Likewise.
17103 * gdb.threads/pending-step.exp: Likewise.
17104 * gdb.threads/print-threads.exp: Likewise.
17105 * gdb.threads/sigstep-threads.exp: Likewise.
17106 * gdb.threads/staticthreads.exp: Likewise.
17107 * gdb.threads/tls.exp: Likewise.
17108
1e6697ea
YQ
171092016-03-09 Pedro Alves <palves@redhat.com>
17110
17111 * gdb.base/command-line-input.exp: New file.
17112
b04fd3be
MK
171132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17114
17115 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
17116 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
17117 * gdb.trace/pending.exp: Accept leading dot before function name.
17118 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
17119 * lib/trace-support.exp: Set registers for ppc.
17120
98fa59e9
MK
171212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17122
17123 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
17124 use it for disassembly; accept .main in addition to main in backtrace.
17125
f77198c8
MK
171262016-03-09 Wei-cheng Wang <cole945@gmail.com>
17127 Marcin Kościelnicki <koriakin@0x04.net>
17128
17129 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
17130 (gdb_recursion_test_ptr): New global variable.
17131 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
17132 gdb_recursion_test.
17133 (gdb_c_test): Ditto.
17134
ba84e0da
MK
171352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17136
17137 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
17138 ordering.
17139
4366d36e
MK
171402016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
17141
17142 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
17143 (bar): Add bar_start_lbl label.
17144 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
17145 of foo/bar for emitting DWARF and tracing.
17146
5eb264df
SDJ
171472016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
17148
17149 * analyze-racy-logs.py: Set executable bit.
17150
fb6a751f
SDJ
171512016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
17152
17153 * Makefile.in (DEFAULT_RACY_ITER): New variable.
17154 (CHECK_TARGET_TMP): Likewise.
17155 (check-single-racy): New rule.
17156 (check-parallel-racy): Likewise.
17157 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
17158 (do-check-parallel-racy): New rule.
17159 (check-racy/%.exp): Likewise.
17160 * README (Racy testcases): New section.
17161 * analyze-racy-logs.py: New file.
17162
bdf7e230
DE
171632016-03-03 Doug Evans <dje@google.com>
17164
17165 * gdb.base/skip.exp: Use with_test_prefix.
17166
4719d415
YQ
171672016-03-03 Yao Qi <yao.qi@linaro.org>
17168
17169 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
17170 Invoke step_over_syscall "clone" and break_cond_on_syscall
17171 "clone".
17172 * gdb.base/step-over-clone.c: New file.
17173
ea507862
YQ
171742016-03-03 Yao Qi <yao.qi@linaro.org>
17175
17176 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
17177 code format.
17178
8fc8cbda
YQ
171792016-03-03 Yao Qi <yao.qi@linaro.org>
17180
17181 * gdb.base/disp-step-fork.c: Rename to ...
17182 * gdb.base/step-over-fork.c: ... it. New file.
17183 * gdb.base/disp-step-vfork.c: Rename to ...
17184 * gdb.base/step-over-vfork.c: ... it. New file.
17185 * gdb.base/disp-step-syscall.exp: Rename to ...
17186 * gdb.base/step-over-syscall.exp: ... it. New file.
17187 (disp_step_cross_syscall): Rename to ...
17188 (step_over_syscall): ... it.
17189
92fa70b0
YQ
171902016-03-03 Yao Qi <yao.qi@linaro.org>
17191
17192 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
17193 If target supports condition evaluation on target, invoke
17194 break_cond_on_syscall for fork and vfork.
17195
e197ad3c
YQ
171962016-03-03 Yao Qi <yao.qi@linaro.org>
17197
17198 * gdb.base/disp-step-syscall.exp: Don't invoke
17199 support_displaced_stepping.
17200 (disp_step_cross_syscall): Test with displaced stepping off and
17201 on if supported.
17202
0b47da9f
YQ
172032016-03-03 Yao Qi <yao.qi@linaro.org>
17204
17205 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
17206 proc.
17207 (setup): New proc.
17208 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
17209 and setup.
17210
065ab6dc
BH
172112016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17212
17213 * gdb.fortran/vla-history.exp: Remove breakpoint.
17214
07e448ad 172152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17216
25d49b86
PA
17217 * gdb.fortran/vla-history.exp: Lookup array elements and printing
17218 exceeds timeout.
07e448ad 17219
9ac2d526 172202016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17221
25d49b86
PA
17222 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
17223 breakpoint.
9ac2d526 17224
17807369
BH
172252016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
17226
17227 * gdb.mi/vla.f90: Nullify pointer after declaration.
17228
86e501af
PA
172292016-03-01 Pedro Alves <palves@redhat.com>
17230
17231 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
17232
1e903e32
PA
172332016-03-01 Pedro Alves <palves@redhat.com>
17234
17235 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
17236 before anything else.
17237 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
17238 _GNU_SOURCE here.
17239 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
17240 before anything else.
17241 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
17242
6ccb54e2
PA
172432016-03-01 Pedro Alves <palves@redhat.com>
17244
17245 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
17246
30ca9da1
YQ
172472016-03-01 Yao Qi <yao.qi@linaro.org>
17248
17249 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
17250 prepare_for_testing.
17251
dc856b38
YQ
172522016-03-01 Yao Qi <yao.qi@linaro.org>
17253
17254 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
17255
4a932159
AA
172562016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17257
17258 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
17259 manually constructing the output path.
17260
f2489477
AA
172612016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17262
17263 * gdb.arch/s390-stackless.S: New.
17264 * gdb.arch/s390-stackless.exp: New.
17265
38899f16
IB
172662016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
17267
17268 * gdb.dlang/circular.c: New file.
17269 * gdb.dlang/circular.exp: New file.
17270
9fde51ed
YQ
172712016-02-26 Yao Qi <yao.qi@linaro.org>
17272
17273 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
17274 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
17275 (testcases): Update.
17276
ce90fefe
YQ
172772016-02-26 Yao Qi <yao.qi@linaro.org>
17278
17279 * gdb.reverse/aarch64.c: Rename to ...
17280 * gdb.reverse/insn-reverse.c: ... it.
17281 * gdb.reverse/aarch64.exp: Rename to ...
17282 * gdb.reverse/insn-reverse.exp: ... it.
17283
3263bceb
YQ
172842016-02-26 Yao Qi <yao.qi@linaro.org>
17285
17286 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
17287 (testcase_ftype): New.
17288 (testcases): New array.
17289 (n_testcases): New.
17290 (main): Call each element in testcases.
17291 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
17292 (read_testcase): New.
17293 Do the tests in a loop.
17294
6cb59ff1
YQ
172952016-02-25 Yao Qi <yao.qi@linaro.org>
17296
17297 * gdb.base/branches.c: Remove.
17298
ae91f625
MK
172992016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17300
17301 PR gdb/13808
17302 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
17303
678b48b7
MK
173042016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17305
17306 * gdb.trace/ftrace.exp: Remove unnecessary target check.
17307
7337a6f2
MK
173082016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
17309
17310 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
17311 change x86_64 call_insn to 'callq'.
17312
861ca91f
AT
173132016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17314
17315 * gdb.trace/tfile-avx.c: Move to...
17316 * gdb.trace/tracefile-pseudo-reg.c: Here.
17317 * gdb.trace/tfile-avx.exp: Move to...
17318 * gdb.trace/tracefile-pseudo-reg.exp: Here.
17319
bf74e428
GB
173202016-02-24 Gary Benson <gbenson@redhat.com>
17321
17322 * gdb.base/attach-pie-noexec.exp: Do not expect an error
17323 message on attach.
17324
cce0e923
DE
173252016-02-23 Doug Evans <dje@google.com>
17326
17327 * gdb.base/skip.c (test_skip): New function.
17328 (end_test_skip_file_and_function): New function.
17329 (test_skip_file_and_function): New function.
17330 * gdb.base/skip1.c (test_skip): New function.
17331 (skip1_test_skip_file_and_function): New function.
17332 * gdb.base/skip.exp: Add tests for new skip options.
17333 * gdb.base/skip-solib.exp: Update expected output.
17334 * gdb.perf/skip-command.cc: New file.
17335 * gdb.perf/skip-command.exp: New file.
17336 * gdb.perf/skip-command.py: New file.
17337
4000e47e
MK
173382016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
17339
17340 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
17341 info registers pattern.
17342
24f75ead
IB
173432016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
17344
17345 * lib/future.exp: Add D support.
17346 (gdb_find_gdc): New proc.
17347 (gdb_default_target_compile): Add D support.
17348
fbb7bcbe
WW
173492016-02-18 Wei-cheng Wang <cole945@gmail.com>
17350
17351 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
17352 user+system time.
17353 (trace_speed_test): Determine the iteration count for a time
17354 between 15..30 seconds.
17355
012b3a21
WT
173562016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
17357
17358 * gdb.arch/i386-mpx-sigsegv.c: New file.
17359 * gdb.arch/i386-mpx-sigsegv.exp: New file.
17360 * gdb.arch/i386-mpx-simple_segv.c: New file.
17361 * gdb.arch/i386-mpx-simple_segv.exp: New file.
17362
2d5189bd
YQ
173632016-02-18 Yao Qi <yao.qi@linaro.org>
17364
17365 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17366 Don't call setup_kfail.
17367
40fb20d0
YQ
173682016-02-18 Yao Qi <yao.qi@linaro.org>
17369
17370 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17371 Set "set breakpoint condition-evaluation" per $cond_bp_target.
17372
21b1f8d2
DE
173732016-02-16 Doug Evans <dje@google.com>
17374
17375 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
17376 * gdb.base/skip1.c: Ditto.
17377 * gdb.base/skip.exp: Whitespace cleanup.
17378
4041ed77
DB
173792016-02-16 Don Breazeal <donb@codesourcery.com>
17380
17381 PR remote/19496
17382 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
17383 Remove kfail for PR remote/19496.
17384
c4ef31bf
SM
173852016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17386
17387 * lib/gdb.exp (standard_temp_file): Return a path specific to
17388 the runtest invocation.
17389
266b65b3
SM
173902016-02-16 Simon Marchi <simon.marchi@ericsson.com>
17391
17392 * gdb.trace/save-trace.exp: Change relative path to be in the
17393 standard output directory.
17394
a7a0a6a9
JK
173952016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17396
17397 * gdb.arch/i386-prologue.c: Add missing prototypes.
17398
c99dbb42
JK
173992016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17400
17401 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
17402 * gdb.arch/i386-prologue.exp: Likewise.
17403 * gdb.arch/i386-size.exp: Likewise.
17404
aa480355
SM
174052016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17406
17407 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17408 define object file path.
17409 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17410 file path.
17411 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17412 standard_output_file to define binfile.
17413
ba881f50
JK
174142016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17415
17416 Fix compatibility with recent gfortran-5.3.1.
17417 * gdb.fortran/vla-history.exp (print vla1 allocated)
17418 (print vla2 allocated, print $2, print $3): Remove
17419 (print $4): Rename to ...
17420 (print $2): ... here.
17421 (print $9): Rename to ...
17422 (print $5): ... here.
17423 (print $10): Rename to ...
17424 (print $6): ... here.
17425 * gdb.fortran/vla.f90: Add pvla initialization.
17426
e9fb005c
JK
174272016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17428
17429 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17430 New test.
17431 * gdb.fortran/vla-value-sub.exp: Likewise.
17432
e44e00ff
MK
174332016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17434
17435 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17436
97e94151
SM
174372016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17438
17439 * i386-biarch-core.exp: Define corefile using
17440 standard_output_file.
17441
01113bc1
YQ
174422016-02-12 Yao Qi <yao.qi@linaro.org>
17443
17444 * gdb.arch/arm-single-step-kernel-helper.c: New.
17445 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17446
33b4777c
MM
174472016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17448
17449 * gdb.btrace/tailcall-only.exp: New.
17450 * gdb.btrace/tailcall-only.c: New.
17451 * gdb.btrace/x86_64-tailcall-only.S: New.
17452 * gdb.btrace/i686-tailcall-only.S: New.
17453
acc23c11
PA
174542016-02-11 Pedro Alves <palves@redhat.com>
17455
17456 * README (Parallel testing): Add missing double quotes.
17457
e352bf0a
PA
174582016-02-11 Pedro Alves <palves@redhat.com>
17459
17460 * README (Parallel testing): New section.
17461 (GDB_PARALLEL): Rewrite.
17462 (FORCE_PARALLEL): Document.
17463
9f5fed78
MK
174642016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17465
17466 * gdb.trace/tfile-avx.c: New test.
17467 * gdb.trace/tfile-avx.exp: New test.
17468
9ef9e6a6
KS
174692016-02-09 Keith Seitz <keiths@redhat.com>
17470
17471 PR breakpoints/19546
17472 * gdb.base/infcall-exec.c: New file.
17473 * gdb.base/infcall-exec2.c: New file.
17474 * gdb.base/infcall-exec.exp: New file.
17475
a96e36da
KS
174762016-02-09 Keith Seitz <keiths@redhat.com>
17477
17478 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17479 (toplevel): Call test_bkpt_address.
17480
9f61929f
KS
174812016-02-09 Keith Seitz <keiths@redhat.com>
17482
17483 PR python/19506
17484 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17485 (toplevel): Call test_bkpt_address.
17486
1e94266c
SM
174872016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17488
17489 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17490 to AC_OUTPUT.
17491 * configure: Regenerate.
17492
2a7f3dff
PA
174932016-02-09 Pedro Alves <palves@redhat.com>
17494
17495 PR breakpoints/19548
17496 * gdb.base/execl-update-breakpoints.c (some_function): New
17497 function.
17498 (main): Call it.
17499 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17500 Tighten expected GDB output.
17501
2151ccc5
SM
175022016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17503
17504 * Makefile.in (ALL_SUBDIRS): Remove.
17505 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17506 (distclean maintainer-clean realclean): Likewise.
17507 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17508 * configure: Regenerate.
17509 * gdb.ada/Makefile.in: Delete.
17510 * gdb.arch/Makefile.in: Likewise.
17511 * gdb.asm/Makefile.in: Likewise.
17512 * gdb.base/Makefile.in: Likewise.
17513 * gdb.btrace/Makefile.in: Likewise.
17514 * gdb.cell/Makefile.in: Likewise.
17515 * gdb.compile/Makefile.in: Likewise.
17516 * gdb.cp/Makefile.in: Likewise.
17517 * gdb.disasm/Makefile.in: Likewise.
17518 * gdb.dlang/Makefile.in: Likewise.
17519 * gdb.dwarf2/Makefile.in: Likewise.
17520 * gdb.fortran/Makefile.in: Likewise.
17521 * gdb.gdb/Makefile.in: Likewise.
17522 * gdb.go/Makefile.in: Likewise.
17523 * gdb.guile/Makefile.in: Likewise.
17524 * gdb.java/Makefile.in: Likewise.
17525 * gdb.linespec/Makefile.in: Likewise.
17526 * gdb.mi/Makefile.in: Likewise.
17527 * gdb.modula2/Makefile.in: Likewise.
17528 * gdb.multi/Makefile.in: Likewise.
17529 * gdb.objc/Makefile.in: Likewise.
17530 * gdb.opencl/Makefile.in: Likewise.
17531 * gdb.opt/Makefile.in: Likewise.
17532 * gdb.pascal/Makefile.in: Likewise.
17533 * gdb.perf/Makefile.in: Likewise.
17534 * gdb.python/Makefile.in: Likewise.
17535 * gdb.reverse/Makefile.in: Likewise.
17536 * gdb.server/Makefile.in: Likewise.
17537 * gdb.stabs/Makefile.in: Likewise.
17538 * gdb.threads/Makefile.in: Likewise.
17539 * gdb.trace/Makefile.in: Likewise.
17540 * gdb.xml/Makefile.in: Likewise.
17541 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17542 GDB_PARALLEL.
17543 (standard_output_file): Remove check for GDB_PARALLEL, always
17544 return path in outputs/$subdir/$testname.
17545
437277d4
SM
175462016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17547
17548 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17549 (site.exp): Assign abs_srcdir to tcl's srcdir.
17550
31d913c7
YQ
175512016-02-04 Yao Qi <yao.qi@linaro.org>
17552
17553 * gdb.base/foll-exec-mode.c: Include limits.h.
17554 (main): Add parameters argc and argv. Get directory from
17555 argv[0].
17556 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17557 compilation.
17558 * gdb.base/foll-exec.c: Include limits.h.
17559 (main): Add parameters argc and argv.
17560 Get directory from argv[0].
17561 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17562 Adjust tests on the number of lines as source code changed.
17563 * gdb.base/foll-vfork-exit.c: Include limits.h.
17564 (main): Add one line of statement before vfork.
17565 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17566 (main): Add parameters argc and argv. Get directory from
17567 argv[0].
17568 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17569 (setup_gdb): Set tbreak to skip some source lines.
17570 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17571 (main): Add parameters argc and argv. Get directory from
17572 argv[0].
17573 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17574 compilation.
17575 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17576 (main): Add parameters argc and argv. Get directory from
17577 argv[0].
17578 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17579 compilation.
17580
9482b9fb
DE
175812016-02-01 Doug Evans <dje@google.com>
17582
17583 * gdb.base/skip.exp: Clean up multiple references to same test name.
17584
6b2e4f10
PA
175852016-02-01 Pedro Alves <palves@redhat.com>
17586
ccb6afd6 17587 PR remote/19496
6b2e4f10
PA
17588 * gdb.threads/forking-threads-plus-breakpoint.exp
17589 (displaced_stepping_supported): New global.
17590 (probe_displaced_stepping_support): New procedure.
17591 (do_test): Add 'displaced' parameter, and use it.
17592 (top level): Check for displaced stepping support. Add displaced
17593 stepping on/off testing axis.
17594
37a8db1a
AB
175952016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17596
17597 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17598 pointer. Don't perform further tests on the unassociated pointer
17599 if the first test fails.
17600
5fdf6324
AB
176012016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17602
17603 * gdb.base/max-value-size.c: New file.
17604 * gdb.base/max-value-size.exp: New file.
17605 * gdb.base/huge.exp: Disable max-value-size for this test.
17606
935c6144
IB
176072016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17608
17609 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17610
7fe8399d
YQ
176112016-01-28 Yao Qi <yao.qi@linaro.org>
17612
17613 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17614
a2077e25
PA
176152016-01-25 Pedro Alves <palves@redhat.com>
17616
17617 PR threads/19461
17618 * gdb.base/fork-running-state.c: New file.
17619 * gdb.base/fork-running-state.exp: New file.
17620
1d2736d4
PA
176212016-01-25 Pedro Alves <palves@redhat.com>
17622
17623 PR gdb/19494
17624 * gdb.base/catch-fork-kill.c: New file.
17625 * gdb.base/catch-fork-kill.exp: New file.
17626
f1da4b11
PA
176272016-01-25 Pedro Alves <palves@redhat.com>
17628
17629 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17630 Delete, moved to lib/gdb.exp.
17631 * gdb.threads/forking-threads-plus-breakpoint.exp
17632 (foreach_with_prefix): Likewise.
17633 * gdb.threads/process-dies-while-handling-bp.exp
17634 (foreach_with_prefix): Likewise.
17635 * lib/gdb.exp (foreach_with_prefix): New procedure.
17636
45f38546
MK
176372016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17638
17639 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17640 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17641
dc29a1ce
MK
176422016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17643
17644 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17645 endian targets.
17646
092127d7
JK
176472016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17648 Pedro Alves <palves@redhat.com>
17649
17650 Fix testsuite compatibility with Guile.
17651 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17652 number.
17653
31d765d3
JK
176542016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17655
17656 Fix testsuite compatibility with Guile.
17657 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17658 (thread 1): New test for backtrace through signal handler.
17659
1ac78c04
YQ
176602016-01-22 Yao Qi <yao.qi@linaro.org>
17661
17662 PR testsuite/19491
17663 * gdb.base/multi-forks.c: Include
17664 ../lib/unbuffer_output.c
17665 (main): Call gdb_unbuffer_output.
17666
4f5946a8
DE
176672016-01-21 Doug Evans <dje@google.com>
17668
17669 * lib/ada.exp (gdb_compile_ada): Fix typo.
17670
305e13e6
JB
176712016-01-21 Joel Brobecker <brobecker@adacore.com>
17672
17673 * gdb.base/break-fun-addr.exp: New file.
17674 * gdb.base/break-fun-addr1.c: New file.
17675 * gdb.base/break-fun-addr2.c: New file.
17676
5f5dfff6
SM
176772016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17678
17679 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17680 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17681 enum flag values.
17682
fd356fa2
AA
176832016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17684
17685 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17686 when GDB can not set the vector return value. Add more comments
17687 for clarification.
17688
9df22175
AT
176892016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17690
17691 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17692 command.
17693
41d1845e
SM
176942016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17695
17696 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17697
01ac6840
SM
176982016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17699
17700 * Makefile.in (check-single): Pass --status to runtest.
17701 (check/%.exp): Likewise.
17702
177032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17704
17705 * Makefile.in (check-parallel): Propagate return code from make
17706 do-check-parallel.
17707
bd0a71fa
MK
177082016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17709
17710 * gdb.trace/ftrace.exp: Fix expected message on continue.
17711 * gdb.trace/pending.exp: Fix expected message on continue.
17712 * gdb.trace/trace-break.exp: Fix expected message on continue.
17713
8bcbad33
SM
177142016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17715
17716 * lib/gdb.exp (gdb_test): Remove unused global references.
17717
f303dbd6
PA
177182016-01-18 Pedro Alves <palves@redhat.com>
17719
17720 * gdb.base/async-shell.exp: Adjust expected output.
17721 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17722 * gdb.base/siginfo-thread.exp: Adjust expected output.
17723 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17724 * gdb.java/jnpe.exp: Adjust expected output.
17725 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17726 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17727 * gdb.threads/leader-exit.exp: Adjust expected output.
17728 * gdb.threads/manythreads.exp: Adjust expected output.
17729 * gdb.threads/pthreads.exp: Adjust expected output.
17730 * gdb.threads/schedlock.exp: Adjust expected output.
17731 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17732 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17733 expected output.
17734 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17735 output.
17736 * gdb.threads/sigthread.exp: Adjust expected output.
17737 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17738
b2789696
YQ
177392016-01-18 Yao Qi <yao.qi@linaro.org>
17740
17741 * gdb.guile/scm-section-script.c: Replace @progbits with
17742 %progbits.
17743 * gdb.python/py-section-script.c: Likewise.
17744
71ef29a8
PA
177452016-01-15 Pedro Alves <palves@redhat.com>
17746
17747 * gdb.multi/tids.exp: Test star wildcard ranges.
17748
3f5b7598
PA
177492016-01-15 Pedro Alves <palves@redhat.com>
17750
17751 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17752 command from "thread apply" invocation.
17753 (thr_apply_info_thr_invalid): Default the expected output to the
17754 input tid list.
17755 (top level): Add tests that use convenience variables. Add tests
17756 for "thread apply" with a valid TID list, but missing the command.
17757
663f6d42
PA
177582016-01-13 Pedro Alves <palves@redhat.com>
17759
17760 * gdb.base/default.exp: Expect $_gthread as well.
17761 * gdb.multi/tids.exp: Test $_gthread.
17762 * gdb.threads/thread-specific.exp: Test $_gthread.
17763
c84f6bbf
PA
177642016-01-13 Pedro Alves <palves@redhat.com>
17765
17766 * gdb.multi/tids.exp: Test "info threads -gid".
17767
22a02324
PA
177682016-01-13 Pedro Alves <palves@redhat.com>
17769
17770 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17771 Breakpoint.thread.
17772 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17773
5d5658a1
PA
177742016-01-07 Pedro Alves <palves@redhat.com>
17775
17776 * gdb.base/break.exp: Adjust to output changes.
17777 * gdb.base/hbreak2.exp: Likewise.
17778 * gdb.base/sepdebug.exp: Likewise.
17779 * gdb.base/watch_thread_num.exp: Likewise.
17780 * gdb.linespec/keywords.exp: Likewise.
17781 * gdb.multi/info-threads.exp: Likewise.
17782 * gdb.threads/thread-find.exp: Likewise.
17783 * gdb.multi/tids.c: New file.
17784 * gdb.multi/tids.exp: New file.
17785
84654457
PA
177862016-01-13 Pedro Alves <palves@redhat.com>
17787
17788 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17789
e3940304
PA
177902016-01-13 Pedro Alves <palves@redhat.com>
17791
17792 * gdb.base/default.exp: Expect $_inferior as well.
17793 * gdb.multi/base.exp: Test $_inferior.
17794
a911d87a
PA
177952016-01-13 Pedro Alves <palves@redhat.com>
17796
17797 PR breakpoints/19388
17798 * gdb.base/catch-signal-siginfo-cond.c: New file.
17799 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17800
82075af2
JS
178012016-01-12 Josh Stone <jistone@redhat.com>
17802 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17803
17804 * gdb.base/catch-syscall.c (do_execve): New variable.
17805 (main): Conditionally trigger an execve.
17806 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17807 (test_catch_syscall_execve): New, check entry/return across execve.
17808 (do_syscall_tests): Call test_catch_syscall_execve.
17809
e46eeedd
PA
178102016-01-12 Pedro Alves <palves@redhat.com>
17811
17812 * gdb.base/random-signal.exp (do_test): New procedure, with body
17813 of testcase moved in.
17814
01d8c27e
JK
178152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17816 Pedro Alves <palves@redhat.com>
17817
17818 * gdb.base/funcargs.exp (finish from indirectly called function):
17819 Reintroduce the case for 'First'.
17820
9a706302
JK
178212016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17822 Pedro Alves <palves@redhat.com>
17823
17824 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17825 (tcatch_vfork_then_child_follow_exec)
17826 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17827 identification.
17828
c0ecb95f
JK
178292016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17830
17831 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17832 and repeats to unlimited.
17833 * gdb.python/py-value.exp: Likewise.
17834 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17835 and repeats to unlimited.
17836
6cfc1fcb
JK
178372016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17838
17839 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17840 and reordering the functions.
17841 * gdb.multi/hangout.c: Likewise.
17842 * gdb.multi/hello.c: Likewise.
17843
582a1b00
SM
178442016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17845
17846 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17847 absolute.
17848 (SingleStatisticTestResult.report): Use dict.keys instead of
17849 dict.iterkeys.
17850
79bc59cb
PA
178512016-01-06 Pedro Alves <palves@redhat.com>
17852
17853 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17854
43368e1d
MM
178552016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17856
17857 * gdb.btrace/dlopen.exp: New.
17858 * gdb.btrace/dlopen.c: New.
17859 * gdb.btrace/dlopen-dso.c: New.
17860
79fad5b8
SL
178612015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17862
17863 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17864 PATTERN argument is optional.
17865
ab8314b3
JB
178662015-12-24 Joel Brobecker <brobecker@adacore.com>
17867
17868 * lib/ada.exp (target_compile_ada_from_dir): New function.
17869 (gdb_compile_ada): Reimplement avoiding the use of project files.
17870 * gdb.ada/gnat_ada.gpr: Delete.
17871 * gdb.ada/cond_lang.exp: Adjust test to make path before
17872 filename optional.
17873 * gdb.ada/small_reg_param.exp: Likewise.
17874
fe33faff
SM
178752015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17876
17877 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17878
6d265cb4
TP
178792015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17880
17881 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17882 case.
17883
10125099
SM
178842015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17885
17886 * gdb.base/break.exp: Remove dead code.
17887 * gdb.base/sepdebug.exp: Likewise.
17888
3ca22649
SM
178892015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17890
17891 * gdb.asm/asm-source.exp: Remove HP-UX references.
17892 * gdb.base/annota1.exp: Likewise.
17893 * gdb.base/annota3.exp: Likewise.
17894 * gdb.base/attach.exp: Likewise.
17895 * gdb.base/bigcore.exp: Likewise.
17896 * gdb.base/break.exp: Likewise.
17897 * gdb.base/call-ar-st.exp: Likewise.
17898 * gdb.base/callfuncs.exp: Likewise.
17899 * gdb.base/catch-fork-static.exp: Likewise.
17900 * gdb.base/display.exp: Likewise.
17901 * gdb.base/foll-exec-mode.exp: Likewise.
17902 * gdb.base/foll-exec.exp: Likewise.
17903 * gdb.base/foll-fork.exp: Likewise.
17904 * gdb.base/foll-vfork.exp: Likewise.
17905 * gdb.base/funcargs.exp: Likewise.
17906 * gdb.base/hbreak2.exp: Likewise.
17907 * gdb.base/inferior-died.exp: Likewise.
17908 * gdb.base/interrupt.exp: Likewise.
17909 * gdb.base/multi-forks.exp: Likewise.
17910 * gdb.base/nodebug.exp: Likewise.
17911 * gdb.base/sepdebug.exp: Likewise.
17912 * gdb.base/solib1.c: Likewise.
17913 * gdb.base/step-test.exp: Likewise.
17914 * gdb.mi/non-stop.c: Likewise.
17915 * gdb.mi/pthreads.c: Likewise.
17916 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17917 * gdb.threads/pthreads.c: Likewise.
17918 * gdb.threads/staticthreads.exp: Likewise.
17919 * lib/future.exp: Likewise.
17920 * lib/gdb.exp: Likewise.
17921 * gdb.base/so-indr-cl.c: Remove.
17922 * gdb.base/so-indr-cl.exp: Likewise.
17923 * gdb.base/solib.c: Likewise.
17924 * gdb.base/solib.exp: Likewise.
17925 * gdb.base/solib2.c: Likewise.
17926
b6304613
SM
179272015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17928
17929 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17930 * gdb.base/call-ar-st.exp: Likewise.
17931 * gdb.base/callfuncs.exp: Likewise.
17932 * gdb.base/condbreak.exp: Likewise.
17933 * gdb.base/constvars.exp: Likewise.
17934 * gdb.base/hbreak2.exp: Likewise.
17935 * gdb.base/langs.exp: Likewise.
17936 * gdb.base/list.exp: Likewise.
17937 * gdb.base/long_long.exp: Likewise.
17938 * gdb.base/ptype.exp: Likewise.
17939 * gdb.base/scope.exp: Likewise.
17940 * gdb.base/signals.exp: Likewise.
17941 * gdb.base/so-impl-ld.exp: Likewise.
17942 * gdb.base/varargs.exp: Likewise.
17943 * gdb.base/volatile.exp: Likewise.
17944 * gdb.base/whatis.exp: Likewise.
17945 * gdb.cp/cplusfuncs.exp: Likewise.
17946 * gdb.cp/inherit.exp: Likewise.
17947 * gdb.cp/local.exp: Likewise.
17948 * gdb.cp/member-ptr.exp: Likewise.
17949 * gdb.cp/method.exp: Likewise.
17950 * gdb.cp/overload.exp: Likewise.
17951 * gdb.cp/templates.exp: Likewise.
17952 * gdb.stabs/weird.exp: Likewise.
17953 * lib/compiler.c: Likewise.
17954 * lib/compiler.cc: Likewise.
17955 * lib/cp-support.exp: Likewise.
17956 * lib/gdb.exp: Likewise.
17957
bf401b07
SM
179582015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17959
17960 * configure.ac: Remove HP-UX case.
17961 * configure: Regenerate.
17962
aff9c0f8
SM
179632015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17964
17965 * lib/gdb.exp (gdb_compile): Add function doc.
17966
a6904d5a
PA
179672015-12-17 Pedro Alves <palves@redhat.com>
17968
17969 PR threads/19354
17970 * gdb.multi/info-threads.exp: New file.
17971
a22279dd
YQ
179722015-12-15 Yao Qi <yao.qi@linaro.org>
17973
17974 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17975 is aarch64*-*-*.
17976
0588c796
SL
179772015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17978
17979 * gdb.base/history-duplicates.exp: Skip if no readline support.
17980
5d978e17
SL
179812015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17982
17983 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17984
7e763b86
SL
179852015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17986
17987 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17988
87a3a92c
SL
179892015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17990
17991 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17992 ctrl-C if nointerrupts target property is set.
17993 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17994 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17995 * gdb.base/paginate-bg-execution.exp: Likewise.
17996 * gdb.base/paginate-execution-startup.exp: Likewise.
17997 * gdb.base/random-signal.exp: Likewise.
17998 * gdb.base/range-stepping.exp: Likewise.
17999 * gdb.cp/annota2.exp: Likewise.
18000 * gdb.cp/annota3.exp: Likewise.
18001 * gdb.gdb/selftest.exp: Likewise.
18002 * gdb.threads/continue-pending-status.exp: Likewise.
18003 * gdb.threads/leader-exit.exp: Likewise.
18004 * gdb.threads/manythreads.exp: Likewise.
18005 * gdb.threads/pthreads.exp: Likewise.
18006 * gdb.threads/schedlock.exp: Likewise.
18007 * gdb.threads/sigthread.exp: Likewise.
18008
a8f077dc
DB
180092015-12-11 Don Breazeal <donb@codesourcery.com>
18010
18011 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
18012 remote.
18013 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
18014 * gdb.base/foll-exec.exp (main): Enable for target remote.
18015 * gdb.base/foll-fork.exp (main): Likewise.
18016 * gdb.base/foll-vfork.exp (main): Likewise.
18017 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
18018 (proc continue_to_exit_bp_loc): Use clean_restart.
18019 * gdb.base/pie-execl.exp (main): Disable for target remote.
18020 * gdb.base/watch-vfork.exp (main): Enable for target remote.
18021 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
18022 * gdb.threads/execl.exp (main): Likewise.
18023 * gdb.threads/fork-child-threads.exp (main): Likewise.
18024 * gdb.threads/fork-plus-threads.exp (main): Disable for target
18025 remote.
18026 * gdb.threads/fork-thread-pending.exp (main): Enable for target
18027 remote.
18028 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
18029 pid.tid style ptids, instead of just tid.
18030 * gdb.threads/thread-execl.exp (main): Enable for target remote.
18031 * gdb.threads/watchpoint-fork.exp (main): Likewise.
18032 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
18033 ptids, instead of just tid.
18034
3b2464a8
AB
180352015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18036
18037 * gdb.base/list.exp (test_list_forward): Add end of file error
18038 test.
18039 (test_repeat_list_command): Add end of file error test.
18040 (test_list_backwards): Add beginning of file error test.
18041
a0def019
AB
180422015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18043
18044 * gdb.base/list.exp (test_list_invalid_args): New function,
18045 defined, and called.
18046
5c000dff
AB
180472015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
18048
18049 * gdb.base/list.exp (test_list): Make test names unique.
18050
f1637ebe
YQ
180512015-12-11 Yao Qi <yao.qi@linaro.org>
18052
18053 * gdb.base/coremaker2.c: Remove.
18054
36d6fc0a
PA
180552015-12-10 Pedro Alves <palves@redhat.com>
18056
18057 * gdb.multi/base.exp: Remove stale "spaces" references.
18058
762f7747
PA
180592015-12-10 Pedro Alves <palves@redhat.com>
18060
18061 * gdb.multi/base.exp: Don't use nowarnings.
18062 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
18063 * gdb.multi/hangout.c: Include stdio.h.
18064 * gdb.multi/hello.c: Include stdlib.h.
18065 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
18066 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
18067 * gdb.multi/multi-arch.exp: Don't use nowarnings.
18068
28d2bfb9
AB
180692015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
18070
18071 * gdb.dwarf2/dw2-ranges-base.c: New file.
18072 * gdb.dwarf2/dw2-ranges-base.exp: New file.
18073 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
18074 support additional line table, and debug ranges generation.
18075 (Dwarf::ranges): New function, generate .debug_ranges.
18076 (Dwarf::lines): Support generating simple line table programs.
18077 (Dwarf::assemble): Initialise new namespace variables.
18078
5fc2beac
KB
180792015-12-09 Kevin Buettner <kevinb@redhat.com>
18080
18081 * gdb.base/async.exp (proc test_background): Add case for
18082 asynchronous execution not supported.
18083
1c35a88f
LM
180842015-12-09 Luis Machado <lgustavo@codesourcery.com>
18085
18086 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
18087 format and change test names to make them unique.
18088
b593e3d9
RK
180892015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
18090 Pedro Alves <pedro@redhat.com>
18091
18092 PR gdb/18702
18093 Add checking of floatformats setup on x86_64 hosts.
18094 * gdb.arch/i386-float.S (main): Load bigval and smallval.
18095 (smallval, bigval): New labels/constants.
18096 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
18097 float" after loading bigval and smallval.
18098
d72413e6
PMR
180992015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
18100
18101 * gdb.ada/fun_overload_menu.exp: New testcase.
18102 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
18103
ece66d65
JS
181042015-12-04 Josh Stone <jistone@redhat.com>
18105
18106 * gdb.base/catch-fork-static.exp: New.
18107
41d0efca
YQ
181082015-12-03 Yao Qi <yao.qi@linaro.org>
18109
18110 * gdb.base/sizeof.c: Don't include stdio.h and
18111 ../lib/unbuffer_output.c.
18112 (main): New variable 'size' and 'value'. Remove printf and
18113 gdb_unbuffer_output. Assign return value to size and value.
18114 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
18115 at the beginning.
18116 (check_sizeof): Check the result by printing variable 'size'.
18117 (check_valueof): Check the result by printing variable 'value'.
18118
99fd02d9
YQ
181192015-12-01 Yao Qi <yao.qi@linaro.org>
18120
18121 * gdb.base/disp-step-syscall.exp: Define syscall instruction
18122 for aarch64*-*-linux* target.
18123
f2faf941
PA
181242015-11-30 Pedro Alves <palves@redhat.com>
18125
18126 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
18127
04bf20c5
PA
181282015-11-30 Pedro Alves <palves@redhat.com>
18129
18130 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
18131 Handle non-stop mode vCont replies.
18132
09df4675
PA
181332015-11-30 Pedro Alves <palves@redhat.com>
18134
18135 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
18136 prepare_for_testing. Start gdb with "set non-stop on" appended to
18137 GDBFLAGS. Lax expected stop output.
18138
58b584af
YQ
181392015-11-27 Yao Qi <yao.qi@linaro.org>
18140
18141 * gdb.arch/arm-neon.exp: New.
18142 * gdb.arch/arm-neon.c: New.
18143
dfcb77a8
YQ
181442015-11-27 Yao Qi <yao.qi@linaro.org>
18145
18146 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
18147
88e8ec1b
YQ
181482015-11-27 Yao Qi <yao.qi@linaro.org>
18149
18150 * gdb.cp/annota2.exp: Allow multiple occurrences of the
18151 frames-invalid annotation.
18152
bfde72c2
YQ
181532015-11-27 Yao Qi <yao.qi@linaro.org>
18154
18155 * gdb.cp/annota2.exp: Use ${frames_invalid}.
18156
f6512a69
SM
181572015-11-26 Simon Marchi <simon.marchi@ericsson.com>
18158
18159 * gdb.threads/names.exp: New file.
18160 * gdb.threads/names.c: New file.
18161 * README: Mention gdb,no_thread_names.
18162
46a3515b
MM
181632015-11-26 Markus Metzger <markus.t.metzger@intel.com>
18164
18165 PR 19297
18166 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
18167 support" error.
18168
62147a22
PA
181692015-11-24 Pedro Alves <palves@redhat.com>
18170
18171 PR 17539
18172 * gdb.base/display.exp: Expect displays to be sorted in ascending
18173 order. Use multi_line.
18174 * gdb.base/solib-display.exp: Likewise.
18175
2f341b6e
PA
181762015-11-24 Pedro Alves <palves@redhat.com>
18177
18178 PR 17539
25d49b86
PA
18179 * gdb.base/display.exp: Expect displays to be sorted in ascending
18180 order. Use multi_line.
18181 * gdb.base/solib-display.exp: Likewise.
2f341b6e 18182
7e0aa6aa
PA
181832015-11-24 Pedro Alves <palves@redhat.com>
18184
18185 PR 17539
18186 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
18187 threads in ascending order.
18188 * gdb.base/foll-fork.exp: Likewise.
18189 * gdb.base/foll-vfork.exp: Likewise.
18190 * gdb.base/multi-forks.exp: Likewise.
18191 * gdb.mi/mi-nonstop.exp: Likewise.
18192 * gdb.mi/mi-nsintrall.exp: Likewise.
18193 * gdb.multi/base.exp: Likewise.
18194 * gdb.multi/multi-arch.exp: Likewise.
18195 * gdb.python/py-inferior.exp: Likewise.
18196 * gdb.threads/break-while-running.exp: Likewise.
18197 * gdb.threads/execl.exp: Likewise.
18198 * gdb.threads/gcore-thread.exp: Likewise.
18199 * gdb.threads/info-threads-cur-sal.exp: Likewise.
18200 * gdb.threads/kill.exp: Likewise.
18201 * gdb.threads/linux-dp.exp: Likewise.
18202 * gdb.threads/multiple-step-overs.exp: Likewise.
18203 * gdb.threads/next-bp-other-thread.exp: Likewise.
18204 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
18205 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
18206 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
18207 * gdb.threads/thread-find.exp: Likewise.
18208 * gdb.threads/tls.exp: Likewise.
18209 * lib/mi-support.exp (mi_reverse_list): Delete.
18210 (mi_check_thread_states): No longer reverse list.
18211
2cc57ad8
PA
182122015-11-24 Pedro Alves <palves@redhat.com>
18213
18214 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
18215 use lowercase.
18216
c93e8391
SM
182172015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18218
18219 * gdb.trace/actions.c: Include trace-common.h.
18220 (main): Add a location for a fast tracepoint.
18221 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
18222 the normal tracepoints.
18223 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
18224
045ccf91
SM
182252015-11-23 Simon Marchi <simon.marchi@ericsson.com>
18226
18227 * save-trace.exp: Factor out code to these...
18228 (gdb_save_tracepoints): New.
18229 (gdb_load_tracepoints): New.
18230 (do_save_load_test): New.
18231
5506f9f6
KB
182322015-11-23 Kevin Buettner <kevinb@redhat.com>
18233
18234 * gdb.base/asmlabel.exp: New test.
18235 * gdb.base/asmlabel.c: New test case.
18236
16c3b12f
JB
182372015-11-23 Joel Brobecker <brobecker@adacore.com>
18238
18239 * gdb.base/wrong_frame_bt_full-main.c: New file.
18240 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
18241 * gdb.base/wrong_frame_bt_full.exp: New file.
18242
155bfbd3
JB
182432015-11-23 Joel Brobecker <brobecker@adacore.com>
18244
18245 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
18246
bb097445
JM
182472015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18248
206853a0 18249 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
18250 pstate register when comparing registers values in
18251 sparc64-*-linux-gnu targets to avoid spurious differences.
18252
9c88ed8f
JM
182532015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
18254
206853a0 18255 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 18256
96161e25
SL
182572015-11-19 Sandra Loosemore <sandra@codesourcery.com>
18258
18259 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
18260 as type argument to gdb_compile.
18261 * gdb.base/nested-subp2.exp: Likewise.
18262 * gdb.base/nested-subp3.exp: Likewise.
18263
340c2830
DV
182642015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
18265
18266 * lib/dwarf.exp (_note): Fix left shift of negative value.
18267 * gdb.trace/trace-condition.exp: Likewise.
18268
c1862d0f
YQ
182692015-11-13 Yao Qi <yao.qi@linaro.org>
18270
18271 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
18272 comments about d10v.
18273 (test_scalar_returns): Likewise.
18274 * gdb.base/d10v.ld: Remove.
18275 * gdb.base/overlays.exp: Remove the target triplet checking for
18276 d10v-*-*.
18277 * gdb.base/structs.exp (test_struct_returns): Remove the
18278 comments about d10v.
18279 (test_struct_calls): Likewise.
18280
77ae9c19
YQ
182812015-11-13 Yao Qi <yao.qi@linaro.org>
18282
18283 * gdb.base/gnu_vector.exp: Check the return value by "p res".
18284 * gdb.base/gnu_vector.c: Don't include stdio.h.
18285 (main): Don't print res and call add_some_intvecs.
18286
430e004e
MK
182872015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
18288
18289 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
18290 macro.
18291 (func5): Removed.
18292 (func4): Use FAST_TRACEPOINT_LABEL.
18293 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
18294 macro.
18295 (func): Removed.
18296 (thread_function): Use FAST_TRACEPOINT_LABEL.
18297 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
18298 (func): Remove.
18299 (marker): Use FAST_TRACEPOINT_LABEL.
18300 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
18301 (pendfunc1): Remove.
18302 (pendfunc): Use FAST_TRACEPOINT_LABEL.
18303 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
18304 (foo): Remove.
18305 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
18306 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
18307 macro.
18308 (func): Remove.
18309 (marker): Use FAST_TRACEPOINT_LABEL.
18310 * gdb.trace/trace-common.h: New header.
18311 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
18312 macro.
18313 (func): Remove.
18314 (marker): Use FAST_TRACEPOINT_LABEL.
18315 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
18316 (func): Remove.
18317 (thread_function): Use FAST_TRACEPOINT_LABEL.
18318
6e7675a7
MK
183192015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
18320
18321 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
18322 in front.
18323 * gdb.trace/change-loc.exp: Use global pcreg definition.
18324 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
18325 * gdb.trace/entry-values.exp: Use global spreg definition, add $
18326 in front.
18327 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
18328 * gdb.trace/pending.exp: Likewise.
18329 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
18330 * gdb.trace/trace-break.exp: Likewise.
18331 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
18332 in front.
18333 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
18334 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
18335 in front.
18336 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
18337
dddc0e16
JB
183382015-11-09 Joel Brobecker <brobecker@adacore.com>
18339
18340 * gdb.ada/fin_fun_out: New testcase.
18341
c6f0b406
KB
183422015-11-07 Kevin Buettner <kevinb@redhat.com>
18343
18344 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
18345 value associated with DW_AT_byte_size.
18346 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
18347 constants for DW_AT_byte_size, DW_AT_lower_bound, and
18348 DW_AT_upper_bound.
18349
f01dcfd9
KB
183502015-11-07 Kevin Buettner <kevinb@redhat.com>
18351
18352 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
18353 (gdb_target_symbol_prefix_flags): Define in terms of _asm
18354 version.
18355 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
18356 gdb.dwarf2/dw2-canonicalize-type.exp,
18357 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
18358 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
18359 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
18360 provided by gdb_target_symbol_prefix_flags_asm.
18361 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
18362 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
18363 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
18364 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
18365 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
18366 macros where needed). Use this macro for symbols which require
18367 the prefix provided by SYMBOL_PREFIX.
18368
2223449a
KB
183692015-11-05 Kevin Buettner <kevinb@redhat.com>
18370
18371 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
18372 New procs.
18373 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
18374 representing expressions, of more than one list element.
18375 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
18376 to prepend linker symbol prefix to f.
18377 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
18378 table_1 and table_2.
18379 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
18380 Likewise, for f and g.
18381 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
18382 for ptr.
18383 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
18384 for main.
18385 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
18386 table_1_ptr and table_2_ptr.
18387
6f2f1a3a
JK
183882015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18389 Joel Brobecker <brobecker@adacore.com>
18390
18391 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
18392
566c56c9
MK
183932015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
18394
18395 * gdb.reverse/s390-mvcle.c: New test.
18396 * gdb.reverse/s390-mvcle.exp: New file.
18397 * lib/gdb.exp: Enable reverse tests on s390*-linux.
18398
d5f0636b
MK
183992015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18400
18401 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
18402
7ad8b86c
MK
184032015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
18404
18405 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18406 reaching marker2.
18407 * gdb.reverse/getresuid-reverse.exp: Likewise.
18408 * gdb.reverse/pipe-reverse.exp: Likewise.
18409 * gdb.reverse/readv-reverse.exp: Likewise.
18410 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18411 * gdb.reverse/time-reverse.exp: Likewise.
18412 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18413
4081c0f1
YQ
184142015-10-30 Yao Qi <yao.qi@linaro.org>
18415
18416 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18417 (empty_cycle): Remove.
18418 (main): Don't call empty_cycle. Don't use watch_count_done.
18419 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18420 empty_cycle. Rewrite the code counting HW watchpoints.
18421
452b4ba5
MK
184222015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18423
18424 * gdb.reverse/fstatat-reverse.c: New test.
18425 * gdb.reverse/fstatat-reverse.exp: New file.
18426 * gdb.reverse/getresuid-reverse.c: New test.
18427 * gdb.reverse/getresuid-reverse.exp: New file.
18428 * gdb.reverse/pipe-reverse.c: New test.
18429 * gdb.reverse/pipe-reverse.exp: New file.
18430 * gdb.reverse/readv-reverse.c: New test.
18431 * gdb.reverse/readv-reverse.exp: New file.
18432 * gdb.reverse/recvmsg-reverse.c: New test.
18433 * gdb.reverse/recvmsg-reverse.exp: New file.
18434 * gdb.reverse/time-reverse.c: New test.
18435 * gdb.reverse/time-reverse.exp: New file.
18436 * gdb.reverse/waitpid-reverse.c: New test.
18437 * gdb.reverse/waitpid-reverse.exp: New file.
18438
5e2e7507
JK
184392015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18440
18441 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18442
0fde2c53
DE
184432015-10-26 Doug Evans <dje@google.com>
18444
18445 PR symtab/17391
18446 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18447 * gdb.dwarf2/bad-regnum.c: New file.
18448 * gdb.dwarf2/bad-regnum.exp: New file.
18449
1a70ae97
DE
184502015-10-26 Doug Evans <dje@google.com>
18451
18452 PR python/18938
18453 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18454 file.
18455
27dc26ab
JK
184562015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18457
18458 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18459 for a change by "Mention language in compile error message".
18460
bed91f4d
SM
184612015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18462
18463 PR python/18073
18464 * gdb.python/py-type.c (C::a_method): New.
18465 (C::a_const_method): New.
18466 (C::a_static_method): New.
18467 (a_function): New.
18468 * gdb.python/py-type.exp (test_fields): Test getting fields
18469 from function and method.
18470
3f2f83dd
KB
184712015-10-21 Keven Boell <keven.boell@intel.com>
18472
18473 * gdb.fortran/vla-alloc-assoc.exp: New file.
18474 * gdb.fortran/vla-datatypes.exp: New file.
18475 * gdb.fortran/vla-datatypes.f90: New file.
18476 * gdb.fortran/vla-history.exp: New file.
18477 * gdb.fortran/vla-ptype-sub.exp: New file.
18478 * gdb.fortran/vla-ptype.exp: New file.
18479 * gdb.fortran/vla-sizeof.exp: New file.
18480 * gdb.fortran/vla-sub.f90: New file.
18481 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18482 * gdb.fortran/vla-value-sub-finish.exp: New file.
18483 * gdb.fortran/vla-value-sub.exp: New file.
18484 * gdb.fortran/vla-value.exp: New file.
18485 * gdb.fortran/vla-ptr-info.exp: New file.
18486 * gdb.mi/mi-vla-fortran.exp: New file.
18487 * gdb.mi/vla.f90: New file.
18488
27145d50
SL
184892015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18490
18491 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18492 of hardwired timeout value.
18493
5f3ff4f8
JK
184942015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18495 Pedro Alves <palves@redhat.com>
18496
18497 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18498 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18499
bfd09d20
JS
185002015-10-19 Josh Stone <jistone@redhat.com>
18501
18502 * gdb.base/catch-syscall.c: Include <sched.h>.
18503 (unknown_syscall): New variable.
18504 (main): Trigger a vfork and an unknown syscall.
18505 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18506 (unknown_syscall_number): Likewise.
18507 (check_call_to_syscall): Accept an optional syscall pattern.
18508 (check_return_from_syscall): Likewise.
18509 (check_continue): Likewise.
18510 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18511 (test_catch_syscall_skipping_return): New test toggling off 'catch
18512 syscall' to step over the syscall return, then toggling back on.
18513 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18514 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18515 (do_syscall_tests): Call test_catch_syscall_without_args and
18516 test_catch_syscall_mid_vfork.
18517 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18518 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18519
b32b93c6
AS
185202015-10-19 Andrew Stubbs <ams@codesourcery.com>
18521
18522 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18523 print g_vE): Add new pass patterns.
18524 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18525 print various symbol names for vptr fields.
18526
9d622bda
AB
185272015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18528
18529 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18530 results.
18531
0fd8ac1c
YQ
185322015-10-12 Yao Qi <yao.qi@linaro.org>
18533
18534 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18535
34240514
YQ
185362015-10-12 Yao Qi <yao.qi@linaro.org>
18537
18538 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18539 is aarch64*-*-linux*.
18540
8240f442
YQ
185412015-10-12 Yao Qi <yao.qi@linaro.org>
18542
18543 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18544 (can_relocate_bcond_true): ... it.
18545 (can_relocate_bcond_false): New function.
18546 (foo): Likewise.
18547 (can_relocate_bl): Likewise.
18548 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18549 can_relocate_bl.
18550
2520f728
PMR
185512015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18552
18553 * gdb.base/nested-addr.c: New file.
18554 * gdb.base/nested-addr.exp: New testcase.
18555
abcef95a
MM
185562015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18557
18558 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18559 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18560 its output. Ignore the output of "record goto begin" and instead
18561 check that GDB is replaying.
18562
145e3ddb
PA
185632015-10-09 Pedro Alves <palves@redhat.com>
18564
18565 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18566 (top level): Use it in the run with no args test.
18567
d5d8c4e1
IB
185682015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18569
18570 * gdb.dlang/properties.exp: New file.
18571
06e635ef
SL
185722015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18573
18574 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18575 whether or not address 0x1000 is mapped on the target.
18576
e019fd1d
SM
185772015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18578
18579 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18580 build.
18581
77ba2a67
MM
185822015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18583
18584 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18585 instruction-history test.
18586
c60eb31f
DE
185872015-09-28 Doug Evans <dje@google.com>
18588
18589 * gdb.base/gcore.c (array_func): Add reference to static_array.
18590
9a3c8263
SM
185912015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18592
18593 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18594 source line.
18595
9720e656
SL
185962015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18597
18598 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18599 short or char as base type.
18600
938d3bf2
SL
186012015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18602
18603 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18604 to allow any size enum.
18605
e6c2c623
PMR
186062015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18607
18608 * gdb.ada/array_ptr_renaming.exp: New testcase.
18609 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18610 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18611
06da0f77
PL
186122015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18613
18614 * gdb.trace/ftrace-lock.c: New file.
18615 * gdb.trace/ftrace-lock.exp: New file.
18616
4f51c22a
PL
186172015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18618
18619 * gdb.arch/insn-reloc.c: New file.
18620 * gdb.arch/ftrace-insn-reloc.exp: New file.
18621
7041adf4
PL
186222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18623
18624 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18625 instruction.
18626 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18627 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18628 * gdb.trace/range-stepping.c: Likewise.
18629 * gdb.trace/trace-break.c: Likewise.
18630 * gdb.trace/trace-mt.c (thread_function): Likewise.
18631 * gdb.trace/ftrace.c (marker): Likewise.
18632 * gdb.trace/trace-condition.c (marker): Likewise.
18633 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18634 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18635 is_aarch64_target.
18636
015d2e7e
DE
186372015-09-18 Doug Evans <xdje42@gmail.com>
18638
18639 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18640 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18641
26b188a2
SL
186422015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18643
18644 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18645 the breakpoint.
18646
79dc332b
SL
186472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18648
18649 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18650 the pending breakpoint. Remove timeout override for "Run till
18651 MI pending breakpoint on pendfunc3 on thread 2" test.
18652
f57929f2
SL
186532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18654
18655 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18656 filename pattern.
18657
3f469b17
SL
186582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18659
18660 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18661 in breakpoint filename pattern.
18662
515b89b3
SL
186632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18664
7800dbe4
SL
18665 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18666
186672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18668
515b89b3
SL
18669 * gdb.linespec/explicit.exp: Check for readline support for
18670 tab-completion tests. Fix obvious typo.
18671
d2939ba2
MM
186722015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18673
18674 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18675 and replay.
18676
cbb55fa7
MM
186772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18678
18679 * gdb.btrace/non-stop.c: New.
18680 * gdb.btrace/non-stop.exp: New.
18681
43691ca1
PL
186822015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18683 Yao Qi <yao.qi@linaro.org>
18684
18685 * gdb.trace/trace-condition.c: New file.
18686 * gdb.trace/trace-condition.exp: New file.
18687
d78908cf
WW
186882015-09-16 Wei-cheng Wang <cole945@gmail.com>
18689
18690 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18691 for testing bytecode compilation.
18692
1ed415e2
PA
186932015-09-16 Pedro Alves <palves@redhat.com>
18694 Sandra Loosemore <sandra@codesourcery.com>
18695
18696 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18697 (SECONDS): Redefine.
18698 (main): Call pthread_kill and alarm early.
18699 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18700 support.
18701 (test): If the target can't hardware step and doesn't support
18702 displaced stepping, increase the timeout.
18703
d136eff5
PA
187042015-09-16 Pedro Alves <palves@redhat.com>
18705
18706 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18707 (enable_debug): New procedures.
18708 (test): Use them. Bail out if waiting for threads fails.
18709 (top level): Bail out if a test fails.
18710
991f019c
YQ
187112015-09-16 Yao Qi <yao.qi@linaro.org>
18712
18713 * gdb.asm/asm-source.exp: Set asm-arch for
18714 aarch64*-*-* target.
18715 * gdb.asm/aarch64.inc: New file.
18716
bfca584f
PMR
187172015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18718
18719 * gdb.ada/array_of_variable_length.exp: New testcase.
18720 * gdb.ada/array_of_variable_length/foo.adb: New file.
18721 * gdb.ada/array_of_variable_length/pck.adb: New file.
18722 * gdb.ada/array_of_variable_length/pck.ads: New file.
18723
b326e587
DE
187242015-09-15 Doug Evans <dje@google.com>
18725
18726 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18727 of function static local variable.
18728
5382cfab
PW
187292015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18730
18731 * gdb.threads/tls-so_extern.exp: New test file.
18732 * gdb.threads/tls-so_extern.c: New test file.
18733 * gdb.threads/tls-so_extern_main.c: New test file.
18734
141c5cc4
JK
187352015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18736
18737 * gdb.opt/solib-intra-step-lib.c: New file.
18738 * gdb.opt/solib-intra-step-main.c: New file.
18739 * gdb.opt/solib-intra-step.exp: New file.
18740
d15dcecd
PA
187412015-09-15 Pedro Alves <palves@redhat.com>
18742
18743 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18744 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18745
4c2f2a79
PA
187462015-09-14 Pedro Alves <palves@redhat.com>
18747
18748 * gdb.base/hook-stop-continue.c: Delete.
18749 * gdb.base/hook-stop-continue.exp: Delete.
18750 * gdb.base/hook-stop-frame.c: Delete.
18751 * gdb.base/hook-stop-frame.exp: Delete.
18752 * gdb.base/hook-stop.c: New file.
18753 * gdb.base/hook-stop.exp: New file.
18754
919e6dbe
PMR
187552015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18756
18757 * gdb.ada/access_to_packed_array.exp: New testcase.
18758 * gdb.ada/access_to_packed_array/foo.adb: New file.
18759 * gdb.ada/access_to_packed_array/pack.adb: New file.
18760 * gdb.ada/access_to_packed_array/pack.ads: New file.
18761
157280a4
MM
187622015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18763
18764 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18765 buffer size test.
18766
2fd33e94
DB
187672015-09-11 Don Breazeal <donb@codesourcery.com>
18768
18769 * gdb.base/foll-exec.c: Add copyright header. Fix
18770 formatting issues.
18771 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18772 (do_exec_tests): Use clean_restart in place of zap_session,
18773 and for test initialization. Fix formatting issues. Use
18774 fail in place of perror.
18775 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18776 an expect statement to match an expression with output from
18777 the program under debug.
18778 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18779 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18780 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18781 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18782 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18783
e70b6e8e
DE
187842015-09-09 Doug Evans <dje@google.com>
18785
18786 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18787
7a551a51
DE
187882015-09-09 Doug Evans <dje@google.com>
18789
18790 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18791
4c666f84
DE
187922015-09-09 Doug Evans <dje@google.com>
18793
18794 * gdb.base/savedregs.exp: Fix typo.
18795
243a9253
PA
187962015-09-09 Pedro Alves <palves@redhat.com>
18797
18798 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18799
c0fa8fbd
SL
188002015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18801
18802 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18803 command actually switches threads. Give up on remaining
18804 tests if target fails to stop at breakpoint.
18805
cd7c1778
PMR
188062015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18807
18808 * gdb.ada/funcall_char.exp: New testcase.
18809 * gdb.ada/funcall_char/foo.adb: New file.
18810
dc5c8746
PMR
188112015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18812
18813 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18814 expected outputs. Add two testcases for completing ambiguous
18815 functions.
18816 * gdb.ada/complete/aux_pck.adb: New file.
18817 * gdb.ada/complete/aux_pck.ads: New file.
18818 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18819 Ambiguous_Func functions.
18820 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18821 * gdb.ada/complete/pck.adb: Likewise.
18822
4e83a1e7
UW
188232015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18824
18825 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18826 failures to run the test program under GDB.
18827
8ce74153
LM
188282015-08-26 Luis Machado <lgustavo@codesourcery.com>
18829
18830 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18831 to C.
18832
e9756d52
PP
188332015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18834
18835 * gdb.base/run-after-attach.exp: New test file.
18836 * gdb.base/run-after-attach.c: New test file.
18837
8d37573b
DB
188382015-08-26 Don Breazeal <donb@codesourcery.com>
18839
18840 * gdb.base/foll-exec-2.c: New test program.
18841 * gdb.base/foll-exec-2.exp: New test.
18842
63e43d3a
PMR
188432015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18844
18845 * gdb.base/nested-subp1.exp: New file.
18846 * gdb.base/nested-subp1.c: New file.
18847 * gdb.base/nested-subp2.exp: New file.
18848 * gdb.base/nested-subp2.c: New file.
18849 * gdb.base/nested-subp3.exp: New file.
18850 * gdb.base/nested-subp3.c: New file.
18851
3d40fbb5
PA
188522015-08-24 Pedro Alves <palves@redhat.com>
18853
18854 * gdb.server/connect-without-multi-process.c: New file.
18855 * gdb.server/connect-without-multi-process.exp: New file.
18856
4422ac93
LM
188572015-08-24 Luis Machado <lgustavo@codesourcery.com>
18858
18859 * gdb.opt/inline-markers.c: Make z int.
18860
91dddb86
LM
188612015-08-24 Luis Machado <lgustavo@codesourcery.com>
18862
18863 * gdb.opt/inline-markers.c: Make z volatile.
18864
a48847ee
LM
188652015-08-24 Luis Machado <lgustavo@codesourcery.com>
18866
18867 * gdb.opt/inline-bt.c: New volatile global z.
18868 * gdb.opt/inline-cmds.c: Likewise.
18869 * gdb.opt/inline-locals.c: Likewise.
18870 * gdb.opt/inline-markers.c: New extern global z.
18871 (marker): Use z.
18872 (inline_fn): Likewise.
18873
0ebbc52b
PA
188742015-08-24 Pedro Alves <palves@redhat.com>
18875
18876 * config/m32r-stub.exp: Remove file.
18877 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18878 * gdb.base/call-rt-st.exp: Likewise.
18879 * gdb.base/call-strs.exp: Likewise.
18880 * gdb.base/default.exp: Remove references to h8300-*-hms and
18881 *-*-udi*.
18882 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18883
77c365df
AA
188842015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18885
18886 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18887 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18888 and "return" use KFAIL when GDB can not read/write the vector
18889 return value.
18890
4313b8c0
GB
188912015-08-21 Gary Benson <gbenson@redhat.com>
18892
18893 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18894
0e433b32
PA
188952015-08-20 Pedro Alves <palves@redhat.com>
18896
18897 * gdb.server/solib-list.exp: No longer expect an interior stop in
18898 non-stop mode.
18899
221e1a37
PA
189002015-08-20 Pedro Alves <palves@redhat.com>
18901
18902 * gdb.server/connect-stopped-target.c: New file.
18903 * gdb.server/connect-stopped-target.exp: New file.
18904
40e3ad0e
PA
189052015-08-20 Pedro Alves <palves@redhat.com>
18906
18907 * gdb.dwarf2/comp-unit-lang.exp: New file.
18908 * gdb.dwarf2/comp-unit-lang.c: New file.
18909
af39b327
PMR
189102015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18911
18912 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18913 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18914
7d45c7c3 189152015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 18916
7d45c7c3
KB
18917 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18918 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18919
4d6cceb4
DE
189202015-08-18 Doug Evans <dje@google.com>
18921 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18922
18923 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18924 skip_python_tests. New arg prompt_regexp.
18925 (skip_python_tests): New function.
18926 * lib/mi-support.exp (mi_skip_python_tests): New function.
18927 * gdb.python/py-mi-objfile-gdb.py: New file.
18928 * gdb.python/py-mi-objfile.c: New file.
18929 * gdb.python/py-mi-objfile.exp: New file.
18930
ad89c2aa
KS
189312015-08-17 Keith Seitz <keiths@redhat.com>
18932
18933 * gdb.linespec/explicit.exp: Move strace test from here ...
18934 * gdb.trace/strace.exp: ... to here.
18935
e3ae3c43
PP
189362015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18937
18938 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18939 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18940
604b2636
DE
189412015-08-14 Doug Evans <xdje42@gmail.com>
18942
18943 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18944 inferior before selecting a new file.
18945
6ff0ba5f
DE
189462015-08-14 Doug Evans <xdje42@gmail.com>
18947
18948 * gdb.mi/mi-disassemble.exp: Update.
18949 * gdb.base/disasm-optim.S: New file.
18950 * gdb.base/disasm-optim.c: New file.
18951 * gdb.base/disasm-optim.h: New file.
18952 * gdb.base/disasm-optim.exp: New file.
18953
9ca98f92
KS
189542015-08-14 Keith Seitz <keiths@redhat.com>
18955
18956 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18957 "evaluated-by".
18958
52bbc560
JB
189592015-08-13 Joel Brobecker <brobecker@adacore.com>
18960
18961 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18962
5d8c3ed3
PMR
189632015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18964
18965 * gdb.ada/fun_renaming.exp: New testcase.
18966 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18967 * gdb.ada/fun_renaming/pack.adb: New file.
18968 * gdb.ada/fun_renaming/pack.ads: New file.
18969
ea8812bc
KS
189702015-08-12 Keith Seitz <keiths@redhat.com>
18971
18972 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18973 gdb_get_line_number.
18974
4dafcdeb
JB
189752015-08-12 Joel Brobecker <brobecker@adacore.com>
18976
18977 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18978 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18979 gdb.base/dso2dso.exp: New files.
18980
5ba32597
SDJ
189812015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18982 Pedro Alves <palves@redhat.com>
18983 Keith Seitz <keiths@redhat.com>
18984
18985 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18986 GDBFLAGS.
18987
b6dafabf
PP
189882015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18989
18990 * gdb.base/gdbhistsize-history.exp
18991 (test_histsize_history_setting): Use save_vars.
18992 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18993 Use save_vars.
18994 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18995 * gdb.base/readline.exp: Use save_vars.
18996
abe8e607
PP
189972015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18998
18999 * lib/gdb.exp (save_vars): New proc.
19000
629500fa
KS
190012015-08-11 Keith Seitz <keiths@redhat.com>
19002
19003 * gdb.base/help.exp: Update help_breakpoint_text.
19004
eb8c4e2e
KS
190052015-08-11 Keith Seitz <keiths@redhat.com>
19006
19007 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
19008 (at toplevel): Call test_explicit_breakpoints.
19009 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
19010 breakpoints.
19011 * lib/mi-support.exp (mi_make_breakpoint): Add support for
19012 breakpoint conditions, "-cond".
19013
87f0e720
KS
190142015-08-11 Keith Seitz <keiths@redhat.com>
19015
19016 * gdb.linespec/3explicit.c: New file.
19017 * gdb.linespec/cpexplicit.cc: New file.
19018 * gdb.linespec/cpexplicit.exp: New file.
19019 * gdb.linespec/explicit.c: New file.
19020 * gdb.linespec/explicit.exp: New file.
19021 * gdb.linespec/explicit2.c: New file.
19022 * gdb.linespec/ls-errs.exp: Add explicit location tests.
19023 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
19024 before using in the matching pattern.
19025 Clarify that `prefix' is a regular expression.
19026
f00aae0f
KS
190272015-08-11 Keith Seitz <keiths@redhat.com>
19028
19029 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
19030 test.
19031 Add tests for missing ",FMT" and ",".
19032
e27852be
DE
190332015-08-10 Doug Evans <dje@google.com>
19034 Keith Seitz <keiths@redhat.com>
19035
19036 PR gdb/17960
19037 * gdb.base/completion.exp: Add location completer tests.
19038
7f03bd92
PA
190392015-08-07 Pedro Alves <palves@redhat.com>
19040
19041 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
19042 tests here.
19043 (top level): Run do_test with and without displaced stepping.
19044
3fc8eb30
PA
190452015-08-07 Pedro Alves <palves@redhat.com>
19046
19047 * gdb.base/valgrind-disp-step.c: New file.
19048 * gdb.base/valgrind-disp-step.exp: New file.
19049
d4569d7b
PA
190502015-08-07 Pedro Alves <palves@redhat.com>
19051
19052 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
19053 Delete function.
19054 (main): Add alarm. Run an infinite loop instead of calling
19055 wait_threads.
19056 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
19057 comment.
19058 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
19059 Delete function.
19060 (main): Add alarm. Run an infinite loop instead of calling
19061 wait_threads.
19062 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
19063 comment.
19064
e1316e60
PA
190652015-08-07 Pedro Alves <palves@redhat.com>
19066
19067 * gdb.base/checkpoint-ns.exp: New file.
19068 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
19069 standard_testfile.
19070
da8c46d2
MM
190712015-08-07 Markus Metzger <markus.t.metzger@intel.com>
19072
19073 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
19074 * gdb.btrace/instruction_history.exp: Update.
19075 * gdb.btrace/tsx.exp: New.
19076 * gdb.btrace/tsx.c: New.
19077
de1c2c52
PA
190782015-08-06 Pedro Alves <palves@redhat.com>
19079
19080 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
19081 increase timeout.
19082 * gdb.reverse/until-precsave.exp: Bump timeouts.
19083
782e0bf4
PA
190842015-08-06 Pedro Alves <palves@redhat.com>
19085
19086 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
19087
83e97ed0
PA
190882015-08-06 Pedro Alves <palves@redhat.com>
19089
19090 PR gdb/18749
19091 * gdb.threads/process-dies-while-handling-bp.c: New file.
19092 * gdb.threads/process-dies-while-handling-bp.exp: New file.
19093
863d01bd
PA
190942015-08-06 Pedro Alves <palves@redhat.com>
19095
19096 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
19097 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
19098
0a39bb32
PA
190992015-08-05 Pedro Alves <palves@redhat.com>
19100
19101 * gdb.threads/next-while-other-thread-longjmps.c: New file.
19102 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
19103
ee2d2b10
SL
191042015-08-03 Sandra Loosemore <sandra@codesourcery.com>
19105
19106 * gdb.base/bp-permanent.exp: Report test as unsupported if
19107 the target cannot stop at the permanent breakpoint.
19108
4e1bdb00
DE
191092015-08-03 Doug Evans <dje@google.com>
19110
19111 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
19112 10000.
19113
3d338901
DE
191142015-08-03 Doug Evans <dje@google.com>
19115
19116 * Makefile.in (workers/%.worker, build-perf): New rule.
19117 (GDB_PERFTEST_MODE): New variable.
19118 (check-perf): Use it.
19119 (clean): Clean up gdb.perf parallel build subdirs.
19120 * lib/build-piece.exp: New file.
19121 * lib/gdb.exp (make_gdb_parallel_path): New function
19122 (standard_output_file, standard_temp_file): Call it.
19123 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19124 of $GDB_PARALLEL.
19125 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
19126
af061d3e
DE
191272015-08-03 Doug Evans <dje@google.com>
19128
8e1afc81 19129 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
19130 (LOG_FILE_NAME): New global.
19131 (TextReporter.__init__): Initialize self.txt_sum.
19132 (TextReporter.report): Add support for multiple data-points.
19133 Move report to perftest.sum, put raw data in perftest.log.
19134 (TextReporter.start): Open sum and log files.
19135 (TextReporter.end): Close sum and log files.
8e1afc81
DE
19136 * gdb.perf/lib/perftest/testresult.py
19137 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 19138
2c8c5d37
PA
191392015-07-31 Pedro Alves <palves@redhat.com>
19140
19141 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
19142 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19143 kill_wait_spawned_process instead of explicit "kill -9".
19144 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
19145 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19146 kill_wait_spawned_process.
19147 * gdb.base/attach-twice.exp: Likewise.
19148 * gdb.base/attach.exp: Likewise.
19149 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
19150 gdb_test_multiple.
19151 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
19152 returning a spawn id instead of a pid. Use spawn_id_get_pid and
19153 kill_wait_spawned_process.
19154 * gdb.base/valgrind-infcall.exp: Likewise.
19155 * gdb.multi/multi-attach.exp: Likewise.
19156 * gdb.python/py-prompt.exp: Likewise.
19157 * gdb.python/py-sync-interp.exp: Likewise.
19158 * gdb.server/ext-attach.exp: Likewise.
19159 * gdb.threads/attach-into-signal.exp (corefunc): Use
19160 spawn_wait_for_attach, spawn_id_get_pid and
19161 kill_wait_spawned_process.
19162 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
19163 spawn_wait_for_attach returning a spawn id instead of a pid. Use
19164 spawn_id_get_pid and kill_wait_spawned_process.
19165 * gdb.threads/attach-stopped.exp (corefunc): Use
19166 spawn_wait_for_attach, spawn_id_get_pid and
19167 kill_wait_spawned_process.
19168 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
19169 Use spawn_id_get_pid. Wait for spawn id after eof. Use
19170 kill_wait_spawned_process instead of explicit "kill -9".
19171 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
19172 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
19173 (spawn_wait_for_attach): Use spawn instead of exec to spawn
19174 processes. Don't map cygwin/windows pids here. Now returns a
19175 spawn id list.
19176
032a0fca
SL
191772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19178
19179 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
19180 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
19181 correct patch.
19182
61a934ca
SL
191832015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19184
19185 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
19186
4bc4d428
SL
191872015-07-30 Sandra Loosemore <sandra@codesourcery.com>
19188
19189 Reapply:
19190 2014-05-21 Mark Wielaard <mjw@redhat.com>
19191
19192 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19193
998d452a
PA
191942015-07-30 Pedro Alves <palves@redhat.com>
19195
19196 * linux-low.c (handle_extended_wait): Set the child's last
19197 reported status to TARGET_WAITKIND_STOPPED.
19198
69dde7dc
PA
191992015-07-30 Pedro Alves <palves@redhat.com>
19200
19201 PR threads/18600
19202 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
19203 only shows inferior 1.
19204
4dd63d48
PA
192052015-07-30 Simon Marchi <simon.marchi@ericsson.com>
19206 Pedro Alves <palves@redhat.com>
19207
19208 PR threads/18600
19209 * gdb.threads/fork-plus-threads.c: New file.
19210 * gdb.threads/fork-plus-threads.exp: New file.
19211
d618e4c5
PP
192122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19213
19214 * gdb.base/batch-preserve-term-settings.exp
19215 (test_terminal_settings_preserved_after_cli_exit): Use
19216 send_quit_command.
19217
1eef6428
PA
192182015-07-29 Pedro Alves <palves@redhat.com>
19219 Don Breazeal <donb@codesourcery.com>
19220
19221 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
19222 output from both inferior_spawn_id and gdb_spawn_id.
19223
7da5b897
SDJ
192242015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19225
19226 * gdb.threads/attach-into-signal.exp (corefunc): Use
19227 with_test_prefix on nested loops, uniquefying the test messages.
19228
dac804df
SDJ
192292015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19230
19231 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
19232 commit.
19233
06265e53
PP
192342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19235
19236 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
19237 New proc.
19238 (test_terminal_settings_preserved_after_sigterm): New test.
19239
18206ca3
PP
192402015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19241
19242 * gdb.base/batch-preserve-term-settings.exp
19243 (test_terminal_settings_preserved_after_cli_exit): New test.
19244
90074d11
PP
192452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
19246
19247 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
19248 manipulation of saved_gdbflags.
19249 (test_terminal_settings_preserved): Remove global declaration of
19250 the unused variable pagination_prompt. Remove manipulation of
19251 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
19252 GDBFLAGS.
19253
eb1a7902
PA
192542015-07-29 Pedro Alves <palves@redhat.com>
19255
19256 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
19257
8b75dd3b
PA
192582015-07-29 Pedro Alves <palves@redhat.com>
19259
19260 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
19261 at the top.
19262
dedad4e3
PA
192632015-07-29 Pedro Alves <palves@redhat.com>
19264
19265 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
19266 (main): Call gdb_unbuffer_output.
19267 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
19268 (main): Call gdb_unbuffer_output.
19269 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
19270 (main): Call gdb_unbuffer_output.
19271 * gdb.base/call-strs.exp: Adjust to step over the
19272 gdb_unbuffer_output call.
19273 * gdb.base/catch-gdb-caused-signals.c: Include
19274 "../lib/unbuffer_output.c".
19275 (main): Call gdb_unbuffer_output.
19276 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
19277 (main): Call gdb_unbuffer_output.
19278 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
19279 (main): Call gdb_unbuffer_output.
19280 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
19281 (main): Call gdb_unbuffer_output.
19282 * gdb.base/shlib-call.exp: Adjust to step over the
19283 gdb_unbuffer_output call.
19284 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
19285 (main): Call gdb_unbuffer_output.
19286 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
19287 (main): Call gdb_unbuffer_output.
19288 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
19289 (main): Rename to ...
19290 (test): ... this.
19291 (main): Reimplement.
19292 * gdb.base/varargs.exp: Run to test instead of to main.
19293 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19294 (main): Call gdb_unbuffer_output.
19295
58789a91
PA
192962015-07-29 Pedro Alves <palves@redhat.com>
19297
19298 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
19299 factore out from mi_continue_dprintf. For call-style dprintfs,
19300 expect dprintf output out of $inferior_spawn_id.
19301 (mi_continue_dprintf): Use mi_expect_dprintf.
19302 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
19303 (main): Call gdb_unbuffer_output.
19304
e8376742
PA
193052015-07-29 Pedro Alves <palves@redhat.com>
19306
19307 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
19308 (default_mi_gdb_start): Set inferior_spawn_id instead of
19309 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
19310 gdb_spawn_id.
19311 (mi_gdb_test): Always expect inferior output from both
19312 $inferior_spawn_id and $gdb_spawn_id.
19313
08280010
PA
193142015-07-29 Pedro Alves <palves@redhat.com>
19315
19316 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
19317 send_inferior and $inferior_spawn_id.
19318
4d30e432
PA
193192015-07-29 Pedro Alves <palves@redhat.com>
19320
19321 * gdb.gdb/complaints.exp (test_initial_complaints)
19322 (test_serial_complaints, test_short_complaints): Use
19323 gdb_test_stdio.
19324 (test_empty_complaint): Handle $inferior_spawn_id !=
19325 $gdb_spawn_id.
19326
0d30a335
PA
193272015-07-29 Pedro Alves <palves@redhat.com>
19328
19329 * gdb.base/varargs.exp: Use gdb_test_stdio.
19330
39413b29
PA
193312015-07-29 Pedro Alves <palves@redhat.com>
19332
19333 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
19334
7cb000a9
PA
193352015-07-29 Pedro Alves <palves@redhat.com>
19336
19337 * gdb.base/ending-run.exp: Use gdb_test_stdio.
19338
d7b8ac82
PA
193392015-07-29 Pedro Alves <palves@redhat.com>
19340
19341 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
19342 parameter into two new parameters, "inf_result" and "gdb_result".
19343 Expect inferior output and gdb output from $inferior_spawn_id and
19344 $gdb_spawn_id, respectively. Adjust all callers.
19345
789c3a0c
PA
193462015-07-29 Pedro Alves <palves@redhat.com>
19347
19348 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
19349 of gdb_test_sequence.
19350
77e760c3
PA
193512015-07-29 Pedro Alves <palves@redhat.com>
19352
19353 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
19354 (saw_spurious_output): Expect inferior output from
19355 $inferior_spawn_id. Use gdb_test_stdio.
19356
8396d2cd
PA
193572015-07-29 Pedro Alves <palves@redhat.com>
19358
19359 * gdb.base/dprintf.exp: Use standard_testfile. Change
19360 prepare_for_testing call.
19361 (srcfile): Don't set.
19362 (restart): New procedure.
19363 (test_dprintf): New procecure, use to continue over dprintfs.
19364 (test_call, test_agent): New procedures, tests moved here.
19365 Restart gdb and recreate dprintfs. Adjust expected output.
19366
2051d61f
PA
193672015-07-29 Pedro Alves <palves@redhat.com>
19368
19369 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
19370
452397af
PA
193712015-07-29 Pedro Alves <palves@redhat.com>
19372
19373 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
19374
8aed9555
PA
193752015-07-29 Pedro Alves <palves@redhat.com>
19376
19377 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
19378 gdb_test_stdio.
19379
188a61b4
PA
193802015-07-29 Pedro Alves <palves@redhat.com>
19381
19382 * lib/gdb.exp (gdb_test_stdio): New procedure.
19383
12264a45
PA
193842015-07-29 Pedro Alves <palves@redhat.com>
19385
19386 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
19387
23ffc893
PA
193882015-07-29 Pedro Alves <palves@redhat.com>
19389
19390 * gdb.base/call-signal-resume.exp: Remove check for
19391 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
19392 * gdb.base/unwindonsignal.exp: Likewise.
19393 * gdb.base/call-signals.c (gen_signal): Remove printf call.
19394 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
19395
65566918
PA
193962015-07-29 Pedro Alves <palves@redhat.com>
19397
19398 * gdb.base/siginfo-addr.c (pass): New function.
19399 (handler): Call it iff si_addr is correct.
19400 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
19401 Set a breakpoint at "pass" and continue to it.
19402
d60a9221
SDJ
194032015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
19404
19405 * gdb.python/py-objfile.exp: Make some tests have unique names.
19406 * gdb.python/py-pp-registration.exp: Likewise.
19407
bde40b8f
PA
194082015-07-28 Pedro Alves <palves@redhat.com>
19409
19410 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19411
13e1dec8
SM
194122015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19413
19414 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19415
da33c9a7
SM
194162015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19417
19418 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19419
077836f7
PP
194202015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19421
19422 * gdb.base/gdb-sigterm-2.exp: New test.
19423
b8cc7b2e
DE
194242015-07-25 Doug Evans <xdje42@gmail.com>
19425
19426 Revert:
19427 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19428 (workers/%.worker, build-perf): New rule.
19429 (GDB_PERFTEST_MODE): New variable.
19430 (check-perf): Use it.
19431 (clean): Clean up gdb.perf parallel build subdirs.
19432 * lib/build-piece.exp: New file.
19433 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19434 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19435 name.
19436 (standard_temp_file): Ditto.
19437 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19438 of $GDB_PARALLEL.
19439
c8bd4544
DE
194402015-07-24 Doug Evans <dje@google.com>
19441
19442 * gdb.perf/lib/perftest/utils.py: New file.
19443 * gdb.perf/gm-hello.cc: New file.
19444 * gdb.perf/gm-pervasive-typedef.cc: New file.
19445 * gdb.perf/gm-pervasive-typedef.h: New file.
19446 * gdb.perf/gm-std.cc: New file.
19447 * gdb.perf/gm-std.h: New file.
19448 * gdb.perf/gm-use-cerr.cc: New file.
19449 * gdb.perf/gm-utils.h: New file.
19450 * gdb.perf/gmonster-null-lookup.py: New file.
19451 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19452 * gdb.perf/gmonster-print-cerr.py: New file.
19453 * gdb.perf/gmonster-ptype-string.py: New file.
19454 * gdb.perf/gmonster-runto-main.py: New file.
19455 * gdb.perf/gmonster-select-file.py: New file.
19456 * gdb.perf/gmonster1-null-lookup.exp: New file.
19457 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19458 * gdb.perf/gmonster1-print-cerr.exp: New file.
19459 * gdb.perf/gmonster1-ptype-string.exp: New file.
19460 * gdb.perf/gmonster1-runto-main.exp: New file.
19461 * gdb.perf/gmonster1-select-file.exp: New file.
19462 * gdb.perf/gmonster1.cc: New file.
19463 * gdb.perf/gmonster1.exp: New file.
19464 * gdb.perf/gmonster2-null-lookup.exp: New file.
19465 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19466 * gdb.perf/gmonster2-print-cerr.exp: New file.
19467 * gdb.perf/gmonster2-ptype-string.exp: New file.
19468 * gdb.perf/gmonster2-runto-main.exp: New file.
19469 * gdb.perf/gmonster2-select-file.exp: New file.
19470 * gdb.perf/gmonster2.cc: New file.
19471 * gdb.perf/gmonster2.exp: New file.
19472
6eab34f3
DE
194732015-07-24 Doug Evans <dje@google.com>
19474
19475 * gdb.perf/README: New file.
19476 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19477 * lib/gen-perf-test.exp: New file.
19478
63738bfd
DE
194792015-07-24 Doug Evans <dje@google.com>
19480
19481 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19482 (PerfTest::startup): New function.
19483 (PerfTest::run): Return result of calling body.
19484 (PerfTest::assemble): Rewrite.
19485 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19486 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19487 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19488 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19489 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19490
7b606f95
DE
194912015-07-24 Doug Evans <dje@google.com>
19492
19493 * lib/gdb.exp (clean_restart): Make executable optional.
19494
a97b16b8
DE
194952015-07-24 Doug Evans <dje@google.com>
19496
19497 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19498 compiler_info references.
19499 * gdb.cp/temargs.exp: Ditto.
19500 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19501 (get_compiler_info): Early exit if already computed. Set compiler_info
19502 to "unknown" if there was a problem.
19503 (test_compiler_info): Add function comment. Call get_compiler_info.
19504
35baa57f
DE
195052015-07-24 Doug Evans <dje@google.com>
19506
19507 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19508 (workers/%.worker, build-perf): New rule.
19509 (GDB_PERFTEST_MODE): New variable.
19510 (check-perf): Use it.
19511 (clean): Clean up gdb.perf parallel build subdirs.
19512 * lib/build-piece.exp: New file.
19513 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19514 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19515 name.
19516 (standard_temp_file): Ditto.
19517 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19518 of $GDB_PARALLEL.
19519
6ebea266
DE
195202015-07-24 Doug Evans <dje@google.com>
19521
19522 * lib/future.exp (gdb_default_target_compile): New option
19523 "early_flags".
19524 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19525 --as-needed.
19526
1e76a7e9
SDJ
195272015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19528
19529 * gdb.base/catch-syscall.exp: Call gdb_exit before
19530 gdb_skip_xml_test.
19531
5068630a
PA
195322015-07-24 Pedro Alves <palves@redhat.com>
19533
19534 * gdb.python/py-events.exp: Accept output between the stop event
19535 and the prompt.
19536 * gdb.python/py-evsignal.exp: Likewise.
19537 * gdb.python/py-evthreads.exp: Likewise.
19538
77598427
PA
195392015-07-24 Pedro Alves <palves@redhat.com>
19540
19541 PR gdb/18717
19542 * gdb.threads/non-ldr-exit.c: New file.
19543 * gdb.threads/non-ldr-exit.exp: New file.
19544
11e6c98f
YQ
195452015-07-24 Yao Qi <yao.qi@linaro.org>
19546
19547 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19548 restarting process.
19549
51aee833
YQ
195502015-07-24 Yao Qi <yao.qi@linaro.org>
19551
19552 * gdb.server/ext-restart.exp: New file.
19553
8cfe207c
YQ
195542015-07-24 Yao Qi <yao.qi@linaro.org>
19555
19556 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19557 argument options.
19558 * gdb.server/ext-wrapper.exp: New file.
19559
cc12ce38
DE
195602015-07-23 Doug Evans <dje@google.com>
19561
19562 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19563 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19564
d0d84780
PMR
195652015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19566
19567 * gdb.ada/var_arr_typedef.exp: New testcase.
19568 * gdb.ada/var_arr_typedef/pack.adb: New file.
19569 * gdb.ada/var_arr_typedef/pack.ads: New file.
19570 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19571
8b558f79
JB
195722015-07-20 Joel Brobecker <brobecker@adacore.com>
19573
19574 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19575
775a3298
JK
195762015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19577
19578 * gdb.arch/i386-biarch-core.exp: Replace istarget
19579 by "complete set gnutarget". Remove expectation for the "core-file"
19580 command.
19581
db1ff28b
JK
195822015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19583
19584 Revert the previous commit:
19585 Tests for validate symbol file using build-id.
19586
0a94970d
JK
195872015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19588
19589 Tests for validate symbol file using build-id.
19590 * gdb.base/solib-mismatch-lib.c: New file.
19591 * gdb.base/solib-mismatch-libmod.c: New file.
19592 * gdb.base/solib-mismatch.c: New file.
19593 * gdb.base/solib-mismatch.exp: New file.
19594
03346981
SL
195952015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19596
19597 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19598 nios2-*-linux*.
19599 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19600 * gdb.base/siginfo.exp: Likewise.
19601 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19602
42422cc7
PL
196032015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19604
19605 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19606 Move it to ...
19607 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19608 ... here.
19609 * gdb.trace/range-stepping.exp: Check that the target supports
19610 range stepping.
19611
cfa68bae
JK
196122015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19613
19614 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19615
8ffdba26
PA
196162015-07-14 Pedro Alves <palves@redhat.com>
19617
19618 * gdb.base/killed-outside.exp: New file.
19619 * gdb.base/killed-outside.c: New file.
19620
218a5a11
JK
196212015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19622
19623 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19624 (n at main): New.
19625 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19626
e03ed3c6
AA
196272015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19628
19629 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19630 infcall tests instead of setting up for KFAIL.
19631
485668e5
MM
196322015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19633
19634 * gdb.btrace/record_goto-step.exp: New.
19635
08464196
JK
196362015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19637
19638 PR compile/18484
19639 * gdb.compile/compile.c (struct struct_type): Add volatile to
19640 selffield's type.
19641 * gdb.compile/compile.exp
19642 (compile code struct_object.selffield = &struct_object): Skip further
19643 struct_object tests if this one xfails.
19644
bcf5c1d9
RC
196452015-07-08 Robert O'Callahan <robert@ocallahan.org>
19646
19647 PR exp/18617
19648 * gdb.trace/ax.exp: Add test.
19649
4931af25
YQ
196502015-07-07 Yao Qi <yao.qi@linaro.org>
19651
19652 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19653 instead of istarget "aarch64*-*-*".
19654 * gdb.arch/aarch64-fp.exp: Likewise.
19655 * gdb.base/float.exp: Likewise.
19656 * gdb.reverse/aarch64.exp: Likewise.
19657 * lib/gdb.exp (is_aarch64_target): New proc.
19658
9fcf688e
YQ
196592015-07-07 Yao Qi <yao.qi@linaro.org>
19660
19661 * lib/gdb.exp (is_aarch32_target): New proc.
19662 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19663 instead of "istarget "arm*-*-*"".
19664 * gdb.arch/arm-disp-step.exp: Likewise.
19665 * gdb.arch/thumb-bx-pc.exp: Likewise.
19666 * gdb.arch/thumb-prologue.exp: Likewise.
19667 * gdb.arch/thumb-singlestep.exp: Likewise.
19668 * gdb.base/disp-step-syscall.exp: Likewise.
19669 * gdb.base/float.exp: Likewise.
19670
fbd8d50d
YQ
196712015-07-07 Yao Qi <yao.qi@linaro.org>
19672
19673 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19674 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19675
71be1fdc
YQ
196762015-07-07 Yao Qi <yao.qi@linaro.org>
19677
19678 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19679 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19680 if it exists.
19681 * gdb.multi/multi-arch.exp: Likewise.
19682
3e221d36
SM
196832015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19684
19685 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19686 print.
19687
d441430b
YQ
196882015-07-07 Yao Qi <yao.qi@linaro.org>
19689
19690 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19691
06f810bd
MG
196922015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19693
19694 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19695 '[' and ']' characters.
19696
5e61e7c0
IB
196972015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19698
19699 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19700
28bf096c
PA
197012015-06-29 Pedro Alves <palves@redhat.com>
19702
19703 PR threads/18127
19704 * gdb.threads/hand-call-new-thread.c: New file.
19705 * gdb.threads/hand-call-new-thread.c: New file.
19706
ee93cd5e
KS
197072015-06-26 Keith Seitz <keiths@redhat.com>
19708 Doug Evans <dje@google.com>
19709
19710 PR 16253
19711 * gdb.cp/var-tag-2.cc: New file.
19712 * gdb.cp/var-tag-3.cc: New file.
19713 * gdb.cp/var-tag-4.cc: New file.
19714 * gdb.cp/var-tag.cc: New file.
19715 * gdb.cp/var-tag.exp: New file.
19716
fc637f04
PP
197172015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19718
19719 * gdb.base/history-duplicates.exp: New test.
19720
2e52ae68
PP
197212015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19722
19723 * gdb.base/completion.exp: Test the completion of the "focus"
19724 command.
19725
6e22494e
JK
197262015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19727
19728 * gdb.arch/amd64-prologue-skip.S: New file.
19729 * gdb.arch/amd64-prologue-skip.exp: New file.
19730
bf7b9cd9
SM
197312015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19732
19733 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19734 is_address_zero_readable check.
19735
201e8dfd
PB
197362015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19737
19738 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19739 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19740
5cd867b4
YQ
197412015-06-24 Yao Qi <yao.qi@linaro.org>
19742
19743 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19744 linux targets.
19745
4d7be007
YQ
197462015-06-24 Yao Qi <yao.qi@linaro.org>
19747
19748 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19749 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19750 * gdb.base/siginfo-thread.exp: Likewise.
19751
07fcd301
YQ
197522015-06-22 Yao Qi <yao.qi@linaro.org>
19753
19754 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19755
52042a00
YQ
197562015-06-22 Yao Qi <yao.qi@linaro.org>
19757
19758 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19759 aarch64*-*-*.
19760 (skip_hw_watchpoint_tests): Likewise.
19761
74bd41ce
PP
197622015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19763
19764 * gdb.base/gdbinit-history.exp: Test the interaction between
19765 setting GDBHISTSIZE and setting the history size via .gdbinit.
19766
bc460514
PP
197672015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19768
19769 PR gdb/16999
19770 * gdb.base/gdbhistsize-history.exp: New test.
19771
b58c513b
PP
197722015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19773
19774 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19775 with GDBHISTSIZE.
19776 * gdb.base/readline.exp: Likewise.
19777
92046791
YQ
197782015-06-17 Yao Qi <yao.qi@linaro.org>
19779
19780 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19781 line.
19782
2093d2d3
PP
197832015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19784
19785 * gdb.base/gdbinit-history.exp: Add test case to check that
19786 an unlimited history file does not get truncated on exit.
19787
e6c693af
AA
197882015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19789
19790 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19791 (VECTOR): New macro. Use it...
19792 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19793 ...for these typedefs.
19794 (int8, char1, int1, double1): New typedefs.
19795 (struct just_int2, struct two_int2): New structures.
19796 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19797 (add_structvecs, add_singlevecs): New functions.
19798 (main): Call add_some_intvecs twice.
19799 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19800 the compile and exit upon failure. Try compiling for the "native"
19801 architecture. Test inferior function calls with vector arguments
19802 and vector return value handling with "finish" and "return".
19803
c74f7d1c
JT
198042015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19805
19806 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19807 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19808 PE file.
19809 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19810
98aa42ee
AT
198112015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19812
19813 PR breakpoints/16465
19814 * gdb.mi/mi-dprintf-pending.c: New file.
19815 * gdb.mi/mi-dprintf-pending.exp: New test.
19816 * gdb.mi/mi-dprintf-pendshr.c: New file.
19817
7d73c23c 198182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 19819 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
19820
19821 * gdb.arch/i386-mpx-map.c: New file.
19822 * gdb.arch/i386-mpx-map.exp: New File.
19823
198242015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19825
19826 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19827 * gdb.arch/i386-mpx.exp: Indentation fixed.
19828
198292015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19830
19831 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19832 function and improved indentation.
19833 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19834 gdb_test_multiple. Added additional tests to skip the test.
19835
198362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19837
19838 * gdb.arch/i386-avx512.c: Change path in include file.
19839 * gdb.arch/i386-avx512.exp: Change include dir path
19840 compilation flag.
19841 * gdb.arch/i386-mpx.c: Change path in include file.
19842 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19843 flag.
19844
d5eba19a
JK
198452015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19846
19847 * gdb.compile/compile-print.exp (compile print *vararray@3)
19848 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19849
7f361056
JK
198502015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19851
19852 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19853 (do not keep jit in memory): ... this.
19854 (expect 5): Change it to ...
19855 (expect no 5): ... this.
19856
3b462ec2
SM
198572015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19858
19859 PR gdb/15564
19860 * gdb.mi/mi-detach.exp: New file.
19861
e0619de6
JK
198622015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19863
19864 PR symtab/18392
19865 * gdb.arch/amd64-tailcall-self.S: New file.
19866 * gdb.arch/amd64-tailcall-self.c: New file.
19867 * gdb.arch/amd64-tailcall-self.exp: New file.
19868
e970cb34
DB
198692015-05-28 Don Breazeal <donb@codesourcery.com>
19870
19871 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19872 tests for remote targets by checking is_target_gdbserver.
19873
b2e2f908
DE
198742015-05-27 Doug Evans <dje@google.com>
19875
19876 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19877 * gdb.dwarf2/opaque-type-lookup.c: New file.
19878 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19879
82c7be31
DE
198802015-05-26 Doug Evans <dje@google.com>
19881
19882 * gdb.cp/iostream.cc: New file.
19883 * gdb.cp/iostream.exp: New file.
19884
b4f54984
DE
198852015-05-26 Doug Evans <dje@google.com>
19886
19887 * gdb.dwarf2/dw2-op-call.exp: Update.
19888 * gdb.dwarf2/dw4-sig-types.exp: Update.
19889 * gdb.dwarf2/implptr.exp: Update.
19890 * gdb.mi/mi-cmd-param-changed.exp: Update.
19891
4ea6efe9
DE
198922015-05-26 Doug Evans <dje@google.com>
19893
19894 * gdb.python/py-lazy-string.c: New file.
19895 * gdb.python/py-lazy-string.exp: New file.
19896 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19897 (main): Update. Add estring3.
19898 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19899 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19900
f6bb7db3
YQ
199012015-05-26 Omair Javaid <omair.javaid@linaro.org>
19902 Yao Qi <yao.qi@linaro.org>
19903
19904 * gdb.reverse/aarch64.c: New.
19905 * gdb.reverse/aarch64.exp: New.
19906
a81bfbd0
OJ
199072015-05-26 Omair Javaid <omair.javaid@linaro.org>
19908
25d49b86
PA
19909 * lib/gdb.exp (supports_process_record): Return true for
19910 aarch64*-linux*.
a81bfbd0
OJ
19911 (supports_reverse): Likewise.
19912
158bf1b4
PP
199132015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19914
19915 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19916 Use with_test_prefix.
19917
a0145030
AB
199182015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19919
19920 * gdb.base/completion.exp: Add test for completion of layout
19921 names.
19922
ebe3b578
AB
199232015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19924
19925 * lib/gdb.exp (skip_tui_tests): New proc.
19926 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19927
84204ed7
PA
199282015-05-19 Pedro Alves <palves@redhat.com>
19929
19930 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19931 Save the whole env array instead of just HOME. Unset HISTSIZE in
19932 the environment while testing. Restore whole environment
19933 afterwards.
19934
37442ce1
DE
199352015-05-16 Doug Evans <xdje42@gmail.com>
19936
19937 * gdb.guile/scm-ports.c: New file.
19938 * gdb.guile/scm-ports.exp: Add memory port tests.
19939
36de76f9
JK
199402015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19941
19942 * gdb.compile/compile-print.c: New file.
19943 * gdb.compile/compile-print.exp: New file.
19944
3a9558c4
JK
199452015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19946
19947 * gdb.compile/compile-ops.exp: Cast param to void.
19948 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19949 (compile code struct_object.selffield = &struct_object): Add xfail.
19950
aa715135
JG
199512015-05-15 Joel Brobecker <brobecker@adacore.com>
19952
19953 * gdb.ada/arr_enum_with_gap: New testcase.
19954
931e5bc3
JG
199552015-05-15 Joel Brobecker <brobecker@adacore.com>
19956
19957 * gdb.ada/byte_packed_arr: New testcase.
19958
9cd4d857
JB
199592015-05-15 Joel Brobecker <brobecker@adacore.com>
19960
19961 * gdb.ada/pckd_neg: New testcase.
19962
ebfd00d2
PP
199632015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19964
19965 PR gdb/17820
19966 * gdb.base/gdbinit-history.exp: New test.
19967 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19968 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19969
4c082a81
SC
199702015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19971
19972 * gdb.python/py-xmethods.cc: Enhance test case.
19973 * gdb.python/py-xmethods.exp: New tests.
19974 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19975 function.
19976 (B_indexoper): Likewise.
19977 (global_dm_list) : Add new xmethod worker functions.
19978
f7797074
SDJ
199792015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19980
19981 * gdb.base/coredump-filter.exp: Correctly unset
19982 "coredump_var_addr" array.
19983
a4674e4e
PA
199842015-05-08 Pedro Alves <palves@redhat.com>
19985
19986 * gdb.server/non-existing-program.exp: Unset spawn_id.
19987
df2eb078
SC
199882015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19989
19990 PR python/18291
19991 * gdb.python/py-xmethods.exp: Add tests.
19992
422349a3
YQ
199932015-05-08 Yao Qi <yao.qi@linaro.org>
19994
19995 PR gdb/18208
19996 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19997 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19998 function set_coredump_filter, and remove remote_exec call.
19999 Remove argument ipid. Callers update.
20000 (top level): Don't get inferior's PID.
20001
63fc80ce
AA
200022015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
20003
20004 * gdb.base/watch_thread_num.exp: Skip test on targets without
20005 access watchpoints.
20006
80ad801e
PA
200072015-05-06 Pedro Alves <palves@redhat.com>
20008
20009 PR server/18081
20010 * gdb.server/non-existing-program.exp: New file.
20011
0fa7fe50
JB
200122015-05-05 Joel Brobecker <brobecker@adacore.com>
20013
20014 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
20015
3ea89b92
PMR
200162015-05-05 Joel Brobecker <brobecker@adacore.com>
20017
20018 * gdb.ada/out_of_line_in_inlined: New testcase.
20019
87b8eff0
JB
200202015-05-05 Joel Brobecker <brobecker@adacore.com>
20021
20022 * gdb.ada/var_rec_arr: New testcase.
20023
5fccc635
YQ
200242015-04-30 Yao Qi <yao.qi@linaro.org>
20025
20026 * gdb.base/break-idempotent.exp: If
20027 skip_hw_watchpoint_multi_tests returns true, skip the tests
20028 on "rwatch" and "awatch".
20029
42d38f42
YQ
200302015-04-30 Yao Qi <yao.qi@linaro.org>
20031
20032 * gdb.base/relativedebug.exp: Invoke gdb command
20033 "info sharedlibrary", and if libc.so doesn't have debug info,
20034 skip the test.
20035
2ce1cdbf
DE
200362015-04-29 Doug Evans <dje@google.com>
20037
20038 * gdb.python/py-xmethods.exp: Add ptype tests.
20039 * gdb.python/py-xmethods.py (E_method_char_worker): Add
20040 get_result_type method.
20041
f24a38c5
LM
200422015-04-29 Luis Machado <lgustavo@codesourcery.com>
20043
20044 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
20045 the target does not support hardware watchpoints.
20046
ecbf2b3c
LM
200472015-04-29 Luis Machado <lgustavo@codesourcery.com>
20048
20049 * gdb.base/break-always.exp: Abort testing if writing to memory
20050 causes an error.
20051
34f5f757
DE
200522015-04-28 Doug Evans <dje@google.com>
20053
20054 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
20055 * gdb.python/py-pp-registration.exp: ... here. New file.
20056 * gdb.python/py-pp-registration.c: New file.
20057 * gdb.python/py-pp-registration.py: New file.
20058
69b4374a
DE
200592015-04-28 Doug Evans <dje@google.com>
20060
20061 * gdb.python/py-bad-printers.c: New file.
20062 * gdb.python/py-bad-printers.py: New file.
20063 * gdb.python/py-bad-printers.exp: New file.
20064
59fb7612
SS
200652015-04-28 Sasha Smundak <asmundak@google.com>
20066
20067 * gdb.python/py-type.exp: New test.
20068
2631b16a
AW
200692015-04-28 Andy Wingo <wingo@igalia.com>
20070
20071 * gdb.python/py-parameter.exp:
20072 * gdb.guile/scm-parameter.exp: Escape the path that we are
20073 matching against, as it might contain characters that are special
20074 to regular expressions.
20075
460efde1
JB
200762015-04-27 Joel Brobecker <brobecker@adacore.com>
20077
20078 * gdb.ada/rec_comp: New testcase.
20079
2d369d8e
SDJ
200802015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
20081
20082 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
20083 before using it.
20084
cf75d6c3
AB
200852015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
20086
20087 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
20088 new tests for verilog output.
20089
8dbe7ca5
YQ
200902015-04-24 Yao Qi <yao.qi@linaro.org>
20091
20092 * boards/remote-gdbserver-on-localhost.exp: New file.
20093
4ef9fb2f
PA
200942015-04-23 Pedro Alves <palves@redhat.com>
20095
20096 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
20097 $inferior_spawn_id instead of $inferior_spawn_id directly. On
20098 "end of file", remove $inferior_spawn_id from the indirect list.
20099
0a803169
PA
201002015-04-23 Pedro Alves <palves@redhat.com>
20101
20102 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
20103
749ef8f8
PA
201042015-04-23 Pedro Alves <palves@redhat.com>
20105
20106 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
20107 on $any_spawn_id instead of only on $gdb_spawn_id.
20108
8aae4344
PM
201092015-04-21 Pierre Muller <muller@sourceware.org>
20110
20111 PR pascal/17815
20112 * lib/pascal.exp (gpc_compile): Add new option "class".
20113 (fpc_compile): Likewise.
20114 * gdb.pascal/case-insensitive-symbols.pas: New file.
20115 * gdb.pascal/case-insensitive-symbols.exp: New file.
20116
1586c8fb
GB
201172015-04-20 Gary Benson <gbenson@redhat.com>
20118
20119 * gdb.base/attach.exp: Fix three extended remote failures.
20120
1b6e6f5c
GB
201212015-04-17 Gary Benson <gbenson@redhat.com>
20122
20123 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
20124 the main executable over the remote protocol.
20125
e797481d
PA
201262015-04-16 Pedro Alves <palves@redhat.com>
20127
20128 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
20129 a new gdbserver if gdbserver_reconnect_p is set.
20130
1ca99c42
PA
201312015-04-16 Pedro Alves <palves@redhat.com>
20132
20133 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
20134 is set, don't exit gdbserver.
20135
af9fd6f8
AA
201362015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20137
20138 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
20139 appropriate .insn, such that an older assembler can be used.
20140 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
20141 the z/Architecture instruction set on 31-bit targets as well.
20142
04ff1e61
AA
201432015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
20144
20145 * gdb.go/handcall.exp: Remove all logic related to the first
20146 breakpoint and rely on go_runto_main instead.
20147 * gdb.go/strings.exp: Likewise.
20148 * gdb.go/unsafe.exp: Likewise.
20149 * gdb.go/hello.exp: Likewise. Also rename the remaining
20150 breakpoint marker to "breakpoint 1".
20151 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
20152 * gdb.go/strings.go: Likewise.
20153 * gdb.go/unsafe.go: Likewise.
20154 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
20155 "set breakpoint 2 here" and rename the remaining breakpoint marker
20156 to "breakpoint 1".
20157
40d2f8d6
SM
201582015-04-15 Simon Marchi <simon.marchi@ericsson.com>
20159
20160 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
20161 if itertools.imap is not present.
20162 * gdb.python/py-objfile.exp: Add parentheses.
20163 * gdb.python/py-type.exp: Same.
20164 * gdb.python/py-unwind-maint.py: Same.
20165
8cbc97c6
YQ
201662015-04-15 Yao Qi <yao.qi@linaro.org>
20167
20168 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
20169 of ":$ptr_size" and set its form explicitly.
20170
45fd756c
YQ
201712015-04-15 Pedro Alves <palves@redhat.com>
20172 Yao Qi <yao.qi@linaro.org>
20173
20174 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
20175 timeout by factor of 4.
20176 (test_regular_watch): Likewise.
20177 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
20178 * gdb.reverse/sigall-reverse.exp: Likewise.
20179 * gdb.reverse/until-precsave.exp: Likewise.
20180 * lib/gdb.exp (with_timeout_factor): New proc.
20181 (gdb_expect): Move some code to ...
20182 (get_largest_timeout): ... here. New procedure.
20183
9e811bc3
LM
201842015-04-14 Luis Machado <lgustavo@codesourcery.com>
20185
20186 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
20187
0ff6fcb2
LM
201882015-04-13 Luis Machado <lgustavo@codesourcery.com>
20189
20190 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
20191 to write to the .text section.
20192
7578d5f7
LM
201932015-04-13 Luis Machado <lgustavo@codesourcery.com>
20194
20195 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
20196 Handle the case of targets that do not provide PID information.
20197
2efe15c4
YQ
201982015-04-13 Yao Qi <yao.qi@linaro.org>
20199
20200 * lib/gdbserver-support.exp (gdb_exit): Catch exception
20201 and use expect instead of gdb_expect.
20202
8cd8f2f8
SDJ
202032015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
20204
20205 * gdb.base/coredump-filter.exp: Rename variable "addr" to
20206 "coredump_var_addr" to avoid naming conflict with other testcases.
20207
9ee41772
PA
202082015-04-10 Pedro Alves <palves@redhat.com>
20209
20210 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
20211 gdb_test_sequence and gdb_assert.
20212
07473109
PA
202132015-04-10 Pedro Alves <palves@redhat.com>
20214
20215 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
20216 test messages that don't include the breakpoint address.
20217
de3db44c
YQ
202182015-04-10 Yao Qi <yao.qi@linaro.org>
20219
20220 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
20221 false for some offset and width combinations which aren't
20222 supported by linux kernel.
20223
c79d856c
PA
202242015-04-10 Pedro Alves <palves@redhat.com>
20225
20226 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
20227 procedure, factored out from ...
20228 (top level): ... here. Add "set displaced-stepping" testing axis.
20229 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
20230 parameter "displaced". Use it.
20231 (top level): Use foreach and add "set displaced-stepping" testing
20232 axis.
20233
ebc90b50
PA
202342015-04-10 Pedro Alves <palves@redhat.com>
20235
20236 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
20237 Remove comment.
20238 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
20239 both the address of the instruction that triggers the watchpoint
20240 and the address of the instruction immediately after, and use
20241 those addresses for the test. Fix comment.
20242
8f572e5c
PA
202432015-04-10 Pedro Alves <palves@redhat.com>
20244
20245 * gdb.base/sigstep.exp (breakpoint_to_handler)
20246 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
20247 Test "backtrace" in handler.
20248 (breakpoint_over_handler): New parameter 'displaced'. Use it.
20249 (top level): Add new "displaced" test axis to
20250 breakpoint_to_handler, breakpoint_to_handler_entry and
20251 breakpoint_over_handler.
20252
8d707a12
PA
202532015-04-10 Pedro Alves <palves@redhat.com>
20254
20255 PR gdb/18216
20256 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
20257
ef713951
YQ
202582015-04-10 Yao Qi <yao.qi@linaro.org>
20259
20260 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
20261 (test_add_rn_pc): New function.
20262 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
20263 (top level): Invoke test_add_rn_pc.
20264
906d60cf
PA
202652015-04-10 Pedro Alves <palves@redhat.com>
20266
20267 PR gdb/13858
20268 * gdb.base/step-over-no-symbols.exp: New file.
20269
f2983cc3
AW
202702015-04-09 Andy Wingo <wingo@igalia.com>
20271
20272 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
20273 after the Python tests.
20274
6d62641c
SDJ
202752015-04-08 Keith Seitz <keiths@redhat.com>
20276
20277 PR python/16699
20278 * gdb.python/py-completion.exp: New tests for completion.
20279 * gdb.python/py-completion.py (CompleteLimit1): New class.
20280 (CompleteLimit2): Likewise.
20281 (CompleteLimit3): Likewise.
20282 (CompleteLimit4): Likewise.
20283 (CompleteLimit5): Likewise.
20284 (CompleteLimit6): Likewise.
20285 (CompleteLimit7): Likewise.
20286
f3770638
PA
202872015-04-08 Pedro Alves <palves@redhat.com>
20288
20289 PR gdb/18214
20290 PR gdb/18216
20291 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
20292 function.
20293 (main): Install it as SIGUSR1 handler.
20294 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
20295 parameter. Always use "setup" as prefix. Toggle "set
20296 displaced-stepping" off/on depending on global. Don't switch to
20297 thread 1 here.
20298 (top level): Add displaced stepping "off/on" test axis. Update
20299 "setup" calls. Wrap each subtest with with_test_prefix. Test
20300 continuing with a queued signal in each thread.
20301
4496bed7
PA
203022015-04-08 Pedro Alves <palves@redhat.com>
20303
20304 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
20305 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
20306 gdb_breakpoint instead of gdb_test that doesn't expect anything.
20307 Return early if running to main fails.
20308 * gdb.trace/while-stepping.exp: Likewise.
20309
b97fde92
PA
203102015-04-07 Pedro Alves <palves@redhat.com>
20311
20312 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
20313 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
20314 interact with inferior program.
20315
f71c18e7
PA
203162015-04-07 Pedro Alves <palves@redhat.com>
20317
20318 * lib/gdb.exp (inferior_spawn_id): New global.
20319 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
20320 spawn id after processing the user code.
20321 (default_gdb_start): Set inferior_spawn_id.
20322 (send_inferior): New procedure.
20323 * lib/gdbserver-support.exp (gdbserver_start): Set
20324 inferior_spawn_id.
20325 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
20326
6423214f
PA
203272015-04-07 Pedro Alves <palves@redhat.com>
20328
20329 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
20330 * lib/gdbserver-support.exp (gdbserver_start): Make
20331 $server_spawn_id global.
20332 (gdbserver_start): Don't wait for gdbserver's spawn id with
20333 expect_background.
20334 (close_gdbserver): New procedure.
20335 (gdb_exit): Rename the default version and reimplement.
20336
71c0ee8c
PA
203372015-04-07 Pedro Alves <palves@redhat.com>
20338
72f4393d 20339 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
20340 append the substituted item, not the original item.
20341
203bc29b
PA
203422015-04-07 Pedro Alves <palves@redhat.com>
20343
20344 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
20345 gdb_expect.
20346
508a3ddf
PA
203472015-04-07 Pedro Alves <palves@redhat.com>
20348
20349 * gdb.base/interrupt.exp: Don't handle the case of the inferior
20350 output appearing once only.
20351
9f6dbe2b
PA
203522015-04-07 Pedro Alves <palves@redhat.com>
20353
20354 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
20355 that doesn't expect anything. Return early if running to main
20356 fails.
20357
337532fa
YQ
203582015-04-07 Yao Qi <yao.qi@linaro.org>
20359
20360 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
20361 (child_function): Call alarm.
20362 (main): Move call to alarm into the loop.
20363 * gdb.threads/non-stop-fair-events.exp: Build program with
20364 -DTIMEOUT=$timeout.
20365
01b622d4
DE
203662015-04-06 Doug Evans <xdje42@gmail.com>
20367
20368 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
20369 Fix dest parameter to board_info.
20370 (fpc_compile): Ditto.
20371 (gdb_compile_pascal): Rename dest arg to destfile.
20372
961f4160
PMR
203732015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
20374
20375 * gdb.ada/funcall_ref.exp: New file.
20376 * gdb.ada/funcall_ref/foo.adb: New file.
20377
cafda597
YQ
203782015-04-02 Yao Qi <yao.qi@linaro.org>
20379
20380 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
20381 is remote.
20382
fed040c6
GB
203832015-04-02 Gary Benson <gbenson@redhat.com>
20384
20385 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
20386
d11916aa
SS
203872015-04-01 Sasha Smundak <asmundak@google.com>
20388
20389 * gdb.python/py-unwind-maint.c: New file.
20390 * gdb.python/py-unwind-maint.exp: New test.
20391 * gdb.python/py-unwind-maint.py: New file.
20392 * gdb.python/py-unwind.c: New file.
20393 * gdb.python/py-unwind.exp: New test.
20394 * gdb.python/py-unwind.py: New test.
20395
a1471180
PA
203962015-04-01 Pedro Alves <palves@redhat.com>
20397
20398 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
20399 to fail instead of non-existent $test.
20400
0bbeccb1
PA
204012015-04-01 Pedro Alves <palves@redhat.com>
20402
20403 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
20404 GDBFLAGS if not empty.
20405
3c724c8c
PMR
204062015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20407
20408 * gdb.ada/complete.exp: Remove "multi_line".
20409 * gdb.ada/info_exc.exp: Remove "multi_line".
20410 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20411 * gdb.ada/ptype_field.exp: Remove "multi_line".
20412 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20413 * gdb.ada/tagged.exp: Remove "multi_line".
20414 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20415 [multi_line ...]
20416 * gdb.btrace/delta.exp: Likewise.
20417 * gdb.btrace/exception.exp: Likewise.
20418 * gdb.btrace/function_call_history.exp: Likewise.
20419 * gdb.btrace/instruction_history.exp: Likewise.
20420 * gdb.btrace/nohist.exp: Likewise.
20421 * gdb.btrace/record_goto.exp: Likewise.
20422 * gdb.btrace/segv.exp: Likewise.
20423 * gdb.btrace/stepi.exp: Likewise.
20424 * gdb.btrace/tailcall.exp: Likewise.
20425 * gdb.btrace/unknown_functions.exp: Likewise.
20426 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20427 * lib/gdb.exp: Add the "multi_line" helper.
20428
4eec2deb
PA
204292015-04-01 Pedro Alves <palves@redhat.com>
20430
20431 * gdb.threads/tid-reuse.c: New file.
20432 * gdb.threads/tid-reuse.exp: New file.
20433
df8411da
SDJ
204342015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20435
20436 PR corefiles/16092
20437 * gdb.base/coredump-filter.c: New file.
20438 * gdb.base/coredump-filter.exp: Likewise.
20439
6ef37366
PM
204402015-03-27 Petr Machata <pmachata@redhat.com>
20441
20442 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20443 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20444 (Dwarf::assemble): Initialize them.
20445 (Dwarf::lines): New function.
20446
7ec911b0
JT
204472015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20448
20449 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20450 SYMBOL_PREFIX for x86_64-*-cygwin.
20451
ff908ebf
AW
204522015-03-26 Andy Wingo <wingo@igalia.com>
20453
20454 PR symtab/18148
20455 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20456 const_value but not a location.
20457 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20458 location defined in non-main CUs are visible.
20459
6d5f0679
YQ
204602015-03-26 Yao Qi <yao.qi@linaro.org>
20461
20462 PR testsuite/18139
20463 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20464 Add a line number entry for the same line.
20465 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20466 Add a line number entry for the same line.
20467
2898689b
YQ
204682015-03-26 Yao Qi <yao.qi@linaro.org>
20469
20470 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20471 .int 0.
20472 (func): Likewise. Add .Lfunc_1 label.
20473 Use .Lfunc_1 label.
20474 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20475 .int 0.
20476 (func): Likewise.
20477 Use .Lfunc_1 label.
20478
85180498
YQ
204792015-03-26 Yao Qi <yao.qi@linaro.org>
20480
20481 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20482 Call gdb_compile instead to compile each .s files without debug
20483 information.
20484
8aa08a8d
YQ
204852015-03-26 Yao Qi <yao.qi@linaro.org>
20486
20487 * gdb.base/savedregs.exp (process_saved_regs): Make
20488 "Saved registers:" optional in the pattern.
20489
66849923
MM
204902015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20491
20492 * gdb.btrace/next.exp: Merged into step.exp.
20493 * gdb.btrace/finish.exp: Merged into step.exp.
20494 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20495 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20496 "record goto" and checking the exact replay position.
20497 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20498 check for "Recording format" in "info record" output.
20499 * gdb.btrace/record_goto.exp: Choose test file based on target.
20500 * gdb.btrace/x86-record_goto.S: Renamed into ...
20501 * gdb.btrace/x86_64-record_goto.S: ... this.
20502 * gdb.btrace/i686-record_goto.S: New.
20503 * gdb.btrace/x86-tailcall.S: Renamed into ...
20504 * gdb.btrace/x86_64-tailcall.S: ... this.
20505 * gdb.btrace/i686-tailcall.S: New.
20506 * gdb.btrace/x86-tailcall.c: Renamed into ...
20507 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20508 separate statements. Update test.
20509 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20510 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20511 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20512 * gdb.btrace/tailcall.exp: Choose test file based on target.
20513 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20514
11cc1b74
MM
205152015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20516
20517 * gdb.btrace/exception.exp: Increase BTS buffer size.
20518
a25d8bf9
PA
205192015-03-24 Pedro Alves <palves@redhat.com>
20520
20521 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20522
856e7dd6
PA
205232015-03-24 Pedro Alves <palves@redhat.com>
20524
20525 * gdb.threads/schedlock.exp (test_step): No longer expect that
20526 "set scheduler-locking step" with "next" over a function call runs
20527 threads unlocked.
20528
ad235a41
AT
205292015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20530
20531 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20532
15630549
AT
205332015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20534
20535 PR breakpoints/16466
20536 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20537 * gdb.mi/mi-pending.c (thread_func): New function.
20538 (int main): Add threading support required.
20539 * gdb.mi/mi-pending.exp: Add tests for this issue.
20540 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20541 (pendfunc2): Remove stdio dependency.
20542 * gdb.mi/mi-pendshr2.c: New file.
20543
693dca06
KS
205442015-03-23 Keith Seitz <keiths@redhat.com>
20545
20546 * gdb.linespec/keywords.c: New file.
20547 * gdb.linespec/keywords.exp: New file.
20548
7e993ebf
KS
205492015-03-23 Keith Seitz <keiths@redhat.com>
20550
20551 PR gdb/18021
20552 * gdb.dwarf2/staticvirtual.exp: New test.
20553
bc23328c
JK
205542015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20555
20556 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20557 * README: Remove HP-UX and gdb.hp.
20558 (configuration):
20559 * configure: Regenerate.
20560 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20561 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20562 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20563 gdb.hp/gdb.defects/Makefile.
20564 * gdb.hp/Makefile.in: File deleted.
20565 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20566 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20567 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20568 * gdb.hp/gdb.aCC/run.c: File deleted.
20569 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20570 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20571 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20572 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20573 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20574 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20575 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20576 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20577 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20578 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20579 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20580 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20581 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20582 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20583 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20584 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20585 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20586 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20587 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20588 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20589 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20590 * gdb.hp/gdb.compat/average.c: File deleted.
20591 * gdb.hp/gdb.compat/sum.c: File deleted.
20592 * gdb.hp/gdb.compat/xdb.c: File deleted.
20593 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20594 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20595 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20596 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20597 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20598 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20599 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20600 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20601 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20602 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20603 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20604 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20605 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20606 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20607 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20608 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20609 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20610 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20611 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20612 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20613 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20614 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20615 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20616 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20617 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20618 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20619 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20620 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20621 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20622 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20623 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20624 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20625 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20626 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20627 * gdb.hp/tools/odump: File deleted.
20628
8bf3b159
PA
206292015-03-19 Pedro Alves <palves@redhat.com>
20630
20631 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20632 (saw_thread_3): New globals.
20633 (top level): Increment them when an event for the corresponding
20634 thread is seen.
20635 (no thread starvation): New test.
20636
eb54c8bf
PA
206372015-03-19 Pedro Alves <palves@redhat.com>
20638
20639 * gdb.threads/continue-pending-status.c: New file.
20640 * gdb.threads/continue-pending-status.exp: New file.
20641
32d2e5d6
PA
206422015-03-18 Pedro Alves <palves@redhat.com>
20643
20644 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20645 Use gdb_is_target_remote instead of is_remote. Use
20646 gdb_test_multiple instead of gdb_expect. Exit early if
20647 gdb_test_multiple hits its internal matches. Tighten stepi tests
20648 expected output. Fail on exit with any signal, instead of just
20649 SIGILL.
20650
f68f11b7
YQ
206512015-03-18 Yao Qi <yao.qi@linaro.org>
20652
20653 PR tdep/18107
20654 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20655 variable.
20656 * gdb.base/catch-syscall.exp: Don't skip it on
20657 aarch64*-*-linux* target. Remove elements in all_syscalls.
20658 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20659 target.
20660 (setup_all_syscalls): New proc.
20661
ca5fd19b
YQ
206622015-03-16 Yao Qi <yao.qi@linaro.org>
20663
20664 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20665 (top level): Skip tests if valid_addr_p returns false for
20666 $cmd1 or $cmd2.
20667
85642ba0
AW
206682015-03-11 Andy Wingo <wingo@igalia.com>
20669
20670 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20671
e03f9645
YQ
206722015-03-11 Yao Qi <yao.qi@linaro.org>
20673
20674 * gdb.base/catch-syscall.exp: Fix typo in comments.
20675
5d0962b2
YQ
206762015-03-11 Yao Qi <yao.qi@linaro.org>
20677
20678 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20679
b2df3cef
PA
206802015-03-09 Pedro Alves <palves@redhat.com>
20681
20682 * dg-extract-results.py: Delete.
20683
ef878e53
PA
206842015-03-09 Pedro Alves <palves@redhat.com>
20685
20686 Merge dg-extract-results.sh from GCC upstream (r218843).
20687
20688 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20689 * dg-extract-results.sh: Use --text with grep to avoid issues with
20690 binary files. Fall back to cat -v, if that doesn't work.
20691
9494d219
PA
206922015-03-05 Pedro Alves <palves@redhat.com>
20693
20694 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20695
a8d9763a
SM
206962015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20697
20698 * lib/mi-support.exp (mi_expect_interrupt): Accept
20699 alternative event for when in all-stop mode.
20700
be9957b8
PA
207012015-03-04 Pedro Alves <palves@redhat.com>
20702
20703 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20704
d57be0f4 207052015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
20706
20707 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20708
c214c7cf
AA
207092015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20710
20711 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20712 regexps for GDB's current line display, accept a hex address
20713 preceding the line number.
20714
6d74a497
AA
207152015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20716
20717 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20718 the 'arch1' variable for "s390*-linux*" targets.
20719
511aee7c
PA
207202015-03-04 Pedro Alves <palves@redhat.com>
20721
20722 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20723 (main): Pass missing retval argument to pthread_join call.
20724
95e50b27
PA
207252015-03-02 Pedro Alves <palves@redhat.com>
20726
20727 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20728 (top level): Call do_test with non-stop as well.
20729
28054d69
PA
207302015-03-02 Pedro Alves <palves@redhat.com>
20731
20732 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20733 -1.
20734
4fa5d7b4
AA
207352015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20736
20737 * gdb.arch/s390-vregs.exp: New test.
20738 * gdb.arch/s390-vregs.S: New file.
20739
97c18565
PA
207402015-02-27 Pedro Alves <palves@redhat.com>
20741
20742 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20743 call to catch_command_errors.
20744 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20745 catch_command_errors.
20746
a37bfa30
PA
207472015-02-27 Pedro Alves <palves@redhat.com>
20748
20749 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20750 "true" for boolean result.
20751 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20752 prototype of main.
20753
6f98576f
PA
207542015-02-27 Pedro Alves <palves@redhat.com>
20755
20756 * lib/unbuffer_output.c: New file.
20757 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20758 (main): Call gdb_unbuffer_output.
20759
eba5ab56
YQ
207602015-02-27 Yao Qi <yao.qi@linaro.org>
20761
20762 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20763 target.
20764
0def5aaa
DE
207652015-02-26 Doug Evans <dje@google.com>
20766
20767 * gdb.cp/class2.cc (Dbase, D): New classes.
20768 (main): New local delta.
20769 * gdb.cp/class2.exp: Test printing delta.
20770 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20771 (dynbar): New global.
20772 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20773
081a1c2c
JK
207742015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20775
20776 * gdb.compile/compile-ifunc.c: New file.
20777 * gdb.compile/compile-ifunc.exp: New file.
20778
2f41223f
AT
207792015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20780
20781 * gdb.base/structs.exp: Check for correct struct on finish.
20782
03eddd80
YQ
207832015-02-26 Yao Qi <yao.qi@linaro.org>
20784
20785 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20786 is zero.
20787
80c57053
JK
207882015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20789
20790 * gdb.arch/cordic.ko.bz2: New file.
20791 * gdb.arch/cordic.ko.debug.bz2: New file.
20792 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20793
21613c12
YQ
207942015-02-25 Yao Qi <yao.qi@linaro.org>
20795
20796 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20797 aarch64*-*-* target.
20798
d8b901ed
PA
207992015-02-23 Pedro Alves <palves@redhat.com>
20800
20801 * lib/gdb.exp (delete_breakpoints): Rewrite using
20802 gdb_test_multiple.
20803
e5b85ead
PA
208042015-02-23 Pedro Alves <palves@redhat.com>
20805
20806 * gdb.base/info-os.c: Include stdlib.h.
20807
85c3a371
DE
208082015-02-22 Doug Evans <xdje42@gmail.com>
20809
20810 PR symtab/17855
20811 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20812 is read after symbols have been re-read.
20813 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20814 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20815
96553a0c
DE
208162015-02-21 Doug Evans <dje@google.com>
20817
20818 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20819
97a0c697
JK
208202015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20821
20822 PR corefiles/17808
20823 * gdb.arch/i386-biarch-core.core.bz2: New file.
20824 * gdb.arch/i386-biarch-core.exp: New file.
20825
a47cd6e9
PA
208262015-02-21 Pedro Alves <palves@redhat.com>
20827
20828 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20829 runto_main fails.
20830
c5facdc4
PA
208312015-02-20 Pedro Alves <palves@redhat.com>
20832
20833 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20834 info probes.
20835
2db9a427
PA
208362015-02-20 Pedro Alves <palves@redhat.com>
20837
20838 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20839
60fb7e9e
PA
208402015-02-20 Pedro Alves <palves@redhat.com>
20841
20842 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20843 clean_restart before gdb_target_supports_trace.
20844
5c5019c2
PA
208452015-02-20 Pedro Alves <palves@redhat.com>
20846
20847 PR threads/18006
20848 * gdb.threads/clone-thread_db.c: New file.
20849 * gdb.threads/clone-thread_db.exp: New file.
20850
c9587f88
AT
208512015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20852
20853 PR breakpoints/16812
20854 * gdb.base/catch-gdb-caused-signals.c: New file.
20855 * gdb.base/catch-gdb-caused-signals.exp: New file.
20856
f6a88844
JM
208572015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20858
20859 * configure: Regenerated.
20860 * configure.ac: Use GDB_AC_TRANSFORM.
20861 * aclocal.m4: sinclude ../transform.m4.
20862
497c491b
JM
208632015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20864
20865 * lib/dtrace.exp: New file.
20866 * gdb.base/dtrace-probe.exp: Likewise.
20867 * gdb.base/dtrace-probe.d: Likewise.
20868 * gdb.base/dtrace-probe.c: Likewise.
20869 * lib/pdtrace.in: Likewise.
20870 * configure.ac: Output variables with the transformed names of
20871 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20872 * configure: Regenerated.
20873
03e98035
JM
208742015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20875
20876 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20877 expected message when trying to access $_probe_* convenience
20878 variables while not on a probe.
20879
63cc30e9
JK
208802015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20881
20882 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20883
0703599a
PA
208842015-02-11 Pedro Alves <pedro@codesourcery.com>
20885
20886 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20887 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20888
7e60a48e
DE
208892015-02-10 Doug Evans <xdje42@gmail.com>
20890
20891 * lib/gdb.exp (gdb_load): Always return a result.
20892
01b088bc
PA
208932015-02-10 Pedro Alves <palves@redhat.com>
20894
20895 * gdb.threads/signal-sigtrap.c: New file.
20896 * gdb.threads/signal-sigtrap.exp: New file.
20897
b05ec7a5
AT
208982015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20899
20900 * gdb.trace/no-attach-trace.c: New file.
20901 * gdb.trace/no-attach-trace.exp: New file.
20902
a2c2acaf
MW
209032015-02-09 Mark Wielaard <mjw@redhat.com>
20904
20905 * gdb.dwarf2/atomic.c: New file.
20906 * gdb.dwarf2/atomic-type.exp: Likewise.
20907
31fd9caa
MM
209082015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20909
20910 * gdb.btrace/buffer-size.exp: Update "info record" output.
20911 * gdb.btrace/delta.exp: Update "info record" output.
20912 * gdb.btrace/enable.exp: Update "info record" output.
20913 * gdb.btrace/finish.exp: Update "info record" output.
20914 * gdb.btrace/instruction_history.exp: Update "info record" output.
20915 * gdb.btrace/next.exp: Update "info record" output.
20916 * gdb.btrace/nexti.exp: Update "info record" output.
20917 * gdb.btrace/step.exp: Update "info record" output.
20918 * gdb.btrace/stepi.exp: Update "info record" output.
20919 * gdb.btrace/nohist.exp: Update "info record" output.
20920
d33501a5
MM
209212015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20922
20923 * gdb.btrace/buffer-size: New.
20924
f4abbc16
MM
209252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20926
20927 * gdb.btrace/delta.exp: Update "info record" output.
20928 * gdb.btrace/enable.exp: Update "info record" output.
20929 * gdb.btrace/finish.exp: Update "info record" output.
20930 * gdb.btrace/instruction_history.exp: Update "info record" output.
20931 * gdb.btrace/next.exp: Update "info record" output.
20932 * gdb.btrace/nexti.exp: Update "info record" output.
20933 * gdb.btrace/step.exp: Update "info record" output.
20934 * gdb.btrace/stepi.exp: Update "info record" output.
20935 * gdb.btrace/nohist.exp: Update "info record" output.
20936
b9d61307
SM
209372015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20938
20939 PR gdb/15678
20940 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20941
e584fdbc
PA
209422015-02-06 Pedro Alves <palves@redhat.com>
20943
20944 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20945 macro.
20946 (seconds_left, again): New globals.
20947 (main): Wait seconds_left in a 1-second sleep loop instead of
20948 sleeping 180 seconds. If 'again' is set, reset the seconds
20949 counter.
20950 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20951 'again' in the inferior before detaching. Print the seconds left.
20952 (options): New global.
20953 (top level): Build program with -DTIMEOUT=$timeout.
20954
77f41761
PA
209552015-02-06 Pedro Alves <palves@redhat.com>
20956
20957 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20958 determine how many seconds to pass to 'alarm'.
20959 * gdb.base/gdb-sigterm.exp (top level): Build program with
20960 -DTIMEOUT=$timeout.
20961 (do_test): Return success/failure indication. Add more verbose
20962 logging. Don't fail if 200 single steps are seen. Instead, fail
20963 when the test times out.
20964 (passes): New global.
20965 (top level): Break the testing loop if testing fails on any
20966 iteration. Use gdb_assert.
20967
b9394193
DB
209682015-02-04 Don Breazeal <donb@codesourcery.com>
20969
20970 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20971 and initialize them.
20972 (ipc_cleanup): New function.
20973 (main): Don't declare shmid, semid, and msqid. Add a call to
20974 atexit so that we call ipc_cleanup on exit.
20975
42d9e528
PA
209762015-02-04 Pedro Alves <palves@redhat.com>
20977
20978 * boards/native-extended-gdbserver.exp: Remove any target variant
20979 specifications from the board name before clearing the isremote
20980 flag from board_info.
20981
ae6ae975
DE
209822015-01-31 Doug Evans <xdje42@gmail.com>
20983
20984 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20985
cfb069a8
GB
209862015-01-31 Gary Benson <gbenson@redhat.com>
20987
20988 * gdb.base/completion.exp: Disable completion limiting for
20989 existing tests. Add new tests to check completion limiting.
20990 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20991
5dd31d79
DE
209922015-01-31 Doug Evans <xdje42@gmail.com>
20993
20994 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20995
9f050062
DE
209962015-01-31 Doug Evans <xdje42@gmail.com>
20997
20998 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20999 entries. Duplicate file section script entries.
21000 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
21001 inlined entries. Add test for safe-path rejection.
21002 * gdb.python/py-section-script.c: Add duplicate inlined section script
21003 entries. Duplicate file section script entries.
21004 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
21005 inlined entries. Add test for safe-path rejection.
21006
df25ebbd
JB
210072015-01-29 Joel Brobecker <brobecker@adacore.com>
21008
21009 * gdb.ada/disc_arr_bound: New testcase.
21010
4a0ca9ec
JB
210112015-01-29 Joel Brobecker <brobecker@adacore.com>
21012
21013 * gdb.ada/mi_var_array: New testcase.
21014
3a8b707a
DE
210152015-01-27 Doug Evans <dje@google.com>
21016
21017 * gdb.python/py-objfile.exp: Add tests for objfile.username.
21018 Add test for objfile.filename, objfile.username after objfile
21019 has been unloaded.
21020
f8313f6e
JB
210212015-01-26 Joel Brobecker <brobecker@adacore.com>
21022
21023 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
21024 the second test to print the name attribute of value
21025 returned by the call to gdb.lookup_type, and adjust
21026 the expected output accordingly.
21027
37bc665e
MW
210282015-01-25 Mark Wielaard <mjw@redhat.com>
21029
21030 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
21031 * gdb.base/disp-step-fork.c: Include unistd.h.
21032 * gdb.base/siginfo-obj.c: Include stdio.h.
21033 * gdb.base/siginfo-thread.c: Likewise.
21034 * gdb.mi/non-stop.c: Include unistd.h.
21035 * gdb.mi/nsthrexec.c: Include stdio.h.
21036 * gdb.mi/pthreads.c: Include unistd.h.
21037 * gdb.modula2/unbounded1.c (main): Declare returns int.
21038 * gdb.reverse/consecutive-reverse.c: Likewise.
21039 * gdb.threads/create-fail.c: Include unistd.h.
21040 * gdb.threads/killed.c: Likewise.
21041 * gdb.threads/linux-dp.c: Likewise.
21042 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
21043 * gdb.threads/non-ldr-exc-2.c: Likewise.
21044 * gdb.threads/non-ldr-exc-3.c: Likewise.
21045 * gdb.threads/non-ldr-exc-4.c: Likewise.
21046 * gdb.threads/pthreads.c: Include unistd.h.
21047 (main): Declare returns int.
21048 * gdb.threads/tls-main.c (foo): New declaration.
21049 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
21050
f7e5394d
SM
210512015-01-23 Simon Marchi <simon.marchi@ericsson.com>
21052
21053 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
21054 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
21055
743649fd
MW
210562015-01-15 Mark Wielaard <mjw@redhat.com>
21057
21058 * gdb.base/noreturn-return.c: New file.
21059 * gdb.base/noreturn-return.exp: New file.
21060 * gdb.base/noreturn-finish.c: New file.
21061 * gdb.base/noreturn-finish.exp: New file.
21062
198297aa
PA
210632015-01-23 Pedro Alves <palves@redhat.com>
21064
21065 * gdb.threads/continue-pending-after-query.c: New file.
21066 * gdb.threads/continue-pending-after-query.exp: New file.
21067
717cf30c
AG
210682015-01-22 Anders Granlund <anders.granlund@ericsson.com>
21069 Simon Marchi <simon.marchi@ericsson.com>
21070
21071 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
21072 * gdb.base/valgrind-db-attach.exp: Same.
21073 * gdb.base/valgrind-infcall.exp: Same.
21074 * lib/mi-support.exp (default_mi_gdb_start): Same.
21075 * lib/prompt.exp (default_prompt_gdb_start): Same.
21076 * lib/gdb.exp (default_gdb_spawn): Same.
21077 (gdb_interact): New.
21078
21079
4b62a76e
JK
210802015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21081
21082 * gdb.compile/compile.exp (pointer to jit function): New test.
21083
b4cdae6f
WW
210842015-01-17 Wei-cheng Wang <cole945@gmail.com>
21085
21086 * lib/gdb.exp (supports_process_record): Return true for
21087 powerpc*-*-linux*.
21088 (supports_reverse): Likewise.
21089
d221e7ef
DB
210902015-01-15 Don Breazeal <donb@codesourcery.com>
21091
21092 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
21093 instead of checking whether the target board is remote and
21094 use spawn_wait_for_attach instead of exec/sleep.
21095 * gdb.base/attach-twice.exp: Likewise.
21096
bafffb51
JB
210972015-01-15 Joel Brobecker <brobecker@adacore.com>
21098
21099 * gdb.ada/var_arr_attrs: New testcase.
21100
5589af0e
PA
211012015-01-14 Pedro Alves <palves@redhat.com>
21102 Joel Brobecker <brobecker@adacore.com>
21103
21104 PR gdb/17525
21105 * gdb.base/bp-cmds-execution-x-script.c: New file.
21106 * gdb.base/bp-cmds-execution-x-script.exp: New file.
21107 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
21108
6c400b59
PA
211092015-01-14 Pedro Alves <palves@redhat.com>
21110
21111 PR cli/17828
21112 * gdb.base/batch-preserve-term-settings.c: New file.
21113 * gdb.base/batch-preserve-term-settings.exp: New file.
21114
e02c96a7
DE
211152015-01-13 Doug Evans <dje@google.com>
21116
21117 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
21118 binary.
21119
576fd14c
JB
211202015-01-13 Joel Brobecker <brobecker@adacore.com>
21121
21122 * Makefile.in (clean mostlyclean): Do not delete *.py.
21123
04dccad0
JB
211242015-01-13 Joel Brobecker <brobecker@adacore.com>
21125
21126 * gdb.python/py-lookup-type.exp: New file.
21127
3d230f71
PA
211282015-01-12 Pedro Alves <palves@redhat.com>
21129
21130 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
21131 restore GDBFLAGS before returning.
21132
7e67715d
JK
211332015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21134
21135 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
21136 is_amd64_regs_target and is_x86_like_target.
21137
f2e0d4b4
DE
211382015-01-11 Doug Evans <xdje42@gmail.com>
21139
21140 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
21141 is given without an explicit form.
21142 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
21143 attributes.
21144 * gdb.dwarf/corrupt.exp: Ditto.
21145 * gdb.dwarf2/enum-type.exp: Ditto.
21146 * gdb.trace/entry-values.exp: Ditto.
21147 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
21148
439250fb
DE
211492015-01-11 Doug Evans <xdje42@gmail.com>
21150
21151 PR gdb/15830
21152 * gdb.base/maint.exp: Remove references to "maint demangle".
21153 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
21154 Add tests for explicitly specifying language to demangle.
21155 * gdb.dlang/demangle.exp: Ditto.
21156
ede9f622
PA
211572015-01-09 Pedro Alves <palves@redhat.com>
21158
21159 * gdb.threads/non-stop-fair-events.c: New file.
21160 * gdb.threads/non-stop-fair-events.exp: New file.
21161
a7b796db
PA
211622015-01-09 Pedro Alves <palves@redhat.com>
21163
21164 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
21165 the global scope. Set a breakpoint after all threads are started
21166 rather than stepping over two source lines. Expect the prompt.
21167 * gdb.base/watch_thread_num.c (threads_started_barrier): New
21168 global.
21169 (NUM): Now 15.
21170 (main): Use threads_started_barrier to wait for all threads to
21171 start. Main thread no longer calls thread_function. Exit after
21172 180 seconds.
21173 (loop): New function.
21174 (thread_function): Wait on threads_started_barrier barrier. Call
21175 'loop' at each iteration.
21176 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
21177 threads have started, instead of hardcoding number of "next"
21178 steps. Use an access watchpoint instead of a write watchpoint.
21179
9665ffdd
PA
211802015-01-09 Pedro Alves <palves@redhat.com>
21181
21182 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
21183 (thread_func): Wait on barrier.
21184 (main): Wait for all threads to start before stopping GDB.
21185 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
21186 global.
21187 (thread1_func, thread2_func): Wait on barrier.
21188 (main): Wait for all threads to start before stopping GDB.
21189 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
21190 New global.
21191 (thread1_func, thread2_func): Wait on barrier.
21192 (main): Wait for all threads to start before stopping GDB.
21193
c945a99f
PA
211942015-01-09 Pedro Alves <palves@redhat.com>
21195
21196 * gdb.threads/attach-many-short-lived-threads.c: New file.
21197 * gdb.threads/attach-many-short-lived-threads.exp: New file.
21198
c1a747c1
PA
211992014-01-09 Pedro Alves <palves@redhat.com>
21200
21201 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
21202 instead of to thread 2.
21203 * gdb.threads/signal-command-multiple-signals-pending.c (main):
21204 Add barrier around each pthread_create call instead of around all
21205 calls.
21206 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
21207 Set a break on thread_function and have the child threads hit it
21208 one at at a time.
21209
60b3033e
PA
212102015-01-09 Pedro Alves <palves@redhat.com>
21211
21212 * lib/gdb.exp (can_spawn_for_attach): New procedure.
21213 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
21214 false.
21215 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
21216 checking whether the target board is remote.
21217 * gdb.multi/multi-attach.exp: Likewise.
21218 * gdb.python/py-sync-interp.exp: Likewise.
21219 * gdb.server/ext-attach.exp: Likewise.
21220 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
21221 tests that need to attach, instead of checking whether the target
21222 board is remote at the top of the file.
21223
acc018ac
YQ
212242015-01-08 Yao Qi <yao@codesourcery.com>
21225
21226 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
21227
50a18af8
JK
212282015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21229
21230 Fix testcase compilation.
21231 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
21232
8503d6e1
JB
212332015-01-06 Joel Brobecker <brobecker@adacore.com>
21234
21235 * gdb.python/py-type.exp: Add a couple test about empty
21236 array creation, and negative-length array creation.
21237
cc73dbcc
DE
212382015-01-02 Doug Evans <xdje42@gmail.com>
21239
21240 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
21241
0300bbc7
DE
212422015-01-02 Doug Evans <dje@google.com>
21243
21244 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
21245
9d85a0ec
YQ
212462014-12-29 Yao Qi <yao@codesourcery.com>
21247
21248 * gdb.trace/entry-values.exp: Update comments. Rename variable
21249 bar_call_foo to returned_from_foo.
21250
87186c6a
MMN
212512014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
21252
21253 PR gdb/17394
21254 * gdb.linespec/break-asm-file.c: New file.
21255 * gdb.linespec/break-asm-file.exp: New file.
21256 * gdb.linespec/break-asm-file0.s: New file.
21257 * gdb.linespec/break-asm-file1.s: New file.
21258
1bab7383
YQ
212592014-12-18 Nigel Stephens <nigel@mips.com>
21260 Maciej W. Rozycki <macro@codesourcery.com>
21261
21262 * gdb.base/float.exp: Handle the new output from "info float" on
21263 MIPS targets.
21264
1bc1068a
JK
212652014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21266
21267 Fix MinGW compilation.
21268 * gdb.compile/compile-ops.exp: Update untested message if
21269 !skip_compile_feature_tests.
21270 * gdb.compile/compile-setjmp.exp: Likewise.
21271 * gdb.compile/compile-tls.exp: Likewise.
21272 * gdb.compile/compile.exp: Likewise.
21273 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
21274 supported on this host".
21275
b6615d10
DE
212762014-12-16 Doug Evans <xdje42@gmail.com>
21277
21278 * boards/stabs.exp: New file.
21279
25dda427
AA
212802014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
21281
21282 * gdb.base/completion.exp: Adjust to format changes of "maint
21283 print user-registers".
21284
bf330350
CU
212852014-12-16 Catalin Udma <catalin.udma@freescale.com>
21286
21287 PR server/17457
21288 * gdb.arch/aarch64-fp.c: New file.
21289 * gdb.arch/aarch64-fp.exp: New file.
21290
395cf596
SDJ
212912014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
21292
21293 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
21294 r210637, r210913, r211666, r215400, r215817).
21295
21296 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
21297 * dg-extract-results.py: New file.
21298 * dg-extract-results.sh: Use it if the environment seems
21299 suitable.
21300
21301 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
21302
21303 * dg-extract-results.py (parse_run): Handle warnings that
21304 are printed before a test harness is run.
21305
21306 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
21307
21308 * dg-extract-results.py (Named): Remove __cmp__ method.
21309 (output_variation): Use a key to sort variation.harnesses.
21310
21311 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
21312
21313 * dg-extract-results.py: For Python 3, force sys.stdout to
21314 handle surrogate escape sequences.
21315 (safe_open): New function.
21316 (output_segment, main): Use it.
21317
21318 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
21319
21320 * dg-extract-results.py (Prog.result_re): Include options
21321 in test name.
21322
21323 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
21324
21325 * dg-extract-results.py (output_variation): Always sort if
21326 do_sum.
21327
e882ef3c
SM
213282014-12-15 Simon Marchi <simon.marchi@ericsson.com>
21329
21330 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
21331 as long as we get pagination notifications.
21332
4992aa20
JM
213332014-12-15 Jason Merrill <jason@redhat.com>
21334
21335 * Makefile.in (check-gdb.%): Restore.
21336 * README: Mention it.
21337
c1b5a1a6
JB
213382014-12-13 Joel Brobecker <brobecker@adacore.com>
21339
21340 * gdb.ada/str_uninit: New testcase.
21341
5537b577
JK
213422014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21343
21344 PR symtab/17642
21345 * gdb.base/vla-stub-define.c: New file.
21346 * gdb.base/vla-stub.c: New file.
21347 * gdb.base/vla-stub.exp: New file.
21348
bb2ec1b3
TT
213492014-12-12 Phil Muldoon <pmuldoon@redhat.com>
21350 Jan Kratochvil <jan.kratochvil@redhat.com>
21351 Tom Tromey <tromey@redhat.com>
21352
21353 * configure.ac: Add gdb.compile/.
21354 * configure: Regenerate.
21355 * gdb.compile/Makefile.in: New file.
21356 * gdb.compile/compile-ops.exp: New file.
21357 * gdb.compile/compile-ops.c: New file.
21358 * gdb.compile/compile-tls.c: New file.
21359 * gdb.compile/compile-tls.exp: New file.
21360 * gdb.compile/compile-constvar.S: New file.
21361 * gdb.compile/compile-constvar.c: New file.
21362 * gdb.compile/compile-mod.c: New file.
21363 * gdb.compile/compile-nodebug.c: New file.
21364 * gdb.compile/compile-setjmp-mod.c: New file.
21365 * gdb.compile/compile-setjmp.c: New file.
21366 * gdb.compile/compile-setjmp.exp: New file.
21367 * gdb.compile/compile-shlib.c: New file.
21368 * gdb.compile/compile.c: New file.
21369 * gdb.compile/compile.exp: New file.
21370 * lib/gdb.exp (skip_compile_feature_tests): New proc.
21371
4ff709eb
TT
213722014-12-12 Tom Tromey <tromey@redhat.com>
21373
21374 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
21375 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
21376
6dddd6a5
DE
213772014-12-12 Doug Evans <dje@google.com>
21378
21379 * lib/gdb-python.exp (get_python_valueof): New function.
21380 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
21381
71c24708
AA
213822014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21383
21384 * gdb.base/completion.exp: Add test for completion of "info
21385 registers ".
21386
3e29f34a
MR
213872014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
21388
21389 * gdb.base/func-ptrs.c: New file.
21390 * gdb.base/func-ptrs.exp: New file.
21391
fc126975
SM
213922014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21393
21394 PR breakpoints/17012
21395 * gdb.base/dprintf-detach.c: New file.
21396 * gdb.base/dprintf-detach.exp: New file.
21397
0a46d518
SM
213982014-12-10 Simon Marchi <simon.marchi@ericsson.com>
21399
21400 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
21401 * lib/gdb.exp (target_is_gdbserver): New procedure.
21402
a0be3e44
DE
214032014-12-08 Doug Evans <dje@google.com>
21404
21405 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21406
df1b803a
YQ
214072014-12-05 Yao Qi <yao@codesourcery.com>
21408
21409 * gdb.guile/scm-error.exp: Remove the third argument to
21410 gdb_remote_download.
21411 * gdb.guile/scm-frame-args.exp: Likewise.
21412 * gdb.guile/scm-section-script.exp: Likewise.
21413
ddb9f679
YQ
214142014-12-05 Yao Qi <yao@codesourcery.com>
21415
21416 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21417
86e4ed39
DE
214182014-12-04 Doug Evans <dje@google.com>
21419
21420 * gdb.python/py-objfile.exp: Add tests for
21421 objfile.add_separate_debug_file.
21422
7c50a931
DE
214232014-12-04 Doug Evans <dje@google.com>
21424
21425 * lib/gdb.exp (get_build_id): New function.
21426 (build_id_debug_filename_get): Rewrite to use it.
21427 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21428
621661e3
MR
214292014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21430
21431 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21432 `method(long)', not just 0x0.
21433 * gdb.cp/nsalias.exp: Align code labels to 4.
21434 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21435 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21436 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21437 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21438 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21439 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21440
29f0c3b7
DE
214412014-12-02 Doug Evans <dje@google.com>
21442
e1e061e7 21443 PR symtab/17602
29f0c3b7 21444 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 21445 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
21446 * gdb.cp/anon-ns.exp: Update.
21447
162078c8
NB
214482014-12-02 Nick Bull <nicholaspbull@gmail.com>
21449
21450 * gdb.python/py-events.py (inferior_call_handler): New.
21451 (register_changed_handler, memory_changed_handler): New.
21452 (test_events.invoke): Register new handlers.
21453 * gdb.python/py-events.exp: Add tests for inferior call,
21454 memory_changed and register_changed events.
21455
fdb09caf
AA
214562014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21457
21458 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21459 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21460 if the linker doesn't understand this.
21461
55cfb2c4
SM
214622014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21463
21464 * gdb.python/python.exp: Change expected reply to help().
21465
9e8cd6df
YQ
214662014-12-01 Yao Qi <yao@codesourcery.com>
21467
21468 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21469 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21470 * configure: Re-generated.
21471
6c659fc2
SC
214722014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21473
21474 * gdb.cp/chained-calls.cc: New file.
21475 * gdb.cp/chained-calls.exp: New file.
21476 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21477
d7fc3181
SM
214782014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21479
21480 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21481 * gdb.dwarf2/symtab-producer.exp: Same.
21482 * gdb.gdb/python-interrupts.exp: Same.
21483 * gdb.gdb/python-selftest.exp: Same.
21484 * gdb.python/py-linetable.exp: Same.
21485 * gdb.python/py-type.exp: Same.
21486 * gdb.python/py-value-cc.exp: Same.
21487 * gdb.python/py-value.exp: Same.
21488
10e79639
YQ
214892014-11-28 Yao Qi <yao@codesourcery.com>
21490
21491 * gdb.base/break-probes.exp: Match library name prefixed with
21492 sysroot.
21493
f28a0564
SM
214942014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21495
21496 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21497 test expected output. Add parentheses for the call to print.
21498 Remove L suffix from integers.
21499
3fe1ce1d
DE
215002014-11-26 Doug Evans <dje@google.com>
21501
21502 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21503
84429e27
YQ
215042014-11-22 Yao Qi <yao@codesourcery.com>
21505
21506 * gdb.trace/entry-values.c: Remove asms.
21507 (foo): Add foo_label.
21508 (bar): Add bar_label.
21509 * gdb.trace/entry-values.exp: Remove code computing foo's
21510 length and bar's length.
21511 (Dwarf::assemble): Invoke function_range for bar and use
21512 MACRO_AT_func for foo.
21513
26741859
YQ
215142014-11-22 Yao Qi <yao@codesourcery.com>
21515
21516 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21517 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21518 Use .Lgcc43_procstart instead of gcc43.
21519
45e44d27
JB
215202014-11-21 Joel Brobecker <brobecker@adacore.com>
21521
21522 * gdb.ada/n_arr_bound: New testcase.
21523
458c8db8
SDJ
215242014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21525
21526 PR breakpoints/10737
21527 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21528 test_catch_syscall_multi_arch.
21529 (test_catch_syscall_multi_arch): New function.
21530
43f3e411
DE
215312014-11-20 Doug Evans <xdje42@gmail.com>
21532
21533 * gdb.base/maint.exp: Update expected output.
21534
0d7b2549
AA
215352014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21536
21537 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21538 4-byte instruction on S390.
21539
8908fca5
JB
215402014-11-19 Joel Brobecker <brobecker@adacore.com>
21541
21542 * gdb.ada/arr_arr: New testcase.
21543
4a46959e
JB
215442014-11-19 Joel Brobecker <brobecker@adacore.com>
21545
21546 * gdb.ada/pkd_arr_elem: New Testcase.
21547
470e2f4e
LM
215482014-11-18 Luis Machado <lgustavo@codesourcery.com>
21549
21550 * gdb.reverse/break-precsave: Expect completion message for
21551 core file reads.
21552 * gdb.reverse/consecutive-precsave.exp: Likewise.
21553 * gdb.reverse/finish-precsave.exp: Likewise.
21554 * gdb.reverse/i386-precsave.exp: Likewise.
21555 * gdb.reverse/machinestate-precsave.exp: Likewise.
21556 * gdb.reverse/sigall-precsave.exp: Likewise.
21557 * gdb.reverse/solib-precsave.exp: Likewise.
21558 * gdb.reverse/step-precsave.exp: Likewise.
21559 * gdb.reverse/until-precsave.exp: Likewise.
21560 * gdb.reverse/watch-precsave.exp: Likewise.
21561
a267f3ad
AA
215622014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21563
21564 * gdb.base/bp-permanent.c: Include unistd.h.
21565 * gdb.python/py-framefilter-mi.c (main): Add return type.
21566 * gdb.python/py-framefilter.c (main): Likewise.
21567 * gdb.trace/actions-changed.c (main): Likewise.
21568
12084a9a
AA
215692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21570
21571 * gdb.mi/until.c: Add eye-catchers.
21572 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21573 line numbers.
21574
dc7e1a77
AA
215752014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21576
21577 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21578 function header variants in break1.c.
21579 * gdb.base/ena-dis-br.exp: Likewise.
21580 * gdb.base/hbreak2.exp: Likewise.
21581 * gdb.reverse/until-precsave.exp: Drop references to removed
21582 non-prototype function header variants in ur1.c.
21583 * gdb.reverse/until-reverse.exp: Likewise.
21584
41c77605
PM
215852014-11-17 Petr Machata <pmachata@redhat.com>
21586
21587 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21588 ${_cu_offset_size} bytes abbrev offset.
21589
34248c3a
DE
215902014-11-15 Doug Evans <xdje42@gmail.com>
21591
21592 PR symtab/17559
21593 * gdb.base/line-symtabs.exp: New file.
21594 * gdb.base/line-symtabs.c: New file.
21595 * gdb.base/line-symtabs.h: New file.
21596
646da059
YQ
215972014-11-14 Yao Qi <yao@codesourcery.com>
21598
21599 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21600 (func): Add label func_label.
21601 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21602 Replace low_pc and high_pc with MACRO_AT_range.
21603 Replace name, low_pc and high_pc with MACRO_AT_func.
21604
9301ebe6
YQ
216052014-11-14 Yao Qi <yao@codesourcery.com>
21606
21607 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21608 Replace name, low_pc and high_pc with MACRO_AT_func.
21609
f166b542
YQ
216102014-11-14 Yao Qi <yao@codesourcery.com>
21611
21612 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21613 produce debug information.
21614 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21615
0f6e71e3
YQ
216162014-11-14 Yao Qi <yao@codesourcery.com>
21617
21618 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21619 object and get function length.
21620 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21621 with MACRO_AT_func.
21622 (top-level): Replace gdb_compile and clean_restart with
21623 prepare_for_testing.
21624 * gdb.dwarf2/main.c (main): Add label main_label.
21625
876c4df9
YQ
216262014-11-14 Yao Qi <yao@codesourcery.com>
21627
21628 * lib/dwarf.exp (function_range): New procedure.
21629 (Dwarf::_handle_macro_at_func): New procedure.
21630 (Dwarf::_handle_macro_at_range): New procedure.
21631 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21632
02ad9cf1
YQ
216332014-11-14 Yao Qi <yao@codesourcery.com>
21634
21635 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21636 (_handle_attribute): New procedure.
21637
a59add0c
AA
216382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21639
21640 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21641 * gdb.base/call-sc.c (zed): Likewise.
21642 * gdb.base/checkpoint.c (main): Likewise.
21643 * gdb.base/dump.c (main): Likewise.
21644 * gdb.base/gcore.c (main): Likewise.
21645 * gdb.base/huge.c (main): Likewise.
21646 * gdb.base/multi-forks.c (main): Likewise.
21647 * gdb.base/pr10179-a.c (main): Likewise.
21648 * gdb.base/savedregs.c (main): Likewise.
21649 * gdb.base/sigaltstack.c (main): Likewise.
21650 * gdb.base/siginfo.c (main): Likewise.
21651 * gdb.base/structs.c (zed): Likewise.
21652 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21653 * gdb.mi/mi-syn-frame.c (main): Likewise.
21654 * gdb.mi/until.c (foo, main): Likewise.
21655 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21656 * gdb.base/solib-weak.c (foo): Declare.
21657 * gdb.base/attach-twice.c: Include stdio.h.
21658 * gdb.base/weaklib1.c: Likewise.
21659 * gdb.base/weaklib2.c: Likewise.
21660 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21661 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21662 unistd.h.
21663 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21664 * gdb.mi/mi-exit-code.c: Likewise.
21665 * gdb.base/break-interp-lib.c: Include string.h.
21666 * gdb.base/coremaker.c: Likewise.
21667 * gdb.base/testenv.c: Likewise.
21668 * gdb.python/py-finish-breakpoint.c: Likewise.
21669 * gdb.base/inferior-died.c: Include sys/wait.h.
21670 * gdb.base/fileio.c: Include time.h.
21671 * gdb.base/async-shell.c: Include unistd.h.
21672 * gdb.base/dprintf-non-stop.c: Likewise.
21673 * gdb.base/info-os.c: Likewise.
21674 * gdb.mi/mi-console.c: Likewise.
21675 * gdb.mi/watch-nonstop.c: Likewise.
21676 * gdb.python/py-events.c: Likewise.
21677 * gdb.base/async.c (baz): Move up before its invocation.
21678 * gdb.base/code_elim2.c (my_global_func): Likewise.
21679 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21680 * gdb.base/advance.c (func2): Likewise.
21681
3b5d5997
AA
216822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21683
21684 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21685 variant.
21686 * gdb.base/annota3.c: Likewise.
21687 * gdb.base/async.c: Likewise.
21688 * gdb.base/average.c: Likewise.
21689 * gdb.base/call-ar-st.c: Likewise.
21690 * gdb.base/call-rt-st.c: Likewise.
21691 * gdb.base/call-sc.c: Likewise.
21692 * gdb.base/call-strs.c: Likewise.
21693 * gdb.base/ending-run.c: Likewise.
21694 * gdb.base/execd-prog.c: Likewise.
21695 * gdb.base/exprs.c: Likewise.
21696 * gdb.base/foll-exec.c: Likewise.
21697 * gdb.base/foll-fork.c: Likewise.
21698 * gdb.base/foll-vfork.c: Likewise.
21699 * gdb.base/funcargs.c: Likewise.
21700 * gdb.base/gcore.c: Likewise.
21701 * gdb.base/jump.c: Likewise.
21702 * gdb.base/langs0.c: Likewise.
21703 * gdb.base/langs1.c: Likewise.
21704 * gdb.base/langs2.c: Likewise.
21705 * gdb.base/mips_pro.c: Likewise.
21706 * gdb.base/nodebug.c: Likewise.
21707 * gdb.base/opaque0.c: Likewise.
21708 * gdb.base/opaque1.c: Likewise.
21709 * gdb.base/recurse.c: Likewise.
21710 * gdb.base/run.c: Likewise.
21711 * gdb.base/scope0.c: Likewise.
21712 * gdb.base/scope1.c: Likewise.
21713 * gdb.base/setshow.c: Likewise.
21714 * gdb.base/setvar.c: Likewise.
21715 * gdb.base/shmain.c: Likewise.
21716 * gdb.base/shr1.c: Likewise.
21717 * gdb.base/shr2.c: Likewise.
21718 * gdb.base/sigall.c: Likewise.
21719 * gdb.base/signals.c: Likewise.
21720 * gdb.base/so-indr-cl.c: Likewise.
21721 * gdb.base/solib2.c: Likewise.
21722 * gdb.base/structs.c: Likewise.
21723 * gdb.base/sum.c: Likewise.
21724 * gdb.base/vforked-prog.c: Likewise.
21725 * gdb.base/watchpoint.c: Likewise.
21726 * gdb.reverse/shr2.c: Likewise.
21727 * gdb.reverse/until-reverse.c: Likewise.
21728 * gdb.reverse/ur1.c: Likewise.
21729 * gdb.reverse/watch-reverse.c: Likewise.
21730
066a77c5
AA
217312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21732
21733 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21734 variant.
21735 * gdb.base/sepdebug.exp: Drop references to removed code.
21736
4f204ea5
AA
217372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21738
21739 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21740 variant. Preserve original line numbering.
21741 * gdb.base/list1.c: Likewise.
21742
3b377a3a
AA
217432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21744
21745 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21746 variant.
21747 * gdb.base/break1.c: Likewise.
21748 * gdb.base/break.exp: Drop references to removed code.
21749
e444df73
AA
217502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21751
21752 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21753 variant.
21754
8008f2a7
AA
217552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21756
21757 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21758
a5a06887
AA
217592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21760
21761 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21762 logic into perform_all_tests() and invoke it with and without
21763 function header prototypes.
21764 (do_function_calls): Remove conditional XFAIL for PR 5318.
21765 (rerun_and_prepare): Remove duplicate code.
21766 (perform_all_tests): New. Main logic moved here.
21767
44dba9b9
AA
217682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21769
21770 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21771 code guarded by #ifdef NO_PROTOTYPES.
21772 (t_double_many_args): Likewise.
21773 (DEF_FUNC_MANY_ARGS_1): Likewise.
21774 (DEF_FUNC_VALUES_1): Likewise.
21775 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21776 guarded by #ifdef PROTOTYPES.
21777
d1fbcd56
AA
217782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21779
21780 * gdb.mi/mi-console.c: Add eye-catcher.
21781 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21782 instead of literal line number.
21783
b0e59b8f
AA
217842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21785
21786 * gdb.base/shr2.c: Add eye-catcher.
21787 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21788 line number.
21789
78f98cca
AA
217902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21791
21792 * gdb.base/jump.c: Add eye-catchers.
21793 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21794 numbers.
21795
58fa2af0
AA
217962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21797
21798 * gdb.base/execd-prog.c: Add eye-catchers.
21799 * gdb.base/foll-exec.c: Likewise.
21800 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21801 line numbers.
21802
04e5059b
AA
218032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21804
21805 * gdb.base/ending-run.c: Add eye-catchers.
21806 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21807 literal line numbers.
21808
dbfdb174
AA
218092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21810
21811 * gdb.base/call-rt-st.c: Add eye-catchers.
21812 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21813 literal line numbers.
21814
888a2ade
AA
218152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21816
21817 * gdb.base/call-ar-st.c: Add eye-catchers.
21818 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21819 literal line numbers.
21820
6acc2dde
AA
218212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21822
21823 * gdb.base/average.c: Add eye-catchers.
21824 * gdb.base/sum.c: Likewise.
21825 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21826 regexps dynamically.
21827
9ecfcd1d
AA
218282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21829
21830 * gdb.base/solib1.c: Add eye-catchers.
21831 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21832 literal line numbers.
21833
78708b7c
PA
218342014-11-12 Pedro Alves <palves@redhat.com>
21835
21836 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21837 leader has exited.
21838
af48d08f
PA
218392014-11-12 Pedro Alves <palves@redhat.com>
21840
21841 * gdb.arch/i386-bp_permanent.c: New file.
21842 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21843 (srcfile): Set to i386-bp_permanent.c.
21844 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21845 that stepi does not execute the 'leave' instruction, instead of
21846 testing it does execute.
21847 * gdb.base/bp-permanent.c: New file.
21848 * gdb.base/bp-permanent.exp: New file.
21849
af3768e9
DE
218502014-11-10 Doug Evans <xdje42@gmail.com>
21851
21852 PR symtab/17564
21853 * gdb.base/symtab-search-order.exp: New file.
21854 * gdb.base/symtab-search-order.c: New file.
21855 * gdb.base/symtab-search-order-1.c: New file.
21856 * gdb.base/symtab-search-order-shlib-1.c: New file.
21857
9de00a4a
PA
218582014-11-07 Pedro Alves <palves@redhat.com>
21859
21860 PR gdb/17511
21861 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21862 i?86-*-linux*.
21863
e0f52461
SC
218642014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21865
21866 PR c++/17494
21867 * gdb.cp/pr17494.cc: New file.
21868 * gdb.cp/pr17494.exp: New file.
21869
6ce8c980
YQ
218702014-11-02 Yao Qi <yao@codesourcery.com>
21871
21872 * gdb.python/python.exp: Get working directory and match the
21873 output of "set extended-prompt \\w " with it.
21874
02be9a71
DE
218752014-10-30 Doug Evans <dje@google.com>
21876
21877 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21878 in objfiles.
21879 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21880 in progspaces.
21881
3bdff46b
LM
218822014-10-30 Janis Johnson <janisjo@codesourcery.com>
21883
21884 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21885 * gdb.base/realname-expand.exp: Likewise.
21886 * gdb.linespec/macro-relative.exp: Likewise.
21887
ab917dfb
PA
218882014-10-29 Pedro Alves <palves@redhat.com>
21889
21890 PR gdb/17408
21891 * gdb.threads/schedlock.c (some_function): New function.
21892 (call_function): New global.
21893 (MAYBE_CALL_SOME_FUNCTION): New macro.
21894 (thread_function): Call it.
21895 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21896 and use it instead of a global counter. Adjust all callers.
21897 (get_current_thread): Use "find current thread" for test message
21898 here rather than having all callers pass down the same string.
21899 (goto_loop): New procedure, factored out from ...
21900 (my_continue): ... this.
21901 (step_ten_loops): Change parameter from test message to command to
21902 use. Adjust.
21903 (list_count): Delete global.
21904 (check_result): New procedure, factored out from duplicate top
21905 level code.
21906 (continue tests): Wrap in with_test_prefix.
21907 (test_step): New procedure, factored out from duplicate top level
21908 code.
21909 (top level): Test "step" in combination with all scheduler-locking
21910 modes. Test "next" in combination with all scheduler-locking
21911 modes, and in combination with stepping over a function call or
21912 not.
21913 * gdb.threads/next-bp-other-thread.c: New file.
21914 * gdb.threads/next-bp-other-thread.exp: New file.
21915
d3d4baed
PA
219162014-10-29 Pedro Alves <palves@redhat.com>
21917
21918 PR python/17372
21919 * gdb.python/python.exp: Test a multi-line command that spawns
21920 interactive Python.
21921 * gdb.base/multi-line-starts-subshell.exp: New file.
21922
563e8d85
YQ
219232014-10-29 Yao Qi <yao@codesourcery.com>
21924
21925 * gdb.base/fileio.exp: Make directories on host.
21926
0ea4d52e
YQ
219272014-10-29 Yao Qi <yao@codesourcery.com>
21928
21929 * gdb.base/fileio.c (test_write): Close the file.
21930
7f5ef605
PA
219312014-10-28 Pedro Alves <palves@redhat.com>
21932
21933 PR gdb/12623
21934 * gdb.base/sigstep.c (no_handler): New global.
21935 (main): If 'no_handler is true, set the signal handlers to
21936 SIG_IGN.
21937 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21938 with_sw_watch and no_handler parameters. Handle them.
21939 (top level) <stepping over handler when stopped at a breakpoint
21940 test>: Add a test axis for testing with a software watchpoint, and
21941 another for testing with the signal handler set to SIG_IGN.
21942 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21943 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21944
abbdbd03
PA
219452014-10-28 Pedro Alves <palves@redhat.com>
21946
21947 PR gdb/17511
21948 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21949 * gdb.base/sigstep.exp (other_handler_location): New global.
21950 (advance): Support stepping into the signal handler, and running
21951 commands while in the handler.
21952 (in_handler_map): New global.
21953 (top level): In the advance test, add combinations for getting
21954 into the handler with stepping commands, and for running commands
21955 in the handler. Add comment descripting the advancei tests.
21956
1df4399f
PA
219572014-10-28 Pedro Alves <palves@redhat.com>
21958
21959 * gdb.base/sigstep.exp: Use build_executable instead of
21960 prepare_for_testing.
21961 (top level): Move code that starts GDB, runs to main and creates a
21962 display to ...
21963 (restart): ... this new procedure.
21964 (top level): Move backtrace from signal handler test to ...
21965 (validate_backtrace): ... this new procedure.
21966 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21967 with_test_prefix. Always restart GDB.
21968 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21969 with_test_prefix. Always restart GDB. No need to delete
21970 breakpoints after the test.
21971 (test_skip_handler): Remove prefix parameter.
21972 (skip_over_handler, breakpoint_to_handler)
21973 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21974 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21975 restart GDB. No need to delete breakpoints after the test.
21976 (top level): Use foreach to call the test procedures with
21977 different commands.
21978
a5b6e449
PA
219792014-10-28 Pedro Alves <palves@redhat.com>
21980
21981 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21982 instead of GNATS numbers.
21983 * gdb.base/sigbpt.exp: Likewise.
21984 * gdb.base/siginfo.exp: Likewise.
21985 * gdb.base/sigstep.exp: Likewise.
21986
e5f8a7cc
PA
219872014-10-27 Pedro Alves <palves@redhat.com>
21988
21989 * gdb.base/sigstep.c (dummy): New global.
21990 (main): Issue a couple writes to the new global.
21991 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21992 procedures.
21993 (skip_over_handler): Use test_skip_handler.
21994 (top level): Call skip_over_handler for stepi and nexti too.
21995 (breakpoint_over_handler): Use test_skip_handler.
21996 (top level): Call breakpoint_over_handler for stepi and nexti too.
21997
763905a3
YQ
219982014-10-27 Yao Qi <yao@codesourcery.com>
21999
22000 * gdb.trace/tfile.c (adjust_function_address)
22001 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
22002 function descriptor.
22003
6f259a23
DB
220042014-10-24 Don Breazeal <donb@codesourcery.com>
22005
22006 * gdb.base/foll-fork.exp (test_follow_fork,
22007 catch_fork_child_follow): Check for updated fork messages emitted
22008 from infrun.c.
22009 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
22010 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
22011 vfork_and_exec_child_follow_through_step): Check for updated vfork
22012 messages emitted from infrun.c.
22013
09dd9a69
PA
220142014-10-24 Pedro Alves <palves@redhat.com>
22015
22016 * gdb.base/corefile.exp: Remove references to ultrix.
22017 * gdb.base/interrupt.exp: Likewise.
22018 * gdb.base/whatis.exp: Likewise.
22019 * gdb.gdb/selftest.exp: Likewise.
22020 * gdb.threads/manythreads.exp: Likewise.
22021 * gdb.threads/print-threads.exp: Likewise.
22022 * gdb.threads/pthreads.exp:: Likewise.
22023 * gdb.threads/schedlock.exp: Likewise.
22024
3433cfa5
SC
220252014-10-24 Siva Chandra Reddy <sivachandra@google.com>
22026
22027 * gdb.cp/non-trivial-retval.cc: Add a test case.
22028 * gdb.cp/non-trivial-retval.exp: Add a test.
22029
092f880b
YQ
220302014-10-20 Yao Qi <yao@codesourcery.com>
22031
22032 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
22033 * gdb.python/py-objfile-script-gdb.py: New file.
22034 * gdb.python/py-objfile-script.exp: Update reference to
22035 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
22036 of remote_download. Remove the dest file.
22037
acbdb7f3
YQ
220382014-10-20 Yao Qi <yao@codesourcery.com>
22039
22040 * gdb.base/checkpoint.exp: Don't remove file copied on host.
22041 * gdb.base/step-line.exp: Likewise.
22042 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22043 * gdb.dwarf2/dw2-basic.exp: Likewise.
22044 * gdb.dwarf2/dw2-compressed.exp: Likewise.
22045 * gdb.dwarf2/dw2-filename.exp: Likewise.
22046 * gdb.dwarf2/dw2-intercu.exp: Likewise.
22047 * gdb.dwarf2/dw2-intermix.exp: Likewise.
22048 * gdb.dwarf2/dw2-producer.exp: Likewise.
22049 * gdb.dwarf2/mac-fileno.exp: Likewise.
22050 * gdb.python/py-frame-args.exp: Likewise.
22051 * gdb.python/py-framefilter.exp: Likewise.
22052 * gdb.python/py-mi.exp: Likewise.
22053 * gdb.python/py-objfile-script.exp: Likewise
22054 * gdb.python/py-pp-integral.exp: Likewise.
22055 * gdb.python/py-pp-re-notag.exp: Likewise.
22056 * gdb.python/py-prettyprint.exp: Likewise.
22057 * gdb.python/py-section-script.exp: Likewise.
22058 * gdb.python/py-typeprint.exp: Likewise.
22059 * gdb.python/py-xmethods.exp: Likewise.
22060 * gdb.stabs/weird.exp: Likewise.
22061 * gdb.xml/tdesc-regs.exp: Likewise.
22062
bd286a29
KCY
220632014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
22064
22065 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
22066 (out_cu): Use addr_len for the size of addresses.
22067 (out_line): Likewise. Size DW_LNE_set_address instruction
22068 according to addr_len.
22069 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
22070 (FUNC): Add START_INSNS to definition.
22071
673dc4a0
YQ
220722014-10-18 Yao Qi <yao@codesourcery.com>
22073
22074 * gdb.base/argv0-symlink.exp: Check argv[0] value if
22075 gdb_has_argv0 return true.
22076 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
22077 check [target_info exists noargs], check [gdb_has_argv0]
22078 instead.
22079 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22080 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
22081 procedures.
22082
4ffbba72
DE
220832014-10-17 Doug Evans <dje@google.com>
22084
22085 * gdb.python/py-events.exp: Update expected output for clear_objfiles
22086 event.
22087 * gdb.python/py-events.py: Add clear_objfiles event.
22088
d096d8c1
DE
220892014-10-17 Doug Evans <dje@google.com>
22090
22091 * gdb.python/py-objfile.exp: Test progspace attribute.
22092
a80db015
LM
220932014-10-17 Luis Machado <lgustavo@codesourcery.com>
22094
22095 * gdb.guile/scm-breakpoint.exp: Do not assume any
22096 directory separators when matching source file paths.
22097 * gdb.python/py-breakpoint.exp: Likewise.
22098 * gdb.reverse/break-precsave.exp: Likewise.
22099 * gdb.reverse/break-reverse.exp: Likewise.
22100 * gdb.reverse/consecutive-precsave.exp: Likewise.
22101 * gdb.reverse/finish-precsave.exp: Likewise.
22102 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
22103 * gdb.reverse/finish-reverse.exp: Likewise.
22104 * gdb.reverse/i386-precsave.exp: Likewise.
22105 * gdb.reverse/i387-env-reverse.exp: Likewise.
22106 * gdb.reverse/i387-stack-reverse.exp: Likewise.
22107 * gdb.reverse/machinestate-precsave.exp: Likewise.
22108 * gdb.reverse/machinestate.exp: Likewise.
22109 * gdb.reverse/sigall-precsave.exp: Likewise.
22110 * gdb.reverse/solib-precsave.exp: Likewise.
22111 * gdb.reverse/step-precsave.exp: Likewise.
22112 * gdb.reverse/until-precsave.exp: Likewise.
22113 * gdb.reverse/watch-precsave.exp: Likewise.
22114 * gdb.reverse/watch-reverse.exp: Likewise.
22115
b22089ab
YQ
221162014-10-17 Yao Qi <yao@codesourcery.com>
22117
22118 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
22119 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
22120
6c4486e6
PA
221212014-10-17 Pedro Alves <palves@redhat.com>
22122
22123 PR gdb/17471
22124 * gdb.base/bg-execution-repeat.c: New file.
22125 * gdb.base/bg-execution-repeat.exp: New file.
22126
0ff33695
PA
221272014-10-17 Pedro Alves <palves@redhat.com>
22128
22129 PR gdb/17300
22130 * gdb.base/continue-all-already-running.c: New file.
22131 * gdb.base/continue-all-already-running.exp: New file.
22132
6fdebc3d
PA
221332014-10-17 Pedro Alves <palves@redhat.com>
22134
22135 PR gdb/17472
22136 * gdb.base/annota-input-while-running.c: New file.
22137 * gdb.base/annota-input-while-running.exp: New file.
22138
32a8097b
PA
221392014-10-17 Pedro Alves <palves@redhat.com>
22140
22141 * gdb.base/callfuncs.exp: emove references to osf.
22142 * gdb.base/sigall.exp: Likewise.
22143 * gdb.gdb/selftest.exp: Likewise.
22144 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
22145 * gdb.mi/non-stop.c: Likewise.
22146 * gdb.mi/pthreads.c: Likewise.
22147 * gdb.reverse/sigall-precsave.exp: Likewise.
22148 * gdb.reverse/sigall-reverse.exp: Likewise.
22149 * gdb.threads/pthreads.c: Likewise.
22150 * gdb.threads/pthreads.exp: Likewise.
22151
7a3517ff
YQ
221522014-10-17 Yao Qi <yao@codesourcery.com>
22153
22154 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
22155 check 'target_info exists noargs'.
22156 (test_command_prompt_position): Likewise.
22157 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
22158 Remove "set args".
22159 (progvar_simple_while_test): Likewise.
22160 (progvar_complex_if_while_test): Likewise.
22161 (if_while_breakpoint_command_test): Likewise.
22162 (infrun_breakpoint_command_test): Likewise.
22163 (breakpoint_command_test): Likewise.
22164 (watchpoint_command_test): Likewise.
22165 (bp_deleted_in_command_test): Likewise.
22166 (temporary_breakpoint_commands): Likewise.
22167
bb99c472
YQ
221682014-10-16 Yao Qi <yao@codesourcery.com>
22169
22170 * gdb.base/remotetimeout.exp: Remove noargs checking.
22171
7c16b83e
PA
221722014-10-15 Pedro Alves <palves@redhat.com>
22173
22174 PR breakpoints/9649
22175 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
22176 * gdb.base/breakpoint-in-ro-region.exp
22177 (probe_target_hardware_step): New procedure.
22178 (top level): Probe hardware stepping and hardware breakpoint
22179 support. Test stepping through a read-only region, with both
22180 "breakpoint auto-hw" on and off and both "always-inserted" on and
22181 off.
22182
35a49624
IB
221832014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
22184
22185 * gdb.dlang/demangle.exp: Update for demangling changes.
22186
2d1c107c
SC
221872014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22188
22189 * gdb.cp/non-trivial-retval.cc: Add new test cases.
22190 * gdb.cp/non-trivial-retval.exp: Add new tests.
22191
778811d5
SC
221922014-10-15 Siva Chandra Reddy <sivachandra@google.com>
22193
22194 PR c++/13403
22195 PR c++/15154
22196 * gdb.cp/non-trivial-retval.cc: New file.
22197 * gdb.cp/non-trivial-retval.exp: New file.
22198
10c5f0a8
YQ
221992014-10-15 Yao Qi <yao@codesourcery.com>
22200
22201 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
22202 remote host.
22203
65d7b369
YQ
222042014-10-15 Yao Qi <yao@codesourcery.com>
22205
22206 * gdb.python/py-symbol.exp: Match file base name if host is
22207 remote, otherwise match file name with dir name.
22208 * gdb.python/py-symtab.exp: Likewise.
22209 * gdb.python/python.exp: Likewise.
22210
46dc1394
YQ
222112014-10-15 Yao Qi <yao@codesourcery.com>
22212
22213 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
22214 pattern.
22215 * gdb.python/py-symtab.exp: Likewise.
22216 * gdb.python/python.exp: Remove trailing ".*". Fix typo
22217 locationn.
22218
c40cc657
JB
222192014-10-14 Joel Brobecker <brobecker@adacore.com>
22220
22221 * gdb.ada/addr_arith: New testcase.
22222
2abf49e1
MR
222232014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
22224
22225 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
22226 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
22227 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
22228 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
22229
f7088df3
SDJ
222302014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
22231
22232 * gdb.arch/stap-eval-lang-ada.S: Likewise.
22233 * gdb.arch/stap-eval-lang-ada.c: Likewise.
22234 * gdb.arch/stap-eval-lang-ada.exp: New file.
22235
4dc06805
YQ
222362014-10-14 Yao Qi <yao@codesourcery.com>
22237
22238 * gdb.mi/mi-var-child.c (nothing1): New function.
22239 (nothing2): New function.
22240 (do_children_tests): Set function pointers by nothing1 and
22241 nothing2.
22242 * gdb.mi/mi-var-child.exp: Step over new added statements.
22243 Update test to match the new output.
22244 * gdb.mi/var-cmd.c (nothing1): New function.
22245 (nothing2): New function.
22246 (do_children_tests): Set function pointers by nothing1 and
22247 nothing2.
22248 * gdb.mi/mi-var-display.exp: Update test to match output.
22249 Step to the line specified by $line_dct_nothing.
22250 Increase the number of lines to step.
22251
46a93de2
YQ
222522014-10-14 Yao Qi <yao@codesourcery.com>
22253
22254 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
22255 tests.
22256 * gdb.mi/mi2-var-child.exp: Likewise.
22257
14ea52ee
DE
222582014-10-13 Doug Evans <dje@google.com>
22259
22260 * gdb.python/py-objfile.exp: Change name of file name test.
22261
e5c6e92b
DE
222622014-10-13 Doug Evans <dje@google.com>
22263
22264 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
22265 from the start of the CU.
22266
c780cc2f
JK
222672014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
22268 Yao Qi <yao@codesourcery.com>
22269
22270 Fix "save breakpoints" for "catch" command.
22271 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
22272 Remove -nonewline. Match also the added "main" line.
22273
99894e11
JK
222742014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22275
22276 Fix "save breakpoints" for "disable $bpnum" command.
22277 * gdb.base/save-bp.c (main): Add label.
22278 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
22279
6e1ac5a3
JK
222802014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22281
22282 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
22283
754dd2b0
YQ
222842014-10-11 Yao Qi <yao@codesourcery.com>
22285
22286 * gdb.server/server-kill.exp: Execute command
22287 "set remote trace-status-packet on" before "tstatus".
22288
f90183d7
YQ
222892014-10-11 Yao Qi <yao@codesourcery.com>
22290
22291 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
22292 (main): Call getppid.
22293 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
22294 and continue to it. Read variable "server_pid".
22295
bf40a607
YQ
222962014-10-11 Yao Qi <yao@codesourcery.com>
22297
22298 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
22299
052ca370
YQ
223002014-10-11 Yao Qi <yao@codesourcery.com>
22301
22302 * gdb.threads/thread-find.exp: Don't execute command
22303 "info threads".
22304 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
22305 * gdb.threads/linux-dp.exp: Don't check the condition
22306 $threads_created equals to zero.
22307
3831839c
PA
223082014-10-10 Pedro Alves <palves@redhat.com>
22309
22310 * gdb.base/bigcore.exp: Remove references to IRIX.
22311 * gdb.base/funcargs.exp: Likewise.
22312 * gdb.base/interrupt.exp: Likewise.
22313 * gdb.base/mips_pro.exp: Likewise.
22314 * gdb.base/nodebug.exp: Likewise.
22315 * gdb.base/setvar.exp: Likewise.
22316 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
22317
8b9a549d
PA
223182014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
22319 Pedro Alves <palves@redhat.com>
22320
22321 PR symtab/14466
22322 * gdb.base/vdso-warning.c: New file.
22323 * gdb.base/vdso-warning.exp: New file.
22324
d48ba5e8
DE
223252014-10-02 Doug Evans <dje@google.com>
22326
22327 * gdb.base/structs.c (main): Don't run forever.
22328
2278c276
PA
223292014-10-02 Pedro Alves <palves@redhat.com>
22330
22331 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
22332 (top level) <stop threads 1, stop threads 2>: Use it.
22333
b57bacec
PA
223342014-10-02 Pedro Alves <palves@redhat.com>
22335
22336 * gdb.threads/break-while-running.exp (test): Add new
22337 'update_thread_list' argument. Skip "info threads" if false.
22338 (top level): Add new 'update_thread_list' axis.
22339
13fd3ff3
PA
223402014-10-02 Pedro Alves <palves@redhat.com>
22341
22342 PR breakpoints/17431
22343 * gdb.base/execl-update-breakpoints.c: New file.
22344 * gdb.base/execl-update-breakpoints.exp: New file.
22345
0fec99e8
PA
223462014-10-01 Pedro Alves <palves@redhat.com>
22347
22348 * gdb.base/breakpoint-in-ro-region.c: New file.
22349 * gdb.base/breakpoint-in-ro-region.exp: New file.
22350
2ddf4301
SM
223512014-10-01 Simon Marchi <simon.marchi@ericsson.com>
22352
22353 * gdb.mi/mi-exit-code.exp: New file.
22354 * gdb.mi/mi-exit-code.c: New file.
22355
6a5f3f43
YQ
223562014-09-30 Yao Qi <yao@codesourcery.com>
22357
22358 * lib/prelink-support.exp (build_executable_own_libs): Error if
22359 the target isn't native.
22360
345bcc73
YQ
223612014-09-30 Yao Qi <yao@codesourcery.com>
22362
22363 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
22364 false.
22365
a25a5a45
PA
223662014-09-22 Pedro Alves <palves@redhat.com>
22367
22368 * gdb.threads/break-while-running.exp: New file.
22369 * gdb.threads/break-while-running.c: New file.
22370
00ba3162
YQ
223712014-09-19 Yao Qi <yao@codesourcery.com>
22372
22373 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
22374 Invoke test. Restart GDB with --readnow and invoke test again.
22375
c3b7b696
YQ
223762014-09-19 Yao Qi <yao@codesourcery.com>
22377
22378 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
22379 proc set_breakpoint_on_gcd_function. Invoke
22380 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
22381 invoke set_breakpoint_on_gcd_function again.
22382
2b4fd423
DE
223832014-09-18 Doug Evans <dje@google.com>
22384
22385 * gdb.dwarf2/symtab-producer.exp: New file.
22386
a5947601
SDJ
223872014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22388
22389 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
22390 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
22391 * gdb.base/global-var-nested-by-dso.c: Likewise.
22392 * gdb.base/global-var-nested-by-dso.exp: Likewise.
22393
91c19059
SDJ
223942014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
22395 Pedro Alves <palves@redhat.com>
22396
22397 * gdb.base/watch-bitfields.exp: Pass string other than test file
22398 name to prepare_for_testing.
22399 (watch): New procedure.
22400 (expect_watchpoint): Use with_test_prefix.
22401 (top level): Factor out tests to ...
22402 (test_watch_location, test_regular_watch): ... these new
22403 procedures, and use with_test_prefix and gdb_continue_to_end.
22404
bb9d5f81
PP
224052014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22406
22407 PR breakpoints/12526
22408 * gdb.base/watch-bitfields.exp: New file.
22409 * gdb.base/watch-bitfields.c: New file.
22410
635856f5
PA
224112014-09-16 Pedro Alves <palves@redhat.com>
22412
22413 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22414 software and hardware addresses, not software address against
22415 itself.
22416
7280ceea
PA
224172014-09-16 Pedro Alves <palves@redhat.com>
22418
22419 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22420 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22421
428b16bd
PA
224222014-09-16 Pedro Alves <palves@redhat.com>
22423
22424 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22425 files.
22426 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22427 "*-*-vxworks*" throughout.
22428 * gdb.base/break.exp: Likewise.
22429 * gdb.base/default.exp: Likewise.
22430 * gdb.base/scope.exp: Likewise.
22431 * gdb.base/sepdebug.exp: Likewise.
22432 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22433 throughout.
22434 * gdb.base/run.c: Likewise.
22435 * gdb.base/sepdebug.c: Likewise.
22436 * gdb.hp/gdb.aCC/run.c: Likewise.
22437 * gdb.reverse/until-reverse.c: Likewise.
22438 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22439
666d413c
YQ
224402014-09-16 Yao Qi <yao@codesourcery.com>
22441
22442 * boards/local-remote-host-native.exp: New file.
22443
57cbd724
DE
224442014-09-14 Doug Evans <xdje42@gmail.com>
22445
22446 * gdb.threads/queue-signal.c (thread_count): New variable.
22447 (thread_count_mutex, thread_count_condvar): New variables.
22448 (incr_thread_count, wait_all_threads_running): New functions.
22449 (main): Wait for all threads to be in their thread functions.
22450
81219e53
DE
224512014-09-13 Doug Evans <xdje42@gmail.com>
22452
22453 * gdb.threads/queue-signal.c: New file.
22454 * gdb.threads/queue-signal.exp: New file.
22455
3714cea7
DE
224562014-09-13 Doug Evans <xdje42@gmail.com>
22457
22458 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22459 be consistent with what default_gdb_init uses.
22460 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22461 the plain text of the prompt. Add some logging printfs.
22462 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22463
fa43b1d7
PA
224642014-09-12 Pedro Alves <palves@redhat.com>
22465
22466 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22467 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22468 * gdb.arch/i386-size-overlap.exp: Likewise.
22469 * gdb.arch/i386-size.exp: Likewise.
22470 * gdb.arch/i386-unwind.exp: Likewise.
22471 * gdb.base/a2-run.exp: Likewise.
22472 * gdb.base/break.exp: Likewise.
22473 * gdb.base/charset.exp: Likewise.
22474 * gdb.base/chng-syms.exp: Likewise.
22475 * gdb.base/commands.exp: Likewise.
22476 * gdb.base/dbx.exp: Likewise.
22477 * gdb.base/find.exp: Likewise.
22478 * gdb.base/funcargs.exp: Likewise.
22479 * gdb.base/jit-simple.exp: Likewise.
22480 * gdb.base/reread.exp: Likewise.
22481 * gdb.base/sepdebug.exp: Likewise.
22482 * gdb.base/step-bt.exp: Likewise.
22483 * gdb.cp/mb-inline.exp: Likewise.
22484 * gdb.cp/mb-templates.exp: Likewise.
22485 * gdb.objc/basicclass.exp: Likewise.
22486 * gdb.threads/killed.exp: Likewise.
22487
9d9bf2df
EBM
224882014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22489
22490 PR tdep/17379
22491 * gdb.arch/powerpc-stackless.S: New file.
22492 * gdb.arch/powerpc-stackless.exp: New file.
22493
1cf2f1b0
JK
224942014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22495
22496 * gdb.base/attach.c: Include unistd.h.
22497 (main): Call alarm. Add label postloop.
22498 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22499 gdb_breakpoint, gdb_continue_to_breakpoint.
22500 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22501
98880d46
PA
225022014-09-11 Pedro Alves <palves@redhat.com>
22503
22504 PR gdb/17347
22505 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22506 * gdb.base/attach.exp (test_command_line_attach_run): New
22507 procedure.
22508 (top level): Call it.
22509
4c92ff2c
PA
225102014-09-11 Pedro Alves <palves@redhat.com>
22511
22512 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22513 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22514 (do_command_attach_tests): Use spawn_wait_for_attach.
22515 * gdb.base/solib-overlap.exp: Likewise.
22516 * gdb.multi/multi-attach.exp: Likewise.
22517 * gdb.python/py-prompt.exp: Likewise.
22518 * gdb.python/py-sync-interp.exp: Likewise.
22519 * gdb.server/ext-attach.exp: Likewise.
22520
3adc1a7d
GKB
225212014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22522
22523 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22524 command in testcase. Simplify testcase.
22525
96334934
JB
225262014-09-10 Joel Brobecker <brobecker@adacore.com>
22527
22528 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22529
eb479039
JB
225302014-09-10 Joel Brobecker <brobecker@adacore.com>
22531
22532 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22533
deede10c
JB
225342014-09-10 Joel Brobecker <brobecker@adacore.com>
22535
22536 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22537
7828a5f5
JB
225382014-09-10 Joel Brobecker <brobecker@adacore.com>
22539
22540 * gdb.dwarf2/dynarr-ptr.c: New file.
22541 * gdb.dwarf2/dynarr-ptr.exp: New file.
22542
33aeebcf
MR
225432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22544
22545 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22546 of 30 rather than hardcoding 120 for a slow test case. Take the
22547 `gdb,timeout' target setting into account for this calculation.
22548 Don't extend the timeout for the test cases that don't need it.
22549
7b415901
MR
225502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22551
22552 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22553 a factor of 2 for a slow test case. Take the `gdb,timeout'
22554 target setting into account for this calculation.
22555 * gdb.reverse/until-precsave.exp: Increase the timeout by
22556 a factor of 15 and 3 respectively rather than adding 120
22557 for a pair of slow test cases. Take the `gdb,timeout'
22558 target setting into account for this calculation.
22559
4a40f85a
MR
225602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22561
22562 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22563 timeout, don't pass one down to gdb_expect.
22564 (gdb_expect): Rework timeout selection.
22565
09635af7
MR
225662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22567
22568 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22569 exception on timeout.
22570 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22571 (gdbserver_start_extended): Catch any `gdbserver_start' error
22572 exceptions.
22573 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22574 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22575 `gdbserver_gdb_load' error exceptions.
22576
2bdd10b7
MR
225772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22578
22579 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22580 120 on waiting for the TCP socket to open.
22581
316935f0
DE
225822014-09-09 Doug Evans <xdje42@gmail.com>
22583
22584 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22585 _caller_matches, _any_caller_is, _any_caller_matches.
22586
83740597
DE
225872014-09-09 Doug Evans <xdje42@gmail.com>
22588
22589 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22590
4c122fc3
YQ
225912014-09-09 Yao Qi <yao@codesourcery.com>
22592
22593 * gdb.mi/mi-var-display.exp: Set print symbol off.
22594
a9f116cb
GKB
225952014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22596
22597 PR gdb/17035
22598 * gdb.base/commands.exp: Add tests to verify user-defined
22599 commands with empty bodies.
22600 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22601 python commands in `show user command`.
22602 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22603 scheme commands in `show user command`.
22604
c75bd3a2
JK
226052014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22606
22607 PR python/17355
22608 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22609 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22610 * gdb.python/py-framefilter-invalidarg.exp: New file.
22611 * gdb.python/py-framefilter-invalidarg.py: New file.
22612
faa42425
DE
226132014-09-06 Doug Evans <xdje42@gmail.com>
22614
22615 PR 15276
22616 * gdb.python/py-caller-is.c: New file.
22617 * gdb.python/py-caller-is.exp: New file.
22618
474ca4f6
SDJ
226192014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22620
22621 PR gdb/17235
22622 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22623 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22624
eb0b0463
SDJ
226252014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22626
22627 PR fortran/17237
22628 * gdb.fortran/print-formatted.exp: New file.
22629 * gdb.fortran/print-formatted.f90: Likewise.
22630
5f3b99cf
SS
226312014-09-03 Sasha Smundak <asmundak@google.com>
22632
22633 * gdb.python/py-frame.exp: Test Frame.read_register.
22634
7d793aa9
SDJ
226352014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22636
22637 PR python/16699
22638 * gdb.python/py-completion.exp: New file.
22639 * gdb.python/py-completion.py: Likewise.
22640
fb0576e9
DE
226412014-08-28 Doug Evans <dje@google.com>
22642
22643 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22644 eax,etc. are live with values set by gdb and thus the compiler can't
22645 use them.
22646 * gdb.arch/i386-pseudo.c (main): Ditto.
22647
ee92b0dd
DE
226482014-08-27 Doug Evans <dje@google.com>
22649
22650 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22651
6649db35
DE
226522014-08-25 Doug Evans <dje@google.com>
22653
22654 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22655 (main): Ditto.
22656
564b7600
DE
226572014-08-25 Doug Evans <dje@google.com>
22658
22659 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22660
3881fb67
YQ
226612014-08-24 Yao Qi <yao@codesourcery.com>
22662
22663 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22664 symbol off.
22665 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22666
a05a36a5
DE
226672014-08-22 Doug Evans <dje@google.com>
22668
22669 PR 17276
22670 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22671 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22672 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22673
7c343b48
YQ
226742014-08-22 Yao Qi <yao@codesourcery.com>
22675
22676 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22677 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22678 * gdb.python/python.exp: Likewise. Use .py file on the host
22679 instead of the build.
22680
22fd09ae
JK
226812014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22682
22683 * gdb.threads/gcore-stale-thread.c: New file.
22684 * gdb.threads/gcore-stale-thread.exp: New file.
22685
a8454a7c
PA
226862014-08-21 Pedro Alves <palves@redhat.com>
22687
22688 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22689 * gdb.base/gcore-relro-pie.exp: Likewise.
22690 * gdb.base/gcore-relro.exp: Likewise.
22691 * gdb.base/gcore.exp: Likewise.
22692 * gdb.base/print-symbol-loading.exp: Likewise.
22693 * gdb.threads/gcore-thread.exp: Likewise.
22694 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22695
2a31c623
PA
226962014-08-20 Pedro Alves <palves@redhat.com>
22697 Jan Kratochvil <jan.kratochvil@redhat.com>
22698
22699 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22700 configure.
22701 (EXPECT): Handle READ1 being set.
22702 (all): Depend on EXTRA_RULES.
22703 (check-read1, expect-read1, read1.so, read1): New rules.
22704 * README (Testsuite Parameters): Document the READ1 make variable.
22705 (Race detection): New section.
22706 * configure: Regenerate.
22707 * configure.ac: If build==host==target, and running under a
22708 GNU/glibc system, add read1 to the extra Makefile rules.
22709 (EXTRA_RULES): AC_SUBST it.
22710 * lib/read1.c: New file.
22711
d36430db
JB
227122014-08-20 Joel Brobecker <brobecker@adacore.com>
22713
22714 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22715 the handling of variables declared as a typedef to an array
22716 which a DW_AT_data_location attribute.
22717
9a0dc9e3
PA
227182014-08-19 Andrew Burgess <aburgess@broadcom.com>
22719 Pedro Alves <palves@redhat.com>
22720
22721 PR symtab/14604
22722 PR symtab/14605
22723 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22724 gdb_test.
22725
0718a8da
PA
227262014-08-19 Pedro Alves <palves@redhat.com>
22727
22728 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22729
13b448cd
YQ
227302014-08-19 Yao Qi <yao@codesourcery.com>
22731
22732 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22733 right line.
22734
1cbf5077
DB
227352014-08-18 David Blaikie <dblaikie@gmail.com>
22736
22737 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22738
bf0fae19
JB
227392014-08-18 Joel Brobecker <brobecker@adacore.com>
22740
22741 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22742 attribute in array range.
22743
3c8c5dcc
JB
227442014-08-18 Joel Brobecker <brobecker@adacore.com>
22745
22746 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22747
e66d4446
SC
227482014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22749
22750 PR c++/17132
22751 * gdb.cp/pr17132.cc: New file.
22752 * gdb.cp/pr17132.exp: New file.
22753
940df408
SC
227542014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22755
22756 * gdb.python/py-xmethods.py (A_getarrayind)
22757 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22758 Use 'print' with function call syntax.
22759 (E_method_matcher.match): Fix tab vs space indentation mixup.
22760
ebcc6c3a
YQ
227612014-08-15 Yao Qi <yao@codesourcery.com>
22762
22763 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22764 false.
22765
775e0f04
YQ
227662014-08-15 Yao Qi <yao@codesourcery.com>
22767
22768 * gdb.cp/casts.exp: Set print symbol off.
22769 * gdb.cp/class2.exp: Likewise.
22770 * gdb.cp/overload.exp: Likewise.
22771 * gdb.cp/templates.exp: Likewise.
22772
d769e349
DE
227732014-08-11 Doug Evans <dje@google.com>
22774
22775 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22776 (test_load_shlib): Update.
22777
20c6f1e1
YQ
227782014-08-09 Yao Qi <yao@codesourcery.com>
22779
22780 * gdb.base/display.exp: Invoke is_address_zero_readable.
22781 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22782 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22783 * gdb.base/hbreak-unmapped.exp: Return if
22784 is_address_zero_readable returns true.
22785 * gdb.base/signest.exp: Likewise.
22786 * gdb.base/signull.exp: Likewise.
22787 * gdb.base/sigbpt.exp: Likewise.
22788 * gdb.guile/scm-disasm.exp: Do the test if
22789 is_address_zero_readable returns false.
22790 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22791 * gdb.python/py-arch.exp: Likewise.
22792 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22793 * lib/gdb.exp (is_address_zero_readable): New proc.
22794
5792e8e3
YQ
227952014-08-09 Yao Qi <yao@codesourcery.com>
22796
22797 PR testsuite/13443
22798 * gdb.mi/mi-var-display.exp: Make test messages unique.
22799
3cecbbbe
TT
228002014-08-04 Tom Tromey <tromey@redhat.com>
22801
22802 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22803 target 0".
22804
00b51ff5
TT
228052014-08-04 Tom Tromey <tromey@redhat.com>
22806
22807 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22808 "target_resume".
22809
6908c509
JB
228102014-08-01 Joel Brobecker <brobecker@adacore.com>
22811
22812 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22813 inner_vla_struct_object_size.
22814 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22815 as xfail.
22816
cc6563d2
PA
228172014-07-30 Pedro Alves <palves@redhat.com>
22818
22819 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22820 comment.
22821
7e09a223
YQ
228222014-07-29 Yao Qi <yao@codesourcery.com>
22823
22824 PR gdb/17206
22825 * gdb.base/until-nodebug.exp: New.
22826
7ebdbe92
DE
228272014-07-28 Doug Evans <xdje42@gmail.com>
22828
22829 PR guile/17203
22830 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22831 previously existing parameter, and previously ambiguously spelled
22832 parameter.
22833
fdb1adc6
WN
228342014-07-28 Will Newton <will.newton@linaro.org>
22835
22836 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22837
186fcde0
DE
228382014-07-26 Ludovic Courtès <ludo@gnu.org>
22839 Doug Evans <xdje42@gmail.com>
22840
22841 PR guile/17146
22842 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22843
70509625
PA
228442014-07-25 Pedro Alves <palves@redhat.com>
22845
22846 * gdb.threads/signal-command-handle-nopass.c: New file.
22847 * gdb.threads/signal-command-handle-nopass.exp: New file.
22848 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22849 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22850 * gdb.threads/signal-delivered-right-thread.c: New file.
22851 * gdb.threads/signal-delivered-right-thread.exp: New file.
22852
c3f814a1
PA
228532014-07-25 Pedro Alves <palves@redhat.com>
22854
22855 * gdb.base/double-prompt-target-event-error.exp
22856 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22857 match.
22858 (cancel_pagination_in_target_event): Rework double prompt
22859 detection.
22860 * gdb.base/paginate-after-ctrl-c-running.exp
22861 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22862 <return>' match.
22863 * gdb.base/paginate-bg-execution.exp
22864 (test_bg_execution_pagination_return)
22865 (test_bg_execution_pagination_cancel): Remove '-notransfer
22866 <return>' matches.
22867 * gdb.base/paginate-execution-startup.exp
22868 (test_fg_execution_pagination_return)
22869 (test_fg_execution_pagination_cancel): Remove '-notransfer
22870 <return>' matches.
22871 * gdb.base/paginate-inferior-exit.exp
22872 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22873 match.
22874 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22875 * lib/gdb.exp (pagination_prompt): Run text through
22876 string_to_regexp.
22877 (gdb_test_multiple): Match $pagination_prompt instead of
22878 "<return>".
22879 (string_to_regexp): Move to lib/gdb-utils.exp.
22880
e214cf6c
JK
228812014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22882
22883 * gdb.arch/amd64-entry-value-paramref.S: New file.
22884 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22885 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22886 * gdb.arch/amd64-optimout-repeat.S: New file.
22887 * gdb.arch/amd64-optimout-repeat.c: New file.
22888 * gdb.arch/amd64-optimout-repeat.exp: New file.
22889
17d0c5c8
JK
228902014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22891
22892 PR gdb/17170
22893 * gdb.base/statistics.exp: New file.
22894
b8b8facf
DE
228952014-07-17 Doug Evans <dje@google.com>
22896
74b49205 22897 PR gdb/17170
b8b8facf
DE
22898 * gdb.base/maint.exp: Update testing of per-command stats.
22899
1b5d0ab3
PA
229002014-07-16 Pedro Alves <palves@redhat.com>
22901
22902 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22903 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22904 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22905 (tfile_write_buf): New functions.
22906 (add_memory_block): Rewrite using the above.
22907 (adjust_function_address): New function.
22908 (FUNCTION_ADDRESS): New macro.
22909 (write_basic_trace_file): Remove short_x local, and use
22910 tfile_write_16. Change type of func_addr local to unsigned long
22911 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22912 here. Cast argument of add_memory_block to char pointer.
22913 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22914 (main): Remove parameters.
22915 * gdb.trace/tfile.exp: Remove nowarnings.
22916
4d974e88
SM
229172014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22918
22919 * gdb.base/debug-expr.exp: Test string evaluation with
22920 "debug expression" on.
22921
41e99568
PA
229222014-07-15 Pedro Alves <palves@redhat.com>
22923
22924 * gdb.base/reread.exp: Use clean_restart.
22925
487d9753
PL
229262014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22927
22928 * gdb.arch/avr-flash-qualifer.c: New.
22929 * gdb.arch/avr-flash-qualifer.exp: New.
22930
cc1c52ad
PA
229312014-07-14 Pedro Alves <palves@redhat.com>
22932
22933 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22934 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22935
1e973570
PA
229362014-07-14 Pedro Alves <palves@redhat.com>
22937
22938 * gdb.base/double-prompt-target-event-error.c: New file.
22939 * gdb.base/double-prompt-target-event-error.exp: New file.
22940
93d6eb10
PA
229412014-07-14 Pedro Alves <palves@redhat.com>
22942
22943 PR gdb/17072
22944 * gdb.base/paginate-inferior-exit.c: New file.
22945 * gdb.base/paginate-inferior-exit.exp: New file.
22946
0017922d
PA
229472014-07-14 Pedro Alves <palves@redhat.com>
22948
22949 PR gdb/17072
22950 * gdb.base/paginate-bg-execution.c: New file.
22951 * gdb.base/paginate-bg-execution.exp: New file.
22952
94696ad3
PA
229532014-07-14 Pedro Alves <palves@redhat.com>
22954
22955 PR gdb/17072
22956 * gdb.base/paginate-execution-startup.c: New file.
22957 * gdb.base/paginate-execution-startup.exp: New file.
22958 * lib/gdb.exp (pagination_prompt): New global.
22959 (default_gdb_spawn): New procedure, factored out from
22960 default_gdb_spawn.
22961 (default_gdb_start): Adjust to call default_gdb_spawn.
22962 (gdb_spawn): New procedure.
22963
bd293940
PA
229642014-07-14 Pedro Alves <palves@redhat.com>
22965
22966 * lib/gdb.exp (gdb_assert): New procedure.
22967 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22968
c933f875
PA
229692014-07-14 Pedro Alves <palves@redhat.com>
22970
22971 * gdb.base/execution-termios.c: New file.
22972 * gdb.base/execution-termios.exp: New file.
22973
d98b7a16
TT
229742014-07-14 Tom Tromey <tromey@redhat.com>
22975
22976 * gdb.cp/vla-cxx.cc: New file.
22977 * gdb.cp/vla-cxx.exp: New file.
22978
548740d6
TT
229792014-07-14 Tom Tromey <tromey@redhat.com>
22980
22981 * gdb.reverse/rerun-prec.c: New file.
22982 * gdb.reverse/rerun-prec.exp: New file.
22983
a25eb028
MR
229842014-07-12 Maciej W. Rozycki <macro@mips.com>
22985 Maciej W. Rozycki <macro@codesourcery.com>
22986
22987 * lib/gdb-utils.exp: New file.
22988 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22989 inline `gdb_init_command' processing.
22990 (gdb_start_cmd): Likewise.
22991 * lib/mi-support.exp (mi_run_cmd): Likewise.
22992 * README: Document `gdb_init_command' and `gdb_init_commands'.
22993
218c2655
JK
229942014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22995
22996 Fix false FAIL running under a very long directory name.
22997 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22998 and "set print elements 10000". Twice.
22999
5401fde3
YQ
230002014-07-11 Yao Qi <yao@codesourcery.com>
23001
23002 * gdb.base/exprs.exp: "set print symbol off".
23003
e76126e8
PA
230042014-07-11 Pedro Alves <palves@redhat.com>
23005
23006 * gdb.threads/kill.c: New file.
23007 * gdb.threads/kill.exp: New file.
23008
2d6f0de6
YQ
230092014-07-10 Yao Qi <yao@codesourcery.com>
23010
23011 * gdb.trace/tfile.c (write_basic_trace_file)
23012 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
23013 address written to trace file.
23014
7180e04a
PA
230152014-07-09 Pedro Alves <palves@redhat.com>
23016
23017 * gdb.base/attach-wait-input.exp: New file.
23018 * gdb.base/attach-wait-input.c: New file.
23019
9a9a7608
AB
230202014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
23021
23022 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
23023 setting up test structures.
23024 (main): Call new test function.
23025 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
23026 test function, continue into test function and walk test
23027 structures.
23028
161ac41e
YQ
230292014-07-02 Yao Qi <yao@codesourcery.com>
23030
23031 * gdb.trace/entry-values.c: Define labels 'foo_start' and
23032 'bar_start' at the beginning of functions 'foo' and 'bar'
23033 respectively.
23034 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
23035 instead of 'foo' and 'bar'.
23036
1f267ae3
MM
230372014-07-08 Markus Metzger <markus.t.metzger@intel.com>
23038
23039 * gdb.btrace/segv.exp: New.
23040 * gdb.btrace/segv.c: New.
23041
2b239efb
LM
230422014-07-02 Luis Machado <lgustavo@codesourcery.com>
23043
23044 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
23045 instruction.
23046
cf363f18
MW
230472014-06-30 Mark Wielaard <mjw@redhat.com>
23048
23049 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
23050 vulture, vilify, villar): New volatile array constants.
23051 (vindictive, vegetation): New const volatile array constants.
23052 * gdb.base/volatile.exp: Test volatile and const volatile array
23053 types.
23054
aebf9d24
AA
230552014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
23056
23057 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
23058 target lacks support for awatch, rwatch, or hbreak.
23059
b67a2c6f
YQ
230602014-06-27 Yao Qi <yao@codesourcery.com>
23061
23062 * gdb.multi/dummy-frame-restore.exp: New.
23063 * gdb.multi/dummy-frame-restore.c: New.
23064
aef92902
MM
230652014-06-25 Markus Metzger <markus.t.metzger@intel.com>
23066
23067 * gdb.btrace/gcore.exp: New.
23068
8e9db26e
PA
230692014-06-23 Pedro Alves <palves@redhat.com>
23070
23071 * gdb.base/watchpoint-reuse-slot.c: New file.
23072 * gdb.base/watchpoint-reuse-slot.exp: New file.
23073
70afc5b7
SC
230742014-06-23 Siva Chandra Reddy <sivachandra@google.com>
23075
23076 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
23077 progspace's filename in 'info', 'enable' and 'disable' command
23078 tests.
23079
b972bd9c
JK
230802014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
23081
23082 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
23083 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23084 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
23085
125f8a3d
GB
230862014-06-20 Gary Benson <gbenson@redhat.com>
23087
23088 * gdb.arch/i386-avx.exp: Fix include file location.
23089 * gdb.arch/i386-sse.exp: Likewise.
23090
3ed9baed
IB
230912014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
23092
23093 * gdb.dlang/expression.exp: New file.
23094
034f788c
PA
230952014-06-19 Pedro Alves <palves@redhat.com>
23096
23097 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
23098 out from ...
23099 (top level): ... here. Iterate running tests under different
23100 scheduler-locking settings.
23101
45371d0c
LM
231022014-06-18 Luis Machado <lgustavo@codesourcery.com>
23103
23104 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
23105 to DW_FORM_addr and use non-zero addresses.
23106
5d376983
SC
231072014-06-18 Siva Chandra Reddy <sivachandra@google.com>
23108
23109 PR gdb/17017
23110 * gdb.python/py-xmethods.cc: Add global function call counters and
23111 increment them in their respective functions. Remove "cout"
23112 statements.
23113 * gdb.python/py-xmethods.exp: Make tests check the global function
23114 call counters instead of depending on inferior IO.
23115
a1aa2221
LM
231162014-06-18 Don Breazeal <donb@codesourcery.com>
23117
23118 * gdb.base/foll-fork.exp (default_fork_parent_follow):
23119 Deleted procedure.
23120 (explicit_fork_parent_follow): Deleted procedure.
23121 (explicit_fork_child_follow): Deleted procedure.
23122 (test_follow_fork): New procedure.
23123 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 23124 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
23125 procedure calls.
23126
0fc05997
YQ
231272014-06-17 Yao Qi <yao@codesourcery.com>
23128
23129 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
23130 CP1252.
23131
70795c52
LM
231322014-06-17 Luis Machado <lgustavo@codesourcery.com>
23133
23134 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
23135 Initialize ptr and S explicitly.
23136 (skip_type_update_when_not_use_rtti_test): Likewise.
23137
6be47f0c
KS
231382014-06-16 Keith Seitz <keiths@redhat.com>
23139
23140 PR mi/15863
23141 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
23142 the inferior is started.
23143
d03de421
PA
231442014-06-16 Pedro Alves <palves@redhat.com>
23145
23146 * gdb.base/break-main-file-remove-fail.c: New file.
23147 * gdb.base/break-main-file-remove-fail.exp: New file.
23148 * gdb.base/break-unload-file.exp: Use build_executable instead of
23149 prepare_for_testing.
23150 (test_break): New parameter "initial_load". Handle it.
23151 (top level): Add initial_load cmdline/file axis.
23152
f9579b99
TT
231532014-06-12 Tom Tromey <tromey@redhat.com>
23154
23155 * gdb.base/completion.exp: Don't use directory name in test.
23156
3657956b
GB
231572014-06-09 Gary Benson <gbenson@redhat.com>
23158
23159 * gdb.base/sigall.c [Functions to send signals]: Reorder to
23160 separate the always-available ANSI-standard signals from the
23161 signals that require checking.
23162 (main): Likewise.
23163 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
23164 Likewise.
23165 (main): Likewise.
23166
4186eb54
KS
231672014-06-07 Keith Seitz <keiths@redhat.com>
23168
23169 Revert:
23170 PR c++/16253
23171 * gdb.cp/var-tag.cc: New file.
23172 * gdb.cp/var-tag.exp: New file.
23173 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23174 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23175 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23176 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23177
25326a28 231782014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
23179
23180 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
23181
829155c9
PA
231822014-06-06 Pedro Alves <palves@redhat.com>
23183
23184 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
23185 in target debug output instead of looking at RSP packets,
23186 disabling the test on any target that uses hardware stepping.
23187 Update comments.
23188
61c8d22e
PA
231892014-06-06 Pedro Alves <palves@redhat.com>
23190
23191 * gdb.base/break-unload-file.exp: Fix typo.
23192
d9a47287
YQ
231932014-06-06 Yao Qi <yao@codesourcery.com>
23194
23195 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
23196 from "jit_function" to "^jit_function".
23197
e5e01dbf
YQ
231982014-06-06 Yao Qi <yao@codesourcery.com>
23199
23200 * gdb.base/async.c (foo): Add one statement.
23201 * gdb.base/async.exp: Get the next instruction address and
23202 match the output of "nexti" by instruction address. Match
23203 the hex address in the output of "finish".
23204
73ba372c
GB
232052014-06-06 Gary Benson <gbenson@redhat.com>
23206
23207 * gdb.base/call-signals.c: Remove preprocessor conditionals
23208 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
23209 SIGSEGV and SIGTERM.
23210 * gdb.base/sigall.c: Likewise.
23211 * gdb.base/unwindonsignal.c: Likewise.
23212 * gdb.reverse/sigall-reverse.c: Likewise.
23213
831517df
YQ
232142014-06-06 Yao Qi <yao@codesourcery.com>
23215
23216 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
23217 readable, skip the test.
23218
b8b91e98
YQ
232192014-06-06 Yao Qi <yao@codesourcery.com>
23220
23221 * gdb.threads/staticthreads.c (thread_function): Move the line
23222 setting breakpoint on forward.
23223 * gdb.threads/staticthreads.exp: Update comments.
23224
fb934770
LC
232252014-06-05 Ludovic Courtès <ludo@gnu.org>
23226
23227 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
23228 "history-append! type error".
23229
6ef284bd
SM
232302014-06-05 Simon Marchi <simon.marchi@ericsson.com>
23231
23232 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
23233 erroneous dprintf expected input.
23234
a872e241
DE
232352014-06-04 Doug Evans <xdje42@gmail.com>
23236
23237 * gdb.guile/scm-generics.exp: Delete.
23238
16f691fb
DE
232392014-06-04 Doug Evans <xdje42@gmail.com>
23240
23241 * gdb.guile/scm-breakpoint.exp: Update.
23242 Add tests for breakpoint registration.
23243
012370f6
TT
232442014-06-04 Tom Tromey <tromey@redhat.com>
23245
23246 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
23247 VLA-in-union.
23248 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
23249 inner_vla_struct, vla_union types. Initialize objects of those
23250 types and compute their sizes.
23251
9f5a4cef
HZ
232522014-06-04 Nathan Sidwell <nathan@codesourcery.com>
23253 Hui Zhu <hui@codesourcery.com>
23254
23255 * gdb.base/fileio.exp: Add test for shell not available as well as
23256 available.
23257 * gdb.base/fileio.c (test_system): Check for shell twice.
23258
90a45c4d
YQ
232592014-06-04 Yao Qi <yao@codesourcery.com>
23260
23261 * gdb.base/auto-connect-native-target.exp: Remove redundant
23262 space from the regexp pattern.
23263
70017e41
YQ
232642014-06-04 Yao Qi <yao@codesourcery.com>
23265
23266 * gdb.base/default.exp: Replace "child" with "native" in
23267 regexp pattern.
23268
883964a7
SC
232692014-06-03 Siva Chandra Reddy <sivachandra@google.com>
23270
23271 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
23272 * gdb.python/py-xmethods.exp: New tests to test xmethods.
23273 * gdb.python/py-xmethods.py: Python script supporting the
23274 new testcase and tests.
23275
ef370185
JB
232762014-06-03 Joel Brobecker <brobecker@adacore.com>
23277 Pedro Alves <palves@redhat.com>
23278
23279 PR breakpoints/17000
23280 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
23281 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
23282
1e2ccb61
BM
232832014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
23284
23285 * gdb.base/subst.exp: Add tests to verify partial path matching
23286 output.
23287
c6ec5ab2
PA
232882014-06-03 Pedro Alves <palves@redhat.com>
23289
23290 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
23291 target that doesn't use software single-stepping.
23292
835c559f
PA
232932014-06-03 Pedro Alves <palves@redhat.com>
23294
23295 PR breakpoints/17000
23296 * gdb.base/sss-bp-on-user-bp-2.c: New file.
23297 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
23298
06eb1586
DE
232992014-06-02 Doug Evans <xdje42@gmail.com>
23300
23301 * gdb.guile/scm-parameter.exp: New file.
23302
e698b8c4
DE
233032014-06-02 Doug Evans <xdje42@gmail.com>
23304
23305 * gdb.guile/scm-cmd.c: New file.
23306 * gdb.guile/scm-cmd.exp: New file.
23307
ded03782
DE
233082014-06-02 Doug Evans <xdje42@gmail.com>
23309
23310 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
23311 pretty-printer lookup.
23312 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
23313 (make-pp_s-printer): Call it.
23314 (make-pretty-printer-from-dict): New function.
23315 (lookup-pretty-printer-maker-from-dict): New function.
23316 (*pretty-printer*): Simplify.
23317 (make-objfile-pp_s-printer): New function.
23318 (install-objfile-pretty-printers!): New function.
23319 (make-progspace-pp_s-printer): New function.
23320 (install-progspace-pretty-printers!): New function.
23321 * gdb.guile/scm-progspace.c: New file.
23322 * gdb.guile/scm-progspace.exp: New file.
23323
41fac0cf
PA
233242014-06-02 Pedro Alves <palves@redhat.com>
23325
23326 * gdb.base/dprintf-bp-same-addr.c: New file.
23327 * gdb.base/dprintf-bp-same-addr.exp: New file.
23328
96ae5695
EBM
233292014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23330
23331 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
23332 * gdb.arch/powerpc-power.s: Likewise.
23333
da02b3a8
JB
233342014-06-02 Joel Brobecker <brobecker@adacore.com>
23335
23336 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
23337
c72b2e7b
YQ
233382014-06-01 Yao Qi <yao@codesourcery.com>
23339
23340 * gdb.base/watchpoint.exp (test_watch_location): Check null
23341 pointer can be dereferenced. If not, do the test, otherwise
23342 skip it.
23343
53e8a631
AB
233442014-05-30 Andrew Burgess <aburgess@broadcom.com>
23345
23346 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
23347 results.
23348 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
23349
938f0e2f
AB
233502014-05-30 Andrew Burgess <aburgess@broadcom.com>
23351
23352 * gdb.arch/amd64-invalid-stack-middle.S: New file.
23353 * gdb.arch/amd64-invalid-stack-middle.c: New file.
23354 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
23355 * gdb.arch/amd64-invalid-stack-top.c: New file.
23356 * gdb.arch/amd64-invalid-stack-top.exp: New file.
23357
9ba6657a
PA
233582014-05-30 Pedro Alves <palves@redhat.com>
23359
23360 PR breakpoints/17000
23361 * gdb.base/sss-bp-on-user-bp.c: New file.
23362 * gdb.base/sss-bp-on-user-bp.exp: New file.
23363
522c09bf
DB
233642014-05-30 David Blaikie <dblaikie@gmail.com>
23365
23366 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
23367 gnu_inline semantics via attribute.
23368 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
23369 source explicitly specifies the required semantics.
23370
bf4ef81e
MR
233712014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
23372
23373 * gdb.reverse/sigall-reverse.exp: Fix a typo.
23374
329ea579
PA
233752014-05-29 Pedro Alves <palves@redhat.com>
23376 Tom Tromey <tromey@redhat.com>
23377
23378 * gdb.base/async-shell.exp: Don't enable target-async.
23379 * gdb.base/async.exp
23380 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
23381 parameter. Adjust.
23382 (top level): Don't test with "target-async".
23383 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
23384 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
23385 * gdb.base/inferior-died.exp: Don't enable target-async.
23386 * gdb.base/interrupt-noterm.exp: Likewise.
23387 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
23388 * gdb.mi/mi-nonstop-exit.exp: Likewise.
23389 * gdb.mi/mi-nonstop.exp: Likewise.
23390 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
23391 * gdb.mi/mi-nsintrall.exp: Likewise.
23392 * gdb.mi/mi-nsmoribund.exp: Likewise.
23393 * gdb.mi/mi-nsthrexec.exp: Likewise.
23394 * gdb.mi/mi-watch-nonstop.exp: Likewise.
23395 * gdb.multi/watchpoint-multi.exp: Adjust comment.
23396 * gdb.python/py-evsignal.exp: Don't enable target-async.
23397 * gdb.python/py-evthreads.exp: Likewise.
23398 * gdb.python/py-prompt.exp: Likewise.
23399 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
23400 * gdb.server/solib-list.exp: Don't enable target-async.
23401 * gdb.threads/thread-specific-bp.exp: Likewise.
23402 * lib/mi-support.exp: Adjust to use mi-async.
23403
fd664c91
PA
234042014-05-29 Pedro Alves <palves@redhat.com>
23405
23406 PR gdb/13860
23407 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23408 reason, even in sync mode.
23409
251bde03
PA
234102014-05-29 Pedro Alves <palves@redhat.com>
23411 Hui Zhu <hui@codesourcery.com>
23412
23413 PR PR15693
23414 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23415 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23416 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23417 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23418
7f3c0343
JB
234192014-05-28 Joel Brobecker <brobecker@adacore.com>
23420
23421 * config/monitor.exp (gdb_target_monitor): Replace use of
23422 "set remotebaud" by "set serial baud".
23423
b2715b27
AW
234242014-05-26 Andy Wingo <wingo@igalia.com>
23425
23426 * gdb.guile/scm-breakpoint.exp:
23427 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23428 properties instead of gdb-object-properties.
23429
498a4489
YQ
234302014-05-26 Yao Qi <yao@codesourcery.com>
23431
23432 * gdb.server/no-thread-db.exp: Specify source file name
23433 explicitly when setting a breakpoint.
23434
589fdceb
MM
234352014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23436
23437 * gdb.btrace/vdso.c: New.
23438 * gdb.btrace/vdso.exp: New.
23439
e9089e05
MM
234402014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23441
23442 * gdb.base/gcore.exp (capture_command_output): Move ...
23443 * lib/gdb.exp (capture_command_output): ... here.
23444
67b5c0c1
MM
234452014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23446
23447 * gdb.btrace/data.exp: Test memory access during btrace replay.
23448
a2199296
SM
234492014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23450
23451 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23452
17b2616c
PA
234532014-05-21 Pedro Alves <palves@redhat.com>
23454
23455 PR gdb/13860
23456 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23457 (top level): Test that output related to execution commands is
23458 sent to the console with CLI commands, but not with MI commands.
23459 Test that breakpoint events are always mirrored to the console.
23460 Also expect the new source line to be output after a "next" in
23461 async mode too. Make it a pass/fail test.
23462 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23463 output.
23464 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23465
5166082f
PA
234662014-05-21 Pedro Alves <palves@redhat.com>
23467
23468 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23469 Use them to test variations of "list" after reaching a breakpoint.
23470 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23471 Test "list" with listsize 10 after reaching a breakpoint.
23472 * gdb.python/python.exp (decode_line current location line
23473 number): Adjust expected line number.
23474
2f25d70f
SM
234752014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23476
23477 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23478 behavior for $args, pass it directly to "run".
23479
ff604a67
MR
234802014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23481
23482 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23483 30000 to 65536.
23484
6a3cb8e8
PA
234852014-05-21 Pedro Alves <palves@redhat.com>
23486
23487 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23488 auto-connect-native-target off".
23489 * gdb.base/auto-connect-native-target.c: New file.
23490 * gdb.base/auto-connect-native-target.exp: New file.
23491
4ebfc96e
PA
234922014-05-21 Pedro Alves <palves@redhat.com>
23493
23494 * gdb.base/default.exp: Test "target native" instead of "target
23495 child".
23496
36d46afb
MW
234972014-05-21 Mark Wielaard <mjw@redhat.com>
23498
23499 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23500
5876f503
JK
235012014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23502
23503 Fix TLS access for -static -pthread.
23504 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23505 <HAVE_TLS> (thread_function, main): Initialize it.
23506 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23507 Add clean_restart.
23508 <$have_tls != "">: Check TLSVAR.
23509
0256a6ac
PA
235102014-05-21 Pedro Alves <palves@redhat.com>
23511
23512 * gdb.base/dcache-line-read-error.c: New.
23513 * gdb.base/dcache-line-read-error.exp: New.
23514
936d2992
PA
235152014-05-20 Pedro Alves <palves@redhat.com>
23516
23517 * gdb.base/compare-sections.c: New file.
23518 * gdb.base/compare-sections.exp: New file.
23519
802e8e6d
PA
235202014-05-20 Pedro Alves <palves@redhat.com>
23521
23522 * gdb.base/break-idempotent.c: New file.
23523 * gdb.base/break-idempotent.exp: New file.
23524
e59fa00f
MM
235252014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23526
23527 * gdb.btrace/nohist.exp: New.
23528
8b696e31
YQ
235292014-05-20 Yao Qi <yao@codesourcery.com>
23530
23531 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23532 gdb.reverse directory and gdb_reverse_timeout exists in board
23533 setting.
23534 * README: Document gdb_reverse_timeout.
23535
73c9764f
YQ
235362014-05-20 Yao Qi <yao@codesourcery.com>
23537
23538 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23539 'test_file_name'. Treat args as a string instead of a list.
23540 (gdb_init): Rename argument 'args' by 'test_file_name'.
23541
f1f4348a
JK
235422014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23543
23544 * gdb.arch/powerpc-power.exp: New file.
23545 * gdb.arch/powerpc-power.s: New file.
23546
0dbe70ce
DE
235472014-05-16 Doug Evans <dje@google.com>
23548
23549 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
23550 * gdb.base/completion.exp: Check that all expected files exist
23551 before doing file completion.
0dbe70ce 23552
8d551b02
DE
235532014-05-16 Doug Evans <dje@google.com>
23554
23555 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23556 Update.
23557 (do_syscall_tests_without_xml): Update.
23558
73eb7709
PA
235592014-05-16 Pedro Alves <palves@redhat.com>
23560
23561 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23562 instead of "unknown output after running".
23563
3fae92fc
YQ
235642014-05-16 Yao Qi <yao@codesourcery.com>
23565
23566 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23567 file1.txt from host at the end.
23568 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23569
c2b2ccc5
DE
235702014-05-15 Doug Evans <dje@google.com>
23571
23572 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23573 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23574 loading file. Add test for TU lookup.
23575
8c217a4b
SM
235762014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23577
23578 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23579 calling "-exec-arguments" or "set args" before running the
23580 inferior.
23581
3deb39c6
SM
235822014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23583
23584 * lib/mi-support.exp (mi_expect_stop): Expect message for
23585 inferiors that exit with non-zero exit code.
23586
71a79f8c
YQ
235872014-05-14 Yao Qi <yao@codesourcery.com>
23588
23589 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23590 match absolute path on remote host.
23591 (test_file_list_exec_source_files): Remove "/" from the
23592 pattern.
23593
f23fcd46
YQ
235942014-05-14 Yao Qi <yao@codesourcery.com>
23595
23596 * boards/local-remote-host-notty.exp (${board}_file): New
23597 proc.
23598
9404b58f
KM
235992014-05-07 Kyle McMartin <kyle@redhat.com>
23600
23601 Pushed by Joel Brobecker <brobecker@adacore.com>.
23602 * gdb.arch/aarch64-atomic-inst.c: New file.
23603 * gdb.arch/aarch64-atomic-inst.exp: New file.
23604
5e45f04c
YQ
236052014-05-07 Yao Qi <yao@codesourcery.com>
23606
23607 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23608 in current context" too.
23609
c888a17d
KS
236102014-05-05 Keith Seitz <keiths@redhat.com>
23611
23612 * gdb.linespec/ls-dollar.exp: Add test for linespec
23613 file:convenience_variable.
23614
290a839c
YQ
236152014-05-05 Yao Qi <yao@codesourcery.com>
23616
23617 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23618 traceframes into tfile and ctf trace files. Read data from
23619 trace file and test collected data.
23620 (gdb_collect_locals_test): Likewise.
23621 (gdb_unavailable_registers_test): Likewise.
23622 (gdb_unavailable_floats): Likewise.
23623 (gdb_collect_globals_test): Likewise.
23624 (top-level): Append "ctf" to trace_file_targets if GDB
23625 supports.
23626
b5262cd0
YQ
236272014-05-05 Yao Qi <yao@codesourcery.com>
23628
23629 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23630 code to ...
23631 (gdb_collect_args_test_1): ... it. New proc.
23632 (gdb_collect_locals_test): Move some code to ...
23633 (gdb_collect_locals_test_1): ... it. New proc.
23634 (gdb_unavailable_registers_test): Move some code to ...
23635 (gdb_unavailable_registers_test_1): ... it. New proc.
23636 (gdb_unavailable_floats): Move some code to ...
23637 (gdb_unavailable_floats_1): ... it. New proc.
23638
30a1e6cc
SDJ
236392014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23640
23641 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23642 probes to test for bitness recognition.
23643 * gdb.arch/amd64-stap-optional-prefix.exp
23644 (test_probe_value_without_reg): New procedure.
23645 Add code to test for different kinds of bitness.
23646
f33da99a
SDJ
236472014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23648
23649 PR breakpoints/16889
23650 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23651 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23652
5b80f00d
PA
236532014-05-01 Pedro Alves <palves@redhat.com>
23654
23655 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23656 gdb_file_cmd if no file is specified.
23657 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23658 last_loaded_file to set the remote exec-file.
23659
f8c2a73c
PA
236602014-05-01 Pedro Alves <palves@redhat.com>
23661
23662 * boards/local-remote-host.exp: New file.
23663
be6e8ac7
PA
236642014-05-01 Pedro Alves <palves@redhat.com>
23665
23666 * boards/local-remote-host.exp: Rename to ...
23667 * boards/local-remote-host-notty.exp: ... this.
23668
cac0dc8f
JB
236692014-04-28 Joel Brobecker <brobecker@adacore.com>
23670
23671 * gdb.ada/dyn_arrayidx: New testcase.
23672
9730e6cc
YQ
236732014-04-26 Yao Qi <yao@codesourcery.com>
23674
23675 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23676 and compute the length of function main. Save it in
23677 $main_length.
23678 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23679 (top-level): Use gdb_compile to compile objects into
23680 executable and restart GDB. Remove invocation to
23681 prepare_for_testing.
23682
7ae1a6a6
PA
236832014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23684 Pedro Alves <palves@redhat.com>
23685
23686 PR server/16255
23687 * gdb.multi/multi-attach.c: New file.
23688 * gdb.multi/multi-attach.exp: New file.
23689
4082afcc
PA
236902014-04-25 Pedro Alves <palves@redhat.com>
23691
23692 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23693 user.
23694 (top level): Test that "set remote conditional-breakpoints-packet
23695 off" works as intended.
23696 * gdb.base/dprintf.exp: Test that "set remote
23697 breakpoint-commands-packet off" works as intended.
23698 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23699 New function.
23700 (top level): Call it.
23701 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23702 remote fast-tracepoints-packet off" works as intended.
23703 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23704 * lib/gdb.exp (gdb_is_target_remote): ... here.
23705
2abc3f8d
DB
237062014-04-24 David Blaikie <dblaikie@gmail.com>
23707
23708 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23709 ensure clang would not discard them.
23710 * gdb.base/gdbvars.c: Ditto.
23711 * gdb.base/memattr.c: Ditto.
23712 * gdb.base/whatis.c: Ditto.
23713 * gdb.python/py-prettyprint.c: Ditto.
23714 * gdb.trace/actions.c: Ditto.
23715 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23716 ensure clang would not discard it.
23717
bfd39632
DB
237182014-04-24 David Blaikie <dblaikie@gmail.com>
23719
23720 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23721 clang to emit the full definition of type required by the test
23722 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23723
22842ff6
DB
237242014-04-24 David Blaikie <dblaikie@gmail.com>
23725
23726 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23727 coax Clang into emitting the definition of the type.
23728 * gdb.cp/pr10728-x.h (y): Ditto.
23729 * gdb.cp/pr10728-y.cc (y): Ditto.
23730
c2e827ad
DB
237312014-04-24 David Blaikie <dblaikie@gmail.com>
23732
23733 * gdb.base/label.exp: XFAIL label related tests under Clang.
23734 * gdb.cp/cplabel.exp: Ditto.
23735 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23736 under Clang those using labels.
23737
4c2d33e7
YQ
237382014-04-25 Yao Qi <yao@codesourcery.com>
23739
23740 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23741 double_label.
23742 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23743 partial_label and double_label.
23744
56083b99
DB
237452014-04-24 David Blaikie <dblaikie@gmail.com>
23746
23747 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23748
25d4e99d
DB
237492014-04-24 David Blaikie <dblaikie@gmail.com>
23750
23751 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23752 of the function to work across GCC and Clang.
23753 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23754 pointer types (const void ** const V void **).
23755
01f9f808
MS
237562014-04-24 Michael Sturm <michael.sturm@mintel.com>
23757 Walfred Tedeschi <walfred.tedeschi@intel.com>
23758
23759 * Makefile.in (EXECUTABLES): Added i386-avx512.
23760 * gdb.arch/i386-avx512.c: New file.
23761 * gdb.arch/i386-avx512.exp: Likewise.
23762
4b48d439
KS
237632014-04-23 Keith Seitz <keiths@redhat.com>
23764
23765 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23766 (mi_make_breakpoint_table): New procedure.
23767 (mi_create_breakpoint): Use mi_make_breakpoint
23768 and return the result.
23769 (mi_make_breakpoint): New procedure.
23770 (mi_build_kv_pairs): New procedure.
23771
23772 * gdb.mi/mi-break.exp: Remove unused globals,
23773 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23774 All callers updated.
23775 * gdb.mi/mi-dprintf.exp: Use variable to track command
23776 number.
23777 Update all callers of mi_create_breakpoint and use
23778 mi_make_breakpoint_table.
23779 Remove any unused global variables.
23780 * gdb.mi/mi-nonstop.exp: Likewise.
23781 * gdb.mi/mi-nsintrall.exp: Likewise.
23782 * gdb.mi/mi-nsmoribund.exp: Likewise.
23783 * gdb.mi/mi-nsthrexec.exp: Likewise.
23784 * gdb.mi/mi-reverse.exp: Likewise.
23785 * gdb.mi/mi-simplerun.exp: Likewise.
23786 * gdb.mi/mi-stepn.exp: Likewise.
23787 * gdb.mi/mi-syn-frame.exp: Likewise.
23788 * gdb.mi/mi-until.exp: Likewise.
23789 * gdb.mi/mi-var-cp.exp: Likewise.
23790 * gdb.mi/mi-var-display.exp: Likewise.
23791 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23792 * gdb.mi/mi2-var-child.exp: Likewise.
23793 * gdb.mi/mi-vla-c99.exp: Likewise.
23794 * lib/mi-support.exp: Likewise.
23795
23796 From Ian Lance Taylor <iant@cygnus.com>:
23797 * lib/gdb.exp (parse_args): New procedure.
23798
08351840
PA
237992014-04-23 Pedro Alves <palves@redhat.com>
23800
23801 * gdb.base/break-unload-file.c: New file.
23802 * gdb.base/break-unload-file.exp: New file.
23803 * gdb.base/sym-file-lib.c (baz): New function.
23804 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23805 field.
23806 (load): Store the segment's mapped size.
23807 (unload): New function.
23808 (unload_shlib): New function.
23809 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23810 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23811 set a breakpoint at baz, and call it.
23812 * gdb.base/sym-file.exp: New tests for stale breakpoint
23813 instructions.
23814
076855f9
PA
238152014-04-23 Pedro Alves <palves@redhat.com>
23816
23817 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23818 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23819 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23820 * gdb.base/hbreak-unmapped.c: New file.
23821 * gdb.base/hbreak-unmapped.exp: New file.
23822 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23823 * lib/gdb.exp (gdb_is_target_remote): ... here.
23824
483805cf
PA
238252014-04-22 Pedro Alves <palves@redhat.com>
23826
23827 * gdb.base/consecutive-step-over.c: New file.
23828 * gdb.base/consecutive-step-over.exp: New file.
23829
06d97543
PA
238302014-04-22 Pedro Alves <palves@redhat.com>
23831
23832 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23833 instead of send_gdb/gdb_expect.
23834
b4429ea2
YQ
238352014-04-22 Yao Qi <yao@codesourcery.com>
23836
23837 * lib/trace-support.exp (generate_tracefile): New procedure.
23838 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23839 return 0.
23840 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23841 if generate_tracefile returns 1.
23842
51d48146
PA
238432014-04-18 Tom Tromey <palves@redhat.com>
23844 Pedro alves <tromey@redhat.com>
23845
23846 PR backtrace/15558
23847 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23848 with a backtrace limit.
23849 * gdb.python/py-frame-inline.exp: Test running to an inline
23850 function with a backtrace limit, and printing the newest frame.
23851 * gdb.python/py-frame-inline.c (main): Call f.
23852
bd1dce5f
MS
238532014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23854
23855 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23856
40d1a503
MS
238572014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23858
23859 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23860 Drop prefix from unsupported source file path.
23861
389b98f7
YQ
238622014-04-17 Yao Qi <yao@codesourcery.com>
23863
23864 * lib/gdb.exp (with_target_charset): New proc.
23865 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23866 with_target_charset.
23867 (test_print_strings): Likewise.
23868 (test_repeat_bytes): Likewise.
23869 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23870 for some tests.
23871
22869d73
KS
238722014-04-16 Keith Seitz <keiths@redhat.com>
23873
23874 PR gdb/15827
23875 * gdb.dwarf2/corrupt.c: New file.
23876 * gdb.dwarf2/corrupt.exp: New file.
23877
c4f87ca6
KS
238782014-04-16 Keith Seitz <keiths@redhat.com>
23879
23880 PR c++/16597
23881 * gdb.cp/namelessclass.cc: New file.
23882 * gdb.cp/namelessclass.exp: New file.
23883 * gdb.cp/namelessclass.S: New file.
23884
ab19de87
DE
238852014-04-16 Doug Evans <dje@google.com>
23886
23887 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23888 Add comment.
23889 (gdbserver_default_get_comm_port): New function.
23890 (gdbserver_start): Check if board file provided
23891 "gdbserver,get_comm_port" and use it if so.
23892 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23893 (gdb,socketport): Set to "stdio".
23894 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23895 (stdio_gdbserver_template): Delete.
23896 (${board}_get_remote_address): Update.
23897 (${board}_build_remote_cmd): Delete.
23898 (${board}_get_comm_port): New function.
23899 (${board}_spawn): Update.
23900 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23901 Delete.
23902 (${board}_get_remote_address): Update.
23903 (${board}_get_comm_port): New function.
23904
fc98a809
AB
239052014-04-16 Andrew Burgess <aburgess@broadcom.com>
23906
23907 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23908 appearing in any order.
23909
87fd9e6e
DE
239102014-04-15 Doug Evans <dje@google.com>
23911
23912 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23913 uninitialized value of "description".
23914
099fc3ea
KS
239152014-04-15 Keith Seitz <keiths@redhat.com>
23916
23917 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23918 Remove unused globals.
23919 (test_running_the_program): Likewise.
23920 (test_controlled_execution): Likewise.
23921 (test_controlling_breakpoints): Likewise.
23922 (test_program_termination): Likewise.
23923
5da151d4
KS
239242014-04-15 Keith Seitz <keiths@redhat.com>
23925
23926 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23927 unused globals.
23928 (test_rbreak_creation_and_listing): Likewise.
23929 (test_ignore_count): Likewise.
23930 (test_error): Likewise.
23931
35e5d2f0
PA
239322014-04-15 Pedro Alves <palves@redhat.com>
23933
23934 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23935 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23936 sym-file-loader.c.
23937 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23938 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23939 to sym-file-loader.c.
23940 (struct library): Forward declare.
23941 (load_shlib, lookup_function): Change prototypes.
23942 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23943 (translate_offset): Remove declarations.
23944 (get_text_addr): New declaration.
23945 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23946 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23947 sym-file-loader.h.
23948 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23949 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23950 here from sym-file-loader.h.
23951 (struct library): New structure.
23952 (load_shlib, lookup_function): Change prototypes and adjust to
23953 work with a struct library.
23954 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23955 (translate_offset): Make static.
23956 (get_text_addr): New function.
23957 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23958
eb4c1710
PA
239592014-04-15 Pedro Alves <palves@redhat.com>
23960
23961 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23962
2d1baf52
PA
239632014-04-15 Pedro Alves <palves@redhat.com>
23964
23965 * gdb.base/sym-file-loader.c: Include <limits.h>.
23966 (SELF_LINK): New define.
23967 (get_origin): New function.
23968 (load_shlib): Use it.
23969 * gdb.base/sym-file.exp: Don't early return if the target is
23970 remote. Use runto_main, and issue fail is that fails. Use
23971 gdb_load_shlibs.
23972 (shlib_name): Delete.
23973 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23974
7dd6df01
PA
239752014-04-15 Pedro Alves <palves@redhat.com>
23976
23977 * gdb.base/sym-file.exp: Remove regex characters from test
23978 message. Don't refer to breakpoint numbers in test messages.
23979
b50c8614
KS
239802014-04-14 Keith Seitz <keiths@redhat.com>
23981
23982 PR c++/16253
23983 * gdb.cp/var-tag.cc: New file.
23984 * gdb.cp/var-tag.exp: New file.
23985 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23986 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23987 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23988 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23989
3d567982
TT
239902014-04-14 Tom Tromey <tromey@redhat.com>
23991
23992 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23993 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23994 type.
23995 * gdb.cp/enum-class.exp: New file.
23996 * gdb.cp/enum-class.cc: New file.
23997
0626fc76
TT
239982014-04-14 Tom Tromey <tromey@redhat.com>
23999
24000 * gdb.dwarf2/enum-type.exp: New file.
24001
dca325b3
SA
240022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24003
24004 * gdb.mi/mi-vla-c99.exp: New file.
24005 * gdb.mi/vla.c: New file.
24006
5854b38a
SA
240072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24008
24009 * gdb.base/vla-datatypes.c: New file.
24010 * gdb.base/vla-datatypes.exp: New file.
24011
463bb957
SA
240122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24013
24014 * gdb.base/vla-ptr.c: New file.
24015 * gdb.base/vla-ptr.exp: New file.
24016
3dd170be
SA
240172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24018
24019 * gdb.dwarf2/count.exp: New file.
24020
5ecaaa66
SA
240212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
24022
24023 * gdb.base/vla-sideeffect.c: New file.
24024 * gdb.base/vla-sideeffect.exp: New file.
24025
41f1ada5
DB
240262014-04-14 David Blaikie <dblaikie@gmail.com>
24027
24028 * gdb.mi/non-stop.c: Add return value for non-void function return
24029 statement.
24030 * gdb.threads/staticthreads.c: Ditto.
24031
0be03e84
DE
240322014-04-12 Siva Chandra Reddy <sivachandra@google.com>
24033 Doug Evans <xdje42@gmail.com>
24034
24035 * gdb.guile/scm-value.c: Improve test case.
24036 * gdb.guile/scm-value.exp: Add new test.
24037
f180a1fb
DB
240382014-04-11 David Blaikie <dblaikie@gmail.com>
24039
24040 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
24041 override Clang's default.
24042
6b662e19
JB
240432014-04-11 Joel Brobecker <brobecker@adacore.com>
24044
24045 Revert the following changes (regressions):
24046
24047 * gdb.base/vla-sideeffect.c: New file.
24048 * gdb.base/vla-sideeffect.exp: New file.
24049
24050 * gdb.dwarf2/count.exp: New file.
24051
24052 * gdb.base/vla-multi.c: New file.
24053 * gdb.base/vla-multi.exp: New file.
24054
24055 * gdb.base/vla-ptr.c: New file.
24056 * gdb.base/vla-ptr.exp: New file.
24057
24058 * gdb.base/vla-datatypes.c: New file.
24059 * gdb.base/vla-datatypes.exp: New file.
24060
24061 * gdb.mi/mi-vla-c99.exp: New file.
24062 * gdb.mi/vla.c: New file.
24063
245a5f0b
KS
240642014-04-11 Keith Seitz <keiths@redhat.com>
24065
24066 PR c++/16675
24067 * gdb.cp/cpsizeof.exp: New file.
24068 * gdb.cp/cpsizeof.cc: New file.
24069
58a84dcf
SA
240702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24071
191a8a90
JB
24072 * gdb.mi/mi-vla-c99.exp: New file.
24073 * gdb.mi/vla.c: New file.
58a84dcf 24074
c8655f75
SA
240752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24076
24077 * gdb.base/vla-datatypes.c: New file.
24078 * gdb.base/vla-datatypes.exp: New file.
24079
024e13b4
SA
240802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24081
24082 * gdb.base/vla-ptr.c: New file.
24083 * gdb.base/vla-ptr.exp: New file.
24084
1a237e0e
SA
240852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24086
24087 * gdb.base/vla-multi.c: New file.
24088 * gdb.base/vla-multi.exp: New file.
24089
504f3432
SA
240902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24091
24092 * gdb.dwarf2/count.exp: New file.
24093
3bce8237
SA
240942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
24095
191a8a90
JB
24096 * gdb.base/vla-sideeffect.c: New file.
24097 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 24098
322f9c21
YQ
240992014-04-11 Yao Qi <yao@codesourcery.com>
24100
24101 * gdb.base/completion.exp: Check file exists before running tests
24102 on file completion.
24103
d708bcd1
PA
241042014-04-10 Pedro Alves <palves@redhat.com>
24105
24106 * gdb.base/cond-eval-mode.c: New file.
24107 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
24108 prepare_for_testing to build the new file. Check result of
24109 runto_main.
24110 (test_break, test_watch): New procedures.
24111 (top level): Use them.
24112
ae1d2761
PM
241132014-04-08 Pierre Muller <muller@sourceware.org>
24114
24115 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
24116 Ctrl-V use for mingw hosts.
24117
7af389b8
SC
241182014-04-07 Siva Chandra Reddy <sivachandra@google.com>
24119
24120 * gdb.python/py-value.c: Improve test case.
24121 * gdb.python/py-value.exp: Add new test.
24122
5e703181
DE
241232014-04-07 David Blaikie <dblaikie@gmail.com>
24124
24125 * lib/compiler.c: Identify the clang compiler.
24126 * lib/compiler.cc: Ditto.
24127
9810b410
YQ
241282014-04-03 Yao Qi <yao@codesourcery.com>
24129
24130 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
24131
98d1b8dc
AB
241322014-04-01 Anton Blanchard <anton@samba.org>
24133
24134 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
24135 messages unique.
24136
3114cea1
AB
241372014-04-01 Anton Blanchard <anton@samba.org>
24138
24139 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
24140 prepare_for_testing.
24141
62f7182c
AB
241422014-04-01 Anton Blanchard <anton@samba.org>
24143
24144 * gdb.arch/ppc64-atomic-inst.c: Remove.
24145 * gdb.arch/ppc64-atomic-inst.S: New file.
24146 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
24147
770e7fc7
DE
241482014-03-31 Doug Evans <dje@google.com>
24149
24150 * gdb.base/print-symbol-loading-lib.c: New file.
24151 * gdb.base/print-symbol-loading-main.c: New file.
24152 * gdb.base/print-symbol-loading.exp: New file.
24153
46e2bafa
YQ
241542014-03-31 Yao Qi <yao@codesourcery.com>
24155
24156 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
24157
8776cfe9
JB
241582014-03-28 Joel Brobecker <brobecker@adacore.com>
24159
24160 * gdb.ada/mi_dyn_arr: New testcase.
24161
5d1ef361
DE
241622014-03-27 Doug Evans <dje@google.com>
24163
24164 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
24165
b5bee914
YQ
241662014-03-27 Yao Qi <yao@codesourcery.com>
24167
24168 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
24169 if target is nios2-*-*.
24170
0d4d0e77
YQ
241712014-03-26 Yao Qi <yao@codesourcery.com>
24172
24173 * lib/gdb.exp (readline_is_used): New proc.
24174 * gdb.base/completion.exp: Move tests on command complete up.
24175 Skip the rest of tests if readline is not used.
24176 * gdb.ada/complete.exp: Skp the test if readline is not
24177 used.
24178 * gdb.base/filesym.exp: Likewise.
24179 * gdb.base/macscp.exp: Likewise.
24180 * gdb.base/readline-ask.exp: Likewise.
24181 * gdb.base/readline.exp: Likewise.
24182 * gdb.python/py-cmd.exp: Likewise.
24183 * gdb.trace/tfile.exp: Likewise.
24184
29361eee
YQ
241852014-03-26 Yao Qi <yao@codesourcery.com>
24186
24187 * gdb.base/macscp.exp: Fix code format issues.
24188
bc9a5525
UW
241892014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
24190
24191 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
24192 * gdb.asm/powerpc64le.inc: New file.
24193
d3839ede
PA
241942014-03-25 Pedro Alves <palves@redhat.com>
24195 Doug Evans <dje@google.com>
24196
24197 * gdb.base/source-execution.c: New file.
24198 * gdb.base/source-execution.exp: New file.
24199 * gdb.base/source-execution.gdb: New file.
24200
01672a57
DE
242012014-03-24 Doug Evans <dje@google.com>
24202
24203 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
24204 using fission.
24205
88bbeca9
HZ
242062014-03-24 Hui Zhu <hui@codesourcery.com>
24207 Pedro Alves <palves@redhat.com>
24208
24209 PR breakpoints/16101
24210 * gdb.base/dprintf.exp: Use unsupported rather than changing the
24211 test pass/fail messages. Detect missing support for dprintf when
24212 breakpoints are actually inserted.
24213 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
24214 breakpoints are actually inserted.
24215 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
24216 fails.
24217
d2348791
JK
242182014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
24219
24220 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
24221
feef67ab
DE
242222014-03-22 Doug Evans <xdje42@gmail.com>
24223
24224 * gdb.python/python.exp (python not supported): Verify multi-line
24225 python command issues an error.
25d743f9 24226 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 24227 guile command issues an error.
feef67ab 24228
ecebef6a
MR
242292014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
24230
24231 * gdb.threads/thread-specific.exp: Handle the lack of usable
24232 $this_breakpoint and $this_thread.
24233
ccdd1909
HZ
242342014-03-21 Hui Zhu <hui@codesourcery.com>
24235
24236 * gdb.base/attach.exp (do_command_attach_tests): New.
24237
beb460e8
PA
242382014-03-20 Tom Tromey <tromey@redhat.com>
24239 Pedro Alves <palves@redhat.com>
24240
24241 PR cli/15718
24242 * gdb.base/condbreak-call-false.c: New file.
24243 * gdb.base/condbreak-call-false.exp: New file.
24244
40acf43a
PA
242452014-03-20 Pedro Alves <palves@redhat.com>
24246
24247 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
24248 Delete.
24249 (block_signals, unblock_signals): Delete.
24250 (child_function_2, main): Remove references to deleted variable
24251 and functions.
24252
9f5e1e02
PA
242532014-03-20 Pedro Alves <palves@redhat.com>
24254
24255 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
24256 Use pthread_kill to signal thread 2.
24257 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24258 Adjust to make the test send itself a signal rather than using the
24259 host's "kill" command.
24260
99619bea
PA
242612014-03-20 Pedro Alves <palves@redhat.com>
24262
24263 * gdb.threads/multiple-step-overs.c: New file.
24264 * gdb.threads/multiple-step-overs.exp: New file.
24265 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24266 Adjust expected infrun debug output.
24267
2adfaa28
PA
242682014-03-20 Pedro Alves <palves@redhat.com>
24269
24270 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
24271 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
24272
31e77af2
PA
242732014-03-20 Pedro Alves <palves@redhat.com>
24274
24275 PR breakpoints/7143
24276 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
24277 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
24278 of gdb_test_multiple.
24279 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
24280 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
24281
b9f437de
PA
242822014-03-20 Pedro Alves <palves@redhat.com>
24283
24284 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
24285 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
24286
05adc73e
PA
242872014-03-19 Pedro Alves <palves@redhat.com>
24288
24289 * gdb.base/async.exp: Remove early return.
24290
6048b950
PA
242912014-03-19 Pedro Alves <palves@redhat.com>
24292
24293 * gdb.base/async.exp (step& tests): Pass explicit test messages.
24294
8bcfb00a
PA
242952014-03-19 Pedro Alves <palves@redhat.com>
24296
24297 * gdb.base/async.exp (test_background): Expect \r\n after
24298 "completed." in the fail pattern.
24299
884e37dc
PA
243002014-03-19 Pedro Alves <palves@redhat.com>
24301
24302 * gdb.base/async.exp (test_background): New procedure.
24303 Use it for all background execution command tests.
24304
148e57e2
PA
243052014-03-19 Pedro Alves <palves@redhat.com>
24306
24307 * gdb.base/async.exp: Use prepare_for_testing.
24308
f48088c7
PA
243092014-03-19 Pedro Alves <palves@redhat.com>
24310
24311 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
24312 the same line.
24313
e2f6c966
PA
243142014-03-19 Pedro Alves <palves@redhat.com>
24315
24316 * gdb.base/async.c (main): Add "jump here" and "until here" line
24317 marker comments.
24318 * gdb.base/async.exp (jump_here): New global.
24319 (jump& test): Use it.
24320 (until_here): New global.
24321 (until& test): Use it.
24322
c30568d4
PA
243232014-03-19 Pedro Alves <palves@redhat.com>
24324
24325 * gdb.base/async.exp: Don't frob gdb_protocol.
24326
0172b6a7
DE
243272014-03-18 Doug Evans <xdje42@gmail.com>
24328
24329 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
24330 Fix spelling of exec-done-display.
24331
06c868a8
JK
243322014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
24333
24334 PR gdb/15358
24335 * gdb.base/gdb-sigterm.c: New file.
24336 * gdb.base/gdb-sigterm.exp: New file.
24337
0c7e1a46
PA
243382014-03-18 Pedro Alves <palves@redhat.com>
24339
24340 PR gdb/13860
24341 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
24342 * lib/mi-support.exp (mi_expect_stop): Add special handling for
24343 solib-event.
24344
f7c77d93
JB
243452014-03-17 Joel Brobecker <brobecker@adacore.com>
24346
24347 * gdb.ada/pckd_arr_ren: New testcase.
24348
5a1e8c7a
DE
243492014-03-13 Doug Evans <xdje42@gmail.com>
24350
24351 PR guile/16612
24352 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
24353 collect after discarding symbols.
24354
350e1a76
DE
243552014-03-13 Ludovic Courtès <ludo@gnu.org>
24356 Doug Evans <xdje42@gmail.com>
24357
24358 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
24359 to history survives a gc.
24360
a69900ae
PA
243612014-03-13 Pedro Alves <palves@redhat.com>
24362
24363 * gdb.base/default.exp: Don't test "target procfs".
24364
5db9f0bd
PA
243652014-03-13 Pedro Alves <palves@redhat.com>
24366
24367 * gdb.base/default.exp: Update "target child" and "target procfs"
24368 tests to not expect "Unix".
24369
b3ccfe11
TT
243702014-03-12 Tom Tromey <tromey@redhat.com>
24371
24372 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
24373 New procs. Add target-async tests.
24374 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
24375 Add target-async tests.
24376
646f4417
AA
243772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24378
24379 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
24380 'func_start' and 'func_end' for the beginning and end of the
24381 function code, respectively.
24382 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
24383 'func_end' instead of 'func' and 'main'.
24384
288c211f
AA
243852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24386
24387 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
24388 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
24389 generate the debug info assembler source.
24390
e0c0f156
AA
243912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24392
24393 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
24394 * gdb.dwarf2/arr-subrange.exp: Likewise.
24395 * gdb.dwarf2/dwz.exp: Likewise.
24396 * gdb.dwarf2/method-ptr.exp: Likewise.
24397 * gdb.dwarf2/missing-sig-type.exp: Likewise.
24398 * gdb.dwarf2/subrange.exp: Likewise.
24399 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
24400 * gdb.dwarf2/implptrpiece.exp: Likewise.
24401 * gdb.dwarf2/nostaticblock.exp: Likewise.
24402
0e5c4555
AA
244032014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
24404
24405 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24406 directory to absolute path name arguments.
24407
5ec18f2b
JG
244082014-03-10 Joel Brobecker <brobecker@adacore.com>
24409
24410 * gdb.ada/tagged_access: New testcase.
24411
847fc4f2
MM
244122014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24413
24414 * gdb.btrace/data.exp: Update expected output.
24415
cc3da688
YQ
244162014-03-06 Yao Qi <yao@codesourcery.com>
24417
24418 * gdb.trace/pr16508.exp: New file.
24419
0f26cec1
PA
244202014-03-05 Pedro Alves <palves@redhat.com>
24421
24422 PR gdb/16575
24423 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24424 procedure.
24425 (top level): Adjust to use it. Add tests that exercise breakpoint
24426 interaction with the code-cache.
24427
7a5a839f
LC
244282014-02-26 Ludovic Courtès <ludo@gnu.org>
24429
24430 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24431 test for 'history-append!'.
24432
31aa7e4e
JB
244332014-02-26 Joel Brobecker <brobecker@adacore.com>
24434
24435 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24436 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24437 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24438 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24439 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24440 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24441
1b588015
JB
244422014-02-26 Joel Brobecker <brobecker@adacore.com>
24443
24444 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24445 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24446 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24447
55426c9d
JB
244482014-02-26 Joel Brobecker <brobecker@adacore.com>
24449
24450 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24451
dc53a7ad
JB
244522014-02-26 Joel Brobecker <brobecker@adacore.com>
24453
24454 * gdb.dwarf2/arr-stride.c: New file.
24455 * gdb.dwarf2/arr-stride.exp: New file.
24456
12ab52e9
PA
244572014-02-26 Pedro Alves <palves@redhat.com>
24458
24459 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24460 that won't ever trigger. Make sure that GDB reports the correct
24461 breakpoint that caused the stop.
24462
849c862e
JK
244632014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24464
24465 PR gdb/16626
24466 * gdb.base/auto-load-script: New file.
24467 * gdb.base/auto-load.c: New file.
24468 * gdb.base/auto-load.exp: New file.
24469
71b7d793
JK
24470 PR gdb/16626
24471 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24472
e2f0d509
JK
244732014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24474
24475 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24476 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24477
50cc37c8
DE
244782014-02-24 Doug Evans <dje@google.com>
24479
24480 * lib/gdb.exp (run_on_host): Log error output if program fails.
24481
ea4758f2
PA
244822014-02-21 Pedro Alves <palves@redhat.com>
24483
24484 * gdb.threads/step-after-sr-lock.c: Rename to ...
24485 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24486 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24487 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24488 ... this.
24489
d7b30f67
SDJ
244902014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24491
24492 PR tdep/16397
24493 * gdb.arch/amd64-stap-special-operands.exp: New file.
24494 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24495 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24496 * gdb.arch/amd64-stap-triplet.S: Likewise.
24497 * gdb.arch/amd64-stap-triplet.c: Likewise.
24498
83deb43f
JB
244992014-02-20 Joel Brobecker <brobecker@adacore.com>
24500
24501 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24502 in .section pseudo-op.
24503
adde2bff
DE
245042014-02-20 lin zuojian <manjian2006@gmail.com>
24505 Joel Brobecker <brobecker@adacore.com>
24506 Doug Evans <xdje42@gmail.com>
24507
24508 PR symtab/16581
24509 * gdb.dwarf2/dw2-icycle.S: New file.
24510 * gdb.dwarf2/dw2-icycle.c: New file.
24511 * gdb.dwarf2/dw2-icycle.exp: New file.
24512
f7bd0f78
SC
245132014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24514
24515 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24516 operations on gdb.Value objects.
24517 * gdb.python/py-value-cc.exp: Add new test to test operations on
24518 gdb.Value objects.
24519
c17ef0d5
DE
245202014-02-18 Doug Evans <dje@google.com>
24521
24522 * Makefile.in (TESTS): New variable.
24523 (expanded_tests, expanded_tests_or_none): New variables
24524 (check-single): Pass $(expanded_tests_or_none) to runtest.
24525 (check-parallel): Only run tests in $(TESTS) if non-empty.
24526 (check/no-matching-tests-found): New rule.
24527 * README: Document TESTS makefile variable.
24528
5dd3176f
DE
245292014-02-18 Doug Evans <dje@google.com>
24530
24531 * Makefile.in (check-parallel): rm -rf outputs temp.
24532
0b10be4f
JK
245332014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24534
24535 Fix "ERROR: no fileid for" in the testsuite.
24536 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24537
85f224e7
DE
245382014-02-12 Doug Evans <dje@google.com>
24539
24540 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24541 (MISCELLANEOUS): New variable.
24542 (clean): rm -rf $(MISCELLANEOUS).
24543 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24544 dwp live in the same directory as symlinks, with each symlink pointed
24545 to a differently named file in a different directory.
24546
149b30ff
DE
245472014-02-11 Doug Evans <dje@google.com>
24548
24549 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24550 of Tcl file commands.
24551
1dfdac32
MK
245522014-02-10 Mark Kettenis <kettenis@gnu.org>
24553
24554 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24555 "kill -SIGUSR1 -1".
24556
aa4fb036
JB
245572014-02-10 Joel Brobecker <brobecker@adacore.com>
24558
24559 * gdb.ada/tick_length_array_enum_idx: New testcase.
24560
ed3ef339
DE
245612014-02-10 Doug Evans <xdje42@gmail.com>
24562
24563 * configure.ac (AC_OUTPUT): Add gdb.guile.
24564 * configure: Regenerate.
24565 * lib/gdb-guile.exp: New file.
24566 * lib/gdb.exp (get_target_charset): New function.
24567 * gdb.base/help.exp: Update expected output from "apropos apropos".
24568 * gdb.guile/Makefile.in: New file.
24569 * gdb.guile/guile.exp: New file.
24570 * gdb.guile/scm-arch.c: New file.
24571 * gdb.guile/scm-arch.exp: New file.
24572 * gdb.guile/scm-block.c: New file.
24573 * gdb.guile/scm-block.exp: New file.
24574 * gdb.guile/scm-breakpoint.c: New file.
24575 * gdb.guile/scm-breakpoint.exp: New file.
24576 * gdb.guile/scm-disasm.c: New file.
24577 * gdb.guile/scm-disasm.exp: New file.
24578 * gdb.guile/scm-equal.c: New file.
24579 * gdb.guile/scm-equal.exp: New file.
24580 * gdb.guile/scm-error.exp: New file.
24581 * gdb.guile/scm-error.scm: New file.
24582 * gdb.guile/scm-frame-args.c: New file.
24583 * gdb.guile/scm-frame-args.exp: New file.
24584 * gdb.guile/scm-frame-args.scm: New file.
24585 * gdb.guile/scm-frame-inline.c: New file.
24586 * gdb.guile/scm-frame-inline.exp: New file.
24587 * gdb.guile/scm-frame.c: New file.
24588 * gdb.guile/scm-frame.exp: New file.
24589 * gdb.guile/scm-generics.exp: New file.
24590 * gdb.guile/scm-gsmob.exp: New file.
24591 * gdb.guile/scm-iterator.c: New file.
24592 * gdb.guile/scm-iterator.exp: New file.
24593 * gdb.guile/scm-math.c: New file.
24594 * gdb.guile/scm-math.exp: New file.
24595 * gdb.guile/scm-objfile-script-gdb.in: New file.
24596 * gdb.guile/scm-objfile-script.c: New file.
24597 * gdb.guile/scm-objfile-script.exp: New file.
24598 * gdb.guile/scm-objfile.c: New file.
24599 * gdb.guile/scm-objfile.exp: New file.
24600 * gdb.guile/scm-ports.exp: New file.
24601 * gdb.guile/scm-pretty-print.c: New file.
24602 * gdb.guile/scm-pretty-print.exp: New file.
24603 * gdb.guile/scm-pretty-print.scm: New file.
24604 * gdb.guile/scm-section-script.c: New file.
24605 * gdb.guile/scm-section-script.exp: New file.
24606 * gdb.guile/scm-section-script.scm: New file.
24607 * gdb.guile/scm-symbol.c: New file.
24608 * gdb.guile/scm-symbol.exp: New file.
24609 * gdb.guile/scm-symtab-2.c: New file.
24610 * gdb.guile/scm-symtab.c: New file.
24611 * gdb.guile/scm-symtab.exp: New file.
24612 * gdb.guile/scm-type.c: New file.
24613 * gdb.guile/scm-type.exp: New file.
24614 * gdb.guile/scm-value-cc.cc: New file.
24615 * gdb.guile/scm-value-cc.exp: New file.
24616 * gdb.guile/scm-value.c: New file.
24617 * gdb.guile/scm-value.exp: New file.
24618 * gdb.guile/source2.scm: New file.
24619 * gdb.guile/types-module.cc: New file.
24620 * gdb.guile/types-module.exp: New file.
24621
7026a7c1
YQ
246222014-02-10 Yao Qi <yao@codesourcery.com>
24623
24624 PR testsuite/16543
24625 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24626 * configure: Regenerated.
24627 * Makefile.in: New file.
24628
6c466447
AS
246292014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24630
24631 * gdb.python/py-framefilter.exp: Fix typo.
24632
6e854735
YQ
246332014-02-08 Yao Qi <yao@codesourcery.com>
24634
24635 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24636 that no =breakpoint-modified is emitted when breakpoints are
24637 modified through MI commands.
24638
d137e6dc
PA
246392014-02-07 Pedro Alves <pedro@codesourcery.com>
24640 Pedro Alves <palves@redhat.com>
24641
24642 * gdb.threads/step-after-sr-lock.c: New file.
24643 * gdb.threads/step-after-sr-lock.exp: New file.
24644
b5ee5a50
PA
246452014-02-07 Pedro Alves <palves@redhat.com>
24646
24647 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24648
3c77faf3
JK
246492014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24650
24651 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24652 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24653
6dddc817
DE
246542014-02-06 Doug Evans <xdje42@gmail.com>
24655
24656 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24657 output.
24658
24659 * gdb.gdb/python-interrupts.exp: New file.
24660
de7b2893
YQ
246612014-02-05 Yao Qi <yao@codesourcery.com>
24662
24663 * gdb.trace/report.exp (use_collected_data): Test the output
24664 of "info threads" and "info inferiors".
24665
66d032ac
YQ
246662014-02-05 Yao Qi <yao@codesourcery.com>
24667
24668 Revert this patch:
24669
24670 2013-05-24 Yao Qi <yao@codesourcery.com>
24671
24672 * gdb.trace/tfile.exp: Test inferior and thread.
24673
591a12a1
UW
246742014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24675
24676 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24677 on a function.
24678 * gdb.base/step-bt.c: Call hello via function pointer to make
24679 sure its first instruction is executed on powerpc64le-linux.
24680
0ff3e01f
UW
246812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24682
24683 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24684
084ee545
UW
246852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24686
24687 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24688 of the test patterns for use on little-endian systems.
24689
6ed14ff3
UW
246902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24691
24692 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24693 (decimal_vector): Fix for little-endian.
24694
401e27fd
JM
246952014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24696
24697 * gdb.arch/sparc-sysstep.exp: New file.
24698 * gdb.arch/sparc-sysstep.c: Likewise.
24699
24700 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24701
8b924729
EBM
247022014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24703
24704 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24705
fb151210
JB
247062014-01-23 Tom Tromey <tromey@redhat.com>
24707
24708 * gdb.ada/array_char_idx: New testcase.
24709
0740f8d8
TT
247102014-01-23 Tom Tromey <tromey@redhat.com>
24711
24712 PR python/16487:
24713 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24714 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24715 classes.
24716
21909fa1
TT
247172014-01-23 Tom Tromey <tromey@redhat.com>
24718
24719 PR python/16491:
24720 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24721 string from an inferior frame.
24722 * gdb.python/py-framefilter-mi.exp: Update.
24723
87ce2a04
DE
247242014-01-22 Doug Evans <dje@google.com>
24725
24726 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24727
237b092b
AA
247282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24729
24730 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24731
d674a709
AA
247322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24733
24734 * gdb.trace/entry-values.exp: Remove excess space character from
24735 regex patterns. Handle s390 call instruction.
24736
20fa3390
AA
247372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24738
24739 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24740 define "*_start" label. Make "name" static.
24741 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24742 ${name} by references to ${name}_start.
24743
78466714
AA
247442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24745
24746 * gdb.base/info-macros.exp: Remove "debug" from the compile
24747 options.
24748
ec9f644a
IB
247492014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24750
24751 * gdb.dlang/demangle.exp: New file.
24752
94b1b47e
IB
247532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24754
24755 * gdb.dlang/primitive-types.exp: New file.
24756
7f420862
IB
247572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24758
24759 * configure.ac: Create gdb.dlang/Makefile.
24760 * configure: Regenerate.
24761 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24762 * gdb.dlang/Makefile.in: New file.
24763 * lib/d-support.exp: New file.
24764 * lib/gdb.exp (skip_d_tests): New proc.
24765
52834460
MM
247662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24767
24768 * gdb.btrace/delta.exp: Check reverse stepi.
24769 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24770 * gdb.btrace/finish.exp: New.
24771 * gdb.btrace/next.exp: New.
24772 * gdb.btrace/nexti.exp: New.
24773 * gdb.btrace/record_goto.c: Add comments.
24774 * gdb.btrace/step.exp: New.
24775 * gdb.btrace/stepi.exp: New.
24776 * gdb.btrace/multi-thread-step.c: New.
24777 * gdb.btrace/multi-thread-step.exp: New.
24778 * gdb.btrace/rn-dl-bind.c: New.
24779 * gdb.btrace/rn-dl-bind.exp: New.
24780 * gdb.btrace/data.c: New.
24781 * gdb.btrace/data.exp: New.
24782 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24783
6e07b1d2
MM
247842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24785
24786 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24787 * gdb.btrace/exception.exp: Update.
24788 * gdb.btrace/instruction_history.exp: Update.
24789 * gdb.btrace/record_goto.exp: Update.
24790 * gdb.btrace/tailcall.exp: Update.
24791 * gdb.btrace/unknown_functions.exp: Update.
24792 * gdb.btrace/delta.exp: New.
24793
0b722aec
MM
247942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24795
24796 * gdb.btrace/record_goto.exp: Add backtrace test.
24797 * gdb.btrace/tailcall.exp: Add backtrace test.
24798
066ce621
MM
247992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24800
24801 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24802 * gdb.btrace/record_goto.c: New.
24803 * gdb.btrace/record_goto.exp: New.
24804 * gdb.btrace/x86-record_goto.S: New.
24805
0688d04e
MM
248062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24807
24808 * gdb.btrace/function_call_history.exp: Update tests.
24809 * gdb.btrace/instruction_history.exp: Update tests.
24810
8710b709
MM
248112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24812
24813 * gdb.btrace/function_call_history.exp: Fix expected field
24814 order for "record function-call-history".
24815 Add new tests for "record function-call-history /c".
24816 * gdb.btrace/exception.cc: New.
24817 * gdb.btrace/exception.exp: New.
24818 * gdb.btrace/tailcall.exp: New.
24819 * gdb.btrace/x86-tailcall.S: New.
24820 * gdb.btrace/x86-tailcall.c: New.
24821 * gdb.btrace/unknown_functions.c: New.
24822 * gdb.btrace/unknown_functions.exp: New.
24823 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24824
5de9129b
MM
248252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24826
24827 * gdb.btrace/instruction_history.exp: Update.
24828 * gdb.btrace/function_call_history.exp: Update.
24829
23a7fe75
MM
248302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24831
24832 * gdb.btrace/function_call_history.exp: Fix expected function
24833 trace.
24834 * gdb.btrace/instruction_history.exp: Initialize traced.
24835 Remove traced_functions.
24836
724c7dd8
MM
248372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24838
24839 * gdb.btrace/function_call_history.exp: Update
24840 * gdb.btrace/instruction_history.exp: Update.
24841
6d78d93b
MM
248422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24843
24844 * gdb.btrace/enable.exp: Update expected text.
24845
93a360cc
OJ
248462014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24847
24848 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24849 bytes.
24850
3772b53f
MR
248512014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24852
24853 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24854
596662fa
OJ
248552014-01-15 Omair Javaid <omair.javaid@linaro.org>
24856
24857 * lib/gdb.exp (supports_process_record): Return true for
24858 arm*-linux*. (supports_reverse): Likewise.
24859
b5b08fb4
SC
248602014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24861
24862 PR python/15464
24863 PR python/16113
24864 * gdb.python/py-type.c: Enhance test case.
24865 * gdb.python/py-value-cc.cc: Likewise
24866 * gdb.python/py-type.exp: Add new tests.
24867 * gdb.python/py-value-cc.exp: Likewise
24868
52d7fb13
AA
248692014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24870 Pedro Alves <palves@redhat.com>
24871
24872 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24873 Make "name" extern.
24874 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24875 references to ${name}_start by references to ${name}.
24876
a2cd8cfe
JB
248772014-01-10 Joel Brobecker <brobecker@adacore.com>
24878
24879 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24880
4e23fced
JB
248812014-01-10 Joel Brobecker <brobecker@adacore.com>
24882
24883 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24884
c6a9e42c
PA
248852014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24886 Pedro Alves <palves@redhat.com>
24887
24888 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 24889 mi_gdb_target_load.
c6a9e42c 24890
b7ea362b
PA
248912014-01-08 Pedro Alves <palves@redhat.com>
24892
24893 * gdb.threads/reconnect-signal.c: New file.
24894 * gdb.threads/reconnect-signal.exp: New file.
24895
5e3f4fab
EBM
248962014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24897
24898 * gdb.base/source-dir.exp: New file.
24899
79301218
JB
249002014-01-07 Joel Brobecker <brobecker@adacore.com>
24901
24902 * gdb.ada/mi_interface: New testcase.
24903
8e355c5d
JB
249042014-01-07 Joel Brobecker <brobecker@adacore.com>
24905
24906 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24907 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24908 gdb.ada/pp-rec-component/pck.ads: New files.
24909
c0d48811
JB
249102014-01-07 Joel Brobecker <brobecker@adacore.com>
24911
24912 * gdb.python/py-pp-integral.c: New file.
24913 * gdb.python/py-pp-integral.py: New file.
24914 * gdb.python/py-pp-integral.exp: New file.
24915
17b609c3 24916For older changes see ChangeLog-1993-2013.
c906108c 24917\f
8d8cb839
EZ
24918;; Local Variables:
24919;; mode: change-log
24920;; left-margin: 8
24921;; fill-column: 74
24922;; version-control: never
24923;; End:
902f2ccb 24924
3666a048 24925 Copyright 2014-2021 Free Software Foundation, Inc.
902f2ccb
MC
24926 Copying and distribution of this file, with or without modification,
24927 are permitted provided the copyright notice and this notice are preserved.
This page took 4.480154 seconds and 4 git commands to generate.